.header-btn .btn-default::before {
    right: 40px;
    border-radius: 0 50% 50% 0;
    z-index: -1;
}
.header-btn .btn-default:hover::before {
    background-color: unset;
    transform: translate(48px, 0px) rotate(45deg);
}

.div-with-icon{
    margin-bottom: 10px;
}

.hero-slider-layout .hero-slide {
    position: relative;
    padding: 80px 0;
}

.hero-slider-layout .hero-pagination {
    bottom: 10px;
}

.section-title {
    margin-bottom: 10px;
}

.page-header {
    padding: 80px 0;
}

.booking-details .contact-form{
    background: #f7f7f7a8;
    margin-top: 24px;
    box-shadow: 0px 0px 10px 3px #e8e8e8;
}
.sidebar,.booking-details{
    background: #f7f7f7a8;
    margin-top: 24px;
    box-shadow: 0px 0px 10px 3px #e8e8e8;
    padding: 30px;
    border-radius: 30px;
}
.text-color{
    color: #038FCB;
}

.bk-section h5{
    padding: 10px;
    background: #f5f5f5;
    border-radius: 8px;
}   
.bk-section .div-8, .bk-section .div-4{
    box-shadow: 0px 0px 12px 4px #e7e7e7cc;
    border-radius: 17px;
}    
.bk-section .inter-div{
    padding: 0 20px;
}
.find-bk-section{
    padding: 40px 0;
}

.car-details-slider .image-box {
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-details-slider .image-box img {
    height: 100%;
    width: auto;
    object-fit: contain;
    background: white;
    padding: 14px;
    border-radius: 10px;
}

.perfect-fleet-body ul li {
    width: 100%;
    padding-left: 0;
    font-size: 12px;
}
.perfect-fleet-title {
    margin-bottom: 8px;
}

.perfect-fleet-item{
    height: 500px;
}

.perfect-fleet-item.fleets-collection-item {
    height: calc(100% - 12px);
}

.fleets-single-sidebar-pricing h2 {
    font-size: 36px;
}

/* Match Select2 container with native select style */
.select2-container--default .select2-selection--single {
  height: 40px; /* Match native select height */
  border: 1px solid #cccc;
  border-radius: 6px; /* Match your curved corners */
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* Remove arrow and add custom if needed */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  /*transform: translateY(-50%);*/
  right: 12px;
  /*display: none;*/
}

/* Text alignment inside select */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 0;
  color: #333;
  font-weight: 500;
  padding: 0;;
}

/* Match dropdown menu style */
.select2-container--default .select2-results__option {
  padding: 10px;
  font-size: 15px;
}

/* Ensure full width */
.select2-container {
  width: 100% !important;
}