.doctor-profile-section {
  background: #ffffff;
  padding: 30px 0;
}

.left-blank {
  min-height: 350px;
}

/* RIGHT IMAGE AREA */
.doctor-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor-image-wrap img {
  max-width: 70%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .left-blank {
    display: none;
  }

  .doctor-image-wrap img {
    max-width: 100%;
  }
}
.facility-banner {
  width: 100%;
  height: 200px;
  background-image: url("../images/banner.jpg"); /* <-- your banner */
  background-size: cover;
  background-position: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.facility-banner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(7, 77, 140, 0.88); /* blue overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-banner-overlay h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}
.facility-list-section {
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
  background: #fff;
}

.facility-box {
  display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 25px;
    border: 1.9px solid #1e73be;
}

.facility-box img {
  width: 80px;
  height: auto;
}

.facility-box p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

/* Responsive */
@media (max-width: 576px) {
  .facility-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.medicine-section {
  padding: 70px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.medicine-text h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000;
}

.medicine-text p {
  font-size: 16px;
  line-height: 22px;
  color: #777;
  margin-bottom: 20px;
}

/* IMAGE */
.medicine-image img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .medicine-image {
    margin-top: 30px;
  }
}

    .gallery-page {
      padding: 60px 0;
      background: #f9f9f9;
    }

    .gallery-title {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .gallery-line {
      width: 60px;
      height: 3px;
      background: #7dbb42;
      display: inline-block;
      margin-bottom: 40px;
    }

    .gallery-box {
      overflow: hidden;
      border-radius: 6px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
      background: #fff;
    }

    .gallery-box img {
      width: 100%;
      height: auto  ;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .gallery-box:hover img {
      transform: scale(1.08);
    }



    .contact-section {
  background: #2b2b2b;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.contact-info i {
  color: #8bc34a;
  margin-right: 8px;
  font-size: 18px;
}

.contact-info p {
  margin-bottom: 18px;
  font-size: 15px;
  color: #e0e0e0;
}

.contact-info a {
  color: #8bc34a;
  text-decoration: none;
}

.city-name {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 500;
}

.contact-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 18px;
  border-radius: 4px;
  border: none;
  font-size: 15px;
}

.contact-form textarea {
  resize: none;
}

.contact-form button {
  background: #8bc34a;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 4px;
  font-size: 15px;
  transition: 0.3s;
}

.contact-form button:hover {
  background: #7cb342;
}


.rs p{
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.rs li{
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}