/* common styling */
.banner-section,
.basic-info-section,
.platform-section,
.about-section,
.testimonial-section,
.delivery-solutions,
.cta-section {
    background-color: #fff4eb;
}
.application_white_space{
    white-space: nowrap;
}

/* header */
.navbar-bottom-wrapper .menu li a.active {
    color: #0D9F60 !important;
}

/* banner section */
@media screen and (max-width: 767px) {
    .banner-title {
        font-size: 24px;
    }
}

.banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-car {
    position: relative; /* keeps it inside the flow */
    max-width: 500px;   /* adjust this based on uploaded design */
    flex-shrink: 0;     /* prevents car from shrinking too much */
}

.banner-car img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .banner-car {
        max-width: 100%;
    }
}
@media screen and (min-width: 992px) {
    .banner-car img {
        position: relative;
        bottom: -110px;
    }
}

.cmn--btn {
    background: #F37820 !important;
    border: 1px solid #F37820 !important;
    color: var(--white-clr) !important;
}

.cmn-white-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #F37820;
    background: #FFF;
    padding: 12px 20px;
    line-height: 25px;
    border-radius: 10px;
    border: 1px solid #F37820;
    transition: all ease 0.3s;
}

.cmn-white-btn:hover {
    color: #F37820;
    opacity: 0.8;
}


 /* delivery-solutions section */
.section-title {
  color: #16a34a;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  line-height: 1.6;
}

.category-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem 2rem; /* ⬅️ Reduced vertical padding */
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    margin-bottom: 0; /* ⬅️ No extra margin since we use g-3 */
}

.category-title {
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.vehicle-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #EDEDED;
  /* padding: 0.75rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* shorter to suit horizontal images */
}

.vehicle-card img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures no distortion */
}

.vehicle-name {
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .vehicle-card {
    height: 90px;
    padding: 0.5rem;
  }
}

@media (max-width: 576px) {
  .category-card {
    padding: 1.25rem;
  }
  .vehicle-card {
    height: 80px;
    padding: 0.4rem;
  }
  .vehicle-name {
    font-size: 0.85rem;
  }
  .application_white_space{
    white-space: normal;
  }
}
@media (max-width: 360px) {
      .mobile-mockups img {
        max-width: 80px !important;
    }
}


/* cta section */
.mobile-mockups {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: flex-end; /* align all phones to bottom */
    gap: 20px; /* space between phones */
    margin-top: 30px; /* space from the text content */
}

.mobile-mockups img {
    max-width: 180px; /* control phone width */
    height: auto;
    transition: transform 0.3s ease;
}

/* landing first banner */
.banner-content .txt {

    max-width: 500px;
}
@media (min-width: 768px) {
    .banner-content .title {
        font-size: 25px;
        line-height: 36px;
    }
}
.banner-content{
     max-width: initial;
    width: auto;
}
.banner-content .title {

    max-width: 80% !important;
}
.banner-car {
    max-width: 454px;
    position: absolute;
    flex-shrink: 0;
    right: 20px
}

@media screen and (max-width:767px) {
    .banner-car {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .app--btns {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .banner-car {
        max-width: 290px;
        bottom: 132px;
    }
}

@media screen and (min-width:992px) and (max-width: 1190px) {
    .banner-car {
        max-width: 314px;
        bottom: 214px;
    }
}

@media (max-width: 767px) {
    .cta-inner {
        flex-direction: column; /* stack columns on mobile */
        text-align: center;
    }
    .mobile-mockups {
        justify-content: center;
        margin-top: 30px;
    }
    .mobile-mockups img {
        max-width: 100px; /* smaller phones on mobile */
    }
}
.cta--wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    background: transparent;
}


.cta--wrapper::before {
  
    background: transparent !important;
}


@media (max-width: 991px) {
    .banner-content .txt {
        margin-bottom: 45px !important;
    }
}
.banner-content .txt {
    font-size: 13px !important;
    line-height: 18px !important;
 }
 .app--btns .cmn--btn {
    font-size: 13px !important;
}
.cmn-white-btn {
font-size: 13px !important;
}

@media screen and (min-width:320px) and (max-width:575px){
    .banner-content .txt {
        margin-bottom: 0px !important;
    }
     .banner-car {
        display: contents !important;
    }
.cmn-white-btn {
    padding: 9px 24px;
}
}
@media screen and (min-width:576px) and (max-width:767px){
    .banner-content .txt {
        margin-bottom: 0px !important;
    }
     .banner-car {
        display: contents !important;
    }
.cmn-white-btn {
    padding: 12px 24px;
}
}