 .top-banner {
      background-color: #1e1e1e;
      color: white;
      font-size: 18px;
      padding: 10px 0;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
    }
    .top-banner .scroll-text {
      display: inline-block;
      padding-left: 100%;
      animation: scroll-left 50s linear infinite;
    }
    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-100%); }
    }
    .navbar {
      padding: 1rem 1rem;
    }
    .app-buttons img {
      max-height: 38px;
      margin-left: 10px;
    }
    @media (max-width: 768px) {
      .navbar-nav {
        margin-top: 10px;
      }
      .app-buttons {
        margin-top: 10px;
      }
    }
    .store-btn {
  transition: all 0.2s ease;
}
.store-btn:hover {
  background-color: #f8f9fa;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.hero-section {
  background-color: #f5f5f5;
  padding: 61px 0;
}

.hero-left {
  background: white;
  padding: 31px;
  border-radius: 16px;
}

.hero-image {
    margin-bottom: -60px;
    width: 100%;
    height: 400px;
    border-radius: 16px;
}

.features-box {
  background: white;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.features-box i {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.lower-box {
  background: white;
  padding: 25px 30px;
  border-radius: 16px;
}

.btn-dark-pill {
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
}
.features-overview {
  background-color: #fff;
}

.feature-box {
  max-width: 300px;
  margin: 0 auto;
}

.phone-image {
  max-width: 280px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border-radius: 20px;
}
.vehicle-image {
  width: 100%;
  max-width: 509px;
  height: auto;
}

.btn-dark-pill {
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
}
.our-services .service-card {
  position: relative;
  border-radius: 12px;
  height: 369px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: end;
  transition: transform 0.3s ease;
}

.our-services .service-card:hover {
  transform: scale(1.02);
}

.our-services .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  color: #fff;
  width: 100%;
  padding: 52px 0 22px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


.btn-dark-pill {
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
}
.our-services h3 {
    padding-bottom: 20px;
}
.city-logistics .city-card {
  background: #fff;
  padding: 20px 15px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 14%);
  transition: transform 0.3s ease;
}

.city-logistics .city-card:hover {
  transform: translateY(-5px);
}
.vehicle-carousel .card {
  min-height: 100%;
}
.carousel-wrapper {
  position: relative;
}

.carousel-wrapper .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.carousel-wrapper .owl-nav .owl-prev, .owl-nav button.owl-next {
  background-color: transparent !important;
  border: 1px solid #222 !important;
  color: #222;
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.carousel-wrapper .owl-nav button.owl-prev {
  left: -55px;  
}

.carousel-wrapper .owl-nav button.owl-next {
  right: -57px;  
}

.carousel-wrapper .owl-nav button:hover {
  color: #1b1a1a !important;
  border-color: #000;
}

.trust-form-section {
  background: linear-gradient(to right, #f5f5f5 50%, #E0E0E0 50%);
  margin: 80px 0;
}


.form-box input.form-control {
  border-radius: 8px;
}

.input-group-text {
  background-color: #f8f9fa;
  border-right: 0;
}

.input-group .form-control {
  border-left: 0;
}

.btn-dark {
  font-weight: 500;
  padding: 10px 20px;
}
.cta-form {
    max-width: 500px;
}
.join-delivery-section {
  background-color: transparent;
}

.join-card {
  background-color: #222;
  color: white;
  border: none;
  padding: 14px 68px 0;
}
.delivery-man {
    max-width: 150px;
}
.faq-section .accordion-button {
  border-radius: 9px !important;
  padding: 1rem;
  font-weight: 500;
  font-size: 19px;
  border-top: 1px solid #f1f1f1;
  /* border-left: 1px solid #e7e2e2; */
  /* border-right: 1px solid #e7e2e2; */
}

.faq-section .accordion-item {
  background-color: #fff;
  border: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
  border-bottom-left-radius: 0px;
  /* border-top: 1px solid #e7e2e2; */
  /* border-left: 1px solid #e7e2e2; */
  /* border-right: 1px solid #e7e2e2; */
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}
.faq-width {
    max-width: 900px;
}
.app-promo-section {
  background-color: #fff;
}

.app-promo-section .bg-dark {
  background-color: #222 !important;
}

.app-promo-section img {
  border-radius: 0.5rem;
}
.store-btn {
  min-width: 200px;
  transition: all 0.2s ease-in-out;
}

.store-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.delivery-app-image {
    max-width: 240px;
}
.app-promo {
    padding: 50px 60px;
}
.app-container {
    max-width: 1100px;
}
.delivery-container {
  max-width: 1100px;  
}

/* Become Courier CSS */
.delivery-marketing-section {
  background-color: #f9f9f9;
}

.btn-dark-pill {
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
}
.delivery-carousel-section {
  background-color: #fff;
}

.delivery-slider .item img {
  max-height: 300px;
  object-fit: contain;
}
.delivery-container {
  max-width: 1100px;
  /* box-shadow: 0 .5rem 1rem rgb(0 0 0 / 12%); */
  border-radius: 15px;
}

.benefit-box {
  background-color: #F5F5F5;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.benefit-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.how-we-deliver .card {
  background: #fff;
  /*border: none;*/
  height: 266px !important;
  transition: 0.3s ease;
}


.how-we-deliver .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 10px;
}

.how-we-deliver .owl-nav button {
  pointer-events: auto;
  background: #fff;
  border: 1px solid #999 !important;
  color: #111;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.2s ease;
}

.how-we-deliver .owl-nav button.owl-prev {
  position: absolute;
  left: -50px;
}

.how-we-deliver .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
}

.how-we-deliver .owl-nav button:hover {
  background: #ffffff00 !important;
  color: #0e0d0d !important;
  border-color: #111;
}
.courier-app-section {
  background-color: #fafafa;
}

.courier-app-section img {
  max-height: 477px;
  object-fit: cover;
}
.city-box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: 0.2s ease;
  cursor: default;
}

.city-box.active {
  background-color: #000;
  color: #fff;
  border: none;
}

.city-box:hover {
  background-color: #000;
  color: #fff;
}
.cta-contact-box h5 {
  font-size: 1.25rem;
}
.cta-contact {
    max-width: 1000px;
    border-radius: 15px;
}

/* Become Seller CSS */
.hero-text {
    padding: 0 40px;
}
.taskho-style-section {
    background-color: #F5F5F5;
    padding: 60px 0;
}
.taskho-style-section .feature-box-s {
  background-color: #ffffff;
  transition: 0.2s ease;
}

.taskho-style-section .feature-box-s:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.city-box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: 0.2s ease;
  cursor: default;
}

.city-box.active {
  background-color: #000;
  color: #fff;
  border: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px !important;
    height: 3px !important;
}

/* Footer CSS */

.footer-section {
  background-color: #1e1e1e;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
}
.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section {
  background-color: #242424;
  color: white;
}

.footer-section a:hover {
  color: white;
}

.footer-icon {
  background: #2a2a2a;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
}

.footer-bottom {
  background-color: #2B2B2B;
}
.footer-scooter {
    height: 160px;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translate(-50%);
}
.footer-top {
    padding: 40px 0 60px;
}

@media only screen and (max-width: 600px) {
.carousel-wrapper .owl-nav button.owl-prev {
    left: -13px;
}
.carousel-wrapper .owl-nav button.owl-next {
    right: -16px;
}
.join-card {
    padding: 14px 68px 14px;
}
.footer-top {
    padding: 40px 20px 60px;
}
.footer-scooter {
    display: none;
}
.footer-bottom .justify-content-center {
    justify-content: left !important;
}
.vehicle-image {
    max-width: 303px;
}
.trust-form-section {
    background: linear-gradient(to right, #f5f5f5 50%, #f9f8f8 50%);
    padding: 40px 0 0;
}
.how-we-deliver .owl-nav button.owl-next {
    position: absolute;
    right: -16px;
}
.how-we-deliver .owl-nav button.owl-prev {
    position: absolute;
    left: -14px;
}
.our-services .service-card {
  height: 223px;
}
.our-services .overlay {
  padding: 23px 0 1px;
}
.faq-section .accordion-button {
  font-size: 16px;
}
.vehicle-carousel .card {
    height: 460px !important;
}
}
.mobile-container-1 {
  height: 600px;
  position: relative;
}
.mobile-1 {
    margin: 0;
    padding: 0;
    width: 400px;
    height: 600px;
}
.mobile-screenshot-1 {
   /*  width: 224px;
    left: 87px;
    top: 52px; */
    width: 100%;
   /*  position: absolute; */
}

.phone-frame {
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
}
.phone-image-1 {
  border-radius: 30px;
}

.accordion-button:not(.collapsed){
  color: black !important;
}