/* === Blog Vertical Image Styling === */
.blog-img-vertical {
  display: block;
  margin: 2rem auto 2rem auto;
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(18,106,206,0.13);
  background: #fff;
  padding: 8px;
}
.blog-img-caption {
  text-align: center;
  font-size: 0.98rem;
  color: #555;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .card-grid,
  .facts-grid,
  .contact-main-flex,
  .service-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
  .trust-item,
  .card-item,
  .fact-card {
    width: 100% !important;
    margin-bottom: 1rem !important;
    box-sizing: border-box;
  }
  .contact-form,
  .contact-section,
  .contact-cards,
  .other-ways-connect {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 0.7rem !important;
    box-sizing: border-box;
  }
  .contact-card,
  .other-ways-connect-card {
    width: 100% !important;
    margin-bottom: 1rem !important;
    padding: 0.7rem !important;
    box-sizing: border-box;
  }
  .contact-section h2,
  .other-ways-connect h2 {
    font-size: 1.2rem !important;
    margin-bottom: 0.7rem !important;
  }
}
/* ===== Accessible Navbar & Dropdown ===== */
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  background: #eaf6ff;
  color: #126ACE !important;
  text-decoration: underline;
  outline: 2px solid #baff3a;
  outline-offset: 2px;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background: #baff3a;
  color: #1a1a1a !important;
  text-decoration: underline;
  outline: 2px solid #126ACE;
  outline-offset: 2px;
}
/* Remove default Bootstrap dropdown arrow spacing issues */
.dropdown-header {
  font-weight: 700;
  font-size: 20px;
  color: #000 !important;
  margin-bottom: 8px;
}
/* ===== Service Detail Pages ===== */
.service-detail-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1rem 2rem 1rem;
}
.service-detail-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(18,106,206,0.08);
  padding: 2.5rem 2rem 2rem 2rem;
}
.service-detail-section h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #126ACE;
  margin-bottom: 1.2rem;
}
.service-detail-section p {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 1.5rem;
}
.service-detail-section ul {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.service-detail-section ul li {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 0.7rem;
}
.service-detail-section .btn {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.9rem 2rem;
  border-radius: 8px;
  background: rgb(186, 250, 58);
  color: #000 !important;
  border: none;
  display: inline-block;
  margin-top: 1rem;
  transition: background 0.2s, transform 0.2s;
}
.service-detail-section .btn:hover {
  background: #126ACE;
  padding: 2.5rem 0 1.5rem 0;
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}


@media (max-width: 600px) {
  .service-detail-main {
    padding: 1.2rem 0.5rem;
  }
  .service-detail-section {
    padding: 1.2rem 0.7rem;
  }
  .service-detail-section h1 {
    font-size: 1.3rem;
  }
  .service-detail-section p,
  .service-detail-section ul li {
    font-size: 0.95rem;
  }
  .service-detail-section .btn {
    font-size: 0.95rem;
    padding: 0.7rem 1.2rem;
  }
}
/* ===== Services Test Section ===== */
.services-hero {
  background: #fff;
  color: #1a1a1a;
  padding: 2.5rem 0 1.5rem 0;
  text-align: left;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}


.services-hero h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #126ACE;
}

.services-hero p {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #555;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  padding: 0 1rem;
}
.service-card-link {
  text-decoration: none;
  color: inherit;
}
.service-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(18,106,206,0.10);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s, border-left 0.3s, background 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 5px solid #baff3a;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  box-shadow: 0 8px 32px rgba(18,106,206,0.18);
  transform: translateY(-6px) scale(1.04);
  border-left: 5px solid #126ACE;
  background: linear-gradient(90deg, #eaf6ff 0%, #ffffff 100%);
}

/* ===== Color Blindness Experience Page ===== */
.color-blindness-page {
  background: #f4f8ff;
  color: #1a2433;
}

.cb-hero {
  padding: 4rem 0 2rem;
  background: linear-gradient(180deg, #eef6ff 0%, #f4f8ff 100%);
}

.cb-hero-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: #126ACE;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-hero-copy h1 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  color: #126ACE;
  margin-bottom: 1rem;
  line-height: 1.05;
}

.cb-hero-copy .lead {
  max-width: 700px;
  font-size: 1.15rem;
  color: #445267;
  line-height: 1.7;
  margin-bottom: 0;
}

.cb-hero-visual {
  display: flex;
  justify-content: center;
}

.cb-visual-card {
  width: min(100%, 340px);
  min-height: 220px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #edf5ff 100%);
  border: 2px solid rgba(18, 106, 206, 0.12);
  box-shadow: 0 18px 40px rgba(18, 106, 206, 0.08);
  display: grid;
  grid-template-columns: repeat(2, minmax(80px, 1fr));
  gap: 1rem;
  padding: 1.25rem;
}

.cb-visual-swatch {
  border-radius: 16px;
  min-height: 78px;
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.04);
}

.swatch-1 { background: #d32f2f; }
.swatch-2 { background: #f9a825; }
.swatch-3 { background: #1976d2; }
.swatch-4 { background: #2e7d32; }

.cb-facts-section {
  padding: 0 0 1rem;
}

.cb-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cb-fact {
  background: #ffffff;
  border: 1px solid rgba(18, 106, 206, 0.12);
  border-radius: 16px;
  padding: 1.1rem 1rem;
  box-shadow: 0 8px 18px rgba(18, 106, 206, 0.04);
}

.cb-fact-number {
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #126ACE;
  margin-bottom: 0.55rem;
}

.cb-fact p {
  margin: 0;
  color: #465872;
  line-height: 1.6;
}

.cb-toggle-section {
  padding: 0.5rem 0 1rem;
}

.cb-toggle-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0.5rem 0;
}

.cb-toggle-label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #23477b;
}

.cb-toggle-switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 34px;
}

.cb-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cb-slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #dfeaf9;
  transition: all 0.3s ease;
  border: 1px solid rgba(18, 106, 206, 0.15);
}

.cb-slider::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 5px;
  top: 4px;
  border-radius: 50%;
  background: #126ACE;
  transition: all 0.3s ease;
}

.cb-toggle-switch input:checked + .cb-slider {
  background: #bfe3ff;
}

.cb-toggle-switch input:checked + .cb-slider::before {
  transform: translateX(28px);
  background: #0d4fa3;
}

.cb-content-section {
  padding: 1rem 0 3rem;
}

.cb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.cb-card {
  background: #ffffff;
  border: 1px solid rgba(18, 106, 206, 0.12);
  border-radius: 18px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 10px 24px rgba(18, 106, 206, 0.05);
  min-height: 100%;
}

.cb-card-header h2 {
  font-size: 1.6rem;
  color: #126ACE;
  margin-bottom: 0.9rem;
  font-weight: 800;
}

.cb-card p,
.cb-card li {
  font-size: 1rem;
  line-height: 1.7;
  color: #394b60;
  margin-bottom: 0.75rem;
}

.cb-list {
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
}

.cb-placeholder-image {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  text-align: center;
  border-radius: 14px;
  border: 1px dashed rgba(18, 106, 206, 0.3);
  background: linear-gradient(135deg, #f5f9ff 0%, #edf5ff 100%);
  color: #39639d;
  font-weight: 700;
  padding: 1rem;
}

.cb-comparison-panel {
  margin-top: 1rem;
  border: 1px solid rgba(18, 106, 206, 0.15);
  border-radius: 20px;
  overflow: hidden;
  background: #edf3f7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.cb-compare-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.cb-compare-panel {
  min-width: 0;
  background: #edf3f7;
}

.cb-compare-panel--normal {
  background: #edf3f7;
}

.cb-compare-panel--simulated {
  background: #edf3f7;
}

.cb-panel-header {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.1rem 0.9rem;
  background: rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(15, 35, 51, 0.08);
}

.cb-compare-panel--simulated .cb-panel-header {
  background: rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(15, 35, 51, 0.08);
}

.cb-panel-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
  background: #0d1f33;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.cb-compare-panel--simulated .cb-panel-icon {
  background: transparent;
  border: 2px solid #0d1f33;
  box-shadow: none;
}

.cb-compare-panel--normal .cb-panel-header h4,
.cb-compare-panel--normal .cb-label,
.cb-compare-panel--normal .cb-hex {
  color: #0d1f33;
}

.cb-compare-panel--simulated .cb-panel-header h4,
.cb-compare-panel--simulated .cb-label,
.cb-compare-panel--simulated .cb-hex {
  color: #0d1f33;
}

.cb-panel-header h4 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cb-interactive-palette {
  padding: 0.85rem 0.9rem 0.6rem;
  background: rgba(255, 255, 255, 0.12);
}

.cb-palette-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cb-palette-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(13, 31, 51, 0.14);
  background: rgba(255, 255, 255, 0.75);
  color: #173b67;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
  min-height: 38px;
}

.cb-palette-button:hover,
.cb-palette-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(18, 106, 206, 0.12);
}

.cb-palette-button.active {
  background: #0f3e7d;
  border-color: #0f3e7d;
  color: #ffffff;
}

.cb-palette-button-swatch {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: var(--chip-color);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.cb-preview-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.1rem 1.2rem;
}

.cb-preview-swatch {
  width: 78px;
  height: 78px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  background: #E53935;
  flex-shrink: 0;
}

.cb-preview-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.cb-preview-label {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  opacity: 0.82;
  color: #0d1f33;
}

.cb-compare-panel--normal .cb-preview-copy,
.cb-compare-panel--normal .cb-preview-label,
.cb-compare-panel--normal .cb-preview-copy strong,
.cb-compare-panel--normal .cb-preview-copy small {
  color: #0d1f33;
}

.cb-compare-panel--simulated .cb-preview-copy,
.cb-compare-panel--simulated .cb-preview-label,
.cb-compare-panel--simulated .cb-preview-copy strong,
.cb-compare-panel--simulated .cb-preview-copy small {
  color: #0d1f33;
}

.cb-preview-copy strong {
  font-size: 1.1rem;
  font-weight: 800;
}

.cb-preview-copy small {
  font-size: 0.76rem;
  line-height: 1.5;
  opacity: 0.9;
}

.cb-compare-panel--normal {
  border-right: 1px solid rgba(15, 35, 51, 0.08);
}

.cb-visual-demo {
  margin-top: 1rem;
  padding: 0.85rem 0 0;
}

.cb-visual-demo-frame {
  width: 100%;
  min-height: 200px;
  background: linear-gradient(180deg, #f9fbff 0%, #edf3f7 100%);
  border: 1px solid rgba(15, 35, 51, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cb-visual-demo-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
}

.cb-dashboard {
  margin-top: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(18, 106, 206, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  padding: 1rem;
  box-shadow: 0 12px 26px rgba(18, 106, 206, 0.06);
}

.cb-source-note {
  margin-top: 0.9rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(18, 106, 206, 0.1);
  font-size: 0.72rem;
  color: #596f8d;
  line-height: 1.5;
}

.cb-dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.cb-dashboard-kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #126ACE;
  margin-bottom: 0.2rem;
}

.cb-dashboard-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #103d79;
}

.cb-dashboard-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(18, 106, 206, 0.08);
  color: #126ACE;
  font-size: 0.7rem;
  font-weight: 700;
}

.cb-dashboard-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
}

.cb-dashboard-tab {
  border: 1px solid rgba(18, 106, 206, 0.12);
  background: #edf5ff;
  color: #234a78;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.cb-dashboard-tab.active,
.cb-dashboard-tab:hover {
  background: #126ACE;
  color: #fff;
  border-color: #126ACE;
}

.cb-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-bottom: 0.9rem;
}

.cb-stat {
  background: #fff;
  border: 1px solid rgba(18, 106, 206, 0.08);
  border-radius: 14px;
  padding: 0.8rem 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.cb-stat-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #60728d;
}

.cb-stat strong {
  font-size: 1.5rem;
  font-weight: 900;
  color: #103d79;
  line-height: 1.2;
}

.cb-stat small {
  color: #5d7089;
  font-size: 0.72rem;
}

.cb-dashboard-chart-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0.8rem;
}

.cb-chart-card {
  background: #fff;
  border: 1px solid rgba(18, 106, 206, 0.08);
  border-radius: 14px;
  padding: 0.8rem 0.8rem 0.7rem;
}

.cb-chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #3b4d67;
  margin-bottom: 0.75rem;
}

.cb-chart-trend {
  color: #126ACE;
}

.cb-bar-chart {
  height: 110px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.55rem;
  padding: 0.2rem 0.1rem 0;
}

.cb-bar {
  position: relative;
  width: 22%;
  height: var(--bar-height);
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, #8ac2ff 0%, #126ACE 100%);
  box-shadow: inset 0 -6px 12px rgba(11, 58, 130, 0.12);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.cb-bar:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
}

.cb-bar-value {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  background: rgba(16, 61, 121, 0.96);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.35rem 0.45rem;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(16, 61, 121, 0.18);
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
}

.cb-bar::after {
  content: attr(data-value);
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  background: rgba(16, 61, 121, 0.96);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.35rem 0.45rem;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(16, 61, 121, 0.18);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  pointer-events: none;
}

.cb-bar:hover::after,
.cb-bar:hover .cb-bar-value {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.cb-bar i {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  font-style: normal;
  font-size: 0.63rem;
  color: #51657f;
  white-space: nowrap;
  text-align: center;
  width: 58px;
}

.cb-line-label,
.cb-line-value {
  fill: #3b4d67;
  font-size: 9px;
  font-weight: 700;
  text-anchor: middle;
}

.cb-line-value {
  fill: #126ACE;
  font-size: 10px;
  font-weight: 800;
}

.cb-line-chart {
  width: 100%;
  height: 110px;
  display: block;
}

.cb-line-chart path {
  fill: none;
  stroke: #126ACE;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cb-line-chart circle {
  fill: #ffffff;
  stroke: #126ACE;
  stroke-width: 2;
}

.cb-focus-card {
  background: linear-gradient(180deg, #f9fbff 0%, #edf6ff 100%);
}

.cb-principles-section {
  padding: 0 0 4rem;
}

.cb-principles-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.cb-principles-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #126ACE;
  font-weight: 900;
}

.cb-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cb-principle {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(18, 106, 206, 0.12);
  padding: 1.25rem 1rem;
  box-shadow: 0 10px 24px rgba(18, 106, 206, 0.05);
}

.cb-takeaway-box {
  margin-top: 1.5rem;
  background: linear-gradient(135deg, #eaf5ff 0%, #f7fbff 100%);
  border: 1px solid rgba(18, 106, 206, 0.12);
  border-left: 5px solid #126ACE;
  border-radius: 18px;
  padding: 1.2rem 1.25rem;
}

.cb-takeaway-box h3 {
  margin: 0 0 0.5rem;
  color: #126ACE;
  font-size: 1.2rem;
  font-weight: 800;
}

.cb-takeaway-box p {
  margin: 0;
  color: #3a4c68;
  line-height: 1.7;
}

.cb-principle h3 {
  font-size: 1.2rem;
  color: #126ACE;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.cb-principle p {
  margin: 0;
  line-height: 1.65;
  color: #445267;
}

body.cb-simulated-mode {
  filter: hue-rotate(-28deg) saturate(0.75) contrast(1.08);
}

body.cb-simulated-mode .cb-card,
body.cb-simulated-mode .cb-principle,
body.cb-simulated-mode .cb-visual-card,
body.cb-simulated-mode .cb-placeholder-image {
  background: #f2f3f4;
  border-color: rgba(41, 53, 69, 0.2);
}

body.cb-simulated-mode .cb-card p,
body.cb-simulated-mode .cb-card li,
body.cb-simulated-mode .cb-principle p,
body.cb-simulated-mode .cb-hero-copy .lead {
  color: #2d394b;
}

body.cb-simulated-mode .cb-card-header h2,
body.cb-simulated-mode .cb-principle h3,
body.cb-simulated-mode .cb-hero-copy h1,
body.cb-simulated-mode .cb-principles-header h2 {
  color: #0d4fa3;
}

@media (max-width: 900px) {
  .cb-hero-inner,
  .cb-grid,
  .cb-principles-grid,
  .cb-facts-grid {
    grid-template-columns: 1fr;
  }

  .cb-toggle-row {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .cb-hero {
    padding-top: 2.5rem;
  }

  .cb-card,
  .cb-principle {
    padding: 1.1rem 0.9rem;
  }
}

.service-icon {
  font-size: 2.8rem;
  color: #baff3a;
  margin-bottom: 1.2rem;
  transition: color 0.3s;
  color: #126ACE;
}

.service-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #126ACE;
  letter-spacing: 0.5px;
}

.service-desc {
  font-size: 1rem;
  color: #444;
  margin-bottom: 0;
  flex-grow: 1;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .services-hero {
    padding: 1.2rem 0.7rem;
    text-align: left;
  }
  .services-hero h1 { font-size: 1.3rem; }
  .services-hero p { font-size: 0.95rem; }
  .services-list { gap: 1.2rem; }
  .service-card { padding: 1.2rem 0.7rem; }
}
/* Alternate CTA button for footer: white by default, blue on hover */
.btn-footer-cta.btn-footer-cta-alt {
  background: #fff;
  color: #126ACE !important;
  border: 3px solid #126ACE;
  box-shadow: 0 8px 24px rgba(18, 106, 206, 0.12);
}
.btn-footer-cta.btn-footer-cta-alt:hover {
  background: linear-gradient(135deg, #126ACE 0%, #0f5ec9 100%);
  color: #ffffff !important;
  border-color: #126ACE;
  box-shadow: 0 18px 50px rgba(18, 106, 206, 0.35), 0 0 25px rgba(18, 106, 206, 0.25);
}
.service {
  display: flex;
  margin-bottom: 40px;
  margin-top: 50px;
  align-items: center;
  flex-wrap: wrap;

  opacity: 0;
  transform: translateY(40px);

  /* Animate as it enters the viewport */
  animation: fadeUp 1s ease-out forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service img {
  width: 50%;
  height: auto;
  border-radius: 10px;
}

.service-content {
  width: 50%;
  padding: 20px;
}

.service-content h2 {
  text-align: left;
}

.service-content p {
  text-align: justify;
}

.service-content ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.service-content ul li::before {
  content: "–";
  color: #126ACE;
  margin-right: 5px;
}

/* Responsive */
@media (max-width: 990px) {
  .service {
    flex-direction: column;
  }

  .service img {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .service-content {
    width: 100%;
    text-align: center;
  }
}


:root {
  --font-sans: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  --text-primary: #1a2433;
  --text-muted: #4d5b73;
  --brand-blue: #126ACE;
  --brand-blue-deep: #0d4fa3;
}

body {
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: var(--text-primary);
    min-height: 100vh;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--brand-blue);
}

p {
  margin-top: 0;
}
  
  
  /* Navbar Styling */
  

  header, #header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: transparent;
    padding: 0;
    transition: all 0.3s ease-in-out;
  }

/* Navbar container with flex layout for proper alignment */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  transition: all 0.3s ease-in-out;
  background: #126ACE;
  border-radius: 0;
  margin: 0;
  width: 100%;
  box-shadow: none;
}

/* Logo styles */
.navbar-brand {
  display: flex;
  align-items: center;
  margin-left: 0.75rem;
  margin-right: 2rem;
  padding-left: 0.25rem;
}

.navbar-brand img {
  width: 110px;
  height: auto;
  display: block;
  margin: 0;
}

/* Navbar links */
.navbar-nav {
  display: flex;
  align-items: center;
  /* padding: 20px; */
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  margin-right: 20px;
}

.nav-cta-link {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 0.5rem 1rem !important;
  font-weight: 700 !important;
  transition: all 0.25s ease;
}

.nav-cta-link:hover,
.nav-cta-link:focus-visible {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Toggler button */
.navbar-toggler {
  border: none;
  /* border-color: #ffffff; */
  padding: 3px;
}

.navbar-toggler-icon {
  background-color: #ffffff;
  width: 24px;
  height: 24px;
}

/* Hover effect */
.nav-link:hover {
  transform: scale(1.2);
  color: white !important;
}

/* Mobile view */

@media (max-width: 990px) {

  .navbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
  }

  /* Let the collapsed panel flow below the bar instead of absolute overlay */
  .navbar-collapse {
    position: static;           /* <-- key change */
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-top: 0.5rem;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: stretch;       /* full-width items */
    gap: .25rem;
  }

  .nav-link {
    color: #126ACE !important;
    font-weight: 500;
    font-size: 1rem;
    margin: 4px 0;
  }

  /* Touch devices don't need scale transforms */
  .nav-link:hover {
    transform: none;
  }

  /* --- Dropdown behavior inside collapsed menu --- */
  .dropdown-menu {
    position: static;           /* make it part of the flow */
    float: none;
    display: none;              /* hidden until .show */
    width: 100%;
    margin: .25rem 0 0 0;
    border: 0;
    box-shadow: none;
    background: transparent;    /* inherit panel bg */
  }
  .dropdown-menu .dropdown-item {
    border-radius: 6px;
  }
  .dropdown-menu.show {
    display: block;             /* shown when toggled by Bootstrap JS */
  }
}
  /* Keyframes for transitioning images */
  @keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    25% { opacity: 1; }
    35% { opacity: 0; }
    100% { opacity: 0; }
  }
  
  /* Banner Styling */
  .banner {
    width: 100%;
    height: 40vh;
    position: relative;
    overflow: hidden;
    background-image: url('inventory/service-banner.png');
    background-size: cover;
    background-position: center;
  }
  
  /* Overlay Styling */
  .banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Adjust to control how much of the right portion is covered */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    padding: 20px;
    box-sizing: border-box; /* Include padding in width calculation */
    color: #0e0d0d; /* White text color */
    z-index: 1; /* Ensure overlay is above the banner */
    text-align: left; /* Align text to the left */
    /* background: linear-gradient(to right, #ffffff, #e8f9ff, #43cbfc); Keep gradient if needed */
    /* background: repeating-linear-gradient(45deg, #ffffff, transparent 100px); */
    /* background-image linear-gradient(#ffffff, #5e88dd); */
    /* background: gray; */
  }
  
  /* Text Content Styling */
  .banner-overlay  {
    z-index: 2; /* Ensure text is above images */
    padding-left: 60px;
  }
  
  .text-content {
    width: 70%; /* Ensures the text only covers 70% of the screen width */
    margin-left: 0; /* Left-align the text */
    margin-right: auto; /* Ensures it doesn't take up the full width */
    padding-left: 60px;
  }
  
  .banner-overlay h1, .banner-overlay h2, .banner-overlay p {
    color: rgb(15, 67, 67);
    font-weight:700;
  }
  .banner-overlay h2 {
    padding-top: 5px;
  }
  
  .banner-overlay a {
    /* background-image: linear-gradient(white, pink); */
    background-image: linear-gradient(white, pink);
    color:black; 
    margin-top: 20px;
    padding: 10px 20px; 
    border-radius: 10px; 
    font-size: 20px; 
    font-weight: bold;
  }

  .banner-overlay h2 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
  }
  
  .banner-overlay p {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: bold;
  }
  
  @media only screen and (max-width: 650px) {
    .banner-overlay h2 {
      font-size: 22px;
      /* margin: 0; */
      font-weight: bold;
    }
    
    .banner-overlay p {
      font-size: 18px;
      font-weight: 800px;
      /* margin: 10px 0 0; */
    }
  
    .text-content {
      width: 75%; /* Ensures the text only covers 70% of the screen width */
      margin-left: 0; /* Left-align the text */
      margin-right: auto; /* Ensures it doesn't take up the full width */
      padding-left: 0px;
    }  
    
  }
  
  /* Image Styling */
  .banner-overlay img {
    position: absolute;
    width: 30%;
    height: 100%;
    padding-top: 80px;
    object-fit: scale-down;
    opacity: 0;
    animation: fadeInOut 40s infinite; /* Adjust timing as needed */
    z-index: 1; /* Ensure images are behind text */
    right: 0; /* Align images to the right */
  }
  
  .banner-overlay img:nth-child(2) {
    animation-delay: 0s;
  }
  
  .banner-overlay img:nth-child(3) {
    animation-delay: 10s;
  }
  
  .banner-overlay img:nth-child(4) {
    animation-delay: 20s;
  }
  
  .banner-overlay img:nth-child(5) {
    animation-delay: 30s;
  }


  
  /* Banner Container Styling */
  .container {
    max-width: 800px;
    margin: 20px;
    /* margin: 40px 10px; */
    padding: 0 20px;
  }
  /* .container p {
    color: black;
  }
   */
 
  /* Section Styling */
  .section {
    margin-bottom: 40px;
  }

  .section h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin: 2rem 0 1rem 0;
    /* text-align: center; */
    /* text-transform: uppercase; */
    letter-spacing: 1.2px;
  }
  
  .section h3 {
    font-size: 25px;
    font-weight: 700;
    /* background: -webkit-linear-gradient(#400082, #0D6EFD); */
    color: #555555;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin-bottom: 10px;
  }
  .section h4 {
    font-size: 24px;
    color: #0D6EFD;
    font-weight: bold;
    /* margin-bottom: 10px; */
  }
  .section p, .section ul li, .section ol li  {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #555555;
  }
  
  .section p {
  text-align: justify;
  }
  /* Contact Form Styling */
  .contact-form {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    background: -webkit-linear-gradient(#400082, #0D6EFD);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .contact-form button {
    background-image: linear-gradient(darkblue, #00308F, #400082);
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }
  
  /* .error-message {
      color: red !important;
      font-size: 0.9em;
      margin-top: 5px;
      display: none;
  } */

  /* Footer Styling */
  .footer {
    background: #ffffff;
    color: #126ACE;
    padding: 0;
    margin-top: 2.5rem;
    position: relative;
    overflow: hidden;
  }

  /* Back to Top Button */
  .back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgb(186, 250, 58) 0%, #baff3a 100%);
    color: #1a1a1a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 8px 20px rgba(186, 250, 58, 0.3);
    z-index: 999;
  }

  .back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

  .back-to-top:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 12px 30px rgba(186, 250, 58, 0.5);
  }

  /* CTA Section */
  .footer-cta-section {
    background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    color: #1a1a1a;
    padding: 2rem 1.5rem 1.25rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
  }

  .footer-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(186, 250, 58, 0.12) 0%, transparent 70%);
    border-radius: 50%;
  }

  .footer-cta-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(18, 106, 206, 0.12) 0%, transparent 70%);
    border-radius: 50%;
  }

  .footer-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
  }

  .footer-cta-content h2 {
    font-size: 1.9rem;
    font-weight: 800;
    margin: 0 0 0.65rem 0;
    line-height: 1.2;
    color: #126ACE;
    letter-spacing: -0.5px;
  }

  .footer-cta-content p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
    color: #555;
    line-height: 1.6;
    font-weight: 500;
  }

  .btn-footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    background: linear-gradient(135deg, #126ACE 0%, rgba(18, 106, 206, 0.9) 100%);
    color: rgb(186, 250, 58) !important;
    padding: 0.9rem 2.2rem;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 3px solid #126ACE;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 12px 35px rgba(18, 106, 206, 0.3);
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .btn-footer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
  }

  .btn-footer-cta:hover {
    background: linear-gradient(135deg, rgb(186, 250, 58) 0%, #baff3a 100%);
    color: #1a1a1a !important;
    transform: translateY(-6px) scale(1.06);
    box-shadow: 0 18px 50px rgba(18, 106, 206, 0.4), 0 0 25px rgba(186, 250, 58, 0.3);
    border-color: rgb(186, 250, 58);
  }

  .btn-footer-cta:hover::before {
    left: 100%;
  }

  .btn-footer-cta i {
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 1.15rem;
  }

  .btn-footer-cta:hover i {
    transform: translateX(8px);
  }

  /* Trust Indicators */
  .footer-trust-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
    padding: 4.5rem 2rem;
    background: linear-gradient(135deg, #126ACE 0%, rgba(18, 106, 206, 0.92) 50%, #0d4a8e 100%);
    border-bottom: none;
    position: relative;
    overflow: hidden;
  }

  .footer-trust-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(186, 250, 58, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }

  .footer-trust-section .container,
  .footer-trust-section > * {
    position: relative;
    z-index: 1;
  }

  .trust-item {
    text-align: center;
    padding: 2.2rem 1.8rem;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    border: 2px solid rgba(186, 250, 58, 0.25);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
  }

  .trust-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(186, 250, 58), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .trust-item:hover {
    background: rgba(186, 250, 58, 0.18);
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(186, 250, 58, 0.6);
    box-shadow: 0 16px 48px rgba(186, 250, 58, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .trust-item:hover::before {
    opacity: 1;
  }

  .trust-number {
    font-size: 3.2rem;
    font-weight: 900;
    background: linear-gradient(135deg, rgb(186, 250, 58) 0%, #c8ff66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.8rem;
    letter-spacing: -1px;
    display: block;
    line-height: 1;
  }

  .trust-item p {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
  }

  /* Newsletter Section */
  .footer-newsletter {
    background: #ffffff;
    padding: 3rem 2rem;
    text-align: center;
    border-top: 3px solid #126ACE;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .newsletter-content h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 0.8rem 0;
    color: #126ACE;
  }

  .newsletter-content p {
    font-size: 1rem;
    margin: 0 0 1.8rem 0;
    color: #555;
    line-height: 1.6;
  }

  .newsletter-form {
    display: flex;
    gap: 0.8rem;
    max-width: 550px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .newsletter-form input {
    flex: 1;
    min-width: 250px;
    padding: 1rem 1.2rem;
    border: 2px solid #126ACE;
    border-radius: 6px;
    font-size: 0.95rem;
    background: #ffffff;
    color: #333;
    transition: all 0.3s ease;
  }

  .newsletter-form input::placeholder {
    color: #999;
  }

  .newsletter-form input:focus {
    outline: none;
    border-color: rgb(186, 250, 58);
    box-shadow: 0 0 0 3px rgba(186, 250, 58, 0.1);
    background: #fafafa;
  }

  .btn-newsletter {
    background: #126ACE;
    color: #ffffff !important;
    padding: 1rem 1.8rem;
    border: 2px solid #126ACE;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    font-size: 0.95rem;
  }

  .btn-newsletter:hover {
    background: transparent;
    color: #126ACE !important;
    border-color: #126ACE;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(18, 106, 206, 0.25);
  }

  .btn-newsletter i {
    transition: transform 0.3s ease;
  }

  .btn-newsletter:hover i {
    transform: translateX(4px);
  }

  /* Main Footer Content */
  .footer-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
    padding: 1.5rem 2rem 1.25rem;
    border-top: 1px solid rgba(18, 106, 206, 0.14);
  }

  .footer-section {
    display: flex;
    flex-direction: column;
  }

  .footer-pxw_logo_btnct {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .footer-pxw_logo_btnct .contact-item {
    margin: 0;
    line-height: 1.45;
  }

  .footer-pxw_logo_btnct .contact-item strong {
    display: inline-block;
    margin-bottom: 0.12rem;
  }

  .footer-pxw_logo_btnct .contact-value {
    color: #126ACE;
    font-weight: 600;
  }

  .footer-pxw_logo_btnct .contact-item:last-child {
    margin-top: 0.55rem;
  }

  .footer-pxw_logo_btnct .btn-footer-cta.btn-footer-cta-alt {
    width: 100%;
    max-width: 220px;
    padding: 0.8rem 1.25rem;
    margin-top: 0.1rem;
  }

  .footer-logo {
    margin-bottom: 0.9rem;
  }

  .footer-logo img {
    width: 180px;
    height: auto;
    margin-bottom: 1rem;
  }

  .footer-tagline {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    opacity: 0.9;
    color: #1d4d90;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.8rem 2rem 0.75rem;
    border-top: 1px solid rgba(18, 106, 206, 0.14);
    background: #f7fbff;
  }

  .footer-awards {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 1rem;
    width: 100%;
    align-items: stretch;
  }

  .award-card {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    min-height: 132px;
    padding: 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    overflow: hidden;
  }

  .award-card::before {
    content: "";
    width: 4px;
    height: 72%;
    border-radius: 999px;
    background: #bafa3a;
    display: block;
    margin-right: 0.4rem;
  }

  .award-card--security::before {
    background: #00b6ff;
  }

  .award-card--initiative::before {
    background: #d78435;
  }

  .award-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    font-size: clamp(0.95rem, 1.1vw, 1.45rem);
    line-height: 1.15;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.03em;
    text-align: left;
    word-break: break-word;
  }

  .award-card--initiative .award-title {
    color: #f0d6ff;
  }

  .award-highlight {
    display: inline-block;
    color: #f0d6ff;
    font-weight: 800;
    font-size: clamp(1.2rem, 1.5vw, 1.9rem);
  }

  .award-title small {
    margin-top: 0.25rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    line-height: 1.35;
  }

  .award-badges-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
    min-width: 120px;
  }

  .award-badge {
    width: 88px;
    height: 88px;
    object-fit: contain;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
    display: block;
  }

  .award-badge--small {
    width: 58px;
    height: 58px;
  }

  .footer-copyright {
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.9;
    color: #1d4d90;
  }

  .footer-copyright p {
    margin: 0;
  }

  .social-floating-bar {
    position: fixed;
    right: 22px;
    bottom: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 1000;
  }

  .social-floating-link,
  .whatsapp-chatbot-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }

  .social-floating-link:hover,
  .whatsapp-chatbot-button:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  }

  .social-floating-link.linkedin { background: #0A66C2; }
  .social-floating-link.youtube { background: #FF0000; }
  .social-floating-link.x { background: #000000; }
  .social-floating-link.instagram { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4); }
  .social-floating-link.facebook { background: #1877F2; }

  .social-floating-link svg {
    width: 20px;
    height: 20px;
  }

  .footer-section h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    color: #126ACE;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
  }

  .footer-link {
    color: #126ACE;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
  }

  .footer-link:hover {
    color: #0d4a8e;
    padding-left: 0.5rem;
  }

  .accessibility-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .accessibility-badge {
    font-size: 1rem;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .contact-item {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
  }

  .contact-item a {
    color: #126ACE;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
  }

  .contact-item a:hover {
    text-decoration: underline;
  }

  .btn-footer-contact {
    background: rgb(186, 250, 58);
    color: #1a1a1a !important;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
  }

  .btn-footer-contact:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(186, 250, 58, 0.4);
  }

  /* Footer Bottom */

  .footer-copyright p {
    margin: 0;
  }

  .footer-security {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .security-badge {
    background: rgba(186, 250, 58, 0.2);
    color: rgb(186, 250, 58);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(186, 250, 58, 0.3);
  }

  /* WhatsApp Button */
  .whatsapp-chatbot-button {
    background: #25D366;
    width: 56px;
    height: 56px;
    position: fixed;
    bottom: 24px;
    right: 22px;
    z-index: 1001;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
  }

  .whatsapp-chatbot-button:hover {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5);
  }

  .whatsapp-chatbot-button img {
    width: 70%;
    height: 70%;
    object-fit: contain;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .footer-main {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding-right: 4.5rem;
    }

    .social-floating-bar {
      right: 14px;
      bottom: 110px;
    }
  }

  @media (max-width: 768px) {
    .footer-main {
      grid-template-columns: 1fr;
      padding: 1.5rem 1rem 1rem;
      padding-right: 1rem;
    }

    .footer-section {
      align-items: flex-start;
    }

    .footer-pxw_logo_btnct {
      width: 100%;
    }

    .footer-pxw_logo_btnct .btn-footer-cta.btn-footer-cta-alt {
      max-width: 100%;
    }

    .footer-cta-section {
      padding: 2rem 1rem;
    }

    .footer-cta-content h2 {
      font-size: 1.5rem;
    }

    .footer-trust-section {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      padding: 2rem 1rem;
    }

    .footer-newsletter {
      padding: 2rem 1rem;
    }

    .newsletter-form {
      flex-direction: column;
    }

    .newsletter-form input {
      min-width: auto;
    }

    .footer-bottom {
      padding: 1.5rem 1rem;
    }

    .footer-awards {
      grid-template-columns: 1fr;
    }

    .award-card {
      min-height: 120px;
    }

    .award-badge {
      width: 90px;
      height: 90px;
    }

    .footer-security {
      justify-content: center;
    }

    .back-to-top {
      bottom: 30px;
      right: 20px;
      width: 45px;
      height: 45px;
    }

    .social-floating-bar {
      position: static;
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 10px;
      margin: 0.75rem auto 1rem;
      width: fit-content;
    }

    .social-floating-link,
    .whatsapp-chatbot-button {
      width: 44px;
      height: 44px;
    }

    .whatsapp-chatbot-button {
      position: static;
      right: auto;
      bottom: auto;
      margin: 0;
    }
  }

  @media (max-width: 480px) {
    .footer {
      padding: 0;
    }

    .footer-trust-section {
      grid-template-columns: 1fr;
    }

    .footer-logo img {
      width: 140px;
    }

    .footer-cta-content h2 {
      font-size: 1.3rem;
    }

    .footer-bottom {
      padding: 1rem;
    }

    .security-badge {
      font-size: 0.75rem;
    }

    .back-to-top {
      width: 40px;
      height: 40px;
      font-size: 1.2rem;
    }

    .social-floating-bar {
      gap: 8px;
      margin-top: 0.5rem;
    }

    .social-floating-link,
    .whatsapp-chatbot-button {
      width: 40px;
      height: 40px;
    }

    .whatsapp-chatbot-button {
      width: 46px;
      height: 46px;
    }
  }
  
  .footer .footer-logo p {
    margin: 0;
    font-size: 18px;
  }
  
  .footer .footer-about a,
  .footer .footer-contact a,
  .footer .footer-follow a {
    margin-bottom: 0.5px;
  }
  
  .footer .footer-contact p  {
    margin-bottom: 0.5px;
  }
  
  .footer .footer-follow {
    display: flex;
    flex-direction: column;
  }
  
  .footer .copyright {
    width: 100%;
    /* text-align: center; */
    /* margin-top: 5px; */
    font-size: 10px;
  }
  
  /* Responsive Styling for Footer*/
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .footer-section {
    margin: 15px 0;
    min-width: unset;
  }

  .footer img {
    width: 150px;
  }

  .footer .footer-logo p {
    font-size: 16px;
  }

  .footer .footer-section a,
  .footer .footer-section p {
    font-size: 14px;
  }

  .footer .copyright {
    font-size: 11px;
  }
}

  /* FAQ Card Styles for faqs_test.html */
  .faq-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .faq-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(18,106,206,0.08);
    padding: 2rem 1.5rem;
    border-left: 5px solid #baff3a;
    transition: box-shadow 0.3s, border-left 0.3s, background 0.3s;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .faq-card:hover {
    box-shadow: 0 8px 32px rgba(18,106,206,0.18);
    border-left: 5px solid #126ACE;
    background: linear-gradient(90deg, #eaf6ff 0%, #ffffff 100%);
  }
  .faq-question {
    font-size: 1.15rem;
    font-weight: 700;
    color: #126ACE;
    margin-bottom: 0.7rem;
  }
  .faq-answer {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0;
    line-height: 1.6;
  }
  @media (max-width: 600px) {
    .faq-list {
      gap: 1.2rem;
      grid-template-columns: 1fr;
    }
    .faq-card {
      padding: 1.2rem 0.7rem;
    }
    .faq-question {
      font-size: 1rem;
    }
    .faq-answer {
      font-size: 0.95rem;
    }
  }

  /* Overlay and Popup Styling */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 9999;
    display: none;
    overflow-y: auto; /* Enable scrolling on overlay */
  }
  
  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto; /* Enable vertical scrollbar if needed */
    background-color: #ffffff; /* White background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
  }
  
  .popup-header {
    position: sticky; /* Ensures header sticks to top */
    top: 0;
    background-color: darkblue; /* Purple header background */
    color: #ffffff; /* White text color */
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 10001; /* Higher than popup content */
  }
  
  .popup-content {
    background-color: #ffffff; /* White background */
    padding: 20px;
    text-align: left;
    color: #000000; /* Black text color */
    font-weight: 900px;
  }
  
  .popup-close {
    position: sticky;
    bottom: 20px; /* Adjust the distance from the bottom as needed */
    left: 50%;
    transform: translateX(-50%);
    color: #000000; /* Black close button color */
    cursor: pointer;
    font-size: 40px;
    z-index: 10002; /* Higher than popup content */
  }
  
  .popup-close:hover {
    color: #400082; /* Purple hover color */
  }
  
  .popup-close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px; /* Adjust the width of the circle */
    height: 40px; /* Adjust the height of the circle */
    background-color: rgba(0, 0, 0, 0.2); /* Transparent background color */
    border-radius: 50%; /* Creates a circular shape */
    z-index: -1; /* Behind the close button */
  }
  
  .popup-close:hover::before {
    background-color: rgba(0, 0, 0, 0.1); /* Lighter transparent background on hover */
  }
  
  .button-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between buttons */
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  }
  .btn{
    width:fit-content;
    align-items: center;
    justify-content: center; /* Center icon and text */
    font-size: 20px !important;
  }
  .btn:hover {
    transform: scale(1.1);
  }

  .btn:focus {
    outline: 3px solid black !important;
    outline-offset: 4px !important;
  }
  @media (max-width: 768px) {
    .btn {
      width: 100%; /* Full width on smaller screens */
    }
    .button-container {
      gap: 10px;
    }
  }

  /* Quote Section Styling - Compact */
.inspiration-section {
  background: linear-gradient(135deg, #126ACE, #0052a3);
  padding: 2.5rem 2rem;
  margin: 3rem 0;
  border-radius: 12px;
}

.inspiration-container {
  max-width: 1000px;
  margin: 0 auto;
}

.quote-block {
  margin: 0;
  padding: 0;
}

.quote-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.7;
  margin: 0 0 1rem 0;
  font-style: italic;
}

.quote-footer {
  font-size: 0.95rem;
  color: rgb(186, 250, 58);
  font-weight: 700;
  display: block;
  text-align: right;
}

@media (max-width: 768px) {
  .inspiration-section {
    padding: 2rem 1.5rem;
    margin: 2rem 0;
  }

  .quote-text {
    font-size: 1rem;
  }

  .quote-footer {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .inspiration-section {
    padding: 1.5rem 1rem;
    border-radius: 8px;
  }

  .quote-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .quote-footer {
    font-size: 0.85rem;
  }
}





.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 2rem 1rem;
}

.blog-card {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  gap: 1rem;
}

.blog-card:hover {
  transform: translateY(-10px);
}

.blog-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  max-height: 250px;
}

.blog-card p {
  color: #222222; /* Or your base text color */
}

.blog-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  max-height: 400px;
  margin: 1rem 0;
  display: block;
  padding-bottom: 10px;
}

.blog-date {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
  margin-bottom: 5px;
}

.read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

/* .container {
  max-width: 100%;
  margin: 40px auto;
  padding: 0 20px;
} */

@media (max-width: 768px) {
  .blog-card {
    padding: 1rem;
  }
  .blog-list {
    gap: 1rem;
  }
  .blog-card img {
    max-height: 200px;
  }
  .blog-img img {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  .blog-container {
    margin: 20px auto;
    padding: 0 10px;
  }
  .blog-card {
    padding: 0.8rem;
  }
  .blog-card img {
    max-height: 150px;
  }
   .blog-img img {
    max-height: 200px;
  }
}

table {
  /* width: 80%; */
  margin: 20px auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
th, td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}
th {
  background-color: darkblue;
  color: white;
  text-align: center;
  font-size: 18px;
}
td img {
  width: 20px;  /* Reduced size */
  height: 20px; /* Reduced size */
  vertical-align: middle;
  margin-right: 5px;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #eaf2ff;
}

li {
  margin-bottom: 10px; /* Adjust as needed */
}

html {
  scroll-behavior: smooth;
}

.skip-nav-link {
  background: white;
  padding: 1rem 1rem;
  border-radius: 0 0 0.25rem 0.25rem;
  position: absolute;
  left: 0.5rem;
  transform: translateY(-125%);
  transition: transform 325ms ease-in;
}

.skip-nav-link:focus {
  transform: translateY(0);
}

.whatsapp-chatbot-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-chatbot-button img {
  width: 30px;
  height: 30px;
}

.whatsapp-chatbot-button:hover {
  transform: scale(1.1);
}

.mission-box {
  background: linear-gradient(90deg, teal, rgb(0, 188, 188));
  padding: 2rem 4rem;
  border-radius: 1rem;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  box-shadow: 0 10px 20px rgba(255, 105, 180, 0.2);
  font-family: 'Poppins', sans-serif;
}

/* Animate only text */
.mission-box h2,
.mission-box p {
  color: white;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUpText 1s ease-out forwards;
}

/* Stagger effect: heading first, then paragraph */
.mission-box h2 {
  animation-delay: 0.3s;
}

.mission-box p {
  animation-delay: 0.6s;
}

@keyframes fadeUpText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile optimization */
@media (max-width: 600px) {
  .mission-box {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
}


/* Facts Section Styling */
.facts-section {
  background: #ffffff;
  padding: 4rem 2rem;
  margin: 4rem 0;
}

.facts-container {
  max-width: 1200px;
  margin: 0 auto;
}

.facts-title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 3.5rem;
  color: #126ACE;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.stat-card {
  background: #ffffff;
  padding: 2.5rem 1.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #126ACE;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgb(186, 250, 58);
  transition: height 0.4s ease;
  z-index: 1;
}

.stat-card:hover::before {
  height: 6px;
}

.stat-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 40px rgba(18, 106, 206, 0.2);
  border-bottom-color: rgb(186, 250, 58);
}

.stat-number {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.counter {
  font-size: 3.2rem;
  font-weight: 900;
  color: #126ACE;
  display: block;
  line-height: 1;
}

.stat-card p {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  letter-spacing: 0.3px;
  text-align: center;
}

.stat-card:hover p {
  color: #000;
}

@media (max-width: 768px) {
  .facts-section {
    padding: 2.5rem 1.5rem;
    margin: 2rem 0;
  }

  .facts-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .facts-grid {
    gap: 1.5rem;
  }

  .stat-card {
    padding: 2rem 1.2rem;
  }

  .counter {
    font-size: 2.4rem;
  }

  .stat-card p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .facts-section {
    padding: 2rem 1rem;
  }

  .facts-title {
    font-size: 1.6rem;
  }

  .facts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stat-card {
    padding: 1.5rem 1rem;
    border-radius: 10px;
  }

  .counter {
    font-size: 2rem;
  }

  .stat-card p {
    font-size: 0.85rem;
  }
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1rem;
}

.feature-card {
  background: #ffffff;
  color: #222;
  border-radius: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 3rem;
  color: teal;
  margin-bottom: 1rem;
}

.feature-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color:teal !important;
}

.feature-text {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  padding-top: 10px;
}

.profile-section {
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.profile-container {
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap; /* Responsive fallback */
}

.profile-image img {
  width: 250px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.profile-text {
  flex: 1;
  min-width: 300px;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;

}

@media (max-width: 768px) {
  .profile-container {
    flex-direction: column;
    text-align: center;
  }

  .profile-image img {
    width: 80%;
    margin: 0 auto;
  }

  .profile-text {
    text-align: justify;
    padding-top: 20px;
  }
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #222;
}

.gallery-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.gallery-container h1 {
  text-align: center;
  margin-bottom: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  font-size: 2.5rem;
  color: teal;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.gallery-item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.2s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.caption {
  padding: 15px;
  background-color: #fff;
}

.caption p {
  font-size: 1rem;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #333;
}

.caption small {
  font-size: 0.875rem;
  color: #777;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

.faq-container {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}

.faq-container h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #00695c;
  margin-bottom: 30px;
}

.accordion-title {
  position: relative;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  padding: 1em;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.3s;
}

.accordion-title::after {
  content: '▼';
  font-size: 1.1rem;
  font-weight: 700;
  color: #126ACE;
  background: #f8f9fa;
  border: none;
  padding: 1rem 1.2rem;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.accordion-title:focus {
  outline: 3px solid #ffbf47;
}

.accordion-content {
  padding: 1em;
  border: 1px solid #ddd;
  border-top: none;
}

.accordion-content p {
  color: black;
}
.recommended-blogs {
  background: #f9f9f9;
  padding: 30px;
  margin-top: 60px;
  border-radius: 10px;
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.rec-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.rec-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.rec-card h4 {
  margin: 0 0 10px;
  color: #00796b;
}

.rec-tags {
  font-size: 0.85rem;
  color: #666;
}

.rec-image {
  width: 100%;
  height: 160px;          /* fixed height for uniformity */
  object-fit: cover;      /* ensures image fills area without distortion */
  border-radius: 6px;     /* slight rounding to match card */
  margin-bottom: 15px;    /* spacing below image */
  display: block;
}

/* ===== Global Laws Section ===== */
.global-laws-section {
  padding: 3rem 0;
  background: linear-gradient(180deg, #126ACE 0%, rgba(18, 106, 206, 0.95) 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.global-laws-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(186, 250, 58, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.global-laws-section .container {
  position: relative;
  z-index: 1;
}

.laws-header {
  text-align: center;
  margin-bottom: 2rem;
}

.laws-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.laws-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 400;
}

.laws-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  justify-items: center;
  align-items: stretch;
  justify-content: center;
}

.law-item {
  background: rgba(255, 255, 255, 0.92);
  color: #1a1a1a;
  padding: 1rem;
  border-radius: 10px;
  border-left: 4px solid rgb(186, 250, 58);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 140px;
  width: 100%;
  max-width: 250px;
  align-items: flex-start;
  justify-content: flex-start;
}

.law-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}


.law-title-badge {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.law-region-badge {
  display: inline-block;
  background: #126ACE;
  color: #ffffff;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.law-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #126ACE;
  margin: 0;
  line-height: 1.2;
}

.law-desc {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.laws-footer {
  text-align: center;
  padding: 1.5rem 0 0 0;
}

.btn-view-more-laws {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, rgb(186, 250, 58) 0%, #baff3a 100%);
  color: #1a1a1a !important;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.9rem;
  box-shadow: 0 6px 20px rgba(186, 250, 58, 0.3);
  font-family: inherit;
}

.btn-view-more-laws:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(186, 250, 58, 0.4);
}

.btn-view-more-laws i {
  transition: transform 0.3s ease;
}

.btn-view-more-laws[aria-expanded="true"] i {
  transform: rotate(180deg);
}


.btn-explore-laws::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-explore-laws:hover {
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 16px 40px rgba(186, 250, 58, 0.4), 0 0 20px rgba(186, 250, 58, 0.2);
  letter-spacing: 1.5px;
}

.btn-explore-laws:hover::before {
  left: 100%;
}

.btn-explore-laws i {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-size: 1.1rem;
}

.btn-explore-laws:hover i {
  transform: translateX(6px) rotate(-15deg);
}

/* Responsive - Tablet */
@media (max-width: 768px) {
  .global-laws-section {
    padding: 3.5rem 0;
  }
  
  .laws-header h2 {
    font-size: 2rem;
  }
  
  .laws-subtitle {
    font-size: 0.95rem;
  }
  
  .laws-grid {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  
  .law-card {
    padding: 1.5rem;
  }
  
  .law-icon {
    font-size: 2rem;
  }
  
  .law-card h3 {
    font-size: 1.2rem;
  }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
  .global-laws-section {
    padding: 2.5rem 0;
  }
  
  .global-laws-section::before {
    width: 300px;
    height: 300px;
    right: -20%;
  }
  
  .laws-header h2 {
    font-size: 1.6rem;
  }
  
  .laws-subtitle {
    font-size: 0.9rem;
  }
  
  .laws-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  
  .law-card {
    padding: 1.3rem;
  }
  
  .law-icon {
    font-size: 2rem;
  }
  
  .law-card h3 {
    font-size: 1.1rem;
  }
  
  .law-desc {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  
  .laws-footer {
    padding: 1.5rem;
  }
  
  .laws-note {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
  
  .btn-explore-laws {
    padding: 0.8rem 1.8rem;
    font-size: 0.9rem;
  }
}

/* ===== Recommended Reads Section ===== */
.recommended-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, rgba(18, 106, 206, 0.04) 0%, rgba(186, 250, 58, 0.03) 100%);
  border-top: 1px solid rgba(18, 106, 206, 0.1);
}

.recommended-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.recommended-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #126ACE;
  margin-bottom: 0.8rem;
}

.rec-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
  font-weight: 400;
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.rec-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(18, 106, 206, 0.08);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  border-left: 4px solid #126ACE;
}

.rec-card:hover {
  box-shadow: 0 8px 24px rgba(18, 106, 206, 0.15);
  transform: translateY(-6px);
}

.rec-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.rec-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rec-card:hover .rec-image-wrapper img {
  transform: scale(1.08);
}

.rec-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.rec-badge-compliance {
  background: rgba(18, 106, 206, 0.9);
  color: #ffffff;
}

.rec-badge-technical {
  background: rgba(255, 140, 0, 0.9);
  color: #ffffff;
}

.rec-badge-strategy {
  background: rgba(186, 250, 58, 0.95);
  color: #1a1a1a;
}

.rec-card:hover .rec-badge {
  transform: scale(1.05);
}

.rec-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rec-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.8rem 0;
  line-height: 1.4;
}

.rec-excerpt {
  font-size: 0.95rem;
  color: #666;
  margin: 0 0 1rem 0;
  line-height: 1.5;
  flex-grow: 1;
}

.rec-link {
  color: #126ACE;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rec-link:hover {
  color: rgb(186, 250, 58);
  gap: 0.8rem;
}

.rec-link i {
  font-size: 1rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.recommended-footer {
  text-align: center;
  padding-top: 1rem;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: linear-gradient(135deg, #126ACE 0%, rgba(18, 106, 206, 0.85) 100%);
  color: #ffffff !important;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
}

.btn-view-all:hover {
  background: linear-gradient(135deg, rgb(186, 250, 58) 0%, rgba(186, 250, 58, 0.85) 100%);
  color: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(18, 106, 206, 0.25);
}

.btn-view-all i {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-view-all:hover i {
  transform: translateX(4px);
}

/* Responsive - Tablet */
@media (max-width: 768px) {
  .recommended-section {
    padding: 3rem 0;
  }
  
  .recommended-header h2 {
    font-size: 1.8rem;
  }
  
  .rec-subtitle {
    font-size: 0.95rem;
  }
  
  .recommendation-grid {
    gap: 1.5rem;
  }
  
  .rec-card {
    border-left-width: 3px;
  }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
  .recommended-section {
    padding: 2.5rem 0;
  }
  
  .recommended-header {
    margin-bottom: 2.5rem;
  }
  
  .recommended-header h2 {
    font-size: 1.5rem;
  }
  
  .rec-subtitle {
    font-size: 0.9rem;
  }
  
  .recommendation-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  
  .rec-image-wrapper {
    height: 160px;
  }
  
  .rec-content {
    padding: 1.2rem;
  }
  
  .rec-content h3 {
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
  }
  
  .rec-excerpt {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
  }
}

.contact-form {
  max-width: 600px;
  margin: 3rem auto;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.contact-form .form-group {
  margin-bottom: 1.2rem;
}

.contact-form label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
  background: #f9f9f9;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #007bff;
  background: #fff;
}

.btn-submit {
  background-color: rgb(186, 250, 58);
  color: black;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.btn-submit:hover {
  background-color: rgb(186, 250, 58);
}

.privacy-note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 1rem;
  text-align: center;
}

.highlight-note {
  background-color: rgb(186, 250, 58);
  border-radius: 10px;
  padding: 2px 4px;
}

/* Value Section Styling */
.value-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
  align-items: center;
  padding: 1.5rem 0 2rem;
}

.value-content h1,
.value-content h2{
  font-size: clamp(2.1rem, 3vw, 3.25rem);
  font-weight: 800;
  color: var(--brand-blue);
  margin-bottom: 0.7rem;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.value-description {
  font-size: 1.08rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.7;
  max-width: 620px;
}

.value-cards {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

.value-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-left: 4px solid #126ACE;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.value-card:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(18, 106, 206, 0.12);
  border-left-color: rgb(186, 250, 58);
}

.card-icon {
  font-size: 2rem;
  display: inline-block;
  width: fit-content;
}

.value-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
}

.value-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
  line-height: 1.5;
}

.card-link {
  color: #126ACE;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.card-link:hover {
  color: rgb(186, 250, 58);
}

.cta-buttons {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.btn-primary-dark {
  background: linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-deep) 100%) !important;
  color: #ffffff !important;
  padding: 12px 26px !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  border: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  box-shadow: 0 10px 22px rgba(18, 106, 206, 0.18) !important;
}

.btn-primary-dark:hover {
  background: linear-gradient(180deg, var(--brand-blue-deep) 0%, #0c467e 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 24px rgba(18, 106, 206, 0.22) !important;
}

.btn-secondary {
  background: rgba(18, 106, 206, 0.04) !important;
  color: var(--brand-blue) !important;
  padding: 12px 26px !important;
  border: 1.5px solid rgba(18, 106, 206, 0.28) !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  display: inline-block !important;
}

.btn-secondary:hover {
  background: var(--brand-blue) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(18, 106, 206, 0.16) !important;
}

.value-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.value-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(18, 106, 206, 0.15);
}

@media (max-width: 1024px) {
  .value-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .value-section {
    padding: 2rem 0;
  }

  .value-content h2 {
    font-size: 1.8rem;
  }

  .value-description {
    font-size: 1rem;
  }

  .value-card {
    padding: 1.2rem;
  }

  .card-icon {
    font-size: 1.6rem;
  }

  .value-card h3 {
    font-size: 1.05rem;
  }

  .value-card p {
    font-size: 0.9rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .btn-primary-dark,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .value-content h2 {
    font-size: 1.4rem;
  }

  .value-description {
    font-size: 0.95rem;
  }

  .value-cards {
    gap: 1rem;
  }

  .value-card {
    padding: 1rem;
  }

  .card-icon {
    font-size: 1.4rem;
  }

  .value-card h3 {
    font-size: 1rem;
  }

  .value-card p {
    font-size: 0.85rem;
  }

  .card-link {
    font-size: 0.9rem;
  }

  .btn-primary-dark,
  .btn-secondary {
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
  }
}


.future-section {
  background: linear-gradient(135deg, #f0f9ff, #ffffff);
  padding: 4rem 2rem;
  margin: 4rem 0;
}

.future-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: start;
}

.future-content h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: #126ACE;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.future-intro {
  font-size: 1.15rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 2.5rem;
}

.future-highlights {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.highlight-item {
  display: flex;
  gap: 1.2rem;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-left: 4px solid #126ACE;
}

.highlight-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 16px rgba(18, 106, 206, 0.15);
  border-left-color: rgb(186, 250, 58);
}

.highlight-icon {
  font-size: 2rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.highlight-text h4 {
  margin: 0 0 0.4rem 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
}

.highlight-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
}

.future-cta {
  background: linear-gradient(135deg, #126ACE, #0052a3);
  color: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(18, 106, 206, 0.25);
  height: fit-content;
  position: sticky;
  top: 20px;
}

.future-cta h3 {
  margin: 0 0 0.8rem 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
}

.future-cta p {
  margin: 0 0 1.8rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.btn-primary {
  background: rgb(186, 250, 58) !important;
  color: #000 !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 1rem !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.btn-primary:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 6px 18px rgba(186, 250, 58, 0.4) !important;
}

@media (max-width: 1024px) {
  .future-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .future-cta {
    position: static;
  }
}

@media (max-width: 768px) {
  .future-section {
    padding: 2.5rem 1.5rem;
    margin: 2rem 0;
  }

  .future-content h2 {
    font-size: 1.8rem;
  }

  .future-intro {
    font-size: 1rem;
  }

  .highlight-item {
    padding: 1.2rem;
    gap: 1rem;
  }

  .highlight-icon {
    font-size: 1.6rem;
  }

  .highlight-text h4 {
    font-size: 1rem;
  }

  .highlight-text p {
    font-size: 0.9rem;
  }

  .future-cta {
    padding: 2rem;
  }

  .future-cta h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .future-section {
    padding: 2rem 1rem;
  }

  .future-content h2 {
    font-size: 1.4rem;
  }

  .future-intro {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .future-highlights {
    gap: 1rem;
  }

  .highlight-item {
    padding: 1rem;
  }

  .highlight-icon {
    font-size: 1.4rem;
  }

  .highlight-text h4 {
    font-size: 0.95rem;
  }

  .highlight-text p {
    font-size: 0.85rem;
  }

  .future-cta {
    padding: 1.5rem;
  }

  .future-cta h3 {
    font-size: 1.2rem;
  }

  .future-cta p {
    font-size: 0.9rem;
  }

  .btn-primary {
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
  }
}


.capabilities-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  padding: 2.5rem 0 1.5rem;
}

.capabilities-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.5rem;
}

.capability-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.capability-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 230px;
  padding: 1.2rem 1rem 1rem;
  border-radius: 22px;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(13, 42, 85, 0.12), rgba(10, 32, 62, 0.82)), var(--card-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 28px rgba(18, 106, 206, 0.08);
  border: 1px solid rgba(18, 106, 206, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  height: 100%;
}

.capability-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 17, 29, 0.1), rgba(9, 17, 29, 0.65));
  z-index: 0;
}

.capability-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 38px rgba(18, 106, 206, 0.14);
  border-color: rgba(18, 106, 206, 0.2);
}

.capability-content,
.capability-read-more {
  position: relative;
  z-index: 1;
}

.capability-content {
  width: 100%;
}

.capability-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
}

.capability-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
  font-size: 0.9rem;
  max-width: 96%;
}

.capability-read-more {
  position: absolute;
  right: 1rem;
  bottom: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.capability-card-link:hover .capability-read-more,
.capability-card-link:focus-visible .capability-read-more {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .capabilities-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 600px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .capabilities-section {
    padding-top: 3rem;
  }
}

.client-feedback-section {
  background: linear-gradient(180deg, #f5fbff 0%, #edf5ff 100%);
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}

.client-feedback-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #126ACE;
}

.section-intro h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  font-weight: 800;
  color: #0f2f66;
}

.section-intro p {
  margin: 0.85rem auto 0;
  max-width: 760px;
  font-size: 1.06rem;
  color: #4d5b73;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0;
}

.testimonial-slider::before,
.testimonial-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.testimonial-slider::before {
  left: 0;
  background: linear-gradient(90deg, #edf5ff 0%, rgba(237, 245, 255, 0));
}

.testimonial-slider::after {
  right: 0;
  background: linear-gradient(270deg, #edf5ff 0%, rgba(237, 245, 255, 0));
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 1.25rem;
  animation: slideTestimonials 28s linear infinite;
}

.testimonial-card {
  flex: 0 0 320px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 106, 206, 0.08);
  box-shadow: 0 10px 30px rgba(18, 106, 206, 0.08);
  border-radius: 18px;
  padding: 1.4rem 1.2rem 1.2rem;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.rating {
  color: #f4b400;
  letter-spacing: 0.08em;
  font-size: 1rem;
}

.review-badge {
  background: rgba(18, 106, 206, 0.08);
  color: #126ACE;
  border: 1px solid rgba(18, 106, 206, 0.12);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-card p {
  margin: 0;
  color: #394b60;
  line-height: 1.7;
  font-size: 0.98rem;
}

.testimonial-author {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.testimonial-author strong {
  font-size: 0.98rem;
  color: #0d1d35;
}

.testimonial-author span {
  font-size: 0.8rem;
  color: #56657a;
}

@keyframes slideTestimonials {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .client-feedback-section {
    padding: 3rem 0 3.5rem;
  }

  .testimonial-card {
    flex-basis: 280px;
    min-height: 230px;
  }

  .section-intro p {
    font-size: 0.96rem;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    flex-basis: 250px;
    padding: 1.2rem 1rem;
  }

  .section-intro h2 {
    font-size: 1.9rem;
  }
}

.icons-badges-section {
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, #f0f9ff, #ffffff);
  border-radius: 15px;
  margin: 2rem 0;
}

.icons-badges-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.icons-badges-container h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #126ACE;
  margin-bottom: 0.4rem;
  background: linear-gradient(to right, #126ACE, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.icons-badges-container > p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.75rem;
  font-weight: 600;
}

.badges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  padding: 0;
}

.badge-item {
  background: #ffffff;
  padding: 1.2rem 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.badge-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(18, 106, 206, 0.15);
  background: linear-gradient(135deg, #f0f9ff, #ffffff);
}

.badge-icon{
    width:140px;
    height:140px;
    border-radius:50%;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 1rem;
}


.badge-icon img {
  width: 88% !important;
  height: 88% !important;
  object-fit: contain !important;
  max-width: none !important;
  max-height: none !important;
}


.badge-item:hover .badge-icon {
  color: #00d4ff;
  transform: scale(1.15) rotate(5deg);
}

.badge-item:hover .badge-icon img {
  transform: scale(1.15) rotate(5deg);
}

.badge-item h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin: 0.5rem 0;
}

.badge-item p {
  font-size: 0.9rem;
  color: #666;
  margin: 0.2rem 0 0 0;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .icons-badges-section {
    padding: 2.5rem 1rem;
  }

  .icons-badges-container h2 {
    font-size: 2rem;
  }

  .badges-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
  }

  .badge-item {
    padding: 1.5rem 1rem;
  }

  .badge-icon {
    font-size: 2.5rem;
  }

  .badge-item h3 {
    font-size: 1.1rem;
  }

  .badge-item p {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .icons-badges-container h2 {
    font-size: 1.6rem;
  }

  .badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .badge-item {
    padding: 1rem 0.8rem;
  }

  .badge-icon {
    font-size: 2rem;
  }

  .badge-item h3 {
    font-size: 0.95rem;
  }

  .badge-item p {
    font-size: 0.75rem;
  }
}
@media (max-width: 400px) {
  .badges-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .badge-item {
    padding: 0.7rem 0.5rem;
  }
}

/* Responsive adjustments for Global Laws Section */
@media (max-width: 1024px) {
  .laws-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .law-item {
    padding: 1rem;
  }

  .law-item h3 {
    font-size: 1rem;
  }

  .law-desc {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .global-laws-section {
    padding: 2rem 0;
  }

  .laws-header {
    margin-bottom: 1.5rem;
  }

  .laws-header h2 {
    font-size: 1.6rem;
  }

  .laws-subtitle {
    font-size: 0.9rem;
  }

  .laws-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .law-item {
    padding: 1rem;
  }

  .btn-view-more-laws {
    padding: 0.7rem 1.5rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .laws-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .laws-header h2 {
    font-size: 1.3rem;
  }

  .law-item {
    padding: 0.8rem;
  }

  .law-item h3 {
    font-size: 0.95rem;
  }

  .law-desc {
    font-size: 0.8rem;
  }

  .law-region-badge {
    font-size: 0.65rem;
    padding: 0.2rem 0.5rem;
  }

  .btn-view-more-laws {
    padding: 0.6rem 1.2rem;
    font-size: 0.75rem;
  }
}

/* Responsive adjustments for CTA and Trust Sections */
@media (max-width: 1024px) {
  .footer-cta-section {
    padding: 4.5rem 2rem;
  }

  .footer-cta-content h2 {
    font-size: 2.3rem;
  }

  .footer-cta-content p {
    font-size: 1rem;
  }

  .btn-footer-cta {
    padding: 1.1rem 2.8rem;
    font-size: 0.95rem;
  }

  .footer-trust-section {
    padding: 3.5rem 2rem;
    gap: 2rem;
  }

  .trust-number {
    font-size: 2.8rem;
  }

  .trust-item {
    padding: 1.8rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .footer-cta-section {
    padding: 3.5rem 1.5rem;
  }

  .footer-cta-content h2 {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }

  .footer-cta-content p {
    font-size: 0.95rem;
    margin-bottom: 1.8rem;
  }

  .btn-footer-cta {
    padding: 1rem 2.2rem;
    font-size: 0.9rem;
  }

  .footer-trust-section {
    padding: 2.8rem 1.5rem;
    gap: 1.5rem;
  }

  .trust-item {
    padding: 1.5rem 1.2rem;
  }

  .trust-number {
    font-size: 2.4rem;
  }

  .trust-item p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .footer-cta-section {
    padding: 2.5rem 1rem;
  }

  .footer-cta-content h2 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }

  .footer-cta-content p {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }

  .btn-footer-cta {
    padding: 0.9rem 1.8rem;
    font-size: 0.8rem;
    flex-direction: column;
    gap: 0.5rem;
  }

  .btn-footer-cta i {
    font-size: 1rem;
  }

  .footer-trust-section {
    padding: 2rem 1rem;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    padding: 1.2rem 1rem;
  }

  .trust-number {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }

  .trust-item p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

/* =============================================
   ABOUT PAGE STYLES
   ============================================= */

/* About Intro Section */
.about-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
  margin-top: 0.5rem;
}

.about-intro-section {
  padding: 1rem 0 0.25rem;
  border-bottom: none;
}

.about-intro-grid {
  display: block;
}

.about-intro-content h1 {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 900;
  color: #126ACE;
  margin-bottom: 0.6rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.about-intro-content h1 {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 900;
  color: #126ACE;
  margin-bottom: 0.6rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.lead-text {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.about-points {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.about-point {
  display: flex;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid rgba(18, 106, 206, 0.1);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-height: 72px;
  position: relative;
  overflow: hidden;
}

.about-point::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #126ACE 0%, rgba(18, 106, 206, 0.65) 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.about-point:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(18, 106, 206, 0.12);
  border-color: rgba(18, 106, 206, 0.18);
}

.about-point:hover::before {
  transform: scaleY(1);
}

.point-content {
  width: 100%;
}

.point-content h2,
.point-content h3,
.point-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #126ACE;
  margin: 0 0 0.15rem 0;
}

.point-content p {
  font-size: 0.87rem;
  color: #666;
  margin: 0;
  line-height: 1.42;
}

.about-intro-image {
  position: relative;
}

.image-placeholder {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(18, 106, 206, 0.2);
}

.image-placeholder img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.about-intro-image:hover .image-placeholder img {
  transform: scale(1.05);
}

/* Banner placeholder styles */
.banner-image-placeholder {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef7ff 0%, #f8fcff 100%);
  border: 2px dashed rgba(18, 106, 206, 0.25);
  color: #126ACE;
  padding: 2rem;
  text-align: center;
}

.banner-image-placeholder .placeholder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}

.banner-image-placeholder .placeholder-content i {
  font-size: 2rem;
  color: rgb(186, 250, 58);
}

.banner-image-placeholder .placeholder-content span {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.banner-image-placeholder .placeholder-content strong {
  font-size: 1.1rem;
  color: #1f3c5b;
}

/* About Approach Section */
.about-approach-section {
  padding: 1rem 0 0.35rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
  margin: 0;
  border-radius: 20px;
}

.about-approach-grid {
  display: block;
}

.about-approach-content h2 {
  font-size: clamp(2rem, 2.4vw, 2.3rem);
  font-weight: 900;
  color: #126ACE;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.approach-cards {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.approach-card {
  padding: 0.9rem 1rem;
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid rgba(18, 106, 206, 0.1);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.approach-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #126ACE 0%, rgba(18, 106, 206, 0.65) 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.approach-card:hover {
  border-color: rgba(18, 106, 206, 0.18);
  box-shadow: 0 12px 30px rgba(18, 106, 206, 0.12);
  transform: translateY(-4px);
}

.approach-card:hover::before {
  transform: scaleY(1);
}

.card-number {
  font-size: 2rem;
  font-weight: 900;
  color: #126ACE;
  margin-bottom: 0.3rem;
}

.approach-card h3,
.approach-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #126ACE;
  margin: 0 0 0.4rem 0;
}

.approach-card p {
  font-size: 0.88rem;
  color: #666;
  margin: 0;
  line-height: 1.45;
}

/* Values Section */
.about-values-section {
  padding: 3rem 0 2.5rem;
}

.values-header {
  text-align: center;
  margin-bottom: 2rem;
}

.values-header h2 {
  font-size: 2.3rem;
  font-weight: 900;
  color: #126ACE;
  margin-bottom: 0.6rem;
}

.values-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.industry-slider {
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0;
}

.industry-slider::before,
.industry-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.industry-slider::before {
  left: 0;
  background: linear-gradient(90deg, #f4f4f9 0%, rgba(244, 244, 249, 0) 100%);
}

.industry-slider::after {
  right: 0;
  background: linear-gradient(270deg, #f4f4f9 0%, rgba(244, 244, 249, 0) 100%);
}

.industry-track {
  display: flex;
  width: max-content;
  gap: 0.9rem;
  animation: industry-scroll 28s linear infinite;
}

.value-card {
  flex: 0 0 220px;
  min-height: 180px;
  padding: 1.1rem 0.9rem;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  border-radius: 16px;
  border: 2px solid rgba(18, 106, 206, 0.1);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-sizing: border-box;
}

.value-card:hover {
  border-color: #00b8d9;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 184, 217, 0.18);
}

.value-icon {
  font-size: 2.2rem;
  color: #00a7c7;
  margin-bottom: 0.7rem;
  display: block;
  filter: drop-shadow(0 0 6px rgba(0, 167, 199, 0.35));
}

.value-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #126ACE;
  margin: 0 0 0.4rem 0;
  line-height: 1.3;
}

.value-card p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

@keyframes industry-scroll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* MVVT Section */
.about-mvvt-section {
  padding: 2.5rem 1rem;
  background: linear-gradient(135deg, #126ACE 0%, rgba(18, 106, 206, 0.95) 100%);
  border-radius: 20px;
  margin: 1rem 0;
}

.mvvt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  padding: 1rem;
  align-items: stretch;
  background: rgba(18, 106, 206, 0.5);
  border-radius: 16px;
}

.mvvt-card {
  padding: 1.5rem 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  border: 2px solid rgba(186, 250, 58, 0.25);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(10px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}

.mvvt-card:hover {
  background: rgba(186, 250, 58, 0.12);
  border-color: rgb(186, 250, 58);
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(186, 250, 58, 0.2);
}

.mvvt-icon {
  font-size: 3.2rem;
  color: rgb(186, 250, 58);
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
}

.mvvt-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0 0.8rem 0;
  color: #ffffff;
  line-height: 1.3;
}

.mvvt-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.65;
}

/* Technical Excellence Section */
.about-technical-section {
  padding: 2.5rem 0 1rem;
}

.technical-header {
  text-align: center;
  margin-bottom: 2rem;
}

.technical-header h2, 
.technical-header h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #126ACE;
  margin-bottom: 0.6rem;
}

.technical-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.technical-slider {
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0;
}

.technical-slider::before,
.technical-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.technical-slider::before {
  left: 0;
  background: linear-gradient(90deg, #f4f4f9 0%, rgba(244, 244, 249, 0) 100%);
}

.technical-slider::after {
  right: 0;
  background: linear-gradient(270deg, #f4f4f9 0%, rgba(244, 244, 249, 0) 100%);
}

.technical-track {
  display: flex;
  width: max-content;
  gap: 0.9rem;
  animation: technical-scroll 26s linear infinite;
}

.feature-item {
  flex: 0 0 220px;
  min-height: 180px;
  padding: 1.1rem 0.9rem;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  border-radius: 16px;
  border: 2px solid rgba(18, 106, 206, 0.1);
  text-align: center;
  transition: all 0.35s ease;
  box-sizing: border-box;
}

.feature-item:hover {
  border-color: #00b8d9;
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 184, 217, 0.14);
}

.feature-icon {
  font-size: 2.2rem;
  color: #00a7c7;
  margin-bottom: 0.7rem;
  display: block;
  filter: drop-shadow(0 0 6px rgba(0, 167, 199, 0.35));
}

.feature-item h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #126ACE;
  margin: 0 0 0.4rem 0;
  line-height: 1.3;
}

.feature-item p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

@keyframes technical-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* About CTA Section */
.about-cta-section {
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  border-radius: 20px;
  margin: 2rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(186, 250, 58, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.about-cta-section::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(18, 106, 206, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.about-cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.about-cta-content h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #126ACE;
  margin: 0 0 0.8rem 0;
}

.about-cta-content p {
  font-size: 1.1rem;
  color: #666;
  margin: 0 0 1.5rem 0;
  font-weight: 500;
}

.about-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(135deg, #126ACE 0%, rgba(18, 106, 206, 0.9) 100%);
  color: rgb(186, 250, 58) !important;
  padding: 0.95rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 3px solid #126ACE;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
  box-shadow: 0 10px 30px rgba(18, 106, 206, 0.25);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-cta-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn-cta-primary:hover {
  background: linear-gradient(135deg, rgb(186, 250, 58) 0%, #baff3a 100%);
  color: #1a1a1a !important;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 16px 45px rgba(18, 106, 206, 0.35);
  border-color: rgb(186, 250, 58);
}

.btn-cta-primary:hover::before {
  left: 100%;
}

.btn-cta-primary i {
  transition: transform 0.4s ease;
  font-size: 1rem;
}

.btn-cta-primary:hover i {
  transform: translateX(4px);
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
   background: #ffffff !important;
   color: #126ACE !important;
   padding: 0.95rem 2rem;
   border-radius: 10px;
   font-weight: 700;
   text-decoration: none;
   transition: all 0.4s ease;
   border: 3px solid #126ACE !important;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   font-size: 0.95rem;
   cursor: pointer;
   box-shadow: 0 10px 25px rgba(18, 106, 206, 0.25);
   position: relative;
   z-index: 2;
 }

 .btn-cta-secondary:hover {
   background: #e8f2ff;
   color: #126ACE !important;
   transform: translateY(-4px);
   box-shadow: 0 12px 30px rgba(18, 106, 206, 0.35);
 }

/* About Page Responsive */
@media (max-width: 1024px) {
  .about-top-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-intro-grid,
  .about-approach-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-intro-content h2,
  .about-approach-content h2,
  .values-header h2,
  .technical-header h2 {
    font-size: 2.2rem;
  }

  .mvvt-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-cta-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .about-intro-section,
  .about-approach-section,
  .about-values-section,
  .about-technical-section {
    padding: 3rem 0;
  }

  .about-intro-content h2,
  .about-approach-content h2,
  .values-header h2,
  .technical-header h2 {
    font-size: 1.8rem;
  }

  .lead-text {
    font-size: 1rem;
  }

  .about-points {
    gap: 1.2rem;
  }

  .about-point {
    padding: 1.2rem;
  }

  .approach-cards {
    gap: 1.2rem;
  }

  .values-grid,
  .technical-features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .mvvt-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-cta-buttons {
    gap: 1rem;
    flex-direction: column;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .about-intro-section,
  .about-approach-section,
  .about-values-section,
  .about-technical-section {
    padding: 2rem 0;
  }

  .about-intro-content h2,
  .about-approach-content h2,
  .values-header h2,
  .technical-header h2 {
    font-size: 1.4rem;
  }

  .lead-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .about-points {
    gap: 1rem;
  }

  .about-point {
    padding: 1rem;
    flex-direction: column;
    gap: 0.8rem;
  }

  .point-icon {
    font-size: 1.3rem;
  }

  .point-content h4 {
    font-size: 1rem;
  }

  .point-content p {
    font-size: 0.85rem;
  }

  .card-number {
    font-size: 2rem;
  }

  .approach-card h4,
  .value-card h3,
  .mvvt-card h3 {
    font-size: 1rem;
  }

  .value-icon,
  .mvvt-icon,
  .feature-icon {
    font-size: 2.5rem;
  }

  .about-cta-content h2 {
    font-size: 1.5rem;
  }

  .about-cta-content p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    padding: 0.9rem 1.8rem;
    font-size: 0.8rem;
  }
}

/* ===== Global Presence Section ===== */
.global-presence-section {
  background: #f9fafb;
  padding: 2.5rem 0 2rem;
  margin: 1rem 0 0;
}

.presence-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.presence-header h2 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #0052CC;
  margin-bottom: 0.6rem;
  letter-spacing: -0.5px;
}

.presence-subtitle {
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* World Map Box */
.presence-map-box {
  position: relative;
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16 / 7.4;
  min-height: 260px;
  background: #f5f5f5;
}

.world-map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hotspots */
.hotspot {
  position: absolute;
  left: var(--x, 50%);
  top: var(--y, 50%);
  transform: translate(-50%, -50%) scale(var(--scale, 1));
  z-index: 10;
}

.hotspot-us { --x: 20%; --y: 35%; --scale: 1; }
.hotspot-ca { --x: 28%; --y: 20%; --scale: 1; }
.hotspot-eu { --x: 50%; --y: 30%; --scale: 1; }
.hotspot-ae { --x: 62%; --y: 52%; --scale: 1; }
.hotspot-in { --x: 72%; --y: 48%; --scale: 1; }
.hotspot-au { --x: 80%; --y: 76%; --scale: 1; }

.hotspot-button {
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  min-width: 110px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hotspot:hover .hotspot-button {
  transform: scale(1.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Vibrant Colors for Each Region - WCAG AAA Accessible */
.hotspot-us .hotspot-button {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
}

.hotspot-ca .hotspot-button {
  background: linear-gradient(135deg, #E11D48 0%, #BE124D 100%);
}

.hotspot-eu .hotspot-button {
  background: linear-gradient(135deg, #0369A1 0%, #0284C7 100%);
}

.hotspot-ae .hotspot-button {
  background: linear-gradient(135deg, #D97706 0%, #B45309 100%);
}

.hotspot-in .hotspot-button {
  background: linear-gradient(135deg, #7C3AED 0%, #6D28D9 100%);
}

.hotspot-au .hotspot-button {
  background: linear-gradient(135deg, #0891B2 0%, #0369A1 100%);
}

.hotspot-label {
  text-align: center;
  pointer-events: none;
}

.hotspot-code {
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 2px;
}

.hotspot-name {
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.hotspot-info {
  font-size: 0.58rem;
  opacity: 0.95;
}

/* Regions Grid */
.regions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.region-detail-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.region-detail-card:nth-child(2) {
  border: 2px solid #126ACE;
}

.region-detail-card:hover {
  border-color: #126ACE;
  box-shadow: 0 8px 20px rgba(18, 106, 206, 0.15);
  transform: translateY(-4px);
}

.region-code-large {
  font-size: 2.2rem;
  font-weight: 900;
  color: #0052CC;
  margin-bottom: 0.8rem;
  letter-spacing: 1px;
}

.region-detail-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0052CC;
  margin-bottom: 1rem;
}

.region-detail-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.region-cities {
  font-size: 0.9rem;
  color: #0052CC;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .presence-map-box {
    min-height: 400px;
  }

  .hotspot-button {
    min-width: 130px;
    padding: 10px 14px;
  }

  .hotspot-code {
    font-size: 1rem;
  }

  .hotspot-name {
    font-size: 0.8rem;
  }

  .hotspot-info {
    font-size: 0.65rem;
  }
}

@media (max-width: 768px) {
  .presence-header h2 {
    font-size: 2rem;
  }

  .presence-map-box {
    min-height: 350px;
    margin-bottom: 2rem;
  }

  .hotspot-us { --scale: 0.9; }
  .hotspot-ca { --scale: 0.9; }
  .hotspot-eu { --scale: 0.9; }
  .hotspot-ae { --scale: 0.9; }
  .hotspot-in { --scale: 0.9; }
  .hotspot-au { --scale: 0.9; }

  .hotspot-button {
    min-width: 92px;
    padding: 7px 10px;
  }

  .hotspot-code {
    font-size: 0.85rem;
  }

  .hotspot-name {
    font-size: 0.7rem;
    margin-bottom: 2px;
  }

  .hotspot-info {
    font-size: 0.56rem;
  }

  .regions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .region-detail-card {
    padding: 1.8rem 1.2rem;
  }

  .region-code-large {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }

  .region-detail-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }

  .region-detail-card p {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .region-cities {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .presence-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }

  .presence-subtitle {
    font-size: 0.95rem;
    max-width: 90%;
    margin: 0 auto;
  }

  .presence-map-box {
    min-height: 240px;
    aspect-ratio: 1.1;
    max-width: 100%;
  }

  .hotspot {
    max-width: 90px;
  }

  .hotspot-us { --x: 18%; --y: 38%; --scale: 0.8; }
  .hotspot-ca { --x: 30%; --y: 23%; --scale: 0.8; }
  .hotspot-eu { --x: 52%; --y: 30%; --scale: 0.8; }
  .hotspot-ae { --x: 65%; --y: 56%; --scale: 0.8; }
  .hotspot-in { --x: 76%; --y: 50%; --scale: 0.8; }
  .hotspot-au { --x: 80%; --y: 78%; --scale: 0.75; }

  .hotspot-button {
    min-width: 68px;
    padding: 4px 7px;
    border-radius: 7px;
  }

  .hotspot-code {
    font-size: 0.72rem;
  }

  .hotspot-name {
    font-size: 0.56rem;
    line-height: 1.1;
  }

  .hotspot-info {
    font-size: 0.5rem;
    display: none;
  }

  .regions-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .region-detail-card {
    padding: 1.5rem 1rem;
  }

  .region-code-large {
    font-size: 1.5rem;
  }

  .region-detail-card h3 {
    font-size: 1rem;
  }

  .region-detail-card p {
    font-size: 0.8rem;
  }
}
