/* =====================================================================
   GlobalTek Consulting — Modern Theme
   Stack: Bootstrap 5.3 + custom design tokens
   ===================================================================== */

:root {
  --gtc-navy:      #122742;   /* KBI deep navy */
  --gtc-navy-700:  #1A3556;
  --gtc-navy-500:  #24456B;
  --gtc-cyan:      #249BB0;   /* KBI teal */
  --gtc-cyan-600:  #1F8497;
  --gtc-accent:    #1FAE52;   /* logo globe green */
  --gtc-accent-600:#178A41;   /* darker green for hover */
  --gtc-amber:     #E0B000;   /* KBI gold — primary highlight accent */
  --gtc-amber-600: #C49A00;   /* darker gold for hover */
  --gtc-red:       #A81E23;   /* KBI red accent */
  --gtc-magenta:   #E94F8B;   /* secondary pop for IT slide */
  --gtc-bg:        #F7F7F7;   /* KBI light gray */
  --gtc-surface:   #FFFFFF;
  --gtc-text:      #363636;   /* KBI body text */
  --gtc-muted:     #5B6B80;
  --gtc-border:    #E3EAF2;

  /* Brand gradients — KBI navy / teal / gold */
  --gtc-grad:        linear-gradient(135deg, #001F29 0%, #122742 40%, #163A57 72%, #249BB0 100%);
  --gtc-grad-it:     linear-gradient(135deg, #001F29 0%, #122742 45%, #1F8497 100%);
  --gtc-grad-nonit:  linear-gradient(135deg, #122742 0%, #1B4A5C 55%, #249BB0 100%);
  --gtc-grad-warm:   linear-gradient(135deg, #122742 0%, #24456B 45%, #E0B000 115%);
  --gtc-grad-soft:   linear-gradient(135deg, rgba(36,155,176,.10), rgba(224,176,0,.08));

  --gtc-radius:    14px;
  --gtc-radius-lg: 22px;
  --gtc-shadow-sm: 0 4px 14px rgba(18,39,66,.06);
  --gtc-shadow:    0 14px 40px rgba(18,39,66,.10);
  --gtc-shadow-lg: 0 30px 60px rgba(18,39,66,.18);

  --gtc-trans:     all .35s cubic-bezier(.22,.61,.36,1);
}

/* ---- Bootstrap overrides ---- */
.bg-primary, .btn-primary { background-color: var(--gtc-navy) !important; border-color: var(--gtc-navy) !important; }
.text-primary             { color: var(--gtc-navy) !important; }
a                         { color: var(--gtc-cyan-600); text-decoration: none; }
a:hover                   { color: var(--gtc-navy); }

* { -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; }
body {
  font-family: 'Fira Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background-color: var(--gtc-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg stroke='%23122742' stroke-opacity='0.05' stroke-width='1.1'%3E%3Cline x1='30' y1='40' x2='90' y2='25'/%3E%3Cline x1='90' y1='25' x2='150' y2='55'/%3E%3Cline x1='30' y1='40' x2='60' y2='110'/%3E%3Cline x1='90' y1='25' x2='60' y2='110'/%3E%3Cline x1='150' y1='55' x2='170' y2='120'/%3E%3Cline x1='60' y1='110' x2='120' y2='150'/%3E%3Cline x1='170' y1='120' x2='120' y2='150'/%3E%3Cline x1='60' y1='110' x2='30' y2='175'/%3E%3Cline x1='120' y1='150' x2='90' y2='185'/%3E%3C/g%3E%3Cg fill='%23122742' fill-opacity='0.06'%3E%3Ccircle cx='30' cy='40' r='3.2'/%3E%3Ccircle cx='150' cy='55' r='3.2'/%3E%3Ccircle cx='60' cy='110' r='3.6'/%3E%3Ccircle cx='30' cy='175' r='3'/%3E%3Ccircle cx='90' cy='185' r='3'/%3E%3C/g%3E%3Cg fill='%23249BB0' fill-opacity='0.08'%3E%3Ccircle cx='90' cy='25' r='3.4'/%3E%3Ccircle cx='120' cy='150' r='3.4'/%3E%3C/g%3E%3Ccircle cx='170' cy='120' r='3.4' fill='%23E0B000' fill-opacity='0.09'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 360px;
  background-attachment: fixed;
  color: var(--gtc-text);
  line-height: 1.65;
  overflow-x: hidden;
}
/* Clip horizontal overflow from reveal-animation transforms on all viewports */
html { overflow-x: hidden; }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-weight: 800;
  color: var(--gtc-navy);
  letter-spacing: -.022em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.25rem, 4.2vw, 3.6rem); line-height: 1.08; font-weight: 800; letter-spacing: -.028em; }
h2 { font-size: clamp(1.75rem, 2.8vw, 2.5rem);  line-height: 1.18; font-weight: 800; letter-spacing: -.022em; }
h3 { font-size: clamp(1.25rem, 1.6vw, 1.55rem); line-height: 1.3;  font-weight: 700; letter-spacing: -.015em; }
h4 { font-size: clamp(1.05rem, 1.2vw, 1.2rem);  line-height: 1.35; font-weight: 700; }
h5 { font-size: 1.05rem; line-height: 1.4;  font-weight: 700; }
h6 { font-size: .95rem;  line-height: 1.45; font-weight: 700; letter-spacing: -.005em; }

/* ---- Section heading w/ stylish gradient underline ---- */
.section-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 16px;
}
.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--gtc-amber) 0%, var(--gtc-cyan) 100%);
  box-shadow: 0 4px 12px rgba(224,176,0,.28);
}
.section-title.section-title-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.section-title.section-title-light::after {
  background: linear-gradient(90deg, var(--gtc-amber) 0%, var(--gtc-cyan) 100%);
  box-shadow: 0 4px 12px rgba(224,176,0,.32);
}
.section-title-sm { padding-bottom: 12px; margin-bottom: 12px; }
.section-title-sm::after { width: 48px; height: 3px; }

/* US-style refined body type rhythm */
.lead { font-size: 1.125rem; font-weight: 400; line-height: 1.6; letter-spacing: -.005em; color: var(--gtc-muted); }
.display-num { font-feature-settings: 'tnum' 1, 'ss01' 1; }

.section { padding: 88px 0; position: relative; }
.section-sm { padding: 56px 0; }
.eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gtc-cyan-600);
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(36,155,176,.10);
  margin-bottom: 16px;
}
.text-muted-2 { color: var(--gtc-muted) !important; }

/* ---- Buttons ---- */
.btn {
  --bs-btn-padding-y: .85rem;
  --bs-btn-padding-x: 1.6rem;
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 999px;
  letter-spacing: .01em;
  transition: var(--gtc-trans);
  position: relative;
  overflow: hidden;
}
.btn-brand {
  background: var(--gtc-navy);
  color: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(10,37,64,.22);
}
.btn-brand:hover { background: var(--gtc-navy-700); transform: translateY(-2px); color: #fff; box-shadow: 0 14px 30px rgba(10,37,64,.30); }
.btn-accent {
  background: var(--gtc-accent); color: #fff; border: 0;
  box-shadow: 0 10px 24px rgba(31,174,82,.28);
}
.btn-accent:hover { background: var(--gtc-accent-600); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(31,174,82,.36); }
.btn-outline-light-2 {
  border: 1.5px solid rgba(255,255,255,.45); color: #fff; background: transparent;
}
.btn-outline-light-2:hover { background: #fff; color: var(--gtc-navy); }
.btn-ghost {
  background: #fff; color: var(--gtc-navy); border: 1.5px solid var(--gtc-border);
}
.btn-ghost:hover { border-color: var(--gtc-navy); color: var(--gtc-navy); transform: translateY(-2px); }

/* ---- Navbar ---- */
.navbar-gtc {
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--gtc-border);
  transition: var(--gtc-trans);
  z-index: 1030;
}
.navbar-gtc.scrolled {
  background: #ffffff;
  box-shadow: var(--gtc-shadow-sm);
  border-bottom-color: var(--gtc-border);
  padding: 12px 0;
}
.navbar-gtc .navbar-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--gtc-navy); }
.navbar-gtc .navbar-brand img { height: 64px; width: auto; transition: var(--gtc-trans); }
.navbar-gtc.scrolled .navbar-brand img { height: 52px; }
.navbar-gtc .nav-link {
  color: var(--gtc-text) !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: .7rem 1.05rem !important;
  position: relative;
}
.navbar-gtc .btn {
  text-transform: uppercase;
  letter-spacing: .03em;
}
.navbar-gtc .nav-link::after {
  content: ''; position: absolute; left: 1.05rem; right: 1.05rem; bottom: 6px;
  height: 2.5px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gtc-amber), var(--gtc-cyan));
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}
.navbar-gtc .nav-link:hover::after,
.navbar-gtc .nav-link.active::after { transform: scaleX(1); }
.navbar-gtc .nav-link.active { color: var(--gtc-navy) !important; }
.navbar-gtc .btn.btn-brand { padding: .65rem 1.4rem; font-size: .95rem; letter-spacing: .005em; }

/* ---- Hero ---- */
.hero {
  position: relative;
  padding: 180px 0 120px;
  background: var(--gtc-grad);
  color: #fff;
  overflow: hidden;
}
.hero::before, .hero::after {
  content:''; position:absolute; border-radius: 50%; filter: blur(60px); opacity:.5; pointer-events:none;
}
.hero::before { width: 520px; height: 520px; background: #249BB0; top: -120px; right: -100px; }
.hero::after  { width: 420px; height: 420px; background: #1FAE52; bottom: -180px; left: -120px; opacity: .25; }
.hero .container { position: relative; z-index: 2; }
.hero h1 { color: #fff; }
.hero p.lead { color: rgba(255,255,255,.85); font-size: 1.15rem; max-width: 580px; }
.hero .badge-soft {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18);
  color:#fff; padding: 8px 16px; border-radius: 999px; font-size: .85rem; font-weight: 500;
}
.hero-visual {
  position: relative;
  border-radius: var(--gtc-radius-lg);
  overflow: visible;
  box-shadow: var(--gtc-shadow-lg);
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.18);
  padding: 30px;
}
.float-card {
  position: absolute; background: #fff; color: var(--gtc-navy);
  border-radius: var(--gtc-radius); padding: 12px 16px;
  box-shadow: var(--gtc-shadow); display: flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: .85rem; white-space: nowrap;
  animation: float 5s ease-in-out infinite;
  z-index: 3;
}
.float-card .ic { width: 34px; height: 34px; border-radius: 10px; display:grid; place-items:center; background: var(--gtc-grad-soft); color: var(--gtc-cyan-600); flex-shrink:0; }
.float-card.a { top: -22px; left: -18px; animation-delay: 0s; }
.float-card.b { bottom: -22px; right: -18px; animation-delay: 1.4s; }
@keyframes float { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-8px);} }

/* ---- Hero carousel (homepage) — video background, left-aligned banner ---- */
.hero-carousel { position: relative; padding: 0; color: #fff; overflow:hidden; min-height: auto; }
.hero-carousel::before,
.hero-carousel::after { content: none; }
.hero-carousel .carousel,
.hero-carousel .carousel-inner { min-height: 100vh; }

/* Full-bleed background video + dark overlay */
.hero-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(110deg, rgba(6,18,34,.92) 0%, rgba(8,24,44,.80) 42%, rgba(10,37,64,.55) 100%);
}

/* Vertically center each slide's content, align text to the left */
.hero-carousel .hero-slide {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 150px 0 90px;
  max-width: 880px;
  margin: 0;
}
.hero-carousel .hero-slide .lead { margin-bottom: 0; }

/* Left yellow accent bar above the headline + tagline */
.hero-headline {
  border-left: 0;
  padding-left: 0;
  padding-top: 22px;
  margin-bottom: 26px;
  position: relative;
}
.hero-headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 90px;
  height: 5px;
  background: var(--gtc-amber);
  border-radius: 3px;
}
.hero-tagline {
  margin: 14px 0 0;
  font-style: italic;
  font-weight: 600;
  color: var(--gtc-amber);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  letter-spacing: .01em;
}

/* Carousel-fade tuning: only opacity transitions (no transform) */
.hero-carousel .carousel-fade .carousel-item {
  transition: opacity .9s ease-in-out;
  transform: none !important;
}
.hero-carousel .carousel-fade .carousel-item.active,
.hero-carousel .carousel-fade .carousel-item-next.carousel-item-start,
.hero-carousel .carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
  z-index: 2;
}
.hero-carousel .carousel-fade .carousel-item-start.active,
.hero-carousel .carousel-fade .carousel-item-end.active {
  opacity: 0;
  z-index: 1;
}

.hero-carousel .container { position: relative; z-index: 2; }

.hero-slide h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 800;
  max-width: none;
}
.hero-slide h1 .hl {
  background: linear-gradient(90deg, #3FB8CE 0%, #249BB0 45%, #E0B000 100%);
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-slide p.lead { color: rgba(255,255,255,.86); font-size: 1.12rem; line-height: 1.6; max-width: none; margin: 0; }

/* Red CTA button (KBI style) */
.btn-hero {
  display: inline-flex; align-items: center;
  background: #E23A2E; color: #fff;
  border: 0; border-radius: 4px;
  padding: 14px 30px; font-weight: 600; font-size: 1.02rem;
  box-shadow: 0 12px 26px rgba(226,58,46,.32);
  transition: var(--gtc-trans);
}
.btn-hero:hover { background: #c5281d; color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(226,58,46,.42); }

@keyframes heroFloat { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-10px);} }

/* Carousel controls — large circular, light, pulled to the edges */
.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 48px; height: 48px; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  opacity: .9; transition: var(--gtc-trans);
  z-index: 10;
  pointer-events: auto;
}
.hero-carousel .carousel-control-prev { left: 24px; }
.hero-carousel .carousel-control-next { right: 24px; }
.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover { background: rgba(255,255,255,.95); opacity:1; transform: translateY(-50%) scale(1.06); }
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 20px; height: 20px;
  transition: filter .2s ease;
}
.hero-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.hero-carousel .carousel-control-next:hover .carousel-control-next-icon {
  filter: brightness(0) saturate(100%) invert(11%) sepia(35%) saturate(2600%) hue-rotate(195deg) brightness(95%);
}

/* Custom indicators — pinned at the bottom-left of the hero */
.hero-carousel .carousel-indicators {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: auto;
  margin: 0;
  gap: 8px;
  z-index: 10;
}
.hero-carousel .carousel-indicators [data-bs-target] {
  width: 32px; height: 4px; border: 0; border-radius: 999px;
  background: rgba(255,255,255,.40);
  transition: background .35s ease, width .35s ease;
}
.hero-carousel .carousel-indicators .active {
  background: #F5A623;
  width: 56px;
}

@media (max-width: 991.98px) {
  .hero-carousel .carousel,
  .hero-carousel .carousel-inner { min-height: 100vh; }
  .hero-carousel .hero-slide { min-height: 100vh; padding: 120px 0 70px; }
  .hero-carousel .hero-slide h1 { font-size: clamp(1.8rem, 7vw, 2.5rem); max-width: none; }
  .hero-headline { padding-left: 18px; }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next { display: none; }
}

/* ---- Page header (non-home) ---- */
.page-hero {
  padding: 150px 0 64px;
  background: var(--gtc-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content:''; position:absolute; inset:0; z-index:0;
  background-image: url('../images/page-hero-bg.jpg');
  background-size: cover;
  background-position: center center;
}
.page-hero::before {
  content:''; position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(7,32,59,.86), rgba(10,37,64,.90)),
              linear-gradient(110deg, rgba(7,32,59,.55), rgba(0,180,216,.30));
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 {
  color:#fff;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: .01em;
  margin-bottom: 1rem;
}
.page-hero p.lead { font-size: 1.3rem; }
/* KBI-style accent divider under the title */
.page-hero h1::after {
  content:'';
  display:block;
  width: 100px;
  height: 5px;
  margin: 1.1rem 0 0;
  background: var(--gtc-cyan);
  border-radius: 3px;
}
.page-hero .breadcrumb a { color: rgba(255,255,255,.75); }
.page-hero .breadcrumb-item.active { color: #fff; }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* ---- Industry hero (modern) ---- */
.page-hero-industry {
  padding: 150px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero-industry.has-ind-bg::after { opacity: .55; }
.page-hero-industry .ind-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: .28;
  filter: saturate(.85) contrast(1.05);
  transform: scale(1.04);
}
.page-hero-industry.has-ind-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
              color-mix(in srgb, var(--ic1, #00B4D8) 35%, var(--gtc-navy)) 0%,
              var(--gtc-navy) 55%,
              color-mix(in srgb, var(--ic2, #0077B6) 35%, var(--gtc-navy)) 100%);
  opacity: .85;
  z-index: 0;
}
.page-hero-industry::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 380px at 85% 30%, rgba(0,180,216,.20), transparent 60%),
    radial-gradient(700px 300px at 10% 90%, rgba(31,174,82,.14), transparent 65%);
  pointer-events: none;
}
.page-hero-industry .container { position: relative; z-index: 1; }

.page-hero-industry .ih-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.page-hero-industry .ih-left { min-width: 0; }

/* Eyebrow pill */
.page-hero-industry .ih-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  margin-bottom: 18px;
}
.page-hero-industry .ih-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gtc-cyan, #00B4D8);
  box-shadow: 0 0 0 4px rgba(0,180,216,.25);
}

/* Title */
.page-hero-industry .ih-title {
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: #fff;
  margin: 0 0 14px;
  max-width: 18ch;
}
.page-hero-industry .ih-title-sub {
  font-weight: 300;
  color: rgba(255,255,255,.72);
  letter-spacing: -0.01em;
}

/* Lede */
.page-hero-industry .ih-lede {
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
  max-width: 62ch;
  margin: 0 0 22px;
}

/* Specialty chips */
.page-hero-industry .ih-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.page-hero-industry .ih-chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .005em;
  transition: background .2s ease, transform .2s ease;
}
.page-hero-industry .ih-chip:hover {
  background: rgba(0,180,216,.22);
  transform: translateY(-1px);
}

/* Meta row */
.page-hero-industry .ih-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .88rem;
  color: rgba(255,255,255,.78);
}
.page-hero-industry .ih-meta span { display: inline-flex; align-items: center; gap: 8px; }
.page-hero-industry .ih-meta i { color: var(--gtc-cyan, #00B4D8); font-size: .95rem; }

/* Right-side glass card with top roles */
.page-hero-industry .ih-right { position: relative; }
.page-hero-industry .ih-card {
  width: 360px;
  max-width: 100%;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 30px 60px -25px rgba(0,0,0,.55);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero-industry .ih-card::before {
  content: '';
  position: absolute;
  top: -40%; right: -20%;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,180,216,.35), transparent 65%);
  pointer-events: none;
}
.page-hero-industry .ih-card-head {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
  position: relative;
}
.page-hero-industry .ih-card-icon {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(0,180,216,.45), rgba(0,150,180,.25));
  border: 1px solid rgba(255,255,255,.25);
  display: grid; place-items: center;
  color: #fff; font-size: 1.1rem;
}
.page-hero-industry .ih-card-eyebrow {
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  line-height: 1;
  margin-bottom: 4px;
}
.page-hero-industry .ih-card-title {
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
.page-hero-industry .ih-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.page-hero-industry .ih-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .92rem;
  color: rgba(255,255,255,.92);
  line-height: 1.35;
}
.page-hero-industry .ih-card-list i {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(0,180,216,.85);
  color: #0A2540;
  font-size: .62rem;
  display: grid; place-items: center;
  margin-top: 2px;
}
.page-hero-industry .ih-card-more {
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .78rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 16px;
  padding-left: 28px;
}
.page-hero-industry .ih-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 11px 16px;
  border-radius: 12px;
  background: #fff;
  color: var(--gtc-navy, #0A2540);
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  position: relative;
}
.page-hero-industry .ih-card-cta:hover {
  background: var(--gtc-cyan, #00B4D8);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -10px rgba(0,180,216,.55);
}
.page-hero-industry .ih-card-cta i { transition: transform .2s ease; }
.page-hero-industry .ih-card-cta:hover i { transform: translateX(3px); }

@media (max-width: 991.98px) {
  .page-hero-industry { padding: 120px 0 60px; }
  .page-hero-industry .ih-grid { grid-template-columns: 1fr; gap: 26px; }
  .page-hero-industry .ih-right { order: 2; }
  .page-hero-industry .ih-card { width: 100%; }
  .page-hero-industry .ih-title { max-width: none; }
}
@media (max-width: 575.98px) {
  .page-hero-industry { padding: 105px 0 50px; }
  .page-hero-industry .ih-meta { gap: 14px; font-size: .82rem; }
  .page-hero-industry .ih-lede { font-size: .98rem; }
  .page-hero-industry .ih-card { padding: 18px; border-radius: 16px; }
}

/* ---- Cards ---- */
.card-feature {
  background: #fff;
  border: 1px solid var(--gtc-border);
  border-radius: var(--gtc-radius-lg);
  padding: 34px 28px 30px;
  transition: var(--gtc-trans);
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(10,37,64,.02);
}
.card-feature::before {
  content:''; position:absolute; left:0; top:0; height:4px; width: 0;
  background: var(--gtc-cyan); transition: width .45s ease;
  border-top-left-radius: var(--gtc-radius-lg);
  border-top-right-radius: var(--gtc-radius-lg);
}
.card-feature:hover { transform: translateY(-8px); box-shadow: var(--gtc-shadow); border-color: transparent; }
.card-feature:hover::before { width: 100%; }

/* Flat icon tile — used across feature & industry cards */
.card-feature .icon-wrap,
.card-industry .icon-wrap {
  width: 60px; height: 60px; border-radius: 14px;
  display: grid; place-items: center;
  background: #E8F6FB;          /* soft cyan tint */
  color: var(--gtc-cyan-600);   /* cyan glyph */
  font-size: 1.45rem; margin-bottom: 20px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.card-feature:hover .icon-wrap,
.card-industry:hover .icon-wrap {
  background: var(--gtc-navy);
  color: #fff;
}

.card-feature h3 { font-size: 1.18rem; line-height: 1.35; margin-bottom: 10px; }

/* Dark variant — used to alternate feature cards light/dark */
.card-feature.card-feature-dark {
  background-image: linear-gradient(160deg, #0E2138 0%, #122742 55%, #173C59 100%);
  border-color: rgba(255, 255, 255, .12);
  color: #DCE6F2;
}
.card-feature.card-feature-dark h3 { color: #fff; }
.card-feature.card-feature-dark .text-muted-2 { color: rgba(220, 230, 242, .78) !important; }
.card-feature.card-feature-dark .icon-wrap {
  background: rgba(36, 155, 176, .20);
  color: #6FD3E4;
}
.card-feature.card-feature-dark:hover .icon-wrap {
  background: #fff;
  color: var(--gtc-navy);
}

.card-service {
  background:#fff; border-radius: var(--gtc-radius-lg);
  border:1px solid var(--gtc-border); padding: 30px;
  transition: var(--gtc-trans); height:100%; position:relative;
}
.card-service .num {
  position:absolute; top:18px; right:22px; font-size: 2.3rem; font-weight: 800;
  color: rgba(10,37,64,.06); letter-spacing: -.02em;
}
.card-service:hover { transform: translateY(-6px); box-shadow: var(--gtc-shadow); }
.card-service h3 { margin-bottom: 10px; font-size: 1.25rem; }

/* Dark variant — used to alternate service cards light/dark */
.card-service.card-service-dark {
  background-image: linear-gradient(160deg, #0E2138 0%, #122742 55%, #173C59 100%);
  border-color: rgba(255, 255, 255, .12);
  color: #DCE6F2;
}
.card-service.card-service-dark h3 { color: #fff; }
.card-service.card-service-dark .num { color: rgba(255, 255, 255, .10); }
.card-service.card-service-dark .text-muted-2 { color: rgba(220, 230, 242, .78) !important; }
.card-service.card-service-dark .list-check li { color: rgba(220, 230, 242, .88); }
.card-service.card-service-dark .list-check li::before {
  background: rgba(36, 155, 176, .22); color: #6FD3E4;
}
.card-service.card-service-dark .svc-icon {
  background: rgba(36, 155, 176, .20) !important; color: #6FD3E4 !important;
}

.card-industry {
  background: #fff; border-radius: var(--gtc-radius-lg); padding: 26px 18px 22px;
  border:1px solid var(--gtc-border); text-align:center;
  transition: var(--gtc-trans); height:100%;
}
.card-industry .icon-wrap {
  margin: 4px auto 16px;
}
.card-industry h3 {
  font-size: .92rem; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(.92rem * 1.35 * 2);
}
.card-industry:hover { transform: translateY(-6px); box-shadow: var(--gtc-shadow); border-color: transparent; }

/* ---- Colorful industry cards (industries.php grid) ---- */
.industry-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--gtc-border);
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
}
.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px -22px rgba(10,37,64,.28);
  border-color: transparent;
}
.industry-card-art {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ic1, #00B4D8), var(--ic2, #0077B6));
}
.industry-card-art .ic-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22,.61,.36,1), filter .35s ease;
  filter: saturate(.9);
}
.industry-card-art .ic-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,37,64,.10) 0%, rgba(10,37,64,.45) 100%),
              linear-gradient(135deg, color-mix(in srgb, var(--ic1, #00B4D8) 35%, transparent), color-mix(in srgb, var(--ic2, #0077B6) 20%, transparent));
  mix-blend-mode: multiply;
  transition: opacity .35s ease;
}
.industry-card-art .ic-badge {
  position: absolute;
  left: 16px;
  bottom: 14px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.15rem;
  background: linear-gradient(135deg, var(--ic1, #00B4D8), var(--ic2, #0077B6));
  box-shadow: 0 10px 24px -8px color-mix(in srgb, var(--ic2, #0077B6) 55%, transparent),
              inset 0 0 0 1px rgba(255,255,255,.18);
  z-index: 2;
}
.industry-card:hover .industry-card-art .ic-bg { transform: scale(1.06); filter: saturate(1); }
.industry-card:hover .industry-card-art .ic-tint { opacity: .75; }
.industry-card-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.industry-card-body h3 {
  font-family: 'Fira Sans', system-ui, sans-serif;
  color: var(--gtc-navy);
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.02rem;
  margin: 0 0 8px;
}
.industry-card-body p {
  font-size: .88rem;
  line-height: 1.55;
  flex: 1;
}
.industry-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-weight: 600;
  font-size: .88rem;
  color: var(--ic2, var(--gtc-cyan));
  margin-top: auto;
}
.industry-card-cta i { transition: transform .2s ease; }
.industry-card:hover .industry-card-cta i { transform: translateX(4px); }

/* ---- Process steps ---- */
.step {
  background:#fff; border-radius: var(--gtc-radius-lg); padding: 32px 26px;
  border:1px solid var(--gtc-border); position: relative; height: 100%;
  transition: var(--gtc-trans);
  border-top: 3px solid var(--gtc-cyan);
}
.step .step-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; color: var(--gtc-navy);
  border: 2px solid var(--gtc-cyan);
  display:grid; place-items:center;
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-weight: 800; font-size: 1.1rem;
  margin-bottom: 18px;
  transition: var(--gtc-trans);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--gtc-shadow); border-color: var(--gtc-border); border-top-color: var(--gtc-cyan); }
.step:hover .step-num { background: var(--gtc-navy); color:#fff; border-color: var(--gtc-navy); }

/* Dark variant — used to alternate process step cards light/dark */
.step.step-dark {
  background-image: linear-gradient(160deg, #0E2138 0%, #122742 55%, #173C59 100%);
  border-color: rgba(255, 255, 255, .12);
  border-top-color: var(--gtc-cyan);
  color: #DCE6F2;
}
.step.step-dark h3 { color: #fff; }
.step.step-dark .text-muted-2 { color: rgba(220, 230, 242, .78) !important; }
.step.step-dark .step-num {
  background: rgba(36, 155, 176, .18);
  color: #fff;
  border-color: var(--gtc-cyan);
}
.step.step-dark:hover .step-num { background: #fff; color: var(--gtc-navy); border-color: #fff; }

/* ---- Counters ---- */
.counter-card {
  text-align: center; padding: 30px 16px;
  background:#fff; border-radius: var(--gtc-radius-lg);
  border:1px solid var(--gtc-border);
}
.counter-card .num {
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800;
  background: var(--gtc-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.counter-card .lbl { color: var(--gtc-muted); margin-top: 8px; font-weight: 500; }

/* ---- Job cards ---- */
.job-card {
  background:#fff; border-radius: var(--gtc-radius-lg); padding: 26px;
  border:1px solid var(--gtc-border); transition: var(--gtc-trans);
}
.job-card:hover { box-shadow: var(--gtc-shadow); transform: translateY(-3px); border-color: transparent; }
.job-card .tag {
  display:inline-block; font-size:.75rem; font-weight:600; letter-spacing:.04em;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(0,180,216,.10); color: var(--gtc-cyan-600);
  margin-right: 6px;
}
.job-card .meta { color: var(--gtc-muted); font-size:.9rem; }
.job-card .meta i { color: var(--gtc-cyan-600); margin-right: 6px; }

/* ---- CTA strip ---- */
.cta-strip {
  background: var(--gtc-grad);
  border-radius: var(--gtc-radius-lg);
  padding: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--gtc-shadow);
}
.cta-strip::after {
  content:''; position:absolute; right:-80px; top:-80px; width: 280px; height: 280px;
  background: rgba(255,255,255,.10); border-radius: 50%;
}
.cta-strip h2 { color:#fff; }

/* ---- Form ---- */
.form-control, .form-select {
  border-radius: 12px; border: 1.5px solid var(--gtc-border);
  padding: .85rem 1rem; transition: var(--gtc-trans);
}
.form-control:focus, .form-select:focus {
  border-color: var(--gtc-cyan); box-shadow: 0 0 0 .2rem rgba(0,180,216,.18);
}
.form-label { font-weight: 600; color: var(--gtc-navy); font-size: .9rem; }

/* ---- Footer ---- */
.site-footer {
  background: var(--gtc-navy);
  color: rgba(255,255,255,.78);
  padding: 80px 0 24px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content:''; position:absolute; inset:0;
  background: radial-gradient(circle at 100% 0%, rgba(0,180,216,.18), transparent 40%),
              radial-gradient(circle at 0% 100%, rgba(31,174,82,.14), transparent 45%);
  pointer-events:none;
}
.site-footer h5 { color:#fff; font-size: 1.05rem; margin-bottom: 20px; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--gtc-cyan); }
.site-footer ul { list-style:none; padding:0; }
.site-footer ul li { margin-bottom: 10px; font-size: .95rem; }
.site-footer .footer-brand img { height: 56px; background:#fff; padding: 6px 10px; border-radius: 10px; }
.footer-social a {
  display:inline-grid; place-items:center;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.08); margin-right: 8px;
  transition: var(--gtc-trans);
}
.footer-social a:hover { background: var(--gtc-cyan); color:#fff; transform: translateY(-3px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10);
  margin-top: 50px; padding-top: 24px; font-size:.88rem;
}

/* ---- Floating action buttons ---- */
.fab {
  position: fixed; z-index: 1040;
  display:grid; place-items:center;
  width: 58px; height: 58px; border-radius: 50%;
  color:#fff; box-shadow: 0 14px 30px rgba(10,37,64,.25);
  transition: var(--gtc-trans);
}
.fab:hover { transform: translateY(-3px) scale(1.05); color:#fff; }
.fab i { font-size: 1.7rem; }
.fab-whatsapp {
  left: 24px; bottom: 28px;
  background: #25D366;
  animation: pulseRing 2.5s ease-out infinite;
}
.fab-whatsapp::before {
  content:''; position:absolute; inset:0; border-radius:50%;
  box-shadow: 0 0 0 0 rgba(37,211,102,.55);
  animation: ring 2s infinite;
}
@keyframes ring {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.55);}
  70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0);}
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);}
}
@keyframes pulseRing { 0%,100% { transform: scale(1);} 50%{ transform: scale(1.04);} }

.fab-chat {
  right: 24px; bottom: 28px;
  background: var(--gtc-grad);
}
.fab-chat .dot {
  position:absolute; top:6px; right:6px;
  width:12px; height:12px; border-radius:50%;
  background: var(--gtc-accent); border:2px solid #fff;
}

/* ---- Scroll-to-top ---- */
.scroll-top {
  position: fixed; right: 24px; bottom: 100px; z-index: 1039;
  width: 44px; height: 44px; border-radius: 50%;
  background:#fff; color: var(--gtc-navy);
  display:none; place-items:center; box-shadow: var(--gtc-shadow);
  border: 1px solid var(--gtc-border); transition: var(--gtc-trans);
}
.scroll-top.show { display:grid; }
.scroll-top:hover { transform: translateY(-3px); color: var(--gtc-cyan-600); }

/* ---- Chatbot widget ---- */
.chat-panel {
  position: fixed; right: 24px; bottom: 100px;
  width: 360px; max-width: calc(100vw - 32px);
  height: 540px; max-height: 80vh;
  background:#fff; border-radius: 20px;
  box-shadow: var(--gtc-shadow-lg);
  display:none; flex-direction: column;
  overflow: hidden; z-index: 1041;
  border: 1px solid var(--gtc-border);
  animation: chatIn .35s cubic-bezier(.22,.61,.36,1);
}
@keyframes chatIn { from { opacity:0; transform: translateY(20px);} to { opacity:1; transform: translateY(0);} }
.chat-panel.open { display:flex; }
.chat-head {
  background: var(--gtc-grad); color:#fff; padding: 16px 18px;
  display:flex; align-items:center; gap: 12px;
}
.chat-head .avatar {
  width:42px; height:42px; border-radius:50%;
  background: rgba(255,255,255,.18); display:grid; place-items:center;
  font-size:1.2rem;
}
.chat-head h6 { margin:0; color:#fff; font-weight:700; }
.chat-head small { color: rgba(255,255,255,.8); }
.chat-head .close-btn {
  margin-left:auto; background:transparent; border:0; color:#fff; font-size: 1.2rem; cursor:pointer;
}
.chat-body { flex:1; padding: 18px; overflow-y: auto; background: #F9FBFD; }
.chat-msg { margin-bottom: 12px; display:flex; }
.chat-msg .bubble {
  padding: 10px 14px; border-radius: 16px;
  font-size: .92rem; line-height: 1.45;
  max-width: 80%;
  animation: bubbleIn .25s ease;
}
@keyframes bubbleIn { from { opacity:0; transform: translateY(6px);} to{ opacity:1; transform: translateY(0);} }
.chat-msg.bot .bubble { background:#fff; color: var(--gtc-text); border: 1px solid var(--gtc-border); border-top-left-radius:4px; }
.chat-msg.user { justify-content: flex-end; }
.chat-msg.user .bubble { background: var(--gtc-grad); color:#fff; border-top-right-radius:4px; }
.chat-quick { display:flex; gap:8px; flex-wrap:wrap; padding: 0 18px 12px; background:#F9FBFD; }
.chat-quick button {
  border: 1.5px solid var(--gtc-cyan); background:#fff; color: var(--gtc-cyan-600);
  border-radius: 999px; padding: 6px 14px; font-size:.85rem; font-weight: 600;
  transition: var(--gtc-trans); cursor:pointer;
}
.chat-quick button:hover { background: var(--gtc-cyan); color:#fff; }
.chat-foot {
  display:flex; padding: 10px; gap: 8px; border-top: 1px solid var(--gtc-border); background:#fff;
}
.chat-foot input {
  flex:1; border:1.5px solid var(--gtc-border); border-radius: 999px;
  padding: 10px 16px; font-size:.92rem; outline:none;
  transition: var(--gtc-trans);
}
.chat-foot input:focus { border-color: var(--gtc-cyan); }
.chat-foot button {
  width: 42px; height: 42px; border-radius:50%; border:0; cursor:pointer;
  background: var(--gtc-grad); color:#fff; display:grid; place-items:center;
}
.typing { display:inline-flex; gap:4px; padding: 8px 0; }
.typing span {
  width:6px; height:6px; border-radius:50%; background: var(--gtc-cyan);
  animation: blink 1.2s infinite;
}
.typing span:nth-child(2){ animation-delay:.15s;}
.typing span:nth-child(3){ animation-delay:.30s;}
@keyframes blink { 0%,80%,100% { opacity:.3; transform: scale(.8);} 40% { opacity:1; transform: scale(1);} }

/* ---- Modals ---- */
.gtc-modal .modal-content {
  border: 0; border-radius: 16px; overflow: hidden;
  box-shadow: var(--gtc-shadow-lg);
}
.gtc-modal-head {
  background: var(--gtc-grad); color: #fff; padding: 12px 20px 14px;
  border-bottom: 0; align-items: flex-start;
}
.gtc-modal-head .modal-title { font-size: 1.05rem; }
.gtc-modal-head .eyebrow { font-size: .6rem; padding: 2px 9px; margin-bottom: 4px !important; }
.gtc-modal-head small { font-size: .72rem; }
.gtc-modal .modal-body { padding: 14px 20px 16px; }
.gtc-modal .modal-body .row { --bs-gutter-y: .5rem; --bs-gutter-x: .75rem; }
.gtc-modal .form-label { font-size: .76rem; margin-bottom: 2px; font-weight: 600; color: var(--gtc-navy); }
.gtc-modal .form-control { padding: .4rem .65rem; font-size: .88rem; border-radius: 8px; line-height: 1.3; }
.gtc-modal textarea.form-control { min-height: 64px; }
.gtc-modal .btn-lg { padding: .55rem 1rem; font-size: .92rem; }
.gtc-modal .form-check { margin-top: 2px; }
.gtc-modal .form-check-label { font-size: .7rem; line-height: 1.35; }
.gtc-modal .form-status:empty { display: none; }

/* ---- Illustrations + decorative SVG patterns ---- */
.gtc-illu {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: var(--gtc-radius-lg);
  filter: drop-shadow(0 12px 26px rgba(10,37,64,.14));
}

/* Soft "card" wrapper around an illustration — minimal so the artwork breathes */
.gtc-illu-frame {
  position: relative;
  padding: 20px;
  border-radius: var(--gtc-radius-lg);
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(0,180,216,.12), transparent 60%),
    linear-gradient(160deg, rgba(0,180,216,.06), rgba(31,174,82,.04));
  border: 1px solid rgba(10,37,64,.06);
  text-align: center;
}

.has-pattern { position: relative; }
.has-pattern > .container { position: relative; z-index: 2; }
.gtc-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .35;
  z-index: 0;
}

/* Tinted section backgrounds — designed to blend with the colored backdrops
   inside the illustrations so the artwork sits flush with the surrounding
   canvas. Pale tints keep navy headings/body copy at WCAG-AA. */
.section-cream    { background-color: #FCFAF6; }
.section-mint     { background-color: #F7FBF1; }
.section-sky      { background-color: #F5FAFC; }
.section-lavender { background-color: #F7F8FC; }
.section-white    { background-color: #FFFFFF; }

/* Very light "talent network" motif layered over the tinted light sections —
   connected nodes/dots that echo the staffing & recruiting theme of the site.
   Drawn as a low-opacity SVG in brand tones so it stays subtle behind content. */
.section-cream,
.section-mint,
.section-sky,
.section-lavender,
.section-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg stroke='%23122742' stroke-opacity='0.05' stroke-width='1.1'%3E%3Cline x1='30' y1='40' x2='90' y2='25'/%3E%3Cline x1='90' y1='25' x2='150' y2='55'/%3E%3Cline x1='30' y1='40' x2='60' y2='110'/%3E%3Cline x1='90' y1='25' x2='60' y2='110'/%3E%3Cline x1='150' y1='55' x2='170' y2='120'/%3E%3Cline x1='60' y1='110' x2='120' y2='150'/%3E%3Cline x1='170' y1='120' x2='120' y2='150'/%3E%3Cline x1='60' y1='110' x2='30' y2='175'/%3E%3Cline x1='120' y1='150' x2='90' y2='185'/%3E%3C/g%3E%3Cg fill='%23122742' fill-opacity='0.06'%3E%3Ccircle cx='30' cy='40' r='3.2'/%3E%3Ccircle cx='150' cy='55' r='3.2'/%3E%3Ccircle cx='60' cy='110' r='3.6'/%3E%3Ccircle cx='30' cy='175' r='3'/%3E%3Ccircle cx='90' cy='185' r='3'/%3E%3C/g%3E%3Cg fill='%23249BB0' fill-opacity='0.08'%3E%3Ccircle cx='90' cy='25' r='3.4'/%3E%3Ccircle cx='120' cy='150' r='3.4'/%3E%3C/g%3E%3Ccircle cx='170' cy='120' r='3.4' fill='%23E0B000' fill-opacity='0.09'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 360px;
  background-attachment: fixed;
}

/* ---- Alternating dark band — used to interleave dark/light sections ---- */
.section-dark {
  background-color: var(--gtc-navy);
  background-image: linear-gradient(160deg, #0E2138 0%, #122742 52%, #173C59 100%);
  color: #DCE6F2;
}
.section-dark .section-title,
.section-dark h1, .section-dark h2,
.section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p,
.section-dark .wwa-split .wwa-lead { color: rgba(220, 230, 242, .86); }
.section-dark .text-muted-2,
.section-dark .wwa-split p.text-muted-2 { color: rgba(220, 230, 242, .78) !important; }
.section-dark strong { color: #fff; }
.section-dark .eyebrow { color: #FFD24D; background: rgba(224, 176, 0, .14); }
.section-dark .wwa-points li strong { color: #fff; }
.section-dark .wwa-points li span { color: rgba(220, 230, 242, .72); }
.section-dark .wwa-points li i { color: var(--gtc-amber); }
.section-dark .service-row { border-bottom-color: rgba(255, 255, 255, .10); }
.section-dark .service-title { color: #fff; }
.section-dark .service-desc { color: rgba(220, 230, 242, .72); }
.section-dark .service-icon { background: rgba(36, 155, 176, .18); color: #6FD3E4; }
.section-dark .industry-chip {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .16);
  color: #EAF2FB;
}
.section-dark .industry-chip i { color: var(--gtc-amber); }
.section-dark .industry-chip:hover {
  background: #fff;
  border-color: #fff;
  color: var(--gtc-navy);
}
.section-dark .industry-chip:hover i { color: var(--gtc-cyan-600); }
.section-dark .btn-brand { background: var(--gtc-cyan); }
.section-dark .btn-brand:hover { background: var(--gtc-cyan-600); }
.section-dark .btn-ghost { background: rgba(255, 255, 255, .96); border-color: transparent; }

/* Subtle branded watermark behind a section — the GlobalTek "talent network"
   motif (connected nodes), matching the light-section background pattern so it
   stays visible and consistent. */
.bg-logo {
  position: relative;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cg stroke='%23122742' stroke-opacity='0.06' stroke-width='1.1'%3E%3Cline x1='30' y1='40' x2='90' y2='25'/%3E%3Cline x1='90' y1='25' x2='150' y2='55'/%3E%3Cline x1='30' y1='40' x2='60' y2='110'/%3E%3Cline x1='90' y1='25' x2='60' y2='110'/%3E%3Cline x1='150' y1='55' x2='170' y2='120'/%3E%3Cline x1='60' y1='110' x2='120' y2='150'/%3E%3Cline x1='170' y1='120' x2='120' y2='150'/%3E%3Cline x1='60' y1='110' x2='30' y2='175'/%3E%3Cline x1='120' y1='150' x2='90' y2='185'/%3E%3C/g%3E%3Cg fill='%23122742' fill-opacity='0.07'%3E%3Ccircle cx='30' cy='40' r='3.2'/%3E%3Ccircle cx='150' cy='55' r='3.2'/%3E%3Ccircle cx='60' cy='110' r='3.6'/%3E%3Ccircle cx='30' cy='175' r='3'/%3E%3Ccircle cx='90' cy='185' r='3'/%3E%3C/g%3E%3Cg fill='%23249BB0' fill-opacity='0.10'%3E%3Ccircle cx='90' cy='25' r='3.4'/%3E%3Ccircle cx='120' cy='150' r='3.4'/%3E%3C/g%3E%3Ccircle cx='170' cy='120' r='3.4' fill='%23E0B000' fill-opacity='0.11'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 360px 360px;
  background-attachment: fixed;
  overflow: hidden;
}
.bg-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 14% 20%, rgba(36, 155, 176, .07) 0, rgba(36, 155, 176, 0) 40%),
    radial-gradient(circle at 86% 80%, rgba(224, 176, 0, .06) 0, rgba(224, 176, 0, 0) 44%);
  pointer-events: none;
  z-index: 0;
}
.bg-logo > * { position: relative; z-index: 1; }

/* Mission / Vision / Values cards — unique GlobalTek treatment: a clean
   elevated tile with a rounded brand-colored icon medallion and an accent
   glow in the corner (intentionally different from a solid header bar). */
.mvv-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 1.9rem 1.6rem;
  border: 1px solid var(--gtc-border);
  box-shadow: 0 8px 26px rgba(18, 37, 64, 0.06);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}
.mvv-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--mvv) 18%, transparent), transparent 70%);
  pointer-events: none;
}
.mvv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(10, 37, 64, 0.14);
}
.mvv-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1rem;
  padding: 0;
  background: transparent;
  color: var(--gtc-navy);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
}
.mvv-head i {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: #fff;
  background: var(--mvv);
  box-shadow: 0 10px 20px color-mix(in srgb, var(--mvv) 38%, transparent);
}
.mvv-body {
  position: relative;
  z-index: 1;
  padding: 0;
}
.mvv-body p {
  color: var(--gtc-navy);
  opacity: .82;
  line-height: 1.7;
}
.mvv-teal { --mvv: #1F9BB3; }
.mvv-red  { --mvv: #C0392B; }
.mvv-gold { --mvv: #E0A30C; }

/* Who We Are / What We Do — split layout with illustration + highlights */
.wwa-split .wwa-lead {
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--gtc-navy);
  font-weight: 500;
  margin-bottom: 1rem;
}
.wwa-split p.text-muted-2 {
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 1.4rem;
}
.wwa-split strong { color: var(--gtc-navy); font-weight: 700; }

/* Illustration with floating stat badge */
.wwa-visual {
  position: relative;
  border-radius: var(--gtc-radius-lg);
  overflow: visible;
}
.wwa-visual .gtc-illu,
.wwa-visual picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--gtc-radius-lg);
  box-shadow: var(--gtc-shadow);
  filter: none;
  display: block;
}
.wwa-badge {
  position: absolute;
  right: -14px;
  bottom: -22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--gtc-navy);
  color: #fff;
  border-radius: var(--gtc-radius);
  box-shadow: var(--gtc-shadow-lg);
}
.wwa-badge-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--gtc-cyan);
  letter-spacing: -.02em;
}
.wwa-badge-lbl {
  font-size: .82rem;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255,255,255,.86);
}

/* Feature points list (Who We Are) */
.wwa-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  display: grid;
  gap: 16px;
}
.wwa-points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wwa-points li i {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 1.05rem;
  color: var(--gtc-amber-600);
  background: rgba(224,176,0,.14);
}
.wwa-points li div { display: flex; flex-direction: column; }
.wwa-points li strong { color: var(--gtc-navy); font-weight: 700; line-height: 1.4; }
.wwa-points li span { color: var(--gtc-muted); font-size: .95rem; line-height: 1.5; }

/* Service chip grid (What We Do) */
.wwa-do-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 1.8rem;
}
.wwa-do-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--gtc-border);
  border-radius: var(--gtc-radius);
  font-weight: 600;
  color: var(--gtc-navy);
  box-shadow: var(--gtc-shadow-sm);
  transition: var(--gtc-trans);
}
.wwa-do-card:hover {
  transform: translateY(-3px);
  border-color: var(--gtc-cyan);
  box-shadow: var(--gtc-shadow);
}
.wwa-do-card i {
  color: var(--gtc-cyan-600);
  font-size: 1.05rem;
}

@media (max-width: 991.98px) {
  .wwa-visual { max-width: 480px; margin: 0 auto 2.4rem; }
  .wwa-badge { right: 8px; }
}
@media (max-width: 575.98px) {
  .wwa-do-grid { grid-template-columns: 1fr; }
  .wwa-badge { padding: 12px 16px; }
  .wwa-badge-num { font-size: 1.6rem; }
}

/* Inside any tinted section, strip the illustration card frame so the
   artwork blends directly into the colored backdrop. */
.section-cream    .gtc-illu-frame,
.section-mint     .gtc-illu-frame,
.section-sky      .gtc-illu-frame,
.section-lavender .gtc-illu-frame,
.section-white    .gtc-illu-frame {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.section-cream    .gtc-illu,
.section-mint     .gtc-illu,
.section-sky      .gtc-illu,
.section-lavender .gtc-illu,
.section-white    .gtc-illu {
  filter: none;
  border-radius: var(--gtc-radius-lg);
  overflow: hidden;
}

.section-cream    .text-muted-2 { color: #5a4a36; }
.section-mint     .text-muted-2 { color: #3d5340; }
.section-sky      .text-muted-2 { color: #2d4a5a; }
.section-lavender .text-muted-2 { color: #3a3f5a; }

.section-cream    .gtc-pattern,
.section-mint     .gtc-pattern,
.section-sky      .gtc-pattern,
.section-lavender .gtc-pattern,
.section-white    .gtc-pattern { opacity: .25; }

@media (max-width: 991.98px) {
  .gtc-illu { max-width: 320px; }
  .gtc-illu-frame { margin-top: 8px; padding: 14px; }
}

/* ---- Reveal animation ---- */
/* ---- Reveal animations ---- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.22, .61, .36, 1),
              transform .7s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}
.reveal-left  { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-down  { transform: translateY(-28px); }
.reveal-zoom  { transform: scale(.94); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .3s; }
.reveal.delay-4 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---- Services — compact 2-column inline rows (no big card chrome) ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 48px;
  max-width: 980px;
  margin: 0 auto;
}
.service-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--gtc-border);
}
.service-row:nth-last-child(-n+2) { border-bottom: 0; }
.service-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--gtc-grad-soft);
  color: var(--gtc-cyan-600);
  font-size: 1.2rem;
}
.service-meta { flex: 1; min-width: 0; }
.service-title {
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0 0 4px;
  color: var(--gtc-navy);
}
.service-desc {
  font-size: .95rem;
  line-height: 1.5;
  color: var(--gtc-text-muted-2, #5f6b7a);
  margin: 0;
}
@media (max-width: 767.98px) {
  .services-grid { grid-template-columns: 1fr; gap: 0; }
  .service-row { border-bottom: 1px solid var(--gtc-border); }
  .service-row:last-child { border-bottom: 0; }
}

/* ---- Process — horizontal stepper with connecting line ---- */
.process-stepper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  position: relative;
}
.process-stepper::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--gtc-border) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.process-step {
  position: relative;
  text-align: center;
  padding: 0 8px;
  z-index: 1;
}
.process-step .step-bullet {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--gtc-cyan);
  color: var(--gtc-cyan-600);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  margin: 0 auto 14px;
  position: relative;
  transition: var(--gtc-trans);
  box-shadow: 0 6px 16px rgba(0, 180, 216, .15);
}
.process-step .step-index {
  position: absolute;
  top: 0; right: calc(50% - 38px);
  font-size: .7rem;
  font-weight: 800;
  color: var(--gtc-cyan-600);
  background: #fff;
  border: 1px solid var(--gtc-border);
  border-radius: 999px;
  padding: 2px 7px;
  letter-spacing: .04em;
}
.process-step:hover .step-bullet {
  background: var(--gtc-navy);
  border-color: var(--gtc-navy);
  color: #fff;
  transform: translateY(-3px);
}
.process-step .step-title {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 6px;
  color: var(--gtc-navy);
}
.process-step .step-desc {
  font-size: .85rem;
  line-height: 1.45;
  color: var(--gtc-text-muted-2, #5f6b7a);
  margin: 0;
}
@media (max-width: 991.98px) {
  .process-stepper { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .process-stepper::before { display: none; }
}
@media (max-width: 575.98px) {
  .process-stepper { grid-template-columns: 1fr; }
}

/* ---- Industry chips — compact, scannable, removes 8-card grid ---- */
.industry-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  max-width: 980px;
  margin: 0 auto;
}
.industry-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--gtc-border);
  border-radius: 999px;
  color: var(--gtc-navy);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  transition: var(--gtc-trans);
}
.industry-chip i {
  color: var(--gtc-cyan-600);
  font-size: 1rem;
  transition: color .25s ease;
}
.industry-chip:hover {
  background: var(--gtc-navy);
  border-color: var(--gtc-navy);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(10, 37, 64, .14);
}
.industry-chip:hover i { color: var(--gtc-amber); }

/* ---- Testimonials carousel ---- */
.testimonials-carousel {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 60px 64px;
}
.testimonials-carousel .testimonial-slide {
  padding: 8px 4px;
}
.testimonials-carousel .testimonial-card {
  background: #fff;
  border: 1px solid var(--gtc-border);
  border-radius: var(--gtc-radius-lg);
  padding: 44px 42px 36px;
  box-shadow: 0 18px 40px rgba(10, 37, 64, .06);
  position: relative;
  text-align: center;
}
.testimonials-carousel .quote-mark {
  font-size: 2.2rem;
  color: var(--gtc-cyan);
  opacity: .45;
  margin-bottom: 16px;
}
.testimonials-carousel .testimonial-text {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--gtc-navy);
  font-weight: 500;
  margin: 0 auto 28px;
  max-width: 640px;
  text-wrap: balance;
}
.testimonials-carousel .testimonial-author {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.testimonials-carousel .testimonial-author .avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--gtc-grad);
  color: #fff;
  font-weight: 700;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
}
.testimonials-carousel .carousel-control-prev,
.testimonials-carousel .carousel-control-next {
  width: 44px; height: 44px;
  top: 50%; transform: translateY(-50%);
  background: #fff;
  border: 1px solid var(--gtc-border);
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 6px 16px rgba(10,37,64,.08);
  transition: var(--gtc-trans);
}
.testimonials-carousel .carousel-control-prev { left: 0; }
.testimonials-carousel .carousel-control-next { right: 0; }
.testimonials-carousel .carousel-control-prev:hover,
.testimonials-carousel .carousel-control-next:hover {
  background: var(--gtc-navy);
  border-color: var(--gtc-navy);
  transform: translateY(-50%) scale(1.06);
}
.testimonials-carousel .carousel-control-prev-icon,
.testimonials-carousel .carousel-control-next-icon {
  width: 16px; height: 16px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(35%) saturate(2600%) hue-rotate(195deg) brightness(95%);
  transition: filter .2s ease;
}
.testimonials-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.testimonials-carousel .carousel-control-next:hover .carousel-control-next-icon {
  filter: none;
}
.testimonials-carousel .carousel-indicators {
  position: absolute;
  bottom: 12px;
  left: 0; right: 0;
  margin: 0 auto;
  gap: 8px;
}
.testimonials-carousel .carousel-indicators [data-bs-target] {
  width: 28px; height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(10,37,64,.18);
  transition: background .3s ease, width .3s ease;
}
.testimonials-carousel .carousel-indicators .active {
  background: var(--gtc-navy);
  width: 44px;
}

@media (max-width: 575.98px) {
  .testimonials-carousel { padding: 0 0 56px; }
  .testimonials-carousel .testimonial-card { padding: 32px 22px 28px; }
  .testimonials-carousel .testimonial-text { font-size: 1rem; }
  .testimonials-carousel .carousel-control-prev,
  .testimonials-carousel .carousel-control-next { display: none; }
}

/* ---- Brand strip ---- */
.brand-strip {
  display:flex; flex-wrap:wrap; gap: 40px; justify-content: center; align-items: center;
  opacity: .65;
}
.brand-strip span {
  font-family: 'Fira Sans', sans-serif; font-weight: 800; font-size: 1.2rem;
  color: var(--gtc-navy); letter-spacing: -.01em;
}

/* ---- Misc ---- */
.list-check { list-style:none; padding:0; margin:0; }
.list-check li {
  position: relative; padding-left: 32px; margin-bottom: 12px; color: var(--gtc-text);
}
.list-check li::before {
  content:'\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position:absolute; left:0; top:2px;
  width: 22px; height: 22px; border-radius: 7px;
  background: rgba(0,180,216,.12); color: var(--gtc-cyan-600);
  display:grid; place-items:center; font-size: .7rem;
}

.divider-wave { display:block; width:100%; height:60px; }

@media (max-width: 991px) {
  .navbar-gtc { background: rgba(255,255,255,.98); padding: 14px 0; }
  .navbar-gtc .navbar-brand img { height: 52px; }
  .navbar-gtc .nav-link { font-size: .98rem; padding: .55rem 0 !important; }
  .navbar-gtc .nav-link::after { display: none; }
  .hero { padding: 130px 0 80px; }
  .section { padding: 64px 0; }
  .section-sm { padding: 40px 0; }
  .float-card { display:none; }
  .gtc-illu { max-width: 360px; }
  .gtc-illu-frame { margin-top: 8px; padding: 14px; }
}
@media (max-width: 575px) {
  .cta-strip { padding: 32px 24px; }
  .fab { width: 52px; height: 52px; }
  .fab-whatsapp { left: 16px; bottom: 16px; }
  .fab-chat { right: 16px; bottom: 16px; }
  .scroll-top { right: 16px; bottom: 82px; }
  .chat-panel { right: 12px; bottom: 86px; }
}

/* ============================================================
   Industry detail body — modern roles + why-choose + others
   ============================================================ */
.ind-body { --ic1: #00B4D8; --ic2: #0077B6; }

.ind-eyebrow {
  display:inline-block;
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .35rem .75rem;
  border-radius: 999px;
  color: var(--ic2);
  background: color-mix(in srgb, var(--ic1) 14%, transparent);
  margin-bottom: .6rem;
}
.ind-section-head { margin-bottom: 1rem; }
.ind-section-head h3 { font-family: 'Fira Sans', system-ui, sans-serif; font-weight: 700; color: var(--gtc-navy); }

/* ---- Role pills grid ---- */
.role-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: .6rem;
}
.role-pill {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .7rem .9rem;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(10, 37, 64, 0.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative;
  overflow: hidden;
}
.role-pill::before {
  content:"";
  position:absolute; left:0; top:0; bottom:0;
  width: 4px;
  background: linear-gradient(180deg, var(--ic1), var(--ic2));
  opacity: .85;
}
.role-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10, 37, 64, 0.10);
  border-color: color-mix(in srgb, var(--ic1) 35%, transparent);
}
.role-pill-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ic1), var(--ic2));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--ic1) 18%, transparent);
  flex-shrink: 0;
  margin-left: .25rem;
}
.role-pill-text {
  font-size: .92rem;
  font-weight: 500;
  color: var(--gtc-navy);
  line-height: 1.3;
}

/* ---- Why-choose cards ---- */
.why-card {
  position: relative;
  padding: 1.5rem 1.3rem 1.4rem;
  background: #fff;
  border: 1px solid var(--gtc-border);
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(10, 37, 64, 0.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.why-card::before {
  content:"";
  position:absolute; left:1.3rem; top:0;
  width: 44px; height: 3px;
  background: linear-gradient(90deg, var(--ic1), var(--ic2));
  border-radius: 0 0 3px 3px;
}
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(10, 37, 64, 0.10);
  border-color: color-mix(in srgb, var(--ic1) 35%, var(--gtc-border));
}
.why-card-num {
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--ic1), var(--ic2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: .6rem;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
}
.why-card-text {
  font-size: .95rem;
  line-height: 1.5;
  color: var(--gtc-navy);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* ---- Mini industry cards (Other Industries) ---- */
.mini-industry {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .6rem;
  padding: 1.1rem .75rem;
  background: #fff;
  border: 1px solid rgba(10, 37, 64, 0.08);
  border-radius: 14px;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  height: 100%;
  --ic1: #00B4D8; --ic2: #0077B6;
}
.mini-industry:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(10, 37, 64, 0.12);
  border-color: color-mix(in srgb, var(--ic1) 40%, transparent);
}
.mini-industry-icon {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ic1), var(--ic2));
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--ic1) 35%, transparent);
}
.mini-industry-title {
  font-size: .82rem;
  font-weight: 600;
  color: var(--gtc-navy);
  line-height: 1.25;
}

@media (max-width: 576px) {
  .role-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Global Reach — interactive 3D globe (globe.gl)
   ============================================================ */
.globe-section { overflow: hidden; }
.globe-stage {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.globe-viz {
  width: 100%;
  aspect-ratio: 1 / 1;
  cursor: grab;
  touch-action: pan-y;
}
.globe-viz:active { cursor: grabbing; }
.globe-viz canvas { display: block; margin: 0 auto; }
.globe-hint {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .78rem;
  font-weight: 600;
  color: var(--gtc-cyan-600);
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--gtc-border);
  border-radius: 999px;
  padding: 4px 12px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(18, 39, 66, .08);
}
.globe-hint i { margin-right: 5px; }

@media (max-width: 575.98px) {
  .globe-stage { max-width: 300px; }
}
