.footer .copyright .row {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright p {
  margin: 0;
  color: #999999;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #ffffff;
}

.footer .copyright p a:hover {
  color: #0796fe;
}

@media (max-width: 767.98px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}

/* ========== GENERAL ========== */
body {
  font-family: "Arial", sans-serif;
  background-color: #fdfdfd;
}

/* ========== HERO SECTION ========== */
.med-center {
  background: linear-gradient(90deg, #dfefff 0%, #ffffff 100%);
  padding: 60px 0;
}
.med-center h2 {
  font-family: "Oswald", sans-serif;
  color: #0c6bd1;
}
.med-center .btn-outline-primary {
  border-width: 2px;
  border-color: #0c6bd1;
  color: #0c6bd1;
}
.med-center .btn-outline-primary:hover {
  background: #0c6bd1;
  color: white;
}

/* ========== FEATURES RIBBON ========== */
.med-features {
  background: #4fa3ff;
  padding: 40px 0;
  color: white;
}
.med-features .feature-icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.med-features i {
  color: #4fa3ff;
}

/* ========== MEDICAL SERVICES SECTION ========== */
.medical-services {
  background: linear-gradient(to top, #f5f9ff, #ffffff);
  padding: 60px 0;
}
.medical-services .section-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
.service-item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 15px;
  align-items: center;
}
.service-img {
  width: 160px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}
.service-text h5 {
  font-weight: 600;
  color: #0c6bd1;
}
.btn-link {
  font-weight: 600;
  color: #0c6bd1;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: underline;
}

.hero-section4 {
  background: url("../img/5.jpg") no-repeat center center / cover;
  width: 100%; /* Full width */
  height: 90vh; /* Viewport height (adjust if needed) */
  max-height: 700px; /* Optional: limit height on large screens */
  min-height: 400px; /* Optional: ensure it's not too small on mobile */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
