/* ================================================================
   SHLOK SOLUTIONS — FINAL STYLESHEET
   Colors: #1B2FA8 (blue) | #C41E3A (red) | #080f3d (navy)
   Font: Poppins
================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; color: #111827; background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; transition: all 0.3s ease; }
ul { list-style: none; padding: 0; margin: 0; }

/* ── VARIABLES ── */
:root {
  --blue:     #1B2FA8;
  --blue-dk:  #080f3d;
  --blue-lt:  #eef1fb;
  --red:      #C41E3A;
  --red-dk:   #9b1530;
  --dell:     #0076CE;
  --off:      #f7f9ff;
  --muted:    #64748b;
  --border:   #e2e8f0;
  --grad:     linear-gradient(135deg, #C41E3A 0%, #7B2D8B 50%, #1B2FA8 100%);
  --sh-sm:    0 2px 12px rgba(27,47,168,.08);
  --sh-md:    0 6px 28px rgba(27,47,168,.14);
  --sh-lg:    0 16px 48px rgba(27,47,168,.20);
}

/* ── SCROLL PROGRESS BAR ── */
#pb { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(to right, var(--red), var(--blue)); z-index: 9999; transition: width 0.1s linear; pointer-events: none; }

/* ================================================================
   TOP BAR
================================================================ */
.topbar { background: var(--blue-dk); padding: 9px 0; font-size: 13px; border-bottom: 2px solid var(--red); }
.topbar a, .topbar span { color: rgba(255,255,255,.78); }
.topbar a:hover { color: #fff; }
.topbar i { color: var(--red); margin-right: 5px; }
.topbar-item { display: inline-flex; align-items: center; margin-right: 20px; }

/* ================================================================
   NAVBAR
================================================================ */
.navbar { background: #fff; padding: 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border); transition: all 0.3s; }
.navbar.scrolled { box-shadow: 0 4px 30px rgba(27,47,168,.14); border-bottom-color: transparent; }
.navbar .container { display: flex; align-items: center; height: 68px; gap: 24px; }

.nav-brand { font-size: 22px; font-weight: 900; letter-spacing: -1px; color: var(--blue); flex-shrink: 0; }
.nav-brand .dot { color: var(--red); font-size: 1.4em; line-height: 0.5; vertical-align: middle; }
.nav-brand .sol { font-weight: 300; letter-spacing: 3px; font-size: 0.82em; }

.nav-links { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: #111827; padding: 8px 14px; border-radius: 6px; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: 4px; left: 14px; right: 14px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

.nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.dell-badge { background: linear-gradient(135deg, var(--dell), #004B93); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; border-radius: 6px; padding: 6px 12px; white-space: nowrap; }
.btn-quote { background: var(--blue); color: #fff !important; border-radius: 6px; padding: 9px 20px; font-weight: 600; font-size: 14px; white-space: nowrap; }
.btn-quote:hover { background: var(--red); }

.hamburger { display: none; background: none; border: none; font-size: 24px; color: var(--blue); cursor: pointer; padding: 4px; }
.mob-nav { display: none; position: fixed; inset: 0; background: var(--blue-dk); z-index: 9998; flex-direction: column; align-items: center; justify-content: center; }
.mob-nav.open { display: flex; }
.mob-nav a { font-size: 26px; font-weight: 700; color: #fff; padding: 14px 0; }
.mob-nav a:hover { color: var(--red); }
.mob-close { position: absolute; top: 20px; right: 24px; background: none; border: none; color: #fff; font-size: 32px; cursor: pointer; }
.mob-brand { margin-bottom: 40px; font-size: 24px; font-weight: 900; color: #fff; }

@media (max-width: 991px) {
  .nav-links, .nav-right { display: none; }
  .hamburger { display: block; margin-left: auto; }
}

/* ================================================================
   HERO
================================================================ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: var(--blue-dk); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(8,15,61,.95) 0%, rgba(27,47,168,.80) 55%, rgba(8,15,61,.70) 100%); }
.hero-orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; animation: floatOrb 10s ease-in-out infinite; }
.orb1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(27,47,168,.35), transparent); top: -100px; left: -80px; }
.orb2 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(196,30,58,.18), transparent); bottom: -80px; right: 10%; animation-delay: -3s; animation-duration: 12s; }
.orb3 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(123,45,139,.15), transparent); top: 35%; right: -60px; animation-delay: -6s; animation-duration: 8s; }
@keyframes floatOrb { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-24px); } }
.hero-grid { position: absolute; inset: 0; background: repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 60px), repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 60px); pointer-events: none; }
.hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-inner { position: relative; z-index: 10; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 50px; padding: 7px 18px; margin-bottom: 24px; }
.hero-badge .dot { width: 8px; height: 8px; background: #4ade80; border-radius: 50%; animation: blink 2s infinite; }
.hero-badge span { color: #fff; font-size: 13px; font-weight: 500; }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:.4;} }
.hero h1 { font-size: clamp(38px,5.5vw,68px); font-weight: 900; color: #fff; line-height: 1.08; letter-spacing: -2px; margin-bottom: 20px; }
.hero h1 .light { font-weight: 300; display: block; }
.hero h1 .bold  { font-weight: 900; display: block; }
.hero h1 .red   { color: var(--red); display: block; }
.hero-desc { font-size: 16px; color: rgba(255,255,255,.72); line-height: 1.8; max-width: 520px; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.btn-hero-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff; padding: 14px 32px; border-radius: 8px; font-weight: 700; font-size: 15px; transition: all 0.3s; }
.btn-hero-primary:hover { background: var(--red-dk); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(196,30,58,.45); }
.btn-hero-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 2px solid rgba(255,255,255,.45); color: #fff; padding: 14px 32px; border-radius: 8px; font-weight: 600; font-size: 15px; transition: all 0.3s; }
.btn-hero-outline:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }
.hero-stats { display: flex; gap: 0; flex-wrap: wrap; }
.hero-stat { padding-right: 32px; border-right: 1px solid rgba(255,255,255,.2); margin-right: 32px; }
.hero-stat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.stat-big { font-size: 38px; font-weight: 900; color: #fff; line-height: 1; display: block; }
.stat-lbl { font-size: 11px; color: rgba(255,255,255,.55); letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; display: block; }
.hero-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); border-radius: 16px; padding: 22px; position: relative; }
.hero-card img { height: 280px; width: 100%; object-fit: cover; border-radius: 10px; }
.hero-card .dell-mini { position: absolute; top: -16px; left: 20px; background: linear-gradient(135deg, var(--dell), #004B93); color: #fff; border-radius: 8px; padding: 8px 14px; font-size: 12px; font-weight: 700; letter-spacing: .5px; }
.hero-float { position: absolute; color: #fff; border-radius: 12px; padding: 14px 18px; text-align: center; }
.hero-float .fn { font-size: 26px; font-weight: 900; display: block; line-height: 1; }
.hero-float .fl { font-size: 12px; display: block; margin-top: 2px; opacity: .85; }
.hf1 { background: var(--red); top: -16px; right: -16px; }
.hf2 { background: var(--blue); bottom: -16px; left: -16px; }
.scroll-ind { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 10; text-align: center; }
.mouse { width: 24px; height: 36px; border: 2px solid rgba(255,255,255,.3); border-radius: 12px; margin: 0 auto 6px; position: relative; }
.mouse::after { content: ''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; background: rgba(255,255,255,.6); border-radius: 50%; animation: scrollDown 1.8s ease-in-out infinite; }
@keyframes scrollDown { 0%{top:6px;opacity:1;} 100%{top:22px;opacity:0;} }
.scroll-ind span { font-size: 10px; color: rgba(255,255,255,.4); letter-spacing: 2px; }

/* ================================================================
   MARQUEE
================================================================ */
.marquee-strip { background: var(--blue); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: flex; animation: marquee 28s linear infinite; width: max-content; will-change: transform; }
.marquee-item { color: rgba(255,255,255,.75); font-size: 13px; font-weight: 600; letter-spacing: 2px; white-space: nowrap; padding: 0 0px; }
@keyframes marquee { 0%{transform:translateX(0);} 100%{transform:translateX(-50%);} }

/* ================================================================
   SECTIONS
================================================================ */
.section { padding: 88px 0; }
.section.bg-off { background: var(--off); }
.section.bg-dark { background: var(--blue-dk); }
.sec-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.sec-title { font-size: clamp(26px,3.5vw,42px); font-weight: 800; color: #111827; margin-bottom: 16px; line-height: 1.2; }
.sec-sub { font-size: 15px; color: var(--muted); line-height: 1.85; max-width: 580px; }
.sec-num { display: none; }
.z1 { position: relative; z-index: 1; }

/* ================================================================
   ABOUT
================================================================ */
.about-imgs { position: relative; }
.about-img-main { width: 85%; height: 340px; object-fit: cover; border-radius: 16px; margin-left: auto; display: block; }
.about-img-sub { width: 65%; height: 200px; object-fit: cover; border-radius: 12px; margin-top: -60px; border: 4px solid #fff; box-shadow: var(--sh-lg); position: relative; z-index: 1; }
.about-badge { position: absolute; right: 32px; top: 50%; transform: translateY(-50%); background: var(--red); color: #fff; border-radius: 10px; padding: 14px 18px; text-align: center; font-weight: 700; font-size: 13px; z-index: 2; white-space: nowrap; box-shadow: var(--sh-md); }
.checklist li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; padding: 7px 0; border-bottom: 1px solid var(--border); color: #111827; }
.checklist li:last-child { border-bottom: none; }
.checklist li i { color: var(--red); font-size: 15px; flex-shrink: 0; }
.dell-card { display: flex; align-items: center; gap: 14px; background: linear-gradient(135deg, #e8f3ff, #f0f8ff); border: 1px solid #b3d4f5; border-radius: 12px; padding: 18px 22px; margin-top: 22px; }
.dell-icon { width: 46px; height: 46px; background: linear-gradient(135deg, var(--dell), #004B93); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: 800; flex-shrink: 0; }
.dell-card-title { font-weight: 700; color: var(--dell); font-size: 15px; display: block; }
.dell-card-sub { font-size: 13px; color: var(--muted); display: block; margin-top: 2px; }

/* ================================================================
   DELL SHOWCASE
================================================================ */
.dell-section { background: var(--off); }
.dell-badge-strip { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, var(--dell), #004B93); color: #fff; border-radius: 10px; padding: 12px 22px; font-weight: 700; font-size: 14px; margin-bottom: 22px; }
.dell-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dell-grid-item { position: relative; border-radius: 10px; overflow: hidden; }
.dell-grid-item img { width: 100%; height: 180px; object-fit: cover; transition: transform 0.4s; }
.dell-grid-item:hover img { transform: scale(1.04); }
.dell-grid-badge { position: absolute; top: 0; left: 0; background: var(--red); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 0 0 8px 0; }
.dell-strip { background: var(--dell); padding: 20px 0; text-align: center; }
.dell-strip-title { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 14px; }
.dell-pill { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50px; padding: 6px 18px; font-size: 13px; font-weight: 500; display: inline-block; margin: 4px; }
.dell-strip-note { color: rgba(255,255,255,.7); font-size: 12px; margin-top: 10px; }

/* ================================================================
   PRODUCT CARDS
================================================================ */
.product-card { background: #fff; border-radius: 12px; overflow: hidden; border-bottom: 3px solid transparent; box-shadow: var(--sh-sm); transition: all 0.3s; height: 100%; display: flex; flex-direction: column; }
.product-card:hover { border-bottom-color: var(--red); transform: translateY(-8px); box-shadow: var(--sh-lg); }
.product-card-img { height: 210px; width: 100%; object-fit: cover; }
.product-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.product-icon { width: 44px; height: 44px; background: var(--grad); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; margin-bottom: 12px; }
.product-card h5 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.product-card p { font-size: 13.5px; color: var(--muted); line-height: 1.75; flex: 1; margin-bottom: 12px; }
.learn-more { font-size: 13.5px; font-weight: 600; color: var(--blue); }
.learn-more:hover { color: var(--red); }

/* ================================================================
   STATS
================================================================ */
.stats-section { background: linear-gradient(135deg, var(--blue), var(--blue-dk)); padding: 72px 0; position: relative; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px) 0 0 / 28px 28px; }
.stat-item { text-align: center; }
.counter-num { font-size: 60px; font-weight: 900; color: #fff; line-height: 1; display: block; }
.stat-line { width: 40px; height: 3px; background: var(--red); margin: 10px auto; border-radius: 2px; }
.stat-label { font-size: 12px; color: rgba(255,255,255,.6); letter-spacing: 3px; text-transform: uppercase; }

/* ================================================================
   HOW WE WORK — PROCESS SECTION
================================================================ */
.process-section { background: #fff; padding: 88px 0; position: relative; overflow: hidden; }
.process-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad); }

.process-track { position: relative; }
.process-track::before {
  content: '';
  position: absolute;
  top: 48px;
  left: calc(12.5% + 12px);
  right: calc(12.5% + 12px);
  height: 2px;
  background: linear-gradient(to right, var(--blue-lt), var(--blue-lt));
  z-index: 0;
}
.process-track::after {
  content: '';
  position: absolute;
  top: 48px;
  left: calc(12.5% + 12px);
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--red), var(--blue));
  z-index: 1;
  animation: trackFill 2s ease 1s forwards;
}
@keyframes trackFill { to { width: calc(75% - 24px); } }
@media (max-width: 991px) { .process-track::before, .process-track::after { display: none; } }

.process-step { text-align: center; position: relative; z-index: 2; }
.process-num-wrap {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--off);
  border: 2px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition: all 0.35s;
  position: relative;
}
.process-step:hover .process-num-wrap {
  background: var(--blue-dk);
  border-color: var(--blue-dk);
  transform: scale(1.08);
  box-shadow: 0 10px 32px rgba(27,47,168,.28);
}
.p-step-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  line-height: 1;
  transition: color 0.35s;
}
.p-step-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--blue-dk);
  line-height: 1;
  letter-spacing: -1px;
  transition: color 0.35s;
}
.process-step:hover .p-step-label,
.process-step:hover .p-step-num { color: #fff; }

.process-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--blue-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--blue);
  margin: 0 auto 14px;
  transition: all 0.35s;
}
.process-step:hover .process-icon { background: var(--grad); color: #fff; transform: scale(1.05); }
.process-step h5 { font-size: 16px; font-weight: 800; color: #111827; margin-bottom: 8px; }
.process-step p { font-size: 13px; color: var(--muted); line-height: 1.8; max-width: 200px; margin: 0 auto; }

.process-cta-bar {
  background: linear-gradient(135deg, var(--blue-dk), var(--blue));
  border-radius: 14px;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 52px;
}
.process-cta-bar h5 { font-size: 18px; font-weight: 800; color: #fff; margin: 0; }
.process-cta-bar p { font-size: 13px; color: rgba(255,255,255,.6); margin: 10px 0 0; }

/* ================================================================
   WHY US
================================================================ */
.why-card { background: var(--off); border-radius: 12px; padding: 28px 24px; height: 100%; transition: all 0.3s; }
.why-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); background: #fff; }
.why-corner { width: 16px; height: 16px; border-top: 3px solid var(--red); border-left: 3px solid var(--red); margin-bottom: 16px; }
.why-icon { font-size: 30px; color: var(--blue); margin-bottom: 12px; }
.why-card h6 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.75; }

/* ================================================================
   INDUSTRIES
================================================================ */
.ind-cell { background: #fff; border-radius: 12px; padding: 26px 16px; text-align: center; box-shadow: var(--sh-sm); cursor: default; transition: all 0.35s; }
.ind-cell:hover { background: linear-gradient(135deg, var(--blue), var(--blue-dk)); transform: translateY(-4px); box-shadow: var(--sh-md); }
.ind-cell:hover .ind-icon, .ind-cell:hover .ind-name { color: #fff; }
.ind-icon { font-size: 36px; color: var(--blue); margin-bottom: 10px; transition: color 0.35s; display: block; }
.ind-name { font-size: 13px; font-weight: 600; color: #111827; transition: color 0.35s; }

/* ================================================================
   TESTIMONIALS
================================================================ */
.testi-card { background: var(--off); border-radius: 14px; padding: 32px 28px; height: 100%; position: relative; border-left: 3px solid transparent; transition: border-color 0.3s; }
.testi-card:hover { border-left-color: var(--red); box-shadow: var(--sh-md); }
.testi-quote { position: absolute; top: 12px; right: 20px; font-size: 80px; color: var(--red); opacity: 0.1; font-family: Georgia, serif; line-height: 1; }
.testi-stars { color: #f59e0b; font-size: 15px; margin-bottom: 14px; }
.testi-text { font-style: italic; font-size: 14.5px; color: #111827; line-height: 1.8; margin-bottom: 22px; }
.testi-sep { border: none; border-top: 1px solid var(--border); margin-bottom: 18px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--blue); }
.testi-name { font-weight: 700; font-size: 14.5px; display: block; }
.testi-role { font-size: 12px; color: var(--muted); }

/* ================================================================
   CTA
================================================================ */
.cta-wrap { position: relative; overflow: hidden; text-align: center; padding: 96px 0; }
.cta-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-ov { position: absolute; inset: 0; background: linear-gradient(rgba(8,15,61,.88), rgba(8,15,61,.85)); }
.cta-inner { position: relative; z-index: 2; }
.cta-title { font-size: clamp(28px,4vw,48px); font-weight: 900; color: #fff; margin-bottom: 16px; }
.cta-sub { color: rgba(255,255,255,.75); font-size: 17px; margin-bottom: 36px; }
.btn-cta-red { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff; padding: 15px 34px; border-radius: 8px; font-weight: 700; font-size: 15px; margin: 6px; transition: all 0.3s; }
.btn-cta-red:hover { background: var(--red-dk); color: #fff; transform: translateY(-2px); }
.btn-cta-wh { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); padding: 15px 34px; border-radius: 8px; font-weight: 700; font-size: 15px; margin: 6px; transition: all 0.3s; }
.btn-cta-wh:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }

/* ================================================================
   FOOTER
================================================================ */
footer { background: var(--blue-dk); border-top: 3px solid var(--red); padding: 70px 0 0; color: rgba(255,255,255,.7); }
.foot-logo { font-size: 24px; font-weight: 900; color: #fff; letter-spacing: -1px; margin-bottom: 8px; }
.foot-logo .dot { color: var(--red); font-size: 1.3em; }
.foot-tagline { font-style: italic; font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.foot-contact a { color: rgba(255,255,255,.7); font-size: 14px; display: block; margin-bottom: 6px; }
.foot-contact a:hover { color: #fff; }
.foot-contact i { color: var(--red); margin-right: 6px; }
.social-row { display: flex; gap: 8px; margin-top: 16px; }
.soc-btn { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.7); font-size: 15px; transition: all 0.3s; }
.soc-btn:hover { background: var(--red); color: #fff; }
.soc-btn.wa:hover { background: #25D366; }
.foot-dell { background: linear-gradient(135deg, var(--dell), #004B93); border-radius: 8px; padding: 14px 18px; display: inline-block; margin-top: 20px; }
.foot-dell-auth { font-size: 11px; color: rgba(255,255,255,.7); letter-spacing: 1px; display: block; }
.foot-dell-name { font-size: 18px; color: #fff; font-weight: 800; display: block; }
.foot-dell-sub { font-size: 10px; color: rgba(255,255,255,.6); display: block; }
.foot-head { color: #fff; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid rgba(196,30,58,.4); }
.foot-links li { margin-bottom: 8px; }
.foot-links a { color: rgba(255,255,255,.65); font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.foot-links a::before { content: '→'; color: var(--red); font-size: 12px; }
.foot-links a:hover { color: #fff; padding-left: 4px; }
.foot-addr { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.8; }
.foot-addr i { color: var(--red); margin-right: 6px; width: 14px; }
.foot-addr a { color: rgba(255,255,255,.65); }
.foot-addr a:hover { color: #fff; }
.foot-bottom { background: rgba(0,0,0,.3); padding: 16px 0; margin-top: 50px; text-align: center; }
.foot-bottom p { color: rgba(255,255,255,.45); font-size: 13px; margin: 0; }

/* ================================================================
   FLOATING BUTTONS
================================================================ */
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 26px; z-index: 999; box-shadow: 0 4px 20px rgba(37,211,102,.4); transition: transform 0.3s; animation: waPulse 2.5s infinite; }
.wa-float:hover { transform: scale(1.1); color: #fff; animation: none; }
.wa-tooltip { position: absolute; right: 66px; background: var(--blue-dk); color: #fff; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.wa-float:hover .wa-tooltip { opacity: 1; }
@keyframes waPulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4);} 50%{box-shadow:0 4px 36px rgba(37,211,102,.7);} }
.scroll-top { position: fixed; bottom: 88px; right: 30px; width: 44px; height: 44px; border-radius: 50%; background: var(--blue); color: #fff; border: none; font-size: 18px; cursor: pointer; z-index: 999; display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-sm); opacity: 0; pointer-events: none; transition: all 0.3s; }
.scroll-top.show { opacity: 1; pointer-events: all; }
.scroll-top:hover { background: var(--red); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(196,30,58,.35); }

/* ================================================================
   TOAST NOTIFICATIONS
================================================================ */
.toast-wrap { position: fixed; top: 88px; right: 24px; z-index: 9999; display: flex; flex-direction: column; gap: 10px; }
.toast-box { background: #fff; border-radius: 10px; padding: 16px 20px; box-shadow: 0 8px 30px rgba(0,0,0,.15); min-width: 300px; max-width: 380px; display: flex; align-items: flex-start; gap: 12px; transform: translateX(120%); opacity: 0; transition: all 0.4s; }
.toast-box.show { transform: translateX(0); opacity: 1; }
.toast-box.success { border-left: 4px solid #22c55e; }
.toast-box.error { border-left: 4px solid var(--red); }
.toast-box.success .toast-ico { color: #22c55e; }
.toast-box.error .toast-ico { color: var(--red); }
.toast-ico { font-size: 22px; margin-top: 2px; }
.toast-title { font-weight: 700; font-size: 14px; display: block; color: #111827; }
.toast-msg { font-size: 13px; color: var(--muted); display: block; margin-top: 2px; }

/* ================================================================
   PAGE HERO (inner pages)
================================================================ */
.page-hero { position: relative; background: var(--blue-dk); padding: 0; overflow: hidden; }
.page-hero-inner { position: relative; z-index: 5; padding: 80px 0 80px; }
.page-hero-orbs { position: absolute; inset: 0; pointer-events: none; }
.page-hero h1 { font-size: clamp(32px,5vw,58px); font-weight: 900; color: #fff; margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,.72); font-size: 16px; max-width: 580px; }
.breadcrumb-wrap { margin-bottom: 18px; }
.breadcrumb-wrap a { color: rgba(255,255,255,.6); font-size: 14px; }
.breadcrumb-wrap a:hover { color: #fff; }
.breadcrumb-wrap span { color: rgba(255,255,255,.4); margin: 0 8px; }
.breadcrumb-wrap .cur { color: rgba(255,255,255,.8); font-size: 14px; }

/* ================================================================
   PRODUCTS PAGE
================================================================ */
.prod-nav { position: sticky; top: 68px; z-index: 900; background: #fff; border-bottom: 2px solid var(--blue-lt); box-shadow: 0 4px 20px rgba(27,47,168,.10); }
.prod-nav-inner { display: flex; overflow-x: auto; scrollbar-width: none; }
.prod-nav-inner::-webkit-scrollbar { display: none; }
.pn-link { display: inline-flex; align-items: center; gap: 8px; padding: 16px 20px; font-size: 13px; font-weight: 600; color: var(--muted); white-space: nowrap; border-bottom: 3px solid transparent; transition: all 0.25s; text-decoration: none; border-right: 1px solid var(--blue-lt); flex-shrink: 0; }
.pn-link:last-child { border-right: none; }
.pn-link i { font-size: 14px; color: var(--blue); }
.pn-link:hover, .pn-link.active { color: var(--blue); border-bottom-color: var(--red); background: var(--off); }
.pn-num { width: 20px; height: 20px; background: var(--blue-lt); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; color: var(--blue); }
.pn-link:hover .pn-num, .pn-link.active .pn-num { background: var(--red); color: #fff; }
.prod-stats-bar { background: var(--off); border-bottom: 1px solid var(--blue-lt); padding: 18px 0; }
.psb-item { display: flex; align-items: center; gap: 12px; padding: 0 28px; border-right: 1px solid var(--blue-lt); }
.psb-item:last-child { border-right: none; }
.psb-icon { width: 42px; height: 42px; background: var(--grad); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; flex-shrink: 0; }
.psb-val { font-size: 18px; font-weight: 800; color: var(--blue); line-height: 1; display: block; }
.psb-lbl { font-size: 11px; color: var(--muted); font-weight: 600; display: block; margin-top: 2px; }
.prod-section { overflow: hidden; }
.prod-img-col { position: relative; min-height: 100%; overflow: hidden; }
.prod-img-col img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.prod-section:hover .prod-img-col img { transform: scale(1.04); }
.prod-img-ov { position: absolute; inset: 0; background: linear-gradient(var(--blue), transparent); opacity: 0.2; z-index: 1; }
.prod-num { display: none; }
.prod-kpis { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(8,15,61,.85)); padding: 50px 24px 20px; z-index: 3; display: flex; justify-content: space-around; }
.kpi { text-align: center; color: #fff; }
.kpi-val { display: block; font-size: 20px; font-weight: 900; line-height: 1; }
.kpi-lbl { font-size: 10px; opacity: .7; letter-spacing: 1px; text-transform: uppercase; margin-top: 3px; display: block; }
.prod-content { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; min-height: 520px; }
.prod-pill { border-radius: 50px; padding: 6px 18px; font-size: 12px; font-weight: 700; display: inline-block; margin-bottom: 18px; }
.prod-pill.dell { background: linear-gradient(135deg, var(--dell), #004B93); color: #fff; }
.prod-pill.std  { background: var(--blue-lt); color: var(--blue); }
.prod-content h2 { font-size: clamp(24px,2.8vw,36px); font-weight: 800; margin-bottom: 14px; line-height: 1.25; }
.prod-content .desc { color: var(--muted); font-size: 15px; line-height: 1.85; margin-bottom: 22px; }
.prod-feat { margin-bottom: 22px; }
.prod-feat li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; padding: 8px 0; border-bottom: 1px solid rgba(27,47,168,.07); font-weight: 500; }
.prod-feat li:last-child { border-bottom: none; }
.prod-feat i { color: var(--red); flex-shrink: 0; font-size: 14px; margin-top: 2px; }
.prod-why { display: flex; gap: 8px; flex-wrap: wrap; padding: 14px 18px; background: var(--off); border-left: 4px solid var(--blue); border-radius: 0 8px 8px 0; margin-bottom: 22px; }
.pw-item { display: flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: #111827; }
.pw-item i { color: var(--red); font-size: 12px; }
.prod-dell-box { background: linear-gradient(135deg, #e8f3ff, #f0f8ff); border-left: 4px solid var(--dell); border-radius: 0 8px 8px 0; padding: 14px 18px; margin-bottom: 22px; }
.prod-dell-box .dl { font-size: 11px; font-weight: 800; color: var(--dell); letter-spacing: 1px; display: block; margin-bottom: 3px; }
.prod-dell-box .ds { font-size: 13px; color: var(--muted); }
.prod-btns { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.btn-prod { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: #fff; padding: 13px 28px; border-radius: 8px; font-weight: 700; font-size: 14px; transition: all 0.3s; }
.btn-prod:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.btn-prod-wa { display: inline-flex; align-items: center; gap: 8px; color: #25D366; border: 2px solid #25D366; padding: 11px 20px; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s; }
.btn-prod-wa:hover { background: #25D366; color: #fff; }
.apg-wrap { background: var(--blue-dk); padding: 72px 0; position: relative; overflow: hidden; }
.apg-wrap::before { content: ''; position: absolute; inset: 0; background: radial-gradient(rgba(255,255,255,.02) 1px,transparent 1px) 0 0 / 28px 28px; }
.apg-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); border-radius: 12px; padding: 22px 18px; text-align: center; transition: all 0.3s; text-decoration: none; display: block; }
.apg-card:hover { background: rgba(255,255,255,.12); border-color: var(--red); transform: translateY(-4px); }
.apg-icon { font-size: 28px; color: var(--red); margin-bottom: 10px; display: block; }
.apg-card h6 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.apg-card p { color: rgba(255,255,255,.5); font-size: 12px; margin: 0; line-height: 1.6; }

/* ================================================================
   ABOUT PAGE
================================================================ */
.mv-box { border-radius: 14px; padding: 38px 32px; color: #fff; height: 100%; }
.mv-icon { width: 52px; height: 52px; background: rgba(255,255,255,.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.mv-box h3 { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.mv-box p { font-size: 14.5px; line-height: 1.85; opacity: .88; margin: 0; }
.val-card { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 30px 24px; text-align: center; transition: all .3s; height: 100%; }
.val-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.val-icon { width: 58px; height: 58px; background: var(--blue-lt); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--blue); margin: 0 auto 16px; transition: all .3s; }
.val-card:hover .val-icon { background: var(--grad); color: #fff; }
.val-card h5 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.val-card p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.75; }
.team-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--sh-sm); transition: all .3s; height: 100%; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.team-img { height: auto; width: 100%; object-fit: cover; object-position: top; transition: transform .45s; }
.team-card:hover .team-img { transform: scale(1.04); }
.team-body { padding: 22px; border-top: 3px solid var(--blue); }
.team-body h5 { font-size: 17px; font-weight: 800; margin-bottom: 3px; }
.team-role { font-size: 13px; font-weight: 600; color: var(--red); margin-bottom: 10px; display: block; }
.team-bio { font-size: 13px; color: var(--muted); line-height: 1.75; margin-bottom: 14px; }
.team-socials { display: flex; gap: 8px; }
.tsoc { width: 34px; height: 34px; background: var(--blue-lt); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--blue); font-size: 14px; text-decoration: none; transition: all .3s; }
.tsoc:hover { background: var(--blue); color: #fff; }

/* ================================================================
   PROJECTS PAGE
================================================================ */
.proj-card { position: relative; border-radius: 14px; overflow: hidden; height: 420px; }
.proj-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.proj-card:hover img { transform: scale(1.07); }
.proj-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,15,61,.95) 0%, rgba(8,15,61,.3) 55%, transparent 100%); }
.proj-card:hover .proj-ov { background: linear-gradient(to top, rgba(8,15,61,.97) 0%, rgba(8,15,61,.5) 55%, rgba(8,15,61,.1) 100%); }
.proj-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; }
.proj-tag { background: var(--red); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; border-radius: 50px; padding: 4px 14px; display: inline-block; margin-bottom: 10px; }
.proj-body h3 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.proj-body p { color: rgba(255,255,255,.72); font-size: 13.5px; margin-bottom: 14px; }
.proj-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.proj-pill { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; border-radius: 50px; padding: 3px 12px; font-size: 12px; }
.ites-big { font-size: clamp(70px,12vw,150px); font-weight: 900; color: var(--blue-lt); line-height: 1; user-select: none; display: block; text-align: center; }
.ites-over { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; width: 100%; }
.ites-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--sh-sm); transition: all .3s; height: 100%; }
.ites-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.ites-card-img { height: 200px; width: 100%; object-fit: cover; transition: transform .4s; }
.ites-card:hover .ites-card-img { transform: scale(1.04); }
.ites-body { padding: 22px; }
.ites-icon { width: 40px; height: 40px; background: var(--grad); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; margin-bottom: 10px; }
.ites-tag { background: var(--blue-lt); color: var(--blue); font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 50px; display: inline-block; margin-bottom: 8px; }
.ites-body h5 { font-weight: 700; font-size: 16px; margin-bottom: 8px; }
.ites-body p { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.ites-pill { background: var(--off); color: var(--blue); border-radius: 50px; font-size: 11.5px; font-weight: 500; padding: 3px 12px; display: inline-block; margin: 3px; }

/* ================================================================
   CONTACT PAGE
================================================================ */
.ci-card { background: var(--off); border-radius: 12px; padding: 20px; display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; transition: all .3s; text-decoration: none; color: inherit; }
.ci-card:hover { background: var(--blue-lt); transform: translateX(6px); color: inherit; }
.ci-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; flex-shrink: 0; }
.ci-lbl { font-size: 11px; font-weight: 700; color: var(--red); letter-spacing: 1px; text-transform: uppercase; display: block; margin-bottom: 3px; }
.ci-val { font-size: 14px; font-weight: 600; color: #111827; display: block; line-height: 1.5; }
.btn-wa-full { background: #25D366; color: #fff; border-radius: 10px; padding: 14px; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; transition: all .3s; }
.btn-wa-full:hover { background: #1da651; color: #fff; transform: translateY(-2px); }
.contact-form { background: #fff; border-radius: 14px; padding: 38px 36px; box-shadow: var(--sh-md); }
.cf-label { font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; display: block; }
.cf-input { width: 100%; font-family: 'Poppins', sans-serif; font-size: 14px; color: #111827; border: 1.5px solid var(--border); border-radius: 8px; padding: 11px 14px; background: var(--off); transition: all .25s; outline: none; }
.cf-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27,47,168,.1); background: #fff; }
.btn-submit { width: 100%; background: var(--blue); color: #fff; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; padding: 14px; border: none; border-radius: 8px; cursor: pointer; transition: all .3s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-submit:hover { background: var(--red); transform: translateY(-2px); }
.faq-item { border: 1.5px solid var(--border) !important; border-radius: 10px !important; margin-bottom: 10px; overflow: hidden; }
.faq-btn { width: 100%; background: #fff; border: none; padding: 16px 20px; text-align: left; font-family: 'Poppins', sans-serif; font-size: 14.5px; font-weight: 600; color: #111827; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-btn.open { color: var(--blue); background: var(--blue-lt); }
.faq-btn i { transition: transform 0.3s; }
.faq-btn.open i { transform: rotate(180deg); }
.faq-body { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s; font-size: 14px; color: var(--muted); line-height: 1.85; }
.faq-body.open { max-height: 200px; padding: 16px 20px; }

/* ================================================================
   UTILITY BUTTONS
================================================================ */
.btn-blue { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: #fff; padding: 13px 28px; border-radius: 8px; font-weight: 700; font-size: 14px; transition: all .3s; }
.btn-blue:hover { background: var(--blue-dk); color: #fff; transform: translateY(-2px); }
.btn-red { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff; padding: 13px 28px; border-radius: 8px; font-weight: 700; font-size: 14px; transition: all .3s; }
.btn-red:hover { background: var(--red-dk); color: #fff; transform: translateY(-2px); }
.btn-dell { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--dell), #004B93); color: #fff; padding: 13px 28px; border-radius: 8px; font-weight: 700; font-size: 14px; transition: all .3s; }
.btn-dell:hover { opacity: .9; color: #fff; transform: translateY(-2px); }

/* ================================================================
   RESPONSIVE
================================================================ */
@media (max-width: 991px) {
  .prod-content { padding: 36px 28px; min-height: auto; }
  .prod-img-col { min-height: 300px; }
  .prod-kpis { padding: 40px 16px 16px; }
  .psb-item { border-right: none; padding: 8px 0; border-bottom: 1px solid var(--blue-lt); }
  .process-cta-bar { padding: 24px; }
  .process-cta-bar h5 { font-size: 16px; }
}
@media (max-width: 767px) {
.navbar .container{padding-right: 20px !important;padding-left: 20px !important;}
   .page-hero-inner { padding: 40px 10px 40px 10px; }
  .section { padding: 56px 0; }
  .process-section { padding: 56px 0; }
  .hero h1 { letter-spacing: -1px; }
  .hero-stats { gap: 0;    flex-wrap: nowrap; }
  .hero-stat { padding-right: 20px; margin-right: 20px; }
  .stat-big { font-size: 28px; }
  .about-img-main { width: 100%; }
  .about-img-sub { width: 75%; }
  .contact-form { padding: 24px 18px; }
  .prod-content { padding: 30px 20px; }
  .process-num-wrap { width: 78px; height: 78px; }
  .p-step-num { font-size: 26px; }
  .process-cta-bar { text-align: center; justify-content: center; }
  .foot-bottom{text-align: left !important;}
  .foot-bottom p{width: 80% !important;}
}

/* ================================================================
   PROJECT ITEM CARDS
================================================================ */
.proj-section-head2 { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; padding-bottom: 14px; border-bottom: 2px solid var(--border); }
.psh-line2 { width: 5px; height: 36px; background: linear-gradient(135deg,var(--red),var(--blue)); border-radius: 3px; flex-shrink: 0; }
.proj-section-head2 h2 { font-size: clamp(20px,3vw,30px); font-weight: 800; margin: 0; }
.proj-section-head2 .psec-count { background: var(--red); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 11px; border-radius: 50px; letter-spacing: 1px; flex-shrink: 0; }

.proj-item-card2 { background: #fff; border-radius: 13px; overflow: hidden; border: 1px solid var(--border); transition: all .3s; height: 100%; }
.proj-item-card2:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.proj-item-img2 { height: 195px; overflow: hidden; position: relative; }
.proj-item-img2 img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.proj-item-card2:hover .proj-item-img2 img { transform: scale(1.06); }
.proj-badge2 { position: absolute; top: 11px; right: 11px; background: var(--red); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 11px; border-radius: 50px; }
.proj-info2 { padding: 18px 20px; }
.proj-info2 h5 { font-size: .97rem; font-weight: 700; margin-bottom: 5px; color: #111827; }
.proj-location2 { display: flex; align-items: center; gap: 5px; font-size: .8rem; color: var(--red); font-weight: 600; margin-bottom: 8px; }
.proj-info2 p { font-size: .84rem; color: var(--muted); margin: 0; line-height: 1.62; }

/* Sector cards */
.sector-card2 { background: #fff; border-radius: 14px; padding: 32px 22px; border: 1px solid var(--border); text-align: center; transition: all .3s; height: 100%; }
.sector-card2:hover { background: linear-gradient(135deg,var(--blue),var(--blue-dk)); border-color: transparent; transform: translateY(-5px); box-shadow: var(--sh-lg); }
.sector-card2:hover .sc-icon2 i, .sector-card2:hover h4, .sector-card2:hover p { color: #fff; }
.sc-icon2 { width: 68px; height: 68px; border-radius: 50%; background: var(--off); margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; transition: all .3s; }
.sector-card2:hover .sc-icon2 { background: rgba(255,255,255,.15); }
.sc-icon2 i { font-size: 1.75rem; color: var(--blue); transition: all .3s; }
.sector-card2 h4 { font-size: 1rem; font-weight: 700; margin-bottom: 9px; transition: all .3s; }
.sector-card2 p { font-size: .86rem; color: var(--muted); margin: 0; line-height: 1.65; transition: all .3s; }
