
/* =============================
   Default Theme
   -----------------------------
   fonts : Cormorant Garamond & Poppins
   -----------------------------
   Colors :
      White Smoke        #f4f4f4
      Black              #000
      White              #fff
      Navy Blue          #1b1b4b   
      Vintage Coral      #de7f67
      
================================ */


/* =============================
            HTML, Body
   ============================= */
html,
body {
    height: 100%;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

section {
    overflow: hidden;
}

/* =============================
          Arrow Down
   ============================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
     color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #272B33;
}


/* back to top button */
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    color: #fff;
   border-radius: 4px;
    background-color:#de7f67 ;
    transition: all 400ms linear;
    display: none;


}
.btn-back-to-top:hover,
.btn-back-to-top:focus{
    background-color:#fff ;
    color: #000;
    font-size: 24px;

}

/* =============================
         Content boxes
   ============================= */
.content-box-lg {
    padding: 100px 0;

}

.content-box-md {
    padding: 80px 0;
}
.content-box-sm{
    padding: 60px 20px;

}
.content-box-xs{
    padding: 40px 20px;

}



/* =========================================
                Services Page 
============================================ */
/*==========================
        BANNER
===========================*/

.services-banner{

    position:relative;

    width:100%;
    height:420px;

    background-image:url("../img/services/services-banner.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

    overflow:hidden;
}

/* Overlay */

.services-banner::before{

    content:"";

    position:absolute;
    inset:0;

    background:linear-gradient(
        90deg,
        rgba(20,24,66,.72) 0%,
        rgba(20,24,66,.45) 35%,
        rgba(20,24,66,.10) 100%
    );
}

/* Content */

.banner-content{

    position:relative;
    z-index:2;

    max-width:1200px;
    height:100%;

    margin:auto;

    display:flex;
    align-items:center;

    padding:0 70px;
}

.banner-content h1{

    color:#fff;

    font-family:'Cormorant Garamond',serif;

    font-size:72px;

    font-weight:500;

    letter-spacing:2px;

    text-transform:uppercase;

    animation:fadeUp .8s ease;
}



/* fertility */
#fertility {
    padding: 80px 0;

    background-image:url("../img/services/fertility-1.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

     
}
.service-heading h1 {
    color: #1b1b4b;
    font-size: 60px;
}
.service-heading{
    display:flex;
    align-items:center;   /* Aligns line and text on the same center line */
    gap:20px;
}

.service-heading h2{
    margin:0;
    font-size:72px;
    line-height:1.1;
}

.service-heading .line{
    width:4px;
    height:65px;
    background:#de7f67;
    flex-shrink:0;
}

.service-heading.reverse{
    justify-content:flex-end;
}

 .service-heading.reverse .line{
    order:2;      /* Move line after heading */
}

.service-heading.reverse h2{
    order:1;
}



#fertility-left {
    margin-top: 30px;
}


#fertility-right img {
   margin-top: -50px; 
}
/* why ivf */
#why-ivf .content-box-sm {
    padding-top: 0;
}
.ivf-heading h3 {
    color: #1b1b4b;
    font-size: 35px;

}
#ivf img {
    margin: 40px 0;
}

.ivf-item {
    margin: 35px 0;
}

.ivf-item .icon {
    font-size: 42px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ivf-item:hover .icon {
   
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.ivf-item h4 {
    font-size: 28px;
    margin: 0 0 8px 0;
    color: #1b1b4b;
}

.ivf-item p {
    line-height: normal;
    font-size: 17px;
}

/* IVF PROCESS */
#ivf-process .content-box-sm {
    padding-top: 0;
}
#ivf-process{
 
   
    background-position: center;
    width:100%;
    padding:40px 6%;
    text-align:center;
}

#ivf-process-heading h3{

    font-size:35px;
    color:#1b1b4b;
    margin-bottom:70px;
   
}

.ivf-timeline{

    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:4px;
    flex-wrap:wrap;
    background-image:url("../img/services/ivf-icon/icons_sprm-bg.svg");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

    
}

.step{

    width:150px;
    position:relative;
    transition:.2s;
}

.circle{

    width:90px;
    height:90px;
    margin:auto;

    border:3px solid #de7f67;
    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    background:white;

    transition:.5s;
    position:relative;
    overflow:hidden;
}

.circle::before{

    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:#de7f67;
    border-radius:50%;
    transform:scale(0);
    transition:.5s;
    z-index:0;
}

.circle img{

    font-size:30px;
    padding: 20px;
    color:#EA866A;
    position:relative;
    z-index:2;
    transition:.5s;
}

.step h3{

    margin-top:28px;
    font-size:20px;
    color:#de7f67;
    line-height:1.35;
    font-weight:700;
    transition:.4s;
}

/* Floating animation */

.circle{

    animation:float 3s ease-in-out infinite;
}

@keyframes float{

    0%,100%{

        transform:translateY(0px);
    }

    50%{

        transform:translateY(-10px);
    }
}

/* Hover */

.step:hover{

    transform:translateY(-15px);
}

.step:hover .circle{

    
    border-color:#1b1b4b;
}



.step:hover h3{

    color:#1b1b4b;
}

/* Responsive */

@media(max-width:991px){

.timeline{

flex-direction:column;
align-items:center;
}

}
/* Family Balancing */
#family {
    padding: 0;

    background-image:url("../img/services/family.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

}
#family-right h6{
    font-size: 24px;
    color: #1b1b4b;
}
#family-right p {
font-size: 17px;
}
/* Family Benefits */
.benefits-heading h3{

    font-size:35px;
    color:#1b1b4b;
    padding-bottom: 70px;
       
}
.benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.benefit-card{
    background:#fff;
    border-radius:18px;
    padding:35px 30px;
    text-align:center;
    position:relative;
    transition:.35s ease;
    border:1px solid #dbdbdb;
    overflow:hidden;
}

.benefit-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#1b1b4b);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.benefit-card:hover::before{
    transform:scaleX(1);
}

.benefit-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(140,82,255,.18);
}

.icon{
  
    margin:0 auto 25px;
    border-radius:50%;
 
    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;
}

.benefit-card:hover .icon{
 
    
    transform:rotate(10deg) scale(1.08);
}

.benefit-card h3{
    font-size:24px;
    color:#1b1b4b;
    margin-bottom:15px;
    transition:.3s;
}

.benefit-card p{
  
    line-height:1.7;
    font-size: 17px;
}

.benefit-card:hover h3{
    color:#de7f67;
}

@media(max-width:768px){

.section-title h2{
    font-size:32px;
}

.benefits-grid{
    grid-template-columns:1fr;
}

}
/* Women Wellness */
#Women-Wellness {
     padding: 0;

    background-image:url("../img/services/woman.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

}
#women-support h3{
    font-size:35px;
    color:#1b1b4b;
    padding-bottom: 70px;
}

/* Child Support */
#child {
    padding: 0;

    background-image:url("../img/services/child.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#child .service-heading .line{
    width:4px;
    height:100px;
    background:#de7f67;
    flex-shrink:0;
}


#child-right h6{
    font-size: 24px;
    color: #1b1b4b;
}
#child-right p {
font-size: 17px;
}

/* child-neuro */
#child-health {
    padding-top: 0;
}

.childn-heading  h3 {
    color: #1b1b4b;
    font-size: 35px;
   
}

.item i{
    font-size: 20px;
    color:#de7f67 ;
    padding-right: 15px;
}

.cn-right {
    margin-top: 10px;
}

#cn-left img {
    margin: 0 auto;
}

/* Holistic Wellness */
#holistic {
    padding: 0;

    background-image:url("../img/services/holistic1.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

#holistic-left {
    padding-top: 50px;
}

/* Holistic Wellness Program */
.wellness-section{
 
}

.container{
   
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#de7f67;
    letter-spacing:3px;
    font-size:15px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    font-size:55px;
    color:#1b1b4b;
    
    font-weight:600;
    margin-bottom:20px;
}

.section-title p{
    max-width:760px;
    margin:auto;
    color:#1b1b4b;
    line-height:1.8;
    font-size:18px;
}

.wellness-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
}

.card{
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    box-shadow: rgba(0,0,0,.08);
    transition:.35s;
}

.card:hover{
    transform:translateY(-10px);
    border-color:#de7f67 ;
}

.card img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.card-content{
    padding:15px 15px 15px;
    text-align:center;
}

.card-content h3{
    
    color:#1b1b4b;
    font-size:28px;
    line-height:1.25;
    margin-bottom:15px;
}



/* Responsive */

@media(max-width:1200px){
    .wellness-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

    .section-title h2{
        font-size:38px;
    }

    .wellness-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .card img{
        height:280px;
    }

    .card-content h3{
        font-size:26px;
    }

    .bottom-text{
        width:100%;
        text-align:center;
        font-size:22px;
    }

}

@media(max-width:576px){

    .wellness-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:32px;
    }

    .card img{
        height:320px;
    }

}


/* International Patients */

#patient {
    padding: 40px 0;

    background-image:url("../img/services/patient.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}
#patient-right{
    padding-top: 50px;
}

.benefits-heading h3{

    font-size:32px;
    color:#1b1b4b;
    padding-bottom: 50px;
       
}
.p-benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(175px,1fr));
    gap:8px;
}

.p-benefit-card{
    background:#fff;
    border-radius:20px;
    padding:30px 25px;
    text-align:center;
    position:relative;
    transition:.35s ease;
    border:1px solid #dbdbdb;
    overflow:hidden;
}

.p-benefit-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#1b1b4b);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

.p-benefit-card:hover::before{
    transform:scaleX(1);
}

.p-benefit-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(140,82,255,.18);
}

.icon{
  
    margin:0 auto 25px;
    border-radius:50%;
 
    display:flex;
    align-items:center;
    justify-content:center;

    transition:.35s;
}

.p-benefit-card:hover .icon{
 
    
    transform:rotate(10deg) scale(1.08);
}

.p-benefit-card h3{
    font-size:24px;
    color:#1b1b4b;
    margin-bottom:15px;
    transition:.3s;
}



.p-benefit-card:hover h3{
    color:#de7f67;
}

@media(max-width:768px){

.section-title h2{
    font-size:32px;
}

.p-benefits-grid{
    grid-template-columns:1fr;
}

}




/* =========================================
   SRISHTI FAQ SECTION
========================================= */

#faq {
    background-image:url("../img/about/flower-bg.webp");
    background-color: #fff;
}
.faq-heading h1 {
    color: #1b1b4b;
    font-size: 60px;
    padding-bottom:40px;
}


.faq-list {
    width: 100%;
}

/* FAQ Item */

.faq-item {
    border-top: 1px solid #dededb;
}

.faq-item:last-child {
    border-bottom: 1px solid #dededb;
}

/* Question */

.faq-question {
    width: 100%;
    padding: 22px 0;
    border: 0;
    outline: none;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    cursor: pointer;
    text-align: left;

    font-family: inherit;
    color: #303030;
}

.faq-question > span:first-child {
    display: flex;
    align-items: center;
    gap: 15px;

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/*  Icon */



.faq-icon {
    width: 28px;
    min-width: 28px;
    height: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 25px;
    color: #de7f67;

    transition: transform 0.3s ease;
}

.faq-icon i {
    font-weight: 300;
}

/* Arrow */

.faq-arrow {
    width: 20px;
    min-width: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 19px;
    font-weight: 300;

    transition: transform 0.3s ease;
}

/* Answer */

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;

    transition:
        grid-template-rows 0.4s ease,
        opacity 0.3s ease;

    opacity: 0;
}

.faq-answer p {
    min-height: 0;
    overflow: hidden;

    margin: 0;
    padding: 0 45px 0 43px;

    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.2px;
    color: #707070;
}

/* Active */

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq-item.active .faq-answer p {
    padding-bottom: 27px;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

/* Hover */

.faq-question:hover .faq-arrow {
    transform: translateY(2px);
}

.faq-item.active .faq-question:hover .faq-arrow {
    transform: rotate(180deg) translateY(2px);
}


/*=====================
     enquery section
     =================*/

#enquiry {
    
}

.enquiry-container {
    

    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    gap: 80px;
}


/* IMAGE AS BACKGROUND */

.enquiry-image {
    width: 100%;
    height: 500px;

    background-image: url("../img/contact/contact.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    position: relative;
}



/* CONTENT */

.enquiry-content {
    max-width: 600px;
}




/* HEADING */

.enquiry-content h1 {
    margin: 0 0 25px;

   

    font-size: 60px;
    line-height: 1.08;
    font-weight: 400;

    

    color: #1b1b4b;
}


/* DESCRIPTION */

.enquiry-description {
    max-width: 560px;

    margin: 0 0 38px;

    font-size: 17px;
    line-height: 1.65;

    
}


/* CONTACT */

.contact-details {
    display: flex;
    align-items: center;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;

    text-decoration: none;
}

.contact-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e3ebde;

    color: #1b1b4b;

    font-size: 23px;
}

.contact-item > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-item span {
    font-size: 13px;
    color: #777;
}

.contact-item strong {
    font-size: 15px;
    font-weight: 500;
    color: #263b38;
    white-space: nowrap;
}

.contact-divider {
    width: 1px;
    height: 55px;
    background: #d6ddd2;
}


/* IMAGE ANIMATION */

.enquiry-image {
    animation: enquiryFloat 6s ease-in-out infinite;
}

@keyframes enquiryFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}


/* TABLET */

@media (max-width: 1000px) {

    .enquiry-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .enquiry-image {
        max-width: 500px;
        height: 450px;
        margin: auto;
    }

    .enquiry-content {
        max-width: 700px;
        margin: auto;
        text-align: center;
    }

    .enquiry-label {
        justify-content: center;
    }

    .enquiry-description {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-details {
        justify-content: center;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .enquiry-section {
        padding: 60px 20px;
    }

    .enquiry-image {
        height: 320px;
        max-width: 330px;
    }

    .enquiry-content h2 {
        font-size: 38px;
    }

    .enquiry-description {
        font-size: 15px;
    }

    .contact-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;

        text-align: left;
    }

    .contact-divider {
        display: none;
    }
}