/* ============================================================
   TRITON PURE — PREMIUM STYLESHEET v2.0
   Bright, Bold, SEO-Ready, Mobile-First
   ============================================================ */

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

/* ===== CSS VARIABLES — BRIGHT & BOLD PALETTE ===== */
:root {
  --primary:    #0057B8;
  --primary-dk: #003D8F;
  --primary-lt: #1A6FD4;
  --secondary:  #00B4D8;
  --accent:     #00D4FF;
  --orange:     #FF6B1A;
  --green:      #10B981;
  --yellow:     #F59E0B;
  --dark:       #0A0F1E;
  --text:       #1E293B;
  --text-muted: #475569;
  --border:     #E2E8F0;
  --light-bg:   #F0F7FF;
  --white:      #FFFFFF;
  --wa-green:   #25D366;
  --gradient:   linear-gradient(135deg, #0057B8 0%, #00B4D8 100%);
  --grad-warm:  linear-gradient(135deg, #FF6B1A 0%, #FFB347 100%);
  --grad-dark:  linear-gradient(160deg, #003D8F 0%, #0057B8 60%, #007FCC 100%);
  --shadow-sm:  0 1px 4px rgba(0,87,184,.08);
  --shadow:     0 4px 20px rgba(0,87,184,.12);
  --shadow-lg:  0 12px 48px rgba(0,87,184,.18);
  --radius:     12px;
  --radius-lg:  18px;
  --radius-xl:  24px;
  --font-head:  'Lexend', sans-serif;
  --font-body:  'Plus Jakarta Sans', sans-serif;
  --transition: all 0.22s cubic-bezier(.4,0,.2,1);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition); }
ul { list-style: none; padding: 0; margin: 0; }

/* ===== SCROLL ANIMATION ===== */
.animate-on-scroll { opacity: 0; transform: translateY(28px); transition: opacity .5s ease, transform .5s ease; }
.animate-on-scroll.animated { opacity: 1; transform: none; }

/* ===== SECTION SPACING ===== */
.section-pad { padding: 88px 0; }

/* ===== SECTION TITLE ===== */
.section-title { text-align: center; margin-bottom: 56px; }
.section-title .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(0,180,216,.1);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(0,180,216,.2);
}
.section-title h2 {
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: var(--primary);
  line-height: 1.15;
  margin-bottom: 14px;
}
.section-title h2 span { color: var(--secondary); }
.section-title p { font-size: 16px; color: var(--text-muted); max-width: 560px; margin: 0 auto; }
.title-line {
  width: 56px; height: 4px;
  background: var(--gradient);
  border-radius: 2px;
  margin: 18px auto 0;
}

/* ===== BUTTONS ===== */
.btn-primary-custom,
.btn-outline-custom,
.btn-white,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  letter-spacing: .2px;
}
.btn-primary-custom {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0,87,184,.3);
}
.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,87,184,.4);
  color: #fff;
}
.btn-outline-custom {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-outline-custom:hover { background: var(--primary); color: #fff; }
.btn-white {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
.btn-white:hover { background: rgba(255,255,255,.9); color: var(--primary); transform: translateY(-2px); }
.btn-whatsapp {
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37,211,102,.3);
}
.btn-whatsapp:hover { background: #1da851; color: #fff; transform: translateY(-2px); }

/* ===== TOP BAR ===== */
.top-bar {
  background: linear-gradient(90deg, #003D8F, #0057B8);
  padding: 8px 0;
  font-size: 12.5px;
}
.top-bar a, .top-bar span {
  color: rgba(255,255,255,.8);
  font-size: 12.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  transition: var(--transition);
}
.top-bar a:hover { color: var(--accent); }
.top-bar .top-right a {
  background: rgba(255,255,255,.1);
  padding: 4px 14px;
  border-radius: 50px;
  margin-left: 6px;
}
.top-bar .top-right a:hover { background: rgba(255,255,255,.2); color: #fff; }
.top-bar .wa-link {
  background: #25D366 !important;
  color: #fff !important;
  padding: 4px 14px !important;
}

/* ===== NAVBAR ===== */
.main-navbar {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,87,184,.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
  border-bottom: 2px solid var(--light-bg);
}
.navbar-brand { padding: 0; }
.navbar-brand img.nav-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}
.nav-link {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--text) !important;
  padding: 9px 15px !important;
  border-radius: 8px;
  transition: var(--transition);
}
.nav-link:hover { color: var(--primary) !important; background: var(--light-bg); }
.nav-link.active {
  color: var(--primary) !important;
  background: rgba(0,87,184,.06);
}
.nav-enquiry-btn {
  background: var(--gradient) !important;
  color: #fff !important;
  padding: 9px 22px !important;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,87,184,.25);
}
.nav-enquiry-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,87,184,.35);
  color: #fff !important;
  background: var(--gradient) !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230057B8' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== HERO SLIDER ===== */
.hero-slider { position: relative; overflow: hidden; }
.carousel-item .hero-slide {
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 70px 0;
}
.slide-bg-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.slide-bg-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(0,30,90,.92) 0%, rgba(0,60,160,.7) 55%, rgba(0,100,200,.3) 100%);
}
.hero-slide > .container { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
  backdrop-filter: blur(6px);
}
.hero-content h1 {
  font-family: var(--font-head);
  font-size: clamp(32px, 5.5vw, 58px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -.5px;
}
.hero-content h1 span { color: #00E5FF; }
.hero-content p {
  font-size: 16.5px;
  color: rgba(255,255,255,.85);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-features { display: flex; gap: 22px; flex-wrap: wrap; }
.hero-feature {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
}
.hero-feature i { color: #10B981; font-size: 13px; }

/* Carousel controls */
.carousel-control-prev, .carousel-control-next {
  width: 46px; height: 46px;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  backdrop-filter: blur(4px);
}
.carousel-control-prev { left: 20px; }
.carousel-control-next { right: 20px; }
.carousel-control-prev i, .carousel-control-next i { font-size: 16px; color: #fff; }
.carousel-indicators { bottom: 18px; }
.carousel-indicators button { width: 8px; height: 8px; border-radius: 50%; border: none; background: rgba(255,255,255,.5); }
.carousel-indicators button.active { width: 28px; border-radius: 4px; background: #00E5FF; }

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--primary);
  padding: 0;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 16px;
  border-right: 1px solid rgba(255,255,255,.1);
  transition: var(--transition);
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { background: rgba(255,255,255,.05); }
.trust-item i { font-size: 28px; color: #00E5FF; flex-shrink: 0; }
.trust-item .t-title { font-size: 14px; font-weight: 800; color: #fff; font-family: var(--font-head); }
.trust-item .t-sub { font-size: 11.5px; color: rgba(255,255,255,.6); margin-top: 1px; }

/* ===== PAGE HERO ===== */
.page-hero {
  background: var(--grad-dark);
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(0,180,216,.18) 0%, transparent 70%);
}
.page-hero::after {
  content: '';
  position: absolute; bottom: 0; right: 0;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -.3px;
}
.page-hero p { font-size: 15px; color: rgba(255,255,255,.8); max-width: 560px; line-height: 1.7; }
.breadcrumb-custom { display: flex; align-items: center; gap: 8px; margin-top: 16px; }
.breadcrumb-custom a { font-size: 13px; color: rgba(255,255,255,.65); }
.breadcrumb-custom a:hover { color: #fff; }
.breadcrumb-custom span { font-size: 13px; color: rgba(255,255,255,.45); }
.breadcrumb-custom .current { color: rgba(255,255,255,.9); font-weight: 700; }

/* ===== OVERVIEW SECTION ===== */
.overview-section { background: #fff; }
.overview-img-wrap { position: relative; }
.overview-main-img {
  width: 100%;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
  height: 440px;
}
.overview-badge-card {
  position: absolute;
  bottom: 28px; right: -20px;
  background: #fff;
  border-radius: var(--radius);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.overview-badge-card .icon { width: 48px; height: 48px; background: var(--gradient); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; }
.overview-badge-card .num { font-family: var(--font-head); font-size: 26px; font-weight: 900; color: var(--primary); line-height: 1; }
.overview-badge-card .lbl { font-size: 12px; color: var(--text-muted); font-weight: 600; }
.overview-content .subtitle { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--secondary); background: rgba(0,180,216,.08); border: 1px solid rgba(0,180,216,.2); padding: 5px 16px; border-radius: 50px; margin-bottom: 16px; }
.overview-content h2 { font-family: var(--font-head); font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: var(--primary); margin-bottom: 18px; line-height: 1.15; letter-spacing: -.3px; }
.overview-content h2 span { color: var(--secondary); }
.overview-content > p { font-size: 15.5px; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.overview-features { margin: 24px 0 30px; display: flex; flex-direction: column; gap: 20px; }
.ov-feature { display: flex; gap: 16px; align-items: flex-start; }
.ov-feature .icon { width: 48px; height: 48px; background: linear-gradient(135deg, rgba(0,87,184,.1), rgba(0,180,216,.1)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 20px; flex-shrink: 0; border: 1px solid rgba(0,87,184,.1); }
.ov-feature h5 { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.ov-feature p { font-size: 14px; color: var(--text-muted); margin: 0; }

/* ===== PRODUCT CARDS ===== */
.product-card {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--border);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  border-color: var(--secondary);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.product-img-wrap {
  position: relative;
  background: linear-gradient(135deg, #EEF4FF, #E0F2FE);
  overflow: hidden;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.product-img-wrap img {
  width: 100%; height: 100%;
  object-fit: contain;
  transition: transform .4s ease;
}
.product-card:hover .product-img-wrap img { transform: scale(1.06); }
.product-badge {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 11px; font-weight: 800;
  padding: 5px 13px;
  border-radius: 50px;
  letter-spacing: .4px; z-index: 2;
}
.badge-bestseller { background: #FF6B1A; color: #fff; }
.badge-new        { background: var(--secondary); color: #fff; }
.badge-popular    { background: var(--green); color: #fff; }
.img-actions { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(8px); transition: var(--transition); }
.product-card:hover .img-actions { opacity: 1; transform: translateX(0); }
.img-action-btn { width: 34px; height: 34px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--text); cursor: pointer; box-shadow: var(--shadow-sm); border: none; transition: var(--transition); }
.img-action-btn:hover { background: var(--primary); color: #fff; }
.product-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.product-category { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: var(--secondary); margin-bottom: 6px; }
.product-body h5 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.product-body > p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; margin-bottom: 12px; }
.product-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.spec-tag { background: var(--light-bg); color: var(--primary); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 50px; border: 1px solid rgba(0,87,184,.12); }
.product-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.product-rating .stars i { color: #F59E0B; font-size: 12px; }
.product-rating .count { font-size: 12px; color: var(--text-muted); }
.product-divider { height: 1px; background: var(--border); margin: 12px 0; }
.product-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 8px; }
.btn-enquire {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  background: var(--gradient);
  color: #fff;
  font-size: 13px; font-weight: 700;
  padding: 10px 16px;
  border-radius: 8px; border: none; cursor: pointer;
  transition: var(--transition); text-align: center;
}
.btn-enquire:hover { opacity: .9; color: #fff; transform: translateY(-1px); }
.btn-whatsapp-sm {
  width: 40px; height: 40px;
  background: var(--wa-green); color: #fff;
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 17px; flex-shrink: 0; transition: var(--transition);
  border: none; cursor: pointer;
}
.btn-whatsapp-sm:hover { background: #1da851; color: #fff; }

/* ===== FILTER BAR ===== */
.filter-bar {
  background: #fff;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 74px; z-index: 100;
  box-shadow: 0 2px 12px rgba(0,87,184,.06);
}
.filter-btn {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 700;
  padding: 9px 22px;
  border-radius: 50px;
  border: 1.5px solid var(--border);
  background: #fff; color: var(--text);
  cursor: pointer; transition: var(--transition);
}
.filter-btn.active, .filter-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ===== ADVANTAGES SECTION ===== */
.advantages-section {
  background: var(--grad-dark);
  position: relative;
  overflow: hidden;
}
.advantages-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0,180,216,.2) 0%, transparent 60%);
}
.advantages-section > .container { position: relative; z-index: 1; }
.advantage-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: var(--transition);
  height: 100%;
}
.advantage-card:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); border-color: rgba(0,228,255,.3); }
.adv-icon {
  width: 56px; height: 56px;
  background: rgba(0,228,255,.12);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #00E5FF;
  margin-bottom: 18px;
  border: 1px solid rgba(0,228,255,.15);
}
.advantage-card h5 { font-family: var(--font-head); font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.advantage-card p { font-size: 13.5px; color: rgba(255,255,255,.65); line-height: 1.65; margin: 0; }

/* Stats row */
.stats-row {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  margin-top: 52px;
  padding: 40px 24px;
}
.stat-item .num { font-family: var(--font-head); font-size: 42px; font-weight: 900; color: #fff; line-height: 1; }
.stat-item .plus { color: #00E5FF; }
.stat-item .label { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 8px; font-weight: 600; }

/* ===== SERVICES SECTION ===== */
.services-section { background: var(--light-bg); }
.service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1.5px solid var(--border);
  transition: var(--transition);
  height: 100%;
}
.service-card:hover {
  border-color: var(--secondary);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.svc-icon {
  width: 62px; height: 62px;
  background: var(--gradient);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: #fff; margin-bottom: 22px;
  box-shadow: 0 6px 16px rgba(0,87,184,.25);
}
.service-card h5 { font-family: var(--font-head); font-size: 18px; font-weight: 800; color: var(--primary); margin-bottom: 12px; }
.service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; }
.learn-more { font-size: 13.5px; font-weight: 800; color: var(--secondary); display: inline-flex; align-items: center; gap: 6px; transition: var(--transition); }
.learn-more:hover { gap: 10px; color: var(--primary); }

/* AMC Cards */
.amc-card {
  background: #fff; border-radius: var(--radius-lg); border: 2px solid var(--border);
  padding: 32px 28px; text-align: center; transition: var(--transition); height: 100%; position: relative; overflow: hidden;
}
.amc-card.featured { border-color: var(--secondary); box-shadow: 0 8px 32px rgba(0,180,216,.18); }
.amc-card .featured-badge { position: absolute; top: 0; right: 0; background: var(--secondary); color: #fff; font-size: 11px; font-weight: 800; padding: 6px 18px; border-bottom-left-radius: 12px; }
.amc-card:hover { border-color: var(--secondary); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.amc-plan-name { font-family: var(--font-head); font-size: 20px; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
.amc-plan-desc { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.amc-plan-price { font-family: var(--font-head); font-size: 38px; font-weight: 900; color: var(--secondary); margin-bottom: 6px; }
.amc-plan-price span { font-size: 14px; color: var(--text-muted); font-family: var(--font-body); font-weight: 400; }
.amc-features { list-style: none; padding: 0; margin: 0 0 24px; text-align: left; }
.amc-features li { padding: 8px 0; display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--text); border-bottom: 1px solid var(--border); }
.amc-features li:last-child { border: none; }
.amc-features li i { color: var(--green); }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: #fff; }
.testimonial-card {
  background: var(--light-bg);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1.5px solid var(--border);
  height: 100%; transition: var(--transition);
}
.testimonial-card:hover { border-color: var(--secondary); box-shadow: var(--shadow); background: #fff; }
.quote-icon { font-family: Georgia, serif; font-size: 72px; color: var(--secondary); opacity: .15; line-height: .5; margin-bottom: 14px; }
.stars { margin-bottom: 14px; }
.stars i { color: #F59E0B; font-size: 14px; }
.testimonial-card p { font-size: 14.5px; color: var(--text); line-height: 1.75; margin-bottom: 22px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar-placeholder {
  width: 44px; height: 44px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.reviewer-name { font-size: 14px; font-weight: 800; color: var(--primary); }
.reviewer-loc { font-size: 12px; color: var(--text-muted); }
.verified-badge { margin-left: auto; background: rgba(16,185,129,.1); color: var(--green); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 50px; border: 1px solid rgba(16,185,129,.2); }

/* ===== ENQUIRY SECTION ===== */
.enquiry-section { background: var(--light-bg); }
.enquiry-info h2 { font-family: var(--font-head); font-size: clamp(26px, 3vw, 38px); font-weight: 900; color: var(--primary); margin-bottom: 16px; line-height: 1.15; letter-spacing: -.3px; }
.enquiry-info > p { font-size: 15.5px; color: var(--text-muted); line-height: 1.8; margin-bottom: 28px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.contact-item:last-of-type { border: none; }
.contact-item .icon { width: 46px; height: 46px; background: var(--gradient); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; flex-shrink: 0; }
.contact-item .title { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); font-weight: 700; margin-bottom: 3px; }
.contact-item .value { font-size: 15px; font-weight: 700; color: var(--primary); }
.contact-item .value a { color: var(--primary); }
.contact-item .value a:hover { color: var(--secondary); }
.enquiry-form-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 36px;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow);
}
.form-label { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.form-control, .form-select {
  font-family: var(--font-body);
  font-size: 14px; color: var(--text);
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 12px 16px;
  background: var(--light-bg);
  transition: var(--transition);
}
.form-control:focus, .form-select:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 4px rgba(0,180,216,.12);
  outline: none;
  background: #fff;
}
textarea.form-control { resize: vertical; min-height: 100px; }

/* ===== CTA SECTION ===== */
.cta-section {
  background: var(--gradient);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.cta-section::before { content: ''; position: absolute; top: -80px; right: -80px; width: 360px; height: 360px; background: rgba(255,255,255,.05); border-radius: 50%; }
.cta-section::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 240px; height: 240px; background: rgba(255,255,255,.04); border-radius: 50%; }
.cta-section > .container { position: relative; z-index: 1; }
.cta-section h2 { font-family: var(--font-head); font-size: clamp(24px, 3.5vw, 40px); font-weight: 900; color: #fff; margin-bottom: 10px; line-height: 1.15; }
.cta-section p { font-size: 16px; color: rgba(255,255,255,.8); margin: 0; }
.cta-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }

/* ===== FOOTER ===== */
.main-footer {
  background: var(--dark);
  padding: 80px 0 0;
  color: rgba(255,255,255,.65);
}
.footer-logo {
  height: 44px !important;
  width: auto !important;
  max-width: 160px;
  object-fit: contain;
  margin-bottom: 18px;
  display: block;
  filter: brightness(1.1);
}
.footer-desc { font-size: 13.5px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 24px; max-width: 280px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px;
  background: rgba(255,255,255,.07);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.55); font-size: 14px; transition: var(--transition);
}
.social-btn:hover { background: var(--secondary); color: #fff; transform: translateY(-2px); }
.footer-heading {
  font-family: var(--font-head);
  font-size: 13px; font-weight: 800;
  color: #fff; letter-spacing: 1.5px;
  text-transform: uppercase; margin-bottom: 20px;
  position: relative; padding-bottom: 10px;
}
.footer-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: var(--secondary); border-radius: 2px; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: 13.5px; color: rgba(255,255,255,.5); display: flex; align-items: center; gap: 8px; transition: var(--transition); }
.footer-links a i { font-size: 9px; color: var(--secondary); }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact li { display: flex; gap: 12px; font-size: 13.5px; color: rgba(255,255,255,.5); margin-bottom: 14px; align-items: flex-start; }
.footer-contact li i { color: var(--secondary); margin-top: 3px; flex-shrink: 0; }
.footer-contact li a { color: rgba(255,255,255,.5); }
.footer-contact li a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  margin-top: 56px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.35); margin: 0; }
.footer-cert { display: flex; gap: 8px; }
.cert-badge {
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.55);
  font-size: 11px; font-weight: 700;
  padding: 4px 12px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.1);
}
.footer-bottom a { font-size: 12px; color: rgba(255,255,255,.35); }
.footer-bottom a:hover { color: rgba(255,255,255,.8); }

/* ===== FLOATING BUTTONS ===== */
.floating-btns {
  position: fixed;
  bottom: 28px; right: 24px;
  display: flex; flex-direction: column; gap: 12px; z-index: 999;
}
.float-btn {
  width: 54px; height: 54px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  transition: var(--transition); position: relative;
}
.float-wa { background: var(--wa-green); color: #fff; }
.float-call { background: var(--primary); color: #fff; text-decoration: none; }
.float-btn:hover { transform: scale(1.1); }
.tooltip-text {
  position: absolute; right: 64px;
  background: rgba(0,0,0,.8); color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 5px 12px; border-radius: 6px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: var(--transition);
}
.float-btn:hover .tooltip-text { opacity: 1; }

/* ===== WHATSAPP CHAT WIDGET ===== */
.wa-chat-widget {
  position: fixed; bottom: 100px; right: 24px;
  width: 320px; background: #fff;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
  z-index: 998;
  opacity: 0; pointer-events: none;
  transform: translateY(20px) scale(.95);
  transition: all .3s cubic-bezier(.4,0,.2,1);
}
.wa-chat-widget.open { opacity: 1; pointer-events: all; transform: none; }
.wa-header {
  background: #075E54;
  padding: 16px 18px;
  display: flex; align-items: center; gap: 12px;
}
.wa-avatar {
  width: 40px; height: 40px;
  background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff; flex-shrink: 0;
}
.wa-header .name { font-size: 14px; font-weight: 700; color: #fff; }
.wa-header .status { font-size: 11.5px; color: rgba(255,255,255,.75); }
.close-chat {
  margin-left: auto; background: rgba(255,255,255,.15); border: none;
  color: #fff; cursor: pointer; width: 28px; height: 28px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; transition: var(--transition); flex-shrink: 0;
}
.close-chat:hover { background: rgba(255,255,255,.3); }
.wa-body { padding: 16px; background: #ECE5DD; min-height: 80px; }
.wa-bubble {
  background: #fff;
  border-radius: 0 12px 12px 12px;
  padding: 12px 14px;
  font-size: 13.5px;
  color: #1a1a1a;
  line-height: 1.6;
  max-width: 90%;
  box-shadow: 0 1px 4px rgba(0,0,0,.12);
}
.wa-bubble .time { font-size: 10px; color: #999; text-align: right; margin-top: 6px; }

/* Chat input area */
.wa-input-area {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  background: #f0f0f0;
  align-items: flex-end;
}
.wa-text-input {
  flex: 1;
  border: none;
  border-radius: 20px;
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 13.5px;
  background: #fff;
  outline: none;
  resize: none;
  max-height: 80px;
  line-height: 1.4;
}
.wa-text-input::placeholder { color: #999; }
.wa-send-btn-new {
  width: 40px; height: 40px; flex-shrink: 0;
  background: #25D366; color: #fff; border: none;
  border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; transition: var(--transition);
}
.wa-send-btn-new:hover { background: #1da851; }

/* Old send button (hide in favour of new input) */
.wa-footer { display: none; }

/* Quick reply buttons */
.wa-quick-replies {
  padding: 0 12px 10px;
  background: #ECE5DD;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.wa-qr-btn {
  background: #fff;
  border: 1.5px solid #25D366;
  color: #075E54;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}
.wa-qr-btn:hover { background: #25D366; color: #fff; }

/* Typing indicator */
.wa-typing { display: flex; gap: 4px; align-items: center; padding: 8px 0; }
.wa-typing span { width: 7px; height: 7px; background: #999; border-radius: 50%; animation: waTyping .9s infinite; }
.wa-typing span:nth-child(2) { animation-delay: .15s; }
.wa-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes waTyping { 0%,60%,100% { transform: translateY(0); } 30% { transform: translateY(-5px); } }

/* ===== SCROLL TO TOP ===== */
.scroll-top-btn {
  position: fixed; bottom: 100px; left: 24px;
  width: 44px; height: 44px;
  background: var(--primary); color: #fff;
  border-radius: 50%; border: none; cursor: pointer;
  font-size: 16px; opacity: 0; pointer-events: none;
  transition: var(--transition); z-index: 997;
  box-shadow: var(--shadow);
}
.scroll-top-btn.visible { opacity: 1; pointer-events: all; }
.scroll-top-btn:hover { background: var(--secondary); transform: translateY(-2px); }

/* ===== FEATURE CARDS (enquiry page) ===== */
.feature-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  border: 1.5px solid var(--border);
  transition: var(--transition);
  height: 100%;
}
.feature-card:hover { border-color: var(--secondary); box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-icon { width: 56px; height: 56px; background: var(--gradient); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; margin: 0 auto 18px; }
.feature-card h5 { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--primary); margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin: 0; }

/* ===== ACCESSORIES PAGE ===== */
.acc-product-card { background: #fff; border-radius: var(--radius-lg); border: 1.5px solid var(--border); overflow: hidden; transition: var(--transition); height: 100%; display: flex; flex-direction: column; }
.acc-product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(0,180,216,.3); }
.acc-product-img { position: relative; height: 160px; overflow: hidden; }
.acc-product-img img { width: 100%; height: 100%; object-fit: cover; }
.acc-img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--primary), var(--secondary)); display: flex; align-items: center; justify-content: center; font-size: 48px; color: rgba(255,255,255,.45); }
.acc-badge { position: absolute; top: 12px; left: 12px; background: var(--primary); color: #fff; font-size: 10px; font-weight: 800; font-family: var(--font-body); letter-spacing: .5px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; }
.acc-badge-blue { background: var(--secondary); }
.acc-badge-dark { background: #1E293B; }
.acc-best-seller { position: absolute; top: 12px; right: 12px; background: var(--orange); color: #fff; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 20px; }
.acc-product-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.acc-product-body .product-category { font-size: 11px; font-weight: 800; font-family: var(--font-body); text-transform: uppercase; letter-spacing: .5px; color: var(--secondary); margin-bottom: 6px; }
.acc-product-body h6 { font-family: var(--font-head); font-weight: 800; font-size: 15px; color: var(--primary); margin-bottom: 8px; line-height: 1.35; }
.acc-product-body p { font-size: 13px; color: var(--text-muted); margin-bottom: 12px; line-height: 1.6; flex: 1; }
.compat-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.compat-tag { font-size: 10px; font-weight: 700; padding: 3px 8px; background: var(--light-bg); color: var(--primary); border-radius: 20px; border: 1px solid rgba(0,87,184,.12); }
.replace-info { font-size: 11px; color: var(--text-muted); margin-bottom: 14px; }
.replacement-guide { background: var(--grad-dark); border-radius: var(--radius-xl); padding: 34px; }
.guide-item { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.guide-item:last-of-type { border-bottom: none; }
.guide-item .icon-wrap { width: 36px; height: 36px; background: rgba(0,180,216,.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--secondary); font-size: 14px; flex-shrink: 0; }
.guide-item .part { font-size: 13.5px; font-weight: 700; color: #fff; font-family: var(--font-head); }
.guide-item .freq { font-size: 12px; color: rgba(255,255,255,.55); margin-top: 2px; }

/* ===== CONTACT MAP ===== */
.contact-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }

/* ===== PRODUCTS COMPARISON TABLE ===== */
.comparison-table { overflow-x: auto; }
.comparison-table table { min-width: 600px; width: 100%; border-collapse: collapse; }
.comparison-table th { background: var(--primary); color: #fff; font-family: var(--font-head); font-size: 14px; font-weight: 700; padding: 14px 18px; text-align: left; }
.comparison-table td { padding: 12px 18px; border-bottom: 1px solid var(--border); font-size: 13.5px; color: var(--text); }
.comparison-table tr:nth-child(even) td { background: var(--light-bg); }
.comparison-table td .fa-check { color: var(--green); }
.comparison-table td .fa-times { color: #EF4444; }

/* ===== RESPONSIVE — TABLET ===== */
@media (max-width: 991px) {
  .section-pad { padding: 64px 0; }
  .main-navbar { padding: 10px 0; }
  .navbar-collapse {
    background: #fff;
    padding: 16px 20px 20px;
    margin-top: 10px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
  }
  .nav-link { padding: 10px 14px !important; }
  .cta-btns { justify-content: flex-start; margin-top: 28px; }
  .overview-badge-card { right: 0; }
  .hero-slide { min-height: 480px; }
}

/* ===== RESPONSIVE — MOBILE ===== */
@media (max-width: 767px) {
  .section-pad { padding: 52px 0; }
  .section-title { margin-bottom: 36px; }
  .section-title h2 { font-size: 24px; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); padding: 14px 12px; }
  .trust-item:last-child { border: none; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
  .enquiry-form-card { padding: 22px 16px; }
  .top-bar .top-right { display: none !important; }
  .overview-badge-card { position: static; margin-top: 16px; margin-left: 0; }
  .overview-main-img { height: 280px; }
  .hero-slide { min-height: 420px; padding: 50px 0; }
  .hero-content h1 { font-size: 28px; }
  .hero-content p { font-size: 14.5px; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .hero-btns .btn-primary-custom,
  .hero-btns .btn-white,
  .hero-btns .btn-whatsapp { justify-content: center; width: 100%; }
  .hero-features { gap: 12px; }
  .cta-btns { flex-direction: column; gap: 10px; }
  .cta-btns .btn-white, .cta-btns .btn-whatsapp { justify-content: center; }
  .product-img-wrap { height: 180px; }
  .wa-chat-widget { width: calc(100vw - 32px); right: 16px; }
  .floating-btns { right: 16px; bottom: 20px; }
  .stats-row .row { row-gap: 28px; }
  .footer-logo { height: 38px !important; }
  .footer-desc { max-width: 100%; }
  .service-card { padding: 24px 20px; }
  .enquiry-form-card { padding: 24px 18px; }
  .filter-bar { overflow-x: auto; white-space: nowrap; padding: 14px 0; }
  .filter-bar .d-flex { padding: 0 16px; }
}

@media (max-width: 575px) {
  .hero-content h1 { font-size: 24px; }
  .section-title h2 { font-size: 22px; }
  .product-img-wrap { height: 160px; }
  .advantage-card { padding: 20px 16px; }
  .testimonial-card { padding: 22px 18px; }
  .cta-section h2 { font-size: 22px; }
}

/* ===== UTILITY ===== */
.text-primary-custom { color: var(--primary) !important; }
.text-secondary-custom { color: var(--secondary) !important; }
.bg-light-custom { background: var(--light-bg); }

/* ===== CONTACT PAGE ===== */
.contact-info-card {
  background: var(--grad-dark);
  border-radius: var(--radius-xl);
  padding: 38px 32px;
  height: 100%;
}
.contact-info-card h3 {
  font-family: var(--font-head);
  font-size: 26px; font-weight: 800;
  color: #fff; margin-bottom: 8px;
}
.contact-info-card > p { color: rgba(255,255,255,.65); font-size: 14.5px; margin-bottom: 28px; }
.cinfo-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.cinfo-item:last-of-type { border: none; }
.cinfo-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  background: rgba(0,180,216,.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #00E5FF; font-size: 16px;
  border: 1px solid rgba(0,180,216,.2);
}
.cinfo-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: rgba(255,255,255,.5);
  margin-bottom: 4px;
}
.cinfo-value { font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,.9); line-height: 1.55; }
.cinfo-value a { color: rgba(255,255,255,.9); }
.cinfo-value a:hover { color: #00E5FF; }

/* ===== FULL FOOTER (Rich) ===== */
.footer-rich .footer-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: var(--secondary); border-radius: 2px; }

/* ===== FAQ SECTION ===== */
.faq-item {
  background: #fff; border-radius: var(--radius); border: 1.5px solid var(--border);
  margin-bottom: 12px; overflow: hidden; transition: var(--transition);
}
.faq-item:hover { border-color: rgba(0,180,216,.3); }
.faq-question {
  padding: 18px 22px; font-family: var(--font-head);
  font-size: 15px; font-weight: 700; color: var(--primary);
  cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  user-select: none;
}
.faq-question i { color: var(--secondary); font-size: 12px; transition: var(--transition); flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 22px;
  font-size: 14px; color: var(--text-muted); line-height: 1.75;
}
.faq-item.open .faq-answer { max-height: 200px; padding: 0 22px 18px; }

/* ===== PROCESS STEPS ===== */
.process-step {
  text-align: center; position: relative;
}
.process-step::after {
  content: ''; position: absolute;
  top: 28px; left: calc(50% + 40px);
  width: calc(100% - 80px); height: 2px;
  background: linear-gradient(90deg, var(--secondary), transparent);
}
.process-step:last-child::after { display: none; }
.step-num {
  width: 56px; height: 56px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: 20px; font-weight: 900;
  color: #fff; margin: 0 auto 16px;
  box-shadow: 0 6px 20px rgba(0,87,184,.3);
}
.process-step h5 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.process-step p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ===== PRODUCT DETAIL SPECS TABLE ===== */
.spec-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.spec-table tr:nth-child(even) td { background: var(--light-bg); }
.spec-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); color: var(--text); }
.spec-table td:first-child { font-weight: 700; color: var(--primary); width: 45%; }

/* ===== ABOUT PAGE – TIMELINE ===== */
.timeline { position: relative; padding-left: 28px; }
.timeline::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(180deg, var(--secondary), transparent); border-radius: 2px; }
.timeline-item { position: relative; padding: 0 0 32px 28px; }
.timeline-item::before { content: ''; position: absolute; left: -35px; top: 6px; width: 14px; height: 14px; background: var(--secondary); border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 3px rgba(0,180,216,.2); }
.timeline-year { font-family: var(--font-head); font-size: 12px; font-weight: 800; color: var(--secondary); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.timeline-item h5 { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--primary); margin-bottom: 6px; }
.timeline-item p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; margin: 0; }
