/* 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; 
}

