/* .ftco-navbar-light{
    top: 0;
    background: #0300076c !important;
} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

.car-wrap .text {
    padding: 16px;
}

.car-wrap .img {
    overflow: hidden;
}

.car-wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cursor-pointer,
.form-check label {
    cursor: pointer;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.filter {
    max-height: 500px;
    overflow-y: auto;
    transition: 0.3s ease;
}

.filter ul li a,
.filter label {
    color: #2b2b2b;
    transition: .3s;
}

.filter ul li {
    transition: .3s;
}

.filter ul li:hover a,
.filter ul li.active a,
.filter label:hover {
    color: #1089ff;
}


.filter::-webkit-scrollbar {
    width: 6px;
}

.filter::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter::-webkit-scrollbar-thumb {
    background: #88888881;
    border-radius: 10px;
    cursor: pointer;
}

.filter::-webkit-scrollbar-thumb:hover {
    background: #888888ab;
}

.form-check .form-check-input {
    margin-left: -1.25rem;
}

.toggle-filter-content {
    font-size: 12px;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none;
}

.car-wrap .text span.cat {
    color: inherit;
}

.ftco-navbar-light.scrolled {
    z-index: 3000;
}

.sticky-top-100 {
    position: -webkit-sticky !important;
    position: sticky;
    top: 100px !important;
    z-index: 1020;
}

.sticky-top-80 {
    position: -webkit-sticky !important;
    position: sticky;
    top: 80px !important;
    z-index: 1020;
}

ul li {
    list-style: none;
}

.pills .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.pills .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#modal button[data-bs-dismiss="modal"] {
    border: none;
    width: 24px;
    height: 24px;
    background: #f0f1f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #6c757d;
    padding: 0;
}

i {
    display: inline-flex;
}


.modal-body {
    padding: 16px;
}

.modal-header {
    padding: 12px 16px;
}

.modal-content {
    border: 0;
}

#modal button[data-bs-dismiss="modal"] {
    border: none;
    width: 24px;
    height: 24px;
    background: #f0f1f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #6c757d;
    padding: 0;
}

.modal-dialog.sm-modal-dialog.modal-dialog-centered {
    width: 350px;
}

.toast-container {
    z-index: 100000;
}

.toast-header {
    background-color: transparent;
    color: #fff;
    border-bottom: none;
}

.toast-body {
    color: #fff;
    font-weight: 500;
}

.user-avatar {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.dropdown-menu {
    left: -80px;
}

.testimony-wrap .user-img {
    overflow: hidden;
}

.testimony-wrap .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.ellipsis-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.blogs .block-20 {
    border-radius: 16px;
}

.blogs .block-20 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sidebar-box .blog-img {
    border-radius: 6px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.sidebar-box .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sidebar-box .heading {
    font-size: 14px;
    font-weight: 500;
}

.car-details .img {
    height: auto;
    aspect-ratio: 16 / 9;
}

.block-21 .text .heading {
    font-size: 14px;
}

.review-btn {
    border: 1px solid;
    border-radius: 50px;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.review-btn p {
    transition: .3s;
    margin-bottom: 0;
}

.review-btn i {
    color: #ffc107;
    transition: .3s;
}

.review-btn:hover {
    background: #1089ff;
    border: 1px solid #1089ff;
}

.review-btn:hover p {
    color: #fff;
}

.map-container {
    position: relative;
}


.map-container #spinner-container {
    display: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
}

#spinner-container.wait {
    display: block !important;
}

#map {
    position: relative;
    width: 100%;
    height: 75vh;
    border-radius: 12px;
}

#map.wait::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 9999;
}

.logo-container {
    background: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

select[name="language"] {
    width: 85px;
    margin-right: 20px;
}

.select2-selection__rendered {
    line-height: 52px !important;
}

.select2-container .select2-selection--single {
    height: 52px !important;
}

.select2-selection__arrow {
    height: 52px !important;
}


.e-dropdown {
    position: relative;
    display: inline-block;
}

.e-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 200px;
    display: none;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 9999;
}

.e-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.e-dropdown-item:last-child {
    border-bottom: none;
}

.e-dropdown-item:hover {
    background-color: #f4f4f4;
    color: #007bff;
}

.e-dropdown-item i {
    margin-right: 8px;
    font-size: 16px;
}

.e-dropdown-menu.show {
    display: block;
    opacity: 1;
}

.slider~.container .slider-text {
    height: auto;
}

.slider .item {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.slider .item .img-container,
.slider .ftco-animate.fadeInUp.ftco-animated {
    width: 100%;
    height: 100%;
}

.slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-wrap {
    height: auto;
}

.slider .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005f;
    z-index: 1;
}


.slider .owl-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.slider .owl-dots .owl-dot {
    width: 30px;
    height: 3px;
    border-radius: 50px;
    border: none;
    background: #777070;
}

.slider.owl-carousel .owl-dots .owl-dot.active {
    background: #e6e6e6;
}

.slider.owl-carousel .owl-dots .owl-dot:after {
    border: none;
}

.ftco-degree-bg:after {
    width: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.slider .car-details {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #fff;
    z-index: 1;
    font-size: 40px;
    margin-left: 40px;
}

table tr:nth-of-type(2) th {
    width: 150px;
}

.table tbody tr td {
    padding: .70rem;
}

.table thead th {
    vertical-align: middle;
}

.ftco-navbar-light {
    top: 0;
}

.w-200 {
    width: 200px;
}

.w-220 {
    width: 200px;
}

textarea {
    resize: nones;
}

.request-form {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.services-wrap {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.breadcrumb-container {
    width: 100%;
    height: 30vh;
    overflow: hidden;
    position: relative;
}

.breadcrumb-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005f;
}

.breadcrumb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.breadcrumb-container .ftco-animate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.breadcrumb-container .ftco-animate h1 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.ftco-section {
    padding: 3rem 0;
}

.breadcrumbs {
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #999;
}

.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1089ff;
}

.ftco-navbar-light.scrolled{
    margin-top: -142px;
}

.navbar .container {
    padding-top: 36px;
}

.navbar-brand span:nth-child(1) {
    color: #1d7b69;
}

.navbar-brand span:nth-child(2) {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 5px;
    color: #0184c8;
}

.gateway {
    padding: 8px;
    border: 1px solid #99999930;
    border-radius: 16px;
}

.gateway .banner {
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.rating-wrap .gateway .banner {
    border-radius: 8px;
}

.gateway .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width: 991.98px) {
    .slider .item {
        height: 40vh;
    }
    .navbar-brand {
        background: transparent;
        padding: 0;
    }

    .navbar-brand img{
        width: 45px;
    }

    .navbar .container {
        padding-top: 60px;
    }
}


@media screen and (max-width: 576px) {
    .reservation-btn {
        width: 100%
    }

    .slider .item {
        height: 30vh;
    }

    .slider .owl-dots .owl-dot {
        width: 10px;
        height: 2px;
    }

    .slider .car-details {
        font-size: 24px;
        margin-bottom: 0;
        bottom: 32px;
    }

    .request-form {
        border-radius: 5px;
    }

    .services-wrap {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .request-form h2 {
        text-align: center;
    }

    .services-wrap p a {
        width: 100%;
    }

    .slider .owl-dots {
        bottom: 16px;
    }

    .services-wrap .heading-section {
        text-align: center;
    }
}

.ftco-about:after{
    background: #1089ff;
}