 :root {
      --navy: #0a1628;
      --navy-mid: #122040;
      --orange: #e8521a;
      --orange-light: #f06d3a;
      --gold: #c9a227;
      --light: #f5f6f8;
      --muted: #6c7a8d;
      --white: #ffffff;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: 'Barlow', sans-serif;
      color: #222;
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5 {
      font-family: 'Barlow Condensed', sans-serif;
    }

    /* ─── NAVBAR ─── */
    .navbar {
      background: var(--navy) !important;
      padding: 0;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 20px rgba(0,0,0,.4);
    }
    .navbar-brand {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 0;
    }
    .brand-logo {
      /* width: 44px; height: 44px; */
      /* background: var(--orange); */
      /* border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800; font-size: 1.4rem; color: #fff; */
    }

    .brand-logo img{
      width: 70%;
    }

    .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
    .brand-text .main { font-family: 'Barlow Condensed', sans-serif; font-size: 1.25rem; font-weight: 800; color: #fff; letter-spacing: 1px; }
    .brand-text .sub { font-size: .65rem; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; }

    .navbar-nav .nav-link {
      color: rgba(255,255,255,.8) !important;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem; font-weight: 600;
      letter-spacing: .5px; text-transform: uppercase;
      padding: 24px 14px !important;
      transition: color .2s, border-bottom .2s;
      border-bottom: 3px solid transparent;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: var(--orange) !important;
      border-bottom-color: var(--orange);
    }
    .navbar-toggler { border-color: rgba(255,255,255,.3); }
    .navbar-toggler-icon { filter: invert(1); }

    /* ─── HERO ─── */
    #home {
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, #1a3a5c 100%);
      min-height: 92vh;
      display: flex; align-items: center;
      position: relative; overflow: hidden;
    }
    .hero-pattern {
      position: absolute; inset: 0;
      background-image:
        repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(232,82,26,.04) 40px, rgba(232,82,26,.04) 80px),
        repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(201,162,39,.03) 40px, rgba(201,162,39,.03) 80px);
    }
    .hero-truck-icon {
      position: absolute; right: -40px; bottom: 20px;
      font-size: 22rem; color: rgba(255,255,255,.03);
      line-height: 1;
    }
    .hero-badge {
      display: inline-block;
      background: rgba(232,82,26,.15);
      border: 1px solid rgba(232,82,26,.4);
      color: var(--orange-light);
      font-family: 'Barlow Condensed', sans-serif;
      font-size: .85rem; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; padding: 6px 16px; border-radius: 3px;
      margin-bottom: 20px;
    }
    .hero-title {
      font-size: clamp(2.4rem, 6vw, 4.5rem);
      font-weight: 800; color: #fff; line-height: 1.1;
      margin-bottom: 16px;
    }
    .hero-title span { color: var(--orange); }
    .hero-sub {
      font-size: 1.1rem; color: rgba(255,255,255,.7);
      max-width: 560px; line-height: 1.7; margin-bottom: 32px;
    }
    .btn-primary-hg {
      background: var(--orange); border: none; color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
      padding: 14px 30px; border-radius: 4px;
      transition: background .2s, transform .2s;
    }
    .btn-primary-hg:hover { background: var(--orange-light); color: #fff; transform: translateY(-2px); }
    .btn-outline-hg {
      border: 2px solid rgba(255,255,255,.3); color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
      padding: 12px 28px; border-radius: 4px; background: transparent;
      transition: border-color .2s, background .2s;
    }
    .btn-outline-hg:hover { border-color: var(--orange); background: rgba(232,82,26,.1); color: #fff; }

    .hero-stats { margin-top: 50px; display: flex; gap: 40px; flex-wrap: wrap; }
    .hero-stat { border-left: 3px solid var(--orange); padding-left: 16px; }
    .hero-stat .num { font-family: 'Barlow Condensed', sans-serif; font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1; }
    .hero-stat .label { font-size: .8rem; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: 1px; }

    /* ─── SECTION HEADERS ─── */
    .section-eyebrow {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: .8rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
      color: var(--orange); margin-bottom: 8px;
    }
    .section-title {
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px;
    }
    .section-title span { color: var(--orange); }
    .section-divider {
      width: 50px; height: 4px; background: var(--orange);
      margin-bottom: 20px; border-radius: 2px;
    }

    /* ─── ABOUT ─── */
    #about { padding: 80px 0; background: var(--white); }
    .about-card {
      background: var(--navy);
      border-radius: 10px; padding: 32px;
      height: 100%;
    }
    .about-card .icon { font-size: 2rem; color: var(--orange); margin-bottom: 12px; }
    .about-card h5 { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
    .about-card p { color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.6; margin: 0; }
    .about-img-placeholder {
      background: linear-gradient(135deg, var(--navy), var(--navy-mid));
      border-radius: 10px; height: 380px;
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      color: rgba(255,255,255,.15); font-size: 8rem;
      position: relative; overflow: hidden;
    }
    .about-img-placeholder::after {
      content: '23+ YEARS\nOF EXCELLENCE';
      position: absolute; bottom: 28px; left: 28px;
      font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 800;
      color: #fff; white-space: pre-line; line-height: 1.2;
      text-align: left;
    }
    .about-img-placeholder .orange-bar {
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 5px; background: var(--orange);
    }

    /* ─── SERVICES ─── */
    #services { padding: 80px 0; background: var(--light); }
    .service-card {
      background: #fff;
      border-radius: 10px; padding: 32px 28px;
      border-bottom: 4px solid transparent;
      transition: border-color .25s, box-shadow .25s, transform .25s;
      height: 100%; cursor: default;
    }
    .service-card:hover {
      border-bottom-color: var(--orange);
      box-shadow: 0 12px 40px rgba(0,0,0,.12);
      transform: translateY(-5px);
    }
    .service-icon {
      width: 60px; height: 60px; border-radius: 10px;
      background: rgba(232,82,26,.1);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.6rem; color: var(--orange); margin-bottom: 20px;
    }
    .service-card h5 {
      font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: 12px;
    }
    .service-card ul { padding-left: 18px; margin: 0; }
    .service-card ul li { font-size: .9rem; color: var(--muted); margin-bottom: 5px; }

    /* ─── INFRASTRUCTURE ─── */
    #infrastructure { padding: 80px 0; background: var(--navy); }
    #infrastructure .section-title { color: #fff; }
    #infrastructure .section-eyebrow { color: var(--gold); }
    .infra-card {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 10px; padding: 28px;
      transition: background .25s, border-color .25s;
    }
    .infra-card:hover {
      background: rgba(255,255,255,.1);
      border-color: var(--orange);
    }
    .infra-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--orange); color: #fff;
      font-family: 'Barlow Condensed', sans-serif; font-size: .85rem; font-weight: 700;
      letter-spacing: 1px; text-transform: uppercase; padding: 4px 14px; border-radius: 20px;
      margin-bottom: 16px;
    }
    .infra-card h5 { color: #fff; font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; }
    .infra-stat { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .infra-stat:last-child { border-bottom: none; }
    .infra-stat .key { color: rgba(255,255,255,.55); font-size: .9rem; }
    .infra-stat .val { color: #fff; font-size: .9rem; font-weight: 600; }
    .coverage-item {
      display: flex; align-items: center; gap: 12px;
      padding: 16px 20px;
      background: rgba(255,255,255,.06); border-radius: 8px;
      border-left: 3px solid var(--orange);
    }
    .coverage-item i { font-size: 1.3rem; color: var(--orange); }
    .coverage-item span { color: #fff; font-size: .95rem; }

    /* ─── GROUP COMPANIES ─── */
    #group { padding: 80px 0; background: var(--white); }
    .company-card {
      border: 2px solid #eee; border-radius: 10px;
      padding: 32px 28px; height: 100%;
      transition: border-color .25s, box-shadow .25s;
    }
    .company-card:hover { border-color: var(--orange); box-shadow: 0 8px 30px rgba(0,0,0,.08); }
    .company-num {
      font-family: 'Barlow Condensed', sans-serif; font-size: 3rem; font-weight: 800;
      color: rgba(232,82,26,.12); line-height: 1; margin-bottom: 6px;
    }
    .company-card h5 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
    .company-card p { font-size: .9rem; color: var(--muted); line-height: 1.6; margin: 0; }

    /* ─── WHY CHOOSE US ─── */
    #why { padding: 80px 0; background: var(--light); }
    .why-item {
      display: flex; gap: 16px; margin-bottom: 24px;
    }
    .why-icon {
      width: 48px; height: 48px; min-width: 48px;
      border-radius: 8px; background: var(--orange);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem; color: #fff;
    }
    .why-item h6 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
    .why-item p { font-size: .88rem; color: var(--muted); margin: 0; line-height: 1.5; }

    /* ─── CLIENTS ─── */
    #clients { padding: 80px 0; background: var(--white); }
    .client-category {
      font-family: 'Barlow Condensed', sans-serif; font-size: .8rem; font-weight: 700;
      letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
      margin-bottom: 14px;
    }
    .client-pill {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--light); border: 1px solid #ddd; border-radius: 6px;
      padding: 8px 16px; margin: 5px; font-size: .88rem; font-weight: 600; color: var(--navy);
      transition: background .2s, border-color .2s;
    }
    .client-pill:hover { background: rgba(232,82,26,.05); border-color: var(--orange); }
    .client-pill i { color: var(--orange); font-size: .8rem; }

    /* ─── ENQUIRY FORM ─── */
    #enquiry { padding: 80px 0; background: var(--navy); }
    #enquiry .section-title { color: #fff; }
    .form-wrapper {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 12px; padding: 40px;
    }
    .form-label { color: rgba(255,255,255,.75); font-size: .9rem; font-weight: 600; }
    .form-control, .form-select {
      background: rgba(255,255,255,.07) !important;
      border: 1px solid rgba(255,255,255,.15) !important;
      color: #fff !important; border-radius: 6px;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--orange) !important;
      box-shadow: 0 0 0 3px rgba(232,82,26,.2) !important;
    }
    .form-control::placeholder { color: rgba(255,255,255,.3) !important; }
    .form-select option { background: var(--navy); color: #fff; }
    .form-info {
      background: rgba(201,162,39,.1); border: 1px solid rgba(201,162,39,.3);
      border-radius: 8px; padding: 20px 24px;
    }
    .form-info h6 { color: var(--gold); font-weight: 700; margin-bottom: 12px; }
    .contact-line {
      display: flex; align-items: flex-start; gap: 12px;
      margin-bottom: 14px; color: rgba(255,255,255,.75); font-size: .9rem;
    }
    .contact-line i { color: var(--orange); margin-top: 2px; min-width: 16px; }

    /* ─── FOOTER ─── */
    footer {
      background: #060e1a; padding: 60px 0 0;
    }
    .footer-brand h4 { font-size: 1.5rem; font-weight: 800; color: #fff; }
    .footer-brand p { font-size: .88rem; color: rgba(255,255,255,.45); line-height: 1.7; }
    .footer-title {
      font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700;
      color: var(--orange); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px;
    }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 8px; }
    .footer-links a {
      color: rgba(255,255,255,.5); font-size: .88rem; text-decoration: none;
      transition: color .2s;
    }
    .footer-links a:hover { color: var(--orange); }
    .footer-bottom {
      margin-top: 40px; padding: 18px 0;
      border-top: 1px solid rgba(255,255,255,.08);
      display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
    }
    .footer-bottom p { color: rgba(255,255,255,.35); font-size: .82rem; margin: 0; }

    /* ─── ANIMATIONS ─── */
    .fade-up {
      opacity: 0; transform: translateY(30px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

    /* ─── SCROLL TOP ─── */
    #scrollTop {
      position: fixed; bottom: 28px; right: 28px;
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--orange); color: #fff; border: none;
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem; cursor: pointer; z-index: 999;
      opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s;
      box-shadow: 0 4px 16px rgba(232,82,26,.4);
    }
    #scrollTop.show { opacity: 1; pointer-events: all; }
    #scrollTop:hover { transform: translateY(-3px); }

    /* ─── MISC ─── */
    .text-orange { color: var(--orange) !important; }
    section { scroll-margin-top: 64px; }

    @media (max-width: 768px) {
      .hero-stats { gap: 22px; }
      .form-wrapper { padding: 24px 18px; }
    }