  
  .btn.btn-theme {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: #012169;
    color: white;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
  
  .btn.btn-theme-outer {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: #fff;
    color: #012169;
    border-color:#012169;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
  
  .btn.btn-white {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #E4E4E7;
    background: #FFF;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  
    /*............ FOR BUTTON ANIMATION........... */
    .theme_btn_effect {
      box-shadow: inset 0 0 0 0 #C8102E;
      background-color: white;
      color: #C8102E;
    
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out;
    }
    
    .theme_btn_effect:hover {
      background-color: #C8102E;
      border-color:#C8102E;
      color: white;
      box-shadow: inset 400px 50px 0 0 #C8102E;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
    }
  
  
  /* <!-- Best Cars Section Start --> */
  .best_car {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .car_card_head {
    margin-top: 24px;
    color: var(--text-primary);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.225px;
  }
  
  .car_card_pera {
    margin-top: 12px;
    color: var(--text-secondary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 12px;
  }
  
  .pass_bag_parent {
    justify-content: center;
    align-items: center;
  }
  
  .bestcar_head {
    margin-top: 32px;
  }
  
  .bestcar_service {
    margin-top: 12px;
    color: var(--text-primary);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.576px;
  }
  /* <!-- Best Cars Section End --> */
  
    /* Customer Review Section Start */
    
    .star-rating .fill {
      color: #f5a623;
    }
  
    
    .progress {
      height: 8px;
      background-color: #f1f1f1;
    }
    
    .progress-bar {
      background-color: #f5a623;
      border-radius: 100px;
    }
    
    .based_review_head {
      color: var(--text-primary);
    
      font-size: 48px;
      font-style: normal;
      font-weight: 800;
      line-height: 48px;
      letter-spacing: -0.576px;
    }
    
    .review_small {
      color: var(--text-primary);
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px;
      letter-spacing: -0.1px;
    }
    
    .based_review_parent {
      justify-content: space-between;
    }
    
    .based_text {
      color: var(--text-secondary);
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
    
    }
    
    .pro_pera {
      color: var(--text-secondary);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
    }
    
    .progress_child {
      justify-content: space-between;
      align-items: center;
    }
    
    .progress {
      width: 310px;
    }
    
    /* For Slider Start */
    
    .reviewSliderFile {
      margin-bottom: 32px;
    }
    
    .testimonial_items_parent {
      display: flex;
      padding: 20px;
      align-items: flex-start;
      gap: 16px;
      flex-shrink: 0;
      align-self: stretch;
      border-radius: 8px;
      background: #FAFAFA;
      margin-right: 20px;
    }
    
    .testimonial_pera {
      font-size: 16px;
      font-style: italic;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 16px;
      margin-top: 16px;
    }
    
    .slide_span {
      color: var(--text-primary);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      margin-top: 16px;
    }
    
    .review_small_head {
      color: #012169;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
    }
    
    .review_head {
      margin-top: 12px;
      color: var(--text-primary);
      font-size: 48px;
      font-style: normal;
      font-weight: 800;
      line-height: 48px;
      letter-spacing: -0.576px;
    }
    
    .review_pera {
      margin-top: 32px;
      color: var(--text-secondary);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 24px;
    }
  
    .review_content {
      text-align: center;
    }
  
    /* For Slider End */
    
    /* Customer Review Section End */
  
    .learn {
      color: #012169;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
  }
  
  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(249, 249, 249, .8) 50% 50% no-repeat;
  }
  .preloader {
    position: absolute;
    top: 48%;
    left: 48%;
    border: 6px solid #999999;
    border-top: 6px solid #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 99;
  }
  

  .hero_other_page {
    position: relative;
    height: 250px;
    background-image: url(/assets/frontend/images/hero_other_page.webp);
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 40px 0 62px;
    overflow: hidden; /* Prevents pseudo-element overflow */
  }
  
  .hero_other_page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for transparency */
    backdrop-filter: blur(3px); /* Adds a blur effect to the overlay */
    z-index: 1;
  }
  
  .hero_other_page .hero-title {
    position: relative;
    z-index: 2; /* Ensures text is above the overlay */
    font-weight: bold;
    color: #FFF; /* Text color */
    font-size: 24px; /* Adjust size as needed */
    text-align: center; /* Centers the title */
    margin: 0;
    padding: 0;
  }
  
  /* .form-container {
    width: 100%;
    padding: 36px 48px;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  } */
  
  .tab-btn-group {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #012169;
    overflow: hidden;
  }
  
  .tab-btn {
    flex: 1;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    background-color: white;
    border: none;
    outline: none;
    color: #012169;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 50px;
  }
  
  .tab-btn.active {
    background-color: #012169;
    color: #fff;
  }
  
  
  .service_card {
    margin-right: 20px;
    margin-bottom: 25px;
  }
  
  .service_card_head {
    margin-top: 24px;
    color: var(--text-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
  
  .service_card_pera {
    margin-top: 16px;
    color: var(--text-secondary);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 100px;
    max-height: 90px;
    padding-bottom: 12px;
  }
  
  
  .error {
    color: #dc3545;
  }
  
  .custom-error {
    border-color: #dc3545;
  }
  .parsley-error {
    border-color: #dc3545;
  }
  
  .parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
  }
  .parsley-errors-list.filled {
    display: block;
  }
  .parsley-errors-list > li {
    /* font-size: 12px; */
    list-style: none;
    color: #dc3545;
    margin-top: 5px;
    font-size: .875em;
  }
  .requiredStar {
    color: #dc3545;
  }
  #requiredStar {
    color: #dc3545;
  }
  
  .vehicelSelection .contact-box img {
    height: 160px;
    object-fit: contain;
  }
  .contact-box {
    padding: 25px 15px;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background: #ffffff;
  }
  
  .theme-text-bg-success {
    color: #fff !important;
    background-color: #012169;
  }
  
  
  .navbar-light p {
    color: #fff;
  }
  
  .form-check-input:checked {
    background-color: #012169;
    border-color: #012169;
  }
  
  .ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
  }
  .ui-autocomplete li {
    border-top: 1px solid #e6e6e6;
    line-height: 24px;
    text-align: left;
    font-size: 13px
  }
  .bg-theme {
    background-color: #012169;
    border-color: #012169;
  }
  
  .btn.btn-danger {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: #dc3545;
    color: white;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
  
  /* booking-details-page-css */
  
  #bookingDetailsContent .carousel-caption {
    position: static;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: #000000;
    text-align: center;
    display: block !important;
  }
  #bookingDetailsContent .carousel-image {
    height: 200px;
    width: 400px;
    object-fit: cover;
    position: relative;
  }
  #bookingDetailsContent .carousel-image {
    width: 50%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }
  
  #bookingDetailsContent .carousel-inner {
    overflow: hidden;
  }
  
  #bookingDetailsContent .carousel {
    max-width: 100%;
    margin: auto;
  }
  #bookingDetailsContent .vehicleSliderBtn {
    background-color: #012169;
    border: none;
    padding: 8px 8px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
  }
  #bookingDetailsContent .img-thumbnail {
    border: 0px;
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
  #bookingDetailsContent .invalid-feedback{
    display: block;
  }
  
  .iti__flag-container {
    height: 42px !important;
  }
  
  .loader-box {
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
  }
  .loader-box [class*=loader-] {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle;
  }
  .loader-box .loader-2 {
    border: 0.2em solid transparent;
    border-left-color: #012169;
    border-right-color: #012169;
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
            animation: 1s loader-02 linear infinite;
  }
  
  @-webkit-keyframes loader-02 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loader-02 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .loader-box-for-small {
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    border-top-color: #012169;
    animation: spin 1s infinite ease-in-out;
  }
  
  .dynamic-links a {
    display: block;
    color: #333;
    background-color: white;
    padding: 3px 6px;
    border-radius: 4px;
    /* margin-right: 10px; */
    margin-bottom: 10px;
    text-decoration: none;
  }

  .form-control {
    padding: 10px 12px;
    font-size: 14px;
  }

  .form-select {
    padding: 10px 12px;
    font-size: 14px;
    }

  .spaceo_rating_widget { float: left; margin: 0; padding: 0px; display: inline-block; }
  .spaceo_rating_widget li { line-height: 0px; width: 28px; height: 28px; padding: 0px; margin: 0px; margin-left: 2px; list-style: none; float: left; cursor: pointer; }
  .spaceo_rating_widget li span { display: none; }

  header.sticky-top{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .low_head {
    padding: 16px 0;
    background: white;
}

.lower_list {
  display: flex;
  font-size: 18px;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 24px;
  margin-right: 5px;
  gap: 38px;
  font-family: inter;
}

.footer_head_list li {
  margin-bottom: 12px;
}
.navbar-nav .nav-link:hover {
  color: #ff5722; 
}