/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: 'Garet';
  src: url('/gbgelectric/assets_front/fonts/Garet-Book.woff2') format('woff2'),
       url('/gbgelectric/assets_front/fonts/Garet-Book.woff') format('woff'),
       url('/gbgelectric/assets_front/fonts/Garet-Book.ttf') format('truetype'),
       url('/gbgelectric/assets_front/fonts/Garet-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Garet';
  src: url('/gbgelectric/assets_front/fonts/Garet-Heavy.woff2') format('woff2'),
       url('/gbgelectric/assets_front/fonts/Garet-Heavy.woff') format('woff'),
       url('/gbgelectric/assets_front/fonts/Garet-Heavy.ttf') format('truetype'),
       url('/gbgelectric/assets_front/fonts/Garet-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 
@font-face {
  font-family: 'Glasgow';
  src: url('/assets_front/fonts/glasgow/glasgow.woff2') format('woff2'),
    url('/assets_front/fonts/glasgow/glasgow.woff') format('woff'),
    url('/assets_front/fonts/glasgow/glasgow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */



/* :root {
  --main-font: "Noto Sans", sans-serif;
  --montserrat-font: "Montserrat", sans-serif;
  --Glasgow-font: 'Glasgow', sans-serif;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: 'Glasgow', sans-serif; */
  font-family: 'Garet', sans-serif;
  color: #fff;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;

 
    
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* subtle shadow on scroll */
}



header.scrolledfix {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
     position: sticky; /* keeps it stuck at top */
    top: 0;           /* distance from top */
    z-index: 1000;    /* keeps it above other elements */
}

/* .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.logo-text {
  color: #111718;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

/* .logo img {
  height: 120px;
  margin-right: 10px;
} */

nav ul {
  list-style: none;
  display: flex;
  gap: 0;
  margin-bottom: 0;
}

nav ul li {
  border-bottom: 0;
  padding: 10px 15px;
}

nav ul li a {
  text-decoration: none;
  color: #111718;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;

}

nav ul li a:hover {
  text-decoration: none;
  color: #e67531;
  text-decoration: underline;

}

/* Submenu styles */
.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.submenu li {
  padding: 0;
}

.submenu li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.submenu li a:hover {
  background: #f4f4f4;
}

/* Show submenu on hover (desktop) */
.has-submenu:hover .submenu {
  display: block;
}


.cta-button {
  background-color: #e67531;
  color: #fff;
  padding: 21px 57px;
  /*   border-radius: 30px 0 30px; */
  border-radius: 5px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;

  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-button:hover {
  background-color: #e67531;
  color: #fff;
  border-radius: 5px;
}

.swiper {
  width: 100%;
  height:100%;
}

.swiper-slide img {
  width: 100%;
  height:  100%;

  display: block;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background: #80c53f;
}

.hero-text h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.sub-heading {
  color: #111718;
}

.hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
}

.features {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.feature {
  text-align: center;
  color: #111718;
}

.feature i {
  color: white;
  margin-bottom: 20px;
}

.fixed-invest-btn {
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 9999;
  transform: rotate(-90deg);
  transform-origin: right top;
  background: #e67531;
  /* Green gradient */
  color: white;
  padding: 12px 24px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  text-decoration: none;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
  border-radius: 8px 8px 0 0;
  transition: all 0.5s ease;
}

.fixed-invest-btn:hover {
  background: #2d7ac5;
  transform: rotate(-90deg) scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.intro {
  background-color: #fff;
}

.hero-title {
  color: #111718;
  font-family: 'Garet', sans-serif;
  /*font-family: 'Glasgow', sans-serif;*/

}

.icon {
  font-size: 2.5rem;
  color: #10b981;
}

.cta {
  background-color: #e67531;
  color: #fff;
}

.cta a.btn-outline-light:hover {
  color: #fff;
  background-color: #e67531;
}

.green-box {
  background-color: #e67531;
  color: white;
  padding: 20px;
  /* border-radius: 10px 0 0 10px; */
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.scrolling-wrapper {
  overflow: hidden;
  background-color: #f3fef6;
  padding: 15px 0;
  position: relative;
}

.scrolling-track {
  display: flex;
  width: fit-content;
  animation: scrollLeft 10s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.green-item {
    align-items: center;
    justify-content: center;
    /* margin: 0 40px; */
    text-align: center;
    min-width: 180px;
    flex-direction: column;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 20px;
}

.green-item img {
  max-height: 40px;
  margin-bottom: 5px;
}

/* comparison table css */

.hover-list li {
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    padding: 8px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
}
.hover-list li:last-child {border-bottom: 0;}
.hover-list li:hover {
  transform: scale(1.03);
  background-color: #e67531;
  color: #fff;
  cursor: pointer;
}


.gbgev-list li:hover {
  transform: scale(1.03);
  background-color: #e67531;
  color: #fff;
  cursor: pointer;
}


.platform-list li:hover {
  transform: scale(1.03);
  background-color: #2d7ac5;
  color: #fff;
  cursor: pointer;
}




.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

/* comparison table css ends */

.custom-card {
  background: linear-gradient(120deg, rgba(230, 117, 49, 0.12), rgba(45, 122, 197, 0.06));
  box-shadow: 5px 5px 5px #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  border: 1px solid #ccc !important;
}

.custom-card .icon img {
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #0c486d;
  /* switch border on hover */
}

.custom-card:hover .icon img {
  transform: scale(1.1);
}

/* FAQS */

.custom-accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
}

.custom-accordion .accordion-button {
  /* background: linear-gradient(135deg, #0c486d, #e67531); */
  color: #111718;
  font-weight: 600;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-body {
  background-color: #f8f9fa;
  padding: 20px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
}

.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60% 60%;
  padding: 15px;
}

.location-pin {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.location-pin .label {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #111718;
  padding: 2px 6px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

/* old map code */

/* .location-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.location-pin .label {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #111718;
  padding: 2px 6px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 10;
} */

/* old map code ends */

#delivery-counter {
  font-size: 25px;
  text-align: center;
}

.counter-btn {
  padding: 10px 35px;
}

.counter-btn h5 {
  margin-bottom: 0;
}

.process-box-panel {
  border: 1px solid #ccc;
  padding: 20px;
}

.mid-level-col {
  color: #e67531 !important;
  font-weight: 600;
}

.presence-across-panel p {
  color: #ddd;
  font-size: 18px;
}

.presence-across-panel h2{font-weight: 600;}

.how-it-work .border {
  border: 1px solid #e67531 !important;
  color: #e67531 !important;
}

.how-it-work .orange-works-col .process-box-panel {
  background: #2d7ac5;
}

.how-it-work .orange-works-col .process-box-panel h5 {
  color: #fff !important;
}

.how-it-work .orange-works-col .process-box-panel p {
  color: #fff !important;
}

.how-it-work .orange-works-col .process-box-panel .border {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.footer-link-panel li {
  line-height: 30px;
  font-size: 16px;
}

.footer-para-panel {
  font-size: 16px;
}

.partners-section {
  background: linear-gradient(120deg, rgba(230, 117, 49, 0.12), rgba(45, 122, 197, 0.06));
  padding: 50px 20px;
  font-family: "Noto Sans", sans-serif;
}

.partners-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.partners-text {
  flex: 1 1 50%;

  padding: 0 30px;
}

.partners-text h2 {
  color: rgb(33 37 41);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.partners-text p {
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.6;
}

.partners-logos {
  flex: 1 1 40%;
  margin-top: 20px;
}

.partner-category {
  margin-bottom: 5px;
}

.partner-category h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.partner-category img {
  max-height: 50px;
  margin: 5px 10px 10px 0;
  vertical-align: middle;
}

.sub-partner-pro img {
  max-height: 50px !important;
}

.partner-category p {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.partners-logos .nav-tabs .nav-link {
  color: #111718;
  /* border: none; */
}

.partners-logos .nav-tabs .nav-link.active {
  background: #e67531;
  color: #fff;
}

/* .partners-logos .nav-tabs {
  border-bottom: 1px solid #ccc;
} */

/* Base styling */
.site-header {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo img {
  max-height: 50px;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* CTA Button */
.cta-button {
  background: #e67531;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.cta-button:hover {
  background: #2d7ac5;
  color: #fff;
}


.counter-btn h5 {
  margin: 0;
  font-size: 14px;
}

/* Hamburger menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #333;
}

/* Responsive styles */
@media (max-width: 768px) {
  .nav-menu {
    width: 100%;
    display: none;
  }

  .nav-menu.active {
    display: block;
    margin-top: 10px;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 10px;
  }

  .menu-toggle {
    display: flex;
  }

  .cta-button {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

.partner-logo {
  max-height: 100px;
  object-fit: contain;

  transition: all 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.05);
}

/* Slide animation for tab content */
.tab-pane {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}

.tab-pane.active.show {
  opacity: 1;
  transform: translateX(0);
}

.partner-list-logo {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping */
  gap: 20px;
  /* Optional spacing between logos */
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-list-logo li {
  display: inline-block;
}

.partner-logo {
  width: auto;
  height: auto;
}

.partner-list-logo li img {
  max-height: initial;
  height: auto;
}

.process-container {
  padding: 60px 15px;
  text-align: center;
}

.step {
  background: white;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  min-width: 220px;
  flex: 1;
  margin: 10px;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.step .icon {
  font-size: 30px;
  background: #2d7ac5;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.step h5 {
  font-weight: 600;
  color: #111718;
  margin-bottom: 10px;
}

.step p {
  font-size: 16px;
  color: #555;
}

.title-main {
  font-size: 32px;
  font-weight: 700;
  color: #111718;
  margin-bottom: 40px;
}

.highlight {
  color: #e67531;
}

.horizontal-scroll {
  display: flex;
  overflow-x: auto;
  padding: 10px;
  scroll-snap-type: x mandatory;
}

.horizontal-scroll .step {
  scroll-snap-align: start;
}

.flow-arrow {
  font-size: 24px;
  color: #2d7ac5;
  margin: auto 10px;
}

.roi-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  transition: transform 0.3s ease;
  border: 1px solid #999;
}

.roi-card:hover {
  transform: translateY(-5px);
}

.progress {
  height: 20px;
}

.roi-button {
  background: #2d7ac5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #2d7ac5;
  text-align: center;
  text-decoration: none;
}

.roi-button:hover {
  background: #e67531;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #e67531;
  text-align: center;
  text-decoration: none;
  transition: all 0.3 ease-out;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: #28a745;
}



@media only screen and (max-width: 768px) {

  #delivery-counter {
    font-size: 16px;
    text-align: center;
  }

  .cta-button {
    margin-top: 0;
    width: auto;
    text-align: center;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 1000;
  }

  .logo img {
    width: auto;
  }

  nav {
    display: flex;
  }

  nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
  }

  nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
  }


  .cta-button {
    background-color: #4CAF50;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
  }

  /* Mobile Menu Toggle Button */
  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }

  .menu-toggle span {
    height: 3px;
    width: 25px;
    background: #333;
    margin: 0;
    transition: all 0.3s ease;
  }

  /* About Us Page css */






  /* our solution css start */

  .ev-step {
    transition: all 0.3s ease;
  }

  .ev-step:hover {
    transform: translateY(-5px);
    background-color: #f9fff9;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  }

  .dealership-step {
    transition: all 0.3s ease;
  }

  .dealership-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }


  /* our solution css ends  */


  /* Responsive Styles */
  @media (max-width: 768px) {
    .footer-panel {
      padding-bottom: 20px;
    }

    nav {
      position: absolute;
      top: 70px;
      right: 0;
      background: #fff;
      width: 100%;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s ease;
    }

    nav.open {
      max-height: 500px;
      /* Adjust according to menu items */
    }

    nav ul {
      flex-direction: column;
      gap: 15px;
      padding: 20px;
      width: 100%;
    }

    .menu-toggle {
      display: flex;
    }

    .cta-button {
      position: absolute;
      top: 15px;
      right: 60px;
    }

    .swiper {
      width: 100%;
      height: auto;
    }

    .intro {
      padding-bottom: 0 !important;
    }



    .how-it-work {
      padding-bottom: 0 !important;
    }

    .powering-profit {
      padding-bottom: 0 !important;
      padding-top: 0 !important;
    }


    .how-it-work .mt-5 {
      margin-top: 0 !important;
    }


    .presence-across-panel {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }


    .partners-section {
      background: radial-gradient(circle, #d9eafe 0%, #fafaff 100%);
      padding: 0;
      font-family: "Noto Sans", sans-serif;
    }

    .partners-section .partners-logos .nav-tabs {
      display: block;
      width: 100%;
    }


    .partners-section .partners-logos .nav-tabs li .nav-link {
      display: block;
      width: 100%;
    }

    .comparison-panel {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .process-container {
      padding: 20px 15px;
      text-align: center;
    }

    .process-container .title-main {
      margin-bottom: 0;
    }

    .roi-plans-panel {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    .roi-plans-panel .mb-5 {
      margin-bottom: 10px !important;
    }

    .our-investor {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .bsb-faq-2 .mid-faq2sec {
      margin-top: 0 !important;
    }

    .ready-to-wealth .btn {
      margin-bottom: 20px;
    }



  }

  /* Optional animation for menu toggle icon (hamburger to cross) */
  .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

}



.ready-to-wealth .btn-light {
  background: #e67531;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
}


.ready-to-wealth .btn-light:hover {
  background: #fff;
  border: 0;
  color: #e67531;
}


.ready-to-wealth .btn-outline-light {
  background: #fff;
  border: 0;
  color: #e67531;
  font-size: 18px;
  padding: 10px 25px;
}


.ready-to-wealth .btn-outline-light:hover {
  background: #e67531;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
}


.affordable-riders .btn-primary {
  background: #e67531;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
}


.affordable-riders .btn-outline-primary {
  background: #111718;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
}


.dealer-section {
  padding: 40px 100px;
  background: #fff;
}

.dealer-section h3 {
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.dealer-section p {
  text-align: center;
  width: 80%;
  margin: auto;
}

.dealer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Exactly 3 columns */
  gap: 20px;
}

.dealer-card {
  border-radius: 8px;
  overflow: hidden;

  background: #fff;
  transition: transform 0.3s ease;
}

.dealer-card:hover {
  transform: translateY(-5px);
}

.dealer-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.dealer-info {
  padding: 15px;
  text-align: center;
}

.dealer-time {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
}

.dealer-city {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.footer-links-panel {
  margin-left: -35px;
}

.footer-links-panel li {
  list-style: none;
  line-height: 30px;
}

.footer-links-panel li a {
  color: #fff;
  text-decoration: none;
}

.footer-links-panel li i {
  margin-right: 5px;
  color: #e67531;
}

.footer-align-row {
  align-items: flex-start;
}

.footer-panel {
  padding-top: 50px;
}




.map-wrap {
    max-width: 900px;
    margin: 24px auto;
    position: relative;
  /*   border: 1px solid #2d7ac5; */
    background: #2d7ac5;
    border-radius: 10px;
}

.zoom-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.zoom-controls button {
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
}

.zoom-controls button:hover {
    background: #f0f0f0;
}

svg .pin circle {
    fill: #e67531;
    stroke: #fff;
    stroke-width: 2;
}

svg .pin text {
    font: 500 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    fill: #111;
    paint-order: stroke;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linejoin: round;
}


.orange-brd-panel{
     border-left: 2px solid #e67531;
}

.comparison-panel h4{color: #2d7ac5;}

.orange-brd-right-panel{
  border-right: 2px solid #2d7ac5;
}


.partners-section{
  text-align: center;
  margin-bottom: 30px;
}
.our_partners{width: 90%;margin: auto;}

.our_partners h2{color: #000;text-align: center;font-weight: 600;background: #fff;padding: 30px;}

.comparison-panel .row-panel .col-md-5:first-child h4{color: #000;}











.green-mobility-section {
    background: linear-gradient(135deg, #e8e9e8, #f8f9fa);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.green-mobility-section .green-tag {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #e67531;
  background: #ffffff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
}

.green-mobility-section .title {
  font-weight: 700;
  font-size: 36px;
  margin-top: 20px;
  color: #1c1c1c;
}

.green-mobility-section .description {
  font-size: 18px;
  color: #555;
  margin-top: 15px;
  line-height: 1.7;
}

.green-mobility-section .benefits {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

.green-mobility-section .benefits li {
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.green-mobility-section .benefits i {
  color: #28a745;
  margin-right: 10px;
  font-size: 18px;
}

.green-mobility-section .btn-green {
  background: #2d7ac5;
  color: #fff;
  padding: 14px 32px;
  border-radius: 35px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.green-mobility-section .btn-green:hover {
  background: #e67531;
  transform: translateY(-3px);
  box-shadow: 0px 6px 20px rgba(0,0,0,0.15);
}

/* Image Styling */
.green-mobility-section .image-wrapper {
  position: relative;
  display: inline-block;
}

.green-mobility-section .green-img {
  border-radius: 18px;
  box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
  max-width: 100%;
  transition: transform 0.4s ease-in-out;
}

.green-mobility-section .green-img:hover {
  transform: scale(1.05);
}

/* Stats Section */
.green-mobility-section .stats {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.green-mobility-section .stat-box {
  background: #fff;
  padding: 20px 25px;
  border-radius: 16px;
  text-align: center;
  flex: 1 1 30%;
  min-width: 150px;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease-in-out;
}

.green-mobility-section .stat-box:hover {
  transform: translateY(-6px);
}

.green-mobility-section .stat-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2d7ac5;
  margin-bottom: 8px;
}

.green-mobility-section .stat-box p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}






















.evAppCntr {
  background: #f6f1f8;
  padding: 80px 0;
}
.evAppContent h6.sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #e67531;
  margin-bottom: 10px;
}
.evAppContent h3 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.evAppContent p {
  color: #555;
  margin-bottom: 25px;
}
.evAppSteps {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.evAppSteps li {
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
}
.evAppSteps li span {
  background: #e67531;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
.evAppScreen {
  max-width: 90%;
  border-radius: 20px;

}  .appBtns a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  margin-right: 15px;
  font-weight: 600;
  text-decoration: none;
}
.btn-playstore {
  background: #2d7ac5;
  color: #fff;
}
.btn-playstore:hover {
  background: #e67531;
  color: #fff;
}
.btn-appstore {
  background: #333;
  color: #fff;
}

.btn-appstore:hover {
  background: #e67531;
  color: #fff;
}
















	.ev-section {
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}

.ev-heading h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.ev-heading .highlight {
  color: #2d7ac5;
}

.ev-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.ev-box {
  flex: 1 1 250px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ev-image img {
  max-width: 100%;
  height: auto;
}

.ev-text h2 {
  font-size: 1.2rem;
  margin-top: 15px;
}

.ev-text a {
  text-decoration: none;
  color: #000;
}

.ev-text a:hover {
  color: #2d7ac5;
}

.ev-progress {
  margin-top: 60px;
  position: relative;
}

.ev-progress .line {
    height: 4px;
    width: 65%;
    margin: 0 auto;
    background-image: linear-gradient(to right, #2d7ac5 58%, transparent 35%);
    background-size: 16px 108px;
    position: relative;
    bottom: -15px;
}

.ev-progress .dots {
  display: flex;
  justify-content: space-evenly;
  margin-top: -20px;
}

.ev-progress .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e67531;
  outline: 4px dashed #e67531;
  box-shadow: inset 0 0 0 5px #fff;
}

.ev-progress .circle.active,
.ev-progress .circle:hover {
  background-color: #e67531;
}

.ev-gaadi {
    position: absolute;
    left: 70px;
    top: -80px;
    z-index: 9;
}

.ev-progress {
  margin-top: 60px;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

ev-gaadi {
  position: absolute;
  top: -40px;
  left: 0;
  /* remove transition here (we animate via JS) */
}

#gaadi {
  width: 120px;
  height: auto;
  pointer-events: none;
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #a5a5a5;
  outline: 4px dashed #2d7ac5;
  box-shadow: inset 0 0 0 5px #fff;
  z-index: 1;
  cursor: pointer;
  transition: background 0.3s;
}

.circle:hover {
  background-color: #2d7ac5;
}




.abc-prime-33 {
    position: relative;
    top: 70px;
    font-weight: 600;
    font-size: 25px;
}



.road-map-ev-line{
  margin-bottom: 30px;
}


.road-map-content-box{
  margin-top: 40px;
}




#india-map .pin circle {
  fill: #e67531;
  stroke: white;
  stroke-width: 1;
  animation: blink 3s infinite ease-in-out;
}

#india-map .pin:nth-child(1) circle { animation-delay: 0s; }
#india-map .pin:nth-child(2) circle { animation-delay: 0.5s; }
#india-map .pin:nth-child(3) circle { animation-delay: 1s; }
#india-map .pin:nth-child(4) circle { animation-delay: 1.5s; }
#india-map .pin:nth-child(5) circle { animation-delay: 2s; }
#india-map .pin:nth-child(6) circle { animation-delay: 2.5s; }

@keyframes blink {
  0%, 100% { opacity: 1; r: 7; }
  50%      { opacity: 0.2; r: 11; }
}









/* Section Background */
/* Section Background */
.impact-section {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* Section Heading */
.impact-section h2 {
  font-size: 2.8rem;
  font-weight: 800;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  position: relative;
}

.impact-section h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #38bdf8;
  margin: 15px auto 0;
  border-radius: 2px;
}

/* Stats Items (Glassmorphism) */
.impact-item {
  background: #2d7ac5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.impact-item:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 40px rgba(56, 189, 248, 0.3);
}

.impact-item h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.impact-item p {
  font-size: 1rem;
  color: #fff;
}

.impact-item i {
  color: #fff;
  margin-right: 8px;
}

/* Center Circle */
.impact-center {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #06b6d4, #0284c7);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.6), inset 0 0 20px rgba(255,255,255,0.1);
  position: relative;
  animation: pulse 4s infinite;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 30px rgba(56, 189, 248, 0.6), inset 0 0 20px rgba(255,255,255,0.1); }
  50% { box-shadow: 0 0 50px rgba(56, 189, 248, 0.9), inset 0 0 30px rgba(255,255,255,0.15); }
}

/* Circle Icons */
.impact-icon {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255,255,255,0.3);
  color: #38bdf8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.3);
  transition: transform 0.3s ease, background 0.3s ease;
  animation: floatIcon 4s ease-in-out infinite;
}

.impact-icon:hover {
  background: #fff;
  color: #2d7ac5;
  transform: scale(1.15);
}


@keyframes floatIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Responsive */
@media (max-width: 768px) {
  .impact-center {
    width: 160px;
    height: 160px;
    font-size: 1.6rem;
  }
  .impact-item h3 {
    font-size: 1.6rem;
  }
}




  
  .impact-item p {
    margin: 0;
    font-size: 1rem;
  }
  .impact-center {
    width: 140px;
    height: 140px;
    background: #e67531;
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  }
  .impact-icon {
    position: absolute;
    background: #2d7ac5;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 1.2rem;
  }
  .impact-icon.top { top: -40px; left: 30%; transform: translateX(-50%); }
  .impact-icon.right { right: -40px; top: 30%; transform: translateY(-50%); }
  .impact-icon.bottom { bottom: -40px; left: 30%; transform: translateX(-50%); }
  .impact-icon.left { left: -40px; top: 30%; transform: translateY(-50%); }


.team-banner-sec{
  padding: 10px 0;
}
.team-banner-sec p{
  margin-bottom: 0;
}











/* Modal Background */
.ev-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
}

/* Modal Box */
.ev-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  animation: fadeInUp 0.4s ease;
}

.ev-modal-content h3 {
  margin-bottom: 10px;
  color: #0ea5e9;
}

.ev-modal-content p {
  color: #334155;
  font-size: 1rem;
}

/* Close Button */
.ev-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #64748b;
  transition: 0.3s;
}

.ev-close:hover {
  color: #0ea5e9;
}

/* Animation */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}








.ev-section h2{font-size: 35px;font-weight: 600;}
.road-map-ev-line{margin-top:100px;}
.year-content { display: none; }

/* show only the active one */
.year-content.active {
    display: block;
    width: 50%;
    margin: auto;
    padding: 40px;
    border: 3px solid #e67531;
}
.year-content p{color: #000;}
/* optional: highlight active circle */
.dots .circle { cursor: pointer; transition: transform .2s; }
.dots .circle:hover { transform: scale(1.06); }
.dots .circle.active {
  outline: 3px solid #0ea5e9;
  outline-offset: 3px;
  border-radius: 999px;
}


.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    margin-top: 8ch;
}




/* ================================
   WHY GBG EV DIFFERENT SECTION
=================================*/
.why-gbg-pro {
    background: linear-gradient(135deg, #ffffff 0%, #e8f2ff 100%);
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    margin: 40px;
}

/* Decorative eco circles */
.why-gbg-pro::before,
.why-gbg-pro::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(40, 167, 69, 0.08);
  z-index: 0;
}
.why-gbg-pro::before {
  width: 220px;
  height: 220px;
  top: -80px;
  left: -80px;
}
.why-gbg-pro::after {
  width: 180px;
  height: 180px;
  bottom: -60px;
  right: -60px;
}

/* Heading & Paragraph */
.why-gbg-pro h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  position: relative;
  z-index: 1;
}
.why-gbg-pro h2 span {
  color: #e67531; /* EV green */
}
.why-gbg-pro p {
  font-size: 1rem;
  color: #666;
  position: relative;
  z-index: 1;
}

/* Table Styling */
.why-gbg-pro .table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.why-gbg-pro .table thead {
  background: linear-gradient(90deg, #28a745, #4cc76f);
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.why-gbg-pro .table thead th {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    border: none !important;
    letter-spacing: 0.5px;
    background: #e67531;
    color: #fff;
}
.why-gbg-pro .table tbody td {
  padding: 14px;
  vertical-align: middle;
  font-size: 1rem;
  color: #333;
  border: none;
}

/* Alternate Row Background */
.why-gbg-pro .table tbody tr:nth-child(even) {
  background: #f7fdf9;
}

/* Hover Effect */
.why-gbg-pro .table-hover tbody tr:hover {
  background-color: #eafbea;
  transition: background 0.3s ease;
}

/* First column bold */
.why-gbg-pro .table tbody td:first-child {
  font-weight: 500;
  color: #222;
}

/* Check / Cross Icons */
.why-gbg-pro .fa-check-circle {
  color: #2d7ac5;
  font-size: 1.4rem;
}
.why-gbg-pro .fa-times-circle {
  color: #dc3545;
  font-size: 1.4rem;
}

/* Rounded corners + shadow for the table */
.why-gbg-pro .table {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* Responsive: table -> cards */
@media (max-width: 768px) {
  .why-gbg-pro h2 {
    font-size: 1.6rem;
  }
  .why-gbg-pro p {
    font-size: 0.95rem;
  }
  .why-gbg-pro .table thead {
    display: none; /* hide header */
  }
  .why-gbg-pro .table, 
  .why-gbg-pro .table tbody, 
  .why-gbg-pro .table tr, 
  .why-gbg-pro .table td {
    display: block;
    width: 100%;
  }
  .why-gbg-pro .table tr {
    margin-bottom: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 12px;
  }
  .why-gbg-pro .table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none !important;
  }
  .why-gbg-pro .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    font-weight: 600;
    color: #555;
    text-align: left;
  }
}




.mid-ttle{
  color:#2d7ac5;
}

.col-panel-prime .card{
height: 25.5em;
display: flex;
align-items: center;
    justify-content: center;
}

.col-panel-prime h3{
text-align: center;
}
.col-panel-prime .card h3{text-align: center;}
.col-panel-prime .card h5{text-align: center;}


/* ===========================
   FAQ SECTION (Investor Page)
=========================== */
.investor-page-faq {
  background: linear-gradient(135deg, #ffffff 0%, #e8f2ff 100%);
  border-radius: 18px;
  padding: 70px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

/* Decorative circles */
.investor-page-faq::before,
.investor-page-faq::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(40, 167, 69, 0.08);
  z-index: 0;
}
.investor-page-faq::before {
  width: 240px;
  height: 240px;
  top: -100px;
  left: -80px;
}
.investor-page-faq::after {
  width: 180px;
  height: 180px;
  bottom: -70px;
  right: -50px;
}

/* Heading */
.investor-page-faq h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1f2937;
  position: relative;
  z-index: 1;
}
.investor-page-faq .mid-level-col {
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  color: #e67531 !important;
  position: relative;
  z-index: 1;
}

/* Accordion Items */
.investor-page-faq .accordion-item {
  border: none;
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.investor-page-faq .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Accordion Header Buttons */
.investor-page-faq .accordion-button {
  padding: 18px 20px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1f2937;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
}

.investor-page-faq .accordion-button.collapsed::after {
  transform: rotate(-90deg);
}

/* Active/Expanded State */
.investor-page-faq .accordion-button:not(.collapsed) {

  background: rgba(40, 167, 69, 0.05);
  border-left: 4px solid #e67531;
}

/* Accordion Body */
.investor-page-faq .accordion-body {
  padding: 16px 22px 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  animation: fadeIn 0.3s ease;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .investor-page-faq {
    padding: 50px 20px;
  }
  .investor-page-faq h2 {
    font-size: 1.7rem;
  }
  .investor-page-faq .accordion-button {
    font-size: 1rem;
    padding: 15px;
  }
  .investor-page-faq .accordion-body {
    font-size: 0.9rem;
  }
}







/* Fleet Management Section */
.fleet-management {
  background: linear-gradient(135deg, #fff 0%, #fff5f0 100%);
}

/* Section Title */
.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  position: relative;
  padding-bottom: 12px;
}
.section-title span {
  color: #e67531;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 3px;
  background: #e67531;
}

/* Image styling */
.fleet-img {
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(230, 117, 49, 0.3);
  transition: all 0.4s ease;
}
.fleet-img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(230, 117, 49, 0.4);
}

/* List styling */
.fleet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fleet-list li {
  font-size: 1.15rem;
  color: #444;
  font-weight: 500;
  margin-bottom: 18px;
  padding-left: 40px;
  position: relative;
  transition: color 0.3s ease;
}

.fleet-list li:hover {
  color: #e67531;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
  .fleet-list li {
    font-size: 1rem;
  }
}


.fleet-list i {
  color: #e67531;  /* Orange icons */
  margin-right: 10px;
  font-size: 1.2rem;
}


.fleet-management .section-title {
    font-weight: 700;
    color: black;
    margin: auto;
    display: block;
}



  .accordion-button:not(.collapsed) {
    color: #e67531;
    background-color: #fff5f0;
    box-shadow: none;
  }
  .accordion-button:focus {
    border-color: #e67531;
    box-shadow: 0 0 0 0.25rem rgba(230, 117, 49, 0.25);
  }
  .accordion-item {
    border-radius: 8px;
    overflow: hidden;
  }




  .booking-process .step-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #e67531;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.process-steps .col-md-3::after {
  content: "";
  position: absolute;
  top: 30px; /* aligns with circle center */
  left: 50%;
  width: 100%;
  height: 4px;
  background: #e67531;
  z-index: 1;
}

.process-steps .col-md-3:last-child::after {
  display: none; /* hide after last step */
}

@media(max-width: 767px) {
  .process-steps .col-md-3::after {
    display: none; /* remove line on small screens */
  }
  .booking-process .step-circle {
    margin-bottom: 15px;
  }
}


.fleet-gallery {
  background: #f8f9fa;
}

.fleet-gallery h2 {
  font-size: 2.2rem;
  position: relative;
}

.fleet-gallery h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #e67531;
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

.fleet-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.fleet-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.fleet-card:hover img {
  transform: scale(1.08);
}

.fleet-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(230, 117, 49, 0.85);
  color: #fff;
  padding: 12px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fleet-card:hover .fleet-overlay {
  opacity: 1;
}

.fleet-overlay h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.plan-comparision h2{text-align: center;display: block;}


.team-section .social-icons a{
  color: #e67531;
}

.team-section  .team-member {border: 1px solid #ccc;padding: 10px;}


@media (min-width: 768px) {
    .team-section .col-md-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}




@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}



.social-icons{
  margin-top: 10px;
}

.team-section .title-panel{
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 35px;
}


.social-media-icons a{
  border: 0;
  color: #e67531;
  font-size: 20px;
}

.social-media-icons a:hover{
  border: 0;
  color: #fff;
  font-size: 20px;
  background: transparent;
}

.social-media-icons span{font-size: 18px;text-transform: uppercase;}