@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --ink: #1f2b3a;
  --muted: #f2f2f2;
  --nav-gray: #d6d6d6;
  --nav-green: #e6eda7;
  --text-green: #e6eca7;
  --black: #000000;
  --white: #ffffff;
}
.bg-white {
  background: var(--white);
}
.bg-green {
  background: var(--text-green);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container-fluid {
  padding: 0;
}
body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body.is-pointer-ready {
  cursor: default;
}

.logo-mark {
  width: 34px;
  height: 28px;
}

.banner {
  cursor: pointer;
  position: relative;
  min-height: 80vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.banner-text {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: clamp(3rem, 14vw, 18rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: clamp(0.1rem, 0.45vw, 0.35rem);
  color: #1c2d43;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .banner-text {
    font-size: clamp(7rem, 18vw, 19rem);
  }
}

.icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: auto;
  opacity: 0;
  will-change: transform, opacity, filter;
  filter: blur(10px);
}

.icon-wrap.is-loaded {
  animation: modelZoomEnter 1.75s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

.icon-model {
  opacity: 1;
  width: 460px;
  height: 460px;
  display: block;
  /* filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.2)); */
  background: transparent;
  --poster-color: transparent;
  pointer-events: auto;
}

/* .icon-wrap::after {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 34%,
    rgba(255, 255, 255, 0.8) 47%,
    rgba(255, 255, 255, 0.28) 54%,
    rgba(255, 255, 255, 0) 67%
  );
  mix-blend-mode: screen;
  filter: blur(1px);
  opacity: 0.55;
  transform: translateX(-140%) rotate(10deg);
  animation: glossySweep 18s linear infinite;
} */

@keyframes glossySweep {
  0% {
    transform: translateX(-140%) rotate(10deg);
    opacity: 0.12;
  }
  14% {
    opacity: 0.82;
  }
  26% {
    transform: translateX(140%) rotate(10deg);
    opacity: 0.12;
  }
  100% {
    transform: translateX(140%) rotate(10deg);
    opacity: 0.12;
  }
}

@keyframes modelZoomEnter {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translate(-50%, -50%) scale(2.2);
  }
  65% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1.04);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }
}

.icon-model::part(default-progress-mask) {
  display: none;
}
model-viewer::part(default-progress-bar) {
  display: none;
}
@media (max-width: 900px) {
  .navbar-tritec {
    padding: 8px 5vw;
    min-height: auto;
  }

  .navbar-tritec .nav-link {
    margin-bottom: 10px;
  }

  .banner-text {
    font-size: clamp(2.8rem, 16vw, 7rem);
    letter-spacing: clamp(0.08rem, 0.35vw, 0.18rem);
  }
}
@media (max-width: 768px) {
  .parallax-section {
    height: max-content;
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .parallax-content {
    margin-left: 0 !important;
  }
  .banner {
    min-height: 50vh;
  }

  .icon-model {
    width: 330px;
    height: 330px;
  }

  .banner-text {
    font-size: clamp(2.4rem, 18vw, 4.8rem);
    line-height: 0.92;
  }
}

.navbar-tritec {
  background: #ffffff;
  /* border-bottom: 1px solid #d9d9d9; */
  padding: 16px 6vw;
  position: sticky;
  top: 0;
  z-index: 1030;
  /* box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.navbar-brand {
  margin-right: 0;
}
.navbar-tritec .container-fluid {
  background: #ffffff;
}
.navbar-tritec .nav-link {
  min-width: 120px;
  color: #000;
  padding: 5px 22px;

  background: var(--nav-gray);
  font-weight: 500;
  text-align: center;
}

.navbar-tritec .nav-link.active,
.navbar-tritec .nav-link:focus,
.navbar-tritec .nav-link:hover {
  background: var(--text-green);
  color: #000;
  font-weight: 700;
}

.navbar-tritec .navbar-toggler {
  width: 46px;
  height: 46px;
  /* border: 1px solid rgba(29, 46, 64, 0.18); */
  border-radius: 18px;
  background: linear-gradient(135deg, #f4f4f4 0%, #e6eca7 100%);
  /* box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08); */
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.navbar-tritec .navbar-toggler:hover,
.navbar-tritec .navbar-toggler:focus-visible {
  /* border-color: rgba(29, 46, 64, 0.35); */
  /* box-shadow: 0 12px 28px rgba(17, 17, 17, 0.14); */
}

.navbar-tritec .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 236, 167, 0.32);
}

.navbar-tritec .navbar-toggler-icon {
  display: none;
}

.navbar-toggler-box {
  width: 24px;
  height: 18px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-toggler-line {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #1d2e40;
  transform-origin: center;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease,
    width 0.25s ease;
}

.navbar-toggler-line:nth-child(2) {
  width: 76%;
  align-self: flex-end;
}

.navbar-tritec
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.navbar-tritec
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-line:nth-child(2) {
  opacity: 0;
  transform: translateX(8px);
}

.navbar-tritec
  .navbar-toggler[aria-expanded="true"]
  .navbar-toggler-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 991.98px) {
  .navbar-tritec .navbar-toggler {
    display: inline-flex;
  }

  .navbar-tritec .navbar-collapse {
    display: block;
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid transparent;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    overflow: hidden;
    transition:
      max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.38s ease,
      transform 0.38s ease,
      margin-top 0.38s ease,
      padding-top 0.38s ease,
      border-color 0.38s ease,
      visibility 0s linear 0.5s;
  }

  .navbar-tritec .navbar-collapse.collapse:not(.show) {
    display: block;
  }

  .navbar-tritec .navbar-collapse.show,
  .navbar-tritec .navbar-collapse.collapsing {
    margin-top: 18px;
    padding-top: 14px;
    border-top-color: rgba(29, 46, 64, 0.08);
    max-height: 420px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .navbar-tritec .navbar-collapse.collapsing {
    height: auto !important;
  }

  .navbar-tritec .navbar-nav {
    gap: 12px;
    padding-bottom: 4px;
  }

  .navbar-tritec .nav-link {
    min-width: 0;
    width: 100%;
  }
}

/* topbar */
.bg-black {
  background-color: var(--black);
}
.topbar {
  display: flex;
  justify-content: space-between;
  /* background-color: var(--black); */
  /* padding: 10px 100px; */
  padding: 10px;
  color: var(--white);
  align-items: center;
}
.topbar-left a {
  color: var(--white);
  text-decoration: none;
}
.topbar-left h6 {
  margin-bottom: 0;
}
.topbar .topbar-left,
.topbar .topbar-right {
  display: flex;
  gap: 20px;
}
.topbar-right p {
  margin-bottom: 0;
}

.navbar-nav::before {
  display: block;
  width: 20px;
  color: #000;
}

.navbar-divider {
  height: 1.6px;
  background: var(--black);
  flex: 1 1 auto;
  margin: 0 16px;
  align-self: center;
  margin-top: 31px;
}

@media (max-width: 992px) {
  .navbar-divider {
    display: none;
  }
}
.navbar-collapse {
  flex-grow: 0;
}
.nav-link {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}

.nav-text-wrap {
  position: relative;
  display: inline-block;
  height: 1.2em; /* controls visible area */
  overflow: hidden; /* masks animation */
}

.nav-text {
  display: block;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

/* Default position */
.nav-text:not(.nav-text--hover) {
  transform: translateY(0%);
}

/* Hover text starts below */
.nav-text--hover {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}

/* Hover state animation */
.nav-link:hover .nav-text:not(.nav-text--hover) {
  transform: translateY(-100%);
}

.nav-link:hover .nav-text--hover {
  transform: translateY(0%);
}

/* ===============================
   BLOB BACKGROUND SYSTEM
================================= */

.banner {
  position: relative;
  /* min-height: 80vh; */
  overflow: hidden;
  background: #ffffff;
}

/* layer container */
.blob-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* general blob style */
.blob {
  position: absolute;
  width: 20vw;
  height: 20vw;
  max-width: 600px;
  max-height: 600px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.65;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
} /* Hover boost */
.banner:hover .blob {
  opacity: 0.7;
  filter: blur(65px);
}

/* BRAND COLOR ORDER */
.blob-orange {
  background: #f7933c;
  top: 15%;
  left: 20%;
  opacity: 0.3 !important;
}

.blob-green {
  background: #e6eda7;
  top: 15%;
  right: 20%;
}

.blob-pink {
  background: #ebaebd;
  top: 15%;
  left: 40%;
}

/* Smooth organic floating */
@keyframes floatBlob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(60px, -40px) scale(1.05);
  }
  50% {
    transform: translate(-50px, 60px) scale(0.95);
  }
  75% {
    transform: translate(40px, 30px) scale(1.1);
  }
  100% {
    transform: translate(-30px, -50px) scale(1);
  }
}

/* Keep content above blobs */
.banner-content {
  position: relative;
  z-index: 2;
}
/* =================================
   COLORED CURSOR LIGHT
================================= */

.cursor-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  --x: 20%;
  --y: 50%;
  background:
    radial-gradient(
      220px circle at var(--x) var(--y),
      rgba(247, 147, 60, 0.65),
      transparent 65%
    ),
    radial-gradient(
      320px circle at var(--x) var(--y),
      rgba(230, 237, 167, 0.5),
      transparent 70%
    ),
    radial-gradient(
      420px circle at var(--x) var(--y),
      rgba(235, 174, 189, 0.4),
      transparent 75%
    );

  mix-blend-mode: screen;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.pointer-reactive {
  position: relative;
  isolation: isolate;
  transform-style: preserve-3d;
  transform-origin: center;
  will-change: transform;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.pointer-reactive::after {
  content: "";
  position: absolute;
  inset: -24%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(
    circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
    rgba(230, 237, 167, 0.26),
    rgba(247, 147, 60, 0.16) 24%,
    transparent 62%
  );
  opacity: 0;
  transition: opacity 220ms ease;
}

.pointer-reactive.is-pointer-active::after {
  opacity: 1;
}

/* =========================
   HOME ABOUT SECTION
========================= */

.about-section {
  padding: clamp(56px, 8vw, 110px) 0;
}

.about-section .container {
  max-width: 1360px;
  padding-inline: clamp(18px, 4vw, 32px);
}

.about-title {
  margin: 0;
  color: #bfbfbf;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  font-size: clamp(2.2rem, 6vw, 5.6rem);
  max-width: 22ch;
}

.about-title .char {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(
    90deg,
    #151515 0%,
    #151515 50%,
    #bfbfbf 50%,
    #bfbfbf 100%
  );
  background-size: 200% 100%;
  background-position: 100% 0%;
  background-clip: text;
  -webkit-background-clip: text;
}

.about-content {
  margin-top: clamp(28px, 3.6vw, 46px);
  margin-left: auto;
  width: min(620px, 48%);
}

.about-content p {
  margin: 0;
  color: #2b2b2b;
  line-height: 1.65;
  font-size: clamp(1rem, 1.15vw, 1.55rem);
}

@media (max-width: 768px) {
  .about-title {
    font-size: clamp(2rem, 5.4vw, 4rem);
    max-width: 100%;
  }

  .about-content {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.about-triangle {
  position: absolute;
  right: clamp(1rem, 6vw, 8rem);
  border: 1px solid rgba(0, 0, 0, 0.12);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  pointer-events: none;
  z-index: 3;
}

.triangle-large {
  top: 5%;
  width: clamp(180px, 22vw, 320px);
  height: clamp(260px, 35vw, 420px);
}

.triangle-small {
  bottom: 10%;
  width: clamp(90px, 12vw, 160px);
  height: clamp(130px, 18vw, 220px);
}

/* about title */
/* =========================
   ABOUT HERO
========================= */

.about-hero {
  position: relative;
  background: var(--white);
  overflow: hidden;
}

/* =========================
   TITLE AREA
========================= */

.about-hero-inner {
  padding: clamp(2.5rem, 6vw, 5.5rem) 6vw clamp(1.6rem, 3vw, 2.8rem);
  position: relative;
  z-index: 4; /* Title above triangle */
}

.about-hero-title,
.contact-hero-title,
.product-hero-title {
  margin: 0;
  color: #000;
  font-weight: 500;
  line-height: 1.65;
  font-size: clamp(2.6rem, 9vw, 9rem);
  letter-spacing: 0.01em;
}

.product-hero-title {
  display: flex;
  flex-direction: column;
  /* width: min(100%, 12ch); */
  line-height: 0.95;
  letter-spacing: 0;
}

.product-hero-line {
  display: block;
  width: fit-content;
}

.product-hero-line--right {
  align-self: flex-end;
  text-align: right;
}
/* =========================
   TRIANGLE OVERLAY
========================= */

.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 6vw, 8rem);
  border: 1px solid rgba(0, 0, 0, 0.12);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  pointer-events: none;
  z-index: 3; /* Between image & title */
}

/* Large triangle */
.about-hero::before {
  top: 5%;
  width: clamp(180px, 22vw, 320px);
  height: clamp(260px, 35vw, 420px);
}

/* Small triangle */
.about-hero::after {
  bottom: 10%;
  width: clamp(90px, 12vw, 160px);
  height: clamp(130px, 18vw, 220px);
}

/* =========================
   IMAGE SECTION
========================= */

.about-hero-media {
  position: relative;
  height: clamp(280px, 48vw, 680px);
  margin-top: clamp(-90px, -7vw, -36px);
  /* overflow: hidden; */
  z-index: 1;
}

.about-hero-image {
  position: absolute;
  inset: 0% 0;
  width: 100%;
  height: 125%;
  object-fit: cover;
  transform: translate3d(0, var(--about-parallax, 0px), 0) scale(1.05);
  will-change: transform;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .about-hero-inner {
    padding-inline: 1.25rem;
  }

  .about-hero::before,
  .about-hero::after {
    opacity: 0.6;
  }
}

/* vision  */
.split-wipe-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;

  padding-left: 80px;
}

.split-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.split-left {
  max-width: 500px;
}

.split-title,
.split-text {
  color: #000;
  transition: color 0.1s ease;
}

.split-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.5rem;
}

.split-text {
  line-height: 1.8;
}

.split-right {
  width: 45%;
  transform: translateX(0px);
  opacity: 0;
}

.split-right img {
  float: inline-end;
  display: block;
}

.split-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: #000;
  z-index: 1;
}

@media (max-width: 900px) {
  .split-container {
    flex-direction: column;
  }

  .split-right {
    width: 100%;
    margin-top: 2rem;
  }
}
/* ---------------------------
   Tablet (1024px and below)
----------------------------*/
@media (max-width: 1024px) {
  .split-wipe-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .split-container {
    gap: 40px;
  }

  .split-right {
    width: 50%;
  }

  .split-right img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------
   Mobile (900px and below)
----------------------------*/
@media (max-width: 900px) {
  .split-wipe-section {
    padding: 60px 20px;
  }

  .split-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .split-left {
    max-width: 100%;
  }

  .split-right {
    width: 100%;
    margin-top: 30px;
    opacity: 1; /* ensure visible */
    transform: none; /* prevent unwanted offset */
  }

  .split-right img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------
   Small Mobile (600px)
----------------------------*/
@media (max-width: 600px) {
  .split-title {
    font-size: 1.8rem;
  }

  .split-text {
    font-size: 0.95rem;
  }
}

/* parallax section */
/* .parallax-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.parallax-bg {
  position: absolute;
  inset: 0;
  background: url("assets/images/parallax.jpg") center center / cover no-repeat;
  z-index: 1;
  will-change: transform;
  transform: scale(1.2);
}

.parallax-content {
  position: relative;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 60px;
  max-width: 1025px;
  margin-left: 80px;
  will-change: transform;
}
.parallax-content h2 {
  margin-bottom: 20px;
  color: var(--text-green);
} */
.parallax-section {
  background-image: url("../assets/images/parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  justify-content: start;
  align-items: center;

  color: #111;
  padding: 0 20px;
  box-sizing: border-box;
}
.parallax-content {
  background-color: var(--black);
  color: var(--muted);
  width: 950px;
  padding: 45px;
  margin-left: 80px;
}
.parallax-content h2 {
  color: var(--text-green);
  margin-bottom: 20px;
}

/* slider home page */
.strength-section {
  background: #d7dba6;
  padding: 80px;
  position: relative;
  overflow: hidden;
}

.strength-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.strength-header h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.strength-nav {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 135px;
}

/* Circular Arrows */
.strength-prev,
.strength-next {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
}
.strengthSwiper {
  width: 107%;
  padding-right: 100px;
  /* padding-left: 5vw;
  padding-right: 5vw; */
}

.strengthSwiper .swiper-wrapper {
  overflow: visible; /* IMPORTANT */
}

.strengthSwiper .swiper-slide {
  height: auto;
}
.strength-prev {
  left: -60px;
}
.strength-next {
  left: 10px;
}
.strength-prev::after,
.strength-next::after {
  font-size: 18px;
  font-weight: bold;
}

/* Cards */
.strength-card {
  background: #ffffff;
  padding: 40px;
  min-height: -webkit-fill-available;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.04);
}

.strength-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.strength-card p {
  line-height: 1.7;
  height: 180px;
}

@media (max-width: 992px) {
  .strength-section {
    padding: 56px 24px;
  }

  .strength-header {
    margin-bottom: 32px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .strength-header h2 {
    font-size: clamp(2rem, 7vw, 2.5rem);
  }

  .strength-nav {
    position: static;
    right: auto;
    gap: 14px;
    flex-direction: row-reverse;
  }

  .strength-prev,
  .strength-next {
    position: static;
    left: auto;
    right: auto;
    margin: 0;
  }

  .strengthSwiper {
    width: 100%;
    padding-right: 0;
  }

  .strength-card {
    padding: 32px 24px;
    min-height: 100%;
  }

  .strength-card p {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .strength-section {
    padding: 44px 16px;
  }

  .strength-header {
    margin-bottom: 24px;
    gap: 16px;
  }

  .strength-header h2 {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
  }

  .strength-nav {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .strength-prev,
  .strength-next {
    position: static;
    width: 52px;
    height: 52px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .strength-prev::after,
  .strength-next::after {
    font-size: 16px;
  }

  .strength-prev.swiper-button-disabled,
  .strength-next.swiper-button-disabled {
    opacity: 0.45;
  }

  .strength-card {
    padding: 28px 20px;
  }

  .strength-card h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }

  .strength-card p {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}

/* footer */
/* ===============================
   REVEAL FOOTER SYSTEM
================================= */
/* ===============================
   REVEAL FOOTER SYSTEM (GSAP)
================================= */

.reveal-footer-wrapper {
  position: relative;
  min-height: 100vh; /* scroll space */
}

/* Bottom block (stays fixed visually) */
.footer-bottom-block {
  position: sticky;
  bottom: 0;
  min-height: 50vh;
  background: #0c0c0c;
  color: #fff;
  /* padding: 80px 6vw 40px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-container {
  width: 100%;
  /* margin: 0 auto; */
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-left {
  position: relative;
  min-width: 260px;
}

.footer-overlay {
  display: block;
  max-width: 100%;
}

.footer-logo {
  width: 150px;
  position: absolute;
  left: 150px;
  top: 80px;
}

.footer-middle p {
  color: #ccc;
  margin-bottom: 12px;
}
.footer-middle {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  height: 300px;
}

.company-name {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.footer-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #ccc;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-item:hover {
  color: #fff;
}

.footer-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-right {
  padding-right: 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  height: 300px;
}

.footer-right a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-right a:hover {
  color: #fff;
}

.copyright {
  color: var(--text-green);
  font-size: 0.9rem;
  position: absolute;
  bottom: 25px;
  right: 120px;
}

/* Top block (slides up revealing bottom) */
.footer-top-block {
  position: relative;
  min-height: 50vh;
  /* background: var(--white); */
  display: flex;
  align-items: center;
  z-index: 2;
}

.footer-top-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.footer-top-block h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-top-block p {
  color: #333;
  font-size: 16px;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-cta-btn:hover {
  background: #000;
  color: #fff;
}

.footer-cta-btn span {
  transition: transform 0.3s ease;
}

.footer-cta-btn:hover span {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
  .footer-top-inner,
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
  }
}

@media (max-width: 1200px) {
  .reveal-footer-wrapper {
    height: auto;
    min-height: 0;
  }

  .footer-top-block {
    height: auto;
    min-height: 40vh;
    padding: 56px 0;
  }

  .footer-top-inner {
    gap: 28px;
    align-items: flex-start;
  }

  .footer-bottom-block {
    position: relative;
    height: auto;
    min-height: 0;
  }

  .footer-container {
    gap: 36px;
    /* padding: 56px 32px 72px; */
  }

  .footer-left {
    min-width: 0;
    width: 100%;
    max-width: 420px;
  }

  .footer-logo {
    left: 32px;
    top: 36px;
    width: 132px;
  }

  .footer-middle,
  .footer-right {
    height: auto;
    margin-top: 0;
    justify-content: flex-start;
  }

  .footer-right {
    gap: 14px;
  }

  .copyright {
    position: static;
    padding: 0 32px 28px;
  }
}

@media (max-width: 768px) {
  .product-item-image {
    width: 100% !important;
  }
  .contact-info-content {
    width: fit-content !important;
  }
  .footer-top-block {
    min-height: 0;
    padding: 44px 0;
  }

  .footer-top-inner {
    gap: 22px;
  }

  .footer-top-block h2 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
    margin-bottom: 10px;
  }

  .footer-top-block p {
    font-size: 15px;
    line-height: 1.6;
  }

  .footer-container {
    gap: 28px;
    padding: 0px 0px 48px;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-overlay {
    width: min(100%, 260px);
  }

  .footer-logo {
    position: absolute;
    left: 20px;
    top: 24px;
    width: 110px;
  }

  .footer-middle {
    gap: 16px;
    width: max-content;
    margin-left: 20px;
  }

  .footer-item {
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .footer-right {
    width: max-content;
    gap: 10px;
    margin-left: 50px;
  }

  .footer-right a {
    font-size: 0.98rem;
  }

  .copyright {
    padding: 0 20px 22px;
    font-size: 0.82rem;
    line-height: 1.5;
  }
}

/* button styles */
/* Button Link Base */
.btn-tritec-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 184px;
  background: var(--white);
  border: 2px solid #1d2e40;
  text-decoration: none;
  color: #1d2e40;
  position: relative;
  padding: 10px 21px;
  overflow: hidden;
}
.btn-tritec-cta:hover {
  /* background-color: var(--text-green); */
  font-weight: 500;
}
/* TEXT WRAPPER (controls animation area only) */
.btn-text-wrap {
  position: relative;
  overflow: hidden;
  height: 24px; /* adjust based on font size */
}

/* TEXT */
.btn-text {
  display: block;
  transition: transform 220ms ease;
}

.btn-text--hover {
  position: absolute;
  left: 0;
  top: 100%;
}

/* HOVER TEXT SLIDE */
.btn-tritec-cta:hover .btn-text,
.btn-tritec-cta:focus .btn-text {
  transform: translateY(-100%);
}

.btn-tritec-cta:hover .btn-text--hover,
.btn-tritec-cta:focus .btn-text--hover {
  transform: translateY(-100%);
}

/* ARROW (NO ANIMATION) */
.btn-arrow {
  font-size: 20px;
}

.btn-arrow i {
  display: inline-block;
  transition: transform 0.25s ease;
}

.btn-tritec-cta:hover .btn-arrow i,
.btn-tritec-cta:focus-visible .btn-arrow i {
  transform: rotate(-18deg);
}

/* /button styles */
/* about para */
.about-para {
  margin: 50px 0;
}
.about-para p {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  line-height: 35px;
}

/* capabilities section */
.capabilities-section {
  background: #fabd89;
  padding: clamp(48px, 6vw, 90px) 0;
}

.capabilities-container {
  max-width: 1400px;
}

.capabilities-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(28px, 3vw, 46px);
}

.capabilities-header h2 {
  margin: 0;
  color: #0e0e0e;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: clamp(2rem, 4.2vw, 4rem);
}

.capabilities-arrows {
  display: flex;
  gap: 20px;
}

.capabilities-arrow {
  width: clamp(56px, 5vw, 72px);
  height: clamp(56px, 5vw, 72px);
  border-radius: 50%;
  border: 1px solid #161616;
  background: transparent;
  color: #111;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.capabilities-progress-row {
  position: relative;
  width: 100%;
  margin-bottom: clamp(28px, 3vw, 40px);
}

/* PROGRESS LINE */
.capabilities-progress {
  width: 100%;
  height: 3px;
  background: #d9d9d9;
  position: relative;
}

/* FILL */
.capabilities-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #2a2a2a;
}

/* COUNT POSITIONED UNDER END */
.capabilities-count {
  position: absolute;
  right: 0;
  top: 12px; /* space below line */
  /* font-size: clamp(1rem, 1.6vw, 1.85rem); */
  /* font-size: clamp(0.875rem, 1.4vw, 1.62rem); */
  font-size: 14px;
  color: #434343;
}
.capabilities-count span {
  font-size: 14px !important;
}
.capabilities-body {
  display: grid;
  grid-template-columns: minmax(210px, 0.92fr) minmax(0, 1.85fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: flex-start;
}

.capabilities-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* padding-top: 10px; */
}

.capability-link {
  border: 0;
  transition: color 0.3s ease;
  background: transparent;
  text-align: left;
  padding: 0;
  color: rgba(17, 17, 17, 0.7);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.4;
}

.capability-link.is-active {
  color: #000;
  font-weight: 600;
}

.capabilities-right {
  overflow: hidden;
}

.capabilities-slider-window {
  width: 100%;
  overflow: hidden;
}

.capabilities-slider-track {
  /* display: flex;
  width: 400%; */
  display: flex;
  will-change: transform;
  transform: translateZ(0);
}

.capability-slide {
  /* width: 25%; */
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(360px, 38vw, 490px);
}

.capability-copy {
  background: #0e0e0e;
  color: #f8f8f8;
  padding: clamp(28px, 3.8vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.capability-copy h3 {
  margin: 0;
  font-size: clamp(1.55rem, 16px, 2.35rem);
  font-weight: 500;
}

.capability-copy p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 14px, 1.65rem);
  line-height: 1.42;
  max-width: 94%;
}

.capability-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1200px) {
  .capabilities-progress {
    width: min(360px, 54vw);
  }

  .capability-slide {
    min-height: clamp(340px, 47vw, 500px);
  }
}

@media (max-width: 992px) {
  .capabilities-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .capabilities-body {
    grid-template-columns: 1fr;
  }

  .capabilities-left {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px 24px;
    padding-top: 0;
  }

  .capability-slide {
    grid-template-columns: 1fr;
  }

  .capability-image {
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .capabilities-section {
    padding: 48px 0;
  }

  .capabilities-arrows {
    gap: 12px;
  }

  .capabilities-progress-row {
    margin-bottom: 24px;
  }

  .capabilities-progress {
    width: min(230px, 56vw);
  }

  .capability-copy p {
    max-width: 100%;
  }

  .about-para p {
    width: 92%;
    font-size: 18px;
  }
}

/* clients wheel section */
/* ============================= */
/* CLIENTS WHEEL SECTION */
/* ============================= */

.clients-wheel-section {
  background: var(--white);
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: clamp(60px, 8vw, 120px) 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.clients-wheel-section::before,
.clients-wheel-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

.clients-wheel-section::before {
  top: 0;
  height: clamp(120px, 15vw, 210px);
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
  z-index: 10;
}

.clients-wheel-section::after {
  bottom: 0;
  height: clamp(88px, 11vw, 150px);
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
  z-index: 10;
}

.clients-wheel-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.5fr);
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  position: relative;
  z-index: 2;
}

/* LEFT COPY */

.clients-copy h2 {
  margin: 0 0 12px;
  color: #0e0e0e;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.92;
  font-size: clamp(3.6rem, 7vw, 7rem);
}

.clients-copy p {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(1rem, 1.4vw, 2rem);
}

/* WHEEL STAGE */

.clients-wheel-stage {
  position: relative;
  min-height: clamp(460px, 44vw, 660px);
}

/* OUTER RING */

.clients-wheel-ring {
  position: absolute;
  width: clamp(760px, 78vw, 1180px);
  height: clamp(760px, 78vw, 1180px);

  left: clamp(-980px, -64vw, -720px); /* updated */

  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(20, 20, 20, 0.24);
  border-radius: 50%;
}

/* ROTATING TRACK */

.clients-wheel-track {
  --wheel-rotate: 0deg;

  position: absolute;
  width: clamp(760px, 78vw, 1180px);
  height: clamp(760px, 78vw, 1180px);

  left: clamp(-980px, -64vw, -720px); /* moved further left */

  top: 50%;
  transform: translateY(-50%) rotate(var(--wheel-rotate));
  transform-origin: center center;
  transition: none;
}

/* NODES */

.client-node {
  --item-angle: 0deg;
  --wheel-radius: clamp(380px, 39vw, 590px);
  --dot-size: 7px;
  --logo-gap: clamp(14px, 1.5vw, 24px);

  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  overflow: visible;

  border: 0;
  background: transparent;
  cursor: default;

  transform: rotate(var(--item-angle)) translateX(var(--wheel-radius))
    rotate(calc((var(--item-angle) + var(--wheel-rotate, 0deg)) * -1));

  display: block;
}

.client-node.is-active {
  transform: rotate(var(--item-angle)) translateX(var(--wheel-radius))
    rotate(calc((var(--item-angle) + var(--wheel-rotate, 0deg)) * -1));
}

/* DOT */

.client-dot {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  background: #1e1e1e;
}

/* CLIENT LOGO */

.client-logo {
  position: absolute;
  left: calc((var(--dot-size) / 2) + var(--logo-gap));
  top: 0;
  transform: translateY(-50%);
  width: clamp(90px, 5vw, 140px);
  height: clamp(90px, 8vw, 140px);
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
}

.client-name {
  display: none;
}

/* ACTIVE LOGO BLOCK */

/* .clients-active {
  position: absolute;
  right: clamp(20px, 5vw, 120px);
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.clients-active-label {
  display: inline-block;
  color: #111;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.04;
  white-space: nowrap;

  opacity: 1;
  transform: translateY(0);
} */
.clients-active {
  position: absolute;
  right: clamp(10px, 3vw, 80px);
  top: 50%;
  transform: translateY(-50%);
}

.clients-active-label-wrap {
  display: inline-block;
  overflow: hidden;
  height: 42px;
  position: relative;
  text-align: left;
}

.clients-active-label {
  display: block;
  text-align: left;
  color: #111;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 42px;
  white-space: nowrap;
  will-change: transform, opacity;
}

.clients-active-label--current {
  position: relative;
  transform: translateY(0);
}

.clients-active-label--next {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .clients-wheel-layout {
    grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.4fr);
  }

  .clients-wheel-stage {
    min-height: clamp(420px, 46vw, 560px);
  }

  .clients-wheel-ring,
  .clients-wheel-track {
    width: clamp(680px, 74vw, 980px);
    height: clamp(680px, 74vw, 980px);
    left: clamp(-820px, -60vw, -600px);
  }

  .client-node {
    --wheel-radius: clamp(330px, 37vw, 490px);
  }
}

@media (max-width: 1100px) {
  .clients-wheel-section {
    min-height: auto;
    padding: clamp(52px, 9vw, 84px) 20px;
  }

  .clients-wheel-section::before,
  .clients-wheel-section::after {
    display: none;
  }

  .clients-wheel-layout {
    grid-template-columns: 1fr;
    gap: clamp(16px, 4vw, 30px);
  }

  .clients-copy {
    max-width: 680px;
  }

  .clients-wheel-stage {
    min-height: auto;
  }

  .clients-wheel-ring,
  .clients-active {
    display: none;
  }

  .clients-wheel-track {
    position: static;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
  }

  .client-node,
  .client-node.is-active {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    transform: none;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .client-node.is-active {
    opacity: 1;
  }

  .client-dot {
    display: none;
  }

  .client-logo {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: clamp(88px, 10vw, 120px);
    height: 52px;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
  }

  .client-name {
    display: block;
    margin-top: 0;
    color: #111;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    max-width: 16ch;
  }

  .client-node:not(.is-active) {
    opacity: 0.78;
  }

  .client-node,
  .client-node.is-active {
    margin-bottom: 110px;
  }
}

@media (max-width: 768px) {
  .clients-wheel-section {
    padding: 48px 16px;
  }

  .clients-wheel-layout {
    gap: 24px;
  }

  .clients-copy h2 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

  .clients-copy p {
    font-size: clamp(0.95rem, 4.2vw, 1.2rem);
    max-width: 32ch;
  }

  .clients-wheel-track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .client-logo {
    width: clamp(92px, 30vw, 128px);
    height: 54px;
  }

  .client-node,
  .client-node.is-active {
    gap: 10px;
  }

  .client-name {
    font-size: 0.92rem;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .clients-wheel-section {
    padding: 40px 14px;
  }

  .client-logo {
    width: 88px;
    height: 46px;
  }

  .client-name {
    font-size: 0.84rem;
  }
}

/* contact page */
.contact-hero {
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.contact-hero-inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}

.contact-info-grid {
  margin-top: clamp(34px, 5vw, 52px);
  display: grid;
  grid-template-columns: minmax(120px, 140px) 1fr;
  /* column-gap: clamp(45px, 10vw, 140px); */
  column-gap: 400px;
  row-gap: 0;
  align-items: start;
  max-width: 900px;
}

.contact-info-label {
  color: #222;
  font-weight: 400;
  font-size: clamp(20px, 24px, 28px);
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 2px;
}

.contact-info-content {
  /* width: 100%; */
  width: 775px;
}

.contact-info-row {
  display: grid;
  grid-template-columns: minmax(90px, 110px) 1fr;
  column-gap: clamp(28px, 4vw, 60px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  padding: 0 0 12px;
  margin-bottom: 14px;
}

.contact-info-row--address {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-info-key {
  color: #222;
  font-size: clamp(20px, 24px, 28px);
}

.contact-info-value {
  color: #222;
  font-size: clamp(20px, 24px, 28px);
  line-height: 1.8;
}

.contact-info-value a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.contact-info-value p {
  margin: 0;
}

@media (max-width: 768px) {
  .contact-hero {
    min-height: auto;
    align-items: flex-start;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .contact-info-row {
    grid-template-columns: 88px 1fr;
    column-gap: 20px;
  }
}

/* contact form styling (contact page) */
.footer-top-inner.d-block {
  padding: clamp(28px, 4vw, 48px) 0;
}

.footer-top-inner.d-block h4 {
  color: var(--black);
  margin: 0 0 16px;
  text-transform: uppercase;
}

.footer-top-inner.d-block .contact {
  /* padding: clamp(18px, 2.5vw, 28px); */
}

.footer-top-inner.d-block .contact-form {
  width: 100%;
}

.footer-top-inner.d-block #contact .form-group {
  margin-bottom: 14px;
}

.footer-top-inner.d-block #contact input,
.footer-top-inner.d-block #contact textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #717171;
  border-radius: 0;
  padding: 11px 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: none;
  margin-bottom: 40px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .banner {
    min-height: 55vh !important;
  }

  .footer-middle {
    margin-top: 40px;
  }
  .footer-right {
    margin-top: 40px;
    margin-right: 30px;
  }
}
.footer-top-inner.d-block #contact input::placeholder,
.footer-top-inner.d-block #contact textarea::placeholder {
  color: #000;
}

.footer-top-inner.d-block #contact input:focus,
.footer-top-inner.d-block #contact textarea:focus {
  outline: none;
  border-bottom-color: #888;
}

.footer-top-inner.d-block #contact textarea {
  min-height: 52px;
  resize: vertical;
}

.footer-top-inner.d-block #contact .g-recaptcha {
  margin-top: 4px;
}

.footer-top-inner.d-block .submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  width: max-content;
  padding: 5px 16px 5px 16px;
  border: 1px solid #9e9e9e;
  background: transparent;
  color: #3d3d3d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

/* .footer-top-inner.d-block .submit-btn::after {
  content: "\2192";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  transition: transform 0.25s ease;
} */

.footer-top-inner.d-block .submit-btn:hover {
  /* background: #e6eca7; */
}

.contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
}
.contact .contact-form #error,
.contact .contact-form #success {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .footer-top-inner.d-block .contact {
    padding: 16px;
  }
}

/* product page */
.product-hero {
  /* min-height: calc(100vh - 150px); */
  display: flex;
  align-items: center;
  padding: clamp(40px, 7vw, 90px) 0;
}

.product-hero-inner {
  padding-bottom: 30px;
}

.product-hero-subtitle {
  margin: clamp(20px, 3.4vw, 34px) 0 0;
  margin-left: clamp(110px, 24vw, 290px);
  color: #000;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
  font-size: clamp(3rem, 7.2vw, 6rem);
}

@media (max-width: 768px) {
  .product-hero {
    min-height: auto;
    align-items: flex-start;
  }

  .product-hero-inner {
    width: 100%;
    padding-bottom: 0;
  }

  .product-hero-subtitle {
    margin-left: 0;
  }
}

/* products scroll section */
.products-scroll-section {
  position: relative;
  padding: clamp(20px, 3vw, 40px) 0 clamp(90px, 10vw, 140px);
}

.products-scroll-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(20px, 3vw, 36px);
  padding-top: clamp(18px, 2vw, 30px);
}

.products-scroll-track::before,
.products-scroll-track::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d0d0d0;
  pointer-events: none;
}

.products-scroll-track::before {
  left: calc(33.333% - 1px);
}

.products-scroll-track::after {
  left: calc(66.666% - 1px);
}

.products-timeline-card {
  width: 100%;
  max-width: 300px;
  cursor: pointer;
}

.products-timeline-card--left {
  grid-column: 1;
  justify-self: end;
}

.products-timeline-card--right {
  grid-column: 3;
  justify-self: start;
}

.products-timeline-card--center {
  grid-column: 2;
  justify-self: center;
}

.products-card-slot-1 {
  grid-row: 1;
  margin-top: clamp(-130px, -9vw, -70px);
}

.products-card-slot-2 {
  grid-row: 2;
  margin-top: clamp(-70px, -4vw, -24px);
}

.products-card-slot-3 {
  grid-row: 3;
  margin-top: clamp(-10px, 1.4vw, 24px);
}

.products-card-slot-4 {
  grid-row: 4;
  margin-top: clamp(-34px, 0.8vw, 14px);
}

.products-card-slot-5 {
  grid-row: 5;
  margin-top: clamp(-18px, 1vw, 28px);
}

.products-card-slot-6 {
  grid-row: 6;
  margin-top: clamp(-46px, 0.7vw, 16px);
}

.products-card-slot-7 {
  grid-row: 7;
  margin-top: clamp(-150px, -8vw, -70px);
}

.products-card-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.products-card-meta {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.products-card-title {
  margin: 0;
  color: #202020;
  font-size: clamp(1rem, 1.3vw, 1.9rem);
  font-weight: 600;
  line-height: 1.28;
}

.products-card-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f2f2f;
  text-decoration: none;
  flex: 0 0 48px;
  background: transparent;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.products-card-arrow i {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.products-card-arrow:hover {
  background: transparent;
}

.products-timeline-card:hover .products-card-arrow i,
.products-timeline-card:focus-within .products-card-arrow i,
.products-timeline-card:focus-visible .products-card-arrow i,
.products-card-arrow:hover i {
  transform: rotate(-18deg);
}

@media (max-width: 991px) {
  .products-scroll-track {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .products-scroll-track::before,
  .products-scroll-track::after {
    display: none;
  }

  .products-timeline-card,
  .products-timeline-card--left,
  .products-timeline-card--right,
  .products-timeline-card--center {
    grid-column: 1;
    justify-self: stretch;
    max-width: 100%;
    margin-top: 0 !important;
  }
}

.contact-page .footer-top-block {
  height: max-content !important;
}

/* product detail page */
.product-detail-head {
  display: none;
}

.product-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d2e40;
  text-decoration: none;
  margin-bottom: 16px;
}

.product-detail-title {
  margin: 0;
  font-size: clamp(2rem, 4.7vw, 4.8rem);
  line-height: 1.05;
  color: #111;
}

.product-detail-subtitle {
  margin: 10px 0 0;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  color: #4b4b4b;
}

.product-detail-hero {
  padding: 0 0 clamp(30px, 4vw, 48px);
}

.product-detail-hero .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-detail-banner-wrap {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.product-detail-banner {
  width: 100%;
  height: clamp(360px, 48vw, 700px);
  object-fit: cover;
  display: block;
}

.product-detail-banner-overlay {
  position: absolute;
  inset: auto 0 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.5) 34%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: clamp(32px, 5vw, 50px) clamp(24px, 8vw, 100px);
}

.product-detail-banner-overlay h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 6.2rem);
  font-weight: 400;
  line-height: 1.04;
  max-width: 25ch;
}

.product-detail-list {
  padding: 0 0 clamp(70px, 10vw, 120px);
}

.product-detail-intro {
  margin: 0 0 28px;
  /* max-width: 99ch; */
  color: #313131;
  line-height: 1.7;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(26px, 3vw, 48px);
  row-gap: clamp(30px, 3.5vw, 50px);
  max-width: none;
  margin: 0;
}

.product-item-card {
  border: 0;
  background: transparent;
  width: min(100%, 430px);
  justify-self: center;
}

.products-timeline-card.pointer-reactive,
.strength-card.pointer-reactive,
.product-item-card.pointer-reactive {
  transform-origin: center;
}

.products-timeline-card.pointer-reactive::after,
.strength-card.pointer-reactive::after,
.product-item-card.pointer-reactive::after {
  display: none;
}

.products-timeline-card.pointer-reactive.is-pointer-active,
.strength-card.pointer-reactive.is-pointer-active,
.product-item-card.pointer-reactive.is-pointer-active {
  box-shadow: none;
}

.navbar-tritec .nav-link.pointer-reactive::after,
.capability-link.pointer-reactive::after,
.footer-right a.pointer-reactive::after {
  inset: -10px;
}

.footer-item.pointer-reactive::after,
.btn-tritec-cta.pointer-reactive::after,
.product-detail-back.pointer-reactive::after {
  inset: -14%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .pointer-reactive {
    transition: none;
  }

  .pointer-reactive::after {
    display: none;
  }
}

.product-item-image {
  width: 88%;
  aspect-ratio: 1 / 1;
  object-fit: cover;

  display: block;
}

.product-item-title {
  margin: 0;
  padding: 14px 0 0;
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  color: #111;
}

@media (max-width: 991px) {
  .product-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-item-title {
    font-size: clamp(1.1rem, 2.6vw, 1.5rem);
  }
}

@media (max-width: 640px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-banner {
    height: 62vh;
  }

  .product-detail-banner-overlay {
    padding: 20px 18px;
  }

  .product-detail-banner-overlay h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    max-width: 11ch;
  }
}
