/* for hero slider */
.hero-section {
  /* background: url('/image/homepage/orig-1.png') center/cover no-repeat; */
  height: 90vh;
  position: relative;
}
@media (max-width: 576px) {
  .navbarbrand-mobile{
   height:100px;
  }
  .imgfeachure1{
    height:52px !important;
  }
  .customspace{
    padding:unset !important;
  }
  .custoppara {
    font-size:18px;
  }
  .btn-mobile-font{
    font-size:15px !important;
  }
  .navbar-mobilelogo{
position:absolute;
left:12px;
  }

}
.text-muted {
    font-size: 12px !important;
}
  .mobile-view-main-container{
    display:block;
  }
  .footer-mobile-primary{
    position:relative;
  }
  .mobile-footer-container1{
     display: grid;
  grid-template-columns: auto auto auto;
  margin-top: 22px !important;
  
  }
  .mobile-footer-container1 h5{
    font-size:16px !important;
    font-weight:900 !important;
  }
   .mobile-footer-container1 a{
    font-size:14px !important;
  }
    .mobile-footer-container2 h5{
    font-size:16px !important;
    font-weight:900 !important;
  }
   .mobile-footer-container2 a{
    font-size:14px !important;
  }
  .mobile-footer-container2{
    display: grid;
  grid-template-columns: auto auto auto;
  gap: 25px;
    
  }
  .mobile-feature-logo{
    width:50px;
  }
  .mobile-feature-main-image{
    width:267px !important;
  }
  .featuresection {
    padding: 17px 0 !important;
}
  .custom-size-logo{
    width:136px !important;
  }
  .footer-mobile-secondary{
    position:absolute;
    top:-26px;
    right:44px;
  }
.navbar {
 padding: 4px 70px !important;
}

.ride-section {
  background: url("https://source.unsplash.com/1000x500/?car,travel") no-repeat center center/cover;
  position: relative;
  padding: 100px 0;
}

.ride-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.ride-section .container {
  position: relative;
  z-index: 1;
}

.icon-box {
  background: #00B0F0;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.feature-number {
  background: #00B0F0;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
}

.download-section {
  background-color: #0064CF;
  color: white;
}

.footer {
  background-color:#0000feF0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.social-icons a {
  color: white;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: #f1f1f1;
}

.p-4 {
  background: white;
  border-radius: 10px;
}

h3 {
  font-weight: bold;
}

.phone-input {
  width: 100% !important;
}

.react-tel-input {
  width: 100% !important;
}

.react-tel-input .form-control {
  width: 100% !important;
  height: 45px;
  padding-left: 50px !important;
}

.react-tel-input .flag-dropdown {
  border-right: 1px solid #ccc;
  background: white;
}

.btn-primary {
  background-color: #00B0F0;
  border: none;
}

.btn-primary:hover {
  background-color: #00B0F0;
}


.btn-custom {
  background-color: #0000FE !important;
  color: white !important;
}

/* for service section */
.card {
  /* height: 255px !important;
  line-height: 16; */
}

/* for ride section */
.customspace {
  padding: 50px;
}
.ride-customservice .icon-box{
 background-color: unset;
}
.custoppara {
  text-align: left;
  position: relative;
  left: 16px;
}

/* feature section */
.featuresection {
  padding: 90px 0 !important;
}

.img-featurecustom {
  width: 347px;
}

.custom-bottom {
  margin-bottom: 10.5rem !important;
}

/* for the download section */
.imgdownload {
  position: relative;
  top: -97px;

}

.customsectionspace {
  height: 550px;
}

.margincustom {
  margin-bottom: 9rem !important;
}

/* for footer */
.footercustomspace {
  /* padding-top: 8rem !important; */
  padding-bottom: 2rem !important;
}

.list-unstyled li {
  padding-bottom: 10px;
}

.react-datepicker-wrapper {
  width: 100%;
}

/* // for the terms and condition header */
/*  home page responsive */

.css-1wy0on6 {
  display: none !important;
}

.css-13cymwt-control {
  border: "3px solid #dee2e6";
  border-radius: "0.375rem";
}

.ride-options {
  max-height: 352px;
  overflow-y: scroll;
}
        

@media (max-width: 576px) {
 .hero-section h1 {
    font-size: 24px !important;
  }
  .hero-section h2 {
    font-size: 24px !important;
  }
  .hero-section h4 {
    font-size: 24px !important;
  }
  .hero-section p {
    font-size: 14px !important;
  }
  .hero-section {
    
    height: 287px !important;
    
   }
  
}
@media (max-width:765px) {
  .hero-section h1 {
     font-size: 24px !important;
   }
   .hero-section p {
     font-size: 14px !important;
   }
   
 }
/*  ride section in homepage */
@media (max-width: 576px) {
  
  .ride-section h1 {
    font-size: 24px !important;
  }
  .ride-section p {
    font-size: 14px !important;
  }
  .ride-section{
    padding:60px 25px !important;
  }
}
@media (max-width: 576px) {
  
 .downloadfootersec{
  padding:15px !important;
 }
 .downloadmainsection{
  min-height:unset !important;
 }
 .mobile-downloadimage{
  display:none;
 }
}
/*  feature section responsive homepage */
@media (max-width:1035px) {
  
  .mobiletab-hide{
   display:none !important;
  }
 }
 /*  for navbar */
 @media (max-width: 576px) {
  
#navbarNav{
  margin-left:20%;
}
.customlicolor{
  color:#000 !important;
}
 }
 /*  for the aboutpage mobile responsive */
 @media (max-width: 650px) {
       .youtubemob{
        position:unset !important;
        right:0 !important;
       }
       .mob-customfeature{
        width:100% !important;
        margin-bottom:20px !important;
       }
       .y-padding-unset{
        padding-top:unset !important;
        padding-bottom:unset !important;
       }
   }
   /* for the ride wallet page */
   .wallet-card {
    background: linear-gradient(135deg, #9b0b33, #c41850);
    color: white;
    border-radius: 10px;
    padding:117px 20px;
}
.amount-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.pay-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.divider-custom{
  border-right: 2px solid #dee2e6; /* Bootstrap gray border color */
  padding-right: 20px;
}
.walletli li{
  margin-bottom:25px;
}
/* for the ride user page  */
.ride-container {
  border-radius: 10px;
  padding: 20px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.profile-img {
  width: 63px;
    height: 63px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -11%;
}
.ride-info {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 10px;
}
.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
}

/* for the food delivery page  */
.fooddelivery .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  }

.fooddelivery .dropdown .btn {
       display: flex;
      align-items: center;
      background: white;
      padding: 16px 5px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      min-width: 220px;
      border: none;
      color: black;
      margin-right: 10px;
}
.fooddelivery .search-box {
      display: flex;
      align-items: center;
      background: white;
      padding: 16px 5px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      width: 432px;
  
}

.fooddelivery .search-box input {
  border: none;
  outline: none;
  width: 100%;
  padding-left: 8px;
}

.fooddelivery .search-box svg {
  color: #000;
  font-size: 18px;
  border-right:2px solid;
  padding-right:5px;
}
.fooddelivery .dropdown .btn svg {
  color: red;
  font-size: 18px;
  
}

.recipies .cuisine-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f8f8f8;
  transition: 0.3s;
}

.recipies .cuisine-item img:hover {
  transform: scale(1.1);
}


.recipies .restaurant-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #ccc;
  padding:5px;
}

.recipies .restaurant-card img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.recipies .restaurant-card .info {
  padding: 15px;
}

.recipies .rating {
  font-size: 14px;
  color: #ffc107;
}

.recipies .details {
  font-size: 12px;
  color: #6c757d;
}


.deliverytestimonials {
  
  padding: 40px;
  border-radius: 10px;
}

/* package service page */
.packageservice .tracking-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.packageservice .tracking-box {
  display: flex;
  align-items: center;
  background: white;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 70%;
}

.packageservice .tracking-box input {
  border: none;
  outline: none;
  width: 100%;
  padding-left: 10px;
}

.packageservice .tracking-box i {
  color: gray;
  font-size: 18px;
  margin-left: 10px;
}

.packageservice .tracking-box .btn {
  border-radius: 50px;
  padding: 8px 20px;
}


.packagedestination{
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 32px 10px;
}
.packagedestination .package-img {
  width: 57%;
  display: block;
  margin: 0 auto;
}

.packagedestination .booking-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 750px;
  margin: 50px auto;
}

.packagedestination .form-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.packagedestination .custom-input-group {
  position: relative;
}

.packagedestination .custom-input-group input {
  padding-left: 35px;
  height: 45px;
}

.packagedestination .custom-radio {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.packagedestination .form-control {
  background: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 25px;
}

.packagedestination .btn-primary {
  width: 50%;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  background: #00b0f0;
}

.packagedestination .add-package {
  color: #0d6efd;
  font-size: 14px;
  cursor: pointer;
  text-align: right;
  display: block;
  margin-top: 5px;
}
.packagefeature{
  padding: 0 21px;
    background: #F8F8F8;
    margin-bottom: 7%;
}
.packagefeature .feature-section {
  padding: 50px 0;
}

.packagefeature .feature-image img {
  border-radius: 10px;
  max-width: 100%;
}

.packagefeature .feature-text h2 {
  font-weight: bold;
}

.packagefeature .feature-text p {
  font-size: 16px;
  color: #555;
}

.packagefeature .feature-text strong {
  font-size: 18px;
  color: #000;
}
/* for the ride view */
.defaultradiocheck{
  border: 5px solid blue !important;
}
/* .react-datepicker__input-container .form-control{
  border: 0 !important;
  background-color: transparent;
}

.react-datepicker__input-container .form-control:focus{
    background-color: transparent;
    border-color:transparent;
    outline: 0;
    box-shadow: none
}
.react-time-picker__wrapper{
  border: none !important;
}

.react-time-picker{
  background-color: transparent !important;
  border: none !important;
} */
/* ride list page */
.ridelist .ride-header{
  background: #FEF1EE;
  color: #FF0000;
  padding: 10px;
}
@media (max-width: 650px) {
  .hero-section-new .image-container{
    display:none;
  }
}
.custom-ride-card{
  height:600px !important;
  margin-bottom:20px !important;
}
.ridelist span svg{
    font-size:20px;
}
/*  for the ride cancell page */
.cancel-container {
    width: 100%;
    margin: 50px auto;
    padding: 52px 20px;
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
    background: #fff;
    text-align: center;
    position: relative;
}
.cancel-container .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: red;
}
.cancel-container .cancel-title {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}
.cancel-container .cancel-button {
  background-color: red;
  color: white;
  border: none;
  padding: 12px;
  width: 100%;
  font-size: 18px;
  border-radius: 30px;
  margin-top: 15px;
}
.cancel-container .cancel-button:hover {
  background-color: darkred;
}
.cancel-container .reason-textarea {
  width: 100%;
  height: 127px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.cancel-container .form-check{
  display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 1.125rem;
}
.cancel-container .cancel-icon{
  font-size: 60px;
    color: red;
  }
  /*  riderating page  */
  .hero-section-new {
    background: #F8F8F8; /* Background color */
    padding: 80px 0; /* Adds space at the top to avoid touching the header */
    height: 450px; /* Shorter height */
    position: relative;
    overflow: hidden; /* Prevents unwanted scroll */
  }
  
  .hero-section-new .container {
    max-width: 1200px;
  }
  
  .hero-section-new .row {
    width: 100%;
    margin: 0;
  }
  
  .hero-section-new .content {
    padding-left: 50px;
    position: relative;
    z-index: 2;
  }
  
  .hero-section-new h3 {
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .hero-section-new p {
    color: #666;
    margin-bottom: 20px;
  }
  
  .hero-section-new .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
  }
  
  .hero-section-new .image-container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 45%;
  }
  
  .hero-section-new .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .hero-section-new .save-btn{
    background: #00b0f0;
    padding: 10px 35px;
    border-radius: 30px;
    color:#fff;
}
  .feedback-section-new .star {
    font-size: 45px;
    color: #f4b400; /* Yellow for stars */
    cursor: pointer;
}
.feedback-section-new .star-grey {
    color: #ccc;
}
.feedback-section-new .feedback-section {
    text-align: center;
    padding: 40px 20px;
}
.feedback-section-new .feedback-textarea {
    width: 100%;
    min-height: 150px;
    border-radius: 5px;
    padding: 10px;
}
.feedback-section-new .save-btn{
    background: #00b0f0;
    padding: 10px 35px;
    border-radius: 30px;
    color:#fff;
}

/* for the lognpmin page */
@media (max-width: 650px) {
  .loginscreenbanner{
    height:413px !important;
  }
}
.customlogininput{
  height:45px;
}
/* .react-datepicker__input-container .form-control{
  border: 0 !important;
  background-color: transparent;
}

.react-datepicker__input-container .form-control:focus{
    background-color: transparent;
    border-color:transparent;
    outline: 0;
    box-shadow: none
}
.react-time-picker__wrapper{
  border: none !important;
}

.react-time-picker{
  background-color: transparent !important;
  border: none !important;
} */
/*  for the confirmation page */
.confirmationcustomicon{
  border:1px solid #ccc;
  padding:80px;
  border-radius:10px;
}
.confirmationsuccess{
 font-size:60px;
 color:green;
}
.confirmationfailed{
  font-size:60px;
  color:red;
}
/* wallet page */
.mywalletcustom .wallet-card {
  background: black;
  color: orange;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.mywalletcustom .bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  padding: 10px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}
.mywalletcustom .nav-icon {
  font-size: 24px;
}
.mywalletcustom .active-home {
  background: orange;
  border-radius: 50%;
  padding: 10px;
}
/* for the sustainability page */
.downelement{
position:absolute;
bottom:0;
}
.upwardelement{
position:absolute;
top:0;
}
.downelement svg{
  font-size: 45px;
    border-radius: 50%;
    border: 1px solid;
    padding: 3px;
    margin-bottom: 19px;
}
.upwardelement svg{
  font-size: 45px;
    border-radius: 50%;
    border: 1px solid;
    padding: 3px;
    margin-bottom: 19px;
}

.circle{
  max-width: 214px;
  min-width: 214px;
  border-radius: 50%;
  max-height: 214px;
  min-height: 214px;
  object-fit: cover;
}
/* package view page */
@media (max-width:765px) {
  .packageview .form-container {
    width: 100% !important;
    
  }
  .upwardelement{
    position:relative !important;
    top:5px !important;
  }
  .downelement{
    position:relative !important;
  }
 }
.packageview .form-container {
  width: 50%;
  margin-left: 0;
}
.packageview .terms-container {
  width: 100%;
}
.packageview svg{
  font-size: 30px;
}
.packageview .button-container {
  display: flex;
  justify-content: center;
}
.packageview{
  margin-bottom:10rem!important;
}
.packageview .button-container .btn {
  background: #00b0f0;
  color: #ffff;
  border-radius: 30px;
}
/*  food view page */
#foodTabs .nav-item .nav-link {
  padding: 10px 120px;
  border-radius: 25px;
  border: 1px solid #ccc;
}

#foodTabs .nav-item .nav-link.active {
  border: none; 
}

#foodTabs .nav-item .nav-link:not(.active) {
  border: 2px solid #ccc; 
 
}
/* for the package payment gateway page */

.paymentwallet .list-group-item{
  border:unset;
}
.food-card-img{
  width: 100%;
  height: 208px;
  object-fit: cover;
}

/*  for the food order history page  */
.order-history .nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 100px;
}
.order-history .nav-pills .nav-link.active {
  background-color: #009cff;
  color: white;
}
.order-history .card {
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.order-history .food-badge {
  background-color: #ffd700;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  max-width: 80px;
  text-align: center;
}
.order-history .reorder-btn {
  background-color: #ff3b62;
  color: white;
  border-radius: 10px;
}
.order-history .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-history .price-section {
  text-align: right;
}
.order-history .payment-wallet {
  font-size: 14px;
  color: gray;
}
.order-history .dashed-divider {
  border-top: 1px dashed gray;
  margin: 10px 0;
}
.order-history .food-content {
  display: flex;
  align-items: center;
}
.order-history .food-image {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 10px;
}
/* for the hire payment page */
.hire-payments .card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: unset;
}
.hire-payments .profile2-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.hire-payments .btn-custom {
  background-color: #00b0f0;
  color: white;
  width: 48%;
}
.hire-payments .pin-box {
  background: #00b0f0;
  color: white;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 18px;
}

/*  for the privacy policy page */
.privacypolicy .accordion-button::after {
  /* Remove default arrow */
  background-image: none !important;
  content: '+';
  font-size: 24px;
  color: #000;
  margin-left: auto;
  transition: all 0.2s ease;
}

.privacypolicy .accordion-button:not(.collapsed)::after {
  content: '−';
}
/* For About Page  */


.aboutmaincontainer .about-button {
  background-color: #f2f2f2;
  border: none;
  border-radius: 20px;
  padding: 4px 15px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.aboutmaincontainer .about-text {
  color: #666;
  font-size: 25px;
  text-align:justify;
}

.aboutmaincontainer .card-wrapper {
  position: relative;
  margin-top: 40px; /* space for icon */
  overflow: visible; /* ensure icon isn't cut off */
}

.aboutmaincontainer .icon-circle {
  width: 60px;
  height: 60px;
  background-color: #00bfff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* bring icon to front */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.aboutmaincontainer .card-custom {
  background-color: #f8f9fa;
  border: none;
  border-radius: 10px;
  padding: 40px 20px 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  position: relative;
  z-index: 1; /* lower than icon */
}

.aboutmaincontainer .card-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom:10px;
  font-size:30px;
}
.aboutmaincontainer .card-text
{
  font-size:20px;
}

/* contact page  */
.contact-style .contact-container {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 2rem;
}
.contact-style .social-icons a {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #000;
}
.contact-style .form-control, .form-check-input {
  border-radius: 10px;
}
.contact-style .btn-submit {
  border-radius: 30px;
}
.contact-style input[type="text"],input[type="email"],input[type="tel"]{
  background-color: #F8F8F8;
  border:unset !important;
}
.contact-style textarea{
  background-color: #F8F8F8;
  border:unset !important;
}

.panel-bg{
  background-color: #0064CF !important;
}

.accordion-item{
    color: transparent !important;
    background-color: transparent !important;
    border: transparent !important;
}

.dots {
  border: 1px solid transparent;
  background: transparent;
  font-weight: 800;
  font-size: 15px;
}

.filter::after,
.dots::after {
  display: none !important;
}

.dropdown-toggle {
  background-color: #fff;
}

.dash-table .nav-tabs li {
  width: 25%;
}

.dash-table ul li button {
  width: 100%;
  text-align: start;
  color: #767676;
}

.dash-table {
  margin: 2rem 0rem;
}

.dash-table .dropdown-toggle {
  color: #072F55;
  font-weight: 600;
  font-size: 14px;
}

.btn-custom1 {
  padding: 0.75rem 3rem;
  width: 100%;
  border-radius: 12px;
  background: rgb(2, 19, 248);
  background: linear-gradient(
  135deg,
  rgb(2, 19, 248) 0%,
  rgba(102, 173, 254, 0.719) 100%
);
  border: none;
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-style: var(--font-style-normal);
  font-size: 18px !important;
  line-height: 19px;
  cursor: pointer !important;
}
/* partner page  */
.partner-inputs{
  background:#ffffff59 !important;
}
/*  partner bus operator */
.how-it-works .card-box {
  background-color: #fff;
  transition: transform 0.3s ease;
}

.how-it-works .card-box:hover {
  transform: translateY(-5px);
}

.how-it-works .card-img {
  background-color: #08A3FD;
}
.about-section .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.why-choose-us .image-box {
  background-color: #08A3FD;
}

.why-choose-us i {
  vertical-align: middle;
}
/* dashboard icons */
.dashboard-icons{
  margin-right:20px;
}
.accordian-dash{
  padding:unset !important;
  margin-left:40px !important;
}
.accordion-button::after {
  filter: brightness(0) invert(1); /* makes the arrow white */
}

/* Optional: Keep background transparent on open */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.custom-link-underline{
  text-decoration:none;
}
 .why-choose-us-section .blue-side {
      background-color: #00aaff;
      min-height: 100vh;
    }

    .why-choose-us-section .icon-box i {
      color: #00aaff;
      font-size: 2rem;
    }
    /* switch style */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: default;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 22px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px; width: 16px;
  left: 3px; bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #4CAF50;
}
input:checked + .slider:before {
  transform: translateX(18px);
}
.disabled-switch {
  cursor: not-allowed;    /* cursor circle with slash */
  opacity: 0.6;          /* thoda fade effect bhi */
}

.disabled-switch input {
  pointer-events: none;   /* click completely disable */
}


@media (max-width: 427px) {
  .navbar{
  padding: 4px 20px !important;
}

}


@media (max-width: 765px) {
.h-section{
  min-height:auto !important;
  padding: 160px 0px !important;
}
}


.react-tel-input .flag-dropdown {
   background-color: white !important;
  border: none !important;
  border-right: 1px solid #ced4da !important; 
  box-shadow: none !important;
  border-radius: 0 !important;
}

.react-tel-input .selected-flag {
 background-color: white !important;
  border: none !important;
}


.react-tel-input .form-control {
  padding-left: 48px;
}


.react-tel-input .flag-dropdown {
  position: absolute;
  left: 10px;
  top: 50%;
  /* transform: translateY(-50%); */
  z-index: 2;
}


.react-tel-input {
  position: relative;
}

.react-tel-input .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important; 
}






/* bootstrap custom styles */
.mt--3 { margin-top: -1rem !important; }
.mb--2 { margin-bottom: -0.5rem !important; }


.dashboard-container {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.stat-card {
  border: none;
  border-radius: 12px;
  background-color: #e8f0fe;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

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

.stat-card:nth-child(2) {
  background-color: #e8eaf6;
}

.stat-card:nth-child(3) {
  background-color: #fce4ec;
}

.stat-card:nth-child(4) {
  background-color: #f3e5f5;
}

.stat-title {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 8px;
  font-weight: 500;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1;
}

.chart-card,
.map-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.chart-label {
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 4px;
}

.chart-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}

.period-dropdown {
  background-color: #f3f4f6 !important;
  border: none !important;
  color: #6b7280 !important;
  font-size: 0.875rem;
  padding: 6px 16px;
  border-radius: 8px;
}

.period-dropdown:hover,
.period-dropdown:focus,
.period-dropdown:active {
  background-color: #e5e7eb !important;
  color: #1f2937 !important;
  box-shadow: none !important;
}

.map-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe {
  display: block;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.driver-avatar {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-color: white;
}

.driver-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.marker-pulse {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(59, 130, 246, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}

.marker-dot {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #3b82f6;
  border: 4px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.customer-avatars {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
}

.avatar-img-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.avatar-img-small:first-child {
  background-color: #ec4899;
}

.avatar-img-small:last-child {
  background-color: #8b5cf6;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
}

@media (max-width: 992px) {
  .stat-value {
    font-size: 2rem;
  }

  .chart-card {
    margin-bottom: 1rem;
  }
}
.banana-app {
  background: linear-gradient(135deg, #FFE135 0%, #FFC837 100%);
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

.banana-app.cancelled-view {
  background: #f5f5f5;
}

.tabs-container {
  background: white;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tabs {
  display: flex;
  gap: 8px;
  justify-content: space-around;
}

.tab {
  flex: 1;
  padding: 12px 24px;
  border: none;
  background: transparent;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}

.tab:hover {
  background: #f5f5f5;
}

.tab.active {
  color: #000;
  font-weight: 600;
}

.tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #FFD700;
  border-radius: 2px 2px 0 0;
}

.ride-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  background: white;
}

.ride-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.ride-card.cancelled-card {
  background: linear-gradient(135deg, #ffe5e5 0%, #ffd5d5 100%);
}

.avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFE135 0%, #FFC837 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  flex-shrink: 0;
}

.avatar-initials {
  font-size: 18px;
}

.location-section {
  position: relative;
}

.location-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.location-item:first-child::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 24px;
  bottom: -8px;
  width: 2px;
  background: linear-gradient(to bottom, #dc3545 0%, #dc3545 100%);
}

.location-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #dc3545;
  background: white;
  flex-shrink: 0;
  margin-top: 4px;
  position: relative;
  z-index: 1;
}

.location-dot.pickup {
  background: white;
}

.location-dot.dropoff {
  background: #dc3545;
}

.star {
  color: #ddd;
  font-size: 24px;
  margin-right: 4px;
}

.star.filled {
  color: #FFD700;
}

.message-input {
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
  padding: 10px 16px;
}

.message-input:focus {
  border-color: #FFD700;
  box-shadow: none;
}

.send-btn {
  border: 1px solid #ddd;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: white;
  color: #333;
  font-size: 20px;
  padding: 0 20px;
  transition: all 0.3s ease;
}

.send-btn:hover {
  background: linear-gradient(135deg, #FFE135 0%, #FFC837 100%);
  border-color: #FFD700;
  color: #333;
}

.badge {
  font-weight: 500;
  padding: 6px 12px;
  font-size: 13px;
}

.card-body {
  padding: 1.5rem;
}

h6 {
  font-weight: 600;
  color: #333;
}

.text-muted {
  color: #6c757d !important;
  font-size: 14px;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

@media (max-width: 768px) {
  .tab {
    padding: 10px 16px;
    font-size: 14px;
  }

  .ride-card {
    margin-bottom: 16px;
  }
}
.location-line {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ride-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dc3545;
}

.ride-line {
  width: 2px;
  height: 30px;
  background-color: #dc3545;
  margin: 5px 0;
}
/* Container Layout */
.wallet-container {
  display: flex;
  gap: 2rem;
  padding: 20px;
  font-family: "Poppins", sans-serif;
}

/* Left Side */
.wallet-left {
  flex: 1;
}

/* Title */
.section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Wallet Card */
.wallet-card {
    width: 100%;
    background: #900735 url('/image/wallet-logo.png') no-repeat right center;
    background-size: 180px auto; /* size adjust as per need */
    color: white;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    min-height: 180px; /* jitni chahiye utni set karo */

}

.wallet-logo {
  width: 80px;
  margin-bottom: 10px;
}

.wallet-stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.wallet-stats p {
  font-size: 14px;
  margin: 0;
}

.wallet-stats h3 {
  margin-top: 5px;
  font-size: 18px;
}

/* Add Money */
.add-money h4 {
  margin-bottom: 10px;
}

.add-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.add-row input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.add-row button {
  background: #00aaff;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.add-row button:hover {
  background: #008bd3;
}

.preset-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preset-buttons button {
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.preset-buttons button:hover {
  background: #eaeaea;
}

/* Right Side */
.wallet-right {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  max-height: 450px;
  overflow-y: auto;
}

.transactions {
  margin-top: 10px;
}

.transaction-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.transaction-type {
  font-weight: 500;
  margin: 0;
}

.transaction-date {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.transaction-amount {
  font-weight: 600;
}

.transaction-amount.credit {
  color: green;
}

.transaction-amount.debit {
  color: red;
}

/* Scrollbar Styling */
.wallet-right::-webkit-scrollbar {
  width: 6px;
}

.wallet-right::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
/* Refer Friend Styles */
.refer-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
}

.refer-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.refer-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.refer-info-box p {
  color: #555;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

.refer-code-box {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 1.5rem;
}

.code-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  border: 1px solid #eee;
}

.code-display h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.copy-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.copy-button img {
  width: 24px;
  height: 24px;
}

/* Refer Friend Styles */
.refer-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
}

.refer-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.refer-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.refer-info-box p {
  color: #555;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

.refer-code-box {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 1.5rem;
}

.code-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  border: 1px solid #eee;
}

.code-display h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.copy-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.copy-button img {
  width: 24px;
  height: 24px;
}

/* Wallet Styles */
.wallet-container {
  display: flex;
  gap: 2rem;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: calc(100vh - 120px); /* center vertically within viewport (adjust if you have header) */
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
}

.wallet-left,
.wallet-right {
  flex: 1 1 50%;
}

.wallet-right {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  max-height: 520px;
  overflow: auto;
}

.wallet-card {
  background: linear-gradient(135deg, #00B0F0 0%, #0077BE 100%);
  border-radius: 16px;
  padding: 2rem;
  color: white;
  margin: 1rem 0;
  position: relative;
  overflow: hidden;
}

.wallet-logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  opacity: 0.2;
}

.wallet-card h4 {
  font-size: 1.8rem;
  margin: 0.5rem 0;
  font-weight: bold;
}

.wallet-card p {
  margin: 0;
  opacity: 0.8;
}

.quick-amounts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.quick-btn {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

.quick-btn:hover {
  background: #e0e0e0;
}

.transaction-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.transaction-item {
  padding: 1rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transaction-item:last-child {
  border-bottom: none;
}

.trans-title {
  font-weight: 500;
  color: #333;
}

.transaction-item small {
  color: #666;
}

@media (max-width: 992px) {
  .wallet-container {
    flex-direction: column;
    min-height: auto;
    padding: 1rem;
  }

  .quick-amounts {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

.upload-image-btn {
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
}

.upload-image-btn .btn {
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
}

.upload-image-btn input[type="file"] {
  display: none;
}

.recommended-text {
  color: #6c757d;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.submit-btn {
  background: linear-gradient(135deg, #00b4d8 0%, #0077b6 100%);
  border: none;
  padding: 0.75rem 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 50px;
  color: white;
  transition: transform 0.2s, box-shadow 0.2s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 180, 216, 0.4);
}

.form-label {
  font-weight: 500;
  color: #212529;
  margin-bottom: 0.5rem;
}

.form-control, .form-select {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 0.625rem 0.75rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus, .form-select:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 0 0.2rem rgba(0, 180, 216, 0.15);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
