.why-choose-us {
    position: relative;
    width: 100%;
    min-height: 438px;
    background-color: #0ADBCD;
    overflow: hidden;
    padding-bottom: 48px;
    padding-top:48px ;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

/* Optional container for centering heading/subheading */
.why-choose-us .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* OUR IMPACT label */
.why-impact-label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 14px 0;
    padding: 0;
}

/* Main Heading */
.why-main-heading {
    font-family: "Young Serif", serif;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 18px 0;
    padding: 0;
    line-height: 1.15;
}

/* CTA Button */
.why-cta-btn {
    display: inline-block;
    padding: 12px 32px;
    background-color: #FFFFFF;
    color: #0ADBCD;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: background-color 0.15s ease-out, color 0.15s ease-out, box-shadow 0.15s ease-out;
    margin-top: 6px;
    will-change: background-color, color, box-shadow;
}

.why-cta-btn:hover {
    background-color: #000000;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Stats Row */
.why-stats-row {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 28px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.why-stat-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 33px;
}

.why-stat-item:first-child {
    padding-left: 0;
}

.stat-numberW {
    font-family: "Archivo", sans-serif;
    font-size: 36px;
    font-style: "ExtraBold";
    font-weight: 700;
    line-height:40px;
    color: #FFFFFF;
}

.stat-labelW {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
}

.stat-dividerW {
    width: 1px;
    height: 90px;          /* reduced from 100px */
    background-color: #FFFFFF;
    position: relative;
    bottom: 0px;          /* reduced to match height */
}

/* Heading */
.why-heading {
    font-family: "Young Serif", serif;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

/* Subheading */
.why-subheading {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    max-width: 500px;
}

/* Circles container on right */
.circle-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px; /* width of largest circle area */
    height: 600px;
}

/* Large circle */
.circle-large {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 264px;
    top: -72px;
    background: rgba(99, 106, 232, 0.1);
    opacity: 0.6;
    border-radius: 50%;
}

/* Small circle */
.circle-small {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 420px; /* increased from 392px to 450px */
    top: 143px;
    background: rgba(232, 97, 140, 0.15);
    opacity: 0.7;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .why-main-heading {
        font-size: 42px;
    }

    .why-choose-us {
    padding-bottom: 48px;
    padding-top:40px ;
    padding-left: 28px;
    padding-right: 28px;
    }

    .circle-container {
        width: 480px;
        height: 480px;
    }

    .circle-large {
        width: 480px;
        height: 480px;
        left: 200px;
    }

    .circle-small {
        width: 320px;
        height: 320px;
        left: 340px;
        top: 130px;
    }
}

@media (max-width: 992px) {
    .why-choose-us {
    padding-bottom: 48px;
    padding-top:40px ;
    padding-left: 24px;
    padding-right: 24px;
    }

    .why-main-heading {
        font-size: 36px;
    }

    .why-cta-btn {
        font-size: 17px;
        padding: 12px 28px;
        margin-top: 12px;
    }

    .why-stats-row {
        margin-top: 24px;
        gap: 16px;
        justify-content: center;
    }

    .why-stat-item {
        padding: 0 24px;
    }

    .stat-dividerW {
        height: 80px;
    }

    .circle-container {
        width: 380px;
        height: 380px;
    }

    .circle-large {
        width: 380px;
        height: 380px;
        left: 160px;
        top: -40px;
    }

    .circle-small {
        width: 260px;
        height: 260px;
        left: 280px;
        top: 110px;
    }
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 48px 20px;
        min-height: auto;
    }

    .why-impact-label {
        font-size: 13px;
    }

    .why-main-heading {
        font-size: 32px;
        line-height: 1.2;
    }

    .why-cta-btn {
        display: inline-block;
        margin-top: 16px;
    }

    .why-stats-row {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin-top: 18px;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .why-stat-item {
        padding: 0 12px;
        text-align: center;
    }

    .stat-dividerW {
        height: 70px;
    }

    .stat-numberW {
        font-size: 30px;
    }

    .stat-labelW {
        font-size: 12px;
    }

    .circle-container,
    .circle-large,
    .circle-small {
        opacity: 0.4;
    }
}

@media (max-width: 576px) {
    .why-choose-us {
        padding: 48px 16px;
    }

    .why-stats-row {
        gap: 8px;
        margin-top: 16px;
    }

    .stat-dividerW {
        height: 60px;
    }

    .why-main-heading {
        font-size: 28px;
    }

    .why-cta-btn {
        font-size: 16px;
    }

    .stat-numberW {
        font-size: 26px;
    }

    .stat-labelW {
        font-size: 11px;
    }

    .circle-container,
    .circle-large,
    .circle-small {
        display: none;
    }
}
