header {
  background-color: #bfbfbf;
  color: #ffffff;
  padding: 10px;
}

h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
}

.navbar.navbar-expand-lg{
  padding: 0 0px ;
}

/* Hero Image Styles */
.hero-image {
  background-image: url('/images/hero-image.jpg');
  background-size: cover;
  /* text-align: center; */
  padding: 100px;
}

@media (max-width: 992px) {
  .hero-image {
    background-image: url('/images/hero-image-mobile.jpeg');
    width: 100%;
    height: auto;
    padding: 50px;
  }
}

.hero-image h1 {
  color: white;
  font-size: 3rem;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .hero-image h1 {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.hero-image p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  color: white;
}

.btn {
  display: inline-block;
  background-color: #fff;
  color: #003366;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem;
}

#testimonials{
  background-color: #dbcbff;
  text-align: center;
  padding: 10px ;
}

@media (min-width: 768px){
  #testimonials{
    padding: 50px;
  }
}

@media (max-width: 992px) {
  .carousel-indicators {
    bottom: -10px;
  }
}

#services {
  background-color: #f7f7f7;
  padding: 50px;
}

@media (max-width: 992px) {
  #services {
    padding: 10px;
  }
}

.card-img-top {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

@media (max-width: 992px) {
  .card-img-top {
    width: 100%;
    height: 330px;
    object-fit: cover;
  }
}

#doctors {
  background-color: #dbcbff;
  padding: 50px;
}

@media (max-width: 991.98px) { 
  #doctors {
    padding: 10px;
  }
}

/* About Us Styles */
#about-us {
  padding: 50px;
}

#about-us p {
  font-size: 1.6rem;
  line-height: 1.2;
}

@media (max-width: 992px){
  #about-us {
    padding: 30px;
  }
  
  #about-us p {
    font-size: 1.4rem;
    line-height: 1.0;
  }
}

/* Footer Styles */
footer {
  background-color: #003366;
  color: #fff;
  text-align: center;
  padding: 10px;
}

footer p {
  font-size: 1.2rem;
  margin: 0rem;
}

#appointment{
  margin: 25px;
  padding: 2rem;
  background-color: rgb(169, 165, 223);
}

.map{
  width: 100%;
  height: 300px;
  border-radius: 5%;
}

/* #carouselExampleIndicators{
  padding-bottom: 20px;
} */

.whatsapp-button {
  position: fixed;
  bottom: 85px;
  left: 20px;
  background-color: green;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.whatsapp-button img {
  width: 50%;
  height: auto;
}

.call-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.call-button img {
  width: 50%;
  height: auto;
}

.yt{
  width: 620px;
  height: 348.250px;
}
@media (max-width: 992px){
  .yt{
    width: 100%;
    height: auto;
  }
}

/* .container {
  padding: 50px 50px;
}
  
@media (max-width: 991.98px) { 
  .container {
    padding: 10px;
  }
} */

.card{
  border-radius: 10px;
  height: 100%;
}  

@media (min-width: 992px) { /* For screens larger than lg */
  .card {
    display: flex;
    flex-direction: column;
  }
}



