.head-section {
    height: 80vh;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
}

.divider .line {
    width: 100%;
    height: 1px;
    background-color: #BC2C5C;
}

.leaf-icon {
    color: #BC2C5C;
    font-size: 18px;
}

section.treatment-section {
    padding: 30px;
}

.section-title {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    color: #BC2C5C;
    line-height: 58px;
    letter-spacing: 4px;
}

.hymen p {
    font-weight: normal;
    font-family: 'DM sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #5c5c5c;
}

.sub-section-title {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #BC2C5C;

    letter-spacing: 2px;
}

.center-button {
    background-color: #bc2c5c;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 2px;
}

.center-button:hover {
    background-color: #a02147;
}

.flip-card {
    background-color: transparent;
    width: 250px;
    height: 200px;
    perspective: 1000px;

}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
}

.flip-card-front {
    background-color: #bc2c5c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.step-icon {
    max-width: 60px;
    /* adjust size */
    height: auto;
}

.flip-card-back {
    background-color: #CA5C84EB;
    transform: rotateX(180deg);

}

.flip-card-front h3 {
    font-size: 1.2em;
}

.flip-card-back p {
    font-size: 0.95em;
    line-height: 1.5;
}

.steps-container {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 20px;

    margin-top: 30px;
}

.hymen-types-container h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #BC2C5C;
}

.hymen-types-container p {
    font-weight: normal;
    font-family: 'DM sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #5c5c5c;
}

.procedure-card {
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 380px;
    padding: 20px;
    text-align: center;
    border-style: solid;
    border: 1px solid #CA5C84;
}

.procedure-card .card-number {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #bc2c5c;
    font-size: 40px;
    font-weight: bold;
    width: 40px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procedure-card h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2em;

    color: #151515;
    margin-top: 40px;

}

.procedure-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.procedure-card p {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #1B1B1B;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: justify;
}

.understand h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}

.understand p {
    color: #5c5c5c;
}

.sub-title {
    text-align: left;
    font-size: 38px;
    font-weight: 500;
    color: #BC2C5C;
    line-height: 58px;

}


.advantages-list li {
    position: relative;
    padding: 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #5c5c5c;
}

.faq h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
}

.faq p {
    color: #5c5c5c;
}

.accordion-button::after {
    display: none;
}

.accordion-button::after {
    display: none !important;
    content: none !important;
    background-image: none !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.accordion-button {

    color: #BC2C5C !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 0;
}

.accordion-button:not(.collapsed) {
    color: #BC2C5C !important;
}

.accordion-body {
    color: #5c5c5c;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    letter-spacing: 0px;
    padding-left: 2rem;
}

.accordion-button .icon {
    display: inline-block;
    width: 1.2rem;
    margin-right: 0.5rem;
    text-align: center;
    color: #BC2C5C;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
}

.accordion,
.accordion-item,
.accordion-header,
.accordion-body {
    background-color: transparent !important;
    padding: 0 10px;
}

@media (max-width: 768px) {
    section.treatment-section {
        padding: 20px;
    }

    .section-title {
        text-align: center;
        font-size: 26px;
        font-weight: 500;
        color: #BC2C5C;
        letter-spacing: 1px;
    }

    .sub-section-title {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        color: #BC2C5C;
        letter-spacing: 1px;
    }

    .hymen-types-container h2 {
        font-size: 30px;
        font-weight: normal;
        line-height: 1.2em;
        letter-spacing: 1px;
        color: #BC2C5C;
    }

    .hymen-types-container p {
        text-align: justify;
    }

    .procedure-card {
        position: relative;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 20px;

        text-align: center;
        border-style: solid;
        border: 1px solid #CA5C84;
    }

    .hymen-procedures-container {
        gap: 30px;
    }

    .sub-title {
        text-align: left;
        font-size: 25px;
        font-weight: 500;
        color: #BC2C5C;
        line-height: 38px;
    }

    .flip-card {
        background-color: transparent;
        width: 100%;
        height: 250px;
        perspective: 1000px;
    }

    .faq h2 {
        font-family: "Poppins", Sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2em;
        letter-spacing: 1px;
        color: #333;
        text-align: center;
    }
}