  
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


  @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&display=swap');



  html{
    overflow-x: hidden;

  }
  body {
     font-family: 'Poppins', sans-serif !important;
    overflow: hidden;

  }
  .language-select button{
    padding: 11px 12px;
  position: absolute;
  right: 0;
  border-radius: 80px;
  border: none;
  top: 6px;
  }

  .language {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

.language_cont {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  width: 400px;
}

.language_cont .text p {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
  color: #333;
}

.language_cont .btn-group {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.language_cont button {
  padding: 10px 20px;
  font-size: 16px;
  background: #00abff;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-group a{
  padding: 10px 20px;
  font-size: 16px;
  background: #00abff;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
}
.language_cont button:hover {
  background: #0056b3;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #888;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}


 .slide-pc{
    display: block;
  }
  .slide-mob{
    display: none;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .blog_img2{
  /* background: red; */
  height: 270px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
}

.blog_img2 img{
  width: 100%;
  object-fit: cover;
  height: 100%;

}


  /* iframe{position: fixed;
    top: 0;
    z-index: 12;
    height: 100%;} */


  .logo img {
    width: 290px;
    margin-top: 35px;
    margin-right: 130px;
    margin-left: 140px;

  }

  .navbar_top_main {
    padding-bottom: 6px;
    /* overflow: hidden; */
  }

  .nav_main {
    display: flex;
    /* justify-content: space-between; */
  }

  .top_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ebe7e2;
    width:95%;

  }

  .phone_number {
       display: flex;
    align-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;


  }

  .phone_number i {
    margin-right: 4px;
    align-content: center;
    color: #747474;
  }

  .phone_number p {
    display: inline-block;
    font-weight: bold ;


    line-height: 1.5rem;
    letter-spacing: 0.32px;
    margin-right: 1.5rem;
    color: #747474;
  }

  .both_nav {
    /* margin-top: 20px; */
    width: 100%;
    margin-right: 200px;
  }

  .btn a {

    display: inline-block;

    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.32px;
    margin-right: 1.5rem;
    background: #00abff;
    padding: 0.5em;
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bolder;
    text-decoration: none;
    margin-right: 18px;
  }

  .btn2 {
    display: inline-block;

    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: 0.32px;
    margin-right: 1.5rem;
    background: #00abff;
    padding: 0.5em;
    color: #fff;
    font-family: 'Noto Sans Regular', sans-serif;
    /* font-weight: bolder; */
    text-decoration: none;

    font-family: 'Noto Sans Regular', sans-serif;
    font-weight: lighter;
    border-radius: 2rem;
    padding: 8px 14px;
  }

  .btn2 a {
    /* background: #00abff;
    padding: 13px 29px;
    border-radius: 188px; */
    /* font-size: 19px; */
    /* margin-right: 40px; */
    text-decoration: none;
    color: white;
    /* font-weight: bold; */
    /* font-family: "Roboto", sans-serif; */
    transition: all .2s ease-in-out;
    align-content: center;
  }

  .btn a:hover,
  .btn2 a:hover {
    /* background-color: #46c1ff; */
  }

  .book_app{
    display: none;
    background: #00abff;
    color: white;
    width: 200px;
    text-align: center;
    height: 30px;
    align-content: center;
    border-radius: 55px;
    font-weight: bold;
    cursor: pointer;
  }

  .navlist {
    display: flex;
    margin-top: 24px;

  }

  .navlist li {
    list-style: none;
    margin: 0 auto;
  }

  .navlist li a {
    position: relative;
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    /* color: black; */
    transition: all 0.2s ease-in-out;
    padding: 20px 0px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
  }

  .navlist li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #46c1ff;
    /* Hover color */
    transition: width 0.3s ease;
  }

  .navlist li a:hover::after {
    width: 100%;
  }





  .social_links {
    position: absolute;
    right: 289px;
    top: 118px;
    font-size: 24px;
  }



  .social_links a {
    color: black;
    margin: 0 8px;
    transition: all .2s ease-in-out;
  }

  .social_links a:hover {
    color: rgb(105, 104, 104);
    margin: 0 8px;

  }

  .burger {
    display: none;
  }

  .line {
    width: 30px;
    height: 2px;
    background-color: black;
    margin: 9px;
    cursor: pointer;

  }

  .navlist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .navlist li {
    position: relative;
    padding: 10px 15px;
  }

  .navlist a {
    text-decoration: none;
    color: #000;
    /* font-size: 16px; */
  }

  .dropdown .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
    display: inline-block;
    transform: rotate(90deg);
  }

  .dropdown-menu {
  /* display: none; */
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0px;
    transition: height .3s ease-in-out;
    overflow: hidden;
  }


  .dropdown-menu li {
    padding: 10px;
    white-space: nowrap;
  }

  .dropdown-menu li a {
    color: #333;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
  }

  .dropdown.open .dropdown-menu {
    height:273px;
  }


  .dropdown.open .arrow {
    transform: rotate(90deg); /* right to down arrow */
  }








  /* === Base Styles === */

  .slider {
  position: relative;
  max-width: 100%;
  height: 650px;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 1s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-content: center;

}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

/* ✅ Text Overlay Styling */
.slide-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  max-width: 500px;
  font-family: 'Segoe UI', sans-serif;
  
}
.slide-text h2{
 font-family: "linotype-didot";
  font-weight: bold;
  font-size: 55px;
  color: #fff !important;
  line-height: 3rem;
  font-weight: 600;
  font-size: 43px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.57);
}
.slide-text P{
 color: rgb(255, 255, 255);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 29px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.57);
}





.slider-btn {
  display: inline-block;
  background-color: #fcd900;
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.slider-btn:hover {
  background-color: #e6c700;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat;
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 49px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}

.nav-btn:hover {
  color: #00abff;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 2;
}

.dots button {
  border: none;
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dots button.active {
  background: #46c1ff;
}



  .faq-blog{
    display: flex;
    justify-content: center;
    align-content: center;
    /* align-items: center; */
    gap: 120px;
    background-color: white;
  }



.instagram{
  height: 665px;
  /* background: red; */
  max-width: 100%;
    width: 100%;
    margin: auto;
        overflow: hidden;
}







  .containor_main {
    background-color: #f3f3f3;
  }



  .contant-cont {
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 51px 0px;
  }


  .intro {
    width: 195px;
    /* margin: auto; */
    padding: 33px 0px;
  }


  .cont_img{
    width: auto;
    height: 396px;
    overflow: hidden;
    border-radius: 11px;
  }

  .cont_img img{object-fit: cover;
    width: 100%;
    height: 100%;}



  .intro h1 {
    font-family: "linotype-didot";
    font-weight: bold;
   font-size: 38px;
    color: #1e1e1e !important;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 10px;

  }

  .intro h3 {
    color: #777;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .intro p {
    width: 489px;
    text-align: justify;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 1.3;
     color: #545454;
    font-family: "Barlow Condensed", sans-serif;
  }

  .intro_service button {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    line-height: 1.5rem;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 19px;
    border-radius: 145px;
    border: none;
    background: #EBE7E2;
    margin-top: 30px;
  }

  .intro_service button:hover {
    background-color: #E1CAB7;
  }

  .intro_service a{
    text-decoration: none;
  }

  .intro_service {
    width: 577px;
    background: #e6e3e3;
    padding: 12px 32px;
    margin-top: 30px;
    margin-bottom: 37px;

  }

  .intro_service h2 {
    font-family: "linotype-didot";
    font-weight: bold;
    font-size: 30px;
    color: #1e1e1e !important;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;

  }

  .intro_service h3 {
   color: #777;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    font-weight: normal;
   margin-bottom: 10px;
  }

  .intro_service p {
    width: 489px;
    text-align: justify;
    /* margin-bottom: 23px; */
    font-size: 18px;
    line-height: 1.3;
    color: #545454;
    font-family: "Barlow Condensed", sans-serif;
  }
  .contant-cont {
    margin: auto;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    justify-content: center;
    padding: 51px 20px; /* Add side padding for mobile view */
    gap: 30px;
  }

  .intro,
  .intro_service {
    flex: 1 1 100%; /* Full width on small screens */
    max-width: 600px; /* Restrict on larger screens */
    box-sizing: border-box;
  }
  .intro p,
  .intro_service p,
  .intro_service ul li p {
    width: 100%; /* Make text containers responsive */
  }

  .intro_service ul {
    padding: 0;
    margin: 25px 0;
  }

  .intro_service ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0px;
  }

  .intro_service ul li img {
    width: 60px; /* Slightly smaller on smaller screens */
    flex-shrink: 0;
  }


  .faq-section1 {
      max-width: 1180px;
      margin: auto;
      /* background: rgb(245, 252, 255); */
      padding: 30px;
      /* border-radius: 8px; */
      /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
      background-color: white;
  }

  .faq-section1 h1 {
     font-size: 40px;
      margin-bottom: 10px;
      text-align: center;
      font-family: "linotype-didot";
      text-align: left;
      color: #1e1e1e !important;
  }

  .faq-section1 h2 {
      font-size: 24px;
      color: #a06948;
      margin-bottom: 20px;
      text-align: center;
      font-family: "Barlow Condensed", sans-serif;
      text-align: left;
  }

.faq h2{
     font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "linotype-didot";
    text-align: left;
    color: #1e1e1e !important;

}

  .faq-item2{
    background: #e8e8e8;
  /* height: 100%; */
    padding: 9px 18px;
    /* font-family: "Barlow Condensed", sans-serif; */
  }

  .faq-item2 h2{
    color: #3d3d3d;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
  }




  .faq-item2 p{
    width: 489px;
    text-align: justify;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 1.3;
    color: #1e1e1e;
    font-family: "Barlow Condensed", sans-serif;
    margin-top: 20px;
  }
  .faq-item2 button{
    border: none;
    margin: 15px 0;
    /* color: #8a8a8a; */
  }


  .read_more{
    display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  border-radius: 145px;
  border: none;
  background: #EBE7E2;
  color: black;
  }


  .read_more:hover{
    background-color: #E1CAB7;
  }

  .faq a{
    text-decoration: none;
  }





  


  .services {
    padding-top: 40px;
 margin: auto;
  width: 1250px;
  }

  .services h2 {
    font-family: "linotype-didot";
    font-weight: 600;
    font-size: 38px;
    color: #1e1e1e !important;
    line-height: 3rem;
  }

  .services h3 {
    color: #777;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 25px;
  
  }

  .success_cont {
    padding-bottom: 10px;
    background-color: #f3f3f3;
  }

  .services_cont {
    padding-bottom: 50px;
  }

  .card_cont {
    font-family: "Barlow Condensed", sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    gap: 20px;
    padding: 0 15px;
  }

  .card_wrap {
    background: #7bd0fa;
    width: 210px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border-radius: 5px;
  }

  .card_wrap p {
   font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0 10px;
  }

  .card_success {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 15px;
  }

  .card_main {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 290px;
    height: auto;
    margin: 20px;
    box-shadow: -2px -2px 16px -9px black;
    border-radius: 5px;
  }

  .card_main img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
  }

  .card_main img:hover {
    transform: scale(1.1);
  }



  .card_main a {
    background: #00abff;
    height: 59px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    z-index: 5;
  }

  .card_main a:hover {
    background: #58c6fd;
  }

  .image_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .image_container img {
    width: 100%;
  height: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .image_container:hover img {
    transform: scale(1.1);
  }

  .overlay_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .image_container:hover .overlay_logo {
    opacity: 1;
  }

  .insta_logo {
    width: 50px;
    height: 50px;
  }

  /* RESPONSIVE MEDIA QUERIES */




  



  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(200px);
    }

    to {
      opacity: 1;
      transform: translateY(-100px);
    }
  }

  .slider_content {
    opacity: 0;
  }

  .slider_content.animate {
    animation: fadeInUp 1s ease forwards;
  }



  /* footer */
  .footer {
    background-color: #eeeeee;
    padding: 40px 20px 20px;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
  }

  .footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer_logo {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
  }

  .footer_logo img {
    width: 150px;
    margin-bottom: 10px;
  }

  .social_icons a {
    margin-right: 10px;
    font-size: 20px;
    color: #333;
    transition: color 0.3s;
  }

  .social_icons a:hover {
    color: #00abff;
  }

  .footer_links,
  .footer_contact {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
  }

  .footer_links h3,
  .footer_contact h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer_links ul {
    list-style: none;
    padding: 0;
  }

  .footer_links ul li {
    margin-bottom: 8px;
  }

  .footer_links ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer_links ul li a:hover {
    color: #00abff;
  }

  .footer_contact p {
    margin: 6px 0;
  }

  .footer_bottom {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #777;
  }


  #appointmentContainer{
    width: auto;
    margin: auto;
    /* position: absolute; */
    margin: auto;
    transition: all 0.3s ease;
    z-index:95;
    /* left: 0; */
    /* margin: 0 50px; */
    /* right: 0; */
    /* top: 50px; */
  }
  

  .book_app{
   color: white;
 position: absolute;
 top: 18px;
  right: 52px;
  width: 133px;
  text-align: center;
  height: 49px;
  z-index: 55;
  /* height: 70px; */
  text-align: center;
  animation: animate 0.5s ease-in-out infinite alternate;
  }
    .book_app a{
      text-decoration: none;
    }
/* 
  @keyframes animate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
} */




@media (max-width: 1268px) {
  .services {
 text-align: center;
  width: auto;
}
}
@media (max-width: 768px) {
    .intro h1,
    .intro_service h2 {
      font-size: 40px;
      line-height: 1;
      margin-bottom: 10px;
    }

    .intro h3,
    .intro_service h3 {
      font-size: 28px;
    }

    .intro p,
    .intro_service p,
    .intro_service ul li p {
      font-size: 20px;
      text-align: left;
    }

    .intro button {
      width: 100%;
      font-size: 18px;
      padding: 14px 20px;
    }
    .contant-cont{
      padding: 0px 20px;
    }
    .intro img {
    /* width: 417px; */
    border-radius: 8px;
  } 
  .blog_img2{
    height: 137px;
  }

  .slider {
 
  height: 100vh;}

  .slides img {
  width: auto;}

  .book_app{
    width: 101px;
    font-size: 13px;
  }

  
 .slide-pc{
    /* display: none; */
  }
  .slide-mob{
    display: block;
  }
  }

  @media (max-width: 1024px) {
    .services {
      padding-left: 40px;
    }

    .card_wrap,
    .card_main {
      width: 45%;
    }

    .card_main {
      height: auto;
    }
  }

  @media (max-width: 768px) {
    .services {
      padding-left: 20px;
    }

    .services h1 {
      font-size: 40px;
    margin-bottom: 10px;
    }

    .services h3 {
      font-size: 24px;
    }

    .card_wrap,
    .card_main {
      width: 100%;
      max-width: 100%;
    }

    .card_wrap p,
    .card_main a {
      /* font-size: 16px; */
    }

    .card_main {
      height: auto;
    }

      .navlist li {
    position: relative;
    /* padding: 0px 0px; */

    iframe{
          min-width: auto;
    }
  }
  .slide-text {
  position: absolute;
  top: 84%;}
    #appointmentContainer{
  
    margin: 0 50px;
    /* right: 0; */
    /* top: 50px; */
  }
  
  }

  @media (max-width: 480px) {
    .services {
      padding-left: 10px;
    }

    .services h1 {
      /* font-size: 24px; */
      line-height: 2rem;
    }

 

    .card_wrap {
      height: auto;
      padding: 10px;
    }

    .card_wrap p {
      /* font-size: 15px; */
    }

    .card_main {
      width: 100%;
      margin: 15px 0;
      height: auto;
    }

    .card_main a {
      font-size: 15px;
      height: 50px;
    }
  }






  


  @media (max-width: 1358px) {
    .logo img {
      width: 290px;
      margin-top: 35px;
      margin-right: 92px;
      margin-left: auto;
    }

    .both_nav {
      margin-right: auto;
      width: 100%;
      margin-left: 0;
    }


  }

  @media (max-width: 1016px) {
    .logo img {
      width: 290px;
      margin-top: 35px;
      margin-right: auto;
      margin-left: auto;
    }
  }


  @media (max-width: 960px) {
    .logo img {
      width: 287px;
      margin-top: 35px;
      margin-right: auto;
      margin-left: -29px;
    }
  }

  @media (max-width: 870px) {
    .both_nav {
      height: 92px;
      transition: all .5s ease-in-out;
    }
.burger {
      display: block;

    }
    .both_nav_show {
      height: 463px;
    }

    

    .bottom_nav {
      /* display: none; */
    }

    .show_nav {
      display: block;
    }

    .navbar_top_main {
      padding-bottom: 0px;
      overflow: hidden;
    }

    .logo img {
      width: 193px;
      margin-top: 20px;
      margin-right: 40px;
      margin-left: -22px;
    }

    .navlist {
      display: flex;
      margin-top: auto;
      flex-direction: column;
      justify-content: space-between;
      /* margin-right: 220px; */
      margin-left: -223px;
      height: 315px;
    }

    .btn a {

      display: none;
    }


    .top_nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 1.5rem 0;
      border-bottom: 0px solid #ebe7e2;
      width: 100%;
    }

  }

  @media (max-width: 1371px) {
    .btn2 a {
      margin-right: 13px;
      font-size: 18px;
    }

     .navlist li {
      list-style: none;
      margin: 0 0;
      margin-left: 20px;
    }
  }

  @media (max-width: 866px) {
    .burger {
      display: block;

    }

    .navlist li {
    position: relative;
    /* padding: 0px 0px; */
  }
  }

  @media (max-width: 700px) {
    .logo img {
      /* width: 185px; */
    }

    .navbar_top_main {
      /* padding: 0; */
      overflow: hidden;
    }

    .phone_number {
      /* display: none; */
      align-content: center;
      /* margin-right: auto; */
    }

  }





  @media (max-width: 737px) {
    .navlist {
      display: flex;
      margin-top: auto;
    }
     .phone_number {
      /* display: none; */
      align-content: center;
      margin-right: 11px;
    }
 
    .btn2 {
      display: none;
    }
    .book_app{
      display: block;
      padding: 0px 0px;
      text-align: center;
  align-content: center;
  margin: auto;
  color: white;
    }
    .both_nav {
      height: 77px;
    
    }
      .both_nav_show {
      height: 463px;
    }
 .dropdown-menu {
    /* display: none; */
    position: absolute;
    top: 100%;
    left: 12px;
    background: white;
    min-width: 293px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0px;
    transition: height .3s ease-in-out;
    overflow: hidden;
    text-align: center;
  }
    .dropdown-menu li{
      margin-left: 0px;
    }

  }


  .faq{
  /* width: 600px; */
  }


  @media (max-width: 950px) {
  .faq-blog{
    flex-direction: column;
    justify-content: center;
    margin: auto;
    align-content: center;
  }

  .faq{
  
    
  }
  .faq_blog{
    width: auto;
  }
  }




  @media (max-width: 768px) {
    .slides img {
      /* height: auto; */
      max-height: 100vh;
    }

  .next, .prev {
      display: none;
    }
  .faq-item2 p {
    width: auto;
  }
  }



    @media (max-width: 400px) {
      
  
    }

    @import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');



.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: #f4f8fb;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}




.preloader img{
    position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.swiper {
  width: 47%;
  padding-top: 50px;
  padding-bottom: 90px;
  /* background-color: #2b86f4; */
  border-radius: 50px;
  position: relative;
}

.swiper .title{
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    font-weight: 400;
}

.title span{
    font-weight: bold;
}


.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide{
   width: 279px;
  height: 402px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.swiper-slide .icon, 
.swiper-slide .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.swiper-slide .icon i{
    font-size: 200px;
    opacity: 0.7;
}

.swiper-slide:hover .icon{
    transform: translateY(-100%);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .info .detailsBtn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    word-spacing: 4px;
    transition: box-shadow 0.3s ease;
     background: linear-gradient(45deg, #1e90ff, #00bfff);
    box-shadow: 0 0 30px rgba(30, 144, 255, 0.9), 0 0 60px rgba(0, 191, 255, 0.7);
    font-weight: bold;
}

.swiper-slide .info .detailsBtn:hover{
    background: linear-gradient(45deg, #1e90ff, #00bfff);
    box-shadow: 0 0 30px rgba(30, 144, 255, 0.9), 0 0 60px rgba(0, 191, 255, 0.7);
}


.swiper-button-next::after,
.swiper-button-prev::after{
    display: none;
}

.swiper-button-next i,
.swiper-button-prev i{
    font-size: 35px;
   color: #0daaff;
}

.swiper-button-next{
    margin-right: 15px;
}

.swiper-button-prev{
    margin-left: 15px;
}

.swiper-pagination{
    margin-bottom: 25px;
}

.swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: #b8b8b8;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 4px solid #0fa8ff;
    background: #fff;
}




/* Responsive */

@media screen and (max-width: 950px) {
    .swiper{
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .swiper-slide{
        width: 300px;
        height: 250px;
    }

    .swiper .title{
        font-size: 20px;
        white-space: inherit;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    
    .swiper-button-next i,
    .swiper-button-prev i{
        color: #2b86f4;
    }

}

.container {
 display: flex;
  width: 90%;
  max-width: 1000px;
  height: 90vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  margin: auto;
  transition: all 0.3s ease;
  z-index: 5;
  left: 0;
  margin: auto;
  right: 0;
  top: 50px;

}
#appointmentContainer{
    display: none;
}

/* Initially hidden */
#appointmentContainer {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  /* Centering flex container */
  
}

/* When shown */
#appointmentContainer.show {
  display: flex;
  opacity: 1;
  animation: fadeInScale 0.4s ease forwards;
}

/* Animation for fade + scale */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.overlay{
    display: none;
    background: #00000075;
  height: 626%;
  width: 100%;
  position: absolute;
  z-index: 4;
   animation: fadeInin 0.4s ease forwards;

}

@keyframes fadeInin {
  0% {
    opacity: 0;
   
  }
  100% {
    opacity: 1;
    
  }
}
.left {
  flex: 1;
  background: url('../IMG/beautiful-young-female-doctor-looking-camera-office_1301-7807.png') no-repeat center center/cover;
  position: relative;
}

.left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 123, 255, 0.7), rgba(0, 194, 255, 0.7));
}

.right {
  flex: 1;
  background: #fff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #555;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #007bff;
}

.right h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

input,
select {
  width: 100%;
  padding: 12px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  transition: border-color 0.3s;
  background: transparent;
}

input:focus,
select:focus {
  outline: none;
  border-color: #007bff;
}

button[type='submit'] {
  margin-top: 20px;
  padding: 12px;
  width: 100%;
  background: linear-gradient(to right, #007bff, #00c2ff);
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button[type='submit']:hover {
  background: linear-gradient(to right, #006ae0, #00b0e6);
}

/* Tablet and below */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    height: auto;
    position: fixed;
  top: 20%;
  }

  .left {
    height: 250px;
    width: 100%;
  }

  .right {
    padding: 40px 20px;
  }

  .close-btn {
    top: 10px;
    right: 10px;
    font-size: 20px;
  }

  .right h2 {
    font-size: 24px;
  }
}

/* Mobile phones */
@media (max-width: 480px) {
  .right {
    padding: 30px 15px;
  }

  .right h2 {
    font-size: 22px;
  }

  input,
  select {
    font-size: 14px;
    padding: 10px;
  }

  button[type='submit'] {
    font-size: 14px;
    padding: 10px;
  }
}

html{
  scroll-behavior: smooth;
}






.slidess {
  height: auto;
}

.slidess img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sliders {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}


@media (max-width: 768px) {
  .slides img {
    height: auto;
    max-height: 100vh;
  }

 .next, .prev {
    display: none;
  }
}


.services{
padding-top: 0px;
padding-left: 0px;
}

.services_intro{
  display: flex;
  justify-content: center;
  gap: 45px;
 padding: 0px 20px;
}
/* .services h3{
  font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
} */
.services ul{
  color: #777;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 25px;
}
.services ul li{
  list-style: none;
  margin-bottom: 5px;
}


.intro_text{
  align-content: center;
  
}

.intro_img{
    /* background: red; */
  width: 241px;
  height: 297px;
  border-radius: 7px;
  overflow: hidden;
}

.intro_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}



.introduction{
 padding: 28px 31%;
}


.heading_intro h3{
 font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.introduction_text p{
  text-align: justify;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.5;
  color: #545454;
  font-family: "Barlow Condensed", sans-serif;
}

.introduction_text ul li{
  list-style: disclosure-closed;
}



.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  color: #00abff;
  margin-bottom: 30px;
}

.faq {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  font-size: 1.1rem;
  padding: 9px 20px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #545454;
}

.faq-question:hover {
  background: #f0f8ff;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  font-family: "Barlow Condensed", sans-serif;
}

.arrows{
  font-size: 36px;
  transition: transform 0.3s ease;
  color: #00abff;
}

.faq-question.active .arrows{
  transform: rotate(180deg);
}


.second_nav{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  
  z-index: 15;
  margin: auto;
  left: 0;
  right: 0;
  background: white;
  width: 830px;
 box-shadow: 0px 16px 24px -4px rgba(0, 0, 0, 0.04), 0px 8px 16px -6px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  height: 72px;
  position: relative;
  top: -31px;
}


.second_nav ul{
 display: flex;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 17px 0;
}
.second_nav ul li{
  margin-bottom: 0px;
}
.second_nav ul li a{
  text-decoration: none;
  margin: 0 34px;
  color: #1e1e1e !important;
  font-size: 23px;
  font-family: "linotype-didot";
}


.second_nav_toggle{
  display: none;
}


.intro_text h3{
  font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 860px) {
  .second_nav {
   display: block;
    width: 90%;
    height: auto;
    padding: 10px;
    /* top: 0; */
    background: none;
    box-shadow: none;
  }

  .second_nav ul {
    display: none; /* Hide original nav list by default */
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .second_nav ul.show {
    display: block; /* Show on dropdown trigger */
  }

  .second_nav ul li {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }

  .second_nav ul li:last-child {
    border-bottom: none;
  }

  .second_nav_toggle {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background: white;
    color: #1e1e1e;
    cursor: pointer;
    box-shadow: 0px 16px 24px -4px rgba(0, 0, 0, 0.04), 0px 8px 16px -6px rgba(0, 0, 0, 0.08);
  }
}








@media (max-width: 1200px) {
  .services_intro {
    gap: 120px;
  }

  .introduction {
    padding: 28px 10%;
  }
}

@media (max-width: 992px) {
  .services_intro {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }


  .introduction {
    padding: 20px 8%;
  }

 





}

@media (max-width: 768px) {
 

  .introduction {
    padding: 20px 6%;
  }

  .services h3 {
    font-size: 40px;
  }

  .services ul {
    font-size: 28px;
    text-align: left;
  }

  .intro p, .intro_service p, .intro_service ul li p {
   font-size: 20px;
    text-align: left;
  }

  .faq-section {
    padding: 15px;
    margin: 30px 10px;
  }

  .faq-section h2 {
    font-size: 1.6rem;
  }

  .faq-question {
    font-size:20px;
    
  }

  .faq-answer {
    font-size: 18px;
  }
  .heading_intro h3{
    font-size: 40px;
  }
  .introduction_text p{
    font-size: 20px;
  }
  .slidess {
  height: 100vh;
}
}

@media (max-width: 480px) {
 
  .services_intro {
    gap: 20px;
  }









  .faq-section {
    margin: 20px 8px;
  }
}

.heading_intro {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.success_stories {
    max-width: 1200px;
   padding: 0px 20px;
    padding-top: 0px;
  padding-top: 20px;
    margin: auto;
}

.success_stories h3 {
 font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.success_stories p {
   color: #777;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 25px;
}

.success-img {
    width: auto;
    max-width: 400px;
    height: 220px;
    border-radius: 5px;
    overflow: hidden;
}

.success-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.success-section2{
    padding-bottom: 53px;
    
}

.success_main,
.succes-text2 {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 63px;
    /* margin-bottom: 40px; */
    align-items: center;
    margin-top: 35px;
}

.success-text p,
.succes-text2 p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    color: #545454;
    font-family: "Barlow Condensed", sans-serif;
    max-width: 800px;

}

.success-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 21px 20px;
    width: 1110px;
    margin: auto;
}

.success-img-clint {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
}

.success-img-clint img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}



.succes-text3 p{
    text-align: justify;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.8;
  color: #545454;
  font-family: "Barlow Condensed", sans-serif;
  max-width: 800px;
  text-align: center;

}

.grp-image{
    /* background: red; */
    width: 940px;
    margin: auto;
    margin-top: auto;
    height: 600px;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.grp-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



@media (max-width: 986px) {
    .grp-image {

  width: auto;
  
  height: auto;
  
}
}


/* Responsive tweaks */
@media (max-width: 1136px) {
    .success-images {

        width: auto;
        margin: auto;
    }
}



@media (max-width: 768px) {


    .grp-image{
        margin: 25px 30px;
    }
    .success-text p,
    .succes-text2 p {
        font-size: 20px;
    }

    .success_stories h3 {
        font-size: 40px;
    }
    .success_stories p{
        font-size: 28px;
    text-align: left;
    }

    .success_main,
    .succes-text2 {
        gap: 20px;
    }

    .success-img-clint {
        max-width: 100%;
    }
    .success-text h4{
        font-family: "linotype-didot";
  font-weight: bold;
  font-size: 30px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
    }

}

@media (max-width: 480px) {
    

  

    .success-img {
        max-width: 100%;
    }
}