/* =============================================
   NEW VIP SECURITY & MANPOWER SERVICES
   Premium CSS — Navy Blue + Charcoal + Gold
   ============================================= */

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

:root {
  /* Core Palette */
  --navy:        #0d1b2a;
  --navy-mid:    #1b2e45;
  --navy-light:  #2a4266;
  --charcoal:    #1e2533;
  --charcoal-2:  #252d3d;
  --charcoal-3:  #2e3748;
  --gold:        #c9940a;
  --gold-lt:     #f0b429;
  --gold-pale:   #fef3cd;
  --white:       #ffffff;
  --off-white:   #f8f9fb;
  --light-gray:  #e9ecf2;
  --mid-gray:    #6b7a99;
  --dark-text:   #0d1b2a;
  --body-text:   #3a4a6b;
  /* Effects */
  --shadow-sm:   0 2px 12px rgba(13,27,42,0.10);
  --shadow-md:   0 8px 32px rgba(13,27,42,0.15);
  --shadow-lg:   0 20px 60px rgba(13,27,42,0.20);
  --gold-glow:   0 0 30px rgba(201,148,10,0.25);
  --ease:        cubic-bezier(.4,0,.2,1);
  /* Typography */
  --ff-head:     'Montserrat', sans-serif;
  --ff-body:     'Inter', sans-serif;
}

/* ─── RESET ─── */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--ff-body); background: var(--white); color: var(--body-text); overflow-x: hidden; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; transition: all .3s var(--ease); }
ul { list-style: none; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ─── STICKY HEADER ─── */
#header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: transparent;
  transition: all .35s var(--ease);
}
#header.solid {
  background: rgba(13,27,42,.97);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,.35);
  border-bottom: 1px solid rgba(201,148,10,.15);
}
.nav-container {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center;
  height: 74px; padding: 0 24px; gap: 0;
}
.nav-brand {
  display: flex; align-items: center; gap: 12px;
  padding-right: 28px; border-right: 1px solid rgba(255,255,255,.1);
  flex-shrink: 0;
}
.nav-brand img { height: 46px; filter: drop-shadow(0 2px 6px rgba(0,0,0,.4)); transition: all .3s; }
.nav-brand:hover img { filter: drop-shadow(0 3px 10px rgba(201,148,10,.4)); transform: scale(1.03); }
.brand-info { display: flex; flex-direction: column; }
.brand-name { font-family: var(--ff-head); font-size: .97rem; font-weight: 800; color: var(--gold-lt); letter-spacing: .3px; line-height: 1; }
.brand-sub { font-size: .56rem; color: rgba(255,255,255,.5); letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; }
.nav-menu { display: flex; align-items: center; gap: 0; flex: 1; padding: 0 20px; }
.nav-menu li { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 4px;
  padding: 0 15px; height: 74px;
  font-family: var(--ff-head); font-size: .72rem; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  color: rgba(255,255,255,.78); white-space: nowrap;
  transition: color .25s;
}
.nav-link:hover, .nav-link.active { color: var(--gold-lt); }
.nav-link i { font-size: .55rem; transition: transform .3s; }
.has-drop:hover .nav-link i { transform: rotate(180deg); }
/* Dropdown */
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 210px;
  background: var(--charcoal); border: 1px solid rgba(255,255,255,.08);
  border-top: 2px solid var(--gold);
  padding: 6px 0;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all .3s var(--ease); z-index: 100;
  box-shadow: var(--shadow-lg);
}
.has-drop:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block; padding: 10px 18px;
  font-family: var(--ff-head); font-size: .72rem; font-weight: 500;
  letter-spacing: .5px; text-transform: uppercase;
  color: rgba(255,255,255,.65); border-left: 2px solid transparent;
  transition: all .2s;
}
.dropdown a:hover { color: var(--gold-lt); border-color: var(--gold); background: rgba(255,255,255,.04); padding-left: 22px; }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-call-nav {
  display: flex; align-items: center; gap: 7px;
  background: transparent; border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.85); padding: 8px 15px;
  font-family: var(--ff-head); font-size: .7rem; font-weight: 600; letter-spacing: .8px; text-transform: uppercase;
  transition: all .3s; white-space: nowrap;
}
.btn-call-nav:hover { border-color: var(--gold-lt); color: var(--gold-lt); }
.btn-gold-nav {
  display: flex; align-items: center; gap: 7px;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: var(--navy) !important; padding: 10px 20px;
  font-family: var(--ff-head); font-size: .7rem; font-weight: 800; letter-spacing: .8px; text-transform: uppercase;
  transition: all .3s; white-space: nowrap; box-shadow: var(--gold-glow);
}
.btn-gold-nav:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(201,148,10,.4); }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; cursor: pointer; background: none; border: none; margin-left: 14px;
}
.hamburger span { width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; display: block; }

/* Mobile overlay */
#mobileOverlay {
  display: none; position: fixed; inset: 0;
  background: rgba(13,27,42,.98); z-index: 9999;
  flex-direction: column; padding: 80px 28px 40px;
  overflow-y: auto;
}
#mobileOverlay.open { display: flex; }
.mob-close { position: absolute; top: 18px; right: 20px; background: none; border: none; color: var(--white); font-size: 1.4rem; cursor: pointer; }
.mob-link { display: block; padding: 13px 0; font-family: var(--ff-head); font-size: 1rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.07); }
.mob-link:hover { color: var(--gold-lt); }
.mob-cta { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }

/* ─── HERO ─── */
.hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s var(--ease); }
.slide.active { opacity: 1; z-index: 1; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); transition: transform 9s var(--ease); }
.slide.active .slide-bg { transform: scale(1); }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(108deg, rgba(13,27,42,.92) 0%, rgba(27,46,69,.75) 50%, rgba(13,27,42,.5) 100%); }
.slide-content { position: absolute; inset: 0; display: flex; align-items: center; z-index: 2; }
.hero-text { max-width: 680px; padding: 100px 0 140px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,148,10,.18); border: 1px solid rgba(201,148,10,.45);
  padding: 6px 16px; margin-bottom: 22px;
  font-family: var(--ff-head); font-size: .68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-lt);
  opacity: 0; transform: translateY(18px); transition: all .8s var(--ease) .2s;
}
.slide.active .hero-badge { opacity: 1; transform: translateY(0); }
.hero-text h1 {
  font-family: var(--ff-head); font-size: clamp(2.2rem,5vw,4.5rem); font-weight: 800; line-height: 1.08;
  color: var(--white); margin-bottom: 20px;
  opacity: 0; transform: translateY(28px); transition: all .8s var(--ease) .4s;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.slide.active .hero-text h1 { opacity: 1; transform: translateY(0); }
.hero-text h1 .gold { color: var(--gold-lt); }
.hero-text p {
  font-size: 1.02rem; color: rgba(255,255,255,.72); max-width: 560px; line-height: 1.8; margin-bottom: 36px;
  opacity: 0; transform: translateY(18px); transition: all .8s var(--ease) .55s;
}
.slide.active .hero-text p { opacity: 1; transform: translateY(0); }
.hero-btns {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0; transform: translateY(18px); transition: all .8s var(--ease) .7s;
}
.slide.active .hero-btns { opacity: 1; transform: translateY(0); }
/* Slider dots/arrows */
.slide-controls { position: absolute; bottom: 120px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 16px; z-index: 10; }
.dots { display: flex; gap: 8px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); cursor: pointer; transition: all .3s; border: none; padding: 0; }
.dot.active { background: var(--gold-lt); width: 28px; border-radius: 4px; }
.prev-btn, .next-btn { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); background: rgba(13,27,42,.5); color: var(--white); font-size: .9rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .3s; }
.prev-btn:hover, .next-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }

/* ─── BUTTONS ─── */
.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt));
  color: var(--navy); padding: 13px 28px;
  font-family: var(--ff-head); font-size: .78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  border: 2px solid var(--gold-lt); transition: all .3s; box-shadow: var(--gold-glow);
}
.btn-gold:hover { background: transparent; color: var(--gold-lt); border-color: var(--gold-lt); transform: translateY(-2px); }
.btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white); padding: 13px 28px;
  font-family: var(--ff-head); font-size: .78rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  border: 2px solid rgba(255,255,255,.45); transition: all .3s;
}
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.1); color: var(--white); }
.btn-navy {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: var(--white); padding: 13px 28px;
  font-family: var(--ff-head); font-size: .78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  border: 2px solid var(--navy); transition: all .3s;
}
.btn-navy:hover { background: transparent; color: var(--navy); }

/* ─── STATS BAR ─── */
.stats-bar { background: var(--charcoal); border-top: 2px solid var(--gold); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item {
  display: flex; align-items: center; gap: 14px; justify-content: center;
  padding: 20px; border-right: 1px solid rgba(255,255,255,.06);
}
.stat-item:last-child { border-right: none; }
.stat-item i { font-size: 1.6rem; color: var(--gold-lt); flex-shrink: 0; }
.stat-item .counter { font-family: var(--ff-head); font-size: 1.8rem; font-weight: 800; color: var(--white); display: block; line-height: 1; }
.stat-item p { font-size: .65rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--mid-gray); margin: 4px 0 0; }

/* ─── TRUST SECTION ─── */
.trust-section { background: var(--off-white); padding: 64px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 0; border: 1px solid var(--light-gray); }
.trust-card {
  padding: 28px 20px; text-align: center;
  border-right: 1px solid var(--light-gray);
  transition: all .3s var(--ease);
  position: relative;
}
.trust-card:last-child { border-right: none; }
.trust-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-lt)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.trust-card:hover::before { transform: scaleX(1); }
.trust-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.trust-card i { font-size: 1.6rem; color: var(--gold); margin-bottom: 10px; display: block; }
.trust-card h4 { font-family: var(--ff-head); font-size: .8rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; letter-spacing: .3px; }
.trust-card p { font-size: .76rem; color: var(--mid-gray); line-height: 1.6; margin: 0; }

/* ─── SECTIONS COMMON ─── */
.section-head { margin-bottom: 48px; }
.sec-tag {
  display: inline-block;
  font-family: var(--ff-head); font-size: .65rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); background: rgba(201,148,10,.1); border: 1px solid rgba(201,148,10,.25);
  padding: 4px 14px; margin-bottom: 14px;
}
.sec-tag.light { color: var(--gold-lt); background: rgba(201,148,10,.15); border-color: rgba(201,148,10,.3); }
.section-head h2 { font-family: var(--ff-head); font-size: clamp(1.7rem,3.5vw,2.6rem); font-weight: 800; color: var(--navy); line-height: 1.1; margin-bottom: 14px; }
.section-head p { font-size: .97rem; color: var(--mid-gray); max-width: 580px; margin: 0 auto; line-height: 1.75; }

/* ─── SERVICES ─── */
.services-section { background: var(--white); padding: 90px 0; }
.service-card {
  background: var(--off-white); border: 1px solid var(--light-gray);
  padding: 32px 28px; height: 100%;
  position: relative; overflow: hidden;
  transition: all .35s var(--ease);
}
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-lt)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-8px); border-color: rgba(201,148,10,.3); background: var(--white); }
.service-card:hover::after { transform: scaleX(1); }
.svc-icon-wrap { width: 56px; height: 56px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--gold-lt); margin-bottom: 20px; }
.service-card h4 { font-family: var(--ff-head); font-size: .95rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; letter-spacing: .2px; }
.service-card p { font-size: .84rem; color: var(--mid-gray); line-height: 1.7; margin-bottom: 16px; }
.svc-features { margin: 0 0 18px; display: flex; flex-direction: column; gap: 5px; }
.svc-features li { font-size: .78rem; color: var(--body-text); display: flex; align-items: center; gap: 7px; }
.svc-features li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.svc-cta { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ff-head); font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); transition: gap .3s; }
.svc-cta:hover { gap: 10px; color: var(--gold); }

/* ─── WHY CHOOSE US ─── */
.why-section { background: var(--navy); padding: 90px 0; }
.why-img-wrap { position: relative; border: 2px solid rgba(201,148,10,.2); }
.why-img-wrap img { width: 100%; height: 500px; object-fit: cover; filter: brightness(.85); }
.exp-badge { position: absolute; bottom: -16px; right: -16px; background: linear-gradient(135deg, var(--gold), var(--gold-lt)); color: var(--navy); padding: 18px 24px; text-align: center; }
.exp-badge .num { font-family: var(--ff-head); font-size: 2.5rem; font-weight: 900; line-height: 1; display: block; }
.exp-badge .lbl { font-size: .62rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: block; margin-top: 4px; }
.why-section .sec-tag { color: var(--gold-lt); background: rgba(201,148,10,.12); border-color: rgba(201,148,10,.3); }
.why-section h2 { font-family: var(--ff-head); font-size: clamp(1.7rem,3.5vw,2.6rem); font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 12px; }
.lead-text { color: rgba(255,255,255,.6); font-size: .97rem; line-height: 1.75; margin-bottom: 28px; }
.why-list { display: flex; flex-direction: column; gap: 18px; }
.why-item { display: flex; gap: 16px; padding: 18px; background: rgba(255,255,255,.04); border-left: 3px solid var(--gold); transition: background .3s; }
.why-item:hover { background: rgba(255,255,255,.07); }
.why-icon { width: 42px; height: 42px; background: rgba(201,148,10,.15); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--gold-lt); flex-shrink: 0; }
.why-item h5 { font-family: var(--ff-head); font-size: .85rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.why-item p { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.6; margin: 0; }

/* ─── INDUSTRIES ─── */
.industries-section { background: var(--off-white); padding: 90px 0; }
.ind-card { position: relative; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; border: 1px solid var(--light-gray); }
.ind-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ind-card:hover img { transform: scale(1.08); }
.ind-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,27,42,.92) 0%, rgba(13,27,42,.2) 60%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 20px;
  transition: all .3s;
}
.ind-card:hover .ind-overlay { background: linear-gradient(to top, rgba(13,27,42,.97) 0%, rgba(27,46,69,.7) 60%, transparent 100%); }
.ind-overlay i { font-size: 1.5rem; color: var(--gold-lt); margin-bottom: 6px; }
.ind-overlay h5 { font-family: var(--ff-head); font-size: .88rem; font-weight: 700; color: var(--white); margin-bottom: 2px; letter-spacing: .3px; }
.ind-overlay p { font-size: .73rem; color: rgba(255,255,255,.6); margin: 0; }

/* ─── TESTIMONIALS ─── */
.testi-section { background: var(--white); padding: 90px 0; }
.testi-card { background: var(--off-white); border: 1px solid var(--light-gray); padding: 32px; height: 100%; position: relative; transition: all .3s; }
.testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); border-color: rgba(201,148,10,.25); }
.testi-card::before { content: '"'; position: absolute; top: 12px; right: 20px; font-size: 4rem; color: rgba(201,148,10,.12); font-family: Georgia,serif; line-height: 1; }
.testi-card .stars { color: var(--gold); font-size: .82rem; margin-bottom: 12px; letter-spacing: 2px; }
.testi-card p { font-size: .9rem; color: var(--body-text); line-height: 1.8; font-style: italic; margin-bottom: 22px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ff-head); font-weight: 700; font-size: .88rem; color: var(--gold-lt); flex-shrink: 0; }
.testi-author strong { display: block; font-family: var(--ff-head); font-size: .83rem; font-weight: 700; color: var(--navy); }
.testi-author span { font-size: .73rem; color: var(--mid-gray); }

/* ─── ENQUIRY SECTION ─── */
.enquiry-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); padding: 90px 0; position: relative; overflow: hidden; }
.enquiry-section::before { content: ''; position: absolute; inset: 0; background: url('images/guards/hero_1000546109.jpg') center/cover; opacity: .04; }
.enquiry-section .sec-tag { margin-bottom: 10px; }
.enquiry-section h2 { font-family: var(--ff-head); font-size: clamp(1.7rem,3.2vw,2.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 14px; }
.text-white-60 { color: rgba(255,255,255,.6) !important; font-size: .95rem; line-height: 1.75; margin-bottom: 32px; }
.enquiry-contact { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; position: relative; z-index: 1; }
.eq-contact-item { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); transition: all .3s; }
.eq-contact-item:hover { background: rgba(255,255,255,.09); border-color: rgba(201,148,10,.3); }
.eq-contact-item i { font-size: 1.2rem; color: var(--gold-lt); flex-shrink: 0; }
.eq-contact-item span { font-size: .65rem; color: rgba(255,255,255,.45); letter-spacing: 2px; text-transform: uppercase; display: block; }
.eq-contact-item strong { font-size: .88rem; color: var(--white); font-weight: 600; }
.social-links-eq { display: flex; gap: 8px; position: relative; z-index: 1; }
.social-links-eq a { width: 36px; height: 36px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.55); font-size: .88rem; transition: all .3s; }
.social-links-eq a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
/* Form box */
.enquiry-form-box { background: var(--white); padding: 40px 36px; position: relative; z-index: 1; box-shadow: var(--shadow-lg); }
.enquiry-form-box h3 { font-family: var(--ff-head); font-size: 1.3rem; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.enquiry-form-box > p { font-size: .84rem; color: var(--mid-gray); margin-bottom: 24px; }
.enquiry-form-box label { font-family: var(--ff-head); font-size: .68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); display: block; margin-bottom: 6px; }
.enquiry-form-box input, .enquiry-form-box select, .enquiry-form-box textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--light-gray);
  font-family: var(--ff-body); font-size: .88rem; color: var(--dark-text);
  background: var(--off-white); outline: none; transition: border-color .25s, box-shadow .25s;
  margin-bottom: 0;
}
.enquiry-form-box input:focus, .enquiry-form-box select:focus, .enquiry-form-box textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,148,10,.12); background: var(--white); }
.btn-submit {
  width: 100%; padding: 14px; margin-top: 4px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: var(--white); border: 2px solid var(--navy);
  font-family: var(--ff-head); font-size: .82rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 9px;
  transition: all .3s;
}
.btn-submit:hover { background: linear-gradient(135deg, var(--gold), var(--gold-lt)); color: var(--navy); border-color: var(--gold-lt); }
.form-success { margin-top: 14px; padding: 14px 16px; background: #d4edda; border: 1px solid #c3e6cb; color: #155724; font-size: .84rem; display: flex; align-items: center; gap: 8px; }
.form-success a { color: #155724; font-weight: 700; }

/* ─── FOOTER ─── */
footer { background: var(--navy); }
.footer-main { padding: 64px 0 48px; border-top: 2px solid var(--gold); }
.footer-logo { height: 52px; margin-bottom: 16px; }
.footer-about { font-size: .83rem; color: rgba(255,255,255,.38); line-height: 1.85; max-width: 290px; margin-bottom: 18px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.footer-badges span { font-family: var(--ff-head); font-size: .62rem; font-weight: 700; letter-spacing: .5px; color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 4px 10px; display: flex; align-items: center; gap: 5px; }
.footer-badges span i { color: var(--gold-lt); }
.footer-social { display: flex; gap: 8px; }
.footer-social a { width: 34px; height: 34px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: .85rem; transition: all .3s; }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.footer-heading { font-family: var(--ff-head); font-size: .65rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(201,148,10,.18); }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: .82rem; color: rgba(255,255,255,.38); display: flex; align-items: center; gap: 6px; transition: all .25s; }
.footer-links a::before { content: '›'; color: var(--gold); font-size: 1rem; }
.footer-links a:hover { color: var(--gold-lt); padding-left: 4px; }
.footer-contact { display: flex; flex-direction: column; gap: 12px; margin-bottom: 18px; }
.fc-item { display: flex; align-items: flex-start; gap: 11px; }
.fc-item i { color: var(--gold-lt); font-size: .9rem; margin-top: 2px; flex-shrink: 0; }
.fc-item a, .fc-item p { font-size: .82rem; color: rgba(255,255,255,.38); margin: 0; }
.fc-item a:hover { color: var(--gold-lt); }
.map-embed { height: 140px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.6) invert(.1); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 16px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .72rem; color: rgba(255,255,255,.22); }
.footer-bottom-inner a { color: var(--gold); }

/* ─── FLOATING BUTTONS ─── */
.whatsapp-float {
  position: fixed; bottom: 110px; right: 24px; z-index: 999;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366; color: var(--white) !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: all .3s; position: fixed;
}
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 6px 28px rgba(37,211,102,.6); color: var(--white) !important; }
.wa-tooltip {
  position: absolute; right: 62px; white-space: nowrap;
  background: var(--charcoal); color: var(--white); padding: 5px 12px;
  font-family: var(--ff-head); font-size: .65rem; font-weight: 600; letter-spacing: .5px;
  border: 1px solid rgba(255,255,255,.1);
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.whatsapp-float:hover .wa-tooltip { opacity: 1; }
.call-float {
  position: fixed; bottom: 170px; right: 24px; z-index: 999;
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-lt)); color: var(--navy) !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; box-shadow: 0 4px 20px rgba(201,148,10,.4);
  transition: all .3s;
}
.call-float:hover { transform: scale(1.12); color: var(--navy) !important; }
.chat-float {
  position: fixed; bottom: 52px; right: 24px; z-index: 999;
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: var(--gold-lt); border: 1px solid rgba(201,148,10,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; box-shadow: 0 4px 20px rgba(13,27,42,.4);
  cursor: pointer; transition: all .3s;
}
.chat-float:hover { transform: scale(1.12); }

/* ─── CHAT WIDGET ─── */
#chatWidget {
  display: none; position: fixed; bottom: 116px; right: 24px;
  width: 320px; background: var(--white);
  border: 1px solid var(--light-gray); z-index: 9998;
  flex-direction: column; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
#chatWidget.open { display: flex; }
.chat-header { background: var(--navy); padding: 13px 16px; display: flex; align-items: center; gap: 10px; border-bottom: 2px solid var(--gold); }
.chat-header img { height: 32px; }
.chat-header-info strong { display: block; font-family: var(--ff-head); font-size: .85rem; color: var(--white); }
.chat-header-info span { font-size: .65rem; color: var(--gold-lt); display: flex; align-items: center; gap: 4px; }
.online-dot { width: 6px; height: 6px; background: #25D366; border-radius: 50%; display: inline-block; }
.chat-close { margin-left: auto; background: rgba(255,255,255,.1); border: none; color: var(--white); width: 24px; height: 24px; cursor: pointer; font-size: .8rem; }
.chat-messages { flex: 1; overflow-y: auto; padding: 14px; max-height: 280px; background: var(--off-white); display: flex; flex-direction: column; gap: 10px; }
.chat-msg.bot { display: flex; gap: 7px; align-items: flex-end; }
.bot-avatar { width: 24px; height: 24px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ff-head); font-size: .55rem; font-weight: 700; color: var(--gold-lt); flex-shrink: 0; }
.msg-bubble { background: var(--white); border: 1px solid var(--light-gray); padding: 9px 12px; font-size: .82rem; color: var(--body-text); line-height: 1.55; max-width: 230px; box-shadow: var(--shadow-sm); }
.user-msg-wrap { display: flex; justify-content: flex-end; }
.user-bubble { background: var(--navy); padding: 9px 12px; font-size: .82rem; color: var(--white); line-height: 1.55; max-width: 230px; }
.chat-quick-btns { padding: 9px 12px; display: flex; flex-wrap: wrap; gap: 6px; border-top: 1px solid var(--light-gray); background: var(--white); }
.chat-quick-btns button { background: transparent; border: 1px solid rgba(201,148,10,.35); color: var(--navy); padding: 5px 10px; font-family: var(--ff-head); font-size: .67rem; font-weight: 600; cursor: pointer; transition: all .25s; }
.chat-quick-btns button:hover { background: var(--navy); border-color: var(--navy); color: var(--gold-lt); }
.chat-input-area { display: flex; border-top: 1px solid var(--light-gray); }
.chat-input-area input { flex: 1; background: var(--white); border: none; padding: 10px 12px; font-size: .82rem; color: var(--dark-text); font-family: var(--ff-body); outline: none; }
.chat-input-area button { width: 40px; background: var(--navy); border: none; color: var(--gold-lt); cursor: pointer; font-size: .88rem; transition: background .3s; }
.chat-input-area button:hover { background: var(--gold); color: var(--navy); }
.chat-wa-footer { padding: 8px 12px; background: rgba(37,211,102,.06); border-top: 1px solid rgba(37,211,102,.15); text-align: center; }
.chat-wa-footer a { font-size: .7rem; color: #25D366; font-family: var(--ff-head); font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }

/* ─── REVEAL ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.on { opacity: 1; transform: translateY(0); }
.reveal-l { opacity: 0; transform: translateX(-32px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-l.on { opacity: 1; transform: translateX(0); }
.reveal-r { opacity: 0; transform: translateX(32px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-r.on { opacity: 1; transform: translateX(0); }

/* ─── RESPONSIVE ─── */
@media (max-width:1199px) {
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .trust-card:nth-child(3) { border-right: none; }
  .trust-card:nth-child(3),.trust-card:nth-child(4),.trust-card:nth-child(5),.trust-card:nth-child(6) { border-top: 1px solid var(--light-gray); }
}
@media (max-width:991px) {
  .nav-menu, .btn-call-nav { display: none !important; }
  .hamburger { display: flex !important; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-card:nth-child(even) { border-right: none; }
  .slide-controls { bottom: 80px; }
  .hero-text { padding: 100px 0 120px; }
  .exp-badge { right: 8px; bottom: -12px; }
}
@media (max-width:767px) {
  .hero { height: 88vh; }
  .hero-text h1 { font-size: 2rem; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .services-section, .why-section, .industries-section, .testi-section, .enquiry-section { padding: 60px 0; }
  .enquiry-form-box { padding: 28px 20px; }
  .whatsapp-float { bottom: 100px; right: 16px; }
  .call-float { bottom: 160px; right: 16px; }
  .chat-float { bottom: 44px; right: 16px; }
  #chatWidget { width: calc(100vw - 32px); right: 16px; }
}
@media (max-width:576px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card { border-right: none; border-bottom: 1px solid var(--light-gray); }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .slide-controls { display: none; }
}

/* ─── GALLERY FILTER ─── */
.gallery-filter .btn-filter {
  font-family: var(--ff-head); font-size: .72rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  background: transparent; color: var(--body-text);
  border: 1.5px solid var(--border); padding: 8px 20px;
  border-radius: 4px; margin: 4px; cursor: pointer; transition: all .3s;
}
.gallery-filter .btn-filter:hover,
.gallery-filter .btn-filter.active {
  background: var(--navy); color: var(--gold-lt); border-color: var(--navy);
}
.gallery-item { position: relative; overflow: hidden; margin-bottom: 24px; border-radius: 4px; }
.gallery-item img { width: 100%; height: 250px; object-fit: cover; transition: transform .5s; display: block; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-hover {
  position: absolute; inset: 0; background: rgba(13,27,42,.75);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; transition: all .3s; gap: 8px;
}
.gallery-item:hover .gallery-hover { opacity: 1; }
.gallery-hover i { font-size: 2rem; color: var(--gold-lt); }
.gallery-hover span { font-family: var(--ff-head); font-size: .72rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #fff; }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid, #1b2e45) 100%);
  padding: 130px 0 60px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=1600&q=60') center/cover;
  opacity: .05;
}
.page-hero-title {
  font-family: var(--ff-head); font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800; color: #fff; position: relative; z-index: 1;
}
.section-title { font-family: var(--ff-head); font-size: clamp(1.6rem,3.5vw,2.6rem); font-weight: 800; color: var(--navy); line-height: 1.1; margin-bottom: 14px; }
.section-subtitle { font-size: .97rem; color: var(--mid-gray, #6b7a99); max-width: 580px; line-height: 1.8; }
.section-tag { font-family: var(--ff-head); font-size: .65rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); background: rgba(201,148,10,.1); border: 1px solid rgba(201,148,10,.25); padding: 4px 14px; display: inline-block; margin-bottom: 14px; }
.py-section { padding: 80px 0; }
.divider-gold { width: 60px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-lt)); margin: 16px 0 24px; }
.divider-gold.center { margin: 16px auto 24px; }
.gold-bar { width: 80px; height: 4px; background: linear-gradient(90deg, var(--gold), var(--gold-lt)); margin-top: 14px; position: relative; z-index: 1; }
.breadcrumb { background: transparent; padding: 0; position: relative; z-index: 1; }
.breadcrumb-item { font-family: var(--ff-head); font-size: .72rem; letter-spacing: 1px; text-transform: uppercase; }
.breadcrumb-item a { color: var(--gold-lt); }
.breadcrumb-item.active { color: rgba(255,255,255,.45); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.3); }

/* ─── HEADER SOLID for inner pages ─── */
#header.solid { background: rgba(13,27,42,.97); backdrop-filter: blur(20px); box-shadow: 0 4px 30px rgba(0,0,0,.35); border-bottom: 1px solid rgba(201,148,10,.15); }

/* ═══════════════════════════════
   PREMIUM PRELOADER
═══════════════════════════════ */
#preloader {
  position: fixed; inset: 0; z-index: 99999;
  background: #0a1628;
  display: flex; align-items: center; justify-content: center;
  transition: opacity .6s ease, visibility .6s ease;
  opacity: 1; visibility: visible;
}
#preloader.hide { opacity: 0 !important; visibility: hidden !important; pointer-events: none; }
.pre-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 0;
  text-align: center;
}

/* Shield logo - animated */
.pre-shield {
  width: 110px; height: 110px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  animation: shieldPulse 2s ease-in-out infinite;
  filter: drop-shadow(0 0 20px rgba(212,160,23,0.4));
}
.pre-shield img {
  width: 100%; height: 100%; object-fit: contain;
  animation: shieldSpin 1s ease-out forwards;
}
@keyframes shieldSpin {
  from { transform: rotateY(90deg) scale(.8); opacity: 0; }
  to   { transform: rotateY(0deg)  scale(1); opacity: 1; }
}
@keyframes shieldPulse {
  0%,100% { filter: drop-shadow(0 0 15px rgba(212,160,23,.35)); transform: scale(1); }
  50%     { filter: drop-shadow(0 0 30px rgba(212,160,23,.65)); transform: scale(1.04); }
}

/* Brand name */
.pre-brand {
  display: flex; flex-direction: column; align-items: center;
  margin-bottom: 28px;
}
.pre-line1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem; font-weight: 900;
  letter-spacing: 6px; text-transform: uppercase;
  color: #f0b429;
  animation: fadeSlideUp .8s ease .4s both;
}
.pre-line2 {
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem; font-weight: 500;
  letter-spacing: 4px; text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-top: 5px;
  animation: fadeSlideUp .8s ease .6s both;
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Progress bar */
.pre-progress {
  width: 220px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: fadeSlideUp .8s ease .7s both;
}
.pre-track {
  width: 100%; height: 2px;
  background: rgba(255,255,255,.1);
  border-radius: 2px; overflow: hidden;
  position: relative;
}
.pre-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, #c9940a, #f0b429, #c9940a);
  background-size: 200% 100%;
  border-radius: 2px;
  animation: fillBar 1.8s cubic-bezier(.4,0,.2,1) forwards,
             shimmer 1.5s linear infinite;
}
@keyframes fillBar {
  0%   { width: 0%; }
  60%  { width: 80%; }
  90%  { width: 95%; }
  100% { width: 100%; }
}
@keyframes shimmer {
  from { background-position: 200% center; }
  to   { background-position: -200% center; }
}
.pre-pct {
  font-family: 'Montserrat', sans-serif;
  font-size: .65rem; font-weight: 700;
  letter-spacing: 2px; color: rgba(240,180,41,.7);
}

/* Tagline */
.pre-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: .62rem; font-weight: 400;
  letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,.2);
  margin-top: 16px;
  animation: fadeSlideUp .8s ease .9s both;
}

/* Corner decorations */
#preloader::before, #preloader::after {
  content: '';
  position: absolute;
  width: 60px; height: 60px;
  border-color: rgba(212,160,23,.2);
  border-style: solid;
}
#preloader::before {
  top: 32px; left: 32px;
  border-width: 2px 0 0 2px;
}
#preloader::after {
  bottom: 32px; right: 32px;
  border-width: 0 2px 2px 0;
}

/* ═══════════════════════════════
   PREMIUM TESTIMONIALS SLIDER
═══════════════════════════════ */

/* Google Rating Badge */
.google-rating-badge { margin-top: 20px; }
.grb-inner {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--white); border: 1.5px solid var(--border);
  padding: 12px 24px; border-radius: 50px;
  box-shadow: var(--shadow-sm);
  flex-wrap: wrap; justify-content: center;
}
.grb-google { display: flex; align-items: center; gap: 6px; }
.grb-name { font-family: var(--ff-head); font-size: .75rem; font-weight: 700; color: var(--body-text); }
.grb-stars { color: #FBBC05; font-size: 1rem; letter-spacing: 2px; }
.grb-score { font-family: var(--ff-head); font-size: 1.1rem; font-weight: 800; color: var(--navy); }
.grb-score span { font-size: .75rem; font-weight: 400; color: var(--mid-gray); }
.grb-link {
  font-family: var(--ff-head); font-size: .72rem; font-weight: 700;
  color: var(--gold); letter-spacing: .5px;
  display: flex; align-items: center; gap: 4px;
  transition: color .3s;
}
.grb-link:hover { color: var(--gold-lt); }

/* Slider Wrapper */
.testi-slider-wrap { position: relative; overflow: hidden; margin-top: 40px; }
.testi-slider {
  display: flex;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.testi-slide {
  min-width: 100%;
  padding: 0 8px;
}

/* On desktop show 3 */
@media (min-width: 992px) {
  .testi-slide { min-width: 33.333%; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testi-slide { min-width: 50%; }
}

/* Card */
.testi-card-new {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px;
  height: 100%;
  position: relative;
  transition: all .3s var(--ease);
  box-shadow: var(--shadow-sm);
}
.testi-card-new:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
  border-color: rgba(201,148,10,.2);
}
.testi-card-new::before {
  content: '"';
  position: absolute; top: 12px; right: 18px;
  font-size: 4rem; color: rgba(201,148,10,.1);
  font-family: Georgia, serif; line-height: 1;
}

.testi-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px;
}
.testi-google-icon {
  width: 28px; height: 28px;
  background: var(--off-white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
}
.testi-stars-new { color: #FBBC05; font-size: .9rem; letter-spacing: 2px; }
.testi-text-new {
  font-size: .9rem; color: var(--body-text);
  line-height: 1.85; font-style: italic;
  margin-bottom: 20px;
}
.testi-author-new { display: flex; align-items: center; gap: 12px; }
.testi-avatar-new {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid, #1b2e45));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-head); font-weight: 700; font-size: .88rem;
  color: var(--gold-lt); flex-shrink: 0;
}
.testi-info strong {
  display: block; font-family: var(--ff-head);
  font-size: .82rem; font-weight: 700; color: var(--navy);
}
.testi-info span { font-size: .73rem; color: var(--mid-gray); }

/* Controls */
.testi-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 28px;
}
.testi-arrow {
  width: 40px; height: 40px;
  border: 1.5px solid var(--border);
  background: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .9rem; color: var(--navy);
  transition: all .3s;
}
.testi-arrow:hover { background: var(--navy); color: var(--gold-lt); border-color: var(--navy); }
.testi-dots { display: flex; gap: 8px; }
.testi-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--border); cursor: pointer;
  transition: all .3s; border: none; padding: 0;
}
.testi-dot.active { background: var(--gold); width: 24px; border-radius: 4px; }

/* Google Review CTA Button */
.google-review-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--white); color: var(--navy);
  border: 1.5px solid var(--border);
  padding: 12px 28px; border-radius: 50px;
  font-family: var(--ff-head); font-size: .8rem; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase;
  transition: all .3s;
  box-shadow: var(--shadow-sm);
}
.google-review-btn:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
  color: var(--navy);
  transform: translateY(-2px);
}
