@import url('https://fonts.googleapis.com/css2?family=Almarai&family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* Variables */
:root {
    --primary-color: #0000fe;
}

/* Body Styles */
body {
    overflow-x: hidden;
    font-weight: 400;
}

/* Headings */
h1, h2, h3, h4 {
    font-weight: 600;
}

/* Button */
.chbs-button:hover,
.chbs-button:focus {
    color: #fff !important;
}

/* Global Navbar */
body:not(.home) .theme-page-header {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.theme-page .theme-page-header .theme-page-header-flex > .vc_column-inner > .wpb_wrapper {
    margin: 20px 0;
}
@media screen and (max-width: 767px) {
    .theme-menu-mode-responsive .theme-menu.theme-menu-responsive .theme-menu-responsive-button {
        border: 0;
        width: auto;
        height: auto;
        line-height: normal;
    }
}
html body.home .theme-page .theme-page-header .theme-component-button > a:hover {
    color: #fff;
}
.theme-menu.theme-menu-default > ul ul {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.07);
}
.theme-menu.theme-menu-default > ul ul li a {
    color: #000 !important;
}

/* Homepage - Header */
@media screen and (min-width: 960px) {
    body.home .theme-page-header-bottom {
        height: 90vh;
    }
}

.theme-page-header-top,
body.home .theme-page-header-middle {
    position: relative;
    z-index: 2;
}

.theme-page-header-bottom>.theme-main,
.theme-page-header-bottom>.theme-main>.vc_row {
    height: 100%;
}

.theme-page-header-bottom>.theme-main>.vc_row {
    padding-bottom: 60px !important;
}

.theme-page-header-bottom>.theme-main>.vc_row>.wpb_column {
    margin-top: 120px;
}

.theme-page .theme-page-header .theme-page-header-top {
    background-color: transparent;
    display: none;
}

body.home .theme-menu.theme-menu-default>ul>li>a,
body.home .theme-menu.theme-menu-default>ul>li>a:hover {
    color: #fff;
}

.vc_custom_1661870413147 {
    position: relative;
}

.vc_custom_1661870413147::before {
    content: '';
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Homepage - Booking Form */
.headerBookingForm {
    margin-top: -225px;
}

.chbs-booking-form-id-10007.chbs-widget.chbs-widget-style-2 .chbs-main-content-step-1 .chbs-tab.ui-tabs .ui-tabs-panel {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 12px;
    border: 0 !important;
    border-radius: 10px;
}

/* Mobile Device Content Width */
@media only screen and (min-width: 0px) and (max-width: 479px) {
    html body .theme-main {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Navbar Mobile Fixes */
@media screen and (max-width: 575px) {
    .theme-page .theme-page-header .theme-page-header-flex>.vc_column-inner>.wpb_wrapper {
        justify-content: space-between;
    }
}

/* Homepage - Cards */
.cardCol.wpb_column {
    height: 100%;
}

.cardCol.wpb_column .vc_column-inner {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
    padding: 30px;
    border-radius: 14px;
}

/* Content - Mobile */
@media screen and (max-width: 767px) {
    .theme-page .theme-page-content {
        padding: 50px 0;
    }
}

/* Booking Page - Summary */
.chbs-booking-form-id-10007 .chbs-summary {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    padding: 0;
}

.chbs-main .chbs-summary .chbs-summary-header {
    background-color: var(--primary-color);
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
}

.chbs-main .chbs-summary .chbs-summary-header h4 {
    color: #fff;
}

.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-field {
    padding: 15px;
    margin-top: 0;
}

.chbs-main .chbs-summary .chbs-summary-field:last-child {
    padding-bottom: 15px;
}

.chbs-main .chbs-summary .chbs-summary-field .chbs-summary-field-name {
    font-weight: 600;
    color: #000;
}


.chbs-booking-form-id-10007 .chbs-summary .chbs-summary-header>a {
    color: #fff;
    border-color: #fff;
}

/* Booking Page - Vehicles Filter */

.chbs-main .chbs-form-label-group {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
}

.chbs-main .chbs-vehicle-filter {
    border-radius: 7px;
}

.chbs-vehicle-filter .chbs-form-field:last-child {
    border-radius: 0 0 6px 0;
}

.chbs-vehicle-filter .chbs-form-field:nth-child(2) {
    border-radius: 0 0 0 6px;
}

/* Driver Bookings Table */

table.bookingsTable {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
}
table.bookingsTable thead {
    background-color: blue;
    color: #fff;
}
table.bookingsTable tr th {
    border: 0;
}
@media screen and (min-width: 768px) {
    table.bookingsTable .bookingsTable-item td:not(:last-child) {
        border-right: 1px solid #ececec;
    }
}
@media screen and (max-width: 767px) {
    table.bookingsTable .bookingsTable-item td:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }
}
table.bookingsTable .bookingsTable-item td {
    border: 0;
}
table.bookingsTable .bookingsTable-item--action {
    display: flex;
    align-content: center;
    gap: 10px;
    justify-content: center;
}
table.bookingsTable .bookingsTable-item--action a {
    padding: 14px 18px;
    text-transform: capitalize;
}
table.bookingsTable .bookingsTable.bookingsTable-item td {
    text-align: center;
}
@media screen and (max-width: 767px) {
    table.bookingsTable .bookingsTable-item td {
        display: block;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    table.bookingsTable thead {
        display: none;
    }
    table.bookingsTable .bookingsTable-item td:first-child {
        background-color: blue;
        color: #fff;
        justify-content: center;
    }
    table.bookingsTable .bookingsTable-item td::before {
        content: attr(data-title);
    }
    table.bookingsTable .bookingsTable-item td.bookingsTable-item--actionRow::before {
        display: none;
    }
    table.bookingsTable .bookingsTable-item td.bookingsTable-item--actionRow {
        justify-content: center;
    }
}