* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body {
   font-family: 'Segoe UI', sans-serif;
}

html{
        font-size: 62.5%;
        
         scroll-behavior: smooth;
        
}

/* Header Section Start */
a{
    text-decoration: none;
}
h1{
    color:white;
    padding-bottom: 30px;
}
.logo{
    width: 150px;
    height: auto;
   
}
.header_section{
    width: 100%;
    height: auto;
   
    box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px ,
            rgba(0,0,0,0.08) 0px 0px 0px 1px ;

}

.container {
    max-width: 75%;
    margin: 0 auto;
    padding: 0 20px;
    
}


.header_section .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    padding: 15px 0px;
}


.whatsapp_section{
    
    display: flex;
            align-items: center;
            background:rgb(203, 169, 56);
            /* padding:  7px; */
            padding: 12px 15px;
            border-radius: 5px;
            text-decoration: none;
            color: white;
            gap:1rem;
            position: relative;
            overflow: hidden;
            transition: background 0.4s ease-in-out;
}

/* for hover animation */
.whatsapp_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(50, 50, 50);
    transition: left 0.8s ease-in-out;
    z-index: 0;
}

.whatsapp_section:hover::before {
    left: 0;
  
}

 .whatsapp_number{
    font-size: 1.5rem;
    font-weight: 400;
    /* color: black; */
    z-index: 1;
    
}

.whatsapp_cion i{
    font-size: 2rem;
    
    color: rgb(9, 222, 9);
    background-color:black;
    border-radius: 50%;
    padding: 5px;
    z-index: 1;
} 

.whatsapp_cion{
    z-index: 1;
}


/* Header Section End */

/* Banner */
/* Banner */


.dbanner-slider {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

.dslides {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.dslides.dactive {
  display: block;
  opacity: 1;
  position: relative;
}

.dslides picture,
.dslides img {
  width: 100%;
  height: auto;
  display: block;
}

.ddots {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.ddot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.ddot.dactive {
  background-color: #333;
}



/*Banner */


/*Banner */

/* Default border color */
/* Border color change on focus */
#mobile:focus {
    outline: 2px solid #48a32c; /* Green outline on focus */
}

/* Red outline when input is invalid */
#mobile.invalid {
    outline: 2px solid red; /* Red outline on invalid input */
}




.form_section{
    /* width: 100%; */
    background-color: #f6f3f2;
    margin-top: 20px;
    padding-top: 30px;
  
  padding-bottom: 30px;
  margin-bottom: 20px;
    
   
}

.form_section .container{
    background-color: #2f3338;
    padding: 20px;
    border-radius: 20px 0 20px 0;
   
    
}

.form_section .container h2{
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form-group label {
    color: white;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    
}

.form-group input, .form-group select {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    outline: none;
}

.form-group input{
    outline: none;
    
}
.form-group div {
    flex: 1;
    min-width: 250px;
}
.btn {
    margin-top: 15px;
    background-color: #c7a135;
    color: white;
    padding: 12px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    width: 32%;
    border-radius: 10px;
    margin-bottom: 25px;
}


/* Captcha one-row layout style */
.captcha-inline-wrapperad {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    background-color: #3a3f45;
    padding: 8px 12px;
    border-radius: 8px;
}

.captcha-inline-wrapperad span {
    color: white;
    font-size: 16px;
    white-space: nowrap;
}

#captchaAnswerpulad {
    flex: 1;
    padding: 8px 10px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    outline: none;
}

/* Responsive: stack on mobile */
@media (max-width: 600px) {
    .captcha-inline-wrapperad {
        flex-direction: column;
        align-items: stretch;
    }

    .captcha-inline-wrapperad span {
        margin-bottom: 5px;
    }

    #captchaAnswerpulad {
        width: 100%;
    }
}























/* grid image start */

.grid_section{
    /* width: 100%; */
    background-color: #FFFCF1;
     
}

 .grid_section .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.gridh2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: start;
    font-weight: 800;
    margin-top: 20px;
    padding-top: 20px;
} 
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.card {
    background:#F3F2F2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}
/* .card:hover {
    transform: translateY(-5px);
} */
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card-content {
    padding: 15px;
}
.card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.gridbtn {
    display: inline-block;
    text-decoration: none;
    background: #343A40;
    font-size: 15px;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 2px;
}
.gridbtn:hover {
    background: #444;
}

/* bio_section start */

.bio_section{
    background-color: #fdf8ec;
    padding-bottom: 25px; 
     margin-bottom: 20px;
     
}

.bio_section .container{
    max-width: 1200px;
}

.biodata{
    display: flex;
    /* justify-content: center;
    align-items: center; */
}

.right_content{
    /* background-color: #fff4cd; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_content img{
    border-radius: 0 30px 0 30px;
    /* border: 10px solid #fffcf1; */
    width: 400px;
    height: 400px;
}

.bio_section .container h2{
    font-size: 25px;
    padding-top: 30px;
    font-weight:700;
}

.left_content h2{
    font-size: 25px;
    font-weight:700;
}

.mobile{
    display: none;
}

.left_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.left_content h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.left_content p{
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    margin-right: 10px;
    color: #444;
}

.biobtn {
    margin-top: 15px;
    background-color:#343a40;
    color: white;
    padding: 10px 10px;
    border: none;
    font-size: 12px;
    cursor: pointer;
    /* width: 32%; */
    /* border-radius: 10px; */
    /* margin-bottom: 25px; */
}

/* bio_section %nd */



/* video start */
.video_section{
    background-color: #fffcf1;
}

.video_section .container{
    max-width: 1200px;
}
.youtube_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* .container .video {
    flex: 1 1 calc(33.333% - 10px); 
    max-width: calc(33.333% - 10px);
} */

.video_h2{
    font-size: 32px;
    font-weight: 700;
    padding-top: 20px;
   
}

.video iframe {
    width: 100%;
    height: 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .video-container .video {
        flex: 1 1 100%;
        
    }
}









/* video end */


/* image section start */

.image_section{
    background-color:white;
    margin-bottom: 20px;
}

.image_section .container{
    max-width: 1200px;
}
.images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
img {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .images {
        grid-template-columns: repeat(2, 1fr);
    }
}



/* image section end */

/* big image section start*/
.big_image_section{
    background-color:#FDF8EC;
    margin-bottom: 20px;
   
    

    
}

.big_image_section .container{
    max-width: 1200px;
}

.image_p1{
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    /* padding-top: 20px; */
   
    
}

.desktop1{
   margin-top: 30px;
  
   
}

.mobile1{
    display: none;

}
.image_p2{
    padding-bottom: 20px;
    font-size:14px;
    text-align: justify;
    
}



/* big image section end */









/* animation slide down start */

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.form_section {
    animation: slideDown 2s ease-out;
}



/* animation slide down end */




/* Faq start */

.faq_section{
    background-color: #fffcf1;
}

.faq_section .container{
    max-width: 1200px;
}

/* .faq_section{
    font-family: 'Arial', sans-serif;
            background: #fffcf2;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            padding: 20px;
} */

.faq-container {
    /* width: %; */
    /* max-width: 800px; */
    /* background: white; */
    padding: 20px;
    border-radius: 8px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.faq-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
/* .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
   margin-bottom: 20PX;
    
} */
.faq-question {
    display: flex;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 5px;
    color: #343a40;
}
.faq-answer {
    display: none;
    padding-top: 10px;
    font-size: 16px;
    color: #555;
    background-color: white;
}
.faq-icon {
    font-size: 22px;
    transition: transform 0.3s;
}
.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
@media (max-width: 600px) {
    .faq-question {
        font-size: 16px;
    }
    .faq-answer {
        font-size: 14px;
    }
    .faq-title {
        font-size: 20px;
    }
}

/* faq end */


/* Google review Slider Start */
.google_review_section{
    /* font-family: Arial, sans-serif; */
    background-color:#fff4cd;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* height: 100vh; */
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.google_review_section .container{
    max-width: 1200px;
}


/* .slider-container {
    
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.cardR {
 min-width: 31.7%;
    background: white;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
} */



.profile-container {
    display: flex;
    align-items: center;
}

.profile-icon {
    width: 40px;
    height: 40px;
    background-color: #4a7c59;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.google-icon {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google-icon img {
    width: 12px;
    height: 12px;
}

.testimonial {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.name {
    font-weight: bold;
    margin-top: 10px;
}

.stars {
    color: gold;
}

/* Responsive Styling */
/* @media (max-width: 768px) {
    .cardR {
        min-width: 50%;
    }
}

@media (max-width: 480px) {
    .cardR {
        min-width: 100%;
    }
} */

.slider-container {
    /* width: 80%; */
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.cardR {
    min-width: 23.5%;
    background: white;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

@media (max-width: 768px) {
    .cardR {
        min-width: 100%;
    }
}








/* Google Reivew Slider End */


/* Doctor Reiview Satrt */
/* .container1 {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
  } */


  /*.heading11 {*/
  /*  text-align: start;*/
  /*  font-size: 24px;*/
  /*  font-weight: bold;*/
  /*  margin-bottom: 40px;*/
  /*}*/

  /*.grid11{*/
  /*  display: grid;*/
  /*  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));*/
  /*  gap: 20px;*/
  /*  justify-content: center;*/
  /*}*/

  /*.card11{*/
  /*  background-color: #ffffff;*/
  /*  border-radius: 10px;*/
  /*  text-align: center;*/
  /*  padding: 30px 20px;*/
  /*  box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
  /*  transition: transform 0.2s;*/
  /*}*/

  /*.card11:hover {*/
  /*  transform: translateY(-5px);*/
  /*}*/

  /*.icon11{*/
  /*  width: 70px;*/
  /*  height: 70px;*/
  /*  border: 5px solid #fff4cd;;*/
  /*  border-radius: 50%;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*  margin: 0 auto 20px;*/
  /*}*/

  /*.icon11 i {*/
  /*  font-size: 50px;*/
  /*  color: rgb(178, 176, 176);*/
  /*}*/

  /*.title11{*/
  /*  font-size: 24px;*/
  /*  font-weight: bold;*/
  /*  margin-bottom: 5px;*/
  /*}*/

  /*.subtitle11{*/
  /*  font-size: 14px;*/
  /*  color: #000000;*/
  /*}*/

  /*@media (max-width: 600px) {*/
  /*  .title11{*/
  /*    font-size: 20px;*/
  /*  }*/
  /*}*/


/* Doctor Review End */



/* why choose feature section start */






.feature_section {
  background-color: #fffcf1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.feature_section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
/* 
.video_h2 {
  font-size: 24px;
  text-align: center;
  color: #333;
} */

.fcontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}



.right {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left {
  /* width: 52%; */
   width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left img {
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  /* margin-bottom: 15px; */
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.list_icon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #cba938;
}

.fp {
  font-size: 14px;
  margin-left: 25px;
  margin-top: 5px;
  text-align: justify;
}

/* ✅ Responsive fix for mobile */
@media (max-width: 768px) {
  .fcontainer {
    flex-direction: column;
  }

  

  .right, .left {
    width: 100%;
  }

  /* .left img {
    max-width: 90%;
    margin: 0 auto 20px;
  } */

  .right {
    padding: 0 10px;
  }

  .fp {
    margin-left: 0;
  }
}
/* Why choose features section end */



/* feature section start */


.feature_sections{
    background-color: #fffcf1;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.feature_sections .container{
    max-width: 1200px;
}
.list_icons{
    display: flex;
    /* justify-content: center; */
    gap: 10px;
    font-size: 18px;
    align-items: center;
    color: #cba938;
}


.fps{
    font-size: 14px;
    margin-left: 25px;
    margin-top: 5px;
    text-align: justify;
}

.rights{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-left: 60px;
}

.fcontainers{
    display: flex;
}

.lefts{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lefts img{
   padding: 30px;
  border-radius: 25%;
}
/* features section end */


/* Footer Start */
.footer_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}


.f2{
    font-size: smaller;
}


/* Footer End */

/* Mobile Menu Footer Satar */
/* *************************************************************************************************** */
                                        /* mobile menu start */
/* *************************************************************************************************** */

/* Show only on mobile */
/* Hide on desktop by default */
.mobile-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2F3338;
    display: flex;
    justify-content: space-around;
    padding: 2px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 1000;
    border-top:2px solid #CBA938;
  }

  .mobile-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 12px;
    text-decoration: none;
  }

  .mobile-menu .menu-item i {
    font-size: 30px;
    margin-bottom: 4px;
    font-weight: 500;
  }

  .call-icon {
    color: #F8E8D8; /* Bright green */
  }

  .whatsapp-icon {
    color: #25D366; /* WhatsApp green */


  }

  @keyframes ring {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg);
  color:rgb(0, 255, 0);
  font-size:large;
  }
  50% { transform: rotate(-15deg); 
  color:white;
font-size:larger}
  75% { transform: rotate(10deg); 
  color:green;}
  100% { transform: rotate(0deg); }
}

.call-icon {
  color: #F8E8D8; /* Ya aapka preferred color */
  animation: ring 1.5s infinite;
}
  
}


.whatsapp-icon {
  position: relative;
  color: #25D366;
  font-size: 24px;
}

/* Ripple Animation Circle */
.whatsapp-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(37, 211, 102, 0.3);
  transform: translate(-50%, -50%) scale(1);
  animation: ripple 1.5s infinite ease-out;
  z-index: -1; /* Send it behind the icon */
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}







/* Mobile Footer Menu Endt */

 /* WhatsApp Button */
 .whatsapp-btn1 {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.whatsapp-btn1 i {
    font-size: 22px;
    margin-right: 8px;
}

/* scroll button start */


/* Scroll to Top Button */
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: black;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
}

/* Show scroll button when scrolling */
.show {
    display: flex;
}



/* scroll button end */


/* responsive code  */

@media (max-width: 600px) {
    .container {
        max-width: 90%;
        /* background-color: red; */
        
    }
   .whatsapp-btn1{
     display: none;
   }
   .scroll-top{
    bottom: 40px;
   }
   
   h1{
    color:white;
    padding-bottom: 30px;
}


.footer_section{
    
    padding-bottom: 80px;
    gap:5px

}


    .whatsapp_section{
                padding: 12px 5px;
                border-radius: 5px;
                text-decoration: none;
                color: white;
                gap:1rem;
    }
    .whatsapp_number{
        font-size: 1rem;
        font-weight: 600;
        /* color: black; */
        
    }
    .btn {
        width: auto;
        width: 100%;
    }

    .mobile{
    display: flex;
    width: 100%;
      border-radius: 0 30px 0 30px;
    border: 10px solid #fff4cd;
    margin-top: 15px;
    /* border-radius: 0 30px 0 30px;
    border: 10px solid #fff4cd;
   
   
    height: 25%; */
   } 

    .desktop{
        display: none;
    }
    .right_content{
        display: none;
    }
  .biobtn{
    margin-bottom: 5px;
  } 

  .video_h2{
    font-size: 24px;
    font-weight: 600;
  
   
}

.desktop1{
    display: none;
}

.mobile1{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;

}
  

.fcontainer{
    display: flex;
    flex-direction: column;
}

.left{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;

}

.right{
    width: 100%;
    margin-left: 0px;
    
}
.left img{
    padding: 0px;
   border-radius: 20px;
 }



    
    
    /* .whatsapp_cion i{
        font-size: 2rem;
        
        color: rgb(9, 222, 9);
        background-color:white;
        border-radius: 50%;
        padding: 5px;
    } */
}





.custom-alert {
    display: none; /* Initially hidden */
    position: fixed;
    top: 20px; /* Position near top of the screen */
    right: 20px; /* Position near the right side */
    background-color: white; /* White background */
    color: black; /* Black text */
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 250px; /* Width for small note style */
    font-family: Arial, sans-serif;
    font-size: 14px; /* Slightly smaller font size */
    line-height: 1.5;
    border-left: 4px solid #ff0000; /* Green left border to make it stand out */
}

.alert-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.alert-content button {
    background-color: blue; /* Blue background for the button */
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}

.alert-content button:hover {
    background-color: darkblue; /* Dark blue background on hover */
}






/* Meet Our Expert Section  start*/
.meet-expert-section {
  background-color: #fdf8ec;
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.meet-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.meet-text {
  flex: 1 1 450px;
}

.meet-text h2 {
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.meet-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  max-width: 600px;
}

.meet-image {
  flex: 1 1 450px;
  text-align: center;
}

.meet-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .meet-container {
    flex-direction: column-reverse;
    text-align: center;
  }

.meet-image {
  flex: 0 0 0px;
  text-align: center;
}

.meet-text {
    flex: 0 0 0px;
}




  .meet-text h2 {
    font-size: 26px;
  }

  .meet-text p {
    font-size: 15px;
  }
}



/* Meet Our Expert Section  end*/



