body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}

.btn-page,
.btn-page-sec {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 100px;
    display: inline-block;
}

.btn-page {
    box-shadow: 0px 0px 0px 5.87px #F37E384D;
    border: 1px solid #E02262;
    background: #E02262;
    color: #fff;
}

.btn-page:hover {
    background: transparent;
    color: #E02262;
}

.btn-page-sec {
    box-shadow: 0px 0px 0px 5.87px #013CA34D;
    border: 1px solid #013CA3;
    background: #013CA3;
    color: #fff;
}

.btn-page-sec:hover {
    background: transparent;
    color: #013CA3;
}

.section-heading .title {
    color: #013CA3;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.section-heading .heading {
    color: #2F2A2A;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.section-heading .heading strong {
    color: #E02262;
}

.section-heading .list-section {
    padding: 0;
}

.section-heading .list-section li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.section-heading .list-section li::after {
    content: "\ea30";
    font-family: 'boxicons' !important;
    font-weight: 400;
    color: #013CA3;
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 20px;
}

/* HERO SECTION */
.hero-section {
    background-image: url(../images/Banner-ivf.png);
    position: relative;
    padding: 120px 0 0;
}

.hero-section .image-banner {
    width: 500px;
    object-fit: contain;
    object-position: bottom;
}

.hero-section .section-heading .heading strong {
    font-size: 42px;

}

.hero-section .section-heading ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.hero-section .section-heading ul li {
    position: relative;
    padding-left: 35px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .section-heading ul li::before {
    content: "\ea41";
    font-family: 'boxicons' !important;
    font-weight: 600;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: #013CA31A;
    color: #013CA3;
    font-size: 24px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* INTRO SECTION */
.intro-section {
    padding: 60px 0;
    background: #ffffff;
}

.intro-section .image-box {
    padding: 20px 0;
    position: relative;
}

.intro-section .image-box .image-sec {
    width: 100%;
    height: 100%;
    margin-left: auto;
    display: block;
    border-radius: 5px;
}

/* IVF PROCESS */


@media(max-width:768px) {
    .hero-title {
        font-size: 24px;
    }
}

.call-action {
    padding: 40px 0;
}

.call-action .inner-box {
    background: linear-gradient(153deg, #E02262 -9.32%, #013CA3 79.2%);
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.call-action .inner-box h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.call-action .inner-box h4 {
    color: #fff;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.4;
}

.call-action .inner-box p {
    color: #fff;
}

.call-action .content-box {
    max-width: 60%;
}

.call-action img {
    position: absolute;
    right: -10px;
    transform: scaleX(-1);
    bottom: 0;
    width: 500px;
}

.faq-hospital {
    background: linear-gradient(0deg, #FFFFFF 4%, #FFD4CD 205.57%);
}

.faq-hospital .accordion {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff
}

.faq-hospital .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #0000000D
}

.faq-hospital .content-box.head h3 {
    color: var(--text-dark-blue);
}

.faq-hospital .accordion .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-matte-color);
}

.faq-hospital .accordion .accordion-item .accordion-button:hover {
    color: var(--primary-color)
}

.faq-hospital .accordion .accordion-item .accordion-button:hover::after {
    filter: brightness(0) saturate(100%) invert(45%) sepia(38%) saturate(2917%) hue-rotate(336deg) brightness(100%) contrast(102%);
}

.faq-hospital .accordion .accordion-item:last-child {
    border: 0
}

.faq-hospital .accordion-button:not(.collapsed) {
    color: var(--primary-color) !important;
    background: 0 0
}

.faq-hospital .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(45%) sepia(38%) saturate(2917%) hue-rotate(336deg) brightness(100%) contrast(102%);
}

.faq-hospital .accordion-body {
    padding-right: 40px;
    line-height: 26px;
}

section.faq-hospital h5.title {
    font-weight: 600;
    font-size: 18px;
}

.faq-hospital .accordion-body p {
    line-height: 1.5;
}

.doctor-section {
    background: linear-gradient(177.91deg, #013CA3 -17.25%, #E02262 253.8%);
    border-radius: 20px;
    padding: 60px 40px;
    color: white;
    position: relative;
    overflow: hidden;
    margin: 50px auto;
}

/* Social Sidebar */
.social-sidebar {
    position: absolute;
    left: 20px;
    top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    z-index: 1;
}

.social-sidebar a {
    color: white;
    font-size: 1.1rem;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.social-sidebar a:hover {
    opacity: 1;
}

/* Image Styling */
.doctor-img-container {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    width: auto;
    max-width: 500px;
}

.doctor-img-container img {
    max-width: 100%;
    height: auto;
    /* Using a mask or specific border-radius if needed */
}

/* Content Styling */
.doctor-content h5 {
    font-family: serif;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.doctor-content h2 {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.doctor-content .credentials {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.doctor-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
}

/* Stats Boxes */
.stat-box {
    background: white;
    color: #333;
    border-radius: 12px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
}

.stat-icon {
    background: #f0f4f8;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    font-size: 1.2rem;
}

.stat-info h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--primary-blue);
}

.stat-info span {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

.whychoose-section .card-whychoose {
    width: 100%;
    height: 100%;    
    border: 0.94px solid #DDDDDD;
    padding: 20px;
    border-radius: 10px;
}
.whychoose-section .card-whychoose:hover{
    background: linear-gradient(180deg, #013CA3 -24.19%, #E02262 243.56%);
}

.whychoose-section .card-whychoose .icon {
    width: 60px;
    height: 60px;
    background: #013CA3;
    border-radius: 100px;
    padding: 10px;
    margin-bottom: 15px;
}

.whychoose-section .card-whychoose .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: contrast(0) brightness(10);
}
.whychoose-section .card-whychoose:hover .icon{
    background: #fff;
}
.whychoose-section .card-whychoose:hover .icon img{
    filter: inherit;
}
.whychoose-section .card-whychoose h6 {
    color: #2F2A2A;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

.whychoose-section .card-whychoose p {
    margin: 0;
    color:#2F2A2A
}
.whychoose-section .card-whychoose:hover h6,
.whychoose-section .card-whychoose:hover p{
    color: #fff;
}
.consultation-process {
    background: linear-gradient(102.84deg, rgba(1, 60, 163, 0.05) 16.97%, rgba(224, 34, 98, 0.05) 82.33%),
        linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.consultation-process .card-process {
    background: #FFFFFF;
    border: 2px solid #0000000a;
    box-shadow: 0px 3px 12px 0px #00000059;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    text-align: center;
    height: 100%;
}

.consultation-process .card-process img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.consultation-process .card-process h6 {
    font-size: 16px;
    color: #111827;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}

.consultation-process .card-process p {
    margin-bottom: 0;
}

.consultation-process .card-process .no {
    position: absolute;
    background: #013CA3;
    left: 0;
    top: 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    border-radius: 10px 0 0;
}

.ivf-section .container {
    background-image: url(../images/ivf-recommend.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px;
    border-radius: 15px;
}

.ivf-section .small-title {
    opacity: 0.8;
    margin-bottom: 5px;
}

.ivf-section h2 {
    font-weight: 700;
}

.ivf-section .desc {
    max-width: 700px;
    margin: auto;
    font-size: 14px;
    opacity: 0.9;
}

.reason-box {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px 18px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.check {
    background: white;
    color: #6b46c1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.causes-section {
    background: linear-gradient(178.27deg, rgba(242, 98, 87, 0.08) 1.47%, rgba(255, 255, 255, 0.08) 150.43%);
    padding: 70px 0;
}

.causes-section .cause-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 1.38px 13px 2px #00000017;
    transition: 0.3s;
    height: 100%;
    border: 1.38px solid #fff;
}

.causes-section .cause-card:hover {
    transform: translateY(-5px);
    border:1.38px solid #013CA380;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.causes-section .icon {
    width: 40px;
    height: 40px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 15px;    
    padding: 10px;
}
.causes-section .cause-card:hover .icon{
    background-color: #013CA3;
}
.causes-section .cause-card:hover .icon img{
    filter: contrast(0) brightness(10);
}
.causes-section .cause-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.causes-section .cause-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.treatment-section {
    padding: 60px 0;
    background-color:#F0F6FF;
}

.treatment-section .treatment-item ul {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.treatment-section .treatment-item .card-item {
    position: relative;
    width: 20%;
    flex-grow: 1;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease-in;
}

.treatment-section .treatment-item .card-item .image {
    height: 100%;
}

.treatment-section .treatment-item ul li:nth-child(2) {
    margin-top: 40px;
}

.treatment-section .treatment-item ul li:nth-child(3) {
    margin-top: 20px;
}
.treatment-section .treatment-item ul li:nth-child(5) {
    margin-top: -20px;
}
.treatment-section .treatment-item ul li:nth-child(6) {
    margin-top: 20px;
}

.treatment-section .treatment-item ul li:nth-child(8) {
    margin-top: -20px;
}

.treatment-section .treatment-item ul li .image {
    width: 100%;
    height: 100%;
}

.treatment-section .treatment-item .card-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.treatment-section .treatment-item .card-item::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #000000 -13.88%, rgba(0, 0, 0, 0) 59.62%);
    z-index: 9;
    transition: all 0.3s ease-in;
}

.treatment-section .treatment-item .card-item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 25px 15px;
    z-index: 99;
    transition: all 0.3s ease-in;
}

.treatment-section .treatment-item .card-item .content h6,
.treatment-section .treatment-item .card-item .content h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.treatment-section .treatment-item .card-item .content .content-hide {
    display: none;
    transform: translateY(100%);
    transition: all 0.3s ease-in;
}

.treatment-section .treatment-item .card-item .content p {
    color: #fff;
    text-align: center;
}

.treatment-section .treatment-item .card-item .content .btn-page {
    background-color: #fff;
    color: #F54991;
    border-color: #fff;
    display: inline-flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
    width: max-content;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;

}

.treatment-section .treatment-item .card-item:hover::after {
    background: rgba(0, 0, 0, 0.7);
}

.treatment-section .treatment-item .card-item:hover .content .content-hide {
    display: block;
    transform: translateY(0);
    justify-content: center;
}
.ivf-cta{
    padding:50px 0;
}
.ivf-cta .container{
    padding:40px;
    border-radius:12px;
    position:relative;
    overflow:hidden;
    box-shadow: 0px 4px 34px 0px #00000026;
    border: 1px solid #ADADAD;
    background: #FFFFFF1A;

    }
    
    .ivf-cta .container:after{
        content: "";
        position: absolute;
        right: -120px;
        top: -60px;
        width: 45%;
        height: 420px;
        background-image: url(../images/bg-image-cta.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%;
        z-index: 0;
    }
    
    .cta-small{
    color:#3366cc;
    font-weight:600;
    font-size:14px;
    }
    
    .ivf-cta h2{
    font-weight:700;
    font-size:28px;
    margin:10px 0;
    }
    
    .ivf-cta h2 span{
    color:#ff3b6b;
    }
    
    .cta-desc{
    color:#666;
    font-size:14px;
    max-width:500px;
    }
    
    .cta-btn{
    display:inline-block;
    margin-top:15px;
    padding:10px 20px;
    background:#ff3b6b;
    color:white;
    border-radius:25px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s;
    }
    
    .cta-btn:hover{
    background:#e92a5c;
    color:white;
    }
    
    .ivf-cta .cta-img{
        position: absolute;
        width: 100%;
        max-width: 400px;
        object-fit: contain;
        right: 10%;
        bottom: 0;
        z-index: 1;
    }
    @media (max-width:575px) {
        .ivf-cta .cta-img{
            display: none;
        }
        .ivf-cta .container:after{
            display: none;
        }
        .ivf-cta .container{
            border-radius: 0;
        }
        .hero-section .image-banner{
            display: none;
        }
        .social-sidebar{
            display: none;
        }
        .doctor-img-container {
            position: relative;
            bottom: 0;
            text-align: center;
            left: 0;
            width: auto;
            max-width: 200px;
            height: 200px;
            background: #fff;
            border-radius: 100px;
            overflow: hidden;
            margin: 0 auto 15px;
        }
    }