.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1a7cda2:#057FFA;--e-global-color-19694ed:#0462C7;--e-global-color-3bfbcb8:#033D7A;--e-global-color-f8a1bb6:#EAF3FF;--e-global-color-8700346:#F4F9FF;--e-global-color-4024485:#081422;--e-global-color-2851392:#0C1C30;--e-global-color-558dbea:#FFFFFF0F;--e-global-color-af5a530:#FFFFFF1A;--e-global-color-fa2c5c3:#EFF6FF;--e-global-color-7e6d8ab:#FFFFFF;--e-global-color-b57ebed:#3A9BFB;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  /* Primary palette */
  --primary:        #057FFA;
  --primary-dark:   #0462C7;
  --primary-deeper: #033D7A;
  --primary-light:  #3A9BFB;
  --primary-pale:   #E8F2FE;
  --primary-mist:   #F3F8FF;
 
  /* Dark sections — deeper, more industrial navy */
  --dark-bg:        #0A1520;
  --dark-mid:       #0E1E2E;
  --dark-border:    rgba(255,255,255,0.08);
 
  /* Light surfaces */
  --white:          #ffffff;
  --section-alt:    #F2F4F7;   /* cool neutral grey, not blue */
  --surface-warm:   #F7F8FA;
 
  /* Typography */
  --text-dark:      #0F1B28;
  --text-body:      #344052;
  --text-secondary: #566474;
  --text-muted:     #8494A4;
 
  /* Borders — more prominent, structural */
  --border:         #C8D6E2;
  --border-light:   #DDE6EE;
 
  /* Radii — much tighter, less SaaS-bubbly */
  --radius-sm:  4px;
  --radius-md:  6px;
  --radius-lg:  10px;
  --radius-xl:  14px;   /* hero frame only */
 
  --container:  1200px;
  --sv:         92px;
}
 
html { scroll-behavior: smooth; }
 
body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-body);
  background: var(--white);
  overflow-x: hidden;
}
 
img { display: block; max-width: 100%; }
a { text-decoration: none; }
ul { list-style: none; }
 
/* ── Container ── */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 48px;
}
 
/* ── Section label — left bar style ── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}
.section-label::before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: var(--primary);
  border-radius: 0;          /* square bar, not pill */
  flex-shrink: 0;
}
 
/* ── Headings ── */
h1, h2, h3, h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
}
 
.section-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 14px;
}
.section-title.on-dark { color: #ffffff; }
 
.section-body {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.78;
  max-width: 560px;
}
.section-body.on-dark { color: rgba(255,255,255,0.58); max-width: 100%; }
 
/* ── Buttons — square, solid, no pill ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--primary); color: #fff;
  padding: 13px 28px;
  border-radius: var(--radius-sm);   /* sharp corners */
  font-weight: 700; font-size: 0.93rem;
  letter-spacing: 0.01em;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: none;
}
.btn-primary:hover { background: var(--primary-dark); box-shadow: 0 4px 16px rgba(5,127,250,0.28);
color:white;
    
}
.btn-primary svg { width: 15px; height: 15px; stroke: #fff; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
 
.btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: rgba(255,255,255,0.72);
  padding: 12px 26px;
  border-radius: var(--radius-sm);
  font-weight: 600; font-size: 0.93rem;
  border: 1.5px solid rgba(255,255,255,0.22);
  transition: border-color 0.18s, color 0.18s, background 0.18s;
}
.btn-ghost-dark:hover { border-color: var(--primary-light); color: #fff; background: rgba(5,127,250,0.08); }
.btn-ghost-dark svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
 
/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: 0.10s; }
.d2 { transition-delay: 0.20s; }
.d3 { transition-delay: 0.30s; }
.d4 { transition-delay: 0.40s; }
.d5 { transition-delay: 0.50s; }
 
/* ── Image placeholders ── */
.img-slot {
  border-radius: var(--radius-md);
  background: var(--primary-pale);
  border: 1.5px dashed rgba(5,127,250,0.2);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px; min-height: 220px;
}
.img-slot svg { width: 40px; height: 40px; stroke: rgba(5,127,250,0.32); fill: none; stroke-width: 1.2; }
.img-slot span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(5,127,250,0.32); }
 
.img-slot-dark {
  border-radius: var(--radius-md);
  background: rgba(5,127,250,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px;
}
.img-slot-dark svg { width: 40px; height: 40px; stroke: rgba(255,255,255,0.2); fill: none; stroke-width: 1.2; }
.img-slot-dark span { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.2); }
 
/* ============================================================
   NAV
============================================================ */
#main-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(10,21,32,0.95);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
#main-nav.scrolled {
  background: #ffffff;
  border-bottom: 2px solid var(--primary);   /* strong blue underline when white */
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
 
.nav-inner {
  max-width: var(--container); margin: 0 auto;
  padding: 16px 48px;
  display: flex; align-items: center; justify-content: space-between;
  transition: padding 0.3s;
}
#main-nav.scrolled .nav-inner { padding-top: 11px; padding-bottom: 11px; }
 
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-icon {
  width: 34px; height: 34px; background: var(--primary);
  border-radius: var(--radius-sm);   /* square logo icon */
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-logo-icon svg { width: 18px; height: 18px; fill: white; }
.nav-logo-text { font-weight: 800; font-size: 1rem; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; transition: color 0.3s; }
.nav-logo-text em { font-style: normal; color: var(--primary-light); }
#main-nav.scrolled .nav-logo-text { color: var(--text-dark); }
#main-nav.scrolled .nav-logo-text em { color: var(--primary); }
 
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: rgba(255,255,255,0.60); font-weight: 600; font-size: 0.88rem; position: relative; transition: color 0.2s; letter-spacing: 0.01em; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--primary); border-radius: 0; transition: width 0.22s; }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 100%; }
#main-nav.scrolled .nav-links a { color: var(--text-secondary); }
#main-nav.scrolled .nav-links a:hover { color: var(--primary); }
 
/* CTA — rectangular, not pill */
.nav-cta {
  background: var(--primary); color: #fff !important;
  padding: 9px 20px;
  border-radius: var(--radius-sm);
  font-weight: 700; font-size: 0.85rem; letter-spacing: 0.02em;
  transition: background 0.18s;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--primary-dark) !important; color: #fff !important; }
 
/* Hamburger */
.nav-ham {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-ham span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 0; transition: background 0.3s, transform 0.3s, opacity 0.3s; }
#main-nav.scrolled .nav-ham span { background: var(--text-dark); }
.nav-ham.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-ham.open span:nth-child(2) { opacity: 0; }
.nav-ham.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
 
.mobile-menu {
  display: none; max-width: var(--container); margin: 0 auto; padding: 0 48px 14px;
  flex-direction: column;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.65); font-weight: 600; font-size: 0.95rem; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,0.06); transition: color 0.2s; }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: #fff; }
#main-nav.scrolled .mobile-menu a { color: var(--text-secondary); border-color: var(--border-light); }
#main-nav.scrolled .mobile-menu a:hover { color: var(--primary); }
 
/* ============================================================
   HERO — dark / industrial
============================================================ */
.hero-wrap {
  background: var(--dark-bg);
  padding-top: 82px;
  min-height: 100vh;
  display: flex; flex-direction: column;
}
 
.hero-frame {
  flex: 1; margin: 16px 24px 24px;
  border-radius: var(--radius-xl); overflow: hidden;
  position: relative; min-height: calc(100vh - 122px);
  /* diagonal stripe texture + solid dark — more industrial */
  background:
    repeating-linear-gradient(
      -55deg,
      transparent,
      transparent 40px,
      rgba(5,127,250,0.018) 40px,
      rgba(5,127,250,0.018) 41px
    ),
    linear-gradient(150deg, #0D1E30 0%, #071018 55%, #0A1828 100%);
  display: flex; align-items: center;
  border: 1px solid rgba(255,255,255,0.06);
}
 
/* Strong primary side-bar accent — freight/logistics feel */
.hero-frame::after {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--primary);
  border-radius: 0;
}
 
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 55% at 62% 40%, rgba(5,127,250,0.16) 0%, transparent 65%),
    radial-gradient(ellipse 35% 40% at 8% 80%, rgba(5,127,250,0.05) 0%, transparent 55%);
}
 
/* Remove decorative dot-grid — too SaaS */
.hero-grid-bg { display: none; }
 
.hero-content {
  position: relative; z-index: 2;
  padding: 60px 60px 60px 72px;   /* extra left padding clears the side bar */
  max-width: 560px;
}
 
/* Badge — more industrial tag look */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(5,127,250,0.10);
  border: 1px solid rgba(5,127,250,0.30);
  border-radius: var(--radius-sm);
  padding: 5px 12px;
  font-size: 0.72rem; font-weight: 800; color: #7bbffd;
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 22px;
  animation: heroIn 0.7s ease 0.5s both;
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary-light); box-shadow: 0 0 6px var(--primary); animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{box-shadow:0 0 6px var(--primary)} 50%{box-shadow:0 0 2px var(--primary)} }
 
.hero-h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 700; color: #fff; line-height: 1.1;
  margin-bottom: 18px;
  animation: heroIn 0.7s ease 0.15s both;
}
.hero-h1 .accent { color: var(--primary-light); }
 
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,0.56); line-height: 1.72;
  margin-bottom: 34px; max-width: 430px;
  animation: heroIn 0.7s ease 0.3s both;
}
 
.hero-actions {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  animation: heroIn 0.7s ease 0.45s both;
}
 
@keyframes heroIn { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }
 
.hero-right {
  position: absolute; right: 0; top: 0; bottom: 0; width: 50%;
  background: linear-gradient(to left, transparent 0%, rgba(7,16,24,0.6) 62%);
  display: flex; align-items: center;
  padding: 48px 48px 48px 0;
}
.hero-img-inner {
  width: 100%; height: 72%;
  border-radius: var(--radius-md);
  background: rgba(5,127,250,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.hero-img-inner svg { width: 48px; height: 48px; stroke: rgba(255,255,255,0.18); fill: none; stroke-width: 1; }
.hero-img-inner span { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.18); }
 
/* ============================================================
   ABOUT — white
============================================================ */
.sec-white { background: var(--white); padding: var(--sv) 0; }
 
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-wrap .img-slot { aspect-ratio: 4/3; }
.about-text .section-body { margin-bottom: 14px; }
 
.pillar-list { display: flex; flex-direction: column; gap: 0; margin-top: 24px; border: 1.5px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.pillar {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 20px;
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  /* left accent bar on hover */
  border-left: 3px solid transparent;
  transition: border-left-color 0.2s, background 0.2s;
}
.pillar:last-child { border-bottom: none; }
.pillar:hover { border-left-color: var(--primary); background: var(--primary-mist); }
.pillar-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  background: var(--primary-pale);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
}
.pillar-icon svg { width: 17px; height: 17px; stroke: var(--primary); fill: none; stroke-width: 1.9; }
.pillar-text strong { display: block; font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 2px; }
.pillar-text span { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.5; }
 
/* ============================================================
   WHY CHOOSE — neutral grey (not soft blue)
============================================================ */
.sec-alt {
  background: var(--section-alt);
  padding: var(--sv) 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
 
.why-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 44px; }
.why-head .section-body { max-width: 100%; }
 
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1.5px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
 
/* Cards sit in a flush grid — like a data table / spec sheet */
.why-card {
  background: var(--white);
  padding: 28px 24px;
  position: relative;
  border-left: 3px solid transparent;
  transition: border-left-color 0.2s, background 0.2s;
}
.why-card:hover { border-left-color: var(--primary); background: var(--primary-mist); }
/* Remove old ::before top-border animation */
.why-card::before { display: none; }
 
.why-icon {
  width: 42px; height: 42px;
  background: var(--primary-pale);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.why-icon svg { width: 20px; height: 20px; stroke: var(--primary); fill: none; stroke-width: 1.7; }
.why-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 7px; }
.why-card p { font-size: 0.855rem; color: var(--text-secondary); line-height: 1.65; }
 
/* ============================================================
   END-TO-END — dark / industrial
============================================================ */
.sec-dark {
  background: var(--dark-bg); padding: var(--sv) 0;
  position: relative; overflow: hidden;
  border-top: 3px solid var(--primary);   /* strong top accent */
}
/* Remove the radial glow decoration */
.sec-dark::before { display: none; }
 
.e2e-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
 
.e2e-steps { display: flex; flex-direction: column; margin-top: 30px; }
.e2e-step { display: flex; gap: 18px; padding-bottom: 0; border-left: 2px solid rgba(5,127,250,0.18); margin-left: 19px; padding-left: 22px; padding-bottom: 28px; position: relative; }
.e2e-step:last-child { padding-bottom: 0; border-left-color: transparent; }
 
.step-side { position: absolute; left: -20px; top: 0; flex-shrink: 0; }
.step-num {
  width: 38px; height: 38px;
  border-radius: var(--radius-sm);   /* square step number — industrial */
  background: var(--dark-mid);
  border: 1.5px solid rgba(5,127,250,0.35);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.76rem; font-weight: 800; color: var(--primary-light);
  transition: background 0.2s, border-color 0.2s;
}
.e2e-step:hover .step-num { background: rgba(5,127,250,0.15); border-color: var(--primary); }
.step-line { display: none; }  /* replaced by border-left on .e2e-step */
 
.step-body { padding-top: 7px; padding-left: 0; }
.step-body h4 { font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.step-body p { font-size: 0.855rem; color: rgba(255,255,255,0.50); line-height: 1.65; }
 
.e2e-card {
  background: var(--dark-mid);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-md);
  border-top: 3px solid var(--primary);   /* accent top border */
  padding: 28px;
  position: relative; overflow: hidden;
}
/* Remove the radial corner glow */
.e2e-card::before { display: none; }
.e2e-card .img-slot-dark { width: 100%; aspect-ratio: 16/10; margin-bottom: 20px; }
.e2e-card h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.e2e-card p { font-size: 0.875rem; color: rgba(255,255,255,0.50); line-height: 1.65; }
 
/* ============================================================
   SERVICES — white
============================================================ */
.sec-services { background: var(--white); padding: var(--sv) 0; }
 
.services-head { margin-bottom: 40px; }
 
.svc-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
 
.svc-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  border-top: 3px solid var(--border);   /* will highlight on hover */
  padding: 26px 24px 28px;
  transition: border-top-color 0.2s, box-shadow 0.2s;
}
.svc-card:hover { border-top-color: var(--primary); box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
 
.svc-icon {
  width: 42px; height: 42px;
  background: var(--primary-pale);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.svc-icon svg { width: 20px; height: 20px; stroke: var(--primary); fill: none; stroke-width: 1.6; }
.svc-card h3 { font-size: 0.97rem; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; }
.svc-card p { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.65; }
 
/* Tag — pill removed, use a bordered chip */
.svc-tag {
  display: inline-block; margin-top: 13px; padding: 3px 10px;
  background: transparent;
  border: 1px solid var(--primary);
  border-radius: var(--radius-sm);
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary);
}
 
/* Warehouse wide card */
.wh-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center;
  background: var(--surface-warm);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary);   /* strong left accent */
  padding: 28px 28px 28px 24px;
  margin-bottom: 44px;
  transition: box-shadow 0.2s;
}
.wh-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.wh-card .img-slot { aspect-ratio: 16/9; min-height: 0; border-radius: var(--radius-md); }
.wh-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 13px; }
 
/* Specialized */
.spec-label { margin-bottom: 16px; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1.5px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
 
.spec-card {
  background: var(--surface-warm);
  padding: 20px 18px;
  border-left: 3px solid transparent;
  transition: border-left-color 0.2s, background 0.2s;
}
.spec-card:hover { border-left-color: var(--primary); background: var(--white); }
.spec-icon {
  width: 32px; height: 32px;
  background: var(--primary-pale);
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.spec-icon svg { width: 14px; height: 14px; stroke: var(--primary); fill: none; stroke-width: 1.8; }
.spec-card h4 { font-size: 0.875rem; font-weight: 700; color: var(--text-dark); margin-bottom: 5px; }
.spec-card p { font-size: 0.80rem; color: var(--text-secondary); line-height: 1.58; }
 
/* ============================================================
   REQUEST A QUOTE — primary blue section
============================================================ */
.sec-quote {
  background: var(--primary);
  padding: 72px 0;
}
.quote-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.quote-text .section-label { color: rgba(255,255,255,0.75); }
.quote-text .section-label::before { background: rgba(255,255,255,0.75); }
.quote-text h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 700; color: #fff; margin-bottom: 12px; }
.quote-text p { font-size: 0.97rem; color: rgba(255,255,255,0.75); line-height: 1.72; max-width: 420px; }
 
.quote-form {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 32px 28px;
}
.quote-form h3 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--border-light); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.form-group label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-secondary); }
.form-group input,
.form-group select,
.form-group textarea {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem; font-weight: 500; color: var(--text-dark);
  padding: 10px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  outline: none;
  transition: border-color 0.18s;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--primary); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-submit {
  display: block; width: 100%;
  background: var(--primary); color: #fff;
  padding: 13px 20px;
  border: none; border-radius: var(--radius-sm);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.02em; cursor: pointer;
  transition: background 0.18s;
  margin-top: 4px;
}
.form-submit:hover { background: var(--primary-dark); }
 
/* ============================================================
   FOOTER — dark
============================================================ */
/*footer { background: var(--dark-bg); padding: 56px 0 28px; border-top: 3px solid rgba(5,127,250,0.25); }*/
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 0 48px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 40px; }
 
.footer-logo-text { font-weight: 800; font-size: 1rem; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; }
.footer-logo-text em { font-style: normal; color: var(--primary-light); }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.42); line-height: 1.7; margin-top: 14px; max-width: 260px; }
 
.footer-col h5 { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col a { color: rgba(255,255,255,0.42); font-size: 0.875rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--primary-light); }
.footer-contact { display: flex; align-items: center; gap: 8px; }
.footer-contact svg { width: 14px; height: 14px; stroke: var(--primary-light); fill: none; stroke-width: 1.8; flex-shrink: 0; }
 
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; font-size: 0.8rem; color: rgba(255,255,255,0.24); }
 
/* ============================================================
   RESPONSIVE — Tablet (769–1024px)
============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  .container { padding: 0 32px; }
  .nav-inner { padding-left: 32px; padding-right: 32px; }
  .footer-inner { padding: 0 32px; }
  .mobile-menu { padding: 0 32px 14px; }
 
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
 
  .hero-content { padding: 48px 40px 48px 56px; max-width: 420px; }
  .hero-right { width: 46%; }
 
  .quote-inner { grid-template-columns: 1fr; gap: 36px; }
  .quote-text p { max-width: 100%; }
}
 
/* ============================================================
   RESPONSIVE — Mobile (≤768px)
============================================================ */
@media (max-width: 768px) {
  :root { --sv: 58px; }
 
  .container { padding: 0 20px; }
  .nav-inner { padding: 13px 20px; }
  .footer-inner { padding: 0 20px; }
  .mobile-menu { padding: 0 20px 14px; }
 
  .nav-links { display: none; }
  .nav-ham { display: flex; }
 
  /* Hero */
  .hero-frame { margin: 10px 10px 18px; border-radius: var(--radius-lg); flex-direction: column; min-height: auto; }
  .hero-content { padding: 40px 20px 24px 28px; max-width: 100%; position: relative; z-index: 2; }
  .hero-h1 { font-size: clamp(1.85rem, 7.5vw, 2.5rem); }
  .hero-sub { font-size: 0.92rem; }
  .hero-right { position: relative; width: 100%; height: 180px; background: none; padding: 0 20px 24px; }
  .hero-img-inner { height: 100%; }
  .btn-ghost-dark, .btn-primary { font-size: 0.875rem; padding: 11px 20px; }
 
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
 
  .why-head { grid-template-columns: 1fr; gap: 8px; margin-bottom: 28px; }
  .why-grid { grid-template-columns: 1fr; gap: 1px; }
 
  .e2e-grid { grid-template-columns: 1fr; gap: 32px; }
 
  .svc-grid-2 { grid-template-columns: 1fr; gap: 12px; }
  .wh-card { grid-template-columns: 1fr; gap: 18px; border-left: none; border-top: 4px solid var(--primary); }
  .wh-card .img-slot { aspect-ratio: 16/7; }
  .spec-grid { grid-template-columns: 1fr 1fr; gap: 1px; }
 
  .quote-inner { grid-template-columns: 1fr; gap: 28px; padding: 0 20px; }
  .quote-text p { max-width: 100%; }
  .form-row { grid-template-columns: 1fr; }
 
  .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
}
 
@media (max-width: 480px) {
  .spec-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */