:root {
  --hero-bg: #0b231e;
  --grid: rgba(255, 255, 255, 0.055);
  --green: #28c76f;
  --blue: #4ba9ff;
  --cta: #1fb05d;
  --cta-dark: #159048;
  --cell: 120px;
  --brand: #138a57;
  --outline-green: #17b66a;
  --gap: 5px;
  --grid-border: #e5efe9;
  --grid-line: #eef4f1;
  --tile-border: #0b6b4d;
  --icon-bg: #ffffff;
  --radius: 16px;
  --lift: 0 18px 36px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.06);
  --brand-soft: #dff3ea;
  --dot: #19c27b;
  --line: rgba(25, 194, 123, 0.35);
  --fail: #e74c3c;
  --fail-dark: #c73a2f;
  --deep: #0c3e31;
  --deep-2: #0b2f25;
  --sand: #e8d8c5;
  --green-two: #52b788;
  --green-dark: #0e8f58;
  --border: #09b054;
}

/* Fonts */
@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  font-display: swap;
}

/* Global type */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "MilligramText-Regular", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CooperBTLight", sans-serif !important;
}
h2 {
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 53px !important;
}
.about-title {
  font-size: 35px !important;
}
p,
a,
div {
  font-size: 18px !important;
  font-family: "MilligramText-Regular", sans-serif !important;
}
p {
  font-weight: 400 !important;
}

section {
  overflow: unset !important;
}

/* Container width on large screens */
@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1295px !important;
  }
  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}


/* ===== HEADER / NAV ===== */

.header_area {
  transition: background-color 0.3s ease;
  background: transparent;
}
.header_area.sticky {
  background: #021940;
}
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

@media (min-width: 1200px) {
  header.fixed-top img.img_show {
    width: 240px !important;
  }
}

.nav_style {
  display: none;
}
.top_bavbar {
  justify-content: end !important;
}
.top_bavbar a:after {
  border: 1px solid #000 !important;
}
.top_bavbar a {
  color: #000 !important;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  font-size: 14px;
  text-align: left;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  color: #000 !important;
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu > li > a:hover::after {
  width: 100%;
}

.nav-dropdown li a,
.megamenu-list li a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
}
.nav-dropdown li a::before,
.megamenu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-dropdown li a:hover::before,
.megamenu-list li a:hover::before {
  width: 100%;
}

.nav-toggle:before {
  background-color: #000 !important;
  box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000 !important;
}

li ul.nav-submenu li a:hover {
  color: #fff !important;
}

#header.header-scrolled {
  border-bottom: 2px solid #05679d !important;
}
header#header.header-scrolled img.img_show {
  display: block !important;
  width: 240px !important;
}

.navigation {
  display: flex !important;
  justify-content: space-between;
}

.megamenu-panel .megamenu-list > li > a:hover,
.megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover {
  color: #fff !important;
}

@media (min-width: 992px) {
  header.fixed-top .nav-menu > li > a {
    padding: 40px 10px !important;
  }
  .nav-menus-wrapper .nav-menu li a {
    font-size: 16px !important;
  }
  .fixed-top.topnav_bg a {
    font-size: 16px !important;
  }
}

/* ===== HERO WRAPPER ===== */

.hero-wrapper {
  background-color: #ffffff;
  color: #000;
  overflow: hidden;
}

/* ===== HERO (BLUE LEFT, FORM RIGHT) ===== */

.hero-delivery {
  padding-top: unset;         
  padding-bottom: 4rem;
}

.hero-delivery .hero-row {
  min-height: 540px;
}

@media (min-width: 992px) {
  .hero-delivery .hero-row {
    min-height: calc(100vh - 350px);
  }
}

/* LEFT SIDE */

.hero-delivery .col-left {
  position: relative;
  background-color: #126ee9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}
.hero-delivery .col-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;

  /* attach to inner edge of left block (border with form) */
  right: 0;
  left: 0;

  /* how wide the patterned area should be INSIDE the blue block */
  width: 60%;               /* adjust 40–70% to taste */

  background-image: url("/assets/img/Pattern-delivery-planner.png");
  background-repeat: no-repeat;
  background-position: left center;  /* left = at the joint with form */
  background-size: cover;            /* or 'contain' if you prefer */

  z-index: 0;              /* behind title/video */
  pointer-events: none;
}
.hero-delivery .hero-left-inner {
    position: relative;
    z-index: 1;
    max-width: 540px;
    width: 100%;
    padding: 3rem 3rem 3rem 0rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* pattern starts from the text block, behind title + video */
/* .hero-delivery .hero-left-inner::before {
  content: "";
  position: absolute;
  top: 0;                 
  left: 0;
  right: 0;
  bottom: 0;

  background-image: url("/assets/img/Pattern-delivery-planner.png");
  background-repeat: no-repeat;
  background-position: left top;   
  background-size: contain;        

  z-index: -1;                     
  pointer-events: none;
} */
@media (max-width: 991.98px) {
  .hero-delivery .col-left::before {
    width: 80%;                /* a bit wider on mobile, for example */
    background-position: center top;
  }
}

.hero-delivery .hero-main-title {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 2.5rem;
  font-size: 25px;
  color: #ffffff;
  text-align: left;
}

/* RIGHT HALF (white background; you already control form width) */

.hero-delivery .col-right {
  background-color: #ffffff;
  align-items: center; /* uses .d-flex from markup */
}

.hero-delivery .hero-illustration-wrap {
  text-align: left;
}
.hero-delivery .hero-illustration {
  max-width: 430px;
  width: 100%;
}

/* RIGHT SIDE (FORM) */

.hero-delivery .hero-right {
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.hero-delivery .hero-right-inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
}

.hero-delivery .hero-form-title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}


/* Video should fill the Bootstrap ratio box */
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Card that holds the video */
.hero-delivery .video-card {
  min-height: 280px;
  position: relative;
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  background: #071527; /* fallback while video loads */
}

/* Overlay shown when autoplay-with-sound is blocked */
/* .video-fallback-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgba(4, 8, 7, 0.35), rgba(4, 8, 7, 0.55));
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 5;
} */

/* #videoFallback .small-desc {
  opacity: 0.9;
  font-size: 0.9rem;
} */

/* Form block */
.hero-delivery .bmobile-app-route-form form {
  width: 100%;
  margin: 0 !important;
  border-radius: unset !important;
  border: unset !important;
  box-shadow: unset !important;
  padding: 1.75rem 3.75rem 2rem !important;
}
.bmobile-app-route-form{
  max-width: 550px;
}
.bmobile-app-route-form form h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 5px;
  line-height: 25px !important;
  text-align: left !important;
}
.bmobile-app-route-form form label {
  font-size: 16px !important;
  margin-bottom: 10px !important;
}
.bmobile-app-route-form .banner-button {
  background-color: #126ee9 !important;
  padding: 10px;
  display: inline-block;
}

input[type="text"], input[type="email"], input[type="date"]{
  background-color: unset !important;
}

.hero-delivery .hero-submit-btn {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}



.validation {
  font-size: 14px !important;
}

/* Hero responsive */

@media (max-width: 991.98px) {
  .hero-delivery {
    padding-bottom: unset;
  }

  .hero-delivery .col-left {
    text-align: center;
  }

  .hero-delivery .hero-left-inner {
    padding: 2.5rem 1.75rem 2rem;
  }

  .hero-delivery .hero-main-title {
    font-size: 2rem;
    margin-bottom: 1.75rem;
  }


  .hero-delivery .video-card {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: 220px;
  }

  .hero-delivery .col-right {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-delivery .hero-illustration-wrap {
    text-align: center;
  }

  .hero-delivery .hero-right-inner {
    padding: 2.5rem 1.75rem 2rem;
  }
  .hero-delivery .hero-form-title {
    text-align: left;
    font-size: 1.7rem;
  }

  .g-recaptcha {
    max-width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  header{
    height: 110px;
  }
  .hero-delivery .hero-left-inner{
    padding-left: 3rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  header{
    height: 75px;
  }
  .hero-delivery .hero-left-inner{
    padding-left: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header{
    height: 80px;
  }
.hero-delivery .col-left{
  justify-content: center;
}
.hero-delivery .col-right{
  justify-content: center !important;
}
}

@media screen and (min-width: 577px) and (max-width: 767px) {
  header{
    height: 120px;
  }
  .hero-delivery .col-left{
  justify-content: center;
}
.hero-delivery .col-right{
  justify-content: center !important;
}
}

@media screen and (min-width: 300px) and (max-width: 576px) {
header#header.header_area.fixed-top.header-scrolled{
height: 100px !important;
}
}

/* ===== CLIENT LOGOS ===== */

.client-section {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.client-title {
  font-size: 25px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
}
.logo-track {
  display: flex;
  gap: 60px;
  will-change: transform;
  padding: 50px 0;
}

/* smaller logos + grayscale by default */
.logo-track img {
  width: 140px;          /* reduce size (adjust as you like) */
  height: 70px;
  flex-shrink: 0;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;          /* slightly faded when gray */
  transition: filter 0.3s ease, opacity 0.3s ease;
}

/* on hover: full color */
.logo-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ===== FOOTER ===== */

.footer-section {
  background: #000;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #333;
}
.footer-logo-img {
  height: 100px;
  max-width: 100%;
}
.footer-title {
  color: #7fff00;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}
.footer-address {
  font-style: normal;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-address a {
  color: #ffffff;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #0085cd;
}

.footer-social {
  margin-top: 10px;
}
.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.2s;
  display: inline-block;
}
.footer-social a i {
  font-size: 25px;
}
.footer-social a:hover {
  color: #0085cd;
}

.footer-bg-logo-img {
  width: 30% !important;
  max-width: 220vw;
  height: auto;
  margin: 0 auto;
  display: block;
}
.footer-copyright {
  color: #fff;
  font-size: 18px;
  margin: 18px 0 0 0;
  letter-spacing: 0.01em;
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .footer-logo-img {
    height: 40px;
  }
  .footer-bg-logo-img {
    width: 180px;
  }
  .footer-title {
    margin-top: 18px;
  }
  h2 {
    font-size: 35px !important;
  }
}

.bg-dark-gray {
  background: url(/assets/img/Black-Background.png);
  padding: 20px 0;
}

@media screen and (min-width: 1200px) {
  .container{
    /* width: 1295px !important; */
    max-width: 100% !important;
  }
  .hero-delivery .hero-left-inner{
    max-width: 610px !important;
    padding-left: 20px !important;
  }
  .hero-delivery .video-card{
    max-width: 100% !important;
  }
  .bmobile-app-route-form{
    max-width: 670px !important;
    padding-right: 30px !important;
  }
  /* .hero-delivery .col-left::before{
    left: 25% !important;
  } */
}