:root {
  --tdc-dark: #05070c;
  --tdc-navy: #08111f;
  --tdc-panel: #111827;
  --tdc-slate: #1e293b;
  --tdc-line: rgba(255, 255, 255, 0.12);
  --tdc-magenta: #b82491;
  --tdc-magenta-2: #ef4cc4;
  --tdc-gold: #c9862b;
  --tdc-orange: #f97316;
  --tdc-light: #f4f6f8;
  --tdc-muted: #94a3b8;
  --tdc-white: #ffffff;
  --tdc-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: #d8dee9;
  background: var(--tdc-dark);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body::selection {
  color: #fff;
  background: var(--tdc-magenta);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  overflow-x: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2100;
  width: var(--scroll-progress, 0%);
  height: 3px;
  background: linear-gradient(90deg, var(--tdc-magenta-2), var(--tdc-orange), var(--tdc-gold));
  box-shadow: 0 0 18px rgba(239, 76, 196, 0.72);
  transition: width 0.08s linear;
}

.top-strip {
  background: #202634;
  border-bottom: 1px solid var(--tdc-line);
  color: var(--tdc-muted);
  font-size: 0.85rem;
}

.top-strip a:hover,
.navbar .nav-link:hover,
.footer a:hover {
  color: var(--tdc-magenta-2);
}

.navbar {
  background: rgba(32, 38, 52, 0.94);
  border-bottom: 1px solid var(--tdc-line);
  backdrop-filter: blur(14px);
  transition: background 0.22s ease, box-shadow 0.22s ease;
}

.navbar.navbar-scrolled {
  background: rgba(28, 34, 46, 0.98);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.navbar-brand {
  min-width: 238px;
}

.brand-logo-img {
  display: block;
  width: min(340px, 52vw);
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.footer .brand-logo-img {
  width: min(370px, 78vw);
  height: auto;
  max-height: 62px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-emblem {
  position: relative;
  display: grid;
  width: 52px;
  height: 38px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 0.86rem;
  border: 3px solid var(--tdc-magenta);
  border-radius: 50%;
  background: #121212;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.07);
}

.brand-emblem::before,
.brand-emblem::after {
  position: absolute;
  left: 46px;
  width: 46px;
  height: 3px;
  content: "";
  background: var(--tdc-magenta);
}

.brand-emblem::before {
  top: 13px;
}

.brand-emblem::after {
  bottom: 13px;
}

.brand-text {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
}

.brand-text strong {
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: var(--tdc-magenta-2);
  font-weight: 900;
}

.brand-text span {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}

.navbar .nav-link,
.dropdown-item {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  gap: 7px;
  padding: 0 13px;
  color: #f8fafc;
  border: 1px solid rgba(239, 76, 196, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.theme-toggle-btn:hover,
.theme-toggle-btn:focus-visible {
  color: #fff;
  border-color: var(--tdc-magenta-2);
  background: rgba(184, 36, 145, 0.26);
  transform: translateY(-1px);
}

.theme-toggle-btn i {
  font-size: 1rem;
}

.mobile-theme-toggle {
  display: none;
}

.dropdown-menu {
  min-width: 280px;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: #0b1220;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.dropdown-item {
  color: #dbe4f3;
  padding: 0.72rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background: rgba(184, 36, 145, 0.22);
}

.btn {
  position: relative;
  overflow: hidden;
  border-radius: var(--tdc-radius);
  font-weight: 800;
  letter-spacing: 0;
}

.btn::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.22) 45%, transparent 58%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn-brand {
  color: #fff;
  border: 1px solid var(--tdc-magenta);
  background: linear-gradient(135deg, var(--tdc-magenta), #7b1c67);
  box-shadow: 0 12px 24px rgba(184, 36, 145, 0.25);
}

.btn-brand:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(184, 36, 145, 0.35);
}

.btn-outline-light:hover {
  color: #0b1220;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: center;
  padding: 126px 0 74px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.94), rgba(8, 17, 31, 0.82), rgba(5, 7, 12, 0.78)),
    radial-gradient(circle at 72% 32%, rgba(184, 36, 145, 0.22), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #101827 54%, #06080e 100%);
}

.hero::before {
  position: absolute;
  inset: -30% 48% auto auto;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(239, 76, 196, 0.26);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 76, 196, 0.18), transparent 64%);
  animation: slow-float 8s ease-in-out infinite;
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 72%, transparent);
  animation: grid-drift 18s linear infinite;
}

@media (max-width: 575px) {
  .hero::before,
  .hero::after,
  .page-hero::after {
    display: none;
  }

  .hero-grid-lines {
    opacity: 0.18;
    mask-image: none;
  }
}

.hero::after,
.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, var(--tdc-dark), transparent);
}

.page-hero::after {
  display: none;
}

.eyebrow {
  color: var(--tdc-magenta-2);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
}

h1,
h2,
h3,
h4,
h5,
.display-title {
  color: #fff;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  line-height: 1.04;
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  overflow-wrap: anywhere;
}

.hero-subtitle {
  max-width: 700px;
  color: #d8dee9;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.7;
}

.lead {
  color: #cbd5e1;
}

.hero-visual,
.image-placeholder {
  position: relative;
  display: grid;
  min-height: 330px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background:
    linear-gradient(135deg, rgba(184, 36, 145, 0.28), transparent),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px),
    #101827;
}

.image-placeholder::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(239, 76, 196, 0.14), transparent);
  transform: translateX(-110%);
  animation: placeholder-scan 6s ease-in-out infinite;
}

.facility-slider {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: #101827;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
}

.facility-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 0.7s ease, transform 0.9s ease;
}

.facility-slide.active {
  opacity: 1;
  transform: scale(1);
}

.facility-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.facility-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(5, 7, 12, 0.75), transparent 58%);
}

.facility-slide span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  padding: 14px 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tdc-radius);
  background: rgba(5, 7, 12, 0.72);
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.facility-slider-dots {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.facility-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 0.24s ease, background 0.24s ease;
}

.facility-slider-dots button.active {
  width: 28px;
  background: var(--tdc-magenta-2);
}

.capacity-image-slider {
  min-height: 0;
  width: 70%;
  aspect-ratio: 16 / 11;
  margin-right: auto;
  margin-left: auto;
}

.capacity-image-slider .facility-slide,
.capacity-image-slider .facility-slide.active {
  transform: none;
}

.capacity-image-slider .facility-slide img {
  object-position: center;
}

.capacity-image-slider .facility-slide span {
  max-width: 76%;
}

.ceo-photo-card {
  position: relative;
  width: min(100%, 273px);
  aspect-ratio: 4 / 5;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: #101827;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.28);
}

.ceo-photo-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(0deg, rgba(5, 7, 12, 0.35), transparent 42%),
    linear-gradient(135deg, rgba(184, 36, 145, 0.16), transparent 38%);
}

.ceo-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
}

.team-hero-grid .lead {
  max-width: 760px;
}

.ceo-hero-photo {
  position: relative;
  width: clamp(142px, 16vw, 210px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 3px solid rgba(239, 76, 196, 0.76);
  border-radius: 50%;
  background: #101827;
  box-shadow: 0 22px 70px rgba(184, 36, 145, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.05);
}

.ceo-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.ceo-message-card {
  position: relative;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: rgba(17, 24, 39, 0.92);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.ceo-message-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 12% 12%, rgba(184, 36, 145, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 36%);
}

.ceo-message-card > * {
  position: relative;
  z-index: 1;
}

.ceo-message-card blockquote {
  margin: 20px 0 0;
  color: #dbe4f0;
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.75;
}

.ceo-profile-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  align-items: stretch;
  gap: clamp(22px, 4vw, 42px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background:
    radial-gradient(circle at 14% 18%, rgba(184, 36, 145, 0.16), transparent 34%),
    rgba(17, 24, 39, 0.92);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.ceo-message-copy {
  align-self: center;
}

.ceo-message-copy blockquote {
  margin: 18px 0 0;
  color: #dbe4f0;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  font-style: italic;
  line-height: 1.72;
}

.ceo-square-photo {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tdc-radius);
  background: #101827;
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.28);
}

.ceo-square-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgba(5, 7, 12, 0.22), transparent 46%);
}

.ceo-square-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}

.ceo-signature {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.ceo-signature strong {
  color: #fff;
  font-size: 1.12rem;
}

.ceo-signature span {
  color: var(--tdc-magenta-2);
  font-weight: 800;
}

.team-role-card {
  position: relative;
  height: 100%;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: rgba(17, 24, 39, 0.92);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.team-role-card::before {
  position: absolute;
  inset: 0;
  padding: 1px;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, transparent 0 24%, var(--tdc-magenta-2) 38%, var(--tdc-orange) 50%, transparent 68%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  display: none;
}

.team-role-card:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 76, 196, 0.5);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.team-role-card:hover::before {
  display: none;
}

.team-role-card h3 {
  margin-top: 18px;
}

.team-role-card p {
  color: var(--tdc-muted);
  margin-bottom: 0;
}

.mission-vision-panel {
  padding: 34px;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: rgba(17, 24, 39, 0.9);
}

.mission-vision-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.mission-vision-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: rgba(11, 18, 32, 0.72);
}

.mission-vision-card h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 900;
}

.mission-vision-card .spec-list {
  margin-bottom: 0;
}

.industry-image-grid {
  display: grid;
  gap: 18px;
}

.industry-image-grid figure {
  position: relative;
  height: 230px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--tdc-radius);
  background: #101827;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.14);
}

.industry-image-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.industry-image-grid figure:hover img {
  transform: scale(1.045);
}

.industry-image-grid figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  padding: 11px 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tdc-radius);
  background: rgba(5, 7, 12, 0.72);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.about-image-card {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: #101827;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.26);
}

.about-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.service-process-image,
.service-process-image img {
  min-height: 410px;
}

.about-image-card:hover img {
  transform: scale(1.035);
}

.about-image-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 12px 15px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tdc-radius);
  background: rgba(5, 7, 12, 0.74);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.hero-machine-card {
  min-height: 460px;
  transform-style: preserve-3d;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.hero-machine-card::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.16) 44%, transparent 58%),
    radial-gradient(circle at 18% 18%, rgba(249, 115, 22, 0.18), transparent 32%);
  transform: translateX(-120%);
  animation: sheen 5.2s ease-in-out infinite;
}

.hero-machine-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.05);
  transform: scale(1.02);
}

.hero-machine-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.55), rgba(5, 7, 12, 0.08) 46%, rgba(184, 36, 145, 0.22)),
    linear-gradient(0deg, rgba(5, 7, 12, 0.74), transparent 54%);
}

.hero-image-caption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 3;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--tdc-radius);
  background: rgba(5, 7, 12, 0.72);
  backdrop-filter: blur(14px);
}

.hero-image-caption span,
.hero-image-caption strong {
  display: block;
}

.hero-image-caption span {
  color: var(--tdc-magenta-2);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-image-caption strong {
  color: #fff;
  font-size: 1.05rem;
}

.hero-visual::before {
  position: absolute;
  inset: 22px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-machine-card::before {
  inset: 0;
  z-index: 1;
  border: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.55), rgba(5, 7, 12, 0.08) 46%, rgba(184, 36, 145, 0.22)),
    linear-gradient(0deg, rgba(5, 7, 12, 0.74), transparent 54%);
}

.placeholder-inner {
  position: relative;
  z-index: 1;
  max-width: 260px;
  padding: 18px;
  text-align: center;
  color: #e5e7eb;
}

.placeholder-inner i {
  color: var(--tdc-magenta-2);
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  animation: soft-rise 0.7s ease both;
}

.hero-proof-strip i {
  color: var(--tdc-magenta-2);
}

.hero-mini-grid {
  display: grid;
  max-width: 690px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--tdc-radius);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(14px);
}

.hero-mini-grid div {
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-mini-grid div:last-child {
  border-right: 0;
}

.hero-mini-grid strong,
.hero-mini-grid span {
  display: block;
}

.hero-mini-grid strong {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.hero-mini-grid span {
  color: var(--tdc-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-spec {
  position: absolute;
  z-index: 3;
  min-width: 134px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tdc-radius);
  background: rgba(5, 7, 12, 0.82);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  animation: spec-float 4.8s ease-in-out infinite;
}

.floating-spec strong,
.floating-spec span {
  display: block;
}

.floating-spec strong {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.floating-spec span {
  color: var(--tdc-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-one {
  top: 32px;
  right: 22px;
}

.spec-three {
  left: 30px;
  bottom: 126px;
  animation-delay: -0.9s;
}

.stats-band {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.client-slider-section {
  position: relative;
  padding: 86px 0 72px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #05070c, #0b1220 48%, #05070c),
    radial-gradient(circle at 12% 20%, rgba(184, 36, 145, 0.18), transparent 30%);
}

.client-slider-section::before,
.client-slider-section::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(13vw, 150px);
  pointer-events: none;
  content: "";
}

.client-slider-section::before {
  left: 0;
  background: linear-gradient(90deg, var(--tdc-dark), transparent);
}

.client-slider-section::after {
  right: 0;
  background: linear-gradient(270deg, var(--tdc-dark), transparent);
}

.logo-marquee {
  width: 100%;
  margin: 18px 0;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: marquee-left 30s linear infinite;
}

.logo-marquee-reverse .logo-track {
  animation-name: marquee-right;
  animation-duration: 34s;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-card {
  display: grid;
  min-width: 240px;
  min-height: 112px;
  padding: 16px 22px;
  place-items: center;
  color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--tdc-radius);
  background:
    linear-gradient(135deg, #fff, #f4f6f8),
    repeating-linear-gradient(45deg, rgba(184, 36, 145, 0.08) 0 1px, transparent 1px 14px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 76, 196, 0.52);
  box-shadow: 0 24px 55px rgba(184, 36, 145, 0.2);
}

.logo-card img {
  display: block;
  width: 100%;
  max-width: 205px;
  height: 70px;
  object-fit: contain;
}

.testimonials-section {
  color: #121826;
  background:
    radial-gradient(circle at 18% 20%, rgba(184, 36, 145, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff, #f4f6f8);
}

.testimonials-section h2 {
  color: #101827;
}

.testimonial-title {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  color: #101827;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: clamp(1.9rem, 2vw, 2.25rem);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
}

.testimonials-section p {
  color: #475569;
}

.testimonial-slider {
  position: relative;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: var(--tdc-radius);
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.11);
}

.testimonial-track {
  position: relative;
  min-height: 220px;
}

.testimonial-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 220px 1fr;
  gap: clamp(18px, 4vw, 42px);
  padding: clamp(24px, 4vw, 38px);
  opacity: 0;
  transform: translateX(28px) scale(0.985);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.testimonial-card img {
  width: 180px;
  height: 86px;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--tdc-radius);
  background: #f8fafc;
}

.testimonial-card p {
  max-width: 760px;
  margin: 0;
  color: #1f2937;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
}

.testimonial-card p::before {
  content: "\201C";
  color: var(--tdc-magenta);
  font-size: 2.4rem;
  line-height: 0;
  margin-right: 5px;
}

.testimonial-card span {
  color: var(--tdc-magenta);
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 14px;
  display: block;
}

.testimonial-dots {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.22);
  transition: width 0.24s ease, background 0.24s ease;
}

.testimonial-dots button.active {
  width: 30px;
  background: var(--tdc-magenta);
}

.map-card {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background:
    linear-gradient(135deg, rgba(184, 36, 145, 0.35), rgba(8, 17, 31, 0.94)),
    #0b1220;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.contact-details-card {
  min-height: 100%;
}

.map-card-compact {
  min-height: 300px;
  margin-top: 8px;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: rotate(-8deg) scale(1.18);
}

.map-pin {
  position: absolute;
  top: 82px;
  left: 50%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tdc-magenta), #7b1c67);
  box-shadow: 0 0 0 12px rgba(184, 36, 145, 0.18), 0 20px 42px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
}

.map-pin i {
  font-size: 2rem;
}

.map-card-compact .map-pin {
  top: 52px;
  width: 58px;
  height: 58px;
  box-shadow: 0 0 0 10px rgba(184, 36, 145, 0.16), 0 16px 34px rgba(0, 0, 0, 0.3);
}

.map-card-compact .map-pin i {
  font-size: 1.65rem;
}

.map-card-content {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--tdc-radius);
  background: rgba(5, 7, 12, 0.72);
  backdrop-filter: blur(14px);
}

.map-card-compact .map-card-content {
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 15px;
}

.map-card-content span,
.map-card-content strong {
  color: var(--tdc-magenta-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.map-card-content h3,
.map-card-content p {
  color: #fff;
}

.map-card-content p {
  margin-bottom: 12px;
}

.logo-card-dark {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(184, 36, 145, 0.84), rgba(17, 24, 39, 0.98)),
    #111827;
}

.stat-card,
.service-card,
.info-card,
.blog-card,
.process-step {
  position: relative;
  height: 100%;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: rgba(17, 24, 39, 0.9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.stat-card::before,
.service-card::before,
.info-card::before,
.blog-card::before,
.process-step::before {
  position: absolute;
  inset: 0;
  padding: 1px;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, transparent 0 24%, var(--tdc-magenta-2) 38%, var(--tdc-orange) 50%, transparent 68%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  display: none;
}

.stat-card:hover::before,
.service-card:hover::before,
.info-card:hover::before,
.blog-card:hover::before,
.process-step:hover::before {
  display: none;
}

.stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 76, 196, 0.5);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.stat-card,
.service-card,
.info-card,
.blog-card,
.process-step,
.image-placeholder {
  will-change: transform;
}

.stat-card {
  padding: 24px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.stat-card strong {
  display: block;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.stat-card span {
  color: var(--tdc-muted);
  font-weight: 700;
}

.section {
  padding: 84px 0;
}

.section-light {
  color: #334155;
  background: var(--tdc-light);
}

.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5 {
  color: #0f172a;
}

.section-muted {
  background: #0b1220;
}

.section-title {
  max-width: 780px;
}

.service-card,
.info-card,
.blog-card,
.process-step {
  padding: 26px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.service-card:hover,
.info-card:hover,
.blog-card:hover {
  transform: translateY(-7px);
  border-color: rgba(239, 76, 196, 0.55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.service-card:hover .icon-box,
.info-card:hover .icon-box,
.blog-card:hover .icon-box {
  transform: translateY(-2px) rotate(-4deg) scale(1.07);
  box-shadow: 0 14px 28px rgba(184, 36, 145, 0.32);
}

.blog-detail {
  color: #d8dee9;
}

.blog-detail h2 {
  margin: 38px 0 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.blog-detail p {
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.8;
}

.blog-detail-image {
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background: rgba(17, 24, 39, 0.9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.blog-detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-detail-image figcaption {
  padding: 14px 16px;
  color: #94a3b8;
  font-size: 0.9rem;
}

.blog-sidebar {
  position: sticky;
  top: 110px;
  padding: 26px;
  border: 1px solid var(--tdc-line);
  border-radius: var(--tdc-radius);
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 36, 145, 0.16), transparent 34%),
    rgba(17, 24, 39, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.mini-proof {
  height: 100%;
  padding: 14px 16px;
  color: #fff;
  font-weight: 800;
  border: 1px solid rgba(239, 76, 196, 0.28);
  border-radius: var(--tdc-radius);
  background: rgba(184, 36, 145, 0.12);
}

.service-card::after,
.info-card::after,
.blog-card::after,
.process-step::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 16px;
  content: "";
  background: linear-gradient(90deg, var(--tdc-magenta-2), transparent);
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.service-card:hover::after,
.info-card:hover::after,
.blog-card:hover::after,
.process-step:hover::after {
  transform: scaleX(1);
}

.icon-box {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  color: #fff;
  place-items: center;
  border-radius: var(--tdc-radius);
  background: linear-gradient(135deg, var(--tdc-magenta), #7b1c67);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.icon-box.gold {
  background: linear-gradient(135deg, var(--tdc-orange), var(--tdc-gold));
}

.spec-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.spec-list li {
  display: flex;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.spec-list li:last-child {
  border-bottom: 0;
}

.spec-list i {
  color: var(--tdc-magenta-2);
  margin-top: 4px;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--tdc-magenta-2);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.read-more-link:hover {
  color: #fff;
}

.read-more-link i {
  transition: transform 0.22s ease;
}

.read-more-link:hover i {
  transform: translateX(4px);
}

.page-hero {
  position: relative;
  padding: 54px 0 50px;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.98), rgba(8, 17, 31, 0.94)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 20px),
    var(--tdc-navy);
}

.team-page-hero {
  padding: 52px 0 18px;
}

.ceo-message-section {
  padding-top: 16px;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: #94a3b8;
}

.breadcrumb a,
.breadcrumb-item.active {
  color: #cbd5e1;
}

.timeline {
  position: relative;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  width: 2px;
  content: "";
  background: rgba(184, 36, 145, 0.5);
}

.timeline-item {
  position: relative;
  padding-left: 58px;
  margin-bottom: 28px;
}

.timeline-dot {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 22px;
  height: 22px;
  border: 4px solid var(--tdc-magenta-2);
  border-radius: 50%;
  background: var(--tdc-dark);
}

.portfolio-tile {
  min-height: 280px;
}

.badge-soft {
  color: #fff;
  border: 1px solid rgba(239, 76, 196, 0.35);
  border-radius: 999px;
  background: rgba(184, 36, 145, 0.16);
}

.form-control,
.form-select {
  color: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: var(--tdc-radius);
  background: #0f172a;
}

.required-star {
  color: var(--tdc-magenta-2);
  font-size: 0.9em;
  font-weight: 900;
}

.quote-form-card {
  width: min(100%, 860px);
}

.iti {
  width: 100%;
}

.iti__country-list {
  width: min(250px, calc(100vw - 88px));
  max-width: calc(100vw - 88px);
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #e5e7eb;
  border: 1px solid rgba(239, 76, 196, 0.28);
  border-radius: 14px;
  background: #0b1220;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
}

.iti--container,
.iti-mobile .iti--container {
  position: absolute !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
}

.iti-mobile .iti__country-list {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: min(250px, calc(100vw - 88px));
  max-height: 260px;
  margin-top: 8px;
}

.iti__country {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: #e5e7eb;
}

.iti__country:hover,
.iti__country.iti__highlight {
  background: rgba(184, 36, 145, 0.24);
}

.iti__country-name {
  display: inline-block;
  max-width: 96px;
  overflow: hidden;
  color: #f8fafc;
  font-size: 0.86rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iti__dial-code {
  color: var(--tdc-magenta-2);
  flex: 0 0 auto;
  margin-left: auto;
}

.iti__divider {
  border-bottom-color: rgba(148, 163, 184, 0.22);
}

.iti__arrow {
  border-top-color: #e5e7eb;
}

.iti__arrow--up {
  border-top: none;
  border-bottom-color: #e5e7eb;
}

.iti__selected-flag {
  border-radius: var(--tdc-radius) 0 0 var(--tdc-radius);
  background: rgba(255, 255, 255, 0.04);
}

.iti__selected-flag:hover,
.iti__selected-flag:focus {
  background: rgba(184, 36, 145, 0.18);
}

.phone-country-input {
  padding-left: 96px !important;
}

.form-control:focus,
.form-select:focus {
  color: #fff;
  border-color: var(--tdc-magenta-2);
  background: #0f172a;
  box-shadow: 0 0 0 0.2rem rgba(184, 36, 145, 0.18);
}

.form-control::placeholder {
  color: #64748b;
}

.file-upload-box {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 82px;
  padding: 18px;
  cursor: pointer;
  border: 1px dashed rgba(239, 76, 196, 0.58);
  border-radius: var(--tdc-radius);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.file-upload-box:hover {
  border-color: var(--tdc-magenta-2);
  background: rgba(239, 76, 196, 0.08);
  transform: translateY(-2px);
}

.file-upload-box i {
  display: inline-grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--tdc-magenta), #7b1c67);
  font-size: 1.35rem;
}

.file-upload-box strong {
  display: block;
  color: #fff;
  font-weight: 900;
}

.file-upload-box small {
  display: block;
  color: var(--tdc-muted);
  margin-top: 3px;
}

.file-upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.file-upload-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.file-upload-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  padding: 7px 10px;
  color: #dbe4f0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
}

.file-upload-list i {
  color: var(--tdc-magenta-2);
}

.footer {
  color: #cbd5e1;
  background: #202634;
  border-top: 1px solid var(--tdc-line);
}

.footer-logo {
  max-width: 310px;
}

.footer .small.text-secondary {
  width: 100%;
  text-align: center;
}

.footer.py-4 .container {
  position: relative;
  justify-content: center !important;
  text-align: center;
}

.footer.py-4 .container > a {
  position: absolute;
  right: 12px;
}

.social-link,
.floating-whatsapp,
.back-to-top {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
}

.social-link {
  width: 38px;
  height: 38px;
  color: #fff;
  border: 1px solid var(--tdc-line);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.social-link:hover {
  color: #fff;
  background: var(--tdc-magenta);
  transform: translateY(-3px);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 82px;
  z-index: 1000;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
  animation: whatsapp-pulse 2.8s ease-in-out infinite;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 44px;
  height: 44px;
  color: #fff;
  border: 0;
  background: var(--tdc-magenta);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-left {
  transform: translateX(-34px) scale(0.985);
}

.reveal-right {
  transform: translateX(34px) scale(0.985);
}

.reveal.in {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(184, 36, 145, 0.12), transparent 34%),
    var(--tdc-dark);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loader.done {
  visibility: hidden;
  opacity: 0;
}

.gear-loader {
  width: min(136px, 42vw);
  height: min(136px, 42vw);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02) 58%, transparent 59%),
    url("../img/favicon-tdc.png") center / 112% no-repeat;
  box-shadow:
    0 0 0 10px rgba(184, 36, 145, 0.12),
    0 20px 46px rgba(184, 36, 145, 0.28);
  animation: loader-logo-spin 1.45s linear infinite, loader-logo-pulse 1.8s ease-in-out infinite;
}

@keyframes loader-logo-pulse {
  0%,
  100% {
    opacity: 0.88;
  }

  50% {
    opacity: 1;
  }
}

@keyframes loader-logo-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes slow-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(18px, 28px, 0) rotate(8deg);
  }
}

@keyframes grid-drift {
  to {
    background-position: 72px 72px;
  }
}

@keyframes sheen {
  0%,
  46% {
    transform: translateX(-120%);
  }

  72%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes spec-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes soft-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes placeholder-scan {
  0%,
  42% {
    transform: translateX(-110%);
  }

  72%,
  100% {
    transform: translateX(110%);
  }
}

@keyframes whatsapp-pulse {
  0%,
  100% {
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32), 0 0 0 0 rgba(37, 211, 102, 0.28);
  }

  50% {
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.36), 0 0 0 12px rgba(37, 211, 102, 0);
  }
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(calc(-50% - 9px));
  }

  to {
    transform: translateX(0);
  }
}

body.theme-light {
  --tdc-dark: #f7f8fb;
  --tdc-navy: #ffffff;
  --tdc-panel: #ffffff;
  --tdc-slate: #e2e8f0;
  --tdc-line: rgba(15, 23, 42, 0.13);
  --tdc-light: #f2f4f8;
  --tdc-muted: #64748b;
  color: #111827;
  background: #f7f8fb;
}

body.theme-light .site-shell {
  background: #f7f8fb;
}

body.theme-light .top-strip {
  color: #475569;
  background: #ffffff;
  border-bottom-color: rgba(15, 23, 42, 0.1);
}

body.theme-light .navbar {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

body.theme-light .navbar.navbar-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

body.theme-light .navbar .nav-link,
body.theme-light .dropdown-item {
  color: #1f2937;
}

body.theme-light .navbar .nav-link.active,
body.theme-light .navbar .nav-link:hover,
body.theme-light .dropdown-item:hover {
  color: var(--tdc-magenta);
}

body.theme-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.22);
  filter: none;
}

body.theme-light .theme-toggle-btn {
  color: #111827;
  border-color: rgba(184, 36, 145, 0.28);
  background: #f1f5f9;
}

body.theme-light .theme-toggle-btn:hover,
body.theme-light .theme-toggle-btn:focus-visible {
  color: #fff;
  background: var(--tdc-magenta);
}

body.theme-light .dropdown-menu,
body.theme-light .stat-card,
body.theme-light .service-card,
body.theme-light .info-card,
body.theme-light .blog-card,
body.theme-light .process-step,
body.theme-light .image-placeholder,
body.theme-light .ceo-message-card,
body.theme-light .ceo-profile-panel,
body.theme-light .blog-sidebar {
  color: #111827;
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11);
}

body.theme-light .hero,
body.theme-light .page-hero,
body.theme-light .section-muted,
body.theme-light .client-slider-section {
  color: #111827;
  background: #ffffff;
}

body.theme-light .hero::after,
body.theme-light .hero::before,
body.theme-light .page-hero::before,
body.theme-light .section-muted::before,
body.theme-light .client-slider-section::before,
body.theme-light .client-slider-section::after {
  display: none;
}

body.theme-light .hero h1,
body.theme-light .hero-subtitle,
body.theme-light .page-hero h1,
body.theme-light .page-hero .lead,
body.theme-light .section-title,
body.theme-light .display-3,
body.theme-light .display-5,
body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light h4,
body.theme-light h5,
body.theme-light .lead {
  color: #111827;
}

body.theme-light p,
body.theme-light .spec-list,
body.theme-light .contact-details-card a,
body.theme-light .footer p,
body.theme-light .footer li,
body.theme-light .blog-detail p {
  color: #334155;
}

body.theme-light .hero-proof-strip span,
body.theme-light .hero-mini-grid,
body.theme-light .facility-slider,
body.theme-light .map-card,
body.theme-light .testimonial-card {
  border-color: rgba(15, 23, 42, 0.13);
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.12);
}

body.theme-light .hero-proof-strip span,
body.theme-light .hero-mini-grid div,
body.theme-light .stat-card span {
  color: #475569;
}

body.theme-light .stat-card strong,
body.theme-light .testimonial-card blockquote {
  color: #111827;
}

body.theme-light .section-light,
body.theme-light .testimonials-section {
  color: #111827;
  background: #f7f8fb;
}

body.theme-light .form-control,
body.theme-light .form-select,
body.theme-light .iti__selected-flag {
  color: #111827;
  border-color: var(--tdc-magenta);
  background: #ffffff;
}

body.theme-light .form-control:focus,
body.theme-light .form-select:focus {
  color: #111827;
  border-color: var(--tdc-magenta);
  background: #ffffff;
  box-shadow: 0 0 0 0.18rem rgba(184, 36, 145, 0.22);
}

body.theme-light .form-control::placeholder {
  color: #334155;
  opacity: 0.72;
}

body.theme-light .iti__country-list {
  color: #111827;
  border-color: rgba(184, 36, 145, 0.2);
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.18);
}

body.theme-light .iti__country,
body.theme-light .iti__country-name {
  color: #111827;
}

body.theme-light .iti__divider {
  border-bottom-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .footer {
  color: #334155;
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

body.theme-light .footer-bottom,
body.theme-light .copyright {
  color: #475569;
}

body.theme-light .floating-whatsapp {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

body.theme-light .top-strip,
body.theme-light .navbar,
body.theme-light .footer {
  color: #f8fafc;
  background: #151922;
  border-color: rgba(255, 255, 255, 0.12);
}

body.theme-light .navbar.navbar-scrolled {
  background: #11151d;
  box-shadow: none;
}

body.theme-light .top-strip a,
body.theme-light .navbar .nav-link,
body.theme-light .footer,
body.theme-light .footer p,
body.theme-light .footer li,
body.theme-light .footer a,
body.theme-light .footer .small.text-secondary {
  color: #f8fafc !important;
}

body.theme-light .navbar .nav-link.active,
body.theme-light .navbar .nav-link:hover,
body.theme-light .top-strip a:hover,
body.theme-light .footer a:hover {
  color: var(--tdc-magenta-2) !important;
}

body.theme-light .theme-toggle-btn {
  color: #ffffff;
  border-color: rgba(239, 76, 196, 0.6);
  background: rgba(184, 36, 145, 0.22);
}

body.theme-light .btn-brand,
body.theme-light .blog-card a,
body.theme-light .read-more-link {
  color: #ffffff;
  border: 1px solid var(--tdc-magenta);
  border-radius: var(--tdc-radius);
  background: #8f166f;
  box-shadow: none;
}

body.theme-light .blog-card a,
body.theme-light .read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-weight: 900;
  text-transform: none;
}

body.theme-light .btn-brand:hover,
body.theme-light .blog-card a:hover,
body.theme-light .read-more-link:hover {
  color: #ffffff;
  background: #6f1159;
  box-shadow: none;
}

body.theme-light .dropdown-menu,
body.theme-light .stat-card,
body.theme-light .service-card,
body.theme-light .info-card,
body.theme-light .blog-card,
body.theme-light .process-step,
body.theme-light .image-placeholder,
body.theme-light .ceo-profile-panel,
body.theme-light .blog-sidebar,
body.theme-light .testimonial-card,
body.theme-light .logo-card,
body.theme-light .hero-proof-strip span,
body.theme-light .hero-mini-grid,
body.theme-light .facility-slider,
body.theme-light .map-card {
  border-color: rgba(184, 36, 145, 0.5);
  box-shadow: none;
}

body.theme-light .service-card:hover,
body.theme-light .info-card:hover,
body.theme-light .blog-card:hover,
body.theme-light .stat-card:hover,
body.theme-light .logo-card:hover {
  border-color: var(--tdc-magenta);
  box-shadow: none;
}

body.theme-light .section,
body.theme-light .hero,
body.theme-light .page-hero,
body.theme-light .section-light,
body.theme-light .section-muted,
body.theme-light .client-slider-section,
body.theme-light .testimonials-section {
  background: #ffffff;
}

body.theme-light,
body.theme-light .site-shell {
  background: #ffffff;
}

body.theme-light .hero-machine-card,
body.theme-light .hero-image-caption,
body.theme-light .floating-spec,
body.theme-light .ceo-square-photo,
body.theme-light .ceo-hero-photo {
  border-color: rgba(184, 36, 145, 0.55);
  box-shadow: none;
}

body.theme-light .hero-image-caption,
body.theme-light .floating-spec {
  color: #ffffff;
  background: rgba(17, 24, 39, 0.94);
}

body.theme-light .map-card,
body.theme-light .map-card-compact {
  color: #111827;
  border: 2px solid var(--tdc-magenta);
  background: #ffffff;
}

body.theme-light .map-grid {
  display: none;
}

body.theme-light .map-card-content span,
body.theme-light .map-card-content strong {
  color: var(--tdc-magenta);
}

body.theme-light .map-card-content {
  color: #111827;
  border: 1px solid rgba(184, 36, 145, 0.38);
  background: #ffffff;
  backdrop-filter: none;
}

body.theme-light .map-card-content h3 {
  color: #111827;
}

body.theme-light .map-card-content p {
  color: #334155;
}

body.theme-light .file-upload-box {
  color: #111827;
  border-color: var(--tdc-magenta);
  background: #ffffff;
}

body.theme-light .file-upload-box small {
  color: #475569;
}

body.theme-light .hero h1,
body.theme-light .page-hero h1,
body.theme-light .display-3,
body.theme-light .display-5 {
  color: #111827;
  text-shadow: none;
}

body.theme-light .breadcrumb {
  --bs-breadcrumb-divider-color: var(--tdc-magenta);
}

body.theme-light .breadcrumb a,
body.theme-light .breadcrumb-item.active {
  color: var(--tdc-magenta) !important;
  font-weight: 700;
}

body.theme-light .badge-soft,
body.theme-light .blog-card .badge-soft {
  color: #ffffff;
  border-color: #8f166f;
  background: #8f166f;
}

body.theme-light .ceo-message-card {
  color: #111827;
  border-color: rgba(184, 36, 145, 0.55);
  background: #ffffff;
  box-shadow: none;
}

body.theme-light .ceo-message-card .eyebrow,
body.theme-light .ceo-message-copy .eyebrow {
  color: #6f1159;
}

body.theme-light .ceo-message-card h2,
body.theme-light .ceo-message-copy h2 {
  color: #6f1159;
}

body.theme-light .ceo-message-card blockquote,
body.theme-light .ceo-message-copy blockquote {
  color: #111827;
}

body.theme-light .ceo-signature strong,
body.theme-light .ceo-signature span {
  color: #111827;
}

body.theme-light .logo-marquee {
  background: #ffffff;
}

body.theme-light .logo-card {
  background: #ffffff;
}

body.theme-light .mini-proof {
  color: #ffffff;
  border: 1px solid #8f166f;
  background: #8f166f;
}

body.theme-light .mission-vision-panel,
body.theme-light .mission-vision-card {
  color: #111827;
  border-color: rgba(184, 36, 145, 0.55);
  background: #ffffff;
  box-shadow: none;
}

body.theme-light .mission-vision-card h3 {
  color: #6f1159;
}

@media (max-width: 991px) {
  .navbar .container {
    position: relative;
  }

  .navbar-brand {
    min-width: auto;
  }

  .brand-logo-img {
    width: min(280px, 64vw);
    height: 42px;
  }

  .navbar-nav [data-theme-toggle] {
    display: none;
  }

  .mobile-theme-toggle {
    position: absolute;
    top: 50%;
    right: 90px;
    display: inline-grid;
    width: 54px;
    height: 32px;
    min-height: 32px;
    padding: 0;
    place-items: center;
    border-radius: 999px;
    transform: translateY(-50%);
  }

  .mobile-theme-toggle span {
    display: none;
  }

  .mobile-theme-toggle i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.95rem;
  }

  .brand-emblem::before,
  .brand-emblem::after {
    width: 26px;
  }

  .hero {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-machine-card {
    min-height: 390px;
  }

  .floating-spec {
    min-width: 112px;
    padding: 12px;
  }

  .testimonial-track {
    min-height: 300px;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 18px;
  }

  .testimonial-card img {
    width: 170px;
    justify-self: start;
  }

  .testimonial-title {
    max-width: 860px;
    font-size: clamp(2rem, 5vw, 3rem);
    white-space: normal;
  }

  .team-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .team-hero-grid .lead {
    margin-right: auto;
    margin-left: auto;
  }

  .ceo-hero-photo {
    justify-self: center;
    width: 156px;
  }

  .ceo-profile-panel {
    grid-template-columns: 1fr;
  }

  .ceo-square-photo {
    max-width: 240px;
    min-height: 230px;
    margin: 0 auto;
    order: -1;
  }

  .mission-vision-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

}

@media (max-width: 575px) {
  .top-strip .container {
    justify-content: center !important;
  }

  .brand-logo-img {
    width: min(248px, 61vw);
    height: 40px;
  }

  .mobile-theme-toggle {
    right: 78px;
    width: 52px;
    height: 32px;
    min-height: 32px;
  }

  .brand-text strong {
    font-size: 0.92rem;
  }

  .brand-text span {
    font-size: 0.64rem;
  }

  .brand-emblem {
    width: 44px;
    height: 32px;
    font-size: 0.72rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.72rem, 8.8vw, 2rem);
    line-height: 1.08;
    white-space: normal;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero .row > [class*="col"] {
    min-width: 0;
    width: calc(100vw - 64px);
    max-width: calc(100vw - 64px);
  }

  .hero .row {
    margin-right: 0;
    margin-left: 0;
  }

  .section .row,
  .page-hero .row {
    margin-right: 0;
    margin-left: 0;
  }

  .hero .row > [class*="col"] {
    padding-right: 0;
    padding-left: 0;
  }

  .section .row > [class*="col"],
  .page-hero .row > [class*="col"] {
    min-width: 0;
  }

  .hero .container,
  .page-hero .container,
  .section .container {
    padding-right: 32px;
    padding-left: 32px;
  }

  body:has(form[data-quote-form]) .section .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  body:has(form[data-quote-form]) .section .row > [class*="col"] {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .quote-form-card {
    padding: 24px 18px;
  }

  .quote-form-card h2 {
    font-size: 1.55rem;
  }

  .hero h1,
  .hero-subtitle {
    width: min(100%, calc(100vw - 64px)) !important;
    max-width: calc(100vw - 64px);
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 64px)) !important;
    max-width: calc(100vw - 64px);
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
    white-space: normal;
  }

  .page-hero {
    padding: 42px 0 38px;
  }

  .page-hero .display-3 {
    max-width: 100%;
    font-size: clamp(1.65rem, 7.8vw, 2rem);
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .page-hero .lead {
    max-width: calc(100vw - 64px);
  }

  .hero-proof-strip span {
    width: 100%;
  }

  .hero-proof-strip,
  .hero-mini-grid {
    width: min(100%, calc(100vw - 64px)) !important;
    max-width: calc(100vw - 64px);
  }

  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .hero-mini-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hero-mini-grid div:last-child {
    border-bottom: 0;
  }

  .floating-spec {
    position: relative;
    inset: auto;
    display: inline-block;
    margin: 8px;
  }

  .hero-image-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: auto 12px 12px;
    align-self: end;
  }

  .logo-card {
    min-width: 168px;
  }

  .testimonial-title {
    font-size: 2rem;
    max-width: 100%;
  }

  .testimonial-track {
    min-height: 360px;
  }

  .testimonial-card {
    padding: 24px 20px 58px;
  }

  .testimonial-dots {
    right: 20px;
    bottom: 18px;
  }

  .capacity-image-slider {
    width: 100%;
    min-height: 220px;
    aspect-ratio: auto;
    margin-top: 0;
  }

  .capacity-image-slider .facility-slide span {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    padding: 10px 12px;
    font-size: 0.82rem;
    line-height: 1.35;
    border-radius: 10px;
  }

  .capacity-image-slider .facility-slider-dots {
    top: 12px;
    right: 12px;
  }

  .capacity-image-slider .facility-slider-dots button {
    width: 8px;
    height: 8px;
  }

  .capacity-image-slider .facility-slider-dots button.active {
    width: 22px;
  }

  .footer.py-4 .container > a {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .section {
    padding: 62px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
