body {
font-family: 'Poppins', sans-serif;
}

.hero-section {
height: 90vh;
background: linear-gradient(rgba(125,90,180,0.8), rgba(125,90,180,0.8)),
url('../assets/images/hero.jpg') center/cover;
}

.btn-primary {
background-color: #7d5ab4;
border: none;
}

.btn-primary:hover {
background-color: #6a48a5;
}

footer {
font-size: 14px;
}
/* ================= CLINIC FACILITIES ================= */

.clinic-facilities {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f0f7ff, #ffffff);
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #0d3b66;
  margin-bottom: 50px;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.facility-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.facility-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.facility-card h3 {
  font-size: 18px;
  color: #0d3b66;
  margin-bottom: 10px;
}

.facility-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
/* ================= FOOTER ================= */

.main-footer {
  background: #0d3b66;
  color: #ffffff;
  padding: 60px 20px 20px;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #dcdcdc;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #dcdcdc;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.social-icons img:hover {
  transform: scale(1.15);
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 13px;
}
/* ================= FAQ SECTION ================= */

.faq-section {
  padding: 80px 20px;
  background: #f9fbff;
}

.faq {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  padding: 18px;
  background: #0d3b66;
  color: #ffffff;
  border: none;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.faq-question:hover {
  background: #145da0;
}

.faq-answer {
  display: none;
  padding: 15px 18px;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}
.hero-section {
  position: relative;
  height: 90vh;
  margin-top: 80px;
  background-size: cover;
  background-position: center;
  animation: fadeBg 15s infinite;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* dark overlay */
}

@keyframes fadeBg {
  0% {
    background-image: url("../assets/images/hero/Banner_img_1.jpg");
  }
  33% {
    background-image: url("../assets/images/hero/Banner_img_2.jpg");
  }
  66% {
    background-image: url("../assets/images/hero/Banner_img_3.jpg");
  }
  100% {
    background-image: url("../assets/images/hero/Banner_img_1.jpg");
  }
}
.hero-section {
  position: relative;
  height: 90vh;
  margin-top: 80px;
  background-size: cover;
  background-position: center;
  transition: background-image 0.6s ease-in-out;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 5;
  padding: 10px 15px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  transition: 0.3s;
}

.hero-arrow:hover {
  background: rgba(0,0,0,0.7);
}

.hero-arrow.left {
  left: 20px;
}

.hero-arrow.right {
  right: 20px;
}
.social-link {
  font-size: 28px;
  color: white;
  margin-right: 15px;
  transition: 0.3s;
}

.social-link:hover {
  color: #ffd700;
  transform: scale(1.2);
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  color: white;
  margin-bottom: 10px;
  transition: 0.3s;
}

/* Instagram Gradient */
.instagram {
  background: linear-gradient(45deg, #feda75, #d62976, #962fbf);
}

.instagram:hover {
  transform: translateX(6px);
  box-shadow: 0 5px 15px rgba(214, 41, 118, 0.4);
}

/* Facebook Blue */
.facebook {
  background: #1877f2;
}

.facebook:hover {
  transform: translateX(6px);
  box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
}

/* YouTube Red */
.youtube {
  background: #ff0000;
}

.youtube:hover {
  transform: translateX(6px);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
}
footer {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}
.about-section {
  background: #f8fbff;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Main Heading */
.about-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d6efd;
  position: relative;
}

.about-section h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  display: block;
  margin: 12px auto 0;
  border-radius: 5px;
}

/* Sub Headings */
.about-section h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #203a43;
  border-left: 5px solid #0d6efd;
  padding-left: 10px;
}

/* Paragraph Styling */
.about-section p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #444;
  margin-top: 15px;
}

/* Highlight Dr. Name */
.about-section p:first-of-type::first-line {
  font-weight: 600;
  color: #111;
}

/* Doctor List */
.about-section ul {
  margin-top: 15px;
  padding-left: 20px;
}

.about-section ul li {
  font-size: 1.05rem;
  padding: 6px 0;
  color: #333;
  transition: 0.3s;
}

.about-section ul li:hover {
  color: #0d6efd;
  transform: translateX(6px);
}

/* Responsive */
@media (max-width: 768px) {
  .about-section {
    padding: 30px 20px;
  }

  .about-section h2 {
    font-size: 2rem;
  }
}
/* Premium Section Headings */
.section-heading {
  font-size: 2.3rem;
  font-weight: 700;
  color: #0d6efd;
  text-align: center;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Perfect Center Underline */
.section-heading::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  display: block;
  margin: 12px auto 0 auto;
  border-radius: 5px;
}
.section-heading {
  display: block;
  text-align: center;
}
/* Service Cards */
.service-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  cursor: pointer;
}

.service-card img {
  border-radius: 12px;
  height: 200px;
  object-fit: cover;
  transition: 0.4s;
}

.service-card h5 {
  font-weight: 600;
  margin-top: 15px;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(13,110,253,0.25);
}

.service-card:hover img {
  transform: scale(1.05);
}
/* Trust Banner */
.trust-banner {
  background: linear-gradient(90deg, #0d6efd, #00c6ff);
  color: white;
  padding: 25px 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Section Headings */
.section-heading {
  font-size: 2.3rem;
  font-weight: 700;
  color: #0d6efd;
  position: relative;
  display: inline-block;
}

.section-heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  display: block;
  margin: 12px auto 0;
  border-radius: 5px;
}

/* Premium Cards */
.premium-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  cursor: pointer;
}

.premium-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.premium-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(13,110,253,0.25);
}

/* Services Background */
.services-section {
  background: #f8fbff;
}

/* Gradient Button */
.btn-gradient {
  background: linear-gradient(90deg, #0d6efd, #00c6ff);
  color: white;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.4s;
  border: none;
  text-decoration: none;
}

.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,198,255,0.4);
}

/* Testimonials */
.testimonial-card {
  background: linear-gradient(135deg, #f8fbff, #eaf4ff);
  padding: 30px;
  border-radius: 15px;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.testimonial-card p {
  font-style: italic;
  color: #444;
}

.testimonial-card small {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #0d6efd;
}

.testimonial-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
/* Navbar link base */
.navbar .nav-link {
  position: relative;
  font-weight: 500;
  transition: 0.3s;
  color: #333;
}

/* Hover effect */
.navbar .nav-link:hover {
  color: #0d6efd;
}

/* Underline animation */
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 3px;
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  transition: 0.4s;
  border-radius: 5px;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

/* ACTIVE page style */
.navbar .nav-link.active {
  color: #0d6efd !important;
  font-weight: 600;
}

.navbar .nav-link.active::after {
  width: 100%;
}