/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Milligram-Regular-trial", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
  /* zoom: 80%; */
}
@font-face {
  font-family: "Milligram-Regular-trial";
  src: url("/assets/fonts/Milligram-Regular-trial.ttf") format("ttf");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
  font-display: swap;
}
@font-face {
  font-family: "Milligram-Medium-trial";
  src: url("/assets/fonts/Milligram-Medium-trial.ttf") format("ttf");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */
  font-display: swap;
}

@media (min-width: 992px) and (max-width: 1366px) {
  body {
    zoom: 80%;
  }
}
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */


p,
a,
div {
  font-size: 18px !important;
  font-family: "Milligram-Medium-trial", sans-serif !important;
}
h1 {
  font-family: "CooperBTLight", sans-serif !important;
}
section {
  overflow: unset !important;
}
p {
  font-weight: 400 !important;
}

@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1140px !important;
  }
  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}
/* Default transparent background */
.header_area {
  transition: background-color 0.3s ease;
  background: transparent;
  
}

/* Sticky state after scroll */

.header_area.sticky {
  background: #021940; /* your background color */
}
header.fixed-top .nav-menu > li > a {
  color: #434343;
}
header.fixed-top .nav-menu > li > a > {
  color: #434343;
}
.top_bavbar a {
  color: #ffffff !important;
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

@media (min-width: 1199px) {
.nav-menu {
  min-height: 60px;       /* match your header height */
  display: flex;
  align-items: center;
}
}
@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 #ffffff !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; /* space for the underline */
  text-decoration: none;
  color: #434343 !important; /* keep text color */
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* underline thickness */
  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%;
}
/* Base styles for submenu / megamenu links */
.nav-dropdown li a,
.megamenu-list li a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
  z-index: 1; /* make sure text is above the pseudo-element */
  overflow: hidden; /* hide the overflow of the background animation */
}

li ul.nav-submenu li a:hover {
  color: #fff !important;
}
/* Background sweep effect */
.nav-dropdown li a::before,
.megamenu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* start invisible */
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  z-index: -1; /* behind the text */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover - expand background from left to right */
.nav-dropdown li a:hover::before,
.megamenu-list li a:hover::before {
  width: 100%;
}

/* Optional: smooth reverse on mouse out (already handled by transition) */
#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 {
  color: #fff !important;
}

.megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (max-width: 1200px) {
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  header#header.header-scrolled {
    height: 120px !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: 18px !important;
  }
  .fixed-top.topnav_bg a {
    font-size: 18px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
h1.hero-title{
  font-size: 50px !important;
  line-height: 65px !important;
}
header.fixed-top .nav-menu > li > a{
  font-size: 18px !important;
}
}

.nav-menu > li > a{
  color: #ffffff !important;
}
/* Menu end */



/* Header and hero*/

/* Hero Section Styling */
.hero-wrapper{
background-image: url(/assets/img/Tired-of-wasting-fuel-bg-1.avif);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
      .hero-section {
        position: relative;
        
        min-height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #002465;
        padding: 3rem 1.5rem;
      }

  

      .hero-content {
        position: relative;
        z-index: 2;
        max-width: 750px;
      }

      .hero-content img {
        max-width: 210px;
        height: auto;
        margin-bottom: 20px;
      }

      .hero-title {
        font-size: 1.9rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: #ffffff;
      }

      .hero-desc {
        /* font-size: 1.1rem; */
        color: #ffffff;
        line-height: 1.6;
        margin-bottom: 1.8rem;
      }

      .hero-btn {
        background-color: #006068 !important;
        color: #fff !important;
        border: none;
        padding: 12px 30px;
        border-radius: 5px;
        font-weight: 600;
        transition: all 0.3s ease;
      }

      .hero-btn:hover {
        background-color: #005d74 !important;
        color: #fff;
      }

      /* ✅ Mobile responsiveness */
      @media (max-width: 768px) {
        .hero-section {
          min-height: 60vh;
          padding: 2rem 1rem;
        }
        .hero-title {
          font-size: 1.4rem;
        }
        .hero-desc {
          font-size: 1rem;
        }
        .hero-content img {
          max-width: 160px;
          margin-bottom: 15px;
        }
      }

/* ==== Section Base ==== */
  .why-section {
    background-color: #D7F0FF; /* soft blue background */
  }

  .why-block,
  .why-second {
    border-radius: 12px;
  }
 
.why-img img{
  width: 180px;
}
  /* Text */
  .why-desc p {
    color: #111;
    font-size: 1.05rem;
    line-height: 1.6;
  }

  /* Check icons */
  .check-icon {
    display: inline-block;
    color: #007bff;
    font-weight: 700;
    font-size: 1.1rem;
  }

  /* List styling */
  .why-list li {
    margin-bottom: 0.6rem;
    color: #000;
    /* line-height: 1.6; */
    /* font-size: 1rem; */
  }
   .why-list li img{
    width: 20px;
    margin-bottom: 5px;
   }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .why-block {
      text-align: center;
    }
    .why-desc p {
      font-size: 1rem;
    }
  }


/* ===== Features Section Start ===== */
  .features-section {
    background-color: #ffffff;
  }

  .features-section h2 {
    /* color: #0c274d; */
  }

  .feature-card {
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }

  .feature-icon {
    display: inline-block;
    color: #1465cc;

  }

  .feature-card h5 {
    color: #000;
    font-size: 20px;
  }

  .feature-card p {
    color: #000000;
    /* font-size: 0.95rem; */
    /* line-height: 1.6; */
  }

  @media (max-width: 768px) {
    .feature-card h5 {
      font-size: 1rem;
    }
    .feature-card p {
      /* font-size: 0.9rem; */
    }
  }

  /* Features Section End */


  /* ===== Section Styles Start ===== */
  .inventory-benefits-section {
    background-color: #D7F0FF;
  }

  .inventory-benefits-section h2 {
    /* color: #0c274d; */
  }

  /* ===== Cards ===== */
  .inv-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d7e4f5;
    transition: all 0.3s ease;
  }

  .inv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  .inv-card h5 {
    color: #000;
    font-size: 1.05rem;
  }

  .inv-card p {
    /* color: #333; */
    /* font-size: 0.95rem; */
  }

  .inv-card .icon {
    color: #2e6cd6;
  }

  @media (max-width: 768px) {
    .inv-card h5 {
      font-size: 1rem;
    }
    .inv-card p {
      font-size: 0.9rem;
    }
  }

   /* ===== Section Styles End ===== */

 /* ===== Industries Section Start ===== */
  .industries-section {
    /* background: linear-gradient(135deg, #081a35 0%, #07244b 50%, #003b74 100%); */
    background:url(/assets/img/Industries-we-serve-bg.avif) center/cover no-repeat;
    color: #fff;
  }
.industries-section h2{
  font-size: 45px !important;
    line-height: 45px !important;
}
  .text-gradient {
    background: linear-gradient(90deg, #1179FC, #B880FC, #D381FC,  #7F7EFC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .icon-box {
    background-color: #262669;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
  }

  .industry-card:hover .icon-box {
    background-color: rgba(162, 91, 255, 0.35);
    transform: translateY(-4px);
  }

  .industry-card h6 {
    /* font-size: 0.95rem; */
    font-size: 18px;
    font-weight: 500;
  }

  @media (max-width: 768px) {
    .industries-section h2 {
      text-align: center;
    }
    .industries-section p {
      text-align: center;
      margin-top: 0.5rem;
    }
  }

  /* ===== Industries Section End ===== */


  /* ===== Why Choose Section Start ===== */
  .choose-bmobile-section {
    background-color: #ffffff; /* clean white */
  }

  .choose-bmobile-section h2 {
    /* color: #0c274d; */
  }

  .choose-list li {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0.8rem;
    line-height: 1.6;
  }

  .check-icon {
    display: inline-block;
    color: #0a66c2;
    font-weight: 700;
    font-size: 1.1rem;
    width: 24px;
  }
 .check-icon img{
    margin-bottom: 5px;
    width: 18px;
   }
  @media (max-width: 768px) {
    .choose-list li {
      font-size: 0.96rem;
    }
    .choose-bmobile-section img {
      max-width: 90%;
      margin-bottom: 1rem;
    }
  }

   /* ===== Why Choose Section End ===== */


/* FAQ Start */

.faq-section {
    background-color: #D8EDFF !important;
  }

  .faq-section .accordion-item {
    border: 1px solid #42BAFF !important;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.25s ease-in-out;
  }

  .faq-section .accordion-item + .accordion-item {
    margin-top: 1rem;
  }

  .faq-section .accordion-item .accordion-header{
  border-bottom: none !important;
  border-radius: 10px !important;
 
}

  .faq-section .accordion-button {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000000;
    border-radius: 10px !important;
    border: none !important;
    font-size: 20px !important;
    box-shadow: none;
    transition: all 0.25s ease-in-out;
  }
.faq-section .accordion-collapse{
border-radius: 10px !important;
}
  .faq-section .accordion-button:not(.collapsed) {
    background-color: #fff;
  border-radius: 10px;
  }

  /* hide Bootstrap's default arrow */
  .faq-section .accordion-button::after {
    display: none;
  }

  /* the body section */
  .faq-section .accordion-body {
    border-top: unset;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius:10px;
    color: #333;
    /* font-size: 0.96rem; */
  }

  /* + / - circle icons */
  .faq-section .toggle-icon {
    width: 20px;
    height: 20px;
    border: 1px solid #217AA7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    color: #217AA7;
    transition: all 0.25s ease;
    flex-shrink: 0;
  }
  /* Apply bright border color ONLY when opened */
.faq-section .accordion-item.opened {
  border-color: #42baff; /* bright blue */
}

  /* icon states  – closed = minus, open = plus */
  .faq-section .accordion-button.collapsed .toggle-icon::before {
    content: "+"; /* shows when closed */
  }

  .faq-section .accordion-button:not(.collapsed) .toggle-icon::before {
    content: "-"; /* shows when open */
  }


  @media (max-width: 768px) {
    .faq-section .accordion-button {
      /* font-size: 1rem; */
    }
  }

/* FAQ End */


 /* ===== CTA Section Start ===== */
  .cta-section {
    background: transparent;
  }

  .cta-block {
    /* max-width: 950px; */
    border-radius: 25px;
    background-image: url(/assets/img/Tired-of-wasting-fuel-bg.avif),
      linear-gradient(135deg, #00215a 0%, #003b94 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .cta-block h3 {
    max-width: 850px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .cta-block .btn {
    border: none;
    border-radius: 6px;
    color: #000;
    transition: all 0.2s ease;
  }

  .cta-block .btn:hover {
    background-color: #42baff;
    color: #fff;
  }

  @media (max-width: 768px) {
    .cta-block {
      padding: 2rem 1.2rem;
    }
    .cta-block h3 {
      font-size: 1.1rem;
    }
  }

   /* ===== CTA Section End ===== */


/* Footer section */

.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;
}
.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 {
  /* opacity: 0.08; */
  width: 60%;
  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 0px;
}

@media (max-width: 767.98px) {
  .footer-logo-img {
    height: 40px;
  }
  .footer-bg-logo-img {
    width: 180px;
  }
  .footer-title {
    margin-top: 18px;
  }
}
.bg-dark-gray {
  background: url(/assets/img/Black-Background.png);
  padding: 20px 0px;
}

/* Footer section */

/* Modal start */

/* A11y helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Modal */
.intro-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11000;
  padding: 10px 20px;
}
.intro-modal.show {
  display: flex;
}
.intro-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}
.intro-modal__dialog {
  position: relative;
  z-index: 1;
  background: #0c1622;
  color: #fff;
  width: 65%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  padding: 5px;
  background: -webkit-linear-gradient(0deg, #63df4e, #9fef7a, #06ffd3);
  top: 10%;
  margin: 0 auto;
}
.intro-modal__video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #000;
  border-radius: 10px;
  margin: 0 auto;
}
.intro-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  border: 0;
  background: rgba(68, 68, 68, 0.829);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.intro-modal__close:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Prevent background scroll while modal open */
body.modal-open {
  overflow: hidden;
}

@media (min-width: 300px) and (max-width: 991px) {
  .intro-modal__dialog {
    width: 100%;
    top: 35%;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .intro-modal__dialog {
    width: 70%;
  }
}

@media (min-width: 1367px) and (max-width: 1600px) {
  .intro-modal__dialog {
    width: 70%;
  }
}
/* Modal end */

@media (min-width: 1900px) and (max-width: 6000px) {
  .nav-menus-wrapper .nav-menu li a {
    font-size: 18px !important;
  }
}

/* Common style start */

h1 {
  font-size: 60px !important;
  font-weight: normal !important;
  line-height: 80px !important;
}
h2 {
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 59px !important;
}
p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}
/* a {
  font-size: ;
  font-weight: ;
  line-height: ; 
}*/
@media (min-width: 300px) and (max-width: 767px) {
  p, a, div, li{
  font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p, a, div, li{
  font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  p, a, div, li{
  font-size: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  p, a, div, li{
  font-size: 18px !important;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  p, a, div, li{
  font-size: 18px !important;
  }
}
@media (min-width: 1920px) and (max-width: 6000px) {
  p, a, div, li{
  font-size: 20px !important;
  }
}
/* Common style end */
