.about-modern {
  padding: 16px 0 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.page-about-us-html .breadcrumbs {
  display: none !important;
}

/* Keep one smooth page background */
body.page-about-us-html,
body.page-about-us-html .main-container,
body.page-about-us-html .main.container,
body.page-about-us-html .col-main.grid-full.about-modern {
  background: #f5f8fe !important;
}

/* Remove inherited card shell from col-main/grid-full */
body.page-about-us-html .col-main.grid-full.about-modern {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.page-about-us-html .main.container {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}

.about-hero {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 18px 38px rgba(31, 63, 122, 0.18);
}

.about-hero img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: brightness(0.48);
}

.about-hero-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 14, 28, 0.28), rgba(7, 14, 28, 0.78));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 24px;
}

.about-hero-content span {
  font-size: 11px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(213, 155, 45, 0.95);
  color: #1b2740;
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 12px;
}

.about-hero-content h1 {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 10px;
  color: #ffffff;
}

.about-hero-content p {
  max-width: 760px;
  color: #e5edff !important;
  font-size: 16px;
}

.split-layout,
.about-pillars,
.about-highlight,
.about-timeline {
  background: #ffffff;
  border: 1px solid #d9e2ef;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(31, 63, 122, 0.08);
  padding: 26px;
  margin-bottom: 18px;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.about-intro-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.split-layout h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #1b3464;
}

.split-layout p {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: justify;
}

.intro-points {
  margin: 0;
  padding: 12px 14px;
  list-style: none;
  background: #f6f9ff;
  border-radius: 12px;
  border: 1px solid #d8e2f0;
  text-align: left;
}

.intro-points li {
  padding: 10px 0 10px 22px;
  position: relative;
  color: #334155;
  font-weight: 600;
  border-bottom: 1px dashed #cbd5e1;
}

.intro-points li:last-child {
  border-bottom: none;
}

.intro-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d4af37;
}

.about-intro-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 12px;
  object-fit: contain;
  display: block;
  box-shadow: 0 8px 20px rgba(31, 63, 122, 0.12);
}

.about-intro-text .intro-points {
  margin-top: 16px;
}

.about-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.about-intro-actions a {
  display: inline-block;
  background: linear-gradient(135deg, #c2861f, #d59b2d);
  color: #1b2740;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-intro-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(194, 134, 31, 0.35);
}

.about-intro-actions a.outline {
  background: transparent;
  color: #1f3f7a;
  border: 1px solid #1f3f7a;
  box-shadow: none;
}

.about-intro-actions a.outline:hover {
  background: #1f3f7a;
  color: #ffffff;
}

.about-gallery {
  background: #ffffff;
  border: 1px solid #d9e2ef;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(31, 63, 122, 0.08);
  padding: 26px;
  margin-bottom: 18px;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  clear: both;
}

.about-gallery-head {
  text-align: center;
  margin-bottom: 22px;
}

.about-gallery-head h2 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #1b3464;
}

.about-gallery-head p {
  margin: 0 auto;
  max-width: 640px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.about-gallery-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.about-gallery-item {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d8e2f0;
  background: #f8fbff;
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 calc(50% - 8px) !important;
  max-width: calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  box-sizing: border-box !important;
  float: none !important;
}

.about-gallery-media {
  position: relative;
  width: 100% !important;
  padding-bottom: 75%;
  overflow: hidden;
  background: #eef3fb;
}

.about-gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  display: block !important;
  margin: 0 !important;
  transition: transform 0.25s ease;
}

.about-gallery-item:hover img {
  transform: scale(1.04);
}

.about-gallery-caption,
.about-gallery-item figcaption {
  margin: 0;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #1f3f7a;
  text-align: center;
  background: #ffffff;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.pillar-card {
  background: #ffffff;
  border: 1px solid #d8e2f0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(31, 63, 122, 0.08);
}

.pillar-card h3 {
  color: #1f3f7a;
  font-size: 20px;
  margin-bottom: 8px;
}

.pillar-card p {
  color: #475569;
  line-height: 1.7;
  font-size: 14px;
}

.about-highlight {
  background: radial-gradient(circle at top right, rgba(213, 155, 45, 0.2), transparent 52%), linear-gradient(135deg, #1b3464, #254a8f);
  border: 1px solid rgba(37, 80, 150, 0.35);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.highlight-item {
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 16px;
}

.highlight-item strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 6px;
}

.highlight-item span {
  color: #dbeafe;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.about-timeline {
  background: linear-gradient(180deg, #eef3fb 0%, #f8fbff 100%);
  border: 1px solid #d8e2f0;
  position: relative;
  overflow: hidden;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1f3f7a, #d59b2d, #1f3f7a);
}

.about-timeline-head {
  text-align: center;
  margin-bottom: 28px;
}

.about-timeline-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(31, 63, 122, 0.1);
  color: #1f3f7a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.about-timeline-head h2 {
  margin: 0 0 10px;
  font-size: 32px;
  color: #1b3464;
  line-height: 1.2;
}

.about-timeline-head p {
  margin: 0 auto;
  max-width: 640px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
}

.timeline-grid::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 63, 122, 0.12), rgba(213, 155, 45, 0.45), rgba(31, 63, 122, 0.12));
  z-index: 0;
  pointer-events: none;
}

.timeline-step {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #d8e2f0;
  border-radius: 16px;
  padding: 28px 18px 22px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(31, 63, 122, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.timeline-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #1f3f7a, #d59b2d);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.timeline-step:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 63, 122, 0.25);
  box-shadow: 0 16px 32px rgba(31, 63, 122, 0.14);
}

.timeline-step:hover::before {
  transform: scaleX(1);
}

.timeline-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f3f7a, #2b57a8);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 16px rgba(31, 63, 122, 0.25);
}

.timeline-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(31, 63, 122, 0.08), rgba(213, 155, 45, 0.15));
  color: #1f3f7a;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-step h4 {
  margin: 0 0 8px;
  color: #1f3f7a;
  font-size: 18px;
  font-weight: 700;
}

.timeline-step p {
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.about-contact-grid {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-contact-card {
  background: #ffffff;
  border: 1px solid #d8e2f0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(31, 63, 122, 0.08);
  text-align: center;
}

.about-contact-card h3 {
  color: #1f3f7a;
  font-size: 21px;
  margin-bottom: 8px;
}

.about-contact-card p {
  color: #475569;
  font-size: 15px;
}

.about-contact-card a {
  color: #1f3f7a;
  font-weight: 600;
}

.about-cta {
  margin-bottom: 20px;
  background: radial-gradient(circle at top right, rgba(213, 155, 45, 0.24), transparent 55%), linear-gradient(135deg, #1b3464, #274d91);
  border-radius: 14px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(31, 63, 122, 0.3);
}

.about-cta h2 {
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 8px;
}

.about-cta p {
  color: #dbeafe;
  margin: 0 auto 18px;
  max-width: 700px;
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.about-cta-actions a {
  display: inline-block;
  background: linear-gradient(135deg, #c2861f, #d59b2d);
  color: #1b2740;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 14px;
}

.about-cta-actions a.outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.about-cta-actions a.outline:hover {
  background: #ffffff;
  color: #1e3a8a;
}

@media (max-width: 1024px) {
  .split-layout,
  .about-pillars,
  .about-contact-grid {
    grid-template-columns: 1fr;
  }

  .about-gallery-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .about-highlight {
    grid-template-columns: 1fr 1fr;
  }

  .timeline-grid {
    grid-template-columns: 1fr 1fr;
  }

  .timeline-grid::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-hero img {
    height: 260px;
  }

  .about-hero-content h1 {
    font-size: 34px;
  }

  .about-highlight,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .split-layout h2,
  .about-timeline-head h2 {
    font-size: 25px;
  }

  .about-cta h2 {
    font-size: 28px;
  }
}
