
    *, *::before, *::after { box-sizing: border-box; }

    :root {
      --brand: #0647aa;
      --brand-light: #2e7df1;
      --brand-deep: #032f73;
      --brand-glow: rgba(6, 71, 170, 0.28);
      --warm: #f6a31a;
      --warm-deep: #d47c00;
      --ink: #081223;
      --ink-soft: #1d2b42;
      --muted: #64748b;
      --line: rgba(8, 18, 35, 0.1);
      --light: #f4f8ff;
      --white: #ffffff;
      --success: #19a974;
      --radius: 8px;
      --shadow: 0 18px 50px rgba(8, 18, 35, 0.16);
      --font-display: "Plus Jakarta Sans", sans-serif;
      --font-body: "DM Sans", sans-serif;
    }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: var(--font-body);
      color: var(--ink);
      background: var(--white);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }

    img {max-width: 100%;}
    a { color: inherit; }

    .container-xl { max-width: 1200px; }
    .section-pad { padding: 88px 0; }

    @media (max-width: 767px) {
      .section-pad { padding: 64px 0; }
    }

    .topbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: rgba(255, 255, 255, 0.93);
      border-bottom: 1px solid rgba(6, 71, 170, 0.1);
      backdrop-filter: blur(16px);
      box-shadow: 0 8px 24px rgba(8, 18, 35, 0.08);
    }

    .topbar .navbar { min-height: 72px; }
    .topbar-logo { width: 178px; height: auto; display: block; }

    .nav-link {
      color: var(--ink-soft);
      font-weight: 700;
      font-size: 0.93rem;
    }

    .nav-link:hover { color: var(--brand); }

    .btn-main {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.55rem;
      min-height: 48px;
      padding: 0.8rem 1.25rem;
      border-radius: var(--radius);
      border: 0;
      background: linear-gradient(135deg, var(--brand), var(--brand-deep));
      color: var(--white);
      font-family: var(--font-display);
      font-size: 0.95rem;
      font-weight: 800;
      text-decoration: none;
      box-shadow: 0 14px 28px var(--brand-glow);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .btn-main:hover {
      color: var(--white);
      transform: translateY(-2px);
      box-shadow: 0 18px 32px rgba(6, 71, 170, 0.34);
    }

    .btn-warm {
      background: linear-gradient(135deg, var(--warm), var(--warm-deep));
      color: #1b1200;
      box-shadow: 0 14px 28px rgba(246, 163, 26, 0.28);
    }

    .btn-warm:hover { color: #1b1200; }

    .btn-outline-light-custom {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      min-height: 48px;
      padding: 0.8rem 1.25rem;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 255, 255, 0.34);
      color: var(--white);
      font-family: var(--font-display);
      font-weight: 800;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.08);
    }

    .btn-outline-light-custom:hover {
      color: var(--white);
      background: rgba(255, 255, 255, 0.16);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.45rem 0.75rem;
      border-radius: 999px;
      background: rgba(6, 71, 170, 0.1);
      color: var(--brand);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .eyebrow.light {
      background: rgba(255, 255, 255, 0.12);
      color: #dbeafe;
      border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--warm);
      box-shadow: 0 0 0 5px rgba(246, 163, 26, 0.16);
      flex: 0 0 auto;
    }

    .section-title {
      font-family: var(--font-display);
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1.1;
      font-size: clamp(2rem, 4vw, 2rem);
      margin: 1rem 0 1rem;
      color: #fff;
    }

    .section-copy {
      color: var(--muted);
      font-size: 1.05rem;
      line-height: 1.3;
    }

    .section-copy.light { color: rgba(255, 255, 255, 0.78); }

    .section-divider {
      width: 78px;
      height: 5px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--brand), var(--warm));
      margin-bottom: 1rem;
    }

    .slider-section {
      /* position: relative;
      min-height: 100svh;
      display: flex;
      align-items: center;
      padding: 120px 0 78px;
      overflow: hidden;
      /* color: var(--white); */
      /* background-image:
        linear-gradient(110deg, rgba(3, 18, 43, 0.94) 0%, rgba(3, 28, 72, 0.82) 45%, rgba(6, 71, 170, 0.38) 100%),
        url("assets/hero-truck.png"); */
      /* background-size: cover; */
      /* background-position: center; */ */
    }

    .slider-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
      background-size: 58px 58px;
      pointer-events: none;
    }

    .hero-content { position: relative; z-index: 2; }

    .hero-title {
      max-width: 720px;
      font-family: var(--font-display);
      font-weight: 800;
      letter-spacing: -0.045em;
      line-height: 0.98;
      font-size: clamp(2.8rem, 7vw, 5.8rem);
      margin: 1.25rem 0 1.25rem;
    }

    .hero-title span { color: #9cc3ff; }

    .hero-sub {
      max-width: 610px;
      font-size: 1.18rem;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.78);
      margin-bottom: 2rem;
    }

    .hero-panel {
      position: relative;
      z-index: 2;
      max-width: 430px;
      margin-left: auto;
      padding: 1.15rem;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(4, 22, 52, 0.68);
      backdrop-filter: blur(18px);
      box-shadow: var(--shadow);
    }

    .hero-panel-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.75rem;
    }

    .hero-stat {
      padding: 1rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .hero-stat strong {
      display: block;
      font-family: var(--font-display);
      font-size: 1.65rem;
      color: var(--white);
      line-height: 1;
    }

    .hero-stat span {
      display: block;
      margin-top: 0.4rem;
      color: rgba(255, 255, 255, 0.68);
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      font-weight: 800;
    }

    .coupon-strip {
      position: relative;
      z-index: 5;
      margin-top: -42px;
    }

    .coupon-card {
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: var(--shadow);
      border: 1px solid rgba(6, 71, 170, 0.12);
      overflow: hidden;
    }

    .coupon-amount {
      padding: 1.2rem 1.4rem;
      background: linear-gradient(135deg, var(--brand), var(--brand-deep));
      color: var(--white);
      font-family: var(--font-display);
      font-size: clamp(2rem, 4vw, 3.1rem);
      font-weight: 800;
      line-height: 0.95;
      letter-spacing: -0.04em;
    }

    .coupon-amount sup {
      font-size: 0.42em;
      top: -0.6em;
      margin-right: 0.08em;
    }

    .coupon-amount sup:last-child {
      top: -0.55em;
      margin-left: 0.18em;
      letter-spacing: 0;
    }

    .coupon-body { padding: 1.2rem 1.4rem; }
    .coupon-body h2 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 800; margin-bottom: 0.25rem; }
    .coupon-body p { color: var(--muted); margin: 0; }

    .usp-section {
      background: var(--light);
      padding: 72px 0 84px;
    }

    .usp-grid {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      gap: 0.85rem;
    }

    .usp-item {
      min-height: 150px;
      padding: 1.1rem 0.8rem;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid rgba(6, 71, 170, 0.1);
      box-shadow: 0 10px 24px rgba(8, 18, 35, 0.06);
      text-align: center;
    }

    .usp-icon {
      width: 42px;
      height: 42px;
      margin: 0 auto 0.75rem;
      display: grid;
      place-items: center;
      border-radius: var(--radius);
      background: rgba(6, 71, 170, 0.1);
      color: var(--brand);
    }

    .usp-item h3 {
      font-family: var(--font-display);
      font-size: 0.9rem;
      font-weight: 800;
      line-height: 1.25;
      margin: 0;
    }

    @media (max-width: 1199px) {
      .usp-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    }

    @media (max-width: 767px) {
      .usp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    .intro-content-section.opening-content {
      background: var(--white);
    }

    .opening-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.85rem;
      margin-top: 1.5rem;
    }

    .opening-list div {
      display: flex;
      gap: 0.75rem;
      align-items: flex-start;
      color: var(--ink-soft);
      font-weight: 700;
    }

    .check-dot {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      background: rgba(25, 169, 116, 0.12);
      color: var(--success);
      font-size: 0.8rem;
      font-weight: 800;
    }

    .opening-card {
      padding: 1.5rem;
      border-radius: var(--radius);
      background: linear-gradient(180deg, #ffffff, #eef5ff);
      border: 1px solid rgba(6, 71, 170, 0.13);
      box-shadow: var(--shadow);
    }

    .opening-card h3 {
      font-family: var(--font-display);
      font-size: 1.25rem;
      font-weight: 800;
      margin-bottom: 1rem;
    }

    .service-mini {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      padding: 0.9rem 0;
      border-top: 1px solid var(--line);
    }

    .service-mini:first-of-type { border-top: 0; }
    .service-mini span { color: var(--muted); }

    .intro-content-section.main-content {
      position: relative;
      overflow: hidden;
      color: var(--white);
      background-image: linear-gradient(100deg, rgba(3, 18, 43, 0.92) 0%, rgba(3, 35, 86, 0.82) 47%, rgb(6 71 170 / 57%) 100%), url(/wp-content/uploads/2026/05/tech-fixing-drain.jpg);
      background-size: cover;
      background-position: center;
    }

    .content-callout {
      padding: 1.4rem;
      border-radius: var(--radius);
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.16);
      backdrop-filter: blur(14px);
    }

    .service-card {
      height: 100%;
      padding: 1.45rem;
      border-radius: var(--radius);
      background: var(--white);
      border: 1px solid rgba(6, 71, 170, 0.1);
      box-shadow: 0 12px 30px rgba(8, 18, 35, 0.08);
    }

    .service-card h3 {
      font-family: var(--font-display);
      font-size: 1.1rem;
      font-weight: 800;
      margin-bottom: 0.55rem;
    }

    .service-card p {
      color: var(--muted);
      line-height: 1.6;
      margin: 0;
    }

    .intro-content-section.main-content-cta {
      color: var(--white);
      background: radial-gradient(circle at 85% 20%, rgba(246, 163, 26, 0.22), transparent 28%), linear-gradient(135deg, #041733, #041d42);
    }

    .cta-band {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 1.5rem;
      align-items: center;
    }

    @media (max-width: 767px) {
      .cta-band {
        grid-template-columns: 1fr;
        text-align: center;
      }
    }

    .testimonials {
      position: relative;
      color: var(--white);
      /* background-image:
        linear-gradient(180deg, rgba(3, 18, 43, 0.9), rgba(3, 18, 43, 0.92)),
        url("assets/testimonials-bg.png"); */
      background-size: cover;
      background-position: center;
    }

    .testimonial-card {
      height: 100%;
      padding: 1.5rem;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 255, 255, 0.14);
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(14px);
    }

    .stars { color: #ffca3a; letter-spacing: 0.04em; margin-bottom: 0.8rem; }
    .testimonial-card p { color: rgba(255, 255, 255, 0.78); line-height: 1.7; font-style: italic; }
    .testimonial-card strong { display: block; margin-top: 1rem; }
    .testimonial-card span { color: rgba(255, 255, 255, 0.55); font-size: 0.9rem; }

    .affiliations {
      background: var(--brand);
      padding: 42px 0;
    }

    .affiliations-wrap {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 1.5rem;
      align-items: center;
    }

    .affiliations h2 {
      color: var(--white);
      font-family: var(--font-display);
      font-size: clamp(1.4rem, 2vw, 1.8rem);
      font-weight: 800;
      margin: 0;
      white-space: nowrap;
    }

    .brand-logo-row {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1rem;
    }

    .brand-logo-box {
      min-height: 92px;
      display: grid;
      place-items: center;
      padding: 1rem;
      border-radius: var(--radius);
      background: var(--white);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }

    .brand-logo-box img {
      max-height: 60px;
      width: auto;
      object-fit: contain;
    }

    @media (max-width: 991px) {
      .affiliations-wrap { grid-template-columns: 1fr; text-align: center; }
      .affiliations h2 { white-space: normal; }
    }

    @media (max-width: 575px) {
      .brand-logo-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    .service-area {
      position: relative;
      color: var(--white);
      background-image:
        linear-gradient(100deg, rgba(3, 18, 43, 0.94), rgba(3, 35, 86, 0.82)),
        url("assets/service-area-bg.png");
      background-size: cover;
      background-position: center;
    }

    .area-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
      margin-top: 1.5rem;
    }

    .area-pills span {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0.45rem 0.75rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: rgba(255, 255, 255, 0.84);
      font-weight: 700;
      font-size: 0.9rem;
    }

    .intro-content-section.callofaction3 {
      background: linear-gradient(180deg, #ffffff, #edf5ff);
    }

    .action-card {
      padding: 1.6rem;
      border-radius: var(--radius);
      border: 1px solid rgba(6, 71, 170, 0.12);
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .action-number {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--brand);
      color: var(--white);
      font-family: var(--font-display);
      font-weight: 800;
      margin-bottom: 1rem;
    }

    .map-section {
      background: #071426;
      color: var(--white);
    }

    #serviceMap {
      min-height: 470px;
      width: 100%;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 255, 255, 0.14);
      overflow: hidden;
      box-shadow: var(--shadow);
      filter: saturate(0.9) contrast(1.02);
    }
    .map-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f4f8ff52;
  border-radius: 15px;
  background-color: #f4f8ff61;
}
    .map-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f8ff6e;
}
    .map-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #fec230;
}
    .map-list {
      /* columns: 2; */
      column-gap: 1.25rem;
      padding-left: 0;
      margin: 1.2rem 0 0;
      list-style: none;
      height: 13em;
      overflow-y: scroll;
      background-color: #f0f8ff17;
      border-radius: 20px;
      padding: 1em;
    }

    .map-list li {
      break-inside: avoid;
      display: flex;
      gap: 0.55rem;
      align-items: flex-start;
      margin-bottom: 0.62rem;
      color: rgba(255, 255, 255, 0.74);
      font-weight: 600;
    }

    .pin-dot {
      width: 9px;
      height: 9px;
      margin-top: 0.45rem;
      border-radius: 50%;
      background: var(--warm);
      flex: 0 0 auto;
      box-shadow: 0 0 0 5px rgba(246, 163, 26, 0.14);
    }

    @media (max-width: 575px) {
      .map-list {/* columns: 1; */}
      #serviceMap { min-height: 390px; }
    }

    .footer {
      padding: 52px 0 28px;
      background: #030b16;
      color: rgba(255, 255, 255, 0.74);
    }

    .footer-logo { width: 180px; padding: 0.45rem; border-radius: var(--radius); background: var(--white); }
    .footer h3 { color: var(--white); font-family: var(--font-display); font-size: 1rem; font-weight: 800; margin-bottom: 1rem; }
    .footer a { color: rgba(255, 255, 255, 0.74); text-decoration: none; }
    .footer a:hover { color: var(--white); }

    .floating-call {
      position: fixed;
      right: 18px;
      bottom: 18px;
      z-index: 999;
      display: none;
      align-items: center;
      gap: 0.6rem;
      min-height: 52px;
      padding: 0.85rem 1rem;
      border-radius: 999px;
      background: var(--warm);
      color: #1c1200;
      font-family: var(--font-display);
      font-weight: 800;
      text-decoration: none;
      box-shadow: 0 18px 32px rgba(246, 163, 26, 0.34);
    }

    .floating-call:hover { color: #1c1200; }

    @media (max-width: 767px) {
      .floating-call { display: inline-flex; }
    }

    /* .modal-content {
      border: 0;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
    } */

    .modal-header {
      background: var(--brand);
      color: var(--white);
      border: 0;
    }

    .form-control,
    .form-select {
      min-height: 48px;
      border-radius: var(--radius);
      border-color: rgba(6, 71, 170, 0.16);
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--brand);
      box-shadow: 0 0 0 0.2rem rgba(6, 71, 170, 0.12);
    }

    .fade-up {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }

    .fade-up.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 991px) {
      .slider-section { min-height: auto; padding-top: 112px; }
      .hero-panel { margin: 2rem 0 0; }
      .hero-panel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    }

    @media (max-width: 767px) {
      .topbar-logo { width: 146px; }
      .hero-panel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .opening-list { grid-template-columns: 1fr; }
      .hero-title { letter-spacing: -0.03em; }
      .coupon-strip { margin-top: 0; padding-top: 1rem; }
    }
