:root {
  --primary: #2fa7a3; /* Teal */
  --primary-dark: #248e8b;
  --accent: #f4ae00; /* Yellow */
  --dark: #222222;
  --light: #f5fbfa;
  --white: #ffffff;
}

.main-header,
.header-sticky {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.navbar {
  padding: 18px 0;
}

/* Nav links */
.navbar-nav .nav-link {
  color: #222222 !important;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--accent) !important;
}

/* Active state */
.navbar-nav .nav-link.active {
  color: var(--accent) !important;
}

/* Appointment Button Premium */
.highlighted-menu .nav-link {
  background: var(--accent);
  color: #ffffff !important;
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
}

.highlighted-menu .nav-link:hover {
  background: #000;
  color: #fff !important;
}

.hero {
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-dark) 100%
  );
}

.hero p {
  color: rgba(255, 255, 255, 0.85);
}

.home-contact-us {
  background: #f9fbfc;
  padding: 80px 0;
}

.home-contact-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 45px 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

/* Remove old teal backgrounds */
.home-contact-item.box-border,
.home-contact-item:not(.highlighted-box) {
  background: #ffffff;
}

/* Hover Effect */
.home-contact-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* First Highlight Card */
.highlighted-box {
  background: linear-gradient(135deg, #f4ae00, #f6b400);
  color: #ffffff;
  border-radius: 18px;
}

.highlighted-box h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.highlighted-box strong {
  color: #ffffff;
}

.appointment-btn {
  background: #000;
  color: #fff;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.appointment-btn:hover {
  background: #ffffff;
  color: #000;
}

.appointment-btn i {
  font-size: 13px;
}

/* Icons */
.contact-icon {
  margin-bottom: 20px;
}

.contact-icon img {
  width: 50px;
}

/* Title */
.contact-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

/* Description */
.contact-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ===== CONTACT SECTION PREMIUM REDESIGN ===== */

.home-contact-us {
  background: #ffffff;
  padding: 100px 0;
}

/* Card Design */
.home-contact-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 55px 45px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  border: 1px solid #f0f0f0;
}

.home-contact-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.09);
}

/* Gold Top Accent Line */
.home-contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 50px;
  height: 4px;
  background: #f4ae00;
  border-radius: 10px;
}

/* Left Card – Make elegant not heavy */
.highlighted-box {
  background: #ffffff !important;
  color: #222 !important;
}

.highlighted-box h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 35px;
}


/* Icon */
.contact-icon {
  margin-bottom: 25px;
}

.contact-icon img {
  width: 55px;
}

/* Title */
.contact-content h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}
/* ===== CONTACT SECTION PREMIUM REDESIGN ===== */

.home-contact-us {
  background: #ffffff;
  padding: 100px 0;
}

/* Card Design */
.home-contact-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 55px 45px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  height: 100%;
  position: relative;
  border: 1px solid #f0f0f0;
}

.home-contact-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.09);
}

/* Gold Top Accent Line */
.home-contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 50px;
  height: 4px;
  background: #f4ae00;
  border-radius: 10px;
}

/* Left Card – Make elegant not heavy */
.highlighted-box {
  background: #ffffff !important;
  color: #222 !important;
}

.highlighted-box h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 35px;
}


/* Icon */
.contact-icon {
  margin-bottom: 25px;
}

.contact-icon img {
  width: 55px;
}

/* Title */
.contact-content h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

/* Description */
.contact-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

/* ===== CONTACT SECTION FIXED CLEAN VERSION ===== */

.home-contact-us {
  background: #f5f7f9;
  padding: 80px 0;
}

/* Card */
.home-contact-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 45px 35px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
}

/* Hover */
.home-contact-item:hover {
  transform: translateY(-8px);
}

/* Fix text visibility */
.home-contact-item h2,
.home-contact-item h3 {
  color: #111 !important;
}

.home-contact-item p {
  color: #555 !important;
  font-size: 15px;
  line-height: 1.6;
}

/* Highlight Card (Left One) */
.highlighted-box {
  background: #f4ae00 !important;
  color: #fff !important;
}

.highlighted-box h2 {
  color: #fff !important;
  font-size: 26px;
  margin-bottom: 30px;
}


/* Icon */
.contact-icon img {
  width: 50px;
} /* Premium Button */

/* Description */
.contact-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}
.medical-service-item,
.home-contact-item,
.post-item {
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.medical-service-item:hover,
.post-item:hover {
  transform: translateY(-8px);
}

/* Icon Background */
.icon-box {
  background: var(--light);
  border-radius: 12px;
}

/* ---------------- CTA ---------------- */

.cta-box {
  background: var(--primary);
  color: var(--white);
  padding: 60px 0;
}

.cta-box h3 {
  color: var(--accent);
}

/* ---------------- FAQ ---------------- */

.accordion-button:not(.collapsed) {
  background-color: var(--primary);
  color: var(--white);
}

/* ---------------- FOOTER ---------------- */

footer {
  background: var(--dark);
  color: var(--white);
}

footer h2 {
  color: var(--accent);
}

.footer-social-links a {
  color: var(--white);
}

.footer-social-links a:hover {
  color: var(--accent);
}

/* ---------------- CONTACT FORM ---------------- */

.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 5px rgba(47, 167, 163, 0.4);
}

/* ===============================
   INSTITUTIONAL SNAPSHOT PREMIUM
=================================*/

.institutional-snapshot {
  padding: 60px 0;
  background: #f6f8f9;
  text-align: center;
}

.institutional-snapshot .section-title h3 {
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.institutional-snapshot .section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
  color: #111;
}

.institutional-snapshot .section-title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

/* Grid */
.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

/* Card */
.snapshot-item {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.snapshot-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Big Highlight Text */
.snapshot-item strong {
  display: block;
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 10px;
}

.snapshot-item h4 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
}

/* Responsive */
@media (max-width: 991px) {
  .snapshot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .snapshot-grid {
    grid-template-columns: 1fr;
  }
}

.home-contact-us {
  background: #ffffff;
  padding: 70px 0;
}

.home-contact-item {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 14px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.home-contact-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

/* Left Highlight Card */
.highlighted-box {
  background: var(--accent) !important;
  color: #fff !important;
}

.highlighted-box h2 {
  font-size: 24px;
}
.home-contact-us .row {
  gap: 30px; /* space between all cards */
}

.home-contact-us .col-lg-4 {
  flex: 1 1 calc(33.333% - 20px);
}

.problem-section {
  padding: 70px 0;
  background: #f7f9fb;
}

/* RIGHT SIDE */
.problem-content .section-label {
  color: var(--accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.problem-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
  line-height: 1.2;
}

.problem-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

/* LEFT GRID */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
}

.problem-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.problem-icon {
  width: 55px;
  height: 55px;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 15px;
  color: var(--primary);
  font-size: 22px;
}

.problem-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.solution-section {
  padding: 70px 0;
  background: #ffffff;
}

/* Heading */
.solution-section .section-label {
  color: var(--accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.solution-section .section-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 70px;
}

/* Grid spacing */
.solution-grid {
  margin-bottom: 70px;
}

.solution-card {
  background: #f8f9fb;
  padding: 45px;
  border-radius: 18px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  height: 100%;
}

.solution-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.solution-icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 24px;
  margin-bottom: 20px;
}

.solution-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.solution-card p {
  color: #555;
  line-height: 1.8;
}

/* Positioning Line */
.solution-positioning h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary);
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.hospital-model-section {
  padding: 150px 0;
  background: #f8f9fb;
}

.hospital-model-section .section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtext {
  color: #666;
  margin-bottom: 70px;
}

.hospital-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  transition: 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
}

.hospital-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.hospital-icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 22px;
  margin-bottom: 20px;
}

.hospital-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.hospital-card p {
  color: #555;
  line-height: 1.7;
}

.hospital-positioning {
  margin-top: 80px;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
}

.hospital-positioning h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary);
}

.growth-section {
  padding: 150px 0;
  background: #ffffff;
}

.growth-section .section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtext {
  color: #666;
  margin-bottom: 80px;
}

/* Timeline Layout */
.growth-timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.growth-timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: #e5e5e5;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.timeline-year {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
  width: 45%;
  text-align: right;
  padding-right: 40px;
}

.timeline-content {
  width: 45%;
  background: #f8f9fb;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.timeline-content h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.timeline-content p {
  color: #555;
  line-height: 1.7;
}

.growth-target {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.growth-target h3 {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary);
}

/* =================================
   GROWTH & EXPANSION – PREMIUM UI
=================================*/

.growth-section {
  padding: 160px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
}

/* Heading */
.growth-section .section-label {
  color: var(--accent);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.growth-section .section-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.growth-section .section-subtext {
  color: #666;
  font-size: 16px;
  margin-bottom: 90px;
}

/* Timeline Container */
.growth-timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
}

/* Vertical Center Line */
.growth-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: #e4e8ec;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}

/* Timeline Item */
.timeline-item {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Year Left */
.timeline-year {
  width: 42%;
  text-align: right;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  position: relative;
}

/* Center Dot */
.timeline-year::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(244, 174, 0, 0.15);
}

/* Content Card */
.timeline-content {
  width: 42%;
  background: #ffffff;
  padding: 35px 40px;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid #edf0f2;
  transition: 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

/* Target Statement */
.growth-target {
  margin-top: 120px;
  padding-top: 50px;
  border-top: 1px solid #eaeaea;
}

.growth-target h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary);
}

/* =====================
   RESPONSIVE
=====================*/

@media (max-width: 991px) {
  .growth-timeline::before {
    left: 20px;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
  }

  .timeline-year {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .timeline-year::after {
    left: -48px;
    right: auto;
  }

  .timeline-content {
    width: 100%;
  }
}

/* ===============================
   LEADERSHIP SECTION
================================= */

.leadership-section {
  padding: 70px 0;
  background: #f8f9fb;
}

.leader-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.leader-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 20px 0;
}

.leader-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.leader-cta {
  margin-top: 30px;
}





.btn-outline {
  border: 1px solid var(--primary);
  padding: 12px 28px;
  border-radius: 40px;
  margin-left: 15px;
  color: var(--primary);
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.leader-cta{
  display: flex;
  align-items: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .leader-cta{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .btn-outline{
    margin-left: 0;
  }
  #icon-box{
    margin-left: 19px;

  }
}

.winning-awards .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.award-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px; /* controls space between awards */
  flex-wrap: wrap;
}

.awards-item {
  text-align: center;
  max-width: 320px; /* keeps text width consistent */
}

.awards-img {
  margin-bottom: 25px;
}

.winning-awards {
  padding: 70px 0;
}
.icon-box {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s ease;
  margin-left: 40%;
}

.icon-box-2 {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s ease;
  margin-right: 25px;
}

.icon-box-2 img {
  width: 20px;
  filter: brightness(0) invert(1); /* makes SVG white */
}

.icon-box img {
  width: 20px;
  filter: brightness(0) invert(1); /* makes SVG white */
}



/* HOW WE WORK COLOR REFINEMENT */

.how-we-work {
  background: #f9fbfc; /* soft light background instead of strong yellow */
  padding: 70px 0;
}

/* Section heading */
.how-we-work .section-title h3 {
  color: var(--primary); /* teal */
}

.how-we-work .section-title h2 {
  color: #1a1a1a; /* dark professional text */
}

/* Paragraph text */
.how-we-work .section-title-content p {
  color: #555;
}

/* Step icons */
.how-we-work .icon-box {
  background: rgba(47, 167, 163, 0.1); /* light teal */
  border-radius: 12px;
}

.how-we-work .icon-box img {
  filter: none;
}

/* Step titles */
.how-we-work .step-item-content h3 {
  color: #333;
}

/* Hover effect */
.work-step-item:hover .icon-box {
  background: var(--primary);
}

.work-step-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

/* Add yellow accent line under icons */
.work-step-item {
  position: relative;
  padding-bottom: 15px;
}

.work-step-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: var(--accent); /* yellow accent */
  border-radius: 2px;
  opacity: 0.6;
}

/* Step title */
.how-we-work .section-title h3 {
  color: var(--accent);
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.how-we-work .section-title h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: var(--accent);
  display: block;
  margin-top: 25px;
  border-radius: 2px;
}

.how-we-work .icon-box {
  background: #eef3f4;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.work-step-item:hover .icon-box {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* Hover state */
.work-step-item:hover .icon-box {
  background: var(--primary); /* teal */
}

.work-step-item:hover::after {
  width: 50px;
  opacity: 1;
}


/* Center entire step content */
.work-step-item {
  text-align: center;
}

/* Center icon box */
.work-step-item .icon-box {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Make sure image inside icon is centered */
.work-step-item .icon-box img {
  display: block;
  margin: 0 auto;
}

/* Fix left yellow card alignment properly */
.highlighted-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Center the button */
.highlighted-box .appointment-wrap {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

/* Prevent full width stretch */
.highlighted-box .appointment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 220px;
}

/* ================================
   FAQ SECTION – COLOR REFINEMENT
=================================*/
/* ================================
   FAQ – PREMIUM COLOR REWORK
=================================*/

.faqs-page {
  background: #ffffff; /* clean white */
  padding: 70px 0;
}

/* Heading */
.faqs-page .section-title h2 {
  color: #111;
  font-weight: 700;
}

.faqs-page .section-title p {
  color: #666;
}

/* Accordion Container */
.faqs-page .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 18px;
}

/* Question Button (Default) */
.faqs-page .accordion-button {
  background: #f5f7f9;  /* soft neutral */
  color: #222;
  font-weight: 600;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: none;
  border: 1px solid #edf0f2;
  transition: 0.3s ease;
}

/* Hover */
.faqs-page .accordion-button:hover {
  background: #ffffff;
  border-color: var(--primary);
  color: var(--primary);
}

/* Active Open State */
.faqs-page .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #111;
  border-left: 4px solid var(--accent); /* subtle yellow accent */
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

/* Body */
.faqs-page .accordion-body {
  background: #ffffff;
  color: #555;
  padding: 20px 25px;
  border-radius: 0 0 12px 12px;
}

/* Remove strong teal icon effect */
.faqs-page .accordion-button::after {
  filter: none;
}

/* ================================
   PREMIUM FOOTER DESIGN
=================================*/
/* ================================
   ATURA PREMIUM FOOTER
=================================*/
/* 
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent);
}

/* Footer headings */


.testimonial-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
}

.swiper-slide {
  height: auto;
}

.testimonial-rating-list svg {
  color: #ffc107;
  font-size: 18px;
} */


/* ================================
   PREMIUM ABOUT PAGE STYLING
================================ */

/* Shared Section Spacing */
.vision-mission-section,
.ideology-section {
    padding: 80px 0;
}

/* Vision & Mission Background */
.vision-mission-section {
    background: linear-gradient(180deg, #f8fbfc 0%, #eef4f6 100%);
}

/* Image Styling */
.vm-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(15, 43, 70, 0.08);
}

/* Right Content Spacing */
.vm-content {
    padding-left: 60px;
}

/* Small Label */
.vm-label,
.section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #1e6f70;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* Main Heading */
.vm-content h2,
.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f2b46;
    margin-bottom: 45px;
    line-height: 1.3;
}

/* Vision / Mission Block */
.vm-block {
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 4px solid #f4a100;
}

.vm-block h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0f2b46;
    margin-bottom: 12px;
}

.vm-block p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.9;
}

.vm-block ul {
    padding-left: 18px;
}

.vm-block ul li {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.9;
    margin-bottom: 10px;
}
/* ===================================
   ATURA BRAND IDEOLOGY SECTION
=================================== */
/* ================================
   IDEOLOGY SECTION
================================ */

.ideology-section {
    background: #f4f7f8; /* same light section as home */
    padding: 80px 0;
}

.section-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2ea3a0;
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1f2c33;
    margin-bottom: 25px;
}

.section-header p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* Ideology Cards */

.ideology-card {
    background: #ffffff;
    padding: 50px 35px;
    border-radius: 18px;
    transition: 0.35s ease;
    height: 100%;
    border-bottom: 4px solid #f4a100; /* yellow underline */
}

.ideology-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.ideology-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2ea3a0;
    margin-bottom: 15px;
}

.ideology-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}
.founder-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.founder-img {
    border-radius: 10px;
}

.founder-name {
    font-size: 28px;
    font-weight: 700;
    color: #083d5c;
}

.founder-title {
    font-weight: 600;
    color: #5db3b3;
    margin-bottom: 20px;
}

.section-label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: #ffb703;
}

.strategy-strip {
    background: #083d5c;
    color: #fff;
    padding: 60px 0;
}

.strategy-strip h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.strategy-strip .col-md-4 {
    margin-bottom: 15px;
    font-weight: 500;
}

.director-section {
    padding: 80px 0;
}

.management-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


/* =========================================
   INVESTOR OPPORTUNITY SECTION REDESIGN
========================================= */

.investor-opportunity {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

/* Title Styling */
.investor-opportunity .section-title h3 {
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 600;
    color: #d19a00;
    margin-bottom: 15px;
}

.investor-opportunity .section-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #1c2b36;
    max-width: 800px;
    margin: 0 auto;
}

/* Main paragraph */
.investor-opportunity .investor-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #5f6b74;
    margin-top: 35px;
    text-align: center;
}

/* Impact Cards Row */
.opportunity-points {
    margin-top: 60px;
}

/* Redesigned Impact Boxes */
.opportunity-box {
    background: #f8fafc;
    border: 1px solid #e5e9ef;
    padding: 45px 30px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.opportunity-box:hover {
    transform: translateY(-6px);
    border-color: #0f2e3d;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.opportunity-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f2e3d;
    margin: 0;
}

/* Solution Text */
.solution-text {
    margin-top: 60px;
    font-size: 18px;
    font-weight: 500;
    color: #1c2b36;
    text-align: center;
    position: relative;
}

/* Subtle divider line above solution */
.solution-text::before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #d19a00;
    margin: 0 auto 25px;
}

footer::before{
	display: none !important;
	content: none !important;
}
