.about-breadcrumb {
  min-height: 150px;
  padding: 50px 0 50px;
  background: linear-gradient(90deg, #2f3b73, #0b0f3f);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.about-breadcrumb .container {
  position: relative;
  z-index: 1;
}

.about-breadcrumb h1 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
}

.about-breadcrumb p {
  font-size: 16px;
  opacity: 0.9;
}

.about-breadcrumb a:hover {
  text-decoration: underline;
}

/* VISION / MISSION */
.about-vision-mission {
  padding: 30px 0;
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(47, 59, 115, 0.1);
  color: #2f3b73;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-weight: 800;
  color: #0b0f3f;
}

.section-heading p {
  margin-bottom: 0;
  color: #5b6478;
}

.vm-card {
  position: relative;
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(47, 59, 115, 0.08);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.vm-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 6px;
background: linear-gradient(90deg, #f34a21, #ff7a59);
}

.mission-card::before {
 background: linear-gradient(90deg, #f34a21, #ff7a59);
}

.vm-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(90deg, #f34a21, #ff7a59);
  box-shadow: 0 14px 28px rgba(47, 59, 115, 0.25);
}

.mission-card .vm-icon {
background: linear-gradient(90deg, #f34a21, #ff7a59);
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.22);
}

.vm-card h3 {
  margin-bottom: 14px;
  font-weight: 800;
  color: #0b0f3f;
}

.vm-card p {
  margin-bottom: 20px;
  color: #495466;
  line-height: 1.8;
}

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

.vm-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #253041;
  font-weight: 500;
}

.vm-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
 background: linear-gradient(90deg, #f34a21, #ff7a59);
}

.mission-card .vm-list li::before {
  background: linear-gradient(90deg, #f34a21, #ff7a59);
}

/* FAQ */
.about-faq {
  padding: 40px 0 100px;
  background:
    radial-gradient(circle at top right, rgba(47, 59, 115, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

.faq-heading {
  margin-bottom: 46px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.faq-image-wrap {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14);
}

.faq-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.faq-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 15, 63, 0.02), rgba(11, 15, 63, 0.2));
}

.faq-image-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b0f3f;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.15);
}

.faq-image-badge i {
  color: #0f766e;
}

.faq-side-card {
  margin-top: 18px;
  padding: 26px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0b0f3f 0%, #111c52 100%);
  color: #fff;
  box-shadow: 0 24px 50px rgba(11, 15, 63, 0.22);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.faq-side-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.2rem;
}

.faq-side-card h3 {
  margin-bottom: 8px;
  font-weight: 800;
}

.faq-side-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.faq-mini-grid {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.faq-mini-item {
  flex: 1 1 120px;
  min-width: 120px;
  padding: 16px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(47, 59, 115, 0.08);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.faq-mini-item span {
  display: block;
  font-weight: 800;
  color: #0b0f3f;
  font-size: 1.1rem;
}

.faq-mini-item small {
  color: #64748b;
  font-size: 0.86rem;
}

.faq-panel {
  padding: 32px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(47, 59, 115, 0.08);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}

.faq-panel-head {
  margin-bottom: 22px;
}

.faq-panel-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(47, 59, 115, 0.1);
  color: #2f3b73;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-panel-head h3 {
  margin-bottom: 10px;
  font-weight: 800;
  color: #0b0f3f;
}

.faq-panel-head p {
  margin-bottom: 0;
  color: #5b6478;
  line-height: 1.75;
}

.faq-accordion .accordion-item {
  border: 1px solid rgba(47, 59, 115, 0.09);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.faq-accordion .accordion-button {
  padding: 18px 20px;
  font-weight: 700;
  color: #0b0f3f;
  background: #fff;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
background: linear-gradient(90deg, #f34a21, #ff7a59);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 18px 20px 22px;
  color: #4b5568;
  line-height: 1.8;
  background: #fff;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(14%) sepia(21%) saturate(2671%) hue-rotate(198deg) brightness(89%) contrast(95%);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

@media (max-width: 991.98px) {
  .about-breadcrumb {
    padding: 110px 0 60px;
  }

  .about-vision-mission {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 32px;
    text-align: left !important;
  }

  .vm-card {
    padding: 28px;
  }

  .about-faq {
    padding: 72px 0 80px;
  }

  .faq-heading {
    margin-bottom: 34px;
    text-align: left !important;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-image {
    height: 420px;
  }

  .faq-side-card {
    padding: 24px;
  }

  .faq-panel {
    padding: 28px;
  }
}

@media (max-width: 575.98px) {
  .about-breadcrumb {
    min-height: 200px;
    padding: 105px 0 55px;
  }

  .about-breadcrumb h1 {
    font-size: 2rem;
  }

  .about-breadcrumb p {
    font-size: 15px;
  }

  .about-vision-mission {
    padding: 20px 0;
  }

  .section-heading h2 {
    font-size: 1.75rem;
  }

  .vm-card {
    padding: 24px;
    border-radius: 20px;
  }

  .vm-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .about-faq {
    padding: 20px 0 50px;
  }



  .faq-image {
    height: 320px;
  }

  .faq-image-wrap {
    border-radius: 20px;
  }

  .faq-side-card {
    margin-top: 14px;
    padding: 20px;
    border-radius: 20px;
    flex-direction: column;
  }

  .faq-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .faq-panel-head h3 {
    font-size: 1.35rem;
  }

  .faq-accordion .accordion-button,
  .faq-accordion .accordion-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
