/* ======================================================================
======================= fleet-banner start ===========================
====================================================================== */
.fleet-banner.common-inner-banner .common-inner-banner-title{display: block;color: var(--white);top: 60%;width: 100%;text-align: center;}
.fleet-list-slider { position: absolute;top: 0;left: 0;width: 100%;background-color: rgba(0, 0, 0, 0.34);  padding:110px 40px 42px; overflow: auto; text-align: right;z-index: 2;}
.fleet-banner.common-inner-banner .common-inner-banner-title .heading-style-1 { font-weight: 200; text-transform:uppercase;}
.fleet-list-slider::-webkit-scrollbar{display: none;}
.fleet-list-slider-inner { display: inline-flex;align-items: center;justify-content: flex-end;gap:36px; margin-left: auto; text-align: center;}
.fleet-list-slider .fleet-list-item { flex-shrink: 0;}
.fleet-list-slider .fleet-list-item img { object-fit: none; aspect-ratio: unset !important; opacity: 0.5; height: auto; width: auto; transition: all 0.3s ease-in-out;}
.fleet-list-slider .fleet-list-item .fleet-list-title{font-size: 14px;font-weight: 300;text-transform: uppercase;color: var(--white); line-height: normal; opacity: 0.75; margin: 16px 0 0 0; transition: all 0.3s ease-in-out; white-space: nowrap;}
.fleet-list-slider .fleet-list-item:hover img, .fleet-list-slider .fleet-list-item.active img { opacity: 1;}
.fleet-list-slider .fleet-list-item:hover .fleet-list-title, .fleet-list-slider .fleet-list-item.active .fleet-list-title { opacity: 1; font-weight: 500;}

.fleet-banner .common-inner-banner-title .btn{background-color: transparent;color: var(--white);border-color: var(--white);}
.fleet-banner .common-inner-banner-title .btn:hover{background-color: var(--white-45);}
/* ======================================================================
======================= fleet-banner ended ===========================
====================================================================== */
/* ======================================================================
======================= fleet-section start ===========================
====================================================================== */
/* common-filter-title */
.fleet-section { padding-top: 100px;}
.common-filter-title{display: flex;align-items: center;justify-content: space-between;gap: 4px;}
.common-filter-title .left-filter-title{max-width: 80%;}
.common-filter-title .left-filter-title .heading-style-11{text-transform: capitalize;}
.common-filter-title .right-filter-title{flex-shrink: 0;line-height: 0;}
.common-filter-title .right-filter-title a{font-size: 16px;line-height: 26px;font-weight: 500;color: var(--white);background-color: var(--primary);border-radius: 14px;padding-block: 11px;padding-inline: 9px;border: 1px solid var(--primary);}
.common-filter-title .right-filter-title img{width: 20px;height: 20px;}
.common-filter-title .right-filter-title a:hover{background-color: var(--white);color: var(--primary);}
.filter-header-mobile{display: none;}
.filter-footer-mobile {display: none;}
/* common-filter-input */
.common-filter-input input{outline: none;border-radius: 14px;width: 100%;border: 1px solid var(--secondary);color: var(--primary-50);font-size: 18px;line-height: 26px;font-weight: 400;padding-block: 23px;padding-inline: 65px 16px;background-position: 33px center;background-repeat: no-repeat;background-size: 20px auto;}
.common-filter-input input::placeholder{color: var(--primary-50);}
.common-filter-input .location-input{background-image: url(../images/location-icon-1.svg);}
.common-filter-input .search-input{background-image: url(../images/search-icon.svg);}
.common-filter-input .date-input{background-image: url(../images/calender-icon.svg);}

.inner-fleet{display: flex;gap: 28px;align-items: flex-start;max-width: 1120px;margin-inline: auto;}
.inner-fleet .filter-part{width: 34%;flex-shrink: 0;position: sticky;top: 0;left: 0; display: none;}
.inner-fleet .fleet-card-wrapper{ /*width: calc(66% - 28px);*/display: flex;flex-direction: column;gap: 48px; width: 100%;}
.inner-fleet .filter-part .inner-filter-part{padding: 28px 36px;box-shadow: 0px 0px 10px 1px #C4D2D5;border-radius: 6px;}
.inner-fleet .filter-part .inner-filter-part .more-filter, .inner-fleet .filter-part .inner-filter-part {display: flex;flex-direction: column;gap: 24px;}
.inner-fleet .filter-part .inner-filter-part .price-range, .inner-fleet .filter-part .inner-filter-part .people-range, .inner-fleet .filter-part .inner-filter-part .extra-option{border: 1px solid var(--secondary);border-radius: 14px; background-color: var(--white);}
.inner-fleet .filter-part .inner-filter-part .price-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .people-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .extra-option .common-filter-title{padding: 10px 20px;border-bottom: 1px solid var(--grey9b);}
.price-range-card, .people-range-card{padding: 10px 20px;position: relative;margin: auto;}
.slider-container {position: relative;}
input[type="range"] {-webkit-appearance: none;width: 100%;height: 10px;border-radius: 6px;background:var(--grey-40) ;outline: none;cursor: pointer;}
input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none;appearance: none;width: 24px;height: 24px;background: #fff;border: 4px solid var(--secondary);border-radius: 50%;cursor: pointer;position: relative;z-index: 2;}
.slider-section{margin-top: 20px;}
.slider-section .minmax-value{display: flex;justify-content: space-between;margin-top: 10px;}
.value-indicator {position: absolute;top: -22px;left: 10px;transform: translateX(-50%);color: var(--secondary-80);text-align: center;}

.extra-option .list-group{padding: 20px 20px;}
.custom-checkbox {position: relative;display: flex;align-items: center;cursor: pointer;font-size: 18px;line-height: 24px;font-weight: 500;padding-bottom: 17px;}
.custom-checkbox:last-child{padding-bottom: 0;}
.custom-checkbox input {position: absolute;opacity: 0; /* hide native checkbox */cursor: pointer;height: 0;width: 0;}
.checkmark {width: 30px;height: 30px;background-color: var(--white);border: 2px solid var(--grey-40);border-radius: 4px;margin-right: 14px;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.custom-checkbox input:checked + .checkmark {background-color: var(--secondary);border-color: var(--secondary);}
.custom-checkbox input:checked + .checkmark::after {content: '';width: 8px;height: 14px;border: solid var(--primary-dark);border-width: 0 2px 2px 0;transform: rotate(45deg);position: absolute;top: 4px;}

.fleet-card{box-shadow: 0px 0px 10px 0px #7C9BA2;background-color: var(--white);border-radius: 6px;overflow: hidden;position: relative;}
.fleet-card .fleet-card-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.fleet-card .fleet-card-image-slider img{aspect-ratio: 710/400;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.fleet-card .fleet-card-image-wrapper{box-shadow: 0px 3px 10px 0px #00000033;position: relative;}
.fleet-card .fleet-card-image-wrapper .bookmark-icon{position: absolute;width: 26px;height: 35px;top: 36px;right: 36px;z-index: 2;border: none;outline: none;background-color: transparent;cursor: pointer;}
.fleet-card .fleet-card-image-wrapper .bookmark-icon img{width: 100%;height: 100%;object-fit: contain;}
.fleet-card .fleet-card-title-btn-wrapper{padding: 20px;border-bottom: 1px solid var(--grey9b);display: flex;justify-content: space-between;align-items: center;gap: 12px;}
.fleet-card .fleet-card-title-btn-wrapper .fleet-card-title{max-width: 70%;}
.fleet-card .fleet-card-title-btn-wrapper .fleet-card-btn{flex-shrink: 0;  position: relative; z-index: 5;}
.fleet-card .fleet-card-title-btn-wrapper .fleet-card-title .heading-style-6{text-transform: uppercase;color: var(--secondary);margin-bottom: 2px;}
.fleet-card .fleet-facility-wrapper{padding: 20px;display: flex;align-items: center;} 
.fleet-card .fleet-facility-wrapper .fleet-facility{text-align: center;padding-top: 20px;border-right: 1px solid var(--black);width: 25%;padding-inline: 4px;}
.fleet-card .fleet-facility-wrapper .fleet-facility:first-child{padding-left: 0;}
.fleet-card .fleet-facility-wrapper .fleet-facility:last-child{padding-right: 0;border-right: 0;}
.fleet-card .fleet-facility-wrapper .fleet-facility img{width: 20px;height: 23px;}
.fleet-card .fleet-facility-wrapper .fleet-facility:first-child img{width: 30px;height: 21px;}
.fleet-card .fleet-facility-wrapper .fleet-facility:last-child img{width: 44px;height: 18px;}
.fleet-card .fleet-facility-wrapper .fleet-facility .p-big{margin-top: 6px; text-transform: uppercase;}

.inner-fleet .fleet-card-wrapper > .heading-style-11.fw-300{display: none;}

/* custom dropdown css  */
.common-filter-input{position: relative;}
.common-filter-input .autocomplete-dropdown{position: absolute;top: 100%;left: 0;width: 100%;max-height: 200px;border-radius: 14px;border: 1px solid var(--secondary-80);z-index: 100;box-shadow: 0px 0px 10px 1px #C4D2D5;background-color: white;display: none;}
.common-filter-input .autocomplete-dropdown .autocomplete-item:first-child{padding-top: 16px !important;}
.common-filter-input .autocomplete-dropdown .autocomplete-item:last-child{padding-bottom: 16px !important;border-bottom: 0 !important;}
.common-filter-input .autocomplete-dropdown .autocomplete-item{cursor: pointer;transition: all ease-in 0.3s;padding: 8px 16px;border-bottom: 1px solid var(--primary-50);font-size: 18px;line-height: 24px;letter-spacing: 0;}
.common-filter-input .autocomplete-dropdown .autocomplete-item:hover{color: var(--secondary-dark);}
/* ======================================================================
======================= fleet-section ended ===========================
====================================================================== */

@media(max-width:1399px) {
    /* ======================================================================
    ======================= fleet-section start ===========================
    ====================================================================== */
    .inner-fleet .filter-part .inner-filter-part{padding: 24px 24px;}
    .fleet-card .fleet-card-image-wrapper .bookmark-icon{top: 24px;right: 24px;}
    /* ======================================================================
    ======================= fleet-section ended ===========================
    ====================================================================== */
}
@media(max-width:1199px) {
    .fleet-list-slider { padding:110px 30px 42px; }
    .fleet-list-slider-inner { gap: 24px;}
    /* ======================================================================
    ======================= fleet-section start ===========================
    ====================================================================== */
    /* common filter title */
    .common-filter-title .left-filter-title .heading-style-12{font-size: 16px;}
    .common-filter-title .left-filter-title .p-small{font-size: 12px;}
    .common-filter-title .right-filter-title a{font-size: 12px;line-height: 20px;border-radius: 8px;}

    /* common input , slider, checkbox */
    .common-filter-input input {border-radius: 10px;font-size: 16px;line-height: 24px;padding-block: 16px;padding-inline: 36px 12px;background-position: 12px center;background-size: 16px auto;}
    input[type="range"]{height: 8px;}
    input[type="range"]::-webkit-slider-thumb{width: 20px;height: 20px;border-width: 3px;}
    .value-indicator{top: -20px;}
    .slider-section .minmax-value{margin-top: 6px;}
    .slider-section .minmax-value .p-big{font-size: 14px;}
    .extra-option .list-group{padding: 12px;}
    .checkmark{width: 24px;height: 24px;margin-right: 8px;}
    .custom-checkbox {font-size: 16px;line-height: 22px;padding-bottom: 12px;}
    .custom-checkbox input:checked + .checkmark::after {width: 4px;height: 10px;top: 5px;}

    .common-filter-input .autocomplete-dropdown .autocomplete-item{font-size: 16px;line-height: 22px;padding: 8px 12px;}

    /* .inner-fleet{gap: 16px;} */
    .fleet-section { padding-top: 80px; }
    .inner-fleet .filter-part .inner-filter-part{padding: 20px;}
    .fleet-card .fleet-card-image-wrapper .bookmark-icon{top: 20px;right: 20px;}
    .inner-fleet .filter-part .inner-filter-part .more-filter, .inner-fleet .filter-part .inner-filter-part{gap: 20px;}
    .inner-fleet .filter-part .inner-filter-part .price-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .people-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .extra-option .common-filter-title, .price-range-card, .people-range-card{padding: 8px 12px;}
    .inner-fleet .filter-part .inner-filter-part .price-range, .inner-fleet .filter-part .inner-filter-part .people-range, .inner-fleet .filter-part .inner-filter-part .extra-option{border-radius: 10px;}

    .inner-fleet .fleet-card-wrapper{ /*width: calc(66% - 16px);*/gap: 36px;}
    .fleet-card .fleet-card-image-wrapper .bookmark-icon{width: 22px;height: 28px;top: 16px;right: 16px;}
    .inner-fleet .common-dots .slick-dots{bottom: 16px;}
    .fleet-card .fleet-card-title-btn-wrapper, .fleet-card .fleet-facility-wrapper{padding: 16px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility .p-big{font-size: 14px;margin-top: 2px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility{padding-top: 12px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility img {width: 18px;height: 20px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility:last-child img {width: 38px;height: 18px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility:first-child img {width: 26px;height: 20px;}
    /* ======================================================================
    ======================= fleet-section ended ===========================
    ====================================================================== */
}

@media(max-width:991px) {
    .fleet-list-slider { padding: 90px 30px 30px; }
    .fleet-list-slider-inner { justify-content: flex-start;}
    /* ======================================================================
    ======================= fleet-section start ===========================
    ====================================================================== */
    /* common filter title */
    .common-filter-title .left-filter-title .heading-style-12{letter-spacing: 0;line-height: 16px;}
    .common-filter-title .left-filter-title .p-small{letter-spacing: 0;}
    .common-filter-title .right-filter-title a{font-size: 10px;line-height: 18px;border-radius: 6px;letter-spacing: 0;padding: 6px;}

    /* common input , slider, checkbox */
    .common-filter-input input { font-size: 14px;line-height: 22px;padding-block: 12px;padding-inline: 26px 8px;background-position: 8px center;background-size: 14px auto;}
    input[type="range"]{height: 6px;}
    input[type="range"]::-webkit-slider-thumb{width: 16px;height: 16px;}
    .value-indicator{top: -12px;font-size: 10px;line-height: 16px;color: var(--secondary-dark);font-weight: 400 !important;letter-spacing: 0;}
    .slider-section .minmax-value{margin-top: 4px;}
    .slider-section .minmax-value .p-big{font-size: 12px;letter-spacing: 0;}
    .slider-section { margin-top: 10px;    }
    .extra-option .list-group{padding: 8px;}
    /* .checkmark{width: 20px;height: 20px;margin-right: 6px;} */
    .custom-checkbox { padding-bottom: 8px;letter-spacing: 0;}

    .common-filter-input .autocomplete-dropdown .autocomplete-item{font-size: 14px;line-height: 20px;padding: 6px 8px;}

    .inner-fleet{gap: 12px;}
    .inner-fleet .fleet-card-wrapper{ /*width: calc(66% - 12px); */gap: 28px;}
    .inner-fleet .filter-part .inner-filter-part{padding: 14px 14px;}
    .inner-fleet .filter-part .inner-filter-part .more-filter, .inner-fleet .filter-part .inner-filter-part{gap: 14px;}
    .inner-fleet .filter-part .inner-filter-part .price-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .people-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .extra-option .common-filter-title, .price-range-card, .people-range-card{padding: 6px 8px;}
    /* .inner-fleet .filter-part .inner-filter-part .price-range, .inner-fleet .filter-part .inner-filter-part .people-range, .inner-fleet .filter-part .inner-filter-part .extra-option{border-radius: 6px;} */

    .inner-fleet .common-dots .slick-dots{bottom: 12px;}
    .fleet-card .fleet-card-title-btn-wrapper, .fleet-card .fleet-facility-wrapper{padding: 12px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility .p-big{font-size: 12px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility{padding-top: 8px;}
   
    /* ======================================================================
    ======================= fleet-section ended ===========================
    ====================================================================== */
}

@media(max-width:767px) {
    .fleet-banner .common-inner-banner-title .btn{display: none;}
    /* ======================================================================
    ======================= fleet-section start ===========================
    ====================================================================== */
    .fleet-section { padding-top: 0;}
    .fleet-list-slider { top: auto; bottom: 0; padding: 35px 30px 45px;}
    .fleet-banner.common-inner-banner .common-inner-banner-title { display:none;}
    /* for slider dots */
    .inner-fleet .common-dots .slick-dots{left: 50%;transform: translateX(-50%);bottom: 10px;width: 100%;}
    .inner-fleet{flex-direction: column;}
    .inner-fleet .filter-part{
        position: fixed;
        left: -100%;
        top: 0px;
        z-index: 40;
        height: 100dvh;
        max-height: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
        border-radius: 0px;
        background-color: rgb(0 0 0 / 0.6);
        padding: 36px;
        -webkit-backdrop-filter:blur(64px);
        backdrop-filter: blur(64px);
        transition-duration: 300ms;
    }
    .inner-fleet .filter-part.active {
        left: 0px;
        display: flex;
    }
    .filter-header-mobile{display: flex; justify-content: space-between; align-items: center;}
    .filter-header-mobile .close-filter{border: none;outline: none;background-color: #2F3333;cursor: pointer; padding: 10px; border-radius: 10px; line-height: 0;}
    .common-filter-title .right-filter-title a { display: none;}
    .common-filter-input input { border-color: var(--white); border-radius: 14px; background-size: 20px auto; background-position: 22px center; padding-left: 54px;}
    .inner-fleet .filter-part .inner-filter-part .price-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .people-range .common-filter-title, .inner-fleet .filter-part .inner-filter-part .extra-option .common-filter-title, .price-range-card, .people-range-card { padding: 10px 22px;}
    .extra-option .list-group {
        padding: 10px 22px;
    }
    .more-filter .common-filter-title .left-filter-title .heading-style-12 { color: var(--white);}
    .more-filter .common-filter-title .left-filter-title .p-small { color: var(--white);}
    .inner-fleet .filter-part .inner-filter-part .price-range, .inner-fleet .filter-part .inner-filter-part .people-range, .inner-fleet .filter-part .inner-filter-part .extra-option { border-color: var(--white); border-radius: 14px;}
    .filter-footer-mobile { display: flex; gap: 12px; flex-direction: column;}
    .filter-footer-mobile .apply-filter{width: 100%; background-color: #B88240 !important; border-color: #B88240 !important; text-transform: capitalize; letter-spacing: 0.05em; font-size: 16px;}
    .filter-footer-mobile .clear-filter{width: 100%; background-color: transparent; border-color:transparent; color: var(--white); text-transform: capitalize; letter-spacing: 0.05em; font-size: 16px;}

    .inner-fleet .filter-part .inner-filter-part { box-shadow: none; background: none; padding: 0;}
    .inner-fleet .fleet-card-wrapper{width: 100%;gap: 20px; z-index: 1; position: relative;}
    .fleet-card .fleet-card-title-btn-wrapper{flex-direction: column;position: relative;padding: 12px 16px;border-bottom: none;}
  .fleet-card .fleet-card-title-btn-wrapper .fleet-card-btn{position: absolute;top: -60px;transform: translateX(-50%);left: 50%; z-index: 2;}
    .fleet-card .fleet-card-title-btn-wrapper .fleet-card-btn .btn { padding-inline: 15px; padding-block: 2px; font-size: 12px; line-height: 18px; background-color: var(--secondary-80);  border: 1px solid var(--secondary-80);}
    .inner-fleet .fleet-card-wrapper .fleet-card{border-radius: 24px; box-shadow: 0px 3px 10px 0px #00000026;  overflow: visible; position: relative;}
    .fleet-card .fleet-card-image-wrapper{border-radius: 24px;overflow: hidden; filter: drop-shadow(0px 2px 4px #00000080);;position: relative;}
    .fleet-card .fleet-card-image-wrapper::after{content: "";position: absolute;width: 100%;height: 100%;background-color: var(--black-20);left: 0;top: 0;}
    .fleet-card .fleet-card-title-btn-wrapper .fleet-card-title{max-width: 100%;display: flex;justify-content: space-between;align-items: center;width: 100%;gap: 12px;}
    .fleet-card .fleet-card-title-btn-wrapper .fleet-card-title .heading-style-6{color: var(--primary);margin-bottom: 0;}
    .fleet-card .fleet-card-title-btn-wrapper .fleet-card-title .heading-style-6 span{font-weight: 300 !important;}
    .fleet-card .fleet-card-title-btn-wrapper .fleet-card-title p.heading-style-11{color: var(--secondary-dark);white-space: nowrap;}
    .fleet-card .fleet-card-title-btn-wrapper .fleet-card-title .heading-style-11 span{font-size: 10px;}
    .fleet-card .fleet-card-link { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}

    .fleet-card .fleet-facility-wrapper{padding: 0 16px 12px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility{padding-top: 0;display: flex;align-items: center;gap: 3px;padding-inline: 8px;justify-content: center;width: auto;border-color: var(--greyc0); flex-direction: column;   flex: auto;}
    .fleet-card .fleet-facility-wrapper .fleet-facility .p-big{margin-top: 0; font-size: 10px;        text-transform: capitalize;}
    .fleet-card .fleet-facility-wrapper .fleet-facility img{width: 12px; height: 12px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility:first-child img{width: 12px;height: 12px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility:last-child img{width: 20px;height: 12px;}
    .fleet-card .fleet-facility-wrapper .fleet-facility .p-big { white-space: nowrap;}
    .fleet-card .fleet-facility-wrapper .fleet-facility .p-big span{color: var(--primary-50); letter-spacing: 0;}
    .fleet-card .fleet-card-image-wrapper .bookmark-icon{width: 16px;height: 20px;top: 16px;right: 16px;}

    .inner-fleet .fleet-card-wrapper > .heading-style-11.fw-300{display: block;text-align: center;font-size: 20px;}
    /* ======================================================================
    ======================= fleet-section ended ===========================
    ====================================================================== */
    .our-fleet-search-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 30px;}
    .our-fleet-search-title .btn { flex-shrink: 0; text-transform: capitalize; margin-top: 0; padding-inline: 12px; display: none;}
    .our-fleet-search-title .btn img { filter: brightness(10);}

    .fleet-list-slider .fleet-list-item{padding-bottom: 14px;position: relative;}
    .fleet-list-slider .fleet-list-item.active::after{content: ""; position: absolute;bottom: 0;width: 100%;height: 6px;border-radius: 8px;background-color: #77BEC9;left: 0;}
}

@media(max-width:575px) {
    /* ======================================================================
    ======================= fleet-section start ===========================
    ====================================================================== */
    .fleet-card .fleet-facility-wrapper{padding: 0 10px 12px;padding-bottom: 14px;}
    /* ======================================================================
    ======================= fleet-section end ===========================
    ====================================================================== */
}

/* ======================================================================
======================= fleet loader & date picker ======================
====================================================================== */
.fleet-card-wrapper {
    position: relative;
}

.fleet-card-wrapper .fleet-loader {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    backdrop-filter: blur(2px);
}

.fleet-card-wrapper.loading .fleet-loader {
    display: flex;
}

.fleet-loader .fleet-spinner {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #BD9875;
    border-top-color: transparent;
    animation: fleet-spin 0.8s linear infinite;
}

@keyframes fleet-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* .daterangepicker {
    border-radius: 16px;
    border: 1px solid #D8CDBC;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
    font-family: inherit;
    padding: 12px 14px 0;
    color: #1F2A37;
}

.daterangepicker .drp-calendar {
    padding: 0 12px 12px;
}

.daterangepicker .calendar-table {
    border: none;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    color: #1F2A37;
    font-weight: 500;
}

.daterangepicker .calendar-table th {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #5F6B7A;
}

.daterangepicker td.available:hover,
.daterangepicker td.in-range:hover {
    background: rgba(189, 152, 117, 0.25);
}

.daterangepicker td.in-range {
    background: rgba(189, 152, 117, 0.18);
    color: #1F2A37;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #BD9875;
    color: #ffffff;
}

.daterangepicker td.start-date {
    border-radius: 12px 0 0 12px;
}

.daterangepicker td.end-date {
    border-radius: 0 12px 12px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 12px;
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #E9DED0;
    padding: 12px 18px;
    text-align: right;
}

.btn-date-range {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 999px;
    padding: 6px 18px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.btn-date-cancel {
    background: transparent;
    border: 1px solid #BD9875;
    color: #BD9875;
    margin-right: 10px;
}

.btn-date-cancel:hover {
    background: #BD9875;
    color: #ffffff;
}

.btn-date-apply {
    background: #BD9875;
    color: #ffffff;
    border: 1px solid #BD9875;
}

.btn-date-apply:hover {
    background: #caa987;
    border-color: #caa987;
} */








