.dx-checkbox-text {
    padding-left: 10px !important;
}

/*---------------- carrental RESULT HEADER ----------------*/

.carrental-box-wrapper {
    margin-bottom: 0px;
}

.carrental-result-header-bar {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    padding: 16px 20px;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.carrental-icon-main {
    color: white;
    font-size: 42px;
    margin-right: 20px;
}

.carrental-search-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

.carrental-route-info {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0px;
    display: flex;
    align-items: center;
}
.carrental-route-info .fa-car-alt{
    color: white;
    font-size: 50px;
    margin-right: 20px;
}
.carrental-content-wrapper {
    display: flex;
    flex-direction: column;
}

.carrental-result-desc-container {
    width: 400px;
}

.carrental-destination {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.carrental-route-arrow {
    margin: 0 12px;
    font-size: 16px;
    opacity: 0.9;
}

.carrental-details {
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.carrental-detail-item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
}

.carrental-detail-item i {
    margin-top: -3px;
    margin-right: 5px;
}

.carrental-detail-separator {
    margin: 0 6px;
    opacity: 0.7;
}

.carrental-result-header-btn {
    color: white;
}

.carrental-result-header-btn:active {
    color: white;
}

.carrental-search-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.carrental-search-info {
    flex: 1;
}

.carrental-search-action {
    flex-shrink: 0;
    align-self: center;
}

.days-badge {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: white;
    padding: 0px 6px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 5px;
    box-shadow: 0 1px 3px rgba(251, 191, 36, 0.4);
}
@media (max-width: 1024px) {
    .carrental-detail-separator {
        margin: 0px;
    }
}
/*---------------- END carrental RESULT HEADER ----------------*/
/* Custom styles for Popular Facilities Accordion */
/* --- TRANSMISSION --- */
#accordionTransmission .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

#accordionTransmission .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

#accordionTransmission .btn-link {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0px !important;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: transparent;
    width: 100%;
}

#accordionTransmission .btn-link:hover,
#accordionTransmission .btn-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

#accordionTransmission .btn-link i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

#accordionTransmission .btn-link.collapsed i {
    transform: rotate(-90deg);
}

#accordionTransmission .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

#accordionTransmission .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

/* --- CAR TYPE --- */
#accordionCarType .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

#accordionCarType .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

#accordionCarType .btn-link {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0px !important;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: transparent;
    width: 100%;
}

#accordionCarType .btn-link:hover,
#accordionCarType .btn-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

#accordionCarType .btn-link i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

#accordionCarType .btn-link.collapsed i {
    transform: rotate(-90deg);
}

#accordionCarType .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

#accordionCarType .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

/* --- PASSENGER CAPACITY --- */
#accordionPassengerCapacity .card {
    border: none;
    box-shadow: none;
    background: transparent;
}

#accordionPassengerCapacity .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

#accordionPassengerCapacity .btn-link {
    color: inherit;
    text-decoration: none;
    padding: 5px 5px 5px 0px !important;
    font-weight: inherit;
    font-size: inherit;
    border: none;
    background: transparent;
    width: 100%;
}

#accordionPassengerCapacity .btn-link:hover,
#accordionPassengerCapacity .btn-link:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

#accordionPassengerCapacity .btn-link i {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

#accordionPassengerCapacity .btn-link.collapsed i {
    transform: rotate(-90deg);
}

#accordionPassengerCapacity .card-body {
    padding: 0;
    border: none;
    background: transparent;
}

#accordionPassengerCapacity .title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

/*  */

.carrental-result-card {
    width: 100%;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.carrental-result-card .img-carrental {
    width: 250px;
    height: 177px;
    object-fit: cover;
    border-radius: 5px;
}

.img-carrental-wrapper {
    position: relative;
    width: 250px;
    height: 177px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img-carrental-default {
    width: 64px;
    height: 64px;
    margin-bottom: 40px;
    object-fit: contain;
}

.img-carrental-default-text {
    position: absolute;
    top: 60%;
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6d;
}

.carrental-result-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-primary);
    margin-top: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.carrental-result-title i {
    font-size: 10px;
    margin-top: 1px;
}

.carrental-result-title p {
    font-size: 11px;
    color: #6d6d6d;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.carrental-result-detail {
    margin-top: 10px;
    font-weight: 800;
    max-width: 626px;
}

.carrental-result-include-wrapper {
    position: relative;
    max-height: 22px;
    overflow: hidden;
}

.carrental-result-include-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 24px;
    background: linear-gradient(to right, transparent, white 60%);
    pointer-events: none;
    display: none;
}

.carrental-result-include-wrapper.show-dots::after {
    display: block;
}

.carrental-result-include {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.carrental-result-badges {
    padding: 3px 5px 0px 5px;
    border: 1px solid var(--theme-primary);
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background: #fff;
    max-width: 90px;
}

.carrental-result-badges p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carrental-result-detail i {
    font-size: 9px;
    color: black;
    padding-bottom: 4px;
    margin-right: 5px;
}

.carrental-result-detail p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.carrental-result-availability {
    margin-top: auto;
    font-weight: 500;
    font-size: 12px;
    color: #28a745;
}

.carrental-result-border {
    border-right: 1px solid #e7e7e7;
    margin: -10px 10px;
}

.carrental-result-price-booking {
    margin-top: 10px;
}

.carrental-result-badge-star {
    background-color: #c0c0c0;
    color: #ffffff;
    font-size: 9px;
    height: 20px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.carrental-result-price {
    width: 150px;
    height: 100%;
}

.carrental-result-price span {
    color: var(--theme-primary);
    font-weight: bold;
    font-size: 20px;
}

.carrental-result-price h6 {
    font-size: 10px;
    text-align: start;
    margin: 0px 0px -4px 0px;
    font-weight: bold;
    color: #6d6d6d;
}

.carrental-result-price p {
    font-size: 10px;
    font-weight: bold;
    line-height: 6px;
    color: #6d6d6d;
}

.carrental-result-price a {
    background-color: var(--theme-primary);
    color: #fff !important;
    margin-top: 40px;
    border-color: var(--theme-primary);
    border-radius: 0px;
    transition: all 0.3s;
    font-size: 14px;
    padding: 7px 20px;
    margin-left: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.carrental-result-price a:hover {
    background-color: #fff !important;
    color: var(--theme-primary) !important;
    border: 1px solid var(--theme-primary) !important;
}

.carrental-load-more {
    background-color: var(--theme-primary);
    color: #fff;
    border-color: var(--theme-primary);
    border-radius: 0px;
    transition: all 0.3s;
    font-size: 14px;
    padding: 4px 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.carrental-load-more:hover {
    background-color: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

.carrental-result-rating {
    margin: 0px 0px 10px 0px;
    font-size: 13px;
    align-items: center;
    display: flex;
}

.carrental-result-rating h4 {
    margin: 0px;
}

.carrental-result-rating i {
    color: #ffd700;
    font-size: 12px;
}

.carrental-result-type {
    width: 30%;
    margin-top: 8px;
}

.carrental-result-type i {
    font-size: 19px;
    color: var(--theme-primary);
}

.carrental-result-type span {
    font-size: 10px;
    line-height: 12px;
    color: #5d646d;
}

.carrental-result-type p {
    font-size: 11px;
    font-weight: bold;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
}

.carrental-result-price-range {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.carrental-result-price-range-label {
    font-size: 12px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    text-align: center;
}

.carrental-result-price-range button {
    background-color: transparent;
    color: var(--theme-primary);
    font-weight: 500;
    font-size: 14px;
}

.gap-1 {
    gap: 1px;
}

.carrental-result-rooms-price-badge-refund {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #d4edda;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.carrental-result-rooms-price-badge-not-refund {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #f8d7da;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.carrental-result-rooms-price-badge-refund h4 {
    margin: 0;
    font-size: 11px;
    padding-top: 2px;
}

.carrental-result-rooms-price-badge-not-refund h4 {
    margin: 0;
    font-size: 11px;
    padding-top: 2px;
}
.carrental-result-desc-container {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .carrental-result-card .img-carrental,
    .img-carrental-wrapper {
        width: 200px;
    }
    .carrental-result-card .img-carrental {
        width: 210px;
    }
    .carrental-result-price {
        width: 130px;
    }
    .carrental-result-desc-container {
        width: 285px;
    }
    .carrental-result-price a {
        margin-top: 35px;
    }
    .carrental-result-border {
        margin: -10px 10px;
    }
    .carrental-result-rating {
        margin: 0px 0px 5px 0px;
    }
    .carrental-result-type {
        width: 52%;
    }
}
/*---------------- END carrental RESULT CARD ----------------*/



/*---------------- CARD carrental MOBILE RESULT ----------------*/

.card-carrental-mobile-result-card-carrental-wrapper {
    width: 100%;
    /* padding: 0px 5px; */
}

.card-carrental-mobile-result-card-carrental {
    border-radius: 10px;
    border: 1px solid #eeeeee !important;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    transition: all 0.3s;
    position: relative;
}

.card-carrental-mobile-result-card-carrental:hover {
    color: #444444;
}

.card-carrental-mobile-result-img-carrental {
    position: relative;
    border-radius: 5px;
}

.card-carrental-mobile-result-img-carrental img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.3s;
}

.card-carrental-mobile-result-img-carrental .img-carrental-wrapper {
  width: 100%;
  height: 177px;
  background-color: #f5f5f5;  
  border-radius: 5px;
  display: flex;
  justify-content: center; 
  align-items: center;    
  overflow: hidden;
}

.card-carrental-mobile-result-img-carrental .img-carrental-default {
  width: 64px;
  height: 64px;
  object-fit: contain;   
}

.card-carrental-mobile-result-img-carrental:hover img {
    transform: scale(1.04);
}

.carrental-mobile-result-rating {
    font-size: 13px;
}

.carrental-mobile-result-rating i {
    color: #ffd700;
}

.card-carrental-mobile-result-card-carrental-content .info-icon {
    margin-left: -10px;
    margin-right: -2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
}

.card-carrental-mobile-result-card-carrental-content .info-content h6 {
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-carrental-mobile-result-card-carrental-content .info-content p {
    font-size: 9px;
}

.card-carrental-mobile-result-card-body-carrental {
    color: #333333;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px 0px 10px 10px;
}

.card-carrental-mobile-result-avail-dates {
    font-size: 13px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: var(--theme-primary);
}

.card-carrental-mobile-result-avail-dates p {
    font-size: small;
}

.card-carrental-mobile-result-carrental-title {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 2px;
}

.card-carrental-mobile-result-carrental-title h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-carrental-mobile-result-carrental-title p {
    font-size: small;
}

.text-container {
    flex: 1;
    min-width: 0;
}

.card-carrental-mobile-result-carrental-address {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-carrental-mobile-result-tour-destination {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: #5d646d;
    margin: 0px 0px 5px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-carrental-mobile-result-card-price {
    margin-top: auto;
    font-size: 15px;
}

.card-carrental-mobile-result-card-price h4 {
    margin: 5px 0px;
    font-size: 19px;
    font-weight: bold;
    color: var(--theme-primary);
}

.card-carrental-mobile-result-card-price p {
    font-size: 10px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-right: 5px;
    line-height: 27px;
}

.card-carrental-mobile-result-card-price span {
    font-size: 11px;
    color: #6d6d6d;
    line-height: 37px;
    font-weight: 600;
}

.card-carrental-mobile-result-border-b {
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}

.card-carrental-mobile-result-tags-wrapper {
    width: 100%;
}

.partial-input-margin {
    margin-bottom: 28px;
}

.carrental-result-rooms-price-badge-refund-mobile {
    background-color: #d4edda;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: -16px;
    padding: 4px 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.carrental-result-rooms-price-badge-not-refund-mobile {
    background-color: #f8d7da;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: -16px;
    padding: 4px 12px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.carrental-result-rooms-price-badge-refund-mobile h4 {
    margin: 0;
    font-size: 11px;
    padding-top: 2px;
}

.carrental-result-rooms-price-badge-not-refund-mobile h4 {
    margin: 0;
    font-size: 11px;
    padding-top: 2px;
}

.carrental-result-price-mobile {
    background-color: var(--theme-primary);
    color: #fff;
    margin-top: auto;
    border-color: var(--theme-primary);
    border-radius: 0px;
    transition: all 0.3s;
    font-size: 14px;
    padding: 7px 20px;
    margin-left: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.carrental-result-price-mobile:hover {
    background-color: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

/*---------------- END CARD carrental MOBILE RESULT ----------------*/



/*---------------- RESPONSIVE HEADER carrental MOBILE & TABLET ----------------*/
@media (max-width: 576px) {
    .main-banner .header-banner .flight-box,
    .main-banner .header-banner .carrental-box {
        bottom: -390px;
        font-size: 16px;
        padding: 0px;
    }

    .indexcarrentals-destination {
        padding: 450px 0px 50px 0px;
    }

    .title-section-carrentals {
        font-size: 29px;
    }

    .carrental-Step-by-Step-container {
        padding: 0 10px;
    }

    .card-carrental .img-carrental .badge {
        font-size: 12px;
    }

    .carrental-Step-by-Step-title {
        font-size: 23px;
    }

    .carrental-partner-title {
        font-size: 27px;
    }

    .carrental-Step-by-Step-info-card {
        padding: 18px;
    }

    .carrental-Step-by-Step-check-icon {
        font-size: 18px;
        min-width: 28px;
        height: 28px;
    }

    .card-carrental-wrapper {
        padding: 0px 2px;
    }

    .card-carrental .card-body-carrental {
        padding: 15px 10px 5px 10px;
    }

    .card-carrental .card-body-carrental .card-price p {
        font-size: 9px;
    }

    .card-carrental .card-body-carrental .card-price h4 {
        font-size: 13px;
    }

    .card-carrental .card-body-carrental .carrental-title h5 {
        font-size: 13px;
    }

    .card-carrental .card-carrental-content {
        height: 205px;
    }

    .card-carrental .img-carrental img,
    .card-carrental .img-carrental:hover img {
        height: 150px;
    }
    .carrental-detail-item {
        font-size: 12px;
    }
}

/* Mobile: 0 - 767px */
@media (max-width: 767px) {
    .carrental-result-header-bar {
        padding: 9px 20px 20px 20px;
    }
    .carrental-result-header-bar {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .carrental-result-detail {
        margin-top: 0px;
    }
    .carrental-search-container {
        flex-direction: column;
    }

    .carrental-details {
        margin-top: 5px;
        line-height: 12px;
    }

    .carrental-icon-main {
        font-size: 50px;
        margin-right: 16px;
    }
    .carrental-search-action {
        margin-top: 15px;
        width: 100%;
    }

    .carrental-result-header-btn {
        width: 100%;
    }
}

/* Tablet: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .carrental-detail-item {
        font-size: 11px;
    }
}

/*---------------- END RESPONSIVE HEADER carrental MOBILE & TABLET ----------------*/