*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    
}
html, body {
  height: 100%;
  background: url("./images/bglogo.jpg") no-repeat center center fixed;
  background-size: cover;
  overflow-x: hidden;
}



.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to left,#83ccee,deeppink);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  z-index: 999;
  
}

.mobile-nav-link {
  text-align: center;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.3s;
}

.mobile-nav-link i {
  font-size: 20px;
  margin-bottom: 4px;
}

.mobile-nav-link:hover i,
    .mobile-nav-link:focus i,
    .mobile-nav-link:active i,
    .mobile-nav-link.active i {
      color:#4f1a40;
    }

/* Hide on tablets and desktops */
@media (min-width: 1024px) {
  .mobile-bottom-bar {
    display: none;
  }
}










nav{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  
}
.navbar{
    display: flex;
    width: 100%;
   
    gap: 5%;
    background-color: white;
    
    
}


.logo{
max-width: 30%;
padding-left: 30px;
}
.logo img{
    height: 100%;
    max-width: 100%;
}
.nav-heading{
    width: 85%;
    padding-top: 10px;
}
.nav-heading h1{
    font-size: 82px;
    color: #4f1a40;
}
.nav-menu{
    width: 100%;
    background-image: linear-gradient(to left,#83ccee,deeppink);
    
    padding-top: 12px;
}
.nav-menu ul{
    display: flex;
    justify-content: space-evenly;
    font-size: 28px;
}
.nav-menu ul li a{
    text-decoration: none;
    color: white;
    padding: 6px;
    border-radius: 10px;
}
.nav-menu ul li a:hover{
  background-color: #e19b37;
}
.nav-menu button{
border: none;
outline: none;
  font-size: 22px;
  background-color: deeppink;
  height: 2.3rem;
  width: 15rem;
  border-radius: 10px;
  padding: 7px;
}
.nav-menu button a{
  text-decoration: none;
  color: white;
}
.nav-menu  button:hover{
  background-color: #e19b37;
}
.nav-info{
  margin-top: 210px;
    width: 100%;
   
    display: flex;
    justify-content: space-around;
  
}
.box1{
    width: 25%;
  text-align: center;
    color: #4f1a40;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 17px;
}
.box1 h3{
  line-height: 3.5rem;
}
.about{
   
    width: 100%;
  background-image: url('./images/slider.jpg');
  
    padding: 40px;
}
.about-content{
    
   
    background-color: #e19b37;
    font-size: 25px;
     padding: 20px;
     border-radius: 10px;
     text-align: justify;
     
}
.about-content h1{
  font-size: 55px;
  text-align: center;
  line-height: 7rem;
}
.Meet{
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
  color: #4f1a40;
}
.our{
  font-size: 30px;
  text-align: center;
  margin-top: 25px;
  font-weight: 100;
  padding: 20px;
}
.team{
    width: 100%;
    
    display: flex;
    gap: 5%;
    padding-top: 80px;
}
.card1{
    width: 30%;
   
    background-color: rgb(255, 245, 245);
   padding: 10px 100px;
}
.card1 h3{
  text-align: center;
  font-size: 23px;
}
 .card1 p{
  text-align: center;
  font-size: 18px;
 }
.card1 img{
  height: 80%;
  width: 100%;
}
.our-services{
    
    width: 100%;
    background-color: rgb(5, 58, 78);
    padding-top: 20px;
}
.our-services h2{
  text-align: center;
  font-size: 40px;
  padding-bottom: 18px;
  color: white;
}
.services{
   
    width: 100%;
    display: flex;
    
    
    flex-wrap: wrap;

}
.service-box1{
   
    width: 33.33%;
  
    border: 1px solid white;
   
}
.service-box1 img{
  height: 100%;
  width: 100%;
}
.service-box2{
    background-color: rgb(19, 99, 129);
    width: 33.33%;

    border: 1px solid white;
    font-size: 20px;
    text-align: justify;
    padding: 20px;
    color: white;
}
.service-box2 h3{
  color: white;
  font-size: 30px;
  text-align: center;
  
}
.service-box2 p{
  font-size: 22px;
  margin-top: 10px;
}
.appointment-section {
    /* Light background or any color of your choice */
    
    padding: 3rem 2rem;
   
  }
  
  /* Container for the two columns */
  .appointment-container {
    display: flex;
    flex-wrap: wrap; /* Allows columns to stack on smaller screens */
    gap: 2rem;
    max-width: 1100px; /* Limit overall width */
    margin: 0 auto; 
    
    
   
     /* Center the container */
  }
  
  /* Left Column: Form */
  .appointment-form {
    flex: 1;
    min-width: 280px;
    background-color: #fff; /* Card-like background */
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  
  }
  
  .appointment-form h2 {
    margin-bottom: 1rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #e19b37; /* Accent color */
    font-size: 40px;
  }
  
  /* Individual form groups */
  .form-group {
    margin-bottom: 1rem;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 500;
    font-size: 20px;
  }
  
  .form-group input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 20px;
  }
  
  /* Submit button */
  .appointment-form button {
    background-color: #e19b37; /* Same accent color */
    color: #fff;
    padding: 0.4rem 1rem;
    font-size: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .appointment-form button:hover {
    background-color: #efb058;
  }
  
  /* Right Column: Info */
  .appointment-info {
    flex: 1;
    width: 300px;
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
  
  .appointment-info h3 {
    margin-bottom: 1rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff; /* Accent color */
    font-size: 30px;
   
  }
  .main-doctor{
   
    display: flex;
    gap:1.5rem;
  
  }
  .img-box{
   
  
    margin-left: 15px;
    
  }
  .img-box img{
    height: 100%;
    width: 100%;
  }
  .img-text{
    
    
    font-weight: 500;
    font-size: 22px;
    margin-top: 10px;
  }
  .timings{
    margin-top: 23px;
    margin-left: 25px;
    background-color: #e19b37;
    width:90%;
    height: 60%;
    border-radius: 20px;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  
  /* Timings list */
  .appointment-info ul {
    list-style: none;
    padding: 0;
  }
  
  .appointment-info ul li {
    margin-bottom: 0.5rem;
  }



  .footer{
    display: flex;
    width: 100%;
   
    padding-top: 10px;
    background-image: linear-gradient(to right,#83ccee,deeppink);
    opacity: 0.9;
    padding-bottom: 20px;
  
  }
 
  .logo-footer{
    width: 20%;
   
    
    }
    .logo-footer img{
        height: 100%;
        width: 100%;
    }
  .footer-heading{
    width: 25%;
    padding-top: 40px;
   
  }
  .quick-links{
    width: 30%;
    padding-top: 20px;
    padding-left: 45px;
    
  }
  .quick-links h4{
    text-align: justify;
    font-size: 30px;
    color: #4f1a40;
  }
  .quick-links ul li{
    text-align: justify;
    font-size: 25px;
  }
  .quick-links ul li a{
    text-decoration: none;
    line-height: 3rem;
    color: white;
  }
  .footer-contact h4{
    text-align: justify;
    font-size: 30px;
    color: #4f1a40;
  }
  .footer-contact p{
    text-align:start;
    font-size: 25px;
    line-height: 2.5rem;
    color: white;
  }
 
  .footer-contact{
    width: 30%;
    padding-right: 45px;
    padding-top: 20px;
    
  }
.footer-heading h3{
  font-size: 55px;
  color: #4f1a40;
  font-weight: 900;
}
.copy-right{
  width: 100%;
 
  
  background-image: linear-gradient(to right,#83ccee,deeppink);
  opacity: 0.9;
}
.copy-right p{
  text-align: center;
  font-size: 20px;
  color: white;
}



.service-section {
  /* background: url("images/watermark.png") no-repeat center center; */
  background-size: 600px auto; /* Adjust watermark size */
  min-height: 100vh;
}

/* Title: "Our Services" */
.service-section h1 {
  text-align: center;
  font-size: 60px;
  
  margin-bottom: 2rem;
  color: #02697c;
}

/* =========================
   SERVICE ROWS
========================= */
.service-row {
  display: flex;
  flex-wrap: wrap; 
  margin-bottom: 2rem;
  background-color: transparent;
}

/* Image on one side */
.service-img {
  flex: 1 1 40%;
  min-width: 250px;
  max-width: 350px;
  overflow: hidden;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Teal content area on the other side */
.service-content {
  flex: 1 1 60%;
  background-color: #02697c; 
  color: #fff; 
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-content h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  
}

.service-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
.Meet1{
  text-align: center;
 
  color: #4f1a40;
  font-size: 50px;
}
.team-doc{
  width: 100%;
 
  
}
.team-doc1{
  
  display: flex;
  padding: 20px;
  width: 100%;
 
  
  
}
.team-image{
  width: 28%;
 

}

.team-image img{
  width: 100%;
  height: 100%;
  
}
.team-text{
  width: 70%;

  padding-top: 55px;
}
.team-text h2{
  font-size: 30px;
  line-height: 3rem;
  color: #4f1a40;
}
.team-text h3{
  font-size: 20px;
  line-height: 2.5rem;
  text-align: justify;
  color: #4f1a40;
}
.team-text p{
  font-size: 20px;
  text-align: justify;
 
}
.about-details{
  
  width: 100%;
  background-color: #e19b37;


}
.about-details h2{
  margin-top: 20px;
  text-align: center;
  font-size: 50px;
  color: #4f1a40;
}
.about-details p{
  text-align: justify;
  font-size: 20px;
  padding: 30px;
  line-height: 2rem;
}
.about-spec {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 20px;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.row img {
  width: calc(25% - 15px);
  height: auto;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.row img:hover {
  transform: scale(1.05);
}

.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 20px;
}

.fullscreen-overlay img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1000;
  border-radius: 50%;
  user-select: none;
}

.left-btn {
  left: 20px;
}

.right-btn {
  right: 20px;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}




@media (max-width:479px){
  body,html{
    overflow-x: hidden;
  }
.logo{
  width: 30%;
 
  padding-left: 10px;
}
.nav-heading h1{
  font-size: 35px;
  padding-right: 2px;
}


.nav-menu{
  display: none;
}

.logo img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}




  .nav-info{
    display: none;
  }
  .about{
    margin-top:100px;
    padding-top: 50px;
  }
  .about-content{
   
    padding: 20px;
  }
  .about-content h1{
    font-size: 25px;
    line-height: 4rem;
  }
  .about-content p{
    font-size: 18px;
    
   
  }
  .team{
    padding-top: 0;
   
    display: flex;
    flex-direction: column;
   
  }
  .our{
    font-size: 22px;
    margin-top: 10px;
  }
.card1{
width: 100%;
margin-bottom: 50px;
}
.card1 h3{
  font-size: 17px;
}
.card1 p{
  font-size: 11px;
}
.our-services{
 
  width: 100%;
  padding-top: 40px;
}
.our-services h2{
  font-size: 50px;
margin-bottom: 30px;
}
.services{
 
  
  flex-direction: column;
  
  

}
.service-box1{
 
  width: 100%;
  
 
 
}
.service-box2{
   
  width: 100%;
 
 
  
}
.service-box2 h3{
  font-size: 25px;

}
.service-box2 p{
  font-size: 19px;
 
}
.img-text{
  font-size: 15px;
}
.timings ul li{
  font-size: 15px;
}

.logo-footer{
  height: 30%;
 
  margin-top: 50px;
}

.footer-heading{
  width: 20%;
 padding-top: 50px;
}
.quick-links{
  width: 30%;
  padding-left: 15px;
 
}
.footer-contact{
  width: 30%;
 padding-right: 10px;
}
.footer-heading h3{
font-size: 16px;
padding-top: 10px;
}
.quick-links h4{
  font-size: 16px;
}
.quick-links ul li{
  font-size: 15px;

}
.quick-links ul li a{
  line-height: 1.5rem;
}
.footer-contact h4{
  font-size: 16px;
}
.footer-contact p{
  font-size: 14px;
  line-height: 1.3rem;
  text-align: start;
}

.team-doc{
  width: 100%;
  
 
  
}
.Meet1{
  margin-top: 130px;
  font-size: 35px;
}
.copy-right{
  margin-bottom: 58px;
}
.copy-right p{
  font-size: 14px;
}
.team-doc1{
 
  display: flex;
  flex-direction: column;

  width: 100%;

  
  
}
.team-image{
  width: 100%;
 
 
}
.team-text{
  width: 100%;
  padding-top: 20px;
}
.team-text h2{
 font-size: 25px;
 text-align: center;
 
}
.team-text h3{
  font-size: 18px;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}
.team-text p{
  font-size: 17px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.service-section{
  margin-top: 120px;
}
.service-section h1 {
  font-size: 35px;
 margin-bottom: 15px;

}
.service-content h2{
font-size: 18px;
}
.service-content p{
font-size: 15px;
}
.service-row{
margin-bottom: 10px;
}
.service-img{
min-width: 100px;
}
.about-details{
  
  margin-top: 110px;
  padding-top: 25px;
}
.about-details h2{
  font-size: 35px;
 
}
.about-details p{
  font-size: 17px;
  line-height: 1.3rem;
}

.row img {
  width: calc(50% - 15px);
}
.appointment-section{
  margin-top: 35px;
}



}

  



@media (min-width:480px) and (max-width:600px){
  body,html{
    overflow-x: hidden;
  }
.logo{
  max-width: 30%;
 
  padding-left: 10px;
}
.nav-heading h1{
  font-size: 39px;
  padding-right: 8px;
}


.nav-menu{
  display: none;
}






  .nav-info{
    display: none;
  }
  .about{
    margin-top:110px;
    padding: 30px 60px 20px 20px;
  }
  .about-content{
   
    padding: 20px;
  }
  .about-content h1{
    font-size: 33px;
    line-height: 3rem;
  }
  .about-content p{
    font-size: 21px;
    
   
  }
  .team{
    padding-top: 0;

    display: flex;
    flex-direction: column;
   
  }
  .our{
    font-size: 22px;
    margin-top: 10px;
  }
.card1{
width: 100%;
margin-bottom: 50px;

}
.card1 h3{
  font-size: 17px;
}
.card1 p{
  font-size: 11px;
}
.our-services{

  width: 100%;
  padding-top: 40px;
}
.our-services h2{
  font-size: 50px;
margin-bottom: 30px;
}
.services{
  
  
  flex-direction: column;
  
  

}
.service-box1{
 
  width: 100%;

 
 
}
.service-box2{
   
  width: 100%;
 
 
  
}
.service-box2 h3{
  font-size: 25px;
  line-height: 2.5rem;
}
.service-box2 p{
  font-size: 19px;
}
.img-text{
  font-size: 12px;
}

.timings ul li{
  font-size: 18px;
}

.logo-footer{
  width: 20%;

  margin-top: 30px;
}

.footer-heading{
  width: 20%;
 padding-top: 50px;
}
.quick-links{
  width: 30%;
  padding-left: 15px;
 
}
.footer-contact{
  width: 30%;
 padding-right: 10px;
}
.footer-heading h3{
font-size: 22px;
padding-top: 10px;
}
.quick-links h4{
  font-size: 18px;
}
.quick-links ul li{
  font-size: 17px;

}
.quick-links ul li a{
  line-height: 1.9rem;
}
.footer-contact h4{
  font-size: 18px;
}
.footer-contact p{
  font-size: 15px;
  line-height: 1.3rem;
  text-align: start;
}

.team-doc{
  width: 100%;

 
  
}
.Meet1{
  margin-top: 150px;
  font-size: 40px;
}
.copy-right{
  margin-bottom: 58px;
}
.copy-right p{
  font-size: 14px;
}
.team-doc1{
 
  display: flex;
  flex-direction: column;

  width: 100%;
 
  
  
}
.team-image{
  width: 100%;
 
 
}
.team-text{
  width: 100%;
  padding-top: 20px;
}
.team-text h2{
 font-size: 25px;
 text-align: center;
 
}
.team-text h3{
  font-size: 18px;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 15px;
}
.team-text p{
  font-size: 17px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.service-section{
  margin-top: 120px;
}
.service-section h1 {
  font-size: 35px;
 margin-bottom: 15px;
 margin-top: 150px;

}
.service-content h2{
font-size: 18px;
}
.service-content p{
font-size: 15px;
}
.service-row{
margin-bottom: 10px;
}
.service-img{
min-width: 100px;
}
.about-details{

  margin-top: 110px;
  padding-top: 25px;
}
.about-details h2{
  font-size: 40px;
 
}
.about-details p{
  font-size: 21px;
  line-height: 1.5rem;
}

.row img {
  width: calc(50% - 15px);
}
.appointment-section{
  margin-top: 100px;
}



}



@media (min-width: 601px) and (max-width: 768px) {

 
  body,html{
    overflow-x: hidden;
  }
.logo{
  max-width: 25%;
}
.nav-heading h1{
  font-size: 50px;
}
.nav-menu{
  display: none;
}



  .nav-info{
    display: none;
  }
  .about{
    margin-top: 140px;
    padding: 20px 30px 20px 20px;
  }
  .about-content{
    padding: 20px;
  }
  .about-content h1{
    font-size: 35px;
    line-height: 4rem;
  }
  .about-content p{
    font-size: 25px;
   
  }
  .team{
  padding-top: 0;
   
    display: flex;
    flex-direction: column;
   
  }
  .our{
    font-size: 23px;
    margin-top: 10px;
  }
.card1{
width: 100%;
margin-bottom: 50px;
}
.card1 h3{
  font-size: 22px;
}
.card1 p{
  font-size: 18px;
}
.our-services{
  
  width: 100%;
  padding-top: 40px;
}
.our-services h2{
  font-size: 50px;
margin-bottom: 40px;
}
.services{
  
  
  flex-direction: column;
  
  

}
.service-box1{
 
  width: 100%;

 
 
}
.service-box2{
 
  width: 100%;

 
  
}
.service-box2 h3{
  font-size: 24px;
  line-height: 2.6rem;
}
.service-box2 p{
  font-size: 22px;
}
.img-text{
  font-size: 15px;
  font-weight: 500;
}
.timings ul li{
  font-size: 17px;
}


.appointment-form h2 {
 
  font-size: 30px;
}



.form-group label {
  
  font-size: 18px;
}

.form-group input {
 
  font-size: 10px;
}

.footer{
  gap: 1%;

  
}
.logo-footer{
  width: 20%;
  
  margin-top: 30px;
}

.footer-heading{
  width: 20%;
 padding-top: 40px;
}
.quick-links{
  width: 30%;
 
}
.footer-contact{
  width: 30%;
 
}
.footer-heading h3{
font-size: 30px;
padding-top: 10px;
}
.quick-links h4{
  font-size: 20px;
}
.quick-links ul li{
  font-size: 17px;

}
.quick-links ul li a{
  line-height: 2rem;
}
.footer-contact h4{
  font-size: 20px;
}
.footer-contact p{
  font-size: 15px;
  line-height: 1.3rem;
  text-align: start;
}
.team-doc{
  width: 100%;
  
 
  
}
.copy-right{
  margin-bottom: 58px;
}
.copy-right p{
  font-size: 16px;
}
.team-doc1{
 
  display: flex;
  flex-direction: column;

  width: 100%;
  
  
  
}
.Meet1{
  margin-top: 200px;
}
.team-image{
  width: 100%;
  
 
}
.team-text{
  width: 100%;
  padding-top: 20px;
}
.team-text h2{
 font-size: 35px;
 text-align: center;
 
}
.team-text h3{
  font-size: 25px;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}
.team-text p{
  font-size: 19px;
  line-height: 1.5rem;
}
.service-section{
  margin-top: 160px;
}
.service-section h1 {
  font-size: 45px;
 margin-bottom: 10px;

}
.service-content h2{
font-size: 20px;
}
.service-content p{
font-size: 17px;
}
.service-row{
margin-bottom: 10px;
}
.service-img{
min-width: 100px;
}
.about-details{
  
  margin-top: 110px;
  
    width: 100%;
   
    padding: 20px;
  
}
.about-details h2{
  font-size: 40px;
  padding-top: 20px;
}
.about-details p{
  font-size: 20px;
}
.appointment-section{
  margin-top: 100px;
}



  .row img {
    width: calc(50% - 15px);
  }


}



@media (min-width: 769px) and (max-width: 1024px) {

 
  body,html{
    overflow-x: hidden;
  }
.logo{
  max-width: 25%;
}
.nav-heading h1{
  font-size: 65px;
}
.nav-menu{
  display: none;
}



  .nav-info{
    display: none;
  }
  .about{
    margin-top: 180px;
    padding: 20px 40px 20px 20px;
  }
  .about-content{
   padding: 20px;
  }
  .about-content h1{
    font-size: 35px;
    line-height: 4rem;
  }
  .about-content p{
    font-size: 25px;
   
  }
  .team{
  padding-top: 0;
    
    display: flex;
    flex-direction: column;
   
  }
  .our{
    font-size: 23px;
    margin-top: 10px;
  }
.card1{
width: 100%;
margin-bottom: 50px;
}
.card1 h3{
  font-size: 22px;
}
.card1 p{
  font-size: 18px;
}
.our-services{
  
  width: 100%;
  padding-top: 40px;
}
.our-services h2{
  font-size: 50px;
margin-bottom: 40px;
}
.services{
 
  
  flex-direction: column;
  
  

}
.service-box1{
 
  width: 100%;
  
 
 
}
.service-box2{
 
  width: 100%;
 
 
  
}
.service-box2 h3{
  font-size: 35px;
  line-height: 2.6rem;
}
.service-box2 p{
  font-size: 32px;
}
.img-text{
  font-size: 21px;
  font-weight: 500;
}
.timings ul li{
  font-size: 20px;
}
.footer{
  gap: 1%;
  
  
}
.logo-footer{
  max-width: 20%;
  
  margin-top: 30px;
}

.footer-heading{
  width: 20%;
 padding-top: 40px;
}
.quick-links{
  width: 30%;
 
}
.footer-contact{
  width: 30%;
 
}
.footer-heading h3{
font-size: 35px;
padding-top: 10px;
}
.quick-links h4{
  font-size: 22px;
}
.quick-links ul li{
  font-size: 19px;

}
.quick-links ul li a{
  line-height: 2rem;
}
.footer-contact h4{
  font-size: 22px;
}
.footer-contact p{
  font-size: 17px;
  line-height: 1.3rem;
  text-align: start;
}
.team-doc{
  width: 100%;
  
 
  
}
.copy-right{
  margin-bottom: 58px;
}
.copy-right p{
  font-size: 16px;
}
.team-doc1{
 
  display: flex;
  flex-direction: column;

  width: 100%;

  
  
}
.Meet1{
  margin-top: 200px;
}
.team-image{
  width: 100%;
 
 
}
.team-text{
  width: 100%;
  padding-top: 20px;
}
.team-text h2{
 font-size: 35px;
 text-align: center;
 
}
.team-text h3{
  font-size: 25px;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}
.team-text p{
  font-size: 19px;
  line-height: 1.5rem;
}
.service-section{
  margin-top: 200px;
}
.service-section h1 {
  font-size: 55px;
 margin-bottom: 10px;

}
.service-content h2{
font-size: 25px;
}
.service-content p{
font-size: 19px;
}
.service-row{
margin-bottom: 10px;
}
.service-img{
min-width: 100px;
}
.about-details{
 
  margin-top: 200px;
  
    width: 100%;
   
    padding: 20px;
  
}
.about-details h2{
  font-size: 45px;
  padding-top: 20px;
}
.about-details p{
  font-size: 25px;
}
.appointment-section{
  margin-top: 150px;
}



  .row img {
    width: calc(50% - 15px);
  }


}


@media (min-width: 1025px) and (max-width: 1400px) {
  .logo {
    max-width: 18%;
   
}
.navbar{
  height: 150px;
}
.logo img{
  height: 100%;
}

.nav-heading {
  width: 80%;
  padding-top: 20px;
}
.nav-heading h1{
  font-size: 55px;
}
.nav-info {
  
  width: 100%;
 padding-top: 20px;
 padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.nav-menu{
 
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav-menu ul li{
  font-size: 35px;
}

.nav-menu button{
  
    font-size: 25px;
    
    height: 3.2rem;
    width: 15rem;
    
    padding: 10px;
  }
  .about-content{
    padding-bottom: 50px;
  }

.card1 {
  width: 30%;
  margin-bottom: 50px;
  background-color: rgb(255, 245, 245);
  padding: 10px 50px;
}
.service-box2 h3{
  font-size: 25px;
  line-height: 2.6rem;
}
.service-box2 p{
  font-size: 18px;
}
.img-text{
  font-size: 24px;
  font-weight: 500;
}
.timings ul li{
  font-size: 19px;
}
.logo-footer{
  width: 20%;
 
}

.footer-heading{
  width: 20%;
 padding-top: 35px;
}
.quick-links{
  width: 30%;
 
}
.footer-contact{
  width: 30%;
 
}
.footer-heading h3{
font-size: 48px;
}
.quick-links h4{
  font-size: 27px;
}
.quick-links ul li{
  font-size: 24px;

}
.quick-links ul li a{
  line-height: 3rem;
}
.footer-contact h4{
  font-size: 27px;
}
.footer-contact p{
  font-size: 22px;
  line-height: 2rem;
  text-align: start;
}

.copy-right p{
  font-size: 20px;
}


.team-text{
  width: 60%;
}

.team-text h2{
 font-size: 29px;
 text-align: center;
 
}
.team-image{
  padding-top: 70px;
  width: 40%;
  
}
.team-image img{
  height: 100%;
  width: 100%;
}
.team-text h3{
  font-size: 18px;
  line-height: 1.9rem;
  text-align: center;
}
.team-text p{
  font-size: 20px;
  line-height: 1.5rem;
}

.service-section h1 {
  font-size: 60px;
 margin-bottom: 30px;

}
.service-content h2{
font-size: 29px;
}
.service-content p{
font-size: 24px;
}
.service-row{
margin-bottom: 10px;
}
.service-img{
min-width: 100px;
}
.about-details{
  width: 100%;
  
  padding: 20px;
}

.about-details h2{
  font-size: 40px;
}
.about-details p{
  font-size: 26px;
}




  .row img {
    width: calc(50% - 15px);
  }




}


@media (min-width: 1400px) and (max-width: 2880px){
 
  nav{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    
  }
  .navbar{
      display: flex;
      width: 100%;
     height: 150px;
      gap: 5%;
      background-color: white;
      
  }

  

  .logo{
  max-width: 15%;
  
  padding-left: 30px;
  }
  .logo img{
      height: 100%;
      width: 100%;
  }
  .nav-heading{
      width: 85%;
      padding-top: 20px;
  }
  .nav-heading h1{
      font-size: 85px;
      color: #4f1a40;
  }
  .nav-menu{
      width: 100%;
      background-image: linear-gradient(to left,#83ccee,deeppink);
      
      padding-top: 8px;
      padding-bottom: 10px;
  }
  .nav-menu ul{
      display: flex;
      justify-content: space-evenly;
      font-size: 32px;
  }
  .nav-menu ul li a{
      text-decoration: none;
      color: white;
      padding: 8px;
      border-radius: 12px;
  }
  .nav-menu ul li a:hover{
    background-color: #e19b37;
  }
  .nav-menu button{
  border: none;
  outline: none;
    font-size: 18px;
    background-color: deeppink;
    height: 3rem;
    width: 12rem;
    border-radius: 15px;
    padding-top: 9px;
    padding-bottom: 7px;
  }
  .nav-menu button a{
    text-decoration: none;
    color: white;
  }
  .nav-menu  button:hover{
    background-color: #e19b37;
  }
  .nav-info{
   padding-top: 20px;
   padding-bottom: 25px;
      width: 100%;
     
      display: flex;
      justify-content: space-around;
    
  }
  .box1{
      width: 45%;
    text-align: center;
      color: #4f1a40;
      font-size: 20px;
      padding-left: 10px;
      padding-top: 17px;
  }
  .box1 h3{
    line-height: 3.5rem;
  }
  .about{
     
      width: 100%;
    background-image: url('./images/slider.jpg');
    
      padding: 40px;
  }
  .about-content{
      
     
      background-color: #e19b37;
      font-size: 25px;
       padding: 40px;
       border-radius: 10px;
       text-align: justify;
       
  }
  .about-content h1{
    font-size: 38px;
    text-align: center;
    line-height: 3rem;
  }
  .about-content p{
    margin-top: 30px;
    font-size: 20px;
    text-align:justify;
    padding-left: 16%;
    padding-right: 16%;
  }
  .Meet{
    font-size: 38px;
    text-align: center;
    margin-top: 50px;
    color: #4f1a40;
  }
  .our{
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    font-weight: 100;
    padding: 20px;
  }
  .team{
      width: 100%;
      
      display: flex;
      gap: 5%;
      padding-top: 80px;
  }
  .card1{
      width: 30%;
     margin-bottom: 50px;
      background-color: rgb(255, 245, 245);
     padding: 10px 100px;
  }
  .card1 h3{
    text-align: center;
    font-size: 25px;
  }
   .card1 p{
    text-align: center;
    font-size: 20px;
   }
  .card1 img{
    height: 80%;
    width: 100%;
  }
  .our-services{
      
      width: 100%;
      background-color: rgb(5, 58, 78);
      padding-top: 20px;
  }
  .our-services h2{
    text-align: center;
    font-size: 40px;
    padding-bottom: 18px;
    color: white;
  }
  .services{
     
      width: 100%;
      display: flex;
      
      
      flex-wrap: wrap;
  
  }
  .service-box1{
     
      width: 33.33%;
    
      border: 1px solid white;
     
  }
  .service-box1 img{
    height: 100%;
    width: 100%;
  }
  .service-box2{
      background-color: rgb(19, 99, 129);
      width: 33.33%;
  
      border: 1px solid white;
      font-size: 38px;
      text-align: justify;
      padding: 20px;
      color: white;
  }
  .service-box2 h3{
    color: white;
    font-size: 38px;
    text-align: center;
    
  }
  .service-box2 p{
    font-size: 20px;
    margin-top: 30px;
  }
  .appointment-section {
      /* Light background or any color of your choice */
      
      padding: 5rem 4rem;
     
    }
    
    /* Container for the two columns */
    .appointment-container {
      display: flex;
      flex-wrap: wrap; /* Allows columns to stack on smaller screens */
      gap: 2rem;
      max-width: 2000px; /* Limit overall width */
      margin: 0 auto; 
      
      
     
       /* Center the container */
    }
    
    /* Left Column: Form */
    .appointment-form {
      flex: 1;
      min-width: 380px;
      background-color: #fff; /* Card-like background */
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    
    }
    
    .appointment-form h2 {
      margin-bottom: 1rem;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      color: #e19b37; /* Accent color */
      font-size: 38px;
    }
    
    /* Individual form groups */
    .form-group {
      margin-bottom: 1rem;
    }
    
    .form-group label {
      display: block;
      margin-bottom: 0.3rem;
      font-weight: 500;
      font-size: 25px;
    }
    
    .form-group input {
      width: 100%;
      padding: 0.5rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 25px;
    }
    
    /* Submit button */
    .appointment-form button {
      background-color: #e19b37; /* Same accent color */
      color: #fff;
      padding: 0.4rem 1rem;
      font-size: 25px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    
    .appointment-form button:hover {
      background-color: #efb058;
    }
    
    /* Right Column: Info */
    .appointment-info {
      flex: 1;
      width: 300px;
      background-color: white;
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      height: 100%;
    }
    
    .appointment-info h3 {
      margin-bottom: 1rem;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      color: #ffffff; /* Accent color */
      font-size: 30px;
     
    }
    .main-doctor{
     
      display: flex;
      gap:1.5rem;
    
    }
    .img-box{
     
    
      margin-left: 35px;
      
    }
    .img-box img{
      height: 100%;
      width: 100%;
    }
    .img-text{
      
      
      font-weight: 500;
      font-size: 25px;
      margin-top: 10px;
    }
    .timings{
      margin-top: 23px;
      margin-left: 25px;
      background-color: #e19b37;
      width:90%;
      height: 60%;
      border-radius: 20px;
      padding: 10px;
      font-size: 25px;
      font-weight: 500;
      text-align: center;
    }
    .timings h3{
      font-size: 26px;
    }
    /* Timings list */
    .appointment-info ul {
      list-style: none;
      padding: 0;
    }
    
    .appointment-info ul li {
      margin-bottom: 0.5rem;
    }
  
  
  
    .footer{
      display: flex;
      width: 100%;
     
      padding-top: 10px;
      background-image: linear-gradient(to right,#83ccee,deeppink);
      opacity: 0.9;
      padding-bottom: 20px;
    
    }
   
    .logo-footer{
      width: 20%;
     
      
      }
      .logo-footer img{
          height: 90%;
          width: 90%;
      }
    .footer-heading{
      width: 35%;
      padding-top: 70px;
     
    }
    .quick-links{
      width: 30%;
      padding-top: 20px;
      padding-left: 45px;
      
    }
    .quick-links h4{
      text-align: justify;
      font-size: 25px;
      color: #4f1a40;
    }
    .quick-links ul li{
      text-align: justify;
      font-size: 20px;
    }
    .quick-links ul li a{
      text-decoration: none;
      line-height: 2.6rem;
      color: white;
    }
    .footer-contact h4{
      text-align: justify;
      font-size: 25px;
      color: #4f1a40;
    }
    .footer-contact p{
      text-align:start;
      font-size: 20px;
      line-height: 2.5rem;
      color: white;
    }
   
    .footer-contact{
      width: 30%;
      padding-right: 45px;
      padding-top: 20px;
      
    }
  .footer-heading h3{
    font-size: 50px;
    color: #4f1a40;
    font-weight: 900;
  }
  .copy-right{
    width: 100%;
   
    
    background-image: linear-gradient(to right,#83ccee,deeppink);
    opacity: 0.9;
  }
  .copy-right p{
    text-align: center;
    font-size: 25px;
    color: white;
  }
  
  
  
  .service-section {
    /* background: url("images/watermark.png") no-repeat center center; */
    background-size: 600px auto; /* Adjust watermark size */
    min-height: 100vh;
  }
  
  /* Title: "Our Services" */
  .service-section h1 {
    text-align: center;
    font-size: 40px;
    
    margin-bottom: 2rem;
    color: #02697c;
  }
  
  /* =========================
     SERVICE ROWS
  ========================= */
  .service-row {
    display: flex;
    flex-wrap: wrap; 
    margin-bottom: 2rem;
    background-color: transparent;
  }
  
  /* Image on one side */
  .service-img {
    flex: 1 1 40%;
    min-width: 250px;
    max-width: 350px;
    overflow: hidden;
  }
  
  .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Teal content area on the other side */
  .service-content {
    flex: 1 1 60%;
    background-color: #02697c; 
    color: #fff; 
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .service-content h2 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    
  }
  
  .service-content p {
    margin-bottom: 1rem;
    line-height: 2.6;
    font-size: 1.5rem;
  }
  .Meet1{
    text-align: center;
    margin-top: 60px;
    color: #4f1a40;
    font-size: 40px;
  }
  .team-doc{
    width: 100%;
   
    
  }
  .team-doc1{
    
    display: flex;
    padding: 20px;
    width: 100%;
   
    
    
  }
  .team-image{
    width: 28%;
   
  
  }
  
  .team-image img{
    width: 100%;
    height: 100%;
    
  }
  .team-text{
    width: 70%;
  
    padding-top: 100px;
  }
  .team-text h2{
    font-size: 30px;
    line-height: 3rem;
    color: #4f1a40;
  }
  .team-text h3{
    font-size: 25px;
    line-height: 2.5rem;
    text-align: justify;
    color: #4f1a40;
  }
  .team-text p{
    font-size: 20px;
    text-align: justify;
   
  }
  .about-details{
    
    width: 100%;
    background-color: #e19b37;
  
  
  }
  .about-details h2{
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
    color: #4f1a40;
  }
  .about-details p{
    text-align: justify;
    font-size: 25px;
    padding: 30px;
    line-height: 2.7rem;
  }
}

 
  
@media (min-width: 2881px){
  nav{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    
  }
  .navbar{
      display: flex;
      width: 100%;
     height: 150px;
      gap: 5%;
      background-color: white;
      
  }

  

  .logo{
  max-width: 15%;
  
  padding-left: 30px;
  }
  .logo img{
      height: 100%;
      width: 100%;
  }
  .nav-heading{
      width: 85%;
      padding-top: 20px;
  }
  .nav-heading h1{
      font-size: 85px;
      color: #4f1a40;
  }
  .nav-menu{
      width: 100%;
      background-image: linear-gradient(to left,#83ccee,deeppink);
      
      padding-top: 12px;
      padding-bottom: 12px;
  }
  .nav-menu ul{
      display: flex;
      justify-content: space-evenly;
      font-size: 52px;
  }
  .nav-menu ul li a{
      text-decoration: none;
      color: white;
      padding: 8px;
      border-radius: 12px;
  }
  .nav-menu ul li a:hover{
    background-color: #e19b37;
  }
  .nav-menu button{
  border: none;
  outline: none;
    font-size: 30px;
    background-color: deeppink;
    height: 5rem;
    width: 17rem;
    border-radius: 15px;
    padding-top: 9px;
    padding-bottom: 7px;
  }
  .nav-menu button a{
    text-decoration: none;
    color: white;
  }
  .nav-menu  button:hover{
    background-color: #e19b37;
  }
  .nav-info{
   padding-top: 30px;
   padding-bottom: 25px;
      width: 100%;
     
      display: flex;
      justify-content: space-around;
    
  }
  .box1{
      width: 45%;
    text-align: center;
      color: #4f1a40;
      font-size: 30px;
      padding-left: 10px;
      padding-top: 17px;
  }
  .box1 h3{
    line-height: 5.5rem;
  }
  .about{
     
      width: 100%;
    background-image: url('./images/slider.jpg');
    
      padding: 40px;
  }
  .about-content{
      
     
      background-color: #e19b37;
      font-size: 25px;
       padding: 40px;
       border-radius: 10px;
       text-align: justify;
       
  }
  .about-content h1{
    font-size: 55px;
    text-align: center;
    line-height: 3rem;
  }
  .about-content p{
    margin-top: 40px;
    font-size: 35px;
  }
  .Meet{
    font-size: 55px;
    text-align: center;
    margin-top: 50px;
    color: #4f1a40;
  }
  .our{
    font-size: 40px;
    text-align: center;
    margin-top: 25px;
    font-weight: 100;
    padding: 20px;
  }
  .team{
      width: 100%;
      
      display: flex;
      gap: 5%;
      padding-top: 80px;
  }
  .card1{
      width: 30%;
     margin-bottom: 50px;
      background-color: rgb(255, 245, 245);
     padding: 10px 100px;
  }
  .card1 h3{
    text-align: center;
    font-size: 35px;
  }
   .card1 p{
    text-align: center;
    font-size: 25px;
   }
  .card1 img{
    height: 80%;
    width: 100%;
  }
  .our-services{
      
      width: 100%;
      background-color: rgb(5, 58, 78);
      padding-top: 20px;
  }
  .our-services h2{
    text-align: center;
    font-size: 65px;
    padding-bottom: 18px;
    color: white;
  }
  .services{
     
      width: 100%;
      display: flex;
      
      
      flex-wrap: wrap;
  
  }
  .service-box1{
     
      width: 33.33%;
    
      border: 1px solid white;
     
  }
  .service-box1 img{
    height: 100%;
    width: 100%;
  }
  .service-box2{
      background-color: rgb(19, 99, 129);
      width: 33.33%;
  
      border: 1px solid white;
      font-size: 50px;
      text-align: justify;
      padding: 20px;
      color: white;
  }
  .service-box2 h3{
    color: white;
    font-size: 60px;
    text-align: center;
    
  }
  .service-box2 p{
    font-size: 45px;
    margin-top: 30px;
  }
  .appointment-section {
      /* Light background or any color of your choice */
      
      padding: 5rem 4rem;
     
    }
    
    /* Container for the two columns */
    .appointment-container {
      display: flex;
      flex-wrap: wrap; /* Allows columns to stack on smaller screens */
      gap: 2rem;
      max-width: 2000px; /* Limit overall width */
      margin: 0 auto; 
      
      
     
       /* Center the container */
    }
    
    /* Left Column: Form */
    .appointment-form {
      flex: 1;
      min-width: 380px;
      background-color: #fff; /* Card-like background */
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    
    }
    
    .appointment-form h2 {
      margin-bottom: 1rem;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      color: #e19b37; /* Accent color */
      font-size: 70px;
    }
    
    /* Individual form groups */
    .form-group {
      margin-bottom: 1rem;
    }
    
    .form-group label {
      display: block;
      margin-bottom: 0.3rem;
      font-weight: 500;
      font-size: 50px;
    }
    
    .form-group input {
      width: 100%;
      padding: 0.5rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 40px;
    }
    
    /* Submit button */
    .appointment-form button {
      background-color: #e19b37; /* Same accent color */
      color: #fff;
      padding: 0.4rem 1rem;
      font-size: 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    
    .appointment-form button:hover {
      background-color: #efb058;
    }
    
    /* Right Column: Info */
    .appointment-info {
      flex: 1;
      width: 300px;
      background-color: white;
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      height: 100%;
    }
    
    .appointment-info h3 {
      margin-bottom: 1rem;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      color: #ffffff; /* Accent color */
      font-size: 30px;
     
    }
    .main-doctor{
     
      display: flex;
      gap:1.5rem;
    
    }
    .img-box{
     
    
      margin-left: 35px;
      
    }
    .img-box img{
      height: 100%;
      width: 100%;
    }
    .img-text{
      
      
      font-weight: 500;
      font-size: 40px;
      margin-top: 10px;
    }
    .timings{
      margin-top: 23px;
      margin-left: 25px;
      background-color: #e19b37;
      width:90%;
      height: 60%;
      border-radius: 20px;
      padding: 10px;
      font-size: 40px;
      font-weight: 500;
      text-align: center;
    }
    .timings h3{
      font-size: 50px;
    }
    /* Timings list */
    .appointment-info ul {
      list-style: none;
      padding: 0;
    }
    
    .appointment-info ul li {
      margin-bottom: 0.5rem;
    }
  
  
  
    .footer{
      display: flex;
      width: 100%;
     
      padding-top: 10px;
      background-image: linear-gradient(to right,#83ccee,deeppink);
      opacity: 0.9;
      padding-bottom: 20px;
    
    }
   
    .logo-footer{
      width: 20%;
     
      
      }
      .logo-footer img{
          height: 90%;
          width: 90%;
      }
    .footer-heading{
      width: 35%;
      padding-top: 110px;
     
    }
    .quick-links{
      width: 30%;
      padding-top: 20px;
      padding-left: 45px;
      
    }
    .quick-links h4{
      text-align: justify;
      font-size: 50px;
      color: #4f1a40;
    }
    .quick-links ul li{
      text-align: justify;
      font-size: 38px;
    }
    .quick-links ul li a{
      text-decoration: none;
      line-height: 3.8rem;
      color: white;
    }
    .footer-contact h4{
      text-align: justify;
      font-size: 50px;
      color: #4f1a40;
    }
    .footer-contact p{
      text-align:start;
      font-size: 38px;
      line-height: 3.5rem;
      color: white;
    }
   
    .footer-contact{
      width: 30%;
      padding-right: 45px;
      padding-top: 20px;
      
    }
  .footer-heading h3{
    font-size: 100px;
    color: #4f1a40;
    font-weight: 900;
  }
  .copy-right{
    width: 100%;
   
    
    background-image: linear-gradient(to right,#83ccee,deeppink);
    opacity: 0.9;
  }
  .copy-right p{
    text-align: center;
    font-size: 40px;
    color: white;
  }
  
  
  
  .service-section {
    /* background: url("images/watermark.png") no-repeat center center; */
    background-size: 600px auto; /* Adjust watermark size */
    min-height: 100vh;
  }
  
  /* Title: "Our Services" */
  .service-section h1 {
    text-align: center;
    font-size: 70px;
    
    margin-bottom: 2rem;
    color: #02697c;
  }
  
  /* =========================
     SERVICE ROWS
  ========================= */
  .service-row {
    display: flex;
    flex-wrap: wrap; 
    margin-bottom: 2rem;
    background-color: transparent;
  }
  
  /* Image on one side */
  .service-img {
    flex: 1 1 40%;
    min-width: 250px;
    max-width: 350px;
    overflow: hidden;
  }
  
  .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Teal content area on the other side */
  .service-content {
    flex: 1 1 60%;
    background-color: #02697c; 
    color: #fff; 
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .service-content h2 {
    font-size: 4.4rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
    
  }
  
  .service-content p {
    margin-bottom: 1rem;
    line-height: 2.6;
    font-size: 2.4rem;
  }
  .Meet1{
    text-align: center;
    margin-top: 60px;
    color: #4f1a40;
    font-size: 70px;
  }
  .team-doc{
    width: 100%;
   
    
  }
  .team-doc1{
    
    display: flex;
    padding: 20px;
    width: 100%;
   
    
    
  }
  .team-image{
    width: 28%;
   
  
  }
  
  .team-image img{
    width: 100%;
    height: 100%;
    
  }
  .team-text{
    width: 70%;
  
    padding-top: 210px;
  }
  .team-text h2{
    font-size: 50px;
    line-height: 3rem;
    color: #4f1a40;
  }
  .team-text h3{
    font-size: 40px;
    line-height: 2.5rem;
    text-align: justify;
    color: #4f1a40;
  }
  .team-text p{
    font-size: 35px;
    text-align: justify;
   
  }
  .about-details{
    
    width: 100%;
    background-color: #e19b37;
  
  
  }
  .about-details h2{
    margin-top: 20px;
    text-align: center;
    font-size: 60px;
    color: #4f1a40;
  }
  .about-details p{
    text-align: justify;
    font-size: 38px;
    padding: 30px;
    line-height: 2.7rem;
  }

}
