/*

Primary Colour #3A393B
Secondary Colour #1B43A0
Hover Colour #EF4136

*/

html {
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-optical-sizing: auto;
    line-height: 1.5;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    /* Webkit browsers (Chrome, Safari) */
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.01em transparent;

    /* Firefox on macOS */
    -moz-osx-font-smoothing: grayscale;

    /* General text rendering optimization */
    text-rendering: optimizeLegibility;

    /* Improve subpixel rendering */
    font-variant-ligatures: none;
    font-display: swap;
    color: #3a393b;
}

html,
body {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-optical-sizing: auto;
}

a {
    color: #1b43a0;
    text-decoration: none;
}

a:hover {
    color: #ef4136;
}

h4 {
    font-size: 1rem;
    color: #203f81;
}

h3 {
    font-size: 1.4rem;
    color: #343436;
}

.w-48 {
    width: 48%;
}

.btn {
    border-radius: 40px;
    padding: 0.8rem 1rem;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}

.text-primary {
    color: #1b43a0 !important;
}

.btn-primary {
    background-color: #1b43a0;
    border-color: #1b43a0;
    color: #fff;
}

.bg-primary {
    background-color: #1b43a0 !important;
}

.bg-primary-subtle {
    background-color: rgba(27, 67, 160, 0.08) !important;
}

.bg-danger {
    background-color: #ef4136 !important;
}

.bg-dark {
    background-color: #3a393b !important;
}

/* .btn-outline-light {
    border: 1px solid rgba(27, 67, 160, 0.08) !important;
}

.bg-light {
    background-color: rgba(27, 67, 160, 0.08) !important;
}

.border-light {
    border: 1px solid rgba(27, 67, 160, 0.16) !important;
} */

input::placeholder {
    color: #1b43a0;
    opacity: 0.5;
    font-weight: 600;
}

.btn:hover,
.btn:focus,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #ef4136;
    border-color: #ef4136;
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid rgba(27, 67, 160, 0.16);
    color: #1b43a0;
    font-weight: 600;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary.show,
.btn-outline-primary:focus-visible,
.btn-check + .btn:hover {
    color: #ffffff;
    background-color: #1b43a0;
    border-color: #1b43a0;
}

.btn-check:checked + .btn {
    background: rgba(27, 67, 160, 0.08);
    color: #1b43a0;
    border-color: rgba(27, 67, 160, 0.08);
}

/* .btn-primary span {
    border-radius: 40px;
    background: #2d64b8;
    padding: 6px;
    position: absolute;
    right: 5px;
    top: 11px;
} */

.form-control,
.form-select {
    border-radius: 0.5rem;
    border: 1px solid rgba(27, 67, 160, 0.16);
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.modal-header {
    background: rgba(27, 67, 160, 0.08);
}

.offcanvas-header {
    border-bottom: 1px solid #dee2e6;
    background: rgba(27, 67, 160, 0.08);
}

.offcanvas-bottom {
    bottom: auto;
    top: 50px;
    height: 100% !important;
    border-radius: 1rem 1rem 0 0;
}

.py-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    position: absolute;
    font-size: 12px;
    color: red;
    right: 7px;
    top: 5px;
    z-index: 10;
}

.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--single {
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    min-height: calc(3.5rem + 2px) !important;
    border: 1px solid #c7c7c7;
    border-radius: 0.5rem;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0 10px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
    min-height: calc(3.5rem + 5px);
}

.select2-selection__arrow {
    width: 100% !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    left: 97%;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    min-height: auto !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    height: auto !important;
    border: 0 solid #aaa;
    border-radius: 50px;
    margin-top: 12px;
    padding: 2px 6px 3px 10px;
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 71px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #e4e4e4;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 16px;
    width: 16px;
    text-align: center;
    background: #dc3545;
    line-height: 16px;
    border-radius: 50px;
    float: right;
    margin-left: 7px;
    margin-top: 3px;
    font-size: 19px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    color: #e4e4e4;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    width: 25px;
    text-align: center;
    background: #dc3545;
    line-height: 20px;
    border-radius: 50px;
    font-size: 25px;
    padding-left: 2px;
    position: relative;
    top: 9px;
    left: 13px;
}

.select2-dropdown {
    border: 0 solid #aaa;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175) !important;
}

.select2-container--default .select2-selection--multiple:before {
    content: " ";
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.select2-container--open .select2-selection--multiple:before {
    content: " ";
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.flatpickr-day {
    color: #1b43a0;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 6px;
}

.flatpickr-day.selected {
    color: #1b43a0;
    background: rgba(27, 67, 160, 0.08);
    border: 1px solid rgba(27, 67, 160, 0.08);
}

/* Comm CSS End */

.breadcrumb li a {
    opacity: 0.5;
    font-weight: 600;
}

.menu-hover-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #333;
    z-index: 1010;
    opacity: 0.5;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1b43a0;
    width: 23px;
    height: 23px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 8px;
    font-weight: 900;
}

header {
    border-bottom: 1px solid #19429f4d;
}

.offcanvas-backdrop {
    top: 58px;
}

.offcanvas.offcanvas-start {
    top: 58px;
}

.offcanvas-mobile-menu-body {
    padding-bottom: 85px;
}

.nav-link {
    color: #1b43a0;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border-bottom: 1px solid transparent;
}

.free-call {
    color: #1b43a0;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #1b43a0;
    color: #ef4136;
}

.header-menu .dropdown-toggle::after {
    font-family: "Font Awesome 7 Pro";
    font-size: 1rem;
    vertical-align: 0.255em;
    content: "\f107";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    position: absolute;
    margin-left: 0.45em;
}

.notification-alert {
    right: 20rem;
    top: 2.8rem;
}

.toast-header {
    color: #3a393b;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    text-transform: capitalize;
}

.toast {
    border-radius: 16px;
    border: 1px solid rgba(27, 67, 160, 0.16);
    background: #fff;
    /* Shadow */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
    z-index: 1050;
}

.m-menu__checkbox {
    display: none;
}

label.m-menu__toggle {
    cursor: pointer;
}

.m-menu {
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 450px;
    width: 100%;
    height: 100%;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
}

.m-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none;
}

.m-menu__header {
    padding: 15px;
    display: -ms-flexbox;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(27, 67, 160, 0.08);
    display: block;
}

.m-menu__header span {
    width: 100%;
    color: #1b43a0;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.m-menu .m-menu {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
}

.m-menu ul {
    height: 100%;
    overflow-y: auto;
    list-style-type: none;
    padding-left: 0;
}

.m-menu ul li a,
.m-menu ul li label {
    display: block;
    text-align: left;
    padding: 20px 15px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    color: #1b43a0;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
}

.m-menu ul li a.btn-primary {
    display: inline-block;
    border-radius: 40px;
    padding: 0.6rem 1rem;
    color: #ffffff;
    line-height: initial;
    border-color: #1b43a0;
}

.m-menu ul li a.btn-primary:hover,
.m-menu ul li a.btn-primary:focus {
    border-color: #ef4136;
}

.m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-color: #1b43a0;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -8px;
    right: 16px;
}

.m-menu ul li .-invisible {
    border-bottom: 0;
}

.m-menu .m-menu label.m-menu__toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.m-menu__checkbox:checked ~ .m-menu__overlay {
    display: block;
}

.m-menu__checkbox:checked ~ .m-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Swiper Menu Slider */
.animeslide-slide {
    position: relative;
    padding: 15px 0;
    min-height: 500px;
    background-size: cover;
    color: #fff;
}

.animeslide-slide .container {
    position: relative;
    margin-top: 5%;
}

.animeslide-slide.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.animeslide-slide.swiper-slide-active .animeslide-heading {
    transition-delay: 0.2s;
}

.animeslide-slide.swiper-slide-active .animeslide-sub-heading {
    transition-delay: 0.6s;
}

.animeslide-slide.swiper-slide-active .animeslide-desc {
    transition-delay: 0.8s;
}

.animeslide-slide.swiper-slide-active .animeslide-sub-desc {
    transition-delay: 1.3s;
}

.slider-text h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
    text-shadow: 1px 1px 3px black;
}

.slider-text h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    /* 116.667% */
    text-shadow: 1px 1px 3px black;
}

.slider-text h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    /* 100% */
    text-shadow: 1px 1px 3px black;
}

.animeslide-desc {
    opacity: 0.9;
}

[data-animate] {
    opacity: 0;
    transition: all 1s ease-out;
}

[data-animate="bottom"] {
    transform: translate3d(0, 15px, 0);
}

.animeslide-bottom {
    position: absolute;
    bottom: 5%;
    width: 100%;
    max-width: 420px;
    z-index: 1;
    right: 9%;
    font-size: 14px;
}

.animeslide-bottom .cell {
    position: relative;
    opacity: 1;
    z-index: 2;
    height: 40px;
    bottom: inherit;
}

.animeslide-bottom .cell .swiper-button-prev,
.animeslide-bottom .cell .swiper-button-next {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 100%;
    padding: 0px 11px;
    height: auto;
    width: auto;
    bottom: 0px;
    top: 33px;
    line-height: 0;
    text-align: center;
    z-index: 9999;
}

.animeslide-bottom .cell .swiper-button-prev {
    right: 50px;
    left: auto;
}

.animeslide-bottom .cell .swiper-button-prev:after,
.animeslide-bottom .cell .swiper-button-next:after {
    font-size: 13px;
    color: #ffffff;
    font-weight: 800;
}

.animeslide-bottom .animeslide-scrollbar {
    margin-top: 16px;
}

.animeslide-bottom .animeslide-scrollbar-drag {
    height: 6px;
}

.animeslide-bottom .animeslide-pagination {
    font-size: 25px;
    bottom: inherit;
    color: #fff;
}

.animeslide-bottom .animeslide-pagination b {
    font-size: 28px;
    margin-top: -5px;
}

.animeslide-bottom .animeslide-pagination span {
    padding-left: 5px;
    padding-right: 5px;
}

.animeslide-button-next,
.animeslide-button-prev {
    outline: none;
}

.animeslide-button-next::after,
.animeslide-button-prev::after {
    font-size: 22px;
    color: #fff;
}

.main-slider .swiper-pagination {
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.24);
}

.main-slider .swiper-horizontal > .swiper-pagination-bullets,
.main-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.main-slider .swiper-pagination-custom,
.main-slider .swiper-pagination-fraction {
    left: auto;
    right: 25%;
    width: auto;
    padding: 2px 30px;
    bottom: 4%;
}

.main-slider .swiper-pagination-bullet-active {
    border-radius: 40px;
    background: #fff;
    width: 40px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #ffffff;
}

/* Home Search section */
.home-title {
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
}

.home-title a {
    font-size: 14px;
    font-weight: 600;
}

.home-help-title {
    color: #1b43a0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.home-help a:hover > .home-help-title {
    color: #ef4136;
}

.home-help-title .fa-forward-double-arrow {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.home-help .card,
.home-free-extras .card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    border: 0;
    margin-bottom: 13px;
}

.home-featured-models .add-box,
.home-free-extras .add-box {
    width: 100%;
    height: 320px;
    flex-shrink: 0;
    border-radius: 16px;
    position: relative;
    padding: 15px;
    transition: background 1s cubic-bezier(0.4, 0, 0.2, 1);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-featured-models .add-box::after,
.home-free-extras .add-box::after {
    content: "";
    position: absolute;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    bottom: 0;
    top: -1px;
    width: 100%;
    left: 0;
    transition: background 1s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px;
}

.home-featured-models .add-box h3,
.home-free-extras .add-box h3 {
    position: absolute;
    bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
    width: 100%;
    text-align: left;
    left: 0;
    margin-bottom: 0px;
    padding-left: 15px;
    color: #fff;
}

.home-featured-models .add-box h3 span,
.home-free-extras .add-box h3 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.home-featured-models .add-box h3 .fa-classic {
    position: relative;
    top: -2px;
    left: -15px;
    border-radius: 40px;
    border: 1px solid rgb(255 255 255);
    font-size: 20px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 38px;
}

a.add-box-link:hover > .add-box::after {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.add-slider .swiper-pagination,
.testimonial-slider .swiper-pagination {
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.24);
}

.add-slider .swiper-horizontal > .swiper-pagination-bullets,
.add-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.add-slider .swiper-pagination-custom,
.add-slider .swiper-pagination-fraction,
.testimonial-slider .swiper-horizontal > .swiper-pagination-bullets,
.testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-slider .swiper-pagination-custom,
.testimonial-slider .swiper-pagination-fraction {
    left: auto;
    left: 0%;
    width: auto;
    padding: 2px 30px;
    bottom: 4%;
}

.add-slider .swiper-pagination-bullet-active,
.testimonial-slider .swiper-pagination-bullet-active {
    border-radius: 40px;
    background: #fff;
    width: 40px;
}

.home-featured-models .add-slider .add-box h3 {
    bottom: 20px;
}

.testimonial {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    flex: 1;
}

.testimonial-author {
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    margin-top: auto;
    padding-right: 45px;
}

.testimonial-author span {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial-author dd {
    width: 40px;
    height: 40px;
    background: #ffffff4a;
    text-align: center;
    color: #ffffff;
    line-height: 37px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.testimonial-swiper .swiper-wrapper {
    align-items: stretch !important;
}

.service-sidebar .testimonial-slider {
    flex: 1;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

.service-sidebar .testimonial-swiper {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-bottom: 40px;
}

.service-sidebar .testimonial-swiper .swiper-wrapper {
    height: calc(100% - 40px);
}

.service-sidebar .testimonial-swiper .swiper-slide {
    height: 100%;
}

.testimonial-swiper .swiper-slide {
    flex: 0 0 auto;
    overflow-y: auto;

    /* Optional: prevents slides from stretching */
}

.home-about-us h1 {
    padding: 44px 0px;
    font-size: 32px;
    line-height: 48px;
}

.about-as-text {
    padding: 4rem 2rem;
}

.about-as-text h3 {
    color: #3a393b;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 50px;
}

.about-as-text p {
    font-size: 16px;
}

.home-latest-news h3 {
    font-size: 16px;
}

.socials ul li a {
    border-radius: 50%;
    background: transparent;
    text-align: center;
    color: #dbdbdb;
    border: 1px solid #797979;
    padding: 0.7rem;
}

.socials ul li a:hover,
.socials ul li a:focus {
    color: #ef4136;
    border-color: #ef4136;
}

.footer-menu {
    color: #dbdbdb;
}

.footer-menu .list-unstyled li {
    padding-bottom: 15px;
}

.footer-menu .list-unstyled li a {
    color: #dbdbdb;
    text-decoration: none;
}

footer {
    font-size: 13px;
    color: #dbdbdb;
}

footer a {
    color: #dbdbdb;
    text-decoration: none;
}

footer a:hover,
footer a:focus,
.footer-menu .list-unstyled li a:hover,
.footer-menu .list-unstyled li a:focus {
    color: #ef4136;
}

/* Search Page Start */
.search-filter {
    top: 57px;
    z-index: 1010;
}

.car-filters {
    position: sticky;
    top: 121px;
    z-index: 950;
    background: #fff;
}

.wrapper {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

/* Sidebar Styles — width change is instant (single reflow), content slides in via GPU transform */
.sidebar {
    width: 0;
    min-width: 0;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 999;
    align-self: flex-start;
}

.sidebar.open {
    width: 345px;
    min-width: 345px;
}

.sidebar-content {
    width: 345px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
    will-change: transform;
}

.sidebar.open .sidebar-content {
    transform: translateX(0);
}

/* Skip layout/paint for off-screen car cards — huge perf win when many cards loaded */
.car-listing-row > .col-md-6,
.car-listing-row > .col-lg-6,
.car-listing-row > .col-xl-4,
.car-listing-row > .col-xxl-3 {
    content-visibility: auto;
    contain-intrinsic-size: auto 460px;
}

.sidebar-content::-webkit-scrollbar {
    opacity: 0;
    background: transparent;
    width: 4px;
    border-radius: 5px;
}

.sidebar-content::-webkit-scrollbar:hover {
    opacity: 1;
}

.sidebar-content:hover::-webkit-scrollbar-thumb {
    background: lightgray;
}

.sidebar-header {
    padding: 1.5rem;
    position: relative;
}

.sidebar-header h4 {
    margin: 0;
    color: #3a393b;
    font-size: 16px;
    font-weight: 600;
}

/* Main Content */

.main-content {
    margin-left: 0px;
    position: relative;
    flex: 1;
    min-width: 0;
}

.car-listing {
    flex: 1;
    padding: 0.1rem;
}

.select-container {
    position: relative;
    animation: fadeInUp 0.6s ease-out;
}

.select-wrapper {
    position: relative;
    padding: 12.5px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 40px;
    border: 1px solid rgba(27, 67, 160, 0.16);
    background: #fff;
}

.select-wrapper:hover {
    border-color: #d4d4f0;
    box-shadow: 0 4px 12px rgba(74, 95, 214, 0.08);
}

.select-wrapper.active {
    border-color: #4a5fd6;
    box-shadow: 0 0 0 3px rgba(74, 95, 214, 0.1);
}

.select-label {
    position: absolute;
    top: -12px;
    left: 20px;
    background: white;
    padding: 0 8px;
    font-size: 14px;
    color: #a8a8d1;
    font-weight: 400;
}

.select-display {
    padding-right: 30px;
    transition: color 0.2s ease;
    color: #1b43a0;
    font-size: 14px;
    font-weight: 600;
}

.select-wrapper:hover .select-display {
    color: #1b43a0;
}

/* Custom dropdown arrow */
.select-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1b43a0;
    transition: all 0.3s ease;
}

.select-wrapper:hover .select-arrow {
    border-top-color: #1b43a0;
    transform: translateY(-50%) scale(1.1);
}

.select-wrapper.active .select-arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* Modern dropdown options */
.select-dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e1e8f0;
    border-radius: 16px;
    margin-top: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.select-dropdown-options.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select-dropdown-option {
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-dropdown-option:hover {
    background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
    color: #1b43a0;
}

.select-dropdown-option.selected {
    background: linear-gradient(135deg, #1b43a0 0%, #1b43a0 100%);
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(74, 95, 214, 0.3);
    border-color: transparent;
}

.select-dropdown-option.selected::after {
    content: "✓";
    font-weight: bold;
    font-size: 16px;
    margin-left: 8px;
}

.select-dropdown-option:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.select-dropdown-option:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: none;
}

.select-dropdown-option:active {
    transform: scale(0.98);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.smart-search-container {
    width: 100%;
}

.smart-search-wrapper {
    position: relative;
    border-radius: 40px;
    border: 1px solid rgba(27, 67, 160, 0.16);
    background: #fff;
    padding: 10px 16px 10px 16px;
}

.smart-search-wrapper:focus-within {
    border-color: #4285f4;
    box-shadow: 0 1px 3px rgba(66, 133, 244, 0.3);
}

.smart-search-input-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.smart-search-icon {
    width: 20px;
    height: 20px;
    color: #1b43a0;
    flex-shrink: 0;
}

.smart-search {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #202124;
    font-size: 16px;
    font-weight: 400;
}

.smart-search::placeholder {
    color: #1b43a0;
    opacity: 0.5;
}

.listing-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
    text-transform: capitalize;
}

.filter-main {
    background: #fff;
    padding: 0;
}

.filterbylist {
    list-style: none;
    font-size: 13px;
}

.filterbylist li {
    display: inline-block;
    padding: 5px;
    list-style-type: none;
    font-weight: 600;
}

.filterbylist li .filterby {
    display: block;
    position: relative;
    border-radius: 40px;
    background: rgba(27, 67, 160, 0.08);
    padding: 0px 5px;
    color: #1b43a0;
}

.filterbylist li .filterby:hover,
.filterbylist li .filterby:focus {
    background: #ef4136;
    color: #ffffff;
}

.filterbylist li .filterby:hover > i,
.filterbylist li .filterby:focus > i {
    color: #ef4136;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.filterbylist li:first-child .filterby {
    background: transparent;
    border: 1px solid #1b43a042;
    cursor: pointer;
}

.filterbylist li:first-child .filterby:hover,
.filterbylist li:first-child .filterby:focus {
    background: #1b43a0;
    color: #ffffff;
}

.filterby em {
    display: block;
    padding: 5px 30px 5px 10px;
    font-style: normal;
    position: relative;
    font-weight: 600;
}

.filterbylist li:first-child .filterby em {
    padding: 5px 10px 5px 10px;
}

.filterbytitle {
    color: #1b43a0;
    position: relative;
    padding: 5px 0;
    font-weight: normal;
    display: none;
}

.filterby i {
    top: 8px;
    right: 8px;
    z-index: 2;
    color: #1b43a0;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1b43a0;
}

.car-listing .card {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    border: 0;
    margin-bottom: 10px;
}

.img-listing {
    position: relative;
    padding: 15px 15px 0px 15px;
}

.img-listing img {
    border-radius: 8px;
}

/* Listing Slider Need to adjust in JS */
.listing-slider .swiper-wrapper {
    border-radius: 8px;
}

.listing-slider .swiper-lazy {
    opacity: 1 !important;
}

/* Lazy image placeholder — FA icon with shimmer */
.swiper-lazy-placeholder {
    background: #ffffff;
    background-size: 300% 100%;
    animation: shimmer 2s ease-in-out infinite;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    height: 100%;
}

.swiper-lazy-icon {
    position: absolute;
    font-size: 52px;
    animation: spin 1s linear infinite;
    z-index: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper-lazy-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* First image — starts hidden, fades in on load */
.swiper-lazy-first {
    opacity: 0;
    transition: opacity 0.35s ease;
}

@keyframes shimmer {
    0% {
        background-position:
            center center,
            200% 0;
    }
    100% {
        background-position:
            center center,
            -200% 0;
    }
}

.img-tag {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    padding: 3px 11px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 40px;
    border: 1px solid rgba(58, 57, 59, 0.08);
    background: #fff;
    color: #3a393b;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.photo-gallery .img-tag {
    top: 10px;
    right: 80px;
    left: auto;
}

.mega_saving_tag {
    position: absolute;
    z-index: 15;
    bottom: 0px;
    left: 10px;
}

.photo-gallery .mega_saving_tag {
    bottom: 0px;
    left: 0px;
}

.mega_saving_tag img {
    max-width: 200px;
}

.listing-slider,
.listing-mobile-slider {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}

.listing-slider .swiper-slide,
.listing-mobile-slider .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    aspect-ratio: 4.5 / 3;
    overflow: hidden;
}

.listing-slider .swiper-slide img,
.listing-mobile-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.listing-slider .swiper-pagination,
.listing-mobile-slider .swiper-pagination {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: inherit;
    display: flex;
    align-items: center;
    justify-content: end;
    width: auto;
    min-width: 80px;
    color: #000;
    font-weight: bold;
    z-index: 10;
}

.listing-slider .swiper-pagination .photo-count,
.listing-mobile-slider .swiper-pagination .photo-count {
    background: rgba(0, 0, 0, 0.24);
    padding: 4px 7px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    width: fit-content;
}

.car-listing .card .card-body {
    border-bottom: 1px solid #f7f7f7;
}

.car-listing .card .card-body a {
    color: #3a393b;
    font-weight: 600;
}

.car-listing .card .card-body h4 {
    color: #1b43a0;
    font-size: 16px;
    font-weight: 600;
}

.car-listing .card .card-body h4 a {
    color: #1b43a0;
}

.car-listing .card.list-view .card-body h4 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}

.add-to-cart {
    border: 0;
    background: transparent;
}

.add-to-cart i {
    width: 24px;
    height: 24px;
    color: #ef4136;
    line-height: 24px;
    cursor: pointer;
}

.car-title .add-to-cart {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 1px solid rgba(27, 67, 160, 0.16);
}

.car-features {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.car-features .badge {
    font-size: 0.7rem;
    line-height: 1.42;
    padding: 3px 5px;
    border: 1px solid #dbdbdb;
    border-radius: 0.5rem;
    letter-spacing: 0;
    margin-right: 0;
    margin-bottom: 0.4rem;
    color: #4b4b4b !important;
}

.car-price {
    color: #3a393b;
    font-size: 20px;
    font-weight: 700;
}

.car-price-discount {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-body {
    padding: 1rem;
    background: #ffffff;
}

.sidebar-body .accordion-item {
    border-radius: 0px;
    border: 0px;
}

.sidebar-body .accordion-header {
}

.sidebar-body .accordion-header .accordion-button {
    box-shadow: inset 0 calc(0 * var(--bs-accordion-border-width)) 0
        var(--bs-accordion-border-color);
    color: #3a393b;
    font-weight: 600;
    padding: 1.5rem 0rem;
    border-bottom: 1px solid #1b43a029;
}

.sidebar-body .accordion-header .accordion-button:not(.collapsed) {
    background: #ffffff;
    border-bottom: 0px solid #1b43a029;
}

.sidebar-body .accordion-item .accordion-body {
    border: 0px;
    border-bottom: 1px solid #1b43a029;
}

.accordion-button.make-model-btn::after {
    rotate: -90deg;
}

.accordion-button.make-model-btn .right_text {
    position: relative;
    color: #1b43a0;
    right: 3rem;
    float: right !important;
}

.accordion-button {
    display: block;
}

.accordion-button::after {
    position: absolute;
    right: 0px;
    top: 1.5rem;
}

#location_accordion .accordion-button::after {
    top: 2.5rem;
}

.sidebar-body .accordion-item .accordion-header .reset-button {
    cursor: pointer;
    text-decoration: underline;
    color: #0d6efd;
    top: 24px;
    right: 50px;
    z-index: 10;
}

.sidebar-body .accordion-item .accordion-body .filter-content {
    position: relative;
}

.form-check {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.form-check .form-check-input[type="checkbox"] {
    border-radius: 4px;
    border: 1px solid rgb(27 67 160 / 60%);
    background: #fff;
    width: 24px;
    height: 24px;
    position: relative;
}

.feature-cell .form-check .form-check-input[type="checkbox"] {
    float: none;
    cursor: pointer;
}

.form-check .form-check-input[type="radio"] {
    border-radius: 40px;
    border: 1px solid rgb(27 67 160 / 16%);
    background: #fff;
    width: 24px;
    height: 24px;
    position: relative;
}

.form-check .form-check-input[type="checkbox"]:checked,
.form-check .form-check-input[type="radio"]:checked {
    background: #edf0f8;
    border-color: #edf0f8;
}

.form-check .form-check-input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(27, 67, 160);
    font-size: 15px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.form-check .form-check-input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    background: rgb(27, 67, 160);
    font-weight: bold;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    border-radius: 40px;
    top: 11px;
    left: 11px;
}

.form-check.colour_select_box
    .form-check-input[type="checkbox"]:checked::after {
    color: #ffffff;
}

.form-check.colour_select_box_white .form-check-input[type="checkbox"] {
    border: 3px solid #edf0f8 !important;
}

.form-check.colour_select_box_white .form-check-input[type="checkbox"]:checked {
    background: #edf0f8 !important;
    border-color: #edf0f8 !important;
}

.form-check.colour_select_box_white
    .form-check-input[type="checkbox"]:checked::after {
    color: rgb(27, 67, 160) !important;
}

.form-check .form-check-label {
    padding-left: 10px;
    padding-top: 7px;
    cursor: pointer;
    color: #3a393b;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.filter-count {
    position: absolute !important;
    right: -15px;
    top: 5px !important;
}

/* Search Page End */

/* Car Details Page Start */

.car-title h1 {
    font-size: 16px;
    text-transform: capitalize;
}

.social-share-desktop {
    border-radius: 40px;
    background: rgba(27, 67, 160, 0.08);
    border: 0;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-right: 10px;
    line-height: 20px;
    color: #1b43a0;
}

.social-share-desktop.active,
.social-share-desktop:hover,
.social-share-desktop:focus {
    background: #1b43a0;
    color: #ffffff;
}

.mobile-shared button:hover,
.mobile-shared .button:hover {
    border-color: #cdd;
}

.mobile-shared .share-button,
.mobile-shared .copy-link {
    /*padding-left: 15px;
  padding-right: 15px;*/
}

.mobile-shared .share-button,
.mobile-shared .share-dialog {
}

.mobile-shared .share-dialog {
    display: none;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
}

.mobile-shared .share-dialog.is-open {
    display: block;
    z-index: 2;
}

.mobile-shared .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.mobile-shared .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
    float: right;
    position: relative;
    top: -30px;
}

.mobile-shared .close-button svg {
    margin-right: 0;
}

.mobile-shared .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.mobile-shared .pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.photo-count {
    position: absolute;
    right: 25px;
    top: 25px;
    background: rgba(0, 0, 0, 0.24);
    padding: 4px 7px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    z-index: 2;
    right: 0;
    top: 0;
}

.photo-gallery .photo-count {
    right: 10px;
    top: 10px;
}

.bigSwiper .swiper-pagination {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    display: flex;
    align-items: center;
    justify-content: end;
    width: auto;
    min-width: 80px;
    color: #000;
    font-weight: bold;
    z-index: 10;
}

.swiper-container,
.swiper-container * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-zoom {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    border-radius: 2.5rem;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 12px;
}

.swiper {
    width: 100%;
}

.bigSwiper .swiper-slide,
.thumbSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbSwiper .swiper-slide {
    cursor: pointer;
}

.bigSwiper .swiper-slide img,
.thumbSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}

.thumbSwiper .swiper-slide img {
    border-radius: 10px;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bigSwiper .swiper-slide,
.thumbSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.bigSwiper {
    width: 100%;
}

.thumbSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

.thumbSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.bigSwiper .swiper-slide img,
.thumbSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* full screen product gallery */

.product-gallery-full-screen {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    z-index: 999999;
    transition: 350ms opacity ease-in-out;
}

.product-gallery-full-screen.opened {
    opacity: 1;
    overflow-y: scroll;
    pointer-events: auto;
}

.product-gallery-full-screen .swiper-container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-gallery-full-screen .swiper-slide {
    overflow: hidden;
}

.product-gallery-full-screen .swiper-slide img,
.product-photos-side .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}

.product-gallery-full-screen .swiper-slide img {
    cursor: zoom-in;
    transition:
        350ms -webkit-transform ease-in-out,
        350ms transform ease-in-out;
}

.product-gallery-full-screen .swiper-button-prev,
.product-gallery-full-screen .swiper-button-next {
    background: rgba(0, 0, 0, 0.4);
    color: #aaa;
    transition:
        250ms opacity ease-in-out,
        150ms color ease-in-out;
}

body:not(:hover) .product-gallery-full-screen .swiper-button-prev,
body:not(:hover) .product-gallery-full-screen .swiper-button-next {
    opacity: 0;
    transition-delay: 1000ms;
}

body:hover .product-gallery-full-screen .swiper-button-prev,
body:hover .product-gallery-full-screen .swiper-button-next {
    transition-delay: 0ms;
}

.product-gallery-full-screen .swiper-button-prev:hover,
.product-gallery-full-screen .swiper-button-next:hover {
    color: #fff;
}

.product-gallery-full-screen .swiper-button-prev svg,
.product-gallery-full-screen .swiper-button-next svg {
    position: absolute;
    fill: currentColor;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-nav {
    position: absolute;
    background: rgba(0, 0, 0, 1);
    color: #aaa;
    padding: 10px 15px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: 250ms opacity ease-in-out;
}

body:not(:hover) .gallery-nav {
    opacity: 0;
    transition-delay: 1000ms;
}

body:hover .gallery-nav {
    opacity: 0.65;
    transition-delay: 0ms;
}

.gallery-nav ul,
.gallery-nav li {
    list-style: none;
}

.gallery-nav ul {
    float: right;
}

.gallery-nav li {
    float: left;
    color: #aaa;
    cursor: pointer;
    margin-left: 15px;
    transition: 150ms color ease-in-out;
}

.gallery-nav li:hover {
    color: #fff;
}

.gallery-nav svg {
    display: block;
    fill: currentColor;
    height: 24px;
    width: 24px;
}

.gallery-nav .zoom.zoom-out svg.zoom-icon-zoom-in {
    display: none;
}

.gallery-nav .zoom svg.zoom-icon-zoom-out {
    display: none;
}

.gallery-nav .zoom.zoom-out svg.zoom-icon-zoom-out {
    display: block;
}

.gallery-nav .fullscreen.leavefs svg.fs-icon {
    display: none;
}

.gallery-nav .fullscreen svg.fs-icon-exit {
    display: none;
}

.gallery-nav .fullscreen.leavefs svg.fs-icon-exit {
    display: block;
}

.gallery-nav .swiper-pagination {
    position: static;
    float: left;
    width: auto;
    line-height: 24px;
}

.quick-enq-section {
    border-radius: 16px;
}

.ext-chg {
    font-size: 0.825rem;
}

.form-floating > label {
    color: #1b43a0 !important;
    font-weight: 600;
    opacity: 0.5;
}

.transparent-modal .modal-content {
    background: transparent;
    border: 0;
}

.transparent-modal .modal-header {
    border: 0;
    color: #fff;
}

.video-js .vjs-tech {
    object-fit: cover !important;
}

.floating-bar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1039;
    border-radius: 0.8rem 0.8rem 0rem 0rem;
    border: 1px solid rgba(27, 67, 160, 0.16);
    background: #fff;
    padding: 12px 5px;
}

.specs-list h5 {
    color: #3a393b;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.125rem;
    opacity: 0.5;
}

.specs-list h4 {
    color: #3a393b;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    /* 150% */
}

.animated-tabs {
    position: relative;
}

.nav-pills {
    position: relative;
    background: transparent;
    border: none !important;
    margin-bottom: 0;
}

.nav-pills::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 3px;
    background: linear-gradient(90deg, #e3f2fd, #bbdefb);
    border-radius: 2px;
}

.nav-pills::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, #1b43a0, #1b43a0);
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.nav-pills .nav-item {
    flex: 1;
}

.nav-pills .nav-item .nav-link {
    background: transparent !important;
    border: none !important;
    color: #1b43a0;
    opacity: 0.5;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    border-radius: 12px 12px 0 0 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin: 0 2px;
    width: 100%;
}

.nav-pills .nav-item .nav-link:hover::before {
    left: 100%;
}

.nav-pills .nav-item .nav-link:hover,
.nav-pills .nav-item .nav-link.active {
    color: #1b43a0 !important;
    opacity: 1;
}

.nav-pills .nav-item .nav-link:hover i,
.nav-pills .nav-item .nav-link.active i {
    transform: scale(1.1) rotate(5deg);
    transform: scale(1.15);
}

.nav-pills .nav-item .nav-link i {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-pills .nav-item .nav-link:active {
    transform: translateY(-1px) scale(0.98);
}

.tab-content {
}

.tab-pane {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-pane.active {
    opacity: 1;
    transform: translateY(0);
}
.price-section {
    background: #f8f9fa;
    margin: 20px 0px;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.price-wrapper {
    flex: 1;
}

.price-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1b43a0;
}

.price-note {
    font-size: 11px;
    color: #999;
    margin-top: 5px;
}

.mileage-badge {
    background: #1b43a0;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: pulse 2s infinite;
}

.specs-grid {
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.spec-category {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.category-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1b43a0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
}

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

.spec-label {
    font-size: 13px;
    color: #6c757d;
}

.spec-value {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    text-align: right;
}

.highlight-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.listing-item {
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.2s ease;
}

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

.listing-item:hover {
    background-color: #f8f9fa;
}

.listing-item .label {
    font-weight: 600;
    margin-bottom: 0;
}

.value {
    color: #212529;
    margin-bottom: 0;
    font-weight: 400;
}

.price {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1b43a0;
}

.car-features .list-group {
}

.car-features .list-group .list-group-item {
    background: transparent;
    border-right: 0;
    border-left: 0;
    padding: 14px 10px;
}

.car-features .list-group .list-group-item span {
    color: #3a393b;
    font-size: 0.875rem;
    font-weight: 600;
}

.car-location h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    /* 133.333% */
    text-transform: capitalize;
}

.car-location .socials ul li a {
    color: #1b43a0;
    border: 1px solid #1b43a069;
}

.car-location .socials ul li a:hover,
.car-location .socials ul li a:focus {
    color: #ef4136;
    border-color: #ef4136;
}

.map-container-google {
    height: 400px;
    border-radius: 1rem;
    border: 1px solid rgba(27, 67, 160, 0.16);

    /* Shadow */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}

.car-reviews .testimonial {
    color: #3a393b;
    font-size: 0.875rem;
}

.car-reviews .testimonial-author dd {
    background: rgba(27, 67, 160, 0.08);
    color: #1b43a0;
    font-weight: 600;
    right: 0;
}

.accordion-button::after {
    right: 20px;
}

.accordion-button {
    color: #1b43a0;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 1.8rem 1.3rem;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.car-title-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 58px;
    z-index: 1010;
    border-bottom: 1px solid #dee2e6;
}

.jarvisDifferenceSwiper i {
    position: relative;
    top: 2px;
}

.jarvisDifferenceSwiper .swiper-slide {
}

.check-list,
.list-checkmarks {
    list-style: none;
    position: relative;
    padding-left: 1.5rem !important;
}

.check-list li:before,
.list-checkmarks li:before {
    content: "✓";
    color: #1b43a0;
    position: absolute;
    left: -19px;
    font-size: 18px;
    font-weight: 700;
    top: -3px;
}

.service-container .list-checkmarks li:before {
    color: #ffffff;
}

.check-list li,
.list-checkmarks li {
    padding-bottom: 10px;
    padding-left: 5px;
    position: relative;
}

.essential-service-icon {
    max-width: 30px;
}

.j-features {
    max-height: 550px;
    scrollbar-width: thin;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    background: transparent;
    width: 3px;
    border-radius: 5px;
    width: 100%;
}

.j-features::-webkit-scrollbar {
    opacity: 0;
    background: transparent;
    width: 3px;
    border-radius: 5px;
}

.j-features::-webkit-scrollbar:hover {
    opacity: 1;
}

.j-features:hover::-webkit-scrollbar-thumb {
    background: lightgray;
}

.finance-info {
    background-color: #cfe2ff;
}

/* Car Details Page End */

/* Service Page Start */

.service-sidebar {
    height: 85vh;
    display: flex;
    flex-direction: column;
    padding-top: 2.5rem;
    overflow-y: auto;
}

.service-sidebar .testimonial-slider .swiper-pagination {
    background: transparent;
    left: 0;
    right: 0;
    bottom: 8px;
    position: absolute;
}

.progress-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.5rem;
    background: #1b43a012;
    padding: 1.3rem 2rem;
}

.progress-dot.active {
    border-radius: 2.5rem;
    background: #1b43a0;
    width: 1rem;
    flex-shrink: 0;
}

.progress-dot {
    width: 0.5rem;
    height: 0.25rem;
    border-radius: 2.5rem;
    background: #1b43a054;
    margin: 0 4px;
}

.rego-conatiner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.rego-fallback {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    border: 2px solid #027cc2;
    border-radius: 1rem;
}

.rego-conatiner .rego-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 6px;
    min-width: 130px;
    border-radius: 1rem;
}

.background-fallback {
    background: #027cc2;
    border: 2px solid #fefefe;
    color: #fefefe;
}

.rego-side-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    align-self: stretch;
}

.rego-mark {
    width: 5px;
    height: 5px;
    border-radius: 15px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.mark-background-fallback {
    background: #fefefe;
}

.rego-conatiner .rego-wrapper .rego-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 4px;
    min-width: 110px;
}

.rego-conatiner .rego-wrapper .rego-card .rego-state {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    flex: none;
    order: 0;
    flex-grow: 0;
    letter-spacing: 1px;
}

.rego-conatiner .rego-wrapper .rego-card .rego {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 5rem;
}

.rego-side-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    align-self: stretch;
}

.service-booking-form .cell label {
    border: 1px solid #bdbdbd;
    margin: 2px;
    cursor: pointer;
    display: block;
    padding: 8px 0px;
    width: inherit;
    font-weight: inherit;
    text-align: inherit;
    border-radius: 0.5rem;
}
.service-booking-form .cell label input {
    width: 0;
}
.service-booking-form .cell label:hover {
    background-color: #004b8d;
    border: 1px solid #004b8d;
    color: #fff;
}
.service-booking-form .cell label.select {
    background-color: #004b8d;
    border: 1px solid #004b8d;
    color: #fff;
}
.service-booking-form .cell label.disabled {
    opacity: 0.5;
}
.service-booking-form .cell label.disabled:hover {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
    color: #fff;
    cursor: no-drop;
}
.time-overlay-div {
    position: absolute;
    right: 0;
    left: 0;
    width: 102%;
    top: 0;
    bottom: 0;
    text-align: center;
    align-items: center;
    display: grid;
    background: #ffffff;
    border: 0;
    opacity: 0.5;
    z-index: 1000;
    font-size: 18px;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    color: #cf0e00;
}
.log-book-and-basic-service .cell {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eee;
    border-radius: 4px;
    margin: 0px;
    min-height: 190px;
    cursor: pointer;
    padding: 0px;
    position: relative;
}
.log-book-and-basic-service .cell .log-book-div,
.log-book-and-basic-service .cell .basic-service-div {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: grid;
    width: 100%;
    cursor: pointer;
}
.log-book-and-basic-service .cell .log-book-div input,
.log-book-and-basic-service .cell .basic-service-div input {
    opacity: 0;
    width: 0;
}
.log-book-and-basic-service .cell:hover {
    border: 2px solid #004b8d;
}
.log-book-and-basic-service .cell.select {
    border: 4px solid #1c7430;
}
.log-book-and-basic-service .cell.disabled {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
    color: #fff;
}
.log-book-and-basic-service .cell .disabled:hover {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
    color: #fff;
    cursor: no-drop;
}

.main-title {
    color: #3a393b;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-description {
    color: #3a393b;
    font-size: 0.875rem;
}

.packages-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.header-row {
    margin-bottom: 40px;
}

.package-headers {
    display: grid;
    grid-template-columns: 1fr 150px 150px 150px;
    gap: 10px;
    margin-bottom: 30px;
    align-items: top;
    padding-bottom: 25px;
    box-shadow: -1px 4px 9px 0 rgba(0, 0, 0, 0.04);
}

.servicetype-logbook .package-headers {
    grid-template-columns: 1fr 125px 75px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.header-spacer {
    /* Empty space for feature names column */
}

.package-header {
    text-align: center;
    padding: 0 10px;
    position: relative;
}

.package-title {
    color: #3a393b;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.package-price {
    margin-bottom: 16px;
    color: #3a393b;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
}

.popular-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 2.5rem;
    border: 1px solid #fce1df;
    background: #fef0ef;
    color: #ef4136;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 0.8rem;
    height: 1.8rem;
    position: absolute;
    bottom: -42px;
    right: 0;
    left: 0;
    padding: 0px 10px;
}

.fire-icon {
    font-size: 14px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 150px 150px 150px;
    gap: 10px;
    align-items: center;
}

.servicetype-logbook .features-grid {
    grid-template-columns: 1fr 125px 75px;
}

.feature-row {
    display: contents;
}

.feature-name {
    font-size: 15px;
    color: #555555;
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.info-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    opacity: 0.4;
    fill: #6c757d;
}

.feature-cell {
    text-align: center;
    padding: 5px 0;
}

.checkmark {
    color: #1b43a0;
    background: rgba(27, 67, 160, 0.08);
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 13px;
    text-align: center;
}

.crossmark {
    color: #b7b7b7;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
}

/* Remove border from last row */
.feature-row:last-child .feature-name,
.feature-row:last-child .feature-cell {
    border-bottom: none;
}

.location-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #fff;
}

.location-card:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

.location-card.selected {
    border-color: #007bff;
    background-color: #e8f0ff;
}

.location-name {
    font-weight: 600;
    color: #007bff;
    margin-bottom: 4px;
}

.location-address {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.placeholder-text {
    color: #1b43a0;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dbe1f0;
}

.location-details {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #dee2e6;
    display: none;
}

.location-card.selected .location-details {
    display: block;
}

.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #007bff;
    text-decoration: none;
    font-size: 0.9rem;
}

.detail-item:hover {
    color: #0056b3;
    text-decoration: none;
}

.detail-item i {
    margin-right: 8px;
    width: 16px;
}

.location-card .checkmark {
    display: none;
}

.location-card.selected .checkmark {
    display: block;
}

.location-card {
    position: relative;
}

.calendar-container {
    display: flex;
    gap: 0;
    overflow: hidden;
    width: 100%;
    max-height: 500px;
}

.calendar-container.mobile {
    display: block;
}

/* Mobile: break the height:100% chain so cells use min-height, not offcanvas height */
.calendar-container.mobile .flatpickr-calendar,
.calendar-container.mobile .flatpickr-days,
.calendar-container.mobile .dayContainer {
    height: auto !important;
}

.calendar-container.mobile .flatpickr-day {
    height: auto !important;
}

.calendar-container .date-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.calendar-container .flatpickr-rContainer,
.calendar-container .flatpickr-innerContainer {
    display: block;
}

.calendar-container .calendar-wrapper {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.calendar-container .selected-info {
    padding: 15px 24px 15px;
    border-top: 1px solid #dbe1f0;
    background: white;
    color: #1b43a0;
    font-size: 1.2rem;
    font-weight: 600;
}

.calendar-container .time-section {
    width: 160px;
    padding: 0px 15px 10px 15px;
    background: #ffffff;
    border-left: 1px solid #e9ecef;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    align-content: center;
}

.calendar-container .time-section::-webkit-scrollbar,
.service-sidebar::-webkit-scrollbar {
    opacity: 0;
    background: transparent;
    width: 4px;
    border-radius: 5px;
}

.calendar-container .time-section::-webkit-scrollbar:hover,
.service-sidebar::-webkit-scrollbar:hover {
    opacity: 1;
}

.calendar-container .time-section:hover::-webkit-scrollbar-thumb,
.service-sidebar:hover::-webkit-scrollbar-thumb {
    background: lightgray;
}

.testimonial-swiper .swiper-slide::-webkit-scrollbar {
    background: transparent;
    width: 4px;
    height: 4px;
    border-radius: 5px;
}

.testimonial-swiper .swiper-slide::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
}

.testimonial-swiper .swiper-slide:hover::-webkit-scrollbar-thumb {
    background: lightgray;
}

/* Flatpickr custom styles */
.calendar-container .flatpickr-calendar {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    background: white !important;
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
    display: block !important;
    visibility: visible !important;
    height: 100% !important;
    flex: 1 !important;
}

.calendar-container .flatpickr-months {
    padding: 20px 20px 16px 20px !important;
    background: white !important;
    border-bottom: none !important;
    position: relative !important;
}

.calendar-container .flatpickr-month {
    background: transparent !important;
    height: auto !important;
    color: #495057 !important;
}

.calendar-container .flatpickr-current-month {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    position: static !important;
    width: auto !important;
    left: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.calendar-container .flatpickr-current-month .flatpickr-monthDropdown-months {
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    cursor: pointer !important;
    margin-right: 8px !important;
}

.calendar-container .numInputWrapper {
    position: relative !important;
    width: auto !important;
}

.calendar-container .numInputWrapper input {
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    width: 60px !important;
}

.calendar-container .flatpickr-prev-month,
.calendar-container .flatpickr-next-month {
    position: absolute !important;
    color: #6c757d !important;
    font-size: 18px !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border-radius: 4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    line-height: 32px !important;
    text-align: center !important;
}
.calendar-container.mobile .flatpickr-prev-month,
.calendar-container .flatpickr-next-month {
    top: 66% !important;
}
.calendar-container .flatpickr-prev-month {
    left: 20px !important;
}

.calendar-container .flatpickr-next-month {
    right: 20px !important;
}

.calendar-container .flatpickr-prev-month:hover,
.calendar-container .flatpickr-next-month:hover {
    background: #f8f9fa !important;
    color: #495057 !important;
}

.calendar-container .flatpickr-weekdays {
    background: white !important;
    padding: 0 20px 16px 20px !important;
    height: auto !important;
    display: grid !important;
}

.calendar-container .flatpickr-weekday {
    color: #4285f4 !important;
    background: transparent !important;
    cursor: default !important;
    height: auto !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 8px 4px !important;
}

.calendar-container .flatpickr-days {
    padding: 0 20px 16px 20px !important;
    background: white !important;
    width: 100% !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.calendar-container.mobile .flatpickr-day {
    width: 50px !important;
}

.calendar-container .dayContainer {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    grid-template-rows: repeat(6, 1fr) !important;
    gap: 2px !important;
    width: 100% !important;
    flex: 1 !important;
    height: 100% !important;
    max-width: 100% !important;
}

.calendar-container .flatpickr-day {
    border: none !important;
    background: transparent !important;
    color: #1b43a0 !important;
    font-size: 14px !important;
    height: 100% !important;
    line-height: 1 !important;
    margin: 0 !important;
    border-radius: 6px !important;
    width: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    min-height: 50px !important;
    font-weight: 600;
    max-width: 100%;
}

.calendar-container.mobile .flatpickr-day {
    min-height: 55px !important;
}

.calendar-container .flatpickr-day:hover {
    background: #f8f9fa !important;
    border-color: transparent !important;
}

.calendar-container .flatpickr-day.selected {
    background: rgba(27, 67, 160, 0.08) !important;
    border-color: rgba(27, 67, 160, 0.08) !important;
}

.calendar-container .flatpickr-day.prevMonthDay,
.calendar-container .flatpickr-day.nextMonthDay {
    color: #adb5bd !important;
}

.calendar-container .flatpickr-day.today {
    border-color: transparent !important;
    color: #495057 !important;
}

.calendar-container .flatpickr-day.today:not(.selected) {
    background: transparent !important;
    color: #495057 !important;
}

.calendar-container .flatpickr-day.flatpickr-disabled {
    color: #adb5bd !important;
    cursor: not-allowed !important;
}

/* Time slots styling */
.calendar-container .time-slots {
    padding: 0px;
    border: none;
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    color: #1b43a0;
    font-size: 0.875rem;
    font-weight: 600;
}

.calendar-container .time-slots .cell label {
    margin: 2px;
    display: block;
    padding: 8px 0;
    width: inherit;
    font-weight: inherit;
    text-align: inherit;
    border-radius: 0.5rem;
    font-size: 14px;
    color: #4285f4;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
}

.calendar-container .time-slots .cell label:hover {
    background: rgba(27, 67, 160, 0.08);
    border: 1px solid rgba(27, 67, 160, 0.08);
}

.calendar-container .time-slots .cell label.select {
    background-color: #004b8d;
    border: 1px solid #004b8d;
    color: #fff;
}

.calendar-container .time-slots .cell label input {
    width: 0;
}

.calendar-container .time-slot {
    padding: 10px 16px;
    border: none;
    background: transparent;
    border-radius: 0.5rem;
    font-size: 14px;
    color: #4285f4;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    width: 100%;
}

.calendar-container .time-slot:hover {
    background: rgba(27, 67, 160, 0.08);
}

.calendar-container .time-slot.selected {
    background: rgba(27, 67, 160, 0.08);
    color: #1b43a0;
}

.package-list li {
    margin-bottom: 10px;
    font-size: 13px;
}

.package-slider .animeslide-bottom {
    top: 0px;
    right: 0;
    bottom: auto;
}

.package-slider .popular-badge {
    top: 52px;
    right: 1%;
    left: auto;
}

.mobile-service .progress-indicators {
    background: transparent;
    padding: 0rem 0rem;
}

.mobile-service .rego-conatiner .rego-wrapper .rego-card .rego {
    font-size: 4.5rem;
}

.mobile-service .offcanvas-backdrop,
.car-details .offcanvas-backdrop,
.car-details .offcanvas.offcanvas-start {
    top: 0px;
}

/* Service Page End */

/* Jarvis Reservation Page Start */

.three-steps-buy-car {
    padding: 5px;
    margin-bottom: 0px;
}

.three-steps-buy-car-number-title {
    position: relative;
    margin-right: 35px !important;
}

.three-steps-buy-car-number-title:last-child {
    margin-right: 0 !important;
}

.three-steps-buy-car-number-title h4 {
    color: #8b8b8b;
    font-size: 14px;
    margin-bottom: 0;
}

.three-steps-buy-car-number-title h4 label {
    padding-left: 10px;
}

.three-steps-buy-car-number-title.active h4 {
    color: #017edb;
}

.three-steps-buy-car-number-title.active h4 span {
    border: 2px solid #017edb;
}

.three-steps-buy-car-number-title h4 span {
    border: 2px solid #8b8b8b;
    border-radius: 100%;
    font-size: 17px;
    padding: 1px 8px;
}

.car-card {
    background: white;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.car-image-container {
    background: white;
    padding-bottom: 1rem;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.car-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.car-title-right {
    color: #1b43a0;
    font-size: 1rem;
    font-weight: 700;
    margin: 15px 0 5px 0;
    text-align: center;
}

.stock-number {
    color: #6c757d;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 0;
}

.details-section {
    padding: 0;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row:nth-child(even) {
    background-color: #f8f9fa;
}

.detail-label {
    font-weight: 500;
    color: #212529;
}

.detail-value {
    font-weight: 600;
    color: #212529;
}

.location-section {
    background: #f8f9fa;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.location-text {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

.cc-payment {
    position: absolute;
    max-width: 245px;
    right: 20px;
    top: 10px;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #cff3e3;
    box-shadow: 0 5px 10px #a3cfbb;
    color: #146c43;
    font:
        700 18px/1 "Lato",
        sans-serif;
    text-shadow: 0 1px 1px #a3cfbb;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.main-vehicle-gallery .ribbon-top-left {
    top: -2px;
    left: -3px;
}

.ribbon span {
    z-index: 60;
}

.main-vehicle-gallery .ribbon-top-left span {
    right: -17px;
}

/* top right*/
.ribbon-top-right {
    top: -2px;
    right: -2px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -15px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.receipt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.receipt-icon {
    font-size: 2rem;
    color: #4ade80;
    position: relative;
    top: 5px;
}

.receipt-body {
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.search-dropdown-menu .section-title {
    font-size: 1rem;
    padding-top: 8px;
}

.receipt-body .detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f8f9fa;
}

.receipt-body .detail-row:last-child {
    border-bottom: none;
}

.receipt-body .detail-label {
    font-weight: 500;
    color: #6c757d;
    flex: 1;
}

.receipt-body .detail-value {
    font-weight: 600;
    color: #212529;
    text-align: right;
    flex: 1;
}

.payment-amount-row .detail-value {
    font-size: 1.2rem;
    color: #1b43a0;
    font-weight: 700;
}

.paid-badge {
    background: #22c55e;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 10px;
}

.refund-badge {
    background: #dc3545;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 10px;
}

.section {
    margin-bottom: 35px;
}

.section:last-child {
    margin-bottom: 0;
}

.surcharge-note {
    background: #cfe2ff;
    border-left: 4px solid #0d6efd;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 0 6px 6px 0;
}

.surcharge-note p {
    margin: 0;
    color: #1b43a0;
    font-size: 0.9rem;
}

.surcharge-note.warning {
    background: #fff1c9;
    border-left: 4px solid #f3b400;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 0 6px 6px 0;
}

.surcharge-note.warning p {
    margin: 0;
    color: #f3b400;
    font-size: 0.9rem;
}

.contact-link {
    color: #1b43a0;
    text-decoration: none;
    font-weight: 500;
}

.contact-link:hover {
    color: #143488;
    text-decoration: underline;
}

.vehicle-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin-top: 15px;
}

.vehicle-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
}

.vehicle-details {
    color: #6c757d;
    line-height: 1.6;
}

/* Jarvis Reservation Page End */

/* Jarvis Common Page Start */

.header-cover {
    background: none;
    position: relative;
}

.header-container {
    position: relative;
    background-image: linear-gradient(0deg, #00273e, #001725);
    color: #fff;
}

.header-content {
    padding: 3.4vw 0 2rem;
    position: relative;
    z-index: 1;
}

.header-title {
    font-weight: 700;
    font-size: 2.074rem;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.header-subtitle {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1.5rem;
    font-style: italic;
}

.header-sheet {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.header-sheet::after {
    content: "";
    display: block;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 39, 62, 0), #002f4b);
    position: absolute;
    width: calc(40% + 10rem);
    transform: rotate(-5deg) skew(-5deg);
    right: -3%;
    top: calc(-7.4vw - 3rem);
    z-index: 1;
}

.header-slant {
    height: 5vw;
    width: 100%;
    margin-top: -1px;
}

.header-slant polygon {
    fill: #00273e;
    border: none;
    outline: none;
}

.body-content-text h4 {
    color: #1b43a0 !important;
    font-size: 1.1rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.body-content-text h4:first-child {
}

.body-content-title {
    color: #1b43a0;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.body-content-title::after {
    content: " ";
    display: block;
    width: 70px;
    border: 2px solid #ef4136;
    border-radius: 100px;
    margin: 0.5rem 0 0.5rem;
}

.body-content-title.center::after {
    margin: 0.5rem auto 0.5rem;
}

.timeline {
    margin: auto;
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #38bdf8, #a78bfa);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
}

.timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}

.timeline-icon {
    width: 50px;
    height: 50px;
    background: #1e293b;
    border: 3px solid #38bdf8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #38bdf8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px 25px;
    border-radius: 15px;
    backdrop-filter: blur(6px);
    width: 40%;
    position: relative;
}

.timeline-content h3 {
    margin-bottom: 8px;
    color: #1b43a0;
}

.timeline-content p {
    line-height: 1.5;
}

.timeline-content .date {
    font-size: 0.9rem;
    color: #94a3b8;
    display: block;
    margin-bottom: 20px;
}

/* Alternate positioning */
.timeline-item:nth-child(odd) .timeline-content {
    right: -55%;
}

.timeline-item:nth-child(even) .timeline-content {
    left: 4%;
}

.common-shadow-square a,
.common-shadow-square .card-group {
    display: block;
    padding: 35px 15px;
    border-right: 0px dotted #cccccc;
    border-bottom: 0px dotted #cccccc;
    -webkit-box-shadow: 0 0 16px rgb(16 16 16 / 10%);
    box-shadow: 0 0 16px rgb(16 16 16 / 10%);
}

.list-checklist-img li .checklist-desc {
    border-left: 3px solid #ef4235;
}

.motoring-women-play {
    position: relative;
    text-align: center;
}

.motoring-women-play .fa-play {
    position: absolute;
    font-size: 50px;
    color: #fff;
    left: auto;
    right: 45%;
    top: 40%;
    bottom: auto;
    vertical-align: middle;
    z-index: 15;
}

.motoring-women-play::after {
    content: "";
    background: #00000047;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 20px;
    z-index: 10;
}

.business-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.business-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.25),
        0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-header {
    background: linear-gradient(135deg, #1b43a0 0%, #1b43a0 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.card-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="80" cy="20" r="15" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="70" r="8" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="60" r="12" fill="rgba(255,255,255,0.08)"/></svg>');
}

.company-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.card-body {
    padding: 1.5rem;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.85rem;
    color: #495057;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #1b43a0 0%, #1b43a0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 0.9rem;
}

.contact-text {
    flex-grow: 1;
    line-height: 1.1;
    font-size: 1rem;
}

.contact-text a {
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: #ef4136;
}

.logo-placeholder {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    color: white;
    backdrop-filter: blur(10px);
}

#news-container .card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e9ecef;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.end-message {
    text-align: center;
    padding: 40px 0;
    color: #6c757d;
    font-style: italic;
}

.scroll-trigger {
    height: 1px;
    width: 100%;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    background-color: #f8f9fa;
}

.skeleton-card {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.overflow-text-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.article-content {
    margin-top: -2rem;
    position: relative;
    z-index: 3;
}

.article-card {
    background: white;
    overflow: hidden;
    margin-bottom: 2rem;
}

.article-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.article-text {
    font-size: 1rem;
}

.article-text p {
    margin-bottom: 1.5rem;
}

.article-text h2,
.article-text h3 {
    color: var(--primary-color);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.article-text table th,
.article-text table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.article-text table th {
    background-color: var(--background-light);
    font-weight: 600;
    color: var(--primary-color);
}

.article-text table tr:hover {
    background-color: rgba(49, 130, 206, 0.05);
}

.article-text table tr.alt {
    background-color: var(--background-light);
}

.share-section {
    border-top: 1px solid var(--border-light);
    padding-top: 2rem;
    margin-top: 3rem;
}

.share-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.share-btn {
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #1b43a0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.share-btn:hover {
    transform: translateY(-2px);
}

.video-js .vjs-tech,
.video-js {
    border-radius: 0.375rem;
}

/* Jarvis Common Page End */

/* Search Animation Start */
.animate-search {
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 12rem 0rem;
}
.animate-search label {
    width: 100%;
    display: block;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: 10px 0px 0px 0px;
    color: #004b8d;
}
.car__body {
    -webkit-animation: shake 0.2s ease-in-out infinite alternate;
    animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
    transform-origin: center right;
    stroke-dasharray: 22;
    -webkit-animation: line 0.8s ease-in-out infinite;
    animation: line 0.8s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes shake {
    0% {
        transform: translateY(-1%);
    }
    100% {
        transform: translateY(3%);
    }
}

@keyframes shake {
    0% {
        transform: translateY(-1%);
    }
    100% {
        transform: translateY(3%);
    }
}
@-webkit-keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}
@keyframes line {
    0% {
        stroke-dashoffset: 22;
    }
    25% {
        stroke-dashoffset: 22;
    }
    50% {
        stroke-dashoffset: 0;
    }
    51% {
        stroke-dashoffset: 0;
    }
    80% {
        stroke-dashoffset: -22;
    }
    100% {
        stroke-dashoffset: -22;
    }
}
/* Search Animation End */

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 50px;
    top: 3px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 8px;
    border: 3px solid #9d9d9d;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #9d9d9d transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.list_brands_logos {
    margin: 20px auto;
    text-align: center;
}

.list_brands_logos .list_brands_logo {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.list_brands_logos .list_brands_logo .brand {
    margin-top: auto;
    width: 100%;
}

.list_brands_logos .list_brands_logo .brand_content {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.list_brands_logos .list_brands_logo .brand_content img {
    filter: grayscale(100%);
    transform: scale(0.9);
    max-width: 200px;
    width: 100%;
}

.list_brands_logos .list_brands_logo .brand_content img:hover {
    transform: scale(1);
    filter: grayscale(0);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.list_brands_logos .list_brands_logo .brand_content .name {
    display: block;
    color: #000000;
    margin: 15px;
    padding: 5px 0;
    background: #f9f9f9;
    border-radius: 5px;
}

table.balance {
    float: right;
    width: 35%;
}

.dealership-location .dealership-image {
}

.hours-card {
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.hours-card h3 {
    color: var(--deepal-blue);
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.hours-table {
    margin: 0;
}

.hours-table .day {
    color: #495057;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
}

.hours-table .time {
    text-align: right;
    color: #212529;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
}

.hours-table .closed {
    color: #dc3545;
}

.contact-info {
    padding: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item i {
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.contact-item a {
    text-decoration: none;
    font-size: 1.1rem;
}

.contact-item a:hover {
    text-decoration: underline;
}

.badge-custom {
    background: #28a745;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.alert-custom {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    border-radius: 10px;
}

.dealership-location .accordion-button {
    padding: 1.2rem;
    cursor: pointer;
}

.flatpickr-wrapper {
    width: 100%;
}

.flatpickr-input-group .calendar-icon {
    position: absolute;
    top: 35px;
    right: 10px;
}

.shopping-cart table thead tr th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px;
    border-left: 0;
    border-right: 0;
}
.shopping-cart {
    margin-bottom: 20px;
}
.shopping-cart table tbody tr td {
    vertical-align: middle !important;
}
.shopping-cart span {
    font-size: 13px;
}
.shopping-cart .product-item {
}
.shopping-cart .product-title {
    font-weight: 600;
    margin-bottom: 0px;
}
.shopping-cart-footer {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}
.shopping-cart .product-item .product-info span > em {
    font-weight: 600;
    font-style: normal;
}
.tab.common-tabs {
    display: none;
}

.numberplate-block {
    border: 2px solid #e6e7e8;
    padding: 2px 10px;
    border-radius: 4px;
}

.numberplate-block span {
    font-size: 14px;
    color: #808285;
    position: relative;
}

.numberplate-block .form-control {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.3px;
    border: none;
    padding: 0;
    background-color: #ffffff;
}

.payment-item-info {
    border-left: 1px solid #e9e9e9;
    padding-left: 15px;
}

.donation-section {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
    border: 1px solid rgba(27, 67, 160, 0.16);
}

.form-section-title {
    color: #1b43a0;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.datetime-trigger {
    border: 1px solid rgba(27, 67, 160, 0.16);
}

.carmake_div .select2-container {
    width: 100% !important;
}

.check-radio-group .list-inline-item {
    border: 1px solid #cccccc;
    border-radius: 8px;
    margin: 5px 2px;
    width: 48%;
    vertical-align: top;
}
.makes-group .check-radio-group .list-inline-item {
    width: 45%;
}
.check-radio-group.buycar .list-inline-item {
    margin: 5px 2px 15px;
    width: 100%;
    vertical-align: top;
    border-left: 12px solid #004b8d;
    min-height: 100px;
}
.check-radio-group.buycar label {
    padding: 20px 10px 15px;
}
.check-radio-group.buycar .option-input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    appearance: auto;
}
.check-radio-group.sPr_ul .list-inline-item,
.check-radio-group.sLo_ul .list-inline-item {
    width: 100%;
}
.check-radio-group .list-group-item {
    border: 0px;
    padding: 0px 5px;
}
.check-radio-group .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 0;
    left: auto;
    height: 17px;
    width: 17px;
    transition: all 0.15s ease-out 0s;
    background: #ffffff;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    z-index: 800;
    border-radius: 5px;
    margin-right: 0;
}
.check-radio-group .option-input:before {
    box-shadow: 0px 0px 0px #6a6a6a;
}
.check-radio-group .option-input:checked::before {
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;

    line-height: 1;
    height: 17px;
    width: 17px;
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    right: 0;
    top: 0;
    box-shadow: 0px 0px 0px #6a6a6a;
    color: #ffffff;
    background: #004b8d;
    border-radius: 4px;
}

.check-radio-group .option-input:checked::after {
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}
.check-radio-group .option-input.radio {
    margin: 0px 5px 0px 0px;
    box-shadow: 0px 0px 0px rgb(175 175 175 / 78%);
}
.check-radio-group .option-input.radio::after {
    border-radius: 50%;
}
.check-radio-group label {
    padding-bottom: 0;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 8px;
}

.choose-service-box h1 {
    font-size: 1rem;
    color: #203f81;
    margin-bottom: 15px;
}

.btn-group-toggle input[type="radio"],
.btn-group-toggle input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.service-rec {
    background-color: #cce5ff;
    border-color: #b8daff;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 150px;
    margin: 0 auto;
    padding: 3px 15px;
    margin-bottom: 10px;
    color: #00a6e9;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 13px;
    right: 0;
}

#book_preferred_location_google_map {
    height: 350px;
    width: 100%;
}

.Zebra_DatePicker_Icon_Wrapper {
    display: block !important;
}
button.Zebra_DatePicker_Icon {
    height: 24px;
    width: 24px;
    background-size: cover;
}

.video-wrap {
    background: black;
    overflow: visible;
    position: relative;
}

.example_video_1-dimensions.vjs-fluid {
    padding-top: 45.7%;
}

/*Mobile Share*/
.mobile-shared svg {
    width: 20px;
    height: 20px;
}
.mobile-shared button,
.mobile-shared .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 0px solid #ddd;
    background: #e9ecef;
}
.mobile-shared button:hover,
.mobile-shared .button:hover {
    border-color: #cdd;
}
.mobile-shared .share-button,
.mobile-shared .copy-link {
    /*padding-left: 15px;
    padding-right: 15px;*/
}
.mobile-shared .share-button,
.mobile-shared .share-dialog {
}
.mobile-shared .share-dialog {
    display: none;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    text-align: left;
    left: 0;
    right: 0;
}
.mobile-shared .share-dialog.is-open {
    display: block;
    z-index: 2;
}
.mobile-shared .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.mobile-shared .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
    float: right;
    position: relative;
    top: -30px;
}
.mobile-shared .close-button svg {
    margin-right: 0;
}
.mobile-shared .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}
.mobile-shared .pen-url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

/* ── Compare Page ── */
.compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
}
.compare-grid {
    display: flex;
    gap: 16px;
    min-width: max-content;
    align-items: stretch;
}

/* Each car column */
.compare-col {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.compare-col .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}
.compare-col .card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
}

/* Recommended badge */
.badge-recommended {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: #198754;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Photo slider fixed height */
.compare-photo {
    position: relative;
    height: 185px;
    overflow: hidden;
    background: #f0f0f0;
}
.compare-photo .listing-slider,
.compare-photo .swiper-slide,
.compare-photo picture,
.compare-photo img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}
.compare-photo .swiper-button-next,
.compare-photo .swiper-button-prev {
    --swiper-navigation-size: 22px;
    --swiper-navigation-color: #fff;
}

/* Car name block */
.compare-name {
    padding: 12px 14px 8px;
    border-bottom: 1px solid #f0f0f0;
}
.compare-name h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 2px;
    line-height: 1.3;
}
.compare-name .car-series-row {
    font-size: 0.78rem;
    color: #666;
    margin-bottom: 6px;
}
.compare-name .car-features {
    margin-bottom: 0;
}

/* Price block */
.compare-price {
    padding: 10px 14px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.compare-price .price-main {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1b43a0;
    line-height: 1;
}
.compare-price .price-note {
    font-size: 0.7rem;
    color: #999;
}

/* Spec rows */
.compare-specs {
    flex: 1;
}
.compare-specs table {
    margin: 0;
    width: 100%;
    font-size: 0.82rem;
}
.compare-specs table td:first-child {
    color: #666;
    font-weight: 500;
    width: 48%;
    padding: 7px 14px;
}
.compare-specs table td:last-child {
    font-weight: 600;
    color: #222;
    padding: 7px 10px;
}
.compare-specs table tr:nth-child(odd) {
    background: #fafafa;
}

/* Highlight value cells */
.val-best {
    color: #198754 !important;
}
.val-worst {
    color: #c0392b !important;
}

/* Footer */
.compare-footer {
    padding: 12px 14px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}
.compare-footer .btn {
    font-size: 0.8rem;
    padding: 7px 10px;
}

/* Add-car slot */
.compare-add-col {
    width: 200px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-add-card {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 2px dashed #ccc;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    transition:
        border-color 0.2s,
        color 0.2s;
    text-decoration: none;
}
.compare-add-card:hover {
    border-color: #0d6efd;
    color: #0d6efd;
}
.compare-add-card i {
    font-size: 2rem;
    margin-bottom: 10px;
}
.compare-add-card span {
    font-size: 0.85rem;
    font-weight: 600;
}

/* Scroll hint on mobile */
.scroll-hint {
    display: none;
    font-size: 0.78rem;
    color: #888;
    margin-bottom: 8px;
}

.good-condition-list li,
.poor-condition-list li {
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
}
.good-condition-list li:before {
    content: "✓";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 10px;
    color: #28a745;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.poor-condition-list li:before {
    content: "✓";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 10px;
    color: #dc3545;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 0;
}
.common-tabs .nav-pills .nav-item .nav-link {
    padding: 1rem 3rem;
    border-radius: 1rem;
    border: 2px solid #6c757d;
    color: #6c757d;
}

.exp-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    padding: 44px 52px;
}

/* ── Trust Strip ────────────────────────────────────────── */
.exp-trust-strip {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
    padding: 22px 0;
}

.exp-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.exp-trust-item i {
    font-size: 17px;
    color: #1b43a0;
}

/* ── Section labels ─────────────────────────────────────── */
.exp-section-label {
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 6px;
}

.exp-section-q {
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    margin: 0 0 22px;
    line-height: 1.4;
}

/* ── NPS Buttons ────────────────────────────────────────── */
.exp-nps-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.exp-nps-btn {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 2px solid #e5e7eb;
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

/* Detractor (0–6) */
.exp-nps-btn.det:hover:not(.selected) {
    border-color: #fca5a5;
    color: #dc2626;
    background: #fff5f5;
}
.exp-nps-btn.det.selected {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

/* Passive (7–8) */
.exp-nps-btn.pas:hover:not(.selected) {
    border-color: #fcd34d;
    color: #b45309;
    background: #fffbeb;
}
.exp-nps-btn.pas.selected {
    background: #d97706;
    border-color: #d97706;
    color: #fff;
}

/* Promoter (9–10) */
.exp-nps-btn.pro:hover:not(.selected) {
    border-color: #86efac;
    color: #16a34a;
    background: #f0fdf4;
}
.exp-nps-btn.pro.selected {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff;
}

.exp-nps-scale-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
    padding: 0 2px;
    margin-bottom: 14px;
}

.exp-score-feedback {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
    min-height: 20px;
    transition: color 0.2s;
}

.exp-score-feedback.promoter {
    color: #16a34a;
}
.exp-score-feedback.passive {
    color: #d97706;
}
.exp-score-feedback.detractor {
    color: #dc2626;
}

/* ── Divider ────────────────────────────────────────────── */
.exp-divider {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 28px 0;
}

/* ── Submit ─────────────────────────────────────────────── */
.exp-submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    letter-spacing: 0.2px;
}
.vehicle-select-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}
.vehicle-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    transition:
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s;
    user-select: none;
}
.vehicle-card:hover {
    border-color: #9ca3af;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.vehicle-card.selected {
    border-color: #1d4ed8;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.1);
}
.vehicle-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.vehicle-card-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition:
        border-color 0.2s,
        background 0.2s;
    font-size: 10px;
    color: transparent;
}
.vehicle-card.selected .vehicle-card-check {
    border-color: #1d4ed8;
    background: #1d4ed8;
    color: #fff;
}
.vehicle-card-body {
    flex: 1;
    min-width: 0;
}
.vehicle-card-title {
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 3px;
}
.vehicle-card-sub {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
    margin-bottom: 5px;
}
.vehicle-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    color: #9ca3af;
}
.vehicle-card-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.old-price {
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    color: #7e7e7e;
    position: relative;
}
.jcc-products .old-price {
    font-size: 24px;
    font-weight: 600;
}

.jcc-products .old-price:before {
    top: 16px;
    height: 2px;
}
.jcc-products .jcc-price small {
    font-size: 50%;
}
.jcc-products p {
    margin: auto;
    line-height: 24px;
    font-weight: 600;
}
.bootstrap-autocomplete.dropdown-menu {
    z-index: 1050;
}

.location-accordion .accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 12px !important;
    margin-bottom: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.location-accordion .accordion-item:has(.accordion-collapse.show),
.location-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.location-accordion .accordion-button {
    padding: 1.25rem 1.5rem;
    gap: 16px;
    border-radius: 12px !important;
    background-color: #fff;
}
.location-accordion .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    box-shadow: none;
}
.location-accordion .accordion-button::after {
    flex-shrink: 0;
}
.location-accordion .accordion-button img {
    width: 48px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}
.location-accordion .location-header-text {
    flex: 1;
    min-width: 0;
}
.location-accordion .location-header-text .location-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
    line-height: 1.3;
}
.location-accordion .location-header-text .location-address {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 4px 0 0 0;
}
.location-accordion .location-header-text .location-address i {
    width: 14px;
    text-align: center;
}
.location-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem;
}
.location-accordion .location-hero-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 10px;
}
.location-accordion .info-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 24px;
    height: 100%;
}
.location-accordion .info-card h4 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--bs-primary);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--bs-primary);
}
.location-accordion .info-card h4 i {
    margin-right: 8px;
}
.location-accordion .contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
}
.location-accordion .contact-item:last-child {
    margin-bottom: 0;
}
.location-accordion .contact-item i {
    width: 24px;
    text-align: center;
    color: var(--bs-primary);
    flex-shrink: 0;
    margin-top: 2px;
}
.location-accordion .contact-item .contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 2px;
}
.location-accordion .contact-item a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}
.location-accordion .contact-item a:hover {
    text-decoration: underline;
}
.location-accordion .hours-table {
    width: 100%;
    font-size: 0.9rem;
}
.location-accordion .hours-table .day {
    color: #495057;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}
.location-accordion .hours-table .time {
    text-align: right;
    font-weight: 500;
    color: #212529;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}
.location-accordion .badge-keydrop {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.9rem;
    color: #1565c0;
}
.location-accordion .badge-aed {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e9;
    border-left: 3px solid #4caf50;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.9rem;
    color: #2e7d32;
}
.location-accordion .map-container-google {
    height: 350px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}
