/* ============================================
   About Page
   ============================================ */
.about-content {
  max-width: 56.25rem;
  margin: 0 auto;
}
.about-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.about-content h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
.about-content p {
  margin-bottom: 1rem;
  color: var(--text-light);
}
.timeline {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.125rem;
  background: var(--border);
}
.timeline-item {
  position: relative;
  margin-bottom: 2rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2.3125rem;
  top: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--accent);
}
.timeline-item h3 {
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 0.375rem;
}
.timeline-item p {
  color: var(--text-light);
  font-size: 0.95rem;
}

/* ============================================
   FAQ
   ============================================ */
.faq-list {
  max-width: 50rem;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.faq-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.faq-item h3::before {
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
.faq-item p {
  color: var(--text-light);
  padding-left: 2.5rem;
  font-size: 0.95rem;
}

/* ============================================
   Contact Page (Unified High-Contrast Dark Architecture)
   ============================================ */
.clt-contact-main-section {
  padding: 4.5rem 0 6rem;
  background-color: #222222;
  color: #ffffff;
}
.clt-contact-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: stretch;
}
.clt-contact-info-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.clt-contact-info-heading {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.85rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.clt-contact-info-desc {
  font-size: 1.05rem;
  color: #b8b8b8;
  line-height: 1.65;
  margin-bottom: 2.5rem;
}
.clt-contact-items-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.clt-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.clt-contact-icon-bubble {
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(214, 22, 24, 0.15);
  border: 1px solid rgba(214, 22, 24, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent, #d61618) !important;
}
.clt-contact-icon-bubble svg {
  width: 1.4rem;
  height: 1.4rem;
}
.clt-contact-text h3 {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.35rem;
}
.clt-contact-text p {
  font-size: 1.02rem;
  color: #e2e8f0;
  line-height: 1.65;
  margin: 0;
}
.clt-contact-email-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.clt-contact-email-link:hover {
  color: var(--accent, #d61618) !important;
}
.clt-contact-subtext {
  display: block;
  font-size: 0.92rem;
  color: #b8b8b8;
  margin-top: 0.35rem;
  line-height: 1.5;
}

/* Embedded Form Variant in Contact Page */
.clt-contact-form-col .clt-inquiry-wrapper.is-embedded-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
}

/* Facilities & Smart Bases Section with 360 VR */
.clt-contact-facilities-section {
  margin-bottom: 5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.clt-contact-facilities-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 3rem;
}
.clt-facility-badge {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  background: rgba(214, 22, 24, 0.15);
  border: 1px solid rgba(214, 22, 24, 0.35);
  color: #ff4d4f;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
}
.clt-facilities-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.clt-facilities-subtitle {
  font-size: 1.05rem;
  color: #a1a1aa;
  line-height: 1.6;
  margin: 0;
}
.clt-facilities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.clt-facility-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.clt-facility-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 22, 24, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.clt-facility-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111111;
}
.clt-facility-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.clt-facility-card:hover .clt-facility-media img {
  transform: scale(1.04);
}
.clt-vr-badge-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 0.5rem 0.95rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  z-index: 2;
}
.clt-vr-badge-btn:hover {
  background: var(--accent, #d61618);
  border-color: var(--accent, #d61618);
  color: #ffffff;
}
.clt-vr-badge-btn svg {
  width: 1rem;
  height: 1rem;
}
.clt-facility-body {
  padding: 2.25rem 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.clt-facility-name {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}
.clt-facility-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.85rem;
  flex: 1;
}
.clt-facility-info-row {
  display: grid;
  grid-template-columns: 85px 1fr;
  font-size: 0.95rem;
  line-height: 1.55;
}
.clt-facility-info-label {
  color: #8e8e93;
  font-weight: 500;
}
.clt-facility-info-val {
  color: #e4e4e7;
  text-decoration: none;
  word-break: break-word;
}
a.clt-facility-info-val:hover {
  color: #ff4d4f;
  text-decoration: underline;
}
.clt-facility-action {
  margin-top: auto;
}
.clt-btn-vr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.85rem 1.25rem;
  background: linear-gradient(135deg, #d61618 0%, #b21012 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 0.625rem;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(214, 22, 24, 0.3);
}
.clt-btn-vr:hover {
  background: linear-gradient(135deg, #e02426 0%, #c41315 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(214, 22, 24, 0.45);
  color: #ffffff;
}
.clt-btn-vr svg {
  width: 1.15rem;
  height: 1.15rem;
}

@media (max-width: 991px) {
  .clt-facilities-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .clt-contact-grid-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.contact-form-wrap h2 {
  margin-bottom: 0.5rem;
}
.contact-form-wrap .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}
.contact-form-wrap .wpcf7-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 0.95rem;
  transition: border-color var(--transition);
}
.contact-form-wrap .wpcf7-form-control:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}
.contact-form-wrap .wpcf7-submit {
  margin-top: 0.5rem;
}

/* FAQ Accordion */
.faq-page-section {
  background: var(--home-dark-bg, #515151);
  padding: 4.5rem 0 6rem;
}
.faq-accordion {
  max-width: 65rem;
  margin: 0 auto;
}
.faq-accordion-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-accordion-item:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
.faq-accordion-item.active {
  border-color: var(--accent, #d61618) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.faq-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 1.75rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  transition: background 0.2s ease, color 0.2s ease;
}
.faq-accordion-trigger:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}
.faq-accordion-item.active .faq-accordion-trigger {
  background: rgba(214, 22, 24, 0.12);
  color: #ffffff;
}
.faq-chevron {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  color: #b8b8b8;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-accordion-item.active .faq-chevron {
  color: var(--accent, #d61618) !important;
  transform: rotate(180deg);
}
.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-accordion-content p {
  padding: 1.35rem 1.75rem;
  color: #e2e8f0;
  font-size: 1.02rem;
  line-height: 1.8;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.15);
  margin: 0;
}

/* ============================================
   Footer (Hexagonal Polka Grid Tech Style)
   ============================================ */
.site-footer {
  position: relative;
  background: #000000;
  color: rgba(255, 255, 255, 0.75);
  padding: 4.5rem 0 0;
  overflow: hidden;
}
.footer-tech-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 61.25rem;
  max-width: 65%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
}
.footer-tech-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-container {
  position: relative;
  z-index: 1;
}

/* Social media Icons (Reduced elegant size) */
.footer-social-icons,
.footer-contact-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1.5rem;
  width: 100%;
}
.social-btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: none;
}
.social-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}
.social-btn:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: var(--accent, #d71a18) !important;
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 0 12px rgba(215, 26, 24, 0.45);
}

/* Columns Grid */
.footer-columns-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1.15fr 1.65fr;
  gap: 2.8rem;
  padding-bottom: 3.5rem;
}
.footer-col-heading {
  color: #ffffff;
  font-size: 1.42rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.375rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  width: 100%;
}
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav-list li {
  margin: 0;
}
.footer-nav-list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  padding: 0.375rem 0;
  line-height: 1.85;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-nav-list li a:hover {
  color: var(--accent, #d71a18) !important;
  transform: translateX(4px);
}

/* Right Column Contact Info (Inline White SVG Icons with Text) */
.footer-col-contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 0;
}
.footer-col-contact .footer-col-heading {
  text-align: right;
  width: 100%;
}
.footer-contact-row {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.footer-contact-row:last-child {
  margin-bottom: 0;
}
.contact-inline-icon {
  display: inline-block;
  width: 1.25rem !important;
  height: 1.25rem !important;
  vertical-align: -0.18rem !important;
  margin-right: 0.6rem !important;
  color: #ffffff;
  opacity: 0.9;
  flex-shrink: 0 !important;
}
.contact-email-link {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.85;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  text-align: right;
}
.contact-email-link:hover {
  color: var(--accent, #d71a18) !important;
  text-decoration: underline;
}
.contact-address-text {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.95;
  max-width: 32rem;
  width: 100%;
  text-align: right;
  margin: 0;
}
.contact-address-text .contact-inline-icon {
  vertical-align: -0.22rem !important;
}

/* Bottom Bar */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 0 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
}
.footer-copyright-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.footer-copyright-text a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-copyright-text a:hover {
  color: var(--accent, #d71a18) !important;
}
.footer-copyright-text .divider {
  margin: 0 0.65rem;
  color: rgba(255, 255, 255, 0.35);
}
.footer-friend-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.friend-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
}
.footer-friend-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-friend-links a:hover {
  color: var(--accent, #d71a18) !important;
}
.site-footer a:hover {
  color: var(--accent, #d71a18) !important;
}

@media (max-width: 992px) {
  .footer-columns-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
  .footer-col-contact {
    text-align: left;
    align-items: flex-start;
  }
  .contact-address-text {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .footer-top-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .footer-stay-connected {
    align-items: flex-start;
  }
  .footer-columns-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

/* ============================================
   About Page
/* ==========================================================================
   ABOUT US PAGE ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â OFFICIAL DESIGN BLUEPRINT REDESIGN (FULL COMPLIANCE)
   ========================================================================== */
.clt-about-page-wrapper {
  background: rgb(51, 51, 51);
  color: #f8fafc;
  overflow-x: hidden;
}

/* Custom 1600px (100rem) Container for About Us Page Only */
.clt-about-page-wrapper .container {
  max-width: 100rem !important;
}

/* 1. Top Pure Campus Aerial Hero Banner (Image Only, No Overlay, No Text) */
.about-pure-hero-wrap,
.clt-page-pure-hero-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
  line-height: 0;
}
.about-pure-hero-img,
.clt-page-pure-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.about-pure-hero-img {
  filter: brightness(1.25) contrast(1.08);
}
.about-pure-hero-wrap .clt-page-hero-overlay {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
}

/* FAQ Page Hero Banner (Fixed 1-Screen Height: 100vh minus header, top-aligned image with bottom overflow hidden) */
.clt-faq-hero-wrap {
  width: 100%;
  height: calc(100vh - var(--header-h, 5.625rem));
  max-height: calc(100vh - var(--header-h, 5.625rem));
  overflow: hidden;
  background: #000000;
  position: relative;
  display: block;
  line-height: normal;
}
.clt-faq-hero-wrap .clt-page-pure-hero-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  object-fit: cover;
}
.clt-faq-hero-wrap .clt-page-hero-content {
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 2. Independent Breadcrumbs Bar Below Hero */
.about-breadcrumb-bar {
  /* background: #464646; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.85rem 0;
  width: 100%;
}
.about-clean-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: #d1d5db;
}
.about-clean-breadcrumbs a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s ease;
}
.about-clean-breadcrumbs a:hover {
  color: #ffffff;
}
.about-clean-breadcrumbs .bc-sep {
  color: #9ca3af;
  font-size: 0.85em;
  user-select: none;
}
.about-clean-breadcrumbs .bc-curr {
  color: #ffffff;
  font-weight: 600;
}

/* Global Section Utility */
.about-section {
  padding: clamp(3.6rem, 6vh, 5.5rem) 0;
  position: relative;
}
.about-section-header {
  margin-bottom: clamp(2rem, 4vh, 3.2rem);
}
.about-section-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(1.85rem, 2.8vw, 2.4rem);
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.65rem;
  letter-spacing: -0.015em;
}
.about-section-title strong {
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.about-section-subtitle {
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  color: #DCDCDC;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

/* 2. Section 1: Intro Text (Left) & Interactive Video Modal (Right) */
.about-intro-section {
  background: #515151;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
}
.about-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}
.about-section-kicker {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: #b8b8b8;
  display: inline-block;
  margin-bottom: 0.65rem;
}
.about-intro-heading {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.12;
  margin-bottom: 1.65rem;
  letter-spacing: -0.02em;
}
.about-intro-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.about-intro-paragraphs p {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #DCDCDC;
  margin: 0;
}

/* Right Video Card with Ripple Animation */
.about-intro-media {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
  background: #0f172a;
}
.about-video-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #0f172a;
  overflow: hidden;
  cursor: pointer;
}
.about-video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-video-box:hover .about-video-poster {
  transform: scale(1.04);
}
.about-video-overlay-mask {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.about-video-box:hover .about-video-overlay-mask {
  background: rgba(15, 23, 42, 0.35);
}
.about-play-ripple {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ripple-ring {
  position: absolute;
  inset: -0.85rem;
  border-radius: 50%;
  background: rgba(214, 22, 24, 0.35);
  animation: cltRipple 2.2s infinite ease-out;
}
.ripple-ring.r2 {
  inset: -1.65rem;
  background: rgba(214, 22, 24, 0.2);
  animation-delay: 1.1s;
}
@keyframes cltRipple {
  0% { transform: scale(0.9); opacity: 0.9; }
  100% { transform: scale(1.35); opacity: 0; }
}
.about-play-btn {
  width: 4.85rem;
  height: 4.85rem;
  border-radius: 50%;
  background: var(--accent, #d61618);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
  position: relative;
  z-index: 2;
}
.about-play-btn svg {
  margin-left: 0.3rem;
}
.about-video-box:hover .about-play-btn {
  transform: scale(1.08);
  background: #eb2123;
}

/* 3. Section 2: Our Global Footprint (3 Clean Cards with ic21-ic23 Icons) */
html body .about-footprint-section {
  background: var(--home-dark-bg, #515151) !important;
  padding: 3.5rem 0 5rem;
}
.about-footprint-grid.three-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 2.4vw, 2.5rem);
}
.about-white-card {
  background: var(--card-bg, #787878);
  border-radius: 1.25rem;
  padding: 3rem 2.2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
  margin-bottom: 2rem;
}
.about-white-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
}
.card-icon-img-wrap {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card-strength-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footprint-card .card-main-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.35rem;
}
.footprint-card .card-sub-tag {
  font-size: 1.02rem;
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: 1rem;
}
.footprint-card .card-desc {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--card-desc-color, #dcdcdc);
  margin: 0;
  flex-grow: 1;
}

/* 4. Section 3: Who We Are Today (5 Bento Cards with Full Overlay and Red Accent Line) */
.about-who-we-are-section {
  background: var(--home-dark-bg, #515151);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4.5rem 0 5.5rem;
}
.about-bento-grid {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: clamp(1.25rem, 2vw, 1.75rem);
}
.bento-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2.2rem 2rem;
  box-sizing: border-box;
  background: #1e293b;
  min-height: 14.5rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.bento-card.bento-featured {
  min-height: 31rem;
}
.bento-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-card:hover .bento-bg-img {
  transform: scale(1.04);
}
.bento-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 2;
  pointer-events: none;
}
.bento-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.bento-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.65rem 0;
  line-height: 1.3;
}
.bento-red-line {
  width: 2.5rem;
  height: 2px;
  background: var(--accent, #d61618);
  margin-bottom: 1.15rem;
  border-radius: 1px;
}
.bento-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
.bento-sub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem);
}

@media (max-width: 1024px) {
  .about-bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-card.bento-featured {
    min-height: 16rem;
  }
}
@media (max-width: 640px) {
  .bento-sub-grid {
    grid-template-columns: 1fr;
  }
}

/* 4. Section 3: Our Story (Milestones Timeline with Snow Mountain Background) */
.about-story-mountain-section {
  position: relative;
  background-image: url('../images/about/about-story-20260905.jpg?v=20260905');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
  padding-top: clamp(4.5rem, 6vw, 6rem);
  padding-bottom: clamp(16rem, 28vw, 26rem);
}
.relative-z2 {
  position: relative;
  z-index: 2;
}
.text-dark {
  color: #ffffff !important;
}
.text-dark-sub {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Story Slider & Arrows */
.about-story-slider-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 2vw, 2rem);
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
}
.story-arrow-btn {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: var(--accent, #d61618);
  color: #ffffff;
  border: 2px solid var(--accent, #d61618);
  box-shadow: 0 4px 16px rgba(214, 22, 24, 0.35);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  z-index: 3;
  margin-top: 1rem;
}
.story-arrow-btn:hover {
  background: #ffffff;
  color: var(--accent, #d61618);
  border-color: var(--accent, #d61618);
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Viewport & 3-Column Minimal Milestone Items (100% Matching Blueprint) */
.about-timeline-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  width: 100%;
}
.about-timeline-viewport::-webkit-scrollbar {
  display: none;
}
.about-timeline-track {
  display: flex;
  gap: clamp(2rem, 3.5vw, 4rem);
  width: 100%;
}
.about-timeline-item {
  flex: 0 0 calc((100% - (2 * clamp(2rem, 3.5vw, 4rem))) / 3) !important;
  min-width: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.about-timeline-year {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(2rem, 2.8vw, 2.45rem);
  font-weight: 800;
  color: var(--accent, #d61618) !important;
  line-height: 1;
  letter-spacing: -0.02em;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.about-timeline-tag {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0.75rem 0 0.65rem 0 !important;
  line-height: 1.25;
}
.about-timeline-text {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88) !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .about-timeline-item {
    flex: 0 0 calc((100% - clamp(1.5rem, 2.5vw, 2.5rem)) / 2) !important;
  }
}
@media (max-width: 640px) {
  .about-timeline-item {
    flex: 0 0 100% !important;
  }
}

/* 6. Section 5: International Certifications & Standards (4 White Cards matching design picture) */
.about-certs-grid-section {
  background: var(--home-dark-bg, #515151);
  /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
  padding: .5rem 0 5.5rem;
}
.about-certs-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 2vw, 1.85rem);
}
.cert-four-card {
  background: var(--card-bg, #787878);
  border-radius: 1.25rem;
  padding: 2.5rem 1.4rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}
.cert-four-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
}
.cert-four-icon {
  width: auto;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert-four-icon-img,
.cert-four-icon img {
  height: 3.5rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease;
}
.cert-four-card:hover .cert-four-icon-img,
.cert-four-card:hover .cert-four-icon img {
  transform: scale(1.08);
}
.cert-four-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(1.25rem, 1.6vw, 1.4rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin: 0 0 0.85rem 0;
}
.cert-four-desc {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  color: var(--card-desc-color, #dcdcdc);
  margin: 0;
}

@media (max-width: 1024px) {
  .about-certs-four-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .about-certs-four-grid {
    grid-template-columns: 1fr;
  }
}

/* 8. Fullscreen Video Modal Component */
.clt-video-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 1.5rem;
}
.clt-video-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.clt-video-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 62rem;
  background: #000000;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.clt-video-modal-backdrop.is-open .clt-video-modal-dialog {
  transform: scale(1);
}
.clt-video-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease, transform 0.2s ease;
}
.clt-video-modal-close:hover {
  background: var(--accent, #d61618);
  transform: scale(1.1);
}
.clt-video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000000;
}
.modal-video-element {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .about-footprint-grid.four-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-gallery-bento {
    grid-template-columns: 1fr;
  }
  .gallery-item.item-featured {
    min-height: 20rem;
  }
  .about-mvv-grid {
    grid-template-columns: 1fr;
  }
  .about-certs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .about-footprint-grid.four-cards {
    grid-template-columns: 1fr;
  }
  .gallery-sub-grid {
    grid-template-columns: 1fr;
  }
  .about-certs-grid {
    grid-template-columns: 1fr;
  }
}
  .clt-ds-join-box {
    padding: 3rem 1.5rem;
  }
}
.about-intro-images {
  position: relative;
}
.about-img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-main img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.about-img-sub {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 45%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--white);
}
.about-img-sub img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}


/* Facility Gallery */
.facility-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.75rem, 1fr));
  gap: 0.75rem;
}
.facility-item {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.facility-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.facility-item:hover img {
  transform: scale(1.08);
}


/* ============================================
   Legal & Privacy Policy Page Styling
   ============================================ */
.legal-policy-section {
  background: var(--home-dark-bg, #515151);
  padding: 4rem 0 6rem;
}
.legal-policy-layout {
  display: grid;
  grid-template-columns: 18.125rem 1fr;
  gap: 2.75rem;
  align-items: start;
}
.legal-sidebar {
  position: sticky;
  top: 6.75rem;
}
.legal-toc-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.legal-toc-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.legal-toc-nav {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.legal-toc-link {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  color: #b8b8b8;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.4;
}
.legal-toc-link:hover,
.legal-toc-link.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--accent, #d61618) !important;
  font-weight: 600;
  padding-left: 1rem;
}

.legal-content-body {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 3rem 3.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.legal-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #b8b8b8;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  margin-bottom: 2.25rem;
}
.legal-section-block {
  margin-bottom: 2.5rem;
  scroll-margin-top: 6.875rem;
}
.legal-section-block:last-child {
  margin-bottom: 0;
}
.legal-section-block h2 {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.45rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}
.legal-section-block p {
  color: #e2e8f0;
  font-size: 0.96rem;
  line-height: 1.75;
  margin-bottom: 0.875rem;
}
.legal-section-block p:last-child {
  margin-bottom: 0;
}
.legal-section-block ul {
  margin: 0.875rem 0 1.125rem 1.25rem;
  padding: 0;
}
.legal-section-block ul li {
  color: #e2e8f0;
  font-size: 0.94rem;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}
.legal-section-block ul li strong {
  color: #ffffff;
}

.legal-contact-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  padding: 2rem 2.25rem;
  margin-top: 3rem;
}
.legal-contact-box h2 {
  margin-top: 0;
  color: #ffffff;
}
.legal-contact-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  margin-top: 1.125rem;
}
.legal-contact-item {
  font-size: 0.92rem;
  color: #b8b8b8;
  line-height: 1.5;
}
.legal-contact-item strong {
  color: #ffffff;
  display: inline-block;
  min-width: 10.625rem;
}
.legal-contact-item a {
  color: var(--accent, #d71a18);
  text-decoration: underline;
}

@media (max-width: 960px) {
  .legal-policy-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .legal-sidebar {
    position: static;
  }
  .legal-content-body {
    padding: 2rem 1.5rem;
  }
}

/* Post Navigation (Prev / Next Links) */
.post-navigation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.post-nav-item {
  background: transparent;
  border: none;
  border-radius: 0;
  transition: none;
}
.post-nav-link {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-decoration: none !important;
  height: 100%;
  box-sizing: border-box;
}
.post-nav-prev .post-nav-link {
  text-align: left;
}
.post-nav-next .post-nav-link {
  text-align: right;
}
.nav-dir {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-bottom: 0.45rem;
  letter-spacing: 0.04em;
}
.nav-dir svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}
.post-nav-next .nav-dir {
  justify-content: flex-end;
}
.nav-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.4;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-nav-link:hover .nav-title,
.post-nav-link:hover .nav-dir {
  color: #ffffff !important;
  opacity: 0.85;
}

/* Responsive Rules for News */
@media (max-width: 1024px) {
  .single-post-layout,
  .news-list-layout {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .single-post-layout,
  .news-list-layout {
    padding: 0 1.25rem;
  }
  .news-card-inner {
    flex-direction: column;
    gap: 1.125rem;
  }
  .news-card-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .single-post-main {
    padding: 0;
  }
  .post-navigation-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

/* Responsive Rules for Solutions */
@media (max-width: 992px) {
  .clt-sol-comp-grid {
    grid-template-columns: 1fr;
  }
  .clt-sol-adv-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .clt-sol-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .clt-sol-carousel-wrapper {
    aspect-ratio: 4 / 3;
  }
  .clt-sol-products-grid {
    grid-template-columns: 1fr;
  }
  .clt-sol-carousel-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .clt-sol-slide-caption {
    padding: 1.5rem 1.25rem 1.25rem;
  }
}

/* Manufacturing Strength Stat Counter Grid */
.about-mfg-section {
  background: var(--home-dark-bg, #000000);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4.5rem 0 5.5rem;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: 2.5rem;
}
.about-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.about-stat-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}
.stat-number-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.stat-number {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.stat-unit {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 700;
  color: #ef4444;
  text-align: center;
}
.stat-unit:empty {
  display: none;
}
.stat-label {
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
  text-align: center;
  width: 100%;
  margin: 0.25rem auto 0;
}
@media (max-width: 992px) {
  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .about-stats-grid {
    grid-template-columns: 1fr;
  }
}

