:root {
  --light: #f4f4f4;
  --font-head:
    "Raleway", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-num:
    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body:
    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-tag: "DM Serif Text", serif;
  --teal: #1d6d73;
  --teal-2: #334455;
  --orange: #ff7043;
  --text: #333333;
  --grey: #f1f1f1;
  --muted: #6b7280;
  --bg-soft: #f4f4f4;
  --border: rgba(17, 24, 39, 0.1);
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  --btn-hover-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  --card-hover-shadow: 0 18px 36px rgba(17, 24, 39, 0.12);
  --card-hover-lift: scale(1.015);
  --radius: 8px;
  --radius-lg: 12px;
  --padding: 56px 0;
  --pad: 56px;
  --card: #2a7c81;
  --line: rgba(255, 255, 255, 0.65);
  --dot: #ffffff;

  /* Font size tokens */
  --fs-40: 40px;
  --fs-28: 28px;
  --fs-24: 24px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-16: 16px;
  --fs-14: 14px;
  --fs-12: 12px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scrollbar-gutter: stable;
}
body {
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-16);
  line-height: 1.5;
  font-weight: 400;
}

/* Breadcrumb */
.breadcrumb {
  --bs-breadcrumb-divider: ">";
  font-size: var(--fs-14);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-head);
}
p {
  font-family: var(--font-body);
  color: var(--text);
  font-size: var(--fs-16);
  line-height: 1.6;
}
.section-title {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: var(--fs-24);
  line-height: 1.2;
}
.section-pad {
  padding: var(--padding);
}
.top-pad {
  padding-top: var(--pad);
}

.section-sub {
  color: var(--muted);
  font-size: var(--fs-16);
  line-height: 1.6;
}
.btn {
  font-size: var(--fs-14) !important;
}
/* Top bar */
.site-header {
  z-index: 1030;
}
.topbar {
  background: var(--teal);
  color: #fff;
  font-size: var(--fs-16);
  max-height: 50px;
}
.topbar-link {
  color: #fff;
  text-decoration: none;
  opacity: 0.95;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--fs-16);
  font-weight: 700;
}
.topbar-link:hover {
  opacity: 1;
  transform: scale(1.04);
}

/* Navbar */
.navbar-main {
  background: #fff;
  /* border-bottom: 1px solid var(--border); */
  min-height: 74px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.brand-logo {
  height: 34px;
  width: auto;
}
.navbar .nav-link {
  color: #374151;
  font-weight: 500;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}
.navbar .nav-link:hover {
  color: var(--teal);
  transform: scale(1.04);
}
.navbar .nav-link.active {
  color: var(--teal);
}
.navbar .nav-item.dropdown .nav-link.active {
  color: var(--teal);
}

.btn-enquire {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  border-radius: var(--radius);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}
.btn-enquire:hover {
  transform: scale(1.04);
  box-shadow: var(--btn-hover-shadow);
  background: #f26435;
  border-color: #f26435;
  color: var(--dot);
}

/* Hero */
.hero-wrap {
  background: #fff;
}
.hero-placeholder {
  height: 420px;
  background: #d9d9d9;
}

/* Stats */
.stat {
  padding: 10px 8px;
}
.stat-num {
  color: var(--teal);
  font-weight: 800;
  font-size: clamp(22px, 1.8vw, 28px);
  font-family: var(--font-num);
}
.stat-label {
  color: var(--muted);
  font-size: var(--fs-16);
}

/* Why cards */
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.feature-card:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
  border-color: rgba(31, 111, 115, 0.28);
}
.feature-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(31, 111, 115, 0.12);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.feature-title {
  font-weight: 700;
}
.feature-sub {
  color: var(--muted);
  font-size: var(--fs-14);
  margin-top: 2px;
}

/* Clients */
.clients-strip {
  background: #fff;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(80px, 1fr));
  gap: 0px;
  align-items: center;
}
.clients-grid img {
  max-height: 28px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.9;
  transition:
    filter 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}
.clients-grid img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-2px);
}
@media (max-width: 992px) {
  .clients-grid {
    grid-template-columns: repeat(5, minmax(70px, 1fr));
  }
}
@media (max-width: 576px) {
  .clients-grid {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
  }
}

.logo-marquee {
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 0px;
  width: max-content;
  animation: logosScroll 80s linear infinite;
  will-change: transform;
}

.logo-marquee--reverse .logo-track {
  animation-direction: reverse;
}

.logo-track img {
  width: 170px;
  height: 90px;
  object-fit: contain;
  flex: 0 0 auto;
}

@keyframes logosScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none !important;
  }
}

/* Products */
.product-card {
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 56% 44%;
  max-width: 623px;
  height: 100%;
  overflow: hidden;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
}
.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0;
}
.product-media img {
  max-width: 100%;
  max-height: 255px;
  object-fit: contain;
}
.product-body {
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}
.product-title {
  font-weight: 700;
  margin: 0;
  font-size: clamp(var(--fs-22), 1.5vw, var(--fs-24));
  line-height: 1.3;
  color: var(--teal-2);
  text-align: left;
}

.products-grid-row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
}

.product-actions {
  display: grid;
  gap: 20px;
  width: 100%;
}

.product-actions .btn {
  width: 100%;
  padding: 12px !important;
  border-radius: var(--radius);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.product-actions .btn-light {
  border: 1px solid #ececec;
  background-color: var(--dot);
  color: #3d3d3d!important;
}
.product-actions .btn-light:hover {
  background: #e7e7e7;
  box-shadow: var(--btn-hover-shadow);
  color: #3d3d3d!important;
  border-color: #e1e1e1;
}

.product-actions .btn-light .download-arrow-icon,
.download-arrow-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-teal {
  background: var(--teal);
  border: 1px solid var(--teal);
  color: var(--dot);
}
.btn-teal:hover {
  background: #165c61;
  border-color: #165c61;
  box-shadow: var(--btn-hover-shadow);
  color: var(--dot);
}

.mini-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  font-size: var(--fs-20);
  line-height: 1.3;
  font-family: var(--font-head);
  text-decoration: none;
  color: var(--teal-2);
  background: var(--bg-soft);
  border-radius: var(--radius);
  padding: 15px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.mini-link:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
  border-color: rgba(31, 111, 115, 0.24);
  background: #eceff0;
}
.mini-link-arrow {
  width: 30px;
  height: 30px;
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA band */
.cta-band {
  background: var(--teal);
  color: #fff;
  padding: var(--padding);
}
.cta-title {
  font-weight: 500;
  font-family: var(--font-head);
  font-size: var(--fs-20);
}
.cta-sub {
  opacity: 0.9;
}
.cta-gap {
  margin-bottom: 1.75rem !important;
}
.btn-orange {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--dot);
  border-radius: var(--radius);
  padding: 8px 15px !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.btn-orange:hover {
  background: #f26435;
  border-color: #f26435;
  color: var(--dot);
  box-shadow: var(--btn-hover-shadow);
  transform: scale(1.04);
}
.btn-teal-fade {
  background: #4a8b90;
  border: 1px solid #4a8b90;
  color: var(--dot);
  border-radius: var(--radius);
  padding: 8px 15px !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.btn-teal-fade:hover {
  background: #3f9ea4;
  border-color: #3f9ea4;
  color: var(--dot);
  transform: scale(1.04);
  box-shadow: var(--btn-hover-shadow);
}
.btn-grey {
  background: var(--grey);
  border: 1px solid var(--grey);
  color: var(--text);
  border-radius: var(--radius);
  padding: 8px 15px !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.btn-grey:hover {
  background: #dfdfdf;
  border-color: #dfdfdf;
  transform: scale(1.04);
  color: var(--text);
  box-shadow: var(--btn-hover-shadow);
}

/* Blog */
.link-teal {
  color: var(--teal);
  display: inline-block;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}
.link-teal:hover {
  transform: scale(1.04);
  text-decoration: underline;
}

.blog-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  height: 100%;
}
.blog-card:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
  border-color: rgba(31, 111, 115, 0.24);
}
.blog-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.blog-body {
  padding: 14px 14px 16px;
}
.blog-title {
  font-weight: 700;
  font-size: var(--fs-14);
  line-height: 1.25;
}
.blog-sub {
  color: var(--muted);
  font-size: var(--fs-14);
  margin-top: 6px;
}

/* FAQ */
.faq-acc .accordion-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.faq-acc .accordion-button {
  font-weight: 600;
}
.faq-acc .accordion-button:not(.collapsed) {
  color: var(--teal);
  background: rgba(31, 111, 115, 0.06);
}

/* Footer */
.footer-main {
  background: #28292c;
  color: rgba(255, 255, 255, 0.85);
}
.footer-logo {
  height: 30px;
  width: auto;
}
.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--fs-14);
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.footer-list a {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
  font-size: var(--fs-14);
}
.footer-list a:hover {
  color: #fff;
  transform: scale(1.04);
  text-decoration: underline;
}
.footer-muted {
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fs-14);
}
.footer-hr {
  border-color: rgba(255, 255, 255, 0.12);
}
.footer-small {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--fs-14);
}
.footer-small a {
  color: rgba(255, 255, 255, 0.65);
  display: inline-block;
  text-decoration: none;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}
.footer-small a:hover {
  color: #fff;
  transform: scale(1.04);
  text-decoration: underline;
}

/* reCAPTCHA v3: hide floating badge (Google allows this if disclosure is visible in the UI). */
.grecaptcha-badge {
  visibility: hidden;
}

.footer-recaptcha {
  margin: 0 0 1rem;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
  max-width: 52rem;
}
.footer-recaptcha a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
}
.footer-recaptcha a:hover {
  color: #fff;
}

.footer-contact-col {
  padding-left: 2.25rem;
}

@media (max-width: 992px) {
  .products-grid-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .footer-contact-col {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .product-card {
    grid-template-columns: 1fr;
  }
  .product-media img {
    max-height: 220px;
  }
}

.feature-ic img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* ===== About page ===== */
.about-hero-row {
  align-items: stretch !important;
}

.about-hero-media {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  width: 100%;
  min-height: 100%;
}

.about-chip-grid {
  --bs-gutter-y: 12px;
}

.about-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.chip {
  background: var(--bg-soft);
  border-radius: var(--radius);
  min-height: 60px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: var(--fs-14);
  text-align: center;
  justify-content: center;
  color: var(--teal-2);
}

.about-mini-ic img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.people-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-direction: column;
}
.people-photo {
  width: 170px;
  height: 170px;
  border-radius: var(--radius);
  object-fit: cover;
  /* border: 1px solid var(--border); */
  background: #f3f5f6;
}
.people-tag {
  font-size: var(--fs-14);
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}
.people-name {
  font-weight: 600;
  margin-top: 2px;
  font-size: var(--fs-20);
  color: var(--teal-2);
}
.people-text {
  color: var(--muted);
  font-size: var(--fs-14);
  margin-top: 10px;
  margin-right: 50px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .people-card {
    flex-direction: column;
  }
  .people-photo {
    width: 140px;
    height: 140px;
  }
  .people-text {
    margin-right: 0px;
  }
}

/* Timeline */
.wrap {
  padding: 48px 0 64px;
  background: var(--teal);
  color: var(--light);
}
.journey-image-wrap {
  margin-top: 14px;
}
.journey-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Testimonials */
.test-card {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}
.stars {
  color: #f4b400;
  letter-spacing: 2px;
  font-size: var(--fs-20);
}
.test-body {
  color: var(--muted);
  font-size: var(--fs-14);
  margin-top: 10px;
}
.test-person {
  margin-top: 50px;
  padding-top: 10px;
}
.test-person p {
  color: var(--muted);
  font-size: var(--fs-14);
}

/* Testimonials marquee (auto-scroll, pause on hover) */
.test-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.test-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: testScroll 28s linear infinite;
  padding: 6px 2px;
  will-change: transform;
}
.test-marquee:hover .test-track {
  animation-play-state: paused;
}
.test-card--marq {
  min-width: 280px;
  max-width: 320px;
}
@keyframes testScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .test-card--marq {
    min-width: 260px;
  }
  .test-track {
    animation-duration: 22s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .test-track {
    animation: none !important;
  }
}

/* ===== Typography scale (per spec) ===== */
/* h1, .h1{ font-size: clamp(28px, 3.1vw, 40px); line-height: 1.15;  font-weight: 700;} */
h1,
.h1 {
  font-size: clamp(var(--fs-28), 3.1vw, var(--fs-40));
  line-height: 1.15;
  font-weight: 700;
}
h2,
.h2 {
  font-size: var(--fs-28);
  line-height: 1.2;
  font-weight: 700;
}
h3,
.h3 {
  font-size: var(--fs-24);
  line-height: 1.25;
  font-weight: 700;
}
h4,
.h4 {
  font-size: var(--fs-20);
  line-height: 1.3;
}

.b1 {
  font-size: var(--fs-20);
  line-height: 1.7;
}
.b2 {
  font-size: var(--fs-16);
  line-height: 1.6;
}
.b3 {
  font-size: var(--fs-14);
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  :root {
    --padding: 48px 0;
    --pad: 48px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --padding: 40px 0;
    --pad: 40px;
  }

  h1,
  .h1 {
    font-size: var(--fs-28);
  }
  h2,
  .h2 {
    font-size: var(--fs-24);
  }
  h3,
  .h3 {
    font-size: var(--fs-22);
  }
  h4,
  .h4 {
    font-size: var(--fs-20);
  }
  .section-title {
    font-size: var(--fs-24);
  }
}

@media (max-width: 767.98px) {
  :root {
    --padding: 32px 0;
    --pad: 32px;
  }

  h1,
  .h1 {
    font-size: var(--fs-24);
  }
  h2,
  .h2 {
    font-size: var(--fs-20);
  }
  h3,
  .h3 {
    font-size: var(--fs-20);
  }
  h4,
  .h4 {
    font-size: var(--fs-20);
  }
  .section-title {
    font-size: var(--fs-20);
  }
  .navbar-main {
    min-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* Numbers-only styling */
.num,
.stat-num,
.journey-year,
.stars {
  font-family: var(--font-num);
  font-variant-numeric: tabular-nums;
}
h1 .num,
h2 .num,
h3 .num,
h4 .num,
.h1 .num,
.h2 .num,
.h3 .num,
.h4 .num {
  font-family: var(--font-num);
}
.stat-label {
  font-size: var(--fs-14);
} /* aligns with B3/B2 blend; adjust if needed */

/* ===== Product page ===== */
.text-teal {
  color: var(--teal) !important;
}

.prod-detail .prod-gallery-wrap {
  position: relative;
}
.prod-gallery {
  border-radius: var(--radius);

  min-height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-detail .prod-gallery {
  overflow: hidden;
}
.prod-main {
  max-width: 95%;
  max-height: 430px;
  object-fit: contain;
}
.prod-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: #dfdfdf;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  z-index: 2;
}
.prod-nav:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.prod-prev {
  left: -22px;
}
.prod-next {
  right: -22px;
}

.prod-cta-row {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.prod-quote {
  color: var(--teal);
  font-size: var(--fs-20);
  font-family: var(--font-tag);
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
.prod-quote-small {
  color: var(--teal);
  font-size: var(--fs-16);
  font-family: var(--font-tag);
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.prod-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
}

.prod-highlight-text {
  color: var(--teal);
  /* font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.3; */
  font-size: clamp(var(--fs-20), 1.3vw, var(--fs-22));
  line-height: 1.18;
  font-weight: 500;
}

.fade-in {
  animation: fadeIn 0.18s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}

.prod-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.prod-badge:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
  border-color: rgba(29, 109, 115, 0.24);
}
.prod-badge img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: saturate(1.05);
}
.prod-badge-title {
  color: var(--teal);
  font-weight: 700;
  font-size: var(--fs-14);
  line-height: 1.15;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
}
.feature-list li {
  padding-left: 2px;
}
.feature-list .fw-semibold {
  font-size: var(--fs-16);
}
.feature-list .text-muted {
  margin-top: 3px;
  color: var(--text) !important;
}

.spec-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.spec-row {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 12px;
  padding: 12px 14px;
}
.spec-row.alt {
  background: var(--light);
}
.spec-k {
  font-size: var(--fs-14);
  color: var(--text);
}
.spec-v {
  font-size: var(--fs-14);
  color: var(--text);
}
.footnote {
  font-size: var(--fs-12);
  color: var(--text);
}
.clients-grid--tight {
  grid-template-columns: repeat(11, minmax(70px, 1fr));
}
.prod-clients-scroll {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 2px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.prod-clients-scroll img {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: unset;
}
.prod-clients .logo-track img {
  width: auto;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.industry-card {
  position: relative;
  min-height: 288px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--light);
  isolation: isolate;
  outline: none;
}

.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(18, 29, 40, 0.1) 0%,
    rgba(18, 29, 40, 0.28) 100%
  );
  z-index: 1;
}

.industry-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  transition: transform 0.35s ease;
}

.industry-card-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  z-index: 2;
  margin: 0;
  background: rgba(248, 248, 248, 0.96);
  color: #2f3540;
  border-radius: var(--radius);
  padding: 14px 14px 16px;
  min-height: 64px;
  transform: translateY(calc(100% - 64px));
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.industry-card-title {
  margin: 0;
  font-size: var(--fs-16);
  line-height: 1.5;
  font-family: var(--font-body);
  font-weight: 500;
}

.industry-card-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
  font-size: var(--fs-14);
  line-height: 1.5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.2s ease,
    max-height 0.3s ease;
}

.industry-card:hover .industry-card-image,
.industry-card:focus-within .industry-card-image,
.industry-card:focus-visible .industry-card-image {
  transform: scale(1.04);
}

.industry-card:hover .industry-card-panel,
.industry-card:focus-within .industry-card-panel,
.industry-card:focus-visible .industry-card-panel {
  transform: translateY(0);
}

.industry-card:hover .industry-card-list,
.industry-card:focus-within .industry-card-list,
.industry-card:focus-visible .industry-card-list {
  opacity: 1;
  max-height: 180px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .prod-detail .row {
    --bs-gutter-x: 1.5rem;
  }
  .prod-gallery {
    min-height: 420px;
  }
  .prod-main {
    max-height: 360px;
  }
  .prod-prev {
    left: 8px;
  }
  .prod-next {
    right: 8px;
  }
  .prod-quote {
    font-size: 17px;
  }
  .prod-copy {
    font-size: 17px;
  }
  .prod-cta-row {
    justify-content: center;
    flex-wrap: wrap;
  }
  .prod-clients-scroll {
    gap: 20px;
  }
  .spec-row {
    grid-template-columns: 38% 62%;
  }
  .clients-grid--tight {
    grid-template-columns: repeat(6, minmax(70px, 1fr));
  }
  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .prod-gallery {
    min-height: 310px;
  }
  .prod-main {
    max-height: 270px;
  }
  .prod-quote {
    font-size: 16px;
  }
  .prod-title {
    margin-bottom: 16px;
  }
  .prod-copy {
    font-size: 16px;
  }
  .prod-highlight-text {
    font-size: 18px;
  }
  .prod-cta-row {
    justify-content: center;
    align-items: center;
  }
  .prod-highlights .col-6 {
    width: 100%;
  }
  .spec-row {
    grid-template-columns: 1fr;
  }
  .industries-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .industry-card {
    min-height: 340px;
  }
  .industry-card-panel {
    transform: translateY(0);
    padding: 14px 14px 16px;
    bottom: 0px;
  }
  .industry-card-list {
    opacity: 1;
    max-height: 180px;
    margin-bottom: 10px;
  }
}

/* ===== Clients page ===== */

.clients-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  gap: 20px;
  align-items: center;
}

.clients-wall img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 992px) {
  .clients-wall {
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .clients-wall {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 10px;
  }
}

/* ===== Blog page ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.blog-list-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--light);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-list-card:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
}

.blog-list-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  background: #dcdcdc;
}

.blog-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-list-thumb--checker {
  background-color: #e3e3e3;
  background-image:
    linear-gradient(45deg, #efefef 25%, transparent 25%),
    linear-gradient(-45deg, #efefef 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #efefef 75%),
    linear-gradient(-45deg, transparent 75%, #efefef 75%);
  background-size: 28px 28px;
  background-position:
    0 0,
    0 14px,
    14px -14px,
    -14px 0;
}

.blog-list-body {
  padding: 14px 14px 16px;
}

.blog-list-title {
  margin: 0;
  font-size: var(--fs-16);
  line-height: 1.5;
  font-family: var(--font-body);
  line-height: 1.5;
  font-weight: 500;
}

.blog-list-title a {
  color: var(--teal-2);
  text-decoration: none;
}

.blog-list-title a:hover {
  text-decoration: underline;
}

.blog-list-excerpt {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: var(--fs-14);
  line-height: 1.5;
}

@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .products-grid-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ===== Blog detail page ===== */

.blog-article-title {
  margin: 0 0 14px;
  font-size: clamp(var(--fs-28), 2.3vw, var(--fs-40));
  line-height: 1.18;
  font-weight: 700;
  color: var(--text);
}

.blog-article-hero {
  width: 100%;
  border-radius: 10px;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
}

.blog-article-body {
  color: var(--text);
  font-size: var(--fs-16);
  line-height: 1.72;
}

.blog-article-body p {
  margin-bottom: 16px;
}

.blog-article-body h2 {
  margin: 28px 0 10px;
  font-size: clamp(var(--fs-20), 1.35vw, var(--fs-28));
  line-height: 1.25;
  font-weight: 700;
  color: var(--text);
}

.blog-article-body ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.blog-article-body li {
  margin-bottom: 6px;
}

.blog-side-col {
  align-self: flex-start;
}

@media (min-width: 992.02px) {
  .blog-side-col {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }

  .blog-aside {
    position: static;
  }
}

.blog-support-card {
  background: var(--teal);
  color: #fff;
  border-radius: var(--radius);
  padding: 16px 16px 18px;
}

.blog-support-title {
  font-weight: 700;
  font-size: var(--fs-20);
  line-height: 1.3;
}

.blog-support-sub {
  margin-top: 4px;
  opacity: 0.9;
  font-size: var(--fs-14);
}

.blog-support-phone {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  text-decoration: none;
  font-size: clamp(var(--fs-24), 1.4vw, var(--fs-28));
  font-weight: 700;
  letter-spacing: 0.2px;
}

.blog-support-phone:hover {
  color: #fff;
  text-decoration: underline;
}

.blog-related-title {
  margin: 0 0 12px;
  font-size: var(--fs-28);
  font-size: clamp(var(--fs-20), 1.35vw, var(--fs-24));
  font-weight: 700;
  color: var(--text);
}

.blog-related-card {
  display: block;
  background: var(--light);
  border-radius: var(--radius);
  padding: 14px;
  margin-bottom: 20px;
  text-decoration: none;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-related-card:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
}

.blog-related-head {
  font-size: var(--fs-20);
  font-size: clamp(var(--fs-16), 0.95vw, var(--fs-20));
  line-height: 1.28;
  font-weight: 700;
  color: var(--teal-2);
}

.blog-related-copy {
  margin-top: 7px;
  color: var(--text);
  font-size: var(--fs-14);
  line-height: 1.48;
}

@media (max-width: 992px) {
  .blog-side-col {
    position: static;
    top: auto;
  }

  .blog-aside {
    position: static;
    top: auto;
  }

  .blog-article-title {
    font-size: clamp(var(--fs-24), 5vw, var(--fs-40));
  }
}

/* ===== Contact page ===== */
.contact-panel {
  background: #f6f6f6;
  border-radius: var(--radius);
  padding: 18px 16px;
  margin-bottom: 20px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.contact-panel:hover {
  transform: var(--card-hover-lift);
  box-shadow: var(--card-hover-shadow);
}
.contact-link {
  color: var(--teal);
}
.contact-strong {
  display: block;
  color: var(--teal);
  font-size: var(--fs-22);
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
}
.contact-strong + .contact-strong {
  margin-top: 6px;
}
.contact-form .form-label {
  font-size: var(--fs-14);
  color: var(--text);
  margin-bottom: 6px;
}
.contact-form .form-control {
  border: 0;
  background: var(--light);
  min-height: 44px;
  border-radius: var(--radius);
  font-size: var(--fs-14);
  color: var(--text);
  opacity: 50%;
  box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: 0 0 0 2px rgba(29, 109, 115, 0.16);
}
.contact-note {
  font-size: var(--fs-12);
  color: var(--text);
  opacity: 50%;
}
.contact-map {
  border-radius: var(--radius);
  overflow: hidden;
}
.contact-map iframe {
  width: 100%;
  height: 520px;
  border: 0;
  display: block;
}
@media (max-width: 992px) {
  .contact-strong {
    font-size: var(--fs-22);
  }
}
@media (max-width: 576px) {
  .contact-map iframe {
    height: 360px;
  }
}
/* ===== Home page Banner ===== */
.home-hero {
  background: #e3f0f1;
  color: #fff;
  overflow: hidden;
}
.home-bannerimg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-banner-wrap {
  position: relative;
}

.home-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.home-banner-dot {
  width: 10px;
  height: 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(95, 192, 201, 0.55);
  transition:
    width 0.18s ease,
    background 0.18s ease;
}

.home-banner-dot.is-active {
  width: 24px;
  background: #ffffff;
  border-color: rgba(31, 111, 115, 0.25);
}

@media (max-width: 767.98px) {

  .home-banner-dots {
    bottom: 8px;
    gap: 6px;
  }

  .home-banner-dot {
    width: 8px;
    height: 8px;
  }

  .home-banner-dot.is-active {
    width: 20px;
  }
}

.clients-grid--home {
  grid-template-columns: repeat(12, minmax(70px, 1fr));
  gap: 16px;
}

.clients-grid--home img {
  filter: none;
  opacity: 1;
  max-height: 34px;
}

.faq-acc--home .accordion-item {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  margin: 0;
  background: transparent;
}

.faq-acc--home .accordion-button {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  color: var(--teal-2);
  font-weight: 500;
  font-size: var(--fs-16);
  font-family: var(--font-body);
  line-height: 1.3;
  padding: 16px 0;
}

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

.faq-acc--home .accordion-button:not(.collapsed) {
  background: transparent;
  color: #2f4054;
}

.faq-acc--home .accordion-button::after {
  background-image: none;
  content: "+";
  width: auto;
  height: auto;
  font-size: var(--fs-24);
  line-height: 1;
  color: var(--teal-2);
  transform: none;
  margin-left: auto;
}

.faq-acc--home .accordion-button:not(.collapsed)::after {
  content: "\2212";
}

.faq-acc--home .accordion-body {
  padding: 0 0 14px;
  color: #3f4d5d !important;
  font-size: var(--fs-14);
  line-height: 1.5;
}

.faq-view-more {
  background: transparent;
  border: 0;
  display: inline-block;
  padding: 0;
  color: var(--teal);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

.faq-view-more:hover {
  transform: scale(1.04);
}

.why-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.why-home-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  column-gap: 20px;
}

.why-home-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-home-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.why-home-title {
  margin-top: -1px;
  color: var(--teal);
  font-family: var(--font-head);
  /* font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.16; */
  font-size: clamp(var(--fs-20), 1.3vw, var(--fs-22));
  line-height: 1.16;
  font-weight: 700;
}

.why-home-sub {
  margin-top: 8px;
  color: #4e4e4e;
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: 1.5;
  max-width: 34ch;
}

@media (max-width: 992px) {
  .hero-visual {
    min-height: 250px;
  }

  .hero-prod--a {
    width: min(200px, 38vw);
  }

  .hero-prod--b {
    width: min(205px, 39vw);
    left: 22%;
  }

  .hero-prod--c {
    width: min(190px, 35vw);
    left: 45%;
  }

  .hero-badges {
    justify-content: flex-start;
  }

  .clients-grid--home {
    grid-template-columns: repeat(6, minmax(70px, 1fr));
  }

  .why-home-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .hero-visual {
    min-height: 210px;
  }

  .hero-badges {
    justify-content: center;
    gap: 10px;
  }

  .hero-badge {
    width: 78px;
    height: 78px;
    font-size: var(--fs-24);
  }

  .hero-badge--gold {
    font-size: var(--fs-24);
  }

  .hero-badge--blue {
    font-size: var(--fs-14);
  }

  .clients-grid--home {
    grid-template-columns: repeat(4, minmax(64px, 1fr));
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    height: 25px;
  }

  .topbar {
    display: none;
  }
}
.container {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* @media (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  :root {
    --fs-40: 32px;
    --fs-28: 24px;
    --fs-24: 22px;
    --fs-22: 20px;
    --fs-20: 18px;
    --fs-16: 14px;
    --fs-14: 12px;
    --fs-12: 10px;
    --padding: 34px 0;
  }

  h1 {
    font-size: 32px;
  }

  .home-hero {
    padding-bottom: 20px;
  }
} */

@media (min-width: 1024px) and (max-width: 1536px) {
  body {
    zoom: 0.8;
  }
}

/* ===== Shared CTA popup ===== */
body.cta-popup-open {
  overflow: hidden;
}

.cta-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.cta-popup-overlay.is-open {
  display: flex;
}

.cta-popup-modal {
  width: min(800px, 90vw);
  max-height: calc(100vh - 56px);
  overflow: auto;
  background: #ffffff;
  border-radius: var(--radius);
  padding: 24px 28px 26px;
  position: relative;
}

.cta-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  width: 36px;
  height: 36px;
  font-size: 38px;
  line-height: 1;
  color: var(--text);
  cursor: pointer;
}

.cta-popup-title {
  color: var(--teal);
  font-size: clamp(22px, 1.7vw, 30px);
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 8px;
}

.cta-popup-subtitle {
  margin: 0 0 20px;
  color: var(--text);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.35;
  font-weight: 400;
}

.cta-popup-content[hidden] {
  display: none !important;
}

.cta-popup-content {
  margin-bottom: 22px;
}

.cta-popup-media {
  display: block;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 14px;
}

.cta-popup-copy {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  font-weight: 400;
}

.cta-popup-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.cta-popup-points li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  font-weight: 400;
}

.cta-popup-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text);
  font-size: 13px;
}

.cta-popup-form-intro {
  margin: 0 0 12px;
  color: #333333;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 700;
  line-height: 1.3;
}

.cta-popup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  /* Keep each field cell content-sized so inputs do not stretch when a sibling shows errors */
  align-items: start;
}

.cta-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cta-field label {
  font-size: clamp(13px, 0.95vw, 15px);
  color: var(--text);
  line-height: 1.2;
  font-weight: 400;
}

.cta-field label span {
  color: #ff0000;
}

/* Server-side validation (enquiry popup form) */
.cta-popup-alert {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.45;
}

.cta-popup-alert--error,
.cta-popup-alert--error strong {
  color: #c62828;
}

.cta-popup-alert--error {
  background: #ffebee;
  border: 1px solid #ef9a9a;
}

.cta-popup-alert--error .small,
.cta-popup-alert--error .mt-1 {
  color: #b71c1c;
}

.cta-field-error {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #c62828;
  line-height: 1.35;
}

.cta-field.is-invalid input,
.cta-field.is-invalid textarea {
  box-shadow: inset 0 0 0 1.5px #c62828;
  background: #fff8f8;
}

.cta-field input,
.cta-field textarea {
  border: 0;
  outline: none;
  width: 100%;
  background: var(--light);
  border-radius: var(--radius);
  padding: 11px 14px;
  font-size: 14px;
  color: var(--text);
}

.cta-field input {
  min-height: 38px;
  box-sizing: border-box;
  align-self: start;
}

.cta-field textarea {
  min-height: 74px;
  resize: vertical;
}

.cta-field-full {
  margin-top: 12px;
}

.cta-popup-foot {
  margin-top: 18px;
  /* Full-width note row, then submit — avoids wrapping beside a wide button */
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  row-gap: 14px;
}

.cta-popup-foot p {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(12px, 0.9vw, 14px);
  color: #6a6a6a;
  font-style: italic;
  text-align: left;
  line-height: 1.45;
}
.cta-popup-submit {
  padding: 9px 22px !important;
  font-size: 15px !important;
  width: auto !important;
  min-width: 188px;
  margin-top: 0;

  display: inline-flex;
  justify-content: center;
  justify-self: end;
}

@media (max-width: 991.98px) {
  .cta-popup-modal {
    width: min(800px, calc(100vw - 24px));
    padding: 20px 18px 22px;
    max-height: calc(100vh - 24px);
  }
  .cta-popup-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cta-popup-foot p {
    min-width: 0;
  }

  .cta-popup-submit {
    width: 100% !important;
    justify-content: center;
    justify-self: stretch;
  }
}
