.dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 2rem;
  border-radius: 0;
  border: none;
}

.mega-menu h6 {
  font-weight: 600;
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.mega-menu a {
  display: block;
  padding: 4px 0;
  color: #333;
  text-decoration: none;
}

.mega-menu a:hover {
  color: #0d6efd;
}

.nav-link {
  font-weight: 500;
  font-size: 18px;
}

/* Shared Speciality Page Design */
.cancer-care-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #003c71 0%, #005a9c 52%, #0a7bb1 100%);
}

.cancer-care-hero::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
}

.cancer-care-hero::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 26, 0.28) 0%, rgba(255, 140, 26, 0) 70%);
}

.cancer-care-hero .container {
  position: relative;
  z-index: 1;
}

.cancer-care-hero h1 {
  font-size: 2.2rem;
  letter-spacing: 0.2px;
}

.cancer-care-hero .lead {
  opacity: 0.95;
}

.cancer-care-hero .btn-light {
  border: 0;
  font-weight: 700;
  color: #003c71;
}

.cancer-care-hero .btn-outline-light {
  border-width: 2px;
  font-weight: 600;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.appointment-bar {
  background: linear-gradient(90deg, #00345f, #005a9c);
  box-shadow: 0 6px 18px rgba(0, 52, 95, 0.2);
}

.appointment-bar .btn-light {
  border: 0;
  font-weight: 700;
  color: #003c71;
}

.overview-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.overview-section h2 {
  color: #003c71;
}

.overview-section p {
  color: #2f3a49;
  line-height: 1.8;
}

.video-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8edf3;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 25, 60, 0.12);
}

.video-card .video-header {
  background: linear-gradient(135deg, #004f8f, #0078b8) !important;
}

.video-card iframe {
  border: 0;
}

.accordion-item {
  border: 1px solid #e4ebf2;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 12px;
}

.accordion-button {
  font-weight: 600;
  color: #0f2d4a;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #005b9d, #0078ba);
  color: #fff;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 186, 0.2);
}

.accordion-body {
  color: #2f3a49;
  background: #fcfdff;
}

@media (max-width: 991px) {
  .cancer-care-hero h1 {
    font-size: 1.85rem;
  }

  .appointment-bar .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cancer-care-hero .btn-lg {
    font-size: 0.95rem;
    padding: 0.55rem 0.85rem;
  }

  .cancer-care-hero .d-flex.gap-3 {
    flex-wrap: wrap;
    gap: 0.75rem !important;
  }
}