.card-image-inner {
    background-image: url("../static/images/4.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.card-image-inner2{
    background-image: url("../static/images/5.webp");
}
.accordion {
    max-width: 600px;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 16px;
}

.accordion-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    cursor: pointer;
    background: #f9f9f9;
    border-radius: 16px;
    transition: background 0.3s;
}

.accordion-question:hover {
    background: #e9e9e9;
}

.accordion-question.active .accordion-question-button {
    font-weight: bold;
}

.accordion-question-button {
    background: none;
    border: none;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.arrow {
    transition: transform 0.5s ease;
}

.arrow.rotated {
    transform: rotate(180deg);
}


.accordion-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 1.5rem;
    background: #fff;
}

.accordion-answer.active {
    max-height: 500px;
    padding-bottom: 1rem;
    background: #f9f9f9;
}

.accordion-answer p {
    margin: 0;
    padding-top: 1rem;
}
.footer h3{
    color: #fff;
}

/*qwiz*/

.form-step {
    display: none;

}


.active-step {
    display: block !important;

}


.progress-bar-outer {
    position: relative;
    background-color: #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.progress-bar-inner {
    height: 10px;
    background-color: #917EEC;
    transition: width 0.3s ease-in-out;
}

.step-title {
    font-size: 1.5em;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.radio-list {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.radio-list-item label {
    cursor: pointer;
    padding-left: 0.5rem;
}

.input-group-radio .radio-list-item input[type="radio"] {
    appearance: none;
    outline: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #917EEC;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.input-group-radio .radio-list-item input[type="radio"]:checked::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #917EEC;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.form-content {
    max-width: 600px;
    margin: auto;
    padding: 20px;
}


input.p-4.input-text {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 16px;
}

.cta-btn.m-primary.m-large {
    background-color: #917EEC;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cta-btn.m-primary.m-large:hover {
    background-color: #0056b3;
}

.label-wrapper label.mb-1 {
    font-size: 1.2em;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.legal-text p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.5;
}


.modal-link.showModalA,
.modal-link.showModalB {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.modal-link.showModalA:hover,
.modal-link.showModalB:hover {
    opacity: 0.8;
}

.form-step {
    display: none;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-step.active-step {
    display: block;
}

.progress-bar-outer {
    width: 100%;
    height: 10px;
    background-color: #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar-inner {
    height: 100%;
    background-color: #917EEC;
    transition: width 0.3s ease;
}
.form-step {
    display: none;
}

.form-step.active-step {
    display: block;
}

#cookPopup {
    display: none;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 9999
}

#cookPopup p {
    margin: 0;
    text-align: left
}

.cookPopup_btn {
    padding: 7px 15px;
    cursor: pointer;
    border: 0;
    background: #917EEC;
    border-radius: 4px;
    font-weight: 800;
    color: #fff
}

.cookPopup_btn:hover {
    background: #5340af;
}

@media(min-width:576px) {
    #cookPopup.show {
        display: flex;
        align-items: center
    }
        
}

@media(max-width:575px) {
    #cookPopup.show {
        display: block;
        text-align: left
    }

    .cookPopup_btn {
        margin: 10px 0 0 0;
    }
        #cookPopup {
            padding: 10px;
        }
}

.cookPopup_title {
    font-size: 16px;
    font-weight: 700
}

.cookPopup_desc {
    font-size: 16px
}

.show {
    display: flex !important
}

.thanksWrapper {
    position: relative;
    padding: 80px 0;
}

.thanksLogoWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.thanksLogo {
    max-width: 100px;
    width: 100%;
    margin-bottom: 40px;
}

.thanksTextContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 100px;
    padding: 0 15px;
    max-width: 800px;
    text-align: center;
}

.thanksText {
    font-size: 18px;
    line-height: 30px;
}



