:root {
  --primary: #b33b96;
  --primary-hover: #912e79;
  --primary-light: #fcebf7;
  --secondary: #081828;
  --secondary-hover: #05101a;
  --text-color: #555555;
  --heading-color: #081828;
  --bg-light: #f8f9fa;
  --bg-pattern: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1.5" fill="%23b33b96" opacity="0.05"/></svg>');
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: var(--heading-color);
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Navbar */
.navbar {
  padding: 15px 0;
  background-color: #fff;
  transition: all 0.3s ease;
}

.navbar-brand img {
  height: 50px;
}

.nav-link {
  color: var(--secondary) !important;
  font-weight: 500;
  font-size: 15px;
  margin: 0 5px;
  position: relative;
  transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary) !important;
}

.nav-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  transition: all 0.3s ease;
}

.nav-link:hover::before,
.nav-link.active::before {
  width: 100%;
}

.dropdown-menu {
  border: none;
  border-radius: 8px;
  min-width: 240px;
}

.dropdown-item {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  white-space: normal;
}

.dropdown-item:hover,
.dropdown-item.active {
  background-color: var(--primary);
  color: #fff;
  padding-left: 25px;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.btn-primary-custom {
  background-color: var(--primary);
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  border: 1px solid var(--primary);
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

/* Hero Section */
.hero-section {
  position: relative;
}

.carousel-item {
  height: auto;
  aspect-ratio: 1800 / 650;
  background-color: var(--secondary);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.8; */
}

.carousel-caption {
  bottom: 5%;
  transform: none;
  text-align: left;
  left: 10%;
  right: 10%;
  padding-bottom: 20px;
}

.carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  animation: fadeInUp 1s ease;
  white-space: nowrap;
}

.carousel-caption p {
  font-size: 1.2rem;
  color: #f8f9fa;
  animation: fadeInUp 1.2s ease;
}

/* About Section */
.about-section {
  padding: 60px 0;
  background-color: #fff;
}

.about-img {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.about-img:hover {
  transform: translateY(-10px);
}

.section-title {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

.about-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

/* Achievements Section */
.achievements-section {
  padding: 60px 0;
  background: var(--primary);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.achievements-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='250' height='250' viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cg transform='translate(30,30) scale(1.5)'%3E%3Cpath d='M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm6 11h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z'/%3E%3C/g%3E%3Cg transform='translate(120,20) scale(1.5) rotate(15)'%3E%3Cpath d='M17 5V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H5v4h2v11c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V9h2V5h-2zm-6-2h2v2h-2V3zm4 16H9V9h6v10zM11 11h2v2h-2zm0 4h2v2h-2z'/%3E%3C/g%3E%3Cg transform='translate(200,50) scale(1.5)'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/g%3E%3Cg transform='translate(50,110) scale(1.5) rotate(-15)'%3E%3Cpath d='M19 19V11c0-1.66-1.34-3-3-3h-1.17l1.04-3.56c.14-.49-.07-1.02-.53-1.25L11.56.34c-.47-.24-1.03-.08-1.31.36L6.5 6.13v.01c-.13.2-.18.45-.14.7l1.52 8.5C5.07 16.14 3 18.8 3 22h18v-3zM9.54 2.87l2.84 1.4-4.8 7.37-2.84-1.4 4.8-7.37zM8.36 13.91l-1.06-5.94 4.54 2.24L11.1 13.9c-.31.32-.73.5-1.17.5h-.16c-.57.01-1.11-.19-1.41-.49z'/%3E%3C/g%3E%3Cg transform='translate(130,110) scale(1.5)'%3E%3Cpath d='M19.8 18.4L14 10.67V6.5l1.35-1.69c.26-.33.03-.81-.39-.81H9.04c-.42 0-.65.48-.39.81L10 6.5v4.17L4.2 18.4c-.49.66-.02 1.6.8 1.6h14c.82 0 1.29-.94.8-1.6zM11 10.15V6h2v4.15l1.6 2.15H9.4l1.6-2.15zM7.27 18L9 15.68h6L16.73 18H7.27z'/%3E%3C/g%3E%3Cg transform='translate(30,190) scale(1.5) rotate(10)'%3E%3Cpath d='M16 2.14H8c-2.2 0-4 1.8-4 4v5c0 1.8 1.3 3.3 3 3.8v4.2c0 .6.5 1.1 1.1 1.1h1.8c.6 0 1.1-.5 1.1-1.1v-2h2v2c0 .6.5 1.1 1.1 1.1h1.8c.6 0 1.1-.5 1.1-1.1v-4.2c1.7-.5 3-2 3-3.8v-5c0-2.2-1.8-4-4-4zm-8 4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-2z'/%3E%3C/g%3E%3Cg transform='translate(120,200) scale(1.5) rotate(-5)'%3E%3Cpath d='M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/g%3E%3Cg transform='translate(200,160) scale(1.5) rotate(20)'%3E%3Cpath d='M19 8c0-2.21-1.79-4-4-4S11 5.79 11 8v8c0 2.21 1.79 4 4 4s4-1.79 4-4V8zm-11-4c0-2.21-1.79-4-4-4S0 1.79 0 4v16c0 2.21 1.79 4 4 4s4-1.79 4-4V4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.counter-box {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counter-box:hover {
  transform: translateY(-10px);
}

.counter-box img {
  height: 60px;
  margin-bottom: 20px;
}

.counter-box h3 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
}

.counter-box p {
  font-size: 1rem;
  color: #e0e0e0;
  font-weight: 500;
  margin: 0;
}

/* Disease Overview Section */
.disease-section {
  padding: 60px 0;
  background-color: #fff;
}

.disease-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.disease-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-light);
}

.disease-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

/* .disease-card:hover .disease-icon {
  background: var(--primary);
  color: #fff;
} */

.disease-card h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* Core Values Section */
.values-section {
  padding: 60px 0;
  background-color: #f8f9fa;
  background-image: url("data:image/svg+xml,%3Csvg width='250' height='250' viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b33b96' fill-opacity='0.08'%3E%3Cg transform='translate(30,30) scale(1.5)'%3E%3Cpath d='M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm6 11h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z'/%3E%3C/g%3E%3Cg transform='translate(120,20) scale(1.5) rotate(15)'%3E%3Cpath d='M17 5V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2v2H5v4h2v11c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V9h2V5h-2zm-6-2h2v2h-2V3zm4 16H9V9h6v10zM11 11h2v2h-2zm0 4h2v2h-2z'/%3E%3C/g%3E%3Cg transform='translate(200,50) scale(1.5)'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/g%3E%3Cg transform='translate(50,110) scale(1.5) rotate(-15)'%3E%3Cpath d='M19 19V11c0-1.66-1.34-3-3-3h-1.17l1.04-3.56c.14-.49-.07-1.02-.53-1.25L11.56.34c-.47-.24-1.03-.08-1.31.36L6.5 6.13v.01c-.13.2-.18.45-.14.7l1.52 8.5C5.07 16.14 3 18.8 3 22h18v-3zM9.54 2.87l2.84 1.4-4.8 7.37-2.84-1.4 4.8-7.37zM8.36 13.91l-1.06-5.94 4.54 2.24L11.1 13.9c-.31.32-.73.5-1.17.5h-.16c-.57.01-1.11-.19-1.41-.49z'/%3E%3C/g%3E%3Cg transform='translate(130,110) scale(1.5)'%3E%3Cpath d='M19.8 18.4L14 10.67V6.5l1.35-1.69c.26-.33.03-.81-.39-.81H9.04c-.42 0-.65.48-.39.81L10 6.5v4.17L4.2 18.4c-.49.66-.02 1.6.8 1.6h14c.82 0 1.29-.94.8-1.6zM11 10.15V6h2v4.15l1.6 2.15H9.4l1.6-2.15zM7.27 18L9 15.68h6L16.73 18H7.27z'/%3E%3C/g%3E%3Cg transform='translate(30,190) scale(1.5) rotate(10)'%3E%3Cpath d='M16 2.14H8c-2.2 0-4 1.8-4 4v5c0 1.8 1.3 3.3 3 3.8v4.2c0 .6.5 1.1 1.1 1.1h1.8c.6 0 1.1-.5 1.1-1.1v-2h2v2c0 .6.5 1.1 1.1 1.1h1.8c.6 0 1.1-.5 1.1-1.1v-4.2c1.7-.5 3-2 3-3.8v-5c0-2.2-1.8-4-4-4zm-8 4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-4c-1.1 0-2-.9-2-2v-2z'/%3E%3C/g%3E%3Cg transform='translate(120,200) scale(1.5) rotate(-5)'%3E%3Cpath d='M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z'/%3E%3C/g%3E%3Cg transform='translate(200,160) scale(1.5) rotate(20)'%3E%3Cpath d='M19 8c0-2.21-1.79-4-4-4S11 5.79 11 8v8c0 2.21 1.79 4 4 4s4-1.79 4-4V8zm-11-4c0-2.21-1.79-4-4-4S0 1.79 0 4v16c0 2.21 1.79 4 4 4s4-1.79 4-4V4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.value-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary);
  transition: all 0.4s ease;
  z-index: -1;
}

.value-card:hover::before {
  height: 100%;
}

.value-card:hover h4,
.value-card:hover p,
.value-card:hover .value-icon {
  color: #fff;
}

.value-icon {
  font-size: 40px;
  color: var(--primary);
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.value-card h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.value-card p {
  color: #666;
  font-size: 0.95rem;
  transition: all 0.4s ease;
}

/* Products Section */
.products-section {
  padding: 60px 0;
  background-color: #EDF2F4;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.6) 0%, transparent 100%);
  border-top: 1px solid rgba(179, 59, 150, 0.1);
  border-bottom: 1px solid rgba(179, 59, 150, 0.1);
  overflow: hidden;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  gap: 30px;
  animation: marquee 50s linear infinite;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.product-card {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-card img {
  height: 280px;
  width: auto;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.product-card img:hover {
  transform: scale(1.08);
  z-index: 10;
}

.product-title {
  color: var(--primary);
  font-weight: 700;
  font-size: 1rem;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-light);
}

.product-card:hover img {
  transform: scale(1.05);
}

/* Footer */
.footer {
  background-color: var(--secondary);
  color: #fff;
  padding: 80px 0 0;
}

.footer-logo {
  height: 60px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-text {
  color: #fff;
  margin-bottom: 20px;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: var(--primary);
  transform: translateY(-3px);
}

.footer-title {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #fff;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary);
  padding-left: 5px;
}

.footer-contact li {
  display: flex;
  margin-bottom: 15px;
  color: #fff;
}

.footer-contact i {
  color: var(--primary);
  font-size: 20px;
  margin-right: 15px;
  margin-top: 3px;
}

.footer-bottom {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: var(--primary);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .carousel-item {
    height: auto;
  }

  .carousel-caption h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .about-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: auto;
  }

  .carousel-caption h1 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }

  .counter-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .carousel-caption {
    left: 5%;
    right: 5%;
    bottom: 5%;
    padding-bottom: 5px;
  }

  .carousel-caption h1 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

/* Inner Page Banner */
.page-banner {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.page-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-pattern);
  opacity: 0.15;
}

.page-banner h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-nav a:hover {
  color: #fff;
}

.breadcrumb-nav span {
  color: var(--primary-light);
}

/* Vision & Mission Cards */
.vision-mission-section {
  padding: 60px 0;
  background-color: #fff;
}

.vm-card {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(8, 24, 40, 0.05);
  border: 1px solid rgba(179, 59, 150, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.vm-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--primary);
  transition: all 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(179, 59, 150, 0.1);
  border-color: rgba(179, 59, 150, 0.2);
}

.vm-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.vm-card:hover .vm-icon {
  background: var(--primary);
  color: #fff;
  transform: rotate(5deg) scale(1.05);
}

.vm-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.vm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vm-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 1.05rem;
  line-height: 1.6;
  transition: transform 0.2s ease;
}

.vm-list li:hover {
  transform: translateX(4px);
}

.vm-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23b33b96'/%3E%3Cstop offset='100%25' stop-color='%23e053be'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='12' cy='12' r='10' fill='url(%23grad)'/%3E%3Cpath d='M8.5 12.5L11 15L16 9' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 2px 4px rgba(179, 59, 150, 0.2));
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.vm-list li:hover::before {
  transform: scale(1.15) rotate(5deg);
}

/* Leadership CTA Section */
.leadership-cta {
  padding: 60px 0;
  background: var(--bg-light);
  position: relative;
  overflow: hidden;
}

.leadership-cta-box {
  background: linear-gradient(135deg, var(--secondary) 0%, #152d47 100%);
  border-radius: 24px;
  padding: 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(8, 24, 40, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.leadership-cta-box::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
  opacity: 0.15;
  filter: blur(20px);
  pointer-events: none;
}

.leadership-cta-box h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.leadership-cta-box p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  line-height: 1.8;
  max-width: 800px;
  margin-bottom: 30px;
}

.leadership-cta .btn-primary-custom {
  box-shadow: 0 5px 15px rgba(179, 59, 150, 0.4);
}

/* Statistics adjustments on About */
.about-achievements {
  background: linear-gradient(135deg, var(--secondary) 0%, #10253b 100%);
  padding: 60px 0;
}

/* Quick Facts Card */
.quick-facts-card {
  background: linear-gradient(135deg, var(--secondary) 0%, #10263c 100%);
  border-radius: 20px;
  padding: 40px 30px;
  color: #fff;
  box-shadow: 0 15px 35px rgba(8, 24, 40, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.quick-facts-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-pattern);
  opacity: 0.05;
  pointer-events: none;
}

.quick-facts-card h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(179, 59, 150, 0.3);
  padding-bottom: 12px;
}

.fact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.fact-item:last-child {
  margin-bottom: 0;
}

.fact-icon {
  font-size: 1.8rem;
  color: var(--primary);
  margin-right: 18px;
  line-height: 1;
  background: rgba(179, 59, 150, 0.15);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.quick-facts-card:hover .fact-icon {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}

.fact-details h5 {
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: 500;
}

.fact-details p {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0;
}

/* Contact & Forms Styling */
.contact-section {
  padding: 60px 0;
  background-color: #fff;
}

.contact-form-container {
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 15px 40px rgba(8, 24, 40, 0.04);
  border: 1px solid rgba(179, 59, 150, 0.08);
}

.contact-form-container h2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-weight: 700;
  color: var(--secondary);
}

.form-group-custom {
  margin-bottom: 25px;
}

.form-label-custom {
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 8px;
  font-size: 0.95rem;
  display: block;
}

.form-control-custom {
  display: block;
  width: 100%;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-family: 'Poppins', sans-serif;
  color: var(--text-color);
  transition: all 0.3s ease;
}

.form-control-custom:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(179, 59, 150, 0.15);
  outline: none;
}

.contact-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(8, 24, 40, 0.04);
  border: 1px solid rgba(179, 59, 150, 0.08);
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(179, 59, 150, 0.08);
  border-color: rgba(179, 59, 150, 0.2);
}

.contact-info-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--secondary);
  border-bottom: 2px solid rgba(179, 59, 150, 0.15);
  padding-bottom: 12px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-info-icon {
  font-size: 1.8rem;
  color: var(--primary);
  background: var(--primary-light);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
  background: var(--primary);
  color: #fff;
  transform: scale(1.05);
}

.contact-info-details h4 {
  font-size: 1.05rem;
  color: var(--secondary);
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-info-details p,
.contact-info-details a {
  color: var(--text-color);
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

.contact-info-details a:hover {
  color: var(--primary);
}

.contact-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.contact-social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: var(--bg-light);
  color: var(--secondary);
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.contact-social-icons a:hover {
  background-color: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}

.map-container-custom {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(8, 24, 40, 0.06);
  border: 1px solid rgba(179, 59, 150, 0.08);
  margin-bottom: 50px;
}

.map-container-custom iframe {
  display: block;
}

/* Work With Us Banner image or card banner */
.work-image-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(8, 24, 40, 0.06);
  margin-bottom: 30px;
  border: 1px solid rgba(179, 59, 150, 0.08);
}

.work-image-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.work-image-card:hover img {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .contact-form-container {
    padding: 30px 20px;
  }

  .contact-info-card {
    padding: 30px 20px;
  }
}

/* Custom File Upload & Career Grid Styles */
.custom-file-upload-box {
  border-style: dashed !important;
  border-width: 2px !important;
}

.custom-file-upload-box:hover {
  background-color: var(--primary-light) !important;
  border-color: var(--primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(179, 59, 150, 0.08);
}

.career-badge-item {
  transition: all 0.3s ease;
}

.career-badge-item:hover {
  border-color: var(--primary) !important;
  background-color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(8, 24, 40, 0.04);
}

/* ==========================================================================
   Transplantation Page Specific Styles
   ========================================================================== */
.transplant-intro {
  padding: 60px 0;
  background-color: var(--bg-light);
  background-image: var(--bg-pattern);
  position: relative;
  overflow: hidden;
}

.transplant-intro::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
}

/* Subtle glowing element in intro background */
.transplant-intro::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 40%;
  height: 150%;
  background: radial-gradient(circle, rgba(179, 59, 150, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.product-section {
  padding: 60px 0;
  background: #fff;
  position: relative;
}

.product-row {
  margin-bottom: 60px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 60px;
  position: relative;
}

.product-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.product-img-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  transition: all 0.4s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-img-card img {
  max-width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: contain;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 2;
}

.product-img-card:hover img {
  transform: scale(1.04);
}

.product-details {
  padding-left: 40px;
}

.product-row.row-reversed .product-details {
  padding-left: 0;
  padding-right: 40px;
}

.product-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary);
  background-color: var(--primary-light);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(179, 59, 150, 0.05);
}

.product-title-text {
  font-size: 2.8rem;
  color: var(--secondary);
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.ingredient-text {
  font-size: 1.15rem;
  color: #718096;
  margin-bottom: 30px;
  font-weight: 400;
  font-style: italic;
  border-left: 3px solid var(--primary);
  padding-left: 12px;
  line-height: 1.2;
}

.specs-table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.specs-table tr {
  transition: all 0.3s ease;
}

.specs-table td {
  padding: 12px 18px;
  font-size: 0.95rem;
  border-bottom: 1px solid #edf2f7;
  background-color: transparent;
}

.specs-table td:first-child {
  font-weight: 600;
  color: var(--secondary);
  width: 38%;
  padding-left: 0;
  border-bottom: 1px solid #edf2f7;
}

.specs-table td:last-child {
  color: var(--text-color);
  padding-right: 0;
  font-weight: 400;
}

.indication-text {
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--text-color);
  margin-top: 20px;
  padding: 10px 15px;
  background-color: var(--primary-light);
  border-left: 3px solid var(--primary);
  border-radius: 4px;
}

.indication-text strong {
  color: var(--primary);
  font-weight: 600;
}

@media (max-width: 991px) {
  .transplant-intro {
    padding: 50px 0 35px;
  }

  .product-section {
    padding: 40px 0;
  }

  .product-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .product-img-card {
    margin-bottom: 35px;
    padding: 0;
  }

  .product-img-card img {
    height: auto;
    max-height: 280px;
  }

  .product-details,
  .product-row.row-reversed .product-details {
    padding-left: 0;
    padding-right: 0;
  }

  .product-title-text {
    font-size: 2.2rem;
  }

  .specs-table td:first-child {
    width: 45%;
  }
}



.disease-image-box {
  width: 80px;
  height: 80px;
  background: #fcebf7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.disease-image {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

/* ==========================================================================
   Utility Classes (Replacing Inline Styles)
   ========================================================================== */
.max-w-750 { max-width: 750px !important; }
.fs-08 { font-size: 0.8rem !important; }
.fs-082 { font-size: 0.82rem !important; }
.fs-085 { font-size: 0.85rem !important; }
.fs-09 { font-size: 0.9rem !important; }
.fs-092 { font-size: 0.92rem !important; }
.fs-095 { font-size: 0.95rem !important; }
.fs-102 { font-size: 1.02rem !important; }
.fs-105 { font-size: 1.05rem !important; }
.fs-11 { font-size: 1.1rem !important; }
.fs-115 { font-size: 1.15rem !important; }
.fs-125 { font-size: 1.25rem !important; }
.fs-20 { font-size: 2rem !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.color-secondary { color: var(--secondary) !important; }
.color-primary { color: var(--primary) !important; }
.color-666 { color: #666 !important; }
.color-666666 { color: #666666 !important; }
.color-fff { color: #fff !important; }
.lh-16 { line-height: 1.6 !important; }
.lh-17 { line-height: 1.7 !important; }
.lh-18 { line-height: 1.8 !important; }
.opacity-9 { opacity: 0.9 !important; }
.border-e2e8f0 { border-color: #e2e8f0 !important; }
.border-top-bottom-eee { border-top: 1px solid #eee !important; border-bottom: 1px solid #eee !important; }
.cursor-pointer { cursor: pointer !important; }
.display-none { display: none !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mb-0 { margin-bottom: 0 !important; }

.border-top-primary-card {
  border-left: none !important;
  border-top: 4px solid var(--primary) !important;
  border-radius: 15px !important;
  margin-bottom: 0 !important;
}

.events-modal-img {
  max-height: 85vh !important;
  border: 3px solid rgba(255, 255, 255, 0.1) !important;
}

.list-icon-inline {
  font-size: 1.5rem !important;
  color: var(--primary) !important;
  top: 0px !important;
}

.contact-img-custom {
  object-fit: cover !important;
  min-height: 350px !important;
}

.quote-border-custom {
  border-radius: 0 8px 8px 0 !important;
  font-size: 1.1rem !important;
}

.custom-upload-area {
  cursor: pointer !important;
  border-color: rgba(179, 59, 150, 0.3) !important;
  transition: all 0.3s ease !important;
}

.sidebar-alert-primary {
  font-size: 0.82rem !important;
  border-left: 3px solid var(--primary) !important;
}

.sidebar-alert-secondary {
  font-size: 0.82rem !important;
  border-left: 3px solid var(--secondary) !important;
}

.danger-alert-box {
  border-left-color: #dc3545 !important;
  background-color: #fff9f9 !important;
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}


/* ==========================================================================
   Shared Disease & Transplant Inner Page Styles
   ========================================================================== */
.ckd-section {
  padding: 60px 0;
  background-color: #fff;
}

.intro-stats-card {
  background: var(--primary-light);
  border-left: 5px solid var(--primary);
  padding: 30px;
  border-radius: 0 15px 15px 0;
  margin-bottom: 40px;
}

.intro-stats-card p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--secondary);
  margin-bottom: 0;
}

.disease-img-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(8, 24, 40, 0.06);
  margin-top: 35px;
  margin-bottom: 0;
  border: 1px solid #f0f0f0;
  background: var(--bg-light);
}

.disease-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/* Functions Cards Grid */
.function-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  border: 1px solid rgba(179, 59, 150, 0.08);
  box-shadow: 0 5px 20px rgba(8, 24, 40, 0.02);
  transition: all 0.4s ease;
}

.function-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(179, 59, 150, 0.08);
  border-color: rgba(179, 59, 150, 0.2);
}

.function-card-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.function-card:hover .function-card-icon {
  background: var(--primary);
  color: #fff;
}

.function-card h4 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: var(--secondary);
  font-weight: 700;
}

.function-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 0;
}

/* Callout Box / Hormone Box */
.hormone-box {
  background-color: var(--secondary);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(8, 24, 40, 0.1);
}

.hormone-box h4 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 25px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.hormone-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hormone-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.hormone-list li:last-child {
  margin-bottom: 0;
}

.hormone-list li strong {
  color: #fff;
  font-size: 1.05rem;
  display: inline-block;
  margin-bottom: 4px;
}

.hormone-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--primary);
  font-size: 1.2rem;
}

/* Sidebar Styling */
.sidebar-widget {
  background: #fff;
  border-radius: 15px;
  padding: 35px 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 25px rgba(8, 24, 40, 0.03);
  border: 1px solid #f2f2f2;
}

.sidebar-widget h5 {
  font-size: 1.25rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  font-weight: 700;
  color: var(--secondary);
  border-bottom: 2px solid var(--primary-light);
}

.sidebar-widget h5::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background-color: var(--primary);
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-color);
}

.sidebar-list li:last-child {
  margin-bottom: 0;
}

.sidebar-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--primary);
  font-size: 0.95rem;
}

.sidebar-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(8, 24, 40, 0.05);
  margin-bottom: 35px;
  border: 1px solid #eee;
}

.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-color);
}

.content-list li:last-child {
  margin-bottom: 0;
}

.content-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--primary);
  font-size: 1.1rem;
}

.stage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stage-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--text-color);
  line-height: 1.6;
}

.stage-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--primary);
}

/* Image height overrides by page */
.anemia-page .disease-img-wrapper img { height: 500px !important; }
.liver-transplant-page .disease-img-wrapper img { height: 500px !important; }
.renal-transplant-page .disease-img-wrapper img { height: 530px !important; }
.transplant-page .disease-img-wrapper img { height: 430px !important; }

/* Responsive Adjustments for Templates */
@media (max-width: 991px) {
  .ckd-section {
    padding: 60px 0;
  }

  .sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .page-banner {
    padding: 60px 0;
  }

  .page-banner h1 {
    font-size: 1.85rem !important;
    text-align: center;
  }

  .breadcrumb-nav {
    justify-content: center;
    font-size: 0.85rem;
  }

  .about-title {
    font-size: 1.6rem !important;
    line-height: 1.35;
  }

  .about-text {
    font-size: 0.9rem !important;
    line-height: 1.6;
  }

  .intro-stats-card {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .intro-stats-card p {
    font-size: 0.92rem !important;
    line-height: 1.6;
  }

  .function-card {
    padding: 20px;
  }

  .function-card h4 {
    font-size: 1.15rem;
  }

  .function-card p {
    font-size: 0.88rem;
  }

  .hormone-box {
    padding: 25px 20px;
    margin: 25px 0;
    border-radius: 15px;
  }

  .hormone-box h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .hormone-list li {
    padding-left: 25px;
    font-size: 0.88rem;
    margin-bottom: 15px;
  }

  .hormone-list li strong {
    font-size: 0.95rem;
  }

  .hormone-list li i {
    font-size: 1rem;
    top: 2px;
  }

  .stage-list li {
    font-size: 0.88rem;
    padding-left: 22px;
    margin-bottom: 10px;
  }

  .sidebar-widget {
    padding: 25px 20px;
    margin-bottom: 25px;
  }

  .sidebar-widget h5 {
    font-size: 1.15rem;
    margin-bottom: 15px;
  }

  .sidebar-list li {
    font-size: 0.88rem;
    margin-bottom: 10px;
  }

  .disease-img-wrapper img {
    height: auto !important;
  }
}


/* ==========================================================================
   Page Specific Styles: Chronic Kidney Disease
   ========================================================================== */
.source-meta {
  font-size: 0.85rem;
  color: #888;
  margin-top: 25px;
  list-style: none;
  padding-left: 0;
  border-top: 1px dashed rgba(179, 59, 150, 0.15);
  padding-top: 15px;
}

.source-meta li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.source-meta li i {
  color: var(--primary);
  margin-right: 8px;
  margin-top: 3px;
}

.source-meta li a {
  color: #666;
  text-decoration: none;
}

.source-meta li a:hover {
  color: var(--primary);
}

.stage-card {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.stage-card:hover {
  border-color: var(--primary-light);
  box-shadow: 0 8px 25px rgba(179, 59, 150, 0.05);
}

.stage-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 15px;
}

.stage-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stage-number {
  background: var(--primary);
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.stage-card-header h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
  color: var(--secondary);
  font-weight: 700;
}

.gfr-badge {
  background: var(--primary-light);
  color: var(--primary);
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

.stage-card p {
  font-size: 0.95rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 15px;
}

.stages-table-container {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  box-shadow: 0 5px 20px rgba(8, 24, 40, 0.02);
}

.stages-table {
  margin-bottom: 0;
}

.stages-table th {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 15px 20px;
  border: none;
}

.stages-table td {
  padding: 15px 20px;
  font-size: 0.95rem;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

.stages-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 991px) {
  .stage-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}


/* ==========================================================================
   Page Specific Styles: Corporate Social Responsibility
   ========================================================================== */
.csr-section {
  padding: 60px 0;
  background-color: #fff;
}

.csr-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(8, 24, 40, 0.08);
  border: 4px solid #fff;
  transition: all 0.4s ease;
}

.csr-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.csr-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(179, 59, 150, 0.12);
}

.quote-box {
  background-color: var(--primary-light);
  border-left: 5px solid var(--primary);
  padding: 40px;
  border-radius: 0 20px 20px 0;
  margin: 50px 0;
  position: relative;
  overflow: hidden;
}

.quote-box::after {
  content: '"';
  position: absolute;
  right: 20px;
  bottom: -50px;
  font-size: 15rem;
  font-family: 'Poppins', sans-serif;
  color: var(--primary);
  opacity: 0.05;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.quote-box h4 {
  font-size: 1.4rem;
  font-style: italic;
  color: var(--secondary);
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.partnership-section {
  padding: 60px 0;
  background-color: var(--bg-light);
}

.csr-card {
  background: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(8, 24, 40, 0.03);
  border: 1px solid rgba(179, 59, 150, 0.05);
  height: 100%;
  transition: all 0.4s ease;
}

.csr-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(179, 59, 150, 0.10);
  border-color: rgba(179, 59, 150, 0.15);
}

.csr-card-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.csr-card:hover .csr-card-icon {
  background: var(--primary);
  color: #fff;
  transform: rotate(5deg) scale(1.05);
}

.csr-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--secondary);
  font-weight: 700;
}

.csr-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 15px;
}

.csr-card p:last-child {
  margin-bottom: 0;
}

.csr-card blockquote {
  border-left: 3px solid var(--primary);
  padding-left: 15px;
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .csr-image-wrapper {
    margin-top: 40px;
  }

  .quote-box {
    padding: 30px;
    margin: 40px 0;
  }

  .quote-box h4 {
    font-size: 1.2rem;
  }

  .csr-card {
    padding: 35px 25px;
  }
}


/* ==========================================================================
   Page Specific Styles: Events & Info
   ========================================================================== */
.events-intro {
  padding: 60px 0;
  background-color: var(--bg-light);
}

.filter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.filter-btn {
  background-color: #fff;
  color: var(--secondary);
  border: 1px solid rgba(8, 24, 40, 0.1);
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(8, 24, 40, 0.02);
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(179, 59, 150, 0.3);
  transform: translateY(-2px);
}

.event-card {
  margin-bottom: 40px;
}

.event-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.event-title {
  font-size: 1.4rem;
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 0;
}

.event-badge {
  background-color: var(--primary-light);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: transparent;
}

.gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.85;
  background-color: #081828;
}

.modal-content {
  border-radius: 16px;
}


/* ==========================================================================
   Page Specific Styles: Key Management
   ========================================================================== */
.management-section {
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}

.profile-card-row {
  margin-bottom: 50px;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(8, 24, 40, 0.04);
  border: 1px solid rgba(179, 59, 150, 0.05);
  transition: all 0.4s ease;
}

.profile-card-row:last-child {
  margin-bottom: 0;
}

.profile-card-row:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(179, 59, 150, 0.08);
  border-color: rgba(179, 59, 150, 0.15);
}

.profile-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(8, 24, 40, 0.08);
  background: var(--primary-light);
  transition: all 0.4s ease;
}

.profile-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.profile-card-row:hover .profile-img-wrapper img {
  transform: scale(1.05);
}

.profile-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-details .designation {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.profile-details h3 {
  font-size: 1.8rem;
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 12px;
}

.profile-details .title-line {
  width: 60px;
  height: 3px;
  background-color: var(--primary);
  margin-bottom: 25px;
  border-radius: 2px;
}

.profile-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color);
}

.profile-points li:last-child {
  margin-bottom: 0;
}

.profile-points li i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--primary);
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .profile-card-row {
    padding: 30px;
  }

  .profile-img-wrapper {
    margin-bottom: 30px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-details h3 {
    font-size: 1.6rem;
    text-align: center;
  }

  .profile-details .designation {
    text-align: center;
  }

  .profile-details .title-line {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ==========================================================================
   Page Specific Styles: Construction / Supportive Care Placeholder
   ========================================================================== */
.construction-section {
  padding: 60px 0;
  background-color: #fff;
  background-image: var(--bg-pattern);
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.construction-container {
  max-width: 600px;
  padding: 50px 40px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  box-shadow: 0 15px 45px rgba(8, 24, 40, 0.05);
  border: 1px solid rgba(179, 59, 150, 0.08);
  position: relative;
  z-index: 2;
}

.construction-icon-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
}

.construction-icon-bg {
  position: absolute;
  inset: 0;
  background-color: var(--primary-light);
  border-radius: 50%;
  animation: pulse-glow 2s infinite ease-in-out;
}

.construction-icon {
  font-size: 3.5rem;
  color: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.gear-rotate {
  animation: rotate-gear 8s infinite linear;
}

.construction-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.construction-text {
  font-size: 1.1rem;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 35px;
}

.btn-home {
  background-color: var(--primary);
  color: #fff;
  padding: 12px 35px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(179, 59, 150, 0.25);
}

.btn-home:hover {
  background-color: var(--primary-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(179, 59, 150, 0.35);
}

@keyframes pulse-glow {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
    box-shadow: 0 0 0 0 rgba(179, 59, 150, 0.4);
  }

  70% {
    transform: scale(1.1);
    opacity: 0.4;
    box-shadow: 0 0 0 15px rgba(179, 59, 150, 0);
  }

  100% {
    transform: scale(0.95);
    opacity: 0.8;
    box-shadow: 0 0 0 0 rgba(179, 59, 150, 0);
  }
}

@keyframes rotate-gear {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}