/* ========================================
   WHAT IS WELLFEMME PAGE STYLES
   ======================================== */

   :root {
    --what-wellfemme-color-teal: #1B7895;
    --what-wellfemme-color-cyan: #56C2C2;
    --what-wellfemme-color-white: #FFFFFF;
    --what-wellfemme-color-gray: #6C6C6C;
    --what-wellfemme-color-dark-gray: #3B3B3B;
    --what-wellfemme-color-light-gray: #E6E1DA;
    --what-wellfemme-color-coral: #FABAAB;
}

/* Hero Section */
.what-wellfemme-hero-section {
    position: relative;
    height: 590px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-wellfemme-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.what-wellfemme-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.what-wellfemme-hero-title {
    /* font-family: 'proxima-nova', 'Proxima Nova', sans-serif; */
    /* font-weight: 700; */
    font-size: 56px;
    color: var(--what-wellfemme-color-white);
    text-align: center;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.what-wellfemme-breadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: var(--what-wellfemme-color-white);
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.what-wellfemme-breadcrumb-link {
    color: var(--what-wellfemme-color-white);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.what-wellfemme-breadcrumb-link:hover {
    opacity: 0.8;
}

.what-wellfemme-breadcrumb-separator {
    color: var(--what-wellfemme-color-white);
}

.what-wellfemme-breadcrumb-current {
    color: var(--what-wellfemme-color-white);
}

/* Container */
.what-wellfemme-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
}

.what-wellfemme-container2 {
    display: flex;
    justify-content: center;
    background-color: #FBFAF9;
    padding: 0 40px;
}

.what-wellfemme-container3 {
    position: relative;
    padding-bottom: 0;
}

/* Section */
.what-wellfemme-section {
    margin-bottom: 80px;
}

.what-wellfemme-section:last-child {
    margin-bottom: 0;
}

#what-wellfemme-what-we-offer {
    max-width: 1400px;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Content Grid */
.what-wellfemme-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Typography */
.what-wellfemme-section-title {
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: var(--what-wellfemme-color-teal);
    margin-bottom: 16px;
    line-height: 1.3;
}

.what-wellfemme-section-subtitle {
    font-size: 16px;
    color: var(--what-wellfemme-color-cyan);
    margin-bottom: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.what-wellfemme-section-text {
    font-size: 15px;
    color: #6E757B;
    line-height: 28px;
    margin-bottom: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.what-wellfemme-section-text:last-child {
    margin-bottom: 0;
}

.what-wellfemme-refer-intro {
    margin-bottom: 24px !important;
}

.what-wellfemme-subheading {
    color: var(--what-wellfemme-color-teal);
    font-weight: 700;
    margin: 24px 0 16px;
    font-size: 16px;
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
}

/* Images */
.what-wellfemme-image-container {
    width: 100%;
}

.what-wellfemme-image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* List Items */
.what-wellfemme-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.what-wellfemme-list-item:last-child {
    margin-bottom: 0;
}

/* Check Icon (SVG) */
.what-wellfemme-check-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Bullet Icon (Coral Color) */
.what-wellfemme-bullet-icon {
    color: var(--what-wellfemme-color-coral);
    margin-right: 12px;
    font-size: 20px;
    line-height: 28px;
    flex-shrink: 0;
}

/* How It Works Section */
.what-wellfemme-how-it-works {
    position: relative;
    background-color: var(--what-wellfemme-color-cyan);
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.what-wellfemme-how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/Elements/elements-4.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.15;
    pointer-events: none;
}

.what-wellfemme-how-it-works .container {
    position: relative;
    z-index: 1;
}

.what-wellfemme-how-it-works-title {
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: var(--what-wellfemme-color-white);
    margin-bottom: 60px;
    line-height: 1.3;
}

.what-wellfemme-step-col {
    margin-bottom: 30px;
}

.what-wellfemme-step-box {
    text-align: center;
    padding: 0 15px;
    position: relative;
}

/* Connecting Line Between Steps */
.what-wellfemme-step-box::before {
    content: "";
    width: 181px;
    height: 53px;
    background-image: url(../images/line.png);
    position: absolute;
    top: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -95px;
    margin: auto;
    z-index: 0;
}

/* Hide line after last step */
.what-wellfemme-step-col:last-child .what-wellfemme-step-box::before {
    display: none;
}

.what-wellfemme-step-icon {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
}

.what-wellfemme-step-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.what-wellfemme-step-num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 36px;
    height: 36px;
    background-color: var(--what-wellfemme-color-coral);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--what-wellfemme-color-white);
}

.what-wellfemme-feature-title {
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--what-wellfemme-color-white);
    margin-bottom: 12px;
    line-height: 1.4;
}

.what-wellfemme-feature-text {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 14px;
    color: var(--what-wellfemme-color-white);
    line-height: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

/* Key Values Section */
.what-wellfemme-key-values {
    text-align: center;
    background-color: #F3F1ED;
    padding: 80px 40px;
}

.what-wellfemme-values-text {
    max-width: 700px;
    margin: 0 auto;
}

/* CTA Section */
.what-wellfemme-cta-section {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    text-align: center;
    border-radius: 8px;
    color: var(--what-wellfemme-color-white);
    overflow: hidden;
    min-height: 300px;
}

.what-wellfemme-cta-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.what-wellfemme-cta-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.what-wellfemme-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.what-wellfemme-cta-content-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 80px 60px;
    height: 100%;
}

.what-wellfemme-cta-left {
    text-align: left;
    max-width: 450px;
    align-self: flex-start;
}

.what-wellfemme-cta-left p {
    margin-bottom: 0;
}

.what-wellfemme-cta-right {
    text-align: right;
    align-self: flex-end;
    position: relative;
}

.what-wellfemme-cta-title {
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color:white;
    margin-bottom: 16px;
    line-height: 1.3;
}

.what-wellfemme-cta-subtitle {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.what-wellfemme-cta-button {
    /* display: inline-block; */
    /* background-color: var(--what-wellfemme-color-cyan); */
    /* color: var(--what-wellfemme-color-white); */
    /* padding: 16px 40px; */
    /* font-family: 'proxima-nova', 'Proxima Nova', sans-serif; */
    /* font-weight: 700; */
    /* font-size: 16px; */
    /* text-decoration: none; */
    /* border-radius: 4px; */
    /* transition: background-color 0.3s ease, transform 0.2s ease; */
    /* white-space: nowrap; */
    /* position: absolute; */
    /* bottom: -20px; */
    /* right: 0; */
}

.what-wellfemme-cta-button:hover {
    background-color: #45a8a8;
    transform: translateY(-2px);
    color: var(--what-wellfemme-color-white);
}

/* Desktop Only - CTA Button Positioning */
@media (min-width: 992px) {
    .what-wellfemme-cta-button {
        /* bottom: -121px; */
        /* right: -66px; */
    }
    
    .what-wellfemme-key-values {
        text-align: center;
        background-color: #F3F1ED;
        padding: 80px 40px 167px 40px !important;
        margin-bottom: -197px;
    }
    
    .what-wellfemme-cta-section {
        position: relative;
        max-width: 1400px;
        margin: -74px auto 0 auto;
        padding: 80px 40px;
        text-align: center;
        border-radius: 8px;
        color: var(--what-wellfemme-color-white);
        overflow: hidden;
        min-height: 300px;
    }
}

/* FAQ Section */
.what-wellfemme-faq-section {
    padding: 80px 0;
    background-color: var(--what-wellfemme-color-white);
}

.what-wellfemme-faq-title {
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: var(--what-wellfemme-color-teal);
    margin-bottom: 20px;
    line-height: 1.3;
}

.what-wellfemme-faq-intro {
    font-size: 15px;
    color: #6E757B;
    line-height: 26px;
    margin-bottom: 40px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.what-wellfemme-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.what-wellfemme-faq-item {
    background-color: #F8F7F5;
    border-radius: 4px;
    overflow: hidden;
}

.what-wellfemme-faq-question {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 20px 60px 20px 25px;
    text-align: left;
    font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--what-wellfemme-color-teal);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: background-color 0.3s ease;
}

.what-wellfemme-faq-question:hover {
    background-color: rgba(86, 194, 194, 0.05);
}

.what-wellfemme-faq-icon {
    position: absolute;
    right: 25px;
    width: 30px;
    height: 30px;
    background-color: var(--what-wellfemme-color-cyan);
    border-radius: 50%;
    padding: 8px;
    transition: transform 0.3s ease;
}

.what-wellfemme-faq-question.active .what-wellfemme-faq-icon {
    transform: rotate(90deg);
}

.what-wellfemme-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 25px;
}

.what-wellfemme-faq-answer.active {
    max-height: 500px;
    padding: 0 25px 20px 25px;
}

.what-wellfemme-faq-answer p {
    font-size: 14px;
    color: #6E757B;
    line-height: 24px;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

/* FAQ Section - Using Services Page Style */
.faq-sec {
    /* background: #fbfaf9; */
    /* padding: 80px 0; */
}

.head-row {
    margin-bottom: 40px;
}

/* Custom accordion styling */
.custom-accordion .accordion-item {
    margin-bottom: 12px;
    border: none;
    border-radius: 8px !important;
    overflow: hidden;
    background: #fcfaf9;
}

.custom-accordion .accordion-button {
    line-height: 28px;
    font-weight: 600;
    color: #1B7895;
    background-color: #D6CFC22E;
    border: none !important;
    box-shadow: none;
    padding: 16px 35px;
    border-radius: 8px !important;
    font-size: 19px;
    min-height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300b7bd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-90deg);
    display: none;
}

.custom-accordion .accordion-button.collapsed::after {
    transform: rotate(0deg);
}

.custom-accordion .accordion-body {
    color: #333;
    background: transparent;
    border-top: 0;
    padding: 15px 20px;
}

.accordion-collaps {
    border: 0 !important;
    box-shadow: none !important;
}

.accordion-button .right-icon {
    transform: rotate(90deg);
    margin-left: 30px;
}

button.accordion-button:not(.collapsed) .right-icon{
    transform: rotate(0deg);
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .what-wellfemme-hero-section {
        height: 450px;
    }

    .what-wellfemme-hero-title {
        font-size: 42px;
        padding: 0 20px;
    }

    .what-wellfemme-breadcrumb-nav {
        font-size: 13px;
        padding: 0 20px;
    }

    .what-wellfemme-container {
        padding: 60px 30px;
    }

    .what-wellfemme-container2 {
        padding: 0 30px;
    }

    #what-wellfemme-what-we-offer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .what-wellfemme-section {
        margin-bottom: 60px;
    }

    .what-wellfemme-content-grid {
        gap: 40px;
    }

    .what-wellfemme-section-title {
        font-size: 28px;
    }

    .what-wellfemme-how-it-works {
        padding: 60px 0;
    }

    .what-wellfemme-how-it-works-title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .what-wellfemme-step-col {
        margin-bottom: 40px;
    }

    .what-wellfemme-step-col:last-child {
        margin-bottom: 0;
    }

    .what-wellfemme-step-icon {
        width: 90px;
        height: 90px;
    }

    .what-wellfemme-step-icon img {
        width: 45px;
        height: 45px;
    }

    .what-wellfemme-step-num {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    /* Hide connecting lines on tablet/mobile */
    .what-wellfemme-step-box::before {
        display: none;
    }

    .what-wellfemme-key-values {
        padding: 60px 30px;
    }

    .what-wellfemme-container3 {
        padding-bottom: 0;
    }

    .what-wellfemme-cta-section {
        width: calc(100% - 60px);
    }

    .what-wellfemme-cta-content-wrapper {
        padding: 60px 40px;
    }

    .what-wellfemme-cta-title {
        font-size: 28px;
    }

    .what-wellfemme-cta-subtitle {
        font-size: 16px;
    }

    .faq-sec {
        padding: 60px 0;
    }
    
    .custom-accordion .accordion-button {
        padding: 14px 25px;
        font-size: 17px;
        min-height: 70px;
    }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
    .what-wellfemme-hero-section {
		margin-top:10px;
        height: 450px !important;
    }

    .what-wellfemme-hero-title {
        font-size: 32px;
        padding: 0 20px;
    }

    .what-wellfemme-breadcrumb-nav {
        font-size: 12px;
        padding: 0 20px;
    }

    .what-wellfemme-container {
        padding: 50px 20px;
    }

    .what-wellfemme-container2 {
        padding: 0 20px;
    }

    #what-wellfemme-what-we-offer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .what-wellfemme-section {
        margin-bottom: 50px;
    }

    .what-wellfemme-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .what-wellfemme-section-title {
        font-size: 26px;
    }

    .what-wellfemme-section-text {
        font-size: 14px;
        line-height: 26px;
    }

    .what-wellfemme-how-it-works {
        padding: 50px 0;
    }

    .what-wellfemme-how-it-works-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .what-wellfemme-step-col {
        margin-bottom: 40px;
    }

    .what-wellfemme-step-col:last-child {
        margin-bottom: 0;
    }

    .what-wellfemme-step-icon {
        width: 80px;
        height: 80px;
    }

    .what-wellfemme-step-icon img {
        width: 40px;
        height: 40px;
    }

    .what-wellfemme-step-num {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .what-wellfemme-feature-title {
        font-size: 18px;
    }

    .what-wellfemme-feature-text {
        font-size: 13px;
        line-height: 22px;
    }

    .what-wellfemme-key-values {
        padding: 50px 20px;
    }

    .what-wellfemme-container3 {
        position: relative;
        padding-bottom: 0;
    }

    .what-wellfemme-cta-section {
        padding: 50px 25px;
        margin: 50px 20px 0;
        width: calc(100% - 40px);
    }

    .what-wellfemme-cta-content-wrapper {
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding: 50px 25px;
    }

    .what-wellfemme-cta-left {
        text-align: center;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .what-wellfemme-cta-right {
        text-align: center;
        width: 100%;
    }

    .what-wellfemme-cta-title {
        font-size: 24px;
    }

    .what-wellfemme-cta-subtitle {
        font-size: 16px;
    }

    .what-wellfemme-cta-button {
        width: 100%;
        padding: 14px 30px;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .faq-sec {
        padding: 50px 0;
    }
    
    .custom-accordion .accordion-button {
        padding: 10px 15px;
        font-size: 15px;
        min-height: 50px;
    }
    
    .custom-accordion .accordion-body {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* Small Mobile (< 576px) */
@media (max-width: 575px) {
    .what-wellfemme-hero-title {
        font-size: 28px;
    }

    .what-wellfemme-breadcrumb-nav {
        font-size: 11px;
    }

    .faq-sec {
        padding: 40px 0;
    }
    
    .custom-accordion .accordion-button {
        padding: 8px 12px;
        font-size: 14px;
        min-height: 45px;
    }
    
    .custom-accordion .accordion-body {
        padding: 8px 10px;
        font-size: 13px;
    }

    .what-wellfemme-section-title {
        font-size: 24px;
    }

    .what-wellfemme-how-it-works-title {
        font-size: 24px;
    }

    .what-wellfemme-cta-title {
        font-size: 22px;
    }

    .what-wellfemme-cta-subtitle {
        font-size: 14px;
    }

    .what-wellfemme-faq-title {
        font-size: 24px;
    }
}