
    /* =============================================
       RESET / BASE
    ============================================= */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
      background-color: #f4f4f2;
      color: #111;
    }

/* =======================================================
   HEADER / NAVBAR
======================================================= */
.grb-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.grb-navbar {
  background: transparent !important;
  padding: 22px 0;
}

.navbar>.container {
  align-items: flex-start;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: 58px;
  font-family: Hanken Grotesk, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

/* =======================================================
   HERO SECTION
======================================================= */
.hero-section {
  position: relative;
  height: 720px;
  overflow: hidden;
}

.hero-video {
  /* Retaining this class if needed for backup, but .hero-slide takes over */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  /* Default off-screen for fallback, but JS handles precise positioning */
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out;
}

.hero-slide.active {
  /* JS sets transform: translateX(0), but this class keeps z-index high */
  z-index: 2;
  transform: translateX(0);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-content-container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #ffffff;
}

.hero-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: "Hanken Grotesk", sans-serif;
}

.hero-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 30px;
  max-width: 100%;
}

/* green CTA button (reused) */
.green-btn {
display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #fa1d3c;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    text-decoration: none;
    font-family: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.green-btn .arrow {
  font-size: 18px;
  line-height: 1;
  margin-top: -2px;
}

.green-btn:hover {
  background-color: #3e742d;
  color: #ffffff;
}

/* slider dots */
.hero-dots {
  margin-top: 28px;
}

.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 8px;
  cursor: pointer !important;
}

.dot.active {
  background-color: #C6D279;
}

/* tilted pattern */
.pattern-tilted {
  position: absolute;
  bottom: -2px !important;
  transform: rotate(0deg) !important;
  left: -1%;
  width: 102%;
  /* transform: rotate(4deg); */
  z-index: 9;
  /* background-color: #ffffff; */
}


  /* The Container (Cream Box) */
  .grb-navbar .dropdown-menu {
    border: none;
    border-radius: 0;
    /* No rounded corners for exact design match */
    background-color: #f5172c;
    /* Cream/beige background */
    padding: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    /* Subtle shadow */
    /* Centering logic */
    display: block;
    /* Override default to manage visibility via opacity */
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    left: 63% !important;
    top: 100%;
    margin-top: 0;
    min-width: 220px;
    /* No spacing - flush with button */
    /* min-width: 200px; */
  }

  /* Show state */
  .grb-navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  
/* Dropdown Toggle Icon - Arrow Logic */
.grb-navbar .dropdown-toggle::after {
  display: inline-block;
  /* margin-left: 0.4em;
  vertical-align: 0em; */
  /* Aligns better with text caps */
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.grb-navbar .nav-link.show::after {
  transform: rotate(180deg);
}

/* "Our Brands" button styling */
.grb-navbar .dropdown-toggle {
  /* background-color: #2C3C85 !important; */
  /* Dark blue background */
  color: #ffffff !important;
  /* padding: 8px 24px !important; */
  border-radius: 0 !important;
}

/* Toggle link active state */
.grb-navbar .nav-link.show {
  color: #ffffff !important;
}

/* Dropdown Items */
.grb-navbar .dropdown-item {
  font-family: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  color: #ffffff !important;
  padding: 10px 30px;
  font-weight: 500;
  text-transform: none;
  background-color: transparent !important;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Add border below GRB and Townbus items */
.grb-navbar .dropdown-item:nth-child(1),
.grb-navbar .dropdown-item:nth-child(2) {
  border-bottom: 1px solid #C5B37A !important;
  width: 130px;
  margin: 0 auto;
}

.grb-navbar .dropdown-item:hover {
  background-color: transparent !important;
  color: #d6d6d6 !important;
}

/* Mobile Dropdown Styling */
@media (max-width: 991px) {
  .grb-navbar .dropdown-menu {
    border: none;
    background-color: #fb132d !important;
    /* Same cream background as desktop */
    margin-left: 0px;
    border-radius: 0;
    padding: 0;
    width: 100%;
  }
  
  .grb-navbar .nav-link.show
  {
	    color: rgb(0, 0, 0) !important;
  }

  .grb-navbar .dropdown-item {
    color: #FFFFFF !important;
    padding: 10px 0px;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Add border below GRB and Townbus items on mobile */
  .grb-navbar .dropdown-item:nth-child(1),
  .grb-navbar .dropdown-item:nth-child(2) {
    border-bottom: 1px solid #C5B37A !important;
  }

  .grb-navbar .dropdown-item:hover {
    background-color: transparent !important;
  }

  /* "Our Brands" button on mobile */
  /* body:not(.townbus-page) .grb-navbar .dropdown-toggle {
    background-color: #2C3C85 !important;
    color: #ffffff !important;
  } */
}
    /* =============================================
       MAIN CONTACT SECTION
    ============================================= */
    .contact-section {
      padding: 80px 0 100px;
    }

    /* --- LEFT: Info Card --- */
    .info-card {
     background: #111;
    color: #fff;
    padding: 20px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    }
    .info-card::before {
      content: "";
      position: absolute;
      bottom: -40px; right: -40px;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: #fa1d3c;
      opacity: 0.08;
    }

    .info-tag {
      font-size: 20px; font-weight: 600;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: #fa1d3c;
      margin-bottom: 24px;
      display: block;
    }
    .info-heading {
      font-size: 28px; font-weight: 700;
      line-height: 1.2;
      margin-bottom: 40px;
      color: #fff;
    }

    .info-item {
      display: flex;
      gap: 16px;
      margin-bottom: 28px;
      align-items: flex-start;
    }
    .info-icon {
      width: 42px; height: 42px;
      background: #fa1d3c;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .info-icon svg { width: 18px; height: 18px; fill: #fff; }

    .info-label {
      font-size: 10px; font-weight: 600;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: rgba(255,255,255,0.45);
      margin-bottom: 4px;
    }
    .info-value {
      font-size: 15px; font-weight: 400;
      color: #fff;
      line-height: 1.6;
      text-decoration: none;
    }
    a.info-value:hover { color: #fa1d3c; }

    /* Map embed */
    .map-wrap { 
    position: relative; 
    margin-bottom: 20px;
    }
    .map-wrap iframe {
      width: 100%;
      height: 200px;
      border: none;
      display: block;
      filter: grayscale(40%) contrast(1.1);
    }
    .map-label { 
    background: #fa1d3c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 11px 20px;
    }

    /* --- RIGHT: Enquiry Form --- */
    .form-card {
      background: #fff;
      padding: 48px 44px;
      height: 100%;
      box-shadow: 0 24px 80px rgba(0,0,0,0.08);
    }

    .form-tag {
      font-size: 11px; font-weight: 600;
      letter-spacing: 0.22em; text-transform: uppercase;
      color: #fa1d3c;
      margin-bottom: 12px;
      display: block;
    }
    .form-heading {
      font-size: 28px; font-weight: 700;
      color: #111;
      margin-bottom: 36px;
      line-height: 1.2;
    }

    .field-group { margin-bottom: 24px; }

    .field-label {
      display: block;
      font-size: 10px; font-weight: 600;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: #666;
      margin-bottom: 8px;
    }
    .field-input {
      width: 100%;
      border: none;
      border-bottom: 2px solid #ddd;
      padding: 10px 0;
      font-size: 15px;
      font-family: "Hanken Grotesk", sans-serif;
      color: #111;
      background: transparent;
      outline: none;
      transition: border-color 0.25s;
    }
    .field-input:focus { border-bottom-color: #111; }
    .field-input.error { border-bottom-color: #fa1d3c !important; }

    textarea.field-input { resize: none; height: 100px; }

    /* Error hint text */
    .error-hint {
      display: none;
      font-size: 11px; font-weight: 600;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: #fa1d3c;
      margin-top: 6px;
    }
    .field-input.error ~ .error-hint { display: block; }

    /* Shake animation */
    @keyframes shake {
      0%,100% { transform: translateX(0); }
      18%      { transform: translateX(-7px); }
      36%      { transform: translateX(7px); }
      54%      { transform: translateX(-5px); }
      72%      { transform: translateX(5px); }
      90%      { transform: translateX(-2px); }
    }
    .shake { animation: shake 0.45s ease; }

    /* CTA button (matches site) */
    .green-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background-color: #fa1d3c;
      padding: 14px 28px;
      font-size: 12px; font-weight: 600;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: #ffffff;
      border: none;
      text-decoration: none;
      font-family: "Hanken Grotesk", sans-serif;
      cursor: pointer;
      transition: background-color 0.25s;
    }
    .green-btn:hover { background-color: #c8102e; color: #fff; }
    .green-btn .arrow { font-size: 18px; line-height: 1; }

    /* Success toast */
    .toast-wrap {
      position: fixed;
      bottom: 40px; right: 40px;
      z-index: 9999;
      display: none;
    }
    .toast-box {
      background: #111;
      color: #fff;
      padding: 18px 28px;
      font-size: 14px; font-weight: 400;
      letter-spacing: 0.06em;
      border-left: 4px solid #fa1d3c;
      box-shadow: 0 12px 40px rgba(0,0,0,0.18);
      animation: slideUp 0.35s ease;
    }
    @keyframes slideUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* =============================================
       FOOTER  (copied from provided CSS)
    ============================================= */
    .grb-footer {
      background-color: #000;
      color: #fff;
      font-family: "Fira Sans", system-ui, sans-serif;
    }
    .footer-main { padding: 0; }
    .footer-logo { max-width: 290px; }
    .footer-heading {
      font-size: 14px; font-weight: 600;
      letter-spacing: 0.18em; text-transform: uppercase;
      color: #fff; margin-bottom: 18px;
      font-family: "Hanken Grotesk", sans-serif;
    }
    .footer-links { list-style: none; padding: 0; margin: 0; }
    .footer-links li + li { margin-top: 6px; }
    .footer-links a {
      font-size: 14px; text-decoration: none;
      color: #fff; font-weight: 100; text-transform: uppercase;
      font-family: "Hanken Grotesk", sans-serif;
    }
    .footer-links a:hover { text-decoration: underline; }
    .footer-follow-wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
    .footer-social a { margin-right: 12px; color: #fff !important; }
    .footer-social img { height: 30px; width: auto; }
    .footer-enquiry { min-width: 190px; }
    .footer-phone { display: flex; align-items: center; gap: 10px; }
    .footer-phone-icon { height: 22px; width: auto; }
    .footer-phone-number { font-size: 20px; font-weight: 700; color: #fff !important; font-family: "Hanken Grotesk", sans-serif; }
    .footer-phone-link { text-decoration: none !important; color: #fff !important; }
    .footer-divider { height: 1px; background: rgba(255,255,255,0.35); margin: 14px 0 0; }
    .footer-bottom-row { font-size: 14px; font-family: "Hanken Grotesk", sans-serif; padding: 20px; }
    .footer-copy { margin: 0; font-size: 14px; line-height: 1.7; font-weight: 100; }

    /* =============================================
       RESPONSIVE
    ============================================= */
    @media (max-width: 991px) {
      .contact-hero { height: 260px; }
      .info-card, .form-card { padding: 36px 28px; }
      .navbar-nav .nav-link { margin-left: 0; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
      .navbar-collapse { background: #111; padding: 16px 24px; }
    }
    @media (max-width: 576px) {
      .form-card { padding: 28px 20px; }
      .info-card { padding: 28px 20px; }
      .contact-hero { height: 220px; }
    }

    /* Divider between col gap */
    .col-contact-info { padding-right: 0; }
    .col-contact-form { padding-left: 0; }
    @media (max-width: 991px) {
      .col-contact-info, .col-contact-form { padding: 0 12px; }
    }

    /* footer padding fix */
    .footer-main .row { padding: 48px 0 20px; }
