* {
    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: 80px;
    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: 95%;
    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: #C6993E;
    background-color:white;
    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: #C6993E;
    color: white;
    padding: 12px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    width: 15%;
    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: 60px;
    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: #C6993E;
    font-size: 15px;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 15px;
}
.gridbtn:hover {
    background: #444;
}

/* Mobile Full Width */
@media only screen and (max-width: 768px) {
    .gridbtn {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}




/* =========================
BIO SECTION START
========================= */

.bio_section{
    background-color: #fdf8ec;
    padding-bottom: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.bio_section .container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.biodata{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* LEFT CONTENT */

.left_content{
    width: 60%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.left_content h2{
    font-size: 25px;
    font-weight: 700;
}

.left_content h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.left_content p{
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    color: #444;
    margin-right: 20px;
}

/* RIGHT IMAGE */

.right_content{
    width: 40%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.right_content img{
    width: 100%;
    max-width: 400px;

    height: auto;

    border-radius: 0 30px 0 30px;

    display: block;
}

/* MOBILE IMAGE */

.mobile{
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0 30px 0 30px;
    margin-bottom: 20px;
}

/* BUTTON */

.biobtn{
    margin-top: 15px;
    background-color: #C6993E;
    color: white;
    padding: 12px 18px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* =========================
MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .biodata{
        flex-direction: column;
        gap: 20px;
    }

    .left_content{
        width: 100%;
    }

    .right_content{
        width: 100%;
    }

    .right_content img{
        display: none;
    }

    .mobile{
        display: block;
    }

    .left_content h2{
        font-size: 24px;
        line-height: 1.4;
    }

    .left_content h3{
        font-size: 18px;
    }

    .left_content p{
        font-size: 16px;
        line-height: 1.8;
        margin-right: 0;
    }

    .biobtn{
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

}



/* 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;    
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 5px;
    color: #C6993E;
}
.faq-answer {
    display: none;
    padding-top: 10px;
    font-size: 16px;
    color: #555;    
}
.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: 16px;
  color: #3b3a39;
}

.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 */





.f2{
    font-size: smaller;
}


/* Hide on Desktop */
.mobile-menu { display: none; }

@media only screen and (max-width: 768px) {

.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    padding: 12px;
    z-index: 1000;
}

.mobile-menu .menu-item {
    display: block;
    width: 100%;
    background: #28A745; /* green */
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}




  /* Subtle hover effect */
  .mobile-menu .menu-item:hover {
    background: #28A745;
    transform: scale(1.05);
  }

  /* Green WhatsApp icon only */
  .whatsapp-icon {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #fff !important;
    animation: pulse 1.6s infinite ease-in-out;
  }

  /* Glow ripple only under icon */
  .whatsapp-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    background: rgba(37, 211, 102, 0.25);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: ripple 1.8s infinite ease-out;
    z-index: -1;
  }
}

/* Ripple effect animation */
@keyframes ripple {
  0% { transform: translate(-50%, -50%) scale(0.8); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(2.5); opacity: 0; }
}

/* Soft pulse animation */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}


























.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;
  }
}





/* Section layout */
.yt-section {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* 3 videos grid layout */
.yt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 1200px;
}

/* Video wrapper */
.yt-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}

/* iframe styling */
.yt-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .yt-section {
    padding: 30px 15px;
  }

  .yt-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .yt-wrapper {
    border-radius: 14px;
  }
}

/* Tablet View */
@media (min-width: 769px) and (max-width: 1024px) {
  .yt-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 videos per row on tablet */
  }
}

