:root{
  --primary: var(--site-primary, #1470ff);
  --dark: var(--site-dark, #060c22);
  --dark2: #0a1230;
  --heading: var(--site-heading, #0b1436);
  --para: var(--site-para, #5a6472);
  --radius: 14px;
}
body{
  font-family: var(--site-font, 'Poppins', sans-serif);
  color: var(--para);
  background:#fff;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{ color: var(--heading); font-weight:700; }
a{ text-decoration:none; }
.btn-primary{ background:var(--primary); border-color:var(--primary); }
.btn-primary:hover{ background:#0e56d1; border-color:#0e56d1; }
.btn-outline-light-2{ border:1.5px solid #fff; color:#fff; }
.btn-outline-light-2:hover{ background:#fff; color:var(--dark); }
.eyebrow{ color:var(--primary); letter-spacing:1.5px; font-weight:700; font-size:.78rem; text-transform:uppercase; }
.section-pad{ padding:70px 0; }
.text-gradient{ background:linear-gradient(90deg,#5ec6ff,#1470ff); -webkit-background-clip:text; background-clip:text; color:transparent; }

/* ---------- Top info bar ---------- */
.topbar{ background:#0a2a6e; color:#dbe7ff; font-size:.82rem; padding:8px 0; }
.topbar a{ color:#dbe7ff; }
.topbar a:hover{ color:#fff; }
.topbar-left a, .topbar-left span{ display:inline-flex; align-items:center; gap:.35rem; }
.topbar-right a{ font-size:.95rem; }

/* ---------- Header ---------- */
.site-header{ background:var(--dark); padding:14px 0; position:sticky; top:0; z-index:1000; box-shadow:0 2px 18px rgba(0,0,0,.25); }
.site-header .navbar-brand{ display:flex; align-items:center; gap:10px; min-height:56px; }
.site-header .navbar-brand img{ display:block; max-height:58px; width:auto; max-width:var(--logo-max-w, 200px); object-fit:contain; }
.brand-badge{ width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#1470ff,#5ec6ff);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800; }
.brand-text-name{ color:#fff; font-weight:700; font-size:1.15rem; line-height:1.1; }
.brand-text-tag{ color:#9db0d8; font-size:.68rem; }
.site-header .nav-link{ color:#dbe4f7 !important; font-weight:500; padding:.5rem .9rem !important; }
.site-header .nav-link:hover, .site-header .nav-link.active{ color:#fff !important; }
.site-header .dropdown-menu{ background:var(--dark2); border:1px solid rgba(255,255,255,.08); }
.site-header .dropdown-item{ color:#dbe4f7; }
.site-header .dropdown-item:hover{ background:rgba(20,112,255,.15); color:#fff; }
.site-header .btn-quote{ background:var(--primary); color:#fff; border-radius:8px; padding:.55rem 1.3rem; font-weight:600; }
.navbar-toggler{ border-color:rgba(255,255,255,.3); }
.navbar-toggler-icon{ filter:invert(1); }

/* ---------- Hero ---------- */
.hero-section{ background:radial-gradient(circle at 80% 20%, #0d1b4d 0%, var(--dark) 60%); padding:70px 0 60px; color:#fff; position:relative; overflow:hidden; }
.hero-section img.hero-img{ max-width:100%; }
.hero-badges .badge-pill{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); color:#e7edfb; border-radius:30px; padding:.5rem 1rem; font-size:.85rem; display:inline-flex; align-items:center; gap:.4rem; }
.hero-stats{ display:flex; gap:0; flex-wrap:nowrap; margin-top:30px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.15); border-radius:14px; padding:16px 6px; }
.hero-stats .stat-block{ flex:1; min-width:0; display:flex; flex-direction:column; align-items:center; text-align:center; gap:4px; padding:4px 4px; border-right:1px solid rgba(255,255,255,.15); }
.hero-stats .stat-block:last-child{ border-right:none; }
.hero-stats .stat-block i{ color:#5ec6ff; font-size:1.2rem; }
.hero-stats strong{ color:#fff; display:block; font-size:1rem; }
.hero-stats span{ color:#c9d5f2; font-size:.72rem; }

/* ---------- Homepage slider (split layout: left text / right image) ---------- */
.hero-section .carousel-item{ transition: opacity .6s ease; }
.hero-img.slide-fit-cover{ width:100%; aspect-ratio:16/10; object-fit:cover; border-radius:var(--radius); }
.hero-img.slide-fit-contain{ max-width:100%; height:auto; }
.hero-section .carousel-control-prev, .hero-section .carousel-control-next{ width:auto; top:auto; bottom:-46px; opacity:1; }
.hero-section .carousel-control-prev{ left:0; }
.hero-section .carousel-control-next{ left:56px; right:auto; }
.hero-section .carousel-control-prev-icon, .hero-section .carousel-control-next-icon{ width:34px;height:34px; background-color:rgba(255,255,255,.12); border-radius:50%; background-size:16px; }
.hero-indicators{ position:static; margin:36px 0 0; justify-content:flex-start; }
.hero-indicators button{ width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35); opacity:1; }
.hero-indicators button.active{ background:var(--primary); }
@media (max-width:991px){
  .hero-section .carousel-control-prev, .hero-section .carousel-control-next{ display:none; }
}

/* ---------- Services grid (icon cards) ---------- */
.svc-icon-card{ border:1px solid #e9edf5; border-radius:var(--radius); padding:26px 20px; height:100%; background:#fff; transition:.25s; }
.svc-icon-card:hover{ box-shadow:0 14px 30px rgba(20,112,255,.12); transform:translateY(-4px); border-color:transparent; }
.svc-icon-card .icon-wrap{ width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.4rem; }

/* ---------- Our Services grid (icon-image cards, "Read more" style) ---------- */
.service-highlight-card{ background:#eef2fb; border-radius:16px; padding:26px 24px; transition:.25s; }
.service-highlight-card:hover{ box-shadow:0 14px 30px rgba(20,112,255,.1); transform:translateY(-4px); }
.service-highlight-icon{ width:56px; height:56px; object-fit:contain; margin-bottom:14px; }
.service-highlight-desc{ display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin-bottom:10px; }
.btn-dark-pill{ background:var(--dark); color:#fff; border-radius:30px; padding:.65rem 1.8rem; font-weight:600; }
.btn-dark-pill:hover{ background:#000; color:#fff; }

/* ---------- About / powered-by-AI dark panel ---------- */
.dark-panel{ background:var(--dark); color:#fff; border-radius:var(--radius); }
.stat-strip{ background:var(--dark); border-radius:var(--radius); color:#fff; }
.stat-strip .stat-item{ text-align:center; padding:22px 10px; }
.stat-strip .stat-item h3{ color:#fff; font-size:1.9rem; margin-bottom:2px; }
.stat-strip .stat-item span{ color:#a9b8dc; font-size:.85rem; }

/* ---------- Colored service tiles (Everything You Need) ---------- */
.tile{ border-radius:var(--radius); padding:24px; color:#fff; height:100%; min-height:130px; display:flex; flex-direction:column; justify-content:space-between; position:relative; overflow:hidden; }
.tile h5{ color:#fff; margin-bottom:4px; }
.tile p{ color:rgba(255,255,255,.85); font-size:.85rem; margin-bottom:0; }
.tile-dark{ background:linear-gradient(135deg,#0b1740,#152a6e); }
.tile-blue{ background:linear-gradient(135deg,#1470ff,#3d8bff); }
.tile-teal{ background:linear-gradient(135deg,#0fb8a8,#0d8f8b); }
.tile-purple{ background:linear-gradient(135deg,#8a3ffb,#5c1fd6); }
.tile-orange{ background:linear-gradient(135deg,#ff7a4d,#ff4d6d); }
.tile-green{ background:linear-gradient(135deg,#22b07d,#0d8f6b); }

/* ---------- Process timeline ---------- */
.process-dark{ background:var(--dark); color:#fff; }
.process-step{ text-align:center; }
.process-step .circle{ width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#1470ff,#0d3fa0);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 14px; color:#fff; }
.process-step h6{ color:#fff; }
.process-step p{ color:#a9b8dc; font-size:.82rem; }
.process-arrow{ color:#3a5bb0; font-size:1.4rem; }

/* ---------- Industries ---------- */
.industry-card{ text-align:center; }
.industry-card img{ width:100%; aspect-ratio:1/0.85; object-fit:cover; border-radius:var(--radius); margin-bottom:10px; }
.industry-card span{ font-weight:600; color:var(--heading); font-size:.92rem; }

/* ---------- Portfolio ---------- */
.portfolio-filters .btn{ border-radius:30px; font-size:.82rem; padding:.35rem 1rem; }
.project-card{ border-radius:var(--radius); overflow:hidden; background:#fff; border:1px solid #eef1f7; }
.project-card img{ width:100%; aspect-ratio:4/3; object-fit:cover; }
.project-card .p-body{ padding:14px 16px; }
.project-card .p-body small{ color:var(--primary); font-weight:600; }

/* ---------- Why choose us ---------- */
.icon-wrap{ width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.why-item{ border:1px solid #eef1f7; border-radius:12px; padding:16px 18px; display:flex; gap:12px; align-items:flex-start; }
.why-item .icon-wrap{ background:#eaf2ff;color:var(--primary); }

/* ---------- Testimonials ---------- */
.testimonial-dark{ background:var(--dark); color:#fff; }
.testi-card{ background:#0d1740; border-radius:var(--radius); padding:24px; height:100%; }
.testi-card p{ color:#c9d5f2; }
.testi-card .stars{ color:#ffb545; margin-bottom:10px; }
.testi-card .name{ color:#fff; font-weight:600; margin-bottom:0; }
.testi-card .role{ color:#8fa2cf; font-size:.8rem; }

/* ---------- CTA banner ---------- */
.cta-banner{ background:linear-gradient(120deg,#081235,#0d1c52); border-radius:var(--radius); color:#fff; padding:45px 40px; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--dark); color:#c9d5f2; }
.site-footer h6{ color:#fff; font-weight:700; margin-bottom:14px; }
.site-footer a{ color:#a9b8dc; display:block; padding:4px 0; font-size:.88rem; }
.site-footer a:hover{ color:#fff; }
.site-footer .form-control{ background:#0d1740; border:1px solid #1c2b5c; color:#fff; margin-bottom:10px; }
.site-footer .form-control::placeholder{ color:#7f8fbb; }
.social-icon{ width:36px;height:36px;border-radius:50%;background:#0d1740;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-right:8px; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.08); padding:16px 0; font-size:.82rem; color:#8fa2cf; }

/* ---------- Inner page header banners ---------- */
.page-banner{ background:var(--dark); color:#fff; padding:26px 0 55px; }
.page-banner .breadcrumb{ margin-bottom:6px; }
.page-banner .breadcrumb a{ color:#a9b8dc; }
.page-banner .breadcrumb .active{ color:#fff; }
.hero-illustration-card{ background:#fff; border-radius:var(--radius); padding:12px; box-shadow:0 25px 60px rgba(11,20,54,.12); }

/* ---------- Service detail sticky enquiry ---------- */
.enquire-box{ background:var(--primary); color:#fff; border-radius:var(--radius); padding:20px; }
.enquire-box .form-control{ margin-bottom:10px; }
.enquire-box .card-body-white{ background:#fff; border-radius:12px; padding:18px; color:#222; }
.btn-call{ background:#25b56a; color:#fff; width:100%; border-radius:8px; padding:.6rem; display:block; text-align:left; padding-left:14px; margin-bottom:8px; }
.btn-wa{ background:#fff; color:#25b56a; border:1.5px solid #25b56a; width:100%; border-radius:8px; padding:.6rem; display:block; text-align:left; padding-left:14px; }

.checklist{ list-style:none; padding:0; margin:0; }
.checklist li{ padding:6px 0 6px 28px; position:relative; }
.checklist li::before{ content:"\2713"; position:absolute; left:0; top:6px; width:20px;height:20px; background:var(--primary); color:#fff; border-radius:50%; font-size:.7rem; display:flex; align-items:center; justify-content:center; }

.category-badge{ background:#eaf2ff; color:var(--primary); border-radius:30px; padding:.35rem 1rem; font-size:.8rem; font-weight:600; display:inline-block; }

.sticky-side{ position:sticky; top:100px; }

.floating-cta{ position:fixed; right:20px; bottom:20px; z-index:999; display:flex; flex-direction:column; gap:10px; }
.floating-cta a{ width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;box-shadow:0 8px 20px rgba(0,0,0,.2); }
.floating-cta .fc-call{ background:#1470ff; }
.floating-cta .fc-wa{ background:#25d366; }

@media (max-width: 767px){
  .section-pad{ padding:45px 0; }
  .hero-section{ padding:40px 0; text-align:center; }
  .hero-stats{ justify-content:center; }
}
