.fertility-clinic-slider {
    padding: 0px 0;
}

.fertility-clinic-slider {
    background: url("../images/clinics-banner-bg.webp") no-repeat center left / cover;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
}

.fertility-clinic-slider .wc-slider-info-banner h1 {
    color: #00539f;
    font-size: 2.5rem;
    font-weight: 600;
}

.fertility-clinics .wc-slider-info-banner p {
    color: var(--text-color);
}

.fertility-clinic-slider .wc-slider-info-banner {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: left;
}

.btn-group-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.btn-outline-primary {
    background: #F9FAFB;
    border: 1px solid #00539F;
    border-radius: 10px;
    color: #00539F;
    font-size: 18px;
    padding: 10px 20px;
}

.btn-outline-primary:hover {
    background: #00539F;
    color: #fff;
}

.btn-primary {
    background: linear-gradient(98.96deg, #EE7C2B 0%, #D46211 100%);
    border: none;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background: linear-gradient(98.96deg, #D46211 0%, #EE7C2B 100%);
    color: #fff;
}


.wc-hospital-boxes h2 {
    text-align: center;
    color: var(--color-pink-new);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.wc-hospital-boxes p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
}

.wc-hospital-boxes .profile-info-widget .booking-doc-img {
    width: 100% !important;
    border-radius: 10px;
    height: auto !important;
}

.profile-info-widget .booking-doc-img img {
    border-radius: 10px;
}

.wc-hospital-boxes .appointments .appointment-list {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-image: initial;
    border-radius: 15px;
    padding: 20px;
}


.fertility-section {
    background-color: #f8f9fa;
}

.treatment-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treatment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.treatment-card .icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-card img {
    max-width: 100%;
    max-height: 100%;
}

.treatment-card h3 {
    color: #00539F;
}

.treatment-card p {
    color: var(--text-color);
}

.treatment-card:hover h3 {
    color: var(--color-pink-new);
}

.fertility-about .section-title {
    text-align: center;
    color: var(--color-pink-new);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.fertility-about .section-subtitle {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    max-width: 900px;
    margin: 0 auto;
}


.fertility-about .facility-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.fertility-about .facility-icon {
    width: 40px;
    height: 40px;
}

.fertility-about .facility-title {
    color: #00539F;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
}

.fertility-about .facility-text {
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.fertility-advanced {
    background: #FBF8F8;
}

.fertility-advanced .section-title {
    text-align: center;
    color: var(--color-pink-new);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}

.fertility-advanced .section-subtitle {
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    max-width: 900px;
    margin: 0 auto;
}

.fertility-advanced .facility-card {
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fertility-advanced .facility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.fertility-advanced .facility-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #00539F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fertility-advanced .facility-icon i {
    color: #fff;
    font-size: 24px;
}

.fertility-advanced .facility-title {
    color: #00539F;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 10px;
}

.fertility-advanced .facility-text {
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}


.wc-testimonial-slider .item {
    padding: 20px;
    height: 100%
}

.wc-mn-patients {
    background: #C36185;
}

.wc-mn-patients .wc-mn-tesimonial-bx {
    background: #ffffff;
    padding: 20px;
}

.wc-mn-patients .wc-mn-tesimonial-bx p {
    color: var(--text-color);
}

.wc-mn-patients .wc-mn-tesimonial-bx h3 {
    color: var(--text-color);
    font-weight: 600;
}

.wc-mn-patients .wc-mn-tesimonial-bx:before {
    display: none;
}

.wc-rating-quote {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.wc-rating i {
    color: #f5a623;
    font-size: 16px;
    margin-right: 2px;
}

.wc-quote i {
    font-size: 24px;
    color: var(--text-color);
}

.wc-mn-testimonial {
    background: #ddeaf5
}

.wc-mn-tesimonial-bx {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 20px
}

.wc-mn-tesimonial-bx:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
    display: block
}


.journey-box {
    background: #D8E1EB;
    border-radius: 10px;
    max-width: 1157px;
    margin: auto;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.journey-content {
    text-align: center;
    max-width: 719px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.journey-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: var(--color-pink-new);
}

.journey-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.journey-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    background: #C36185;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.journey-btn:hover {
    background: var(--color-green-new);
    color: #fff;
}

.hitech-section {
    background: #fff;
}

.hitech-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: var(--color-pink-new);
}

.hitech-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #444;
}

.hitech-address {
    background: #FFF4F8;
    border-radius: 12px;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #00539F;
    gap: 10px;
}

.hitech-address i {
    color: #00539F;
    font-size: 18px;
    margin-top: 4px;
}

.hitech-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--color-pink-new);
    color: #fff;
    border-radius: 40px;
    padding: 10px 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s;
    text-align: center;
}

.hitech-btn:hover {
    background: var(--color-green-new);
    color: #fff;
}

.hitech-imgbox {
    border: 4px solid var(--color-pink-new);
    border-radius: 20px;
    overflow: hidden;
}

.hitech-img {
    width: 100%;
    height: auto;
    display: block;
}

.wc-about {
    background: url(../images/wc-about-bg.webp) no-repeat right top/contain;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.wc-about .wc-about-info:after,
.wc-about:after {
    content: '';
    background: url(../images/wc-particle01.webp) no-repeat center center/130px auto;
    right: -30px;
    top: 30px;
    position: absolute;
    width: 142px;
    height: 142px;
    z-index: -1
}

.wc-about .wc-about-info {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 25px rgba(0, 0, 0, .04)
}

.wc-about .wc-about-info:after {
    background-size: 130px auto;
    right: -100px;
    bottom: 30px;
    top: auto;
    width: 130px;
    height: 130px;
    z-index: -1
}

.doc_bx {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    box-shadow: 0 1px 0 0 rgb(227 227 227 / .75)
}

.doc_bx figure {
    width: 130px;
    height: 130px;
    background: #dedede;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0 15px 0 0
}

.doc_bx .info {
    width: calc(100% - 145px)
}

.doc_bx .info .doc-title-card {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600
}

.doc_bx .info span {
    font-size: 12px;
    display: block;
    margin-bottom: 8px
}

.doc_appoint_form .doc-info-cont ul li,
.doc_bx .info ul li {
    background: #e0f2ff;
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size: 13px;
    padding: 4px 15px;
    width: auto;
    display: inline-block
}

.doc_bx .info .time {
    margin-block-end: 10px;
    color: #666;
    font-size: 12px
}

.doc_bx .btns {
    width: 100%;
    display: flex;
    align-items: center
}

.doc_bx .btns .enq-btn,
.doc_bx .btns a {
    width: calc(50% - 5px);
    font-weight: 500;
    border-radius: 7px;
    background: var(--primary-color);
    text-transform: capitalize;
    padding: 0;
    color: #fff;
    border: 1px solid var(--primary-color);
    text-align: center;
    line-height: 38px
}

.doc_bx:hover {
    box-shadow: 0 10px 55px 5px rgb(137 173 255 / .2);
    transform: translate3d(0, -5px, 0)
}

.doc_bx .btns form {
    width: calc(50% - 5px);
    margin: 0 10px 0 0
}

.doc_bx .btns .enq-btn {
    width: 100%;
    background: #fff;
    color: var(--primary-color)
}

.wc-doc-bx .info h3 {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}

.btn-readmore {
    background-color: var(--color-pink-new);
    border-radius: 7px;
}

.btn-readmore:hover {
    background-color: var(--color-green-new);
}

.wc-doc-bx .btns a {
    background-color: var(--color-green-new);
    border-color: var(--color-green-new);
}

.wc-doc-bx .btns a:hover {
    background-color: var(--color-pink-new);
    border-color: var(--color-pink-new);
}

.wc-doc-bx .btns a:first-child {
    background-color: #ffffff;
    border-color: var(--color-pink-new);
    color: var(--color-pink-new);
}

.wc-doc-bx .btns a:first-child:hover {
    background-color: #ffffff;
    border-color: var(--color-green-new);
    color: var(--color-green-new);
}

.wc-doc-bx .btns {
    justify-content: space-between;
}

.wc-doc-bx .info ul li {
    background: 0;
    padding: 0;
    color: #666;
    font-weight: 400;
    margin-right: 1.25rem
}

.wc-key-infrastructure {
    background: url(../images/wc-key-bg.webp) no-repeat left bottom/cover
}

.wc-key-insfrs,
.why-mn-cnt {
    display: flex;
    flex-wrap: wrap
}

.wc-key-insfrs li {
    width: 50%;
    padding-left: 28px;
    margin: 10px 0;
    position: relative;
    padding-left: 18px !important;
    margin: 5px 0px !important;
}

.wc-key-insfrs li:before {
    content: '' !important;
    width: 6px;
    height: 6px;
    background: var(--color-pink-new);
    left: 0;
    border-radius: 8px;
    top: 6px !important;
    position: absolute;
}


.wc-specialties-bx {
    height: 100%
}

.wc-specialties-bx a {
    display: block;
    background: #c4dbeb;
    border-radius: 12px;
    padding: 22px 15px;
    text-align: center;
    height: 100%
}

.wc-specialties-bx figure {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    padding: 20px
}

.wc-specialties-bx h3 {
    margin: 0;
    font-size: 18px;
    color: #232323
}

.wc-specialties-bx:hover h3 {
    color: #fff;
}

.wc-specialties-bx:hover a {
    background: var(--color-green-new);
    transform: translateY(-5px);
    color: #fff;
}

@media screen and (max-width: 999px) {
    .fertility-clinic-slider .wc-slider-info-banner {
        padding-top: 20px;
    }

    .fertility-clinic-slider .wc-slider-info-banner h1 {
        font-size: 2.0rem;
    }

    .wc-key-insfrs {
        display: block;
    }

    .wc-key-insfrs li {
        width: 100%;
    }

    .fertility-about .section-title,
    .fertility-advanced .section-title,
    .journey-title {
        font-size: 22px;
        line-height: 30px;
    }
}