.banner_section {
    background-image: unset;
    padding: 0;
    background-color: #7468F1;
    position: relative;
    padding: 80px 0px;
}

.form-group label {
    font-size: 15px;
}

.content-section {
    margin-bottom: 35px;
}

.contact-form {
    position: absolute;
    width: 40%;
}

.main-headline {
    font-size: 55px;
}

.banner_section .right_side_content {
    position: unset;
    /* top: 60px; */
}

/* -- */
.why_choose_us {
    margin-top: 120px;
}

.why_choose_us h3 {
    font-weight: 600;
    font-size: 41px;
    margin-bottom: 30px;
}

.why_choose_us h5 {
    font-family: "Work Sans";
    color: #7468F1;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    margin-bottom: 25px;

}

.why_choose_us p {

    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0.5px;
}

.fertility_left_content {
    padding-right: 70px;
    padding-left: 0;

}

.fertility_right_content .faq_head {
    font-size: 38px;
    line-height: 56px;
}

/* --- */

.content-wrapper {
    display: flex;
    align-items: center;
    row-gap: 20px;
    justify-content: center;
    margin: 70px 0px;
    flex-wrap: wrap;
}

.image-section {
    width: 40%;
}

.card_section_head {

    width: 60%;
}

.image-section img {
    width: 80%;
    border-radius: 15px;
}

.cards-section {
    /* flex: 1; */
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.cards-section .card {
    width: 235px;
    padding: 40px 14px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}


.cards-section .card {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: white;
    display: flex;
    align-items: center;
}

.cards-section .card img {
    width: 60px;
    margin-bottom: 30px;
}

.cards-section .card h3 {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.7px;
    text-align: center;
}


.quote {
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
    font-size: 18px;
    font-style: italic;
    color: #6b7280;
    line-height: 1.6;
}

.call_btn {
    color: #000;
    background: #F6F8FF;
    padding: 20px 70px;
    border: none;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s;
    font-size: 18px;
    letter-spacing: 1.3px;

    margin-top: 20px;
    display: inline-block;

}

.call_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 95, 191, 0.4);
}

/* Tablet breakpoint */
@media screen and (max-width: 1400px) {
    .cards-section .card h3 {
        font-size: 15px;
    }
}

@media (max-width: 1366px) {
    .cards-section {
        gap: 20px;
    }

    .card {
        width: 209px;
        padding: 20px 11px;
    }

    .fertility_right_content .faq_head {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 1280px) {
    .form-group label {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .card {
        width: 270px;
        padding: 20px 11px;
        margin: auto;
    }
}


@media screen and (max-width: 992px) {
    .fertility_left_content {
        padding-right: 0;
        padding-left: 0;
    }

    .card_section_head,
    .image-section img,
    .image-section {
        width: 100%;
    }

    .contact-form {
        position: unset;
        width: 100%;
    }
}

/* Small tablet / large mobile */
@media (max-width: 768px) {
    .content-wrapper {
        /* flex-direction: column; */
        gap: 30px;
    }

    /* .image-section {
        max-width: 100%;
        order: 2;
    } */

    .cards-section {}



    .card {
        padding: 24px 20px;
    }

    /* .card h3 {
        font-size: 16px;
    } */

    .quote {
        font-size: 16px;
        margin-top: 30px;
    }

    .card {
        width: 240px;
        margin: auto;
    }

    .content-wrapper {
        margin: 0px 0px;

    }

    .fertility_section {
        margin: 0px 0px;
    }

}

/* Mobile breakpoint */
@media (max-width: 500px) {
    .main-headline {
        font-size: 40px;
    }

    .card {
        width: 100%;
        padding: 20px 11px;
    }

    .call_btn {
        padding: 15px 50px;
        font-size: 15px;

    }

    .fertility_right_content .faq_head {
        font-size: 21px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    .why_choose_us h3 {
        font-size: 35px;
    }

    /* .content-wrapper {
        gap: 25px;
    } */

    /* .mother-baby-image {
        height: 250px;
    } */

    /* .card {
        padding: 20px 16px;
    } */

    /* .card h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    .icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-bottom: 12px;
    } */

    .quote {
        margin-top: 25px;
        font-size: 15px;
        padding: 0 10px;
    }

}

/* Extra small mobile */
@media (max-width: 360px) {
    /* .container {
        padding: 25px 12px;
    }

    .cards-section {
        gap: 16px;
    } */

    /* .card {
        padding: 18px 14px;
    } */

    /* .card h3 {
        font-size: 14px;
    } */
}