* {
    margin: 0;
    padding: 0; 
    font-family: montserrat;
}

body {
  /* font-family: 'outfit', sans-serif; */
  /* font-size: 15px; */
  line-height: 1.5;
  color: #333;
   overflow-x: hidden; 
}
/* Header */
header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #0ba1f8;
     padding: 20px 0 ;
    color: white;
    gap: 20px;
    position: sticky;
    top: 0; 
    z-index: 100; 
    border-bottom: 1px solid white;
}

/* Logo */
.logo {
    display: flex;
    align-items: center; 
    font-size: 20px;
    font-weight: bold;
    color: white;
    width: 15%;
}

.logo img {
    width: 60%;
     margin-right: 8px;  
}

.brand {
    color: white;
}

.highlight {
    color: black;
}

/* Navigation */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 70%;
}

.nav-links {
    list-style: none;
    display: flex;
   
}

.nav-links li {
    margin: 0 15px;

}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 500;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.nav-links a:hover {
    color: #080808;  /* Changes text color to peach */
    transform: scale(1.2); /* Slightly enlarges the text */
}

/* Book Appointment Button */
.btn {
    text-decoration: none;
    padding: 10px 15px;
    border: 2px solid #ffff;
    border-radius: 25px;
    color: #ffff;
     margin: 5px; 
    display: flex;
    align-items: center;
}
.btn:hover {
    background-color: white;
    color: #072E28;
    box-shadow: 0px 0px 10px rgba(249, 249, 249, 0.8);
    transform: scale(1.05);  /* Slightly enlarges the button */
}


.icon {
    margin-left: 5px;
}

.mob-navbar{
  width: 80%;
  height: 100%;
  background-color: #0aa0f7;
  position: fixed;
  z-index: 110 ;
  top: 0;
  left: 0;
  display: none;
  animation: menu 0.2s ease-in-out;

}
@keyframes menu{
  0%{
    left: -400px;
    opacity: 0;
  }
  100%{
    left: 0;
    opacity: 1;
  }
}
.mob-navbar div{
  width: 100%;
  display: flex;
  justify-content: end;
}


.mob-link {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding: 20px;

 
}

.mob-link li {
  margin: 0 15px;

}

.mob-link a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-weight: 500;
  /* transition: color 0.3s ease-in-out, transform 0.3s ease-in-out; */
}
.mob-link a:hover{
  color: black;
}
#crossmark {
  top:40px;
  right: 20px;
  color: white;
}
/* Mobile Menu */
.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  
}

/* first section */

.hero {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
    gap: 40px; 
    padding-top: 80px; 
    padding-bottom: 120px;
     background-color: #e4f0f7;
}

  .hero-text {
    /* flex: 1 1 450px; */
    width:40%;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  } 


  .hero-text h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    color: #0e0d0d;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateX(-100px);
    animation: slideInRight 1s ease-out forwards;
  }

  .hero-text h1 {
    font-size: 38px;
    color:  #0ba1f8;
    line-height: 1.3;
    margin-bottom: 20px;
    opacity: 1;
    /* animation-delay: 0.2s; */
    /* transform: translateX(-100px);
    animation: slideInRight 1s ease-out forwards; */
  }
  

  @keyframes slideInRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .hero-text p {
    font-size: 16px;
    color: black;
    margin-bottom: 30px;
    line-height: 1.6;
    /* transform: translateY(100px);
    animation: slideInBottom 1s ease-out forwards; */
  }

  .buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .sweep-button i{
    color: #636363;
  }
  /* .sweep-button i:hover{
    color: white;
  } */
  /* .buttons i:hover{
    color: #ffff;
  } */

  .sweep-button {
    position: relative;
    padding: 15px 35px;
    font-size: 16px;
    color: black;
    background: transparent;
    border: 2px solid #30e8f5;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    transform: translateY(100px);
    animation: slideInBottom 1s ease-out forwards;
    animation-delay: 0.5s;
  }

  .sweep-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #2be9f7, #54a0f6);
    transition: left 0.4s ease;
    z-index: -1;
  }

  .sweep-button:hover::before {
    left: 0;
  }

  .sweep-button:hover {
    color: white;
  }
  .container {
    display: flex;
    gap: 40px;
    width: 50%;
    /* flex-wrap: wrap;  */
    justify-content: center;
    align-items: center;
    /* background-image: url(bgimg2.png); */
    background-repeat: no-repeat;
    background-position: center;
  }

  .image-wrapper1 {
    position: relative;
    width: 250px;
    height: 450px;
    overflow: hidden;
    border-radius: 40px;
    /* transform: translateY(100px);
    animation: slideInBottom 1s ease-out forwards; */
  }
  .image-wrapper1:nth-child(2) {
    animation-delay: 0.3s;
  }

  @keyframes slideInBottom {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .image-wrapper1 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 0 40px 0 40px;
    opacity: 1;
    margin-top: 100px;
  }

  /* Shine Effect */
  .image-wrapper1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 300%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
    pointer-events: none;
  }

  .image-wrapper1:hover::before {
    animation: shineMove 2s ease-in-out forwards;
  }

  .image-wrapper2 {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 40px;
    margin-top: -140px;
    /* transform: translateY(-100px);
    animation: slideInTop 1s ease-out forwards; */
  }
  .image-wrapper2:nth-child(2) {
    animation-delay: 0.3s;
  }

  @keyframes slideInTop {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .image-wrapper2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* border-radius: 40px; */
    border-radius: 0 40px 0 40px;
    opacity: 1;
    /* padding-bottom:150px; */
  }

  /* Shine Effect */
  .image-wrapper2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 300%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
    pointer-events: none;
  }

  .image-wrapper2:hover::before {
    animation: shineMove 2s ease-in-out forwards;
  }

  @keyframes shineMove {
    0% {
      width: 0;
      left: 50%;
      opacity: 0;
    }
    30% {
      width: 120%;
      left: 50%;
      opacity: 1;
    }
    100% {
      width: 0;
      left: 100%;
      opacity: 0;
    }
  }

  

  /* second section */

  .contact-section {
    display: flex;
    flex-wrap: wrap;
    /* min-height: auto; */
    width: 100%;
  
    /* border: 2px solid #fff; */
     /* margin-top: 40px;  */
    transform: translateY(100px);
    animation: slideInBottom 1s ease-out forwards;
    animation-delay: 1.2s;
  }

  .left {
    background-color:rgb(243, 238, 238);
    color: black;
    flex: 1;
    width: 40%;
    padding: 20px 5px;  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
      }

  .left h2 {
    font-size: 2rem;
    color: #0aa0f7;
    font-weight: 700;
    text-align: center;
  }

  .left h2 span {
    font-weight: 900;
  }

  .left .btn1  {
    background-color: #000;
    color: #ffff;
    padding: 15px;
    width: 330px;
    text-align: center;
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-top: 50px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid black;
   
    font-size: 16px;
    border-radius: 10px;
    /* transition: background 0.3s ease; */
  }

  .left .btn1 i {
    margin-left: 10px;
  }

  .left .btn1:hover {
    background-color: #333;
  }
   

  .right {
    background-color: #0aa0f7;
    color: #fff;
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    align-items: center;
     padding: 20px; 
    position: relative;
     
  }

  .info-box {
    flex: 1;
    min-width: 240px;
     padding: 20px; 
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .info-box i {
    font-size: 30px;
    color: white;
    margin-bottom: 5px;
  }

  .info-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .info-box p {
    color: rgb(249, 243, 243);
    font-size: 16px;
    line-height: 1.5;
  }

  .divider {
    width: 1px;
    background-color: white;
    height: 190px;
  }

  
  @media (max-width: 768px) {
    .contact-section {
      flex-direction: column;

    }
    .left, .right{
      width: 100%;
    }
    .right{
      padding: 0;
    }
    .left{
      padding: 20px 0;
    }

     .divider {
       display: none; 
    } 

    .cart-icon {
      right: 10px;
      top: 10px;
    }
  }

  /* END SECTION */

  .about-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 4rem;
    gap: 4rem; 
    flex-wrap: wrap;
    background-color: #e5f1f8;
    /* margin-top: 40px; */
    padding-top: 100px;
    
  }

  .text-content {
    flex: 1;
    width: 50%;
  }
  .text-content h1{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .text-content h2 {
    font-size: 2.5rem;
    color: #0aa0f7;
    margin-bottom: 1rem;
  }

  .text-content p {
    color: #000;
    line-height: 1.6;
  }

  .text-content ul {
    /* padding-left: 1rem; */
    margin: 1rem 0;

  }

  .text-content ul li {
    margin: 0.5rem 0;
    list-style-type: none;

  }
  .custom-list {
    list-style-type: none;
    padding-left: 0;
  }
  
  .custom-list li::before {
    content: "✔️";
    color: skyblue;
    margin-right: 8px;
  }
  

  /* .btn {
    padding: 0.7rem 1.5rem;
    background-color: #ffd9cc;
    border: none;
    border-radius: 30px;
    color: #ff5f2e;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
  }

  .btn:hover {
    background-color: #ffc2b0;
  } */

  .image-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative; 
     width: 24%;
      /*height: auto; */
      overflow: hidden;
      /* border-radius: 20px; */
    /* background-image: url(bgimg2.png); */
  }

  .image-group img {
    width: 100%;
    height: auto;
    /* width: 100%; */
    display: block;
    /* border-radius: 20px; */
    border-radius: 70px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .image-group::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
  }

  .image-group:hover::before {
    animation: shine 2s ease;
  }

  @keyframes shine {
    0% {
      left: -75%;
    }
    100% {
      left: 125%;
    }
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      text-align: center;
    }
    .image-group {
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }
  }
  /* END ABOUT */
  .ser{
    background-color: #e4f0f7;
    height: 20vh;
    padding-bottom: -30px;
  }

   .services-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 10px; 
      padding-bottom: 70px; 
      width: 100%;  
    background-color: #e4f0f7;
  } 

   .services-intro {
      flex: 1 ;  
    background: #d6ecf9;
      padding: 10px;  
    border-radius: 0 300px 300px 0;
    max-width:350px;
    min-width: 270px;
  }

  .services-intro h5 {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .services-intro h2 {
    color: #0aa0f7 ;
    font-size: 36px;
    margin: 0;
    line-height: 1.3;
  } 

  .services-list {
       /* flex: 2 1 600px;    */
     display: flex; 
     flex-direction: column; 
    /* flex-wrap: wrap; */
    gap: 20px;
    /* justify-content: space-between; */
      width: 100%;  
  }

   .service-card {
    background: #fff;
    border: 1px solid #000;
    width: 300px;
    /* height: auto; */
     padding: 0 30px; 
      padding-top: 10px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06); */
    /* transition: transform 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease; */
  
     cursor: pointer; 
   } 
  .service-card:hover {
    transform: translateY(-12px);
    background-color:  #6fc2f1;
    color: white;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
  .service-card img {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }

  .service-card h4 {
    font-size: 20px;
    margin: 0;
    color: #0e3d3b;
  }

  .service-card p {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0 30px;
  }
  .service-footer {
    background: #6fc2f1;
    color: white;
    padding: 10px;
    text-align: center;
    /* width: 150px; */
    /* position: absolute;*/
    /* bottom: 0;
    left: 0;
    right: 0; */
    font-weight: bold;
    /* display:inline-block; */
    margin-top: 15px;
    padding: 10px 20px;
    
    color: white;
    /* border-radius: 20px; */
    text-decoration: none;
  }
  
  

  @media (max-width: 768px) {
    .services-section {
      flex-direction: column;

    }

    .services-intro {
      border-radius: 30px;
      text-align: center;
      align-items: center;
    }
    .services-intro h5{
      margin-top: 80px;
    }

    .services-list {
      flex-direction: column;
      align-items: center;
    }
  }

 
  .doc{
    background-color:#e4f0f7 ;
    height: 20vh;
  }
  .appointment{
    width: 100%;
    height: auto; 
    /* display: flex;
    flex-direction: column; */
    justify-content: space-around;
     padding: 15px 0;
    align-items: center;
    flex-wrap: wrap;
    background-color: #0aa0f7;
  }
  .register{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 3px 10px;
  }
  .appointment h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }
   .open{
    display: flex;
     flex-wrap: wrap; 
    /* width: 85%; */
    gap: 30px;
    align-items: center;
    justify-content: space-between; 
    padding: 20px;
  } 
  .open img{
    width: 75px;
    height: 70px;
    margin-bottom: 15px;
  }
  .text h1{
    font-size: 30px;
    font-weight: 600;
    color: white;

  }
  .text p{
    color: white;
    font-size: 18px;
  }
  .upload{
     position: relative; 
    padding: 10px 15px;
    font-size: 16px;
    color: white;
    top: -70px;
    background: transparent;
    border: 2px solid white;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease;
    transform: translateY(100px);
  }
  .upload::before{
    content: '';
     position: absolute; 
     top: 0; 
    left: -100%;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to right, #6fc2f2, #56b1e7);
    transition: left 0.4s ease;
    z-index: -1;

  }
  .upload:hover::before{
    left: 0;

  }
  /* END DOCTOR */

  /* .how-we-work {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    
    padding: 20px;
    padding-top: 80px;
    background-color: #c5e2f4;
    flex-wrap: wrap;
  }

  .work-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 30px;
  }

  .left-content {
    flex: 1 1 40%;
  }

  .left-content h5 {
    color: black;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .left-content h2 {
    font-size: 38px;
    color: #0aa0f7;
    line-height: 1.2;
  }

  .right-content {
    flex: 1 1 55%;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
  }

  .steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap; 
   
  }

  .step {
    text-align: center;
    flex: 1 1 200px;
    min-width: 150px;
  }

  .step img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
  }

  .step:hover img {
    transform: scale(1.1);
  }

  .step p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
  }

  @media (max-width: 768px) {
    .work-header {
      flex-direction: column;
    }

    .steps {
      justify-content: center;
    }
  } */

  .container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    /* padding: 20px; */
    gap: 30px;
    width: 100%;
     padding-top: 100px; 
    padding-bottom: 100px;
    background-color: #d9edf9;
  }

  .image-container {
    /* position: relative; */
    width: 45%;
    
  }

  .image-container img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    
  }
  /* .image-container::before img {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    pointer-events: none;
  } */

  .image-container:hover img {
    transform: scale(1.03);
  }

  


  .stats-box {
    position: absolute;
    bottom: 0;
     /* left: 30;  */
    bottom: -35px;
    right: 0; 
    display: flex; 
  }

  .stat {
    padding: 20px 30px;
    color: black;
    font-size: 24px;
    font-weight: bold;
  }

  .stat-label {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: normal;
    color: black;
  }

  .green-box {
    background-color:#ffff;
  }

  .peach-box {
    background-color: #0aa0f7;
  }

  .faq-container {
    width: 50%;

  }

  .faq-subtitle {
    color: black;
     letter-spacing: 2px; 
    font-size: 18px; 
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 100px; 
    margin-left:23px;
  }

  .faq-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left:23px;
    color:  #0aa0f7;
  }

  .faq {
     width: 90%;
    margin: auto;
  }

  .faq-item {
    background:#ffff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }

  .faq-question {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq-answer {
    display: none;
    margin-top: 10px;
    color: #555;
    line-height: 1.5;
  }

  .faq-icon {
    font-size: 20px;
    color: #0aa0f7;
    transition: transform 0.2s ease;
  }

  .faq-item.active .faq-answer {
    display: block;
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }
 
 
 
  .form-container{
    background: url('bgimg3.jpg') no-repeat center center/cover fixed;
      height: 180vh;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .contact {
    display: flex;
    max-width: 1200px;
    width:80%;
    flex-wrap: wrap;
    background-color: transparent;
    /* box-shadow: 0 0 30px rgba(0,0,0,0.2); */
  }

  .con-left {
    background-color: white;
    flex: 1;
    /* padding: 50px 30px; */
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .con-left img {
    width: 80%;
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .con-left h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
  }

  .con-left h2 strong {
    font-weight: 700;
  }

  .con-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #6fc2f2;
    flex: 2;
    padding: 50px 40px;
    color: white;
  }

  .con-right h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .form-row {
    display: flex;
      flex-direction:column; 
    gap: 20px;
    margin-bottom: 20px;
  }

  .form-row input,
  .form-row textarea {
    width: 90%;
    padding: 15px;
    border: 1px solid #fcfbfb;
    border-radius: 6px;
    background-color: transparent;
    color: white;
  }

  .form-row input::placeholder,
  .form-row textarea::placeholder {
    color: #fff;
    font-size: 16px;
  }

  textarea {
    resize: vertical;
    min-height: 120px;
  }
  .error {
    color: red;
    font-size: 0.9em;
  }

  .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border: 2px solid white;
    color: white;
    background-color: transparent;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: all 0.3s ease;
  }

  .submit-btn:hover {
    background-color: white;
    color: black;
    outline: none;
  }
  
  .success-message{
    display: none;
  }


  @media(max-width: 768px) {
    .container {
      flex-direction: column;
    }
    
  }
 

  .footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px;
    background-color: #0aa0f7;
    color: #ffffff;
    /* margin-top: 50px; */
  }

  .footer-section {
    flex: 1; 
    margin: 20px; 
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
  }

  .footer-logo{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
  }
  .footer-logo img{
    width: 80px;

  }
  

  .footer-logo span {
    color: black;
    font-size: 20px;
  }

  .description {
    margin: 20px 0;
    color: #fff;
    font-size: 16px;
  }

  .social-icons i {
    font-size: 22px;
    margin-right: 15px;
    color: #ffff;
    cursor: pointer;
  }
  .social-icons i:hover{
    color: rgb(189, 188, 188);
  }

  .footer-section h3 {
    color: black;
  }
  .footer-section .brand{
    color: white;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
  }

  .footer-section ul li {
    margin: 10px 0;
  }
  .footer-section ul li:hover{
    color: black;
  }

  .contact-info i {
    margin-right: 10px;
    color: black;
  }

  .newsletter-box input[type="email"] {
    padding: 15px;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px ;
    outline: none;
  }
  .newsletter-box input::placeholder{
    color: black;
  }
  .newsletter-box button {
    padding: 10px 20px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
  }
  .newsletter-box button:hover{
    background-color: white;
    color: black;
  }
  .newsletter-box {
    margin-top: 20px;
    display: flex;

    align-items: center;
    background-color:#073bb5;
    border-radius: 8px;
    padding: 15px;
    gap: 5px;
  }

  .footer-bottom {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    background-color: #ffff;
    border-top: 1px solid #1c4c4c;
  }

  .footer-bottom span {
    color: black;
    font-weight: bold;
  }


  


  /* book appointment page */

  .header2 {
    /* padding: 40px; */
    position: relative;
    background-color: #6fc2f2;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

  }

  .header2 h1 {
    font-size: 2.8rem;
    margin: 0;
    font-weight: bold;
    color: white;
  }

  .breadcrumbs {
    color: white;
    font-size: 1.1rem;
    margin-top: 10px;
  }

  .breadcrumbs span {
    margin: 0 5px;
  }
  .content {
    padding: 30px;
    color: white;
  }

  .appoint-container {
    display: flex;
     flex-wrap: wrap; 
    width: 100%;
    margin: 40px auto;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
  }

  .form-section {
       flex: 1;    
    background-color:  #8ecef3;
     width: 40%; 
    display: flex;
    justify-content: start;
    padding: 20px;
    padding-bottom: 20px;
  }

  .form-group {
    display: flex;
     /* flex-direction: column;  */
     gap: 10px; 
     padding: 10px 10px;   
    flex-wrap: wrap; 
  }

  .form-group input,
  .form-group textarea {
      /* flex: 1 1 80%;   */
      width: 180%;
   padding: 10px;  
    font-size: 16px;
    font-weight: 500;
    border: 1px solid white;
    border-radius: 8px;
    background-color: transparent;
    color: white;
  }

  .form-group textarea {
    width: 100%;
    height: 120px;
    resize: vertical;
  }

  input::placeholder,
  textarea::placeholder {
    color: white;
  }

  .form-section button {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 18px;
    border: 2px solid #0aa0f7 ;
    border-radius: 30px;
    background-color: #0aa0f7 ;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-bottom: 20px;
  }

  .form-section button:hover {
    background-color: white;
    color: black;
  }

  .contact-doctor {
     flex: 1;
    width: 40%;
    background-color: white;
     padding: 40px; 
    color: black;
    border: solid 1px black;
  }

  .contact-doctor h2 {
    margin-top: 30px;
    font-size: 28px;
  }

  .contact-docinfo {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }

  .contact-docinfo i {
    margin-right: 10px;
  }

  /* @media (max-width: 768px) {
    .form-group input,
    .form-group textarea {
      flex: 1 1 100%;
    }

    .container {
      flex-direction: column;
    }
  } */
  

  @media(max-width: 1000px) {
    header{
      display: flex;
      justify-content: space-between;

    }
    .nav-links {
      list-style: none;
      display: flex;
      justify-content: space-between;

    }
    
    .about-section{
      padding: 2rem;
      gap: 2rem;
    }
    .image-group{
      width: 18%;
    }
    /* .divider{
      display: block;
    }  */

  
  
  }

  @media (max-width: 900px) {
    .navbar {
      flex-direction: column;
      width: 100%;
      display: none; 
      background-color: #03A9F4;
       margin-top: 10px; 
       padding: 10px 0; 
    }
    

    .nav-links a {
      padding: 8px 0;
    }

    /* .nav-links.active {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px;
  } */
  .navbar.show {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .btn{
    width: 250px;
  }

    .menu-toggle {
      display: block;
      margin-right: 20px;
    }
    .image-wrapper2{
      margin-top: -10px;
    }

    .footer{
      padding: 20px;
    }
  }
  .form-group input,
  .form-group textarea{
    width: 100%;
  }
  .upload{
    top: -80px;
  }
  
   /* .divider{
    display: none;
  }  */
 
  @media (max-width: 450px) {
    
    .hero-text{
      width: 100%;
    }
    .buttons{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .container{
      display: flex;
      /* flex-direction: column; */
      align-items: center;
      margin-left: 100px;
      background-image: none;
      /* flex-wrap: nowrap; */
      width: 50%;
    }
    .image-wrapper1 img{
      margin-top: 20px;
    }
    .image-group {
      width: 45%;
  }
  .image-wrapper2{
    margin-top: -10px;
  }
  .image-container img{
    display: flex;
    width: 150%;
    margin-left: -40px;
  }
  .stats-box {
    left: 28px;
  }
  .faq-container{
    width: 100%;
  }
  .form-container{
    height: 250vh;
  }
  .header2 h1{
    font-size: 2rem;
  }
  .form-section {
    padding-bottom: 20px;
  }
  .form-section button{
   margin-left: 30px;
  }
  .appoint-container{
    gap: 20px;
  }
  .logo{
    width: 30%;
  }
  .logo img{
    width: 100%;
  }
  .upload{
    top: -90px;
  }
}



  @media (max-width: 400px) {
    .services-card{
      width: 300px;
    }
    .image-wrapper2{
      margin-top: -10px;
    }
    .logo{
      width: 20%;
    }
    
  }
  @media (max-width: 375px) {
    .image-group{
      /* margin-left: 30px; */
      width: 70%;
    }
    .logo{
      width: 40%;
    }
    
    .text-content {
      width: 60%;
    }
    .form-group{
      flex-wrap:wrap;
      padding: 10px;
    }
    .header2 h1{
      margin-left: 30px;
    }
    .footer{
      padding: 5px;
      /* margin-left: 20px; */
    }
    .footer-section {
      margin-left: 10px;
    }
    /* .service-card {
      width: 280px;
      padding: 10px;
     } */
    .form-section{
        padding-bottom: 20px;
      }
     
   
    
    
  }
  @media (max-width: 320px) {
    .logo img{
      width: 100%;
    }
     .logo{
      width:25% ;
    } 
    .container {
      margin-left: 80px;
    }
    /* .left, .right {
      padding: 10px;
  } */
  .left-content h2 {
    font-size: 35px;
  }
  .stats-box{
    left: -10px;
  }
  .image-container img{
    width: 180%;
    margin-left: -60px;
  }
  .form-container {
    height: 280vh;
}
.contact{
  width: 90%;
}
.con-left h2 {
  font-size: 24px;
}
.footer{
  padding: 10px;
}
.header2 h1{
  margin-left: 20px;
 }
 .contact-doctor{
  padding: 10px;
 }

 .service-card {
  width: 280px;
  padding: 10px;
 }
 .form-row{
  flex-wrap: wrap;
 }
 .form-group{
  flex-wrap: wrap;
 }
 .form-section{
  width: 100%;
 }
 /* .left, .right{
  padding: 0;
 } */
 .left .btn1{
  margin-left: 30px;
  margin-bottom: 20px;
  width: 250px;
 }
 .btn{
  width: 200px;
 }
 

}
  
