@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:wght@100..900&display=swap');



html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    color: #212529;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1760px;
    padding: 0 30px;
}

.row {
    display: flex;
    margin: 0;
}

.padd-0 {
    padding: 0 !important;
}




/* Common Section CSS start */
.cmn-sec.col-lg-6 {
    padding: 0;
}

.cmn-sec .banner-content {
    display: flex;
    flex-direction: column;
    font-family: "Barlow", Sans-serif;
    position: relative;
    z-index: 3;
}

.btn-wrap .white-btn {
    padding: 20px 30px;
}

.elementor-button-content-wrapper {
    display: flex;
    /* align-items: center; */
    gap: 10px;
}
.elementor-button-content-wrapper i{
    font-size: 24px;
}
.padd-0 {
    padding-right: 0 !important;
}
.modal-dialog {
    max-width: 70%;
}
.modal .modal-content .modal-header {
    justify-content: space-between;
}
.modal .modal-content .modal-header h3 {
    font-size: 32px;
    font-weight: 600;
}
.btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #48C5E6;
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}
.award-section .modal .modal-content .modal-body {
    padding: 20px;
}
iframe {
    min-height: 500px;
    border: 0;
}
.modal .p-6 {
    padding: 15px !important;
}
.modal-body {
    padding: 0 !important;
}
/* Common Section CSS end */



/* header section start */
.header-section {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #4430560D;
}

.header-section .logo-wrap a {
    display: block;
    width: 140px;
}

.header-section .logo-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header-section .desktop-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-section .desktop-wrap ul li {
    font-family: "Barlow", sans-serif;
    padding: 0 8px;
    margin: 0 8px;
}

.header-section .desktop-wrap ul li a {
    text-decoration: none;
    font-size: 22px;
    color: #666666;
    font-weight: 500;
    transition: all .4s ease-out, padding 0s, font-size 0s;
}

.header-section .desktop-wrap ul li a.active {
    color: #007dc4;
    font-weight: 700;
}

.header-section .desktop-wrap ul li a:hover {
    color: #007dc4;
}


.btn-wrap .white-btn {
    background-color: #25D366;
    border: 2px solid #25D366;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    line-height: 1em;
    border-radius: 50px;
    padding: 24px 40px;
    display: inline-block;
    text-decoration: none;
    display: inline-flex;
}

.btn-wrap .white-btn:hover {
    background-color: #fff !important;
    border: 2px solid #25D366;
    color: #25D366;
    transition: all 0.3s ease-in-out;
}

/* header section end */




/* certificate section start */
.banner-section {
    position: relative;
    z-index: 1;
    background: url(../images/surabhi_banner2.webp) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    min-height: calc(100vh - 130px);
}

.banner-section .row {
    display: flex;
    align-items: center;
}

.banner-section .banner-content h1,
.ivf-section .banner-content h2 {
    font-size: 90px;
    font-weight: 600;
    line-height: 1.1em;
    color: #3babeb;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 30px;
    letter-spacing: -0.04em;
}

.banner-section .banner-content h1 span {
    font-size: 110px;
    font-weight: 700;
    color: #f22d7b;
    transition: all 0.4s ease-in-out;
}

.banner-section .banner-content p {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 60px;
    width: 80%;
}

.banner-section .banner-content h5 {
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

/* banner section end */




/* treatment section start */
.treatment-section {
    text-align: center;
    padding: 30px 0;
    background: #fff;
}

.treatment-section .title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
    font-family: "Barlow", sans-serif;
    color: #343434;
    text-align: left;
}

.treatment-section .marquee {
    overflow: hidden;
    white-space: nowrap;
    margin: 20px 0;
    position: relative;
}

.treatment-section .marquee-content {
    display: inline-flex;
    gap: 20px;
}

.treatment-section .marquee-content span {
    display: inline-block;
    background-color: rgba(72, 197, 230, 0.2);
    padding: 14px 25px;
    border-radius: 8px;
    font-size: 22px;
    color: #10aede;
    font-weight: 600;
    font-family: "Barlow";
}

.treatment-section .marquee-left .marquee-content {
    animation: scroll-left 40s linear infinite;
}

.treatment-section .marquee-right .marquee-content {
    animation: scroll-right 40s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

/* treatment section end */



/* ivf section start */
.ivf-section {
    position: relative;
    z-index: 1;
    background: url(../images/evaa_IVF_bnr2.webp) bottom center no-repeat;
    background-size: cover;
    padding: 50px 0;
    object-position: center;
}

.ivf-section .banner-content h2 {
    color: #fff;
    line-height: 1.2;
}

.ivf-section .banner-content h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 25px;
}
.ivf-section .banner-content h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 50px;
    font-style: italic;
}

/* ivf section end */




/* journey section start */
.journey-section {
    padding: 40px 0;
    background-color: #f2f0f0;
}

.journey-section .row {
    align-items: center;
}

.journey-section .journey-image .img-fluid {
    border: 1px dotted #bcbcbc;
    border-radius: 10px;
    width: 100%;
}

.journey-section .journey-content h3 {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.2em;
    color: #f22d7b;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 15px;
}
.journey-section .journey-content h5 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    color: #a5873d;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 50px;
}

.journey-section .journey-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #585858;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 50px;
}

/* journey section end */




/* work section start */
.work-section {
    padding: 50px 0;
}

.work-section .title-holder {
    text-align: center;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 35px;
}

.work-section .title-holder .d-flex {
    gap: 10px;
}

.work-section .title-holder .d-flex i {
    color: #4B5563;
    font-size: 22px;
}

.work-section .title-holder h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    color: #343434;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 15px;
}

.work-section .title-holder h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #4B5563;
    margin-bottom: 0;
}

.work-section .title-holder p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #4B5563;
    margin-bottom: 0;
}


.work-section .timeline {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.work-section .timeline-item {
    position: relative;
    z-index: 1;
}

.work-section .timeline-item::before{
    content: "";
    position: absolute;
    top: 40px;
    left: 20px;
    width: 2px;
    height: calc(100% + 15px);
    border-left: 2px dotted #5F7DC2;
    z-index: -1;
}
.work-section .timeline-item:last-child::before{
    display: none;
}

.work-section .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    gap: 30px;
}

.work-section .timeline-marker {
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #10AEDE;
    background: rgb(233 248 252);
    border: 1.5px solid #10AEDE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "Barlow", Sans-serif;
    z-index: 1;
}



.work-section .timeline-box {
    flex: 1;
    background: rgba(72, 197, 230, 0.12);
    border: 2px solid #10AEDE;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.work-section .timeline-box h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #2D3648;
    margin-bottom: 10px;
    font-family: "Barlow", Sans-serif;
    letter-spacing: 0;
}

.work-section .timeline-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 20px;
    font-family: "Helvetica", Sans-serif;
}

.work-section .timeline-box img {
    max-width: 200px;
    border-radius: 6px;
}



.work-section .review-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d3275;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    font-family: "Barlow", sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 40%;
    margin: 0 auto;
    gap: 20px;
}

.work-section .img-cont-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.work-section .review-wrap .rating-info h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 500;
}

.work-section .review-wrap .rating-star {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.work-section .review-wrap .rating-star .star {
    display: flex;
    align-items: center;
}

.work-section .review-wrap .rating-star .star i {
    font-size: 18px;
    color: #ffc107;
}

.work-section .rating-info h6 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;
}

.work-section .review-wrap .review-info p {
    font-size: 20px;
    font-weight: 400;
    color: #e1e1e1;
    margin-bottom: 0;
    line-height: 1.4em;
}

.work-section .btn-wrap,
.approach-section .btn-wrap {
    text-align: center;
    margin-top: 40px;
}
/* work section end */



/* video section start */
.video-section {
    padding: 50px 0;
    background-color: #f2f0f0;
}
.video-section .btn-wrap {
    text-align: center;
    margin-top: 30px;
}

.video-section .video-wrap {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
    border: 6px solid rgba(72, 197, 230, 0.5);
    border-radius: 20px;
}

.video-section .video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* optional styling */
}
/* video section end */



/* approach section start */
.approach-section {
    padding: 50px 0;
    background: #F7F9FF;
}

.approach-section .title-holder {
    text-align: center;
    font-family: "Barlow", Sans-serif;
    margin-bottom: 35px;
}

.approach-section .title-holder h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #343434;
    margin-bottom: 20px;
}

.approach-section .title-holder h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #4B5563;
    margin-bottom: 10px;
}

.approach-section .couple-img {
    width: 25%;
    position: relative;
    left: 25%;
}

.approach-section .timeline {
    width: 70%;
    margin: 0 auto;
}

.approach-section .timeline .timeline-item {
    text-align: start;
    margin-bottom: 15px;
}

.approach-section .timeline .timeline-item:nth-child(2),
.approach-section .timeline .timeline-item:nth-child(4) {
    text-align: end;
}

.approach-section .timeline .timeline-item img {
    width: 50%;
}
/* approach section end */



/* gallery section start */
.gallery-section {
    padding: 40px 0;
}

.gallery-section .title-holder {
    font-family: "Barlow" sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.gallery-section .title-holder h3 {
    font-size: 44px;
    color: #002147;
    font-weight: 600;
    margin-bottom: 0;
}

.gallery-section .title-holder p {
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 400;
    margin-bottom: 30px;
}


.gallery-section .row {
    margin-bottom: 20px;
}

.gallery-section .row:nth-child(3) {
    margin-bottom: 0;
}

.gallery-section .gallery-box {
    position: relative;
    height: 100%;
    height: 200px;
    width: 100%;
}

.gallery-section .gallery-box::before {
    background-color: rgba(165, 135, 61, 0.8);
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gallery-section .gallery-box:hover::before{
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gallery-section .gallery-box:hover .icon-wrap{
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.gallery-section .gallery-box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery-section .gallery-box .icon-wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease-out;
}

.gallery-section .gallery-box .icon-wrap i{
    color: #fff;
    font-size: 18px;
    transition: all 0.5s ease-out;
}

.gallery-section .gallery-box .icon-wrap a{
    background-color: #f22d7b;
    height: 55px;
    width: 55px;
    line-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/* gallery section end */



/* FAQ Section start */
.faq-section {
    padding: 40px 0;
}

.faq-section .title-holder h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    color: #2D3648;
    margin-bottom: 40px;
    font-family: "Barlow", Sans-serif;
    text-align: center;
}


.faq-section .col-lg-8 {
    margin: 0 auto;
}
.faq-section .btn-wrap {
    text-align: center;
    margin-top: 30px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.3s, border-bottom 0.3s;
    color: #646464;
    border-bottom: 2px solid #e0e0e0;
}

.tab.active {
    color: #5275C3;
    border-bottom: 3px solid #5275C3;
}
.tab:hover {
    color: #5275C3;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}


.accordion {
    width: 100%;
    background: #e9f0fb;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}

.accordion:hover {
    background: #dce9fa;
}

/* .accordion-button::after {
    content: '+';
    font-size: 18px;
    transition: transform 0.3s;
}

.accordion-button .active:after {
    content: '-';
} */

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #f9f9f9;
    padding: 0 15px;
}

.panel p {
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}
.accordion-button:focus {
    border: none;
}
/* FAQ Section end */



/* Footer section start */
.footer-section {
    background-color: #333333;
    padding: 20px 0;
}
.footer-section .row {
    align-items: center;
}
.footer-section .footer-logo{
    display: block;
    width: 180px;
    margin: 0 auto;
}
.footer-section .footer-content hr {
    color: #fff;
    border-top: 2px solid;
    opacity: 1;
    width: 70%;
    margin: 15px auto;
}
.footer-section .col-lg-3 {
    text-align: center;
}
.footer-section .footer-content p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 0 0; 
    font-family: "Barlow", Sans-serif;
}
.footer-section .inner-wrap .text-wrap p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 16px 0 0 0; 
    font-family: "Barlow", Sans-serif;
}
.footer-section .inner-wrap .icon-wrap svg {
    width: 50px;
    height: 50px;
}
.accordion-button {
    font-size: 24px;
}
.accordion-body {
    font-size: 22px;
}
/* Footer section end */