:focus-visible {
    outline: none !important;
}

body {
    color: #000;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}

header {
    /* background-color: rgba(32, 46, 69, 0.4) !important; */
    background-color: #000 !important;
    border-bottom: 1px solid #943B3E;
    color: #000;
    /* background-color: var(--background-color); */
    /* padding: 10px 0; */
    transition: all 0.5s;
    z-index: 997;
}

.bg-alt {
    background-color: color-mix(in srgb, #943B3E, transparent 95%);
}

.bg-dark {
    background-color: #000 !important;
    color: #fff !important;
}

.bg-accent {
    background-color: #943B3E !important;
}

a {
    color: #943B3E;
    text-decoration: none;
    transition: 0.3s;
}

.btn-getstarted,
.btn-getstarted:focus {
    color: #fff;
    font-size: 16px;
    padding: 8px 30px;
    /* margin: 0 0 0 30px; */
    border-radius: 4px;
    transition: 0.3s;
    background-color: #943B3E;
    border: 2px solid #943B3E;
}

.btn-getstarted:hover {
    background-color: #000;
    color: #fff;
}

.btn-dark {
    color: #fff;
    font-size: 14px;
    padding: 8px 30px;
    /* margin: 0 0 0 30px; */
    border-radius: 4px;
    transition: 0.3s;
    background-color: #000;
    border: 2px solid #943B3E;
}

section,
.section {
    color: #fff;
    background-color: #060606;
    padding: 60px 0;
    scroll-margin-top: 80px;
    overflow: clip;
}

.dark-bg {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #2a2727;
}

.banner {
    width: 100%;
    min-height: 100vh;
    /* position: relative; */
    padding: 100px 0 80px 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    /* Fullscreen height */
    overflow: hidden;
    text-align: center;
    background: transparent;
}

.banner:before {
    content: "";
    /* background: color-mix(in srgb, #060606, transparent 30%); */
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-content {
    text-align: left;
    /* position: relative;
    color: white;*/
    z-index: 3;
}

.banner-content h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.banner-content h6 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.banner .right-box {
    background-color: rgba(32, 46, 69, 0.4);
    border: 1px solid #943B3E;
    padding: 50px 30px;
    z-index: 3;
}

.banner .bottom-box {
    background-color: #943B3E;
    text-align: left;
    padding: 30px 0px;
    z-index: 3;
    position: relative;
}

.pb-20 {
    padding-bottom: 20px;
}

.default-select {
    height: 40px;
}

#offcanvasMobMenu {
    background-color: rgba(0, 0, 0, 0.8);
}

#offcanvasMobMenu ul {
    list-style: none;
    padding-left: 0 !important;
}

#offcanvasMobMenu ul li {
    width: 100%;
}

#offcanvasMobMenu ul li a {
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    padding: 10px 22px;
    text-decoration: none;
    width: 100%;
    outline: none;
    font-weight: 400;
    display: block;
}

#offcanvasMobMenu ul li a.active,
#offcanvasMobMenu ul li a:hover {
    background-color: #943B3E;
}

.offcanvas .offcanvas-header.border-bottom {
    border-bottom: 1px solid #943B3E !important;
}

.primaery-menu-close {
    color: #fff !important;
}

.section-heading {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3;
}

.type-slider .slick-slide .image-div {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-slide a {
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.slick-slide a span {
    padding-top: 2rem !important;
    font-size: .75rem;
    line-height: 1.5;
}

.slick-slide img {
    object-fit: cover;
    object-position: center;
}

.info-container {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.border-bottom {
    border-bottom: 1px solid color-mix(in srgb, #943B3E, transparent 95%);
}

.social-links a svg {
    width: 1rem;
}

.latest-cars a {
    box-shadow: none !important;
    text-decoration: none !important;
}

.latest-cars .car-slide-list {
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 10;
    display: flex;
    border-radius: .375rem;
    flex-direction: column;
    height: 100%;
}

.latest-cars .car-slide-list .carousel-inner {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transition: 0.3s ease-in-out;
}

.latest-cars .car-slide-list .carousel-inner:before {
    transition: 0.3s ease-in-out;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(42, 57, 70, 0) 0%, rgba(42, 57, 70, 0.39) 100%);
    z-index: 9;
    opacity: 0;
}

.latest-cars .car-slide-list .carousel-inner .carousel-item img {
    aspect-ratio: 360 / 240;
    display: block !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.latest-cars .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid color-mix(in srgb, #943B3E, transparent 95%);
    transition: 0.3s ease-in-out;
    padding: 15px;
}

.latest-cars .card .card-body h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.latest-cars .card .card-body .card-attribute-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.latest-cars .card .card-body .card-attribute {
    min-height: 25px;
    background: color-mix(in srgb, #943B3E, transparent 95%);
    border-radius: 2px;
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #943B3E;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
}

.latest-cars .card .card-footer {
    height: auto;
    padding: 15px 20px;
    padding-top: 0;
    flex-wrap: wrap;
    border-top: 1px solid color-mix(in srgb, #943B3E, transparent 95%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff !important;
}

.latest-cars .card .card-footer .icons-list {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.latest-cars .card .card-footer .icons-list .icon {
    border: 1px solid color-mix(in srgb, #943B3E, transparent 95%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.latest-cars .card .card-footer .views {
    margin-top: 15px;
    color: var(--e-global-color-lcolor2);
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 12px;
}

.why-us h3 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.36;
}

.footer .contact-section h3 {
    font-size: 24px;
}

.footer .icons {
    font-size: 33px;
}

.footer ul li a {
    font-size: 14px;
}

#galleryModal .custom-carousel-btn {
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: background-color 0.3s ease;
}

#galleryModal .custom-carousel-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

#galleryModal .carousel-control-prev {
    left: 20px;
}

#galleryModal .carousel-control-next {
    right: 20px;
}


.inner-hero {
    background-image: url('../images/inner-bg-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    color: white;
}

.inner-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
}

.inner-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    top: 70%;
    transform: translateY(-50%);
}

.bg-dark-blurred {
    background-color: rgba(30, 30, 30, .5);
}

.border-grey {
    border: 1px solid #343434;
}

.text-accent {
    color: #943B3E !important;
}

.contact-info-container {
    background-image: url('../images/inner-bg-4.jpg');
    background-size: cover;
    background-position: 50% !important;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* adjust the 0.6 for darker/lighter overlay */
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    padding: 2rem;
    text-align: center;
}

.user-verification-list {
    margin: 10px 0 5px;
    list-style: none;
    padding-left: 0;
}

.user-verification-list li {
    width: 36px;
    height: 36px;
    margin-left: 14px;
    margin-right: 14px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-color: color-mix(in srgb, #943B3E, transparent 95%);
    border-radius: 100%;
    align-items: center;
    padding-top: 7px;
    color: #943B3E;
}

.user-verification-list .verified {
    background-position: -192px -160px;
    position: absolute;
    width: 17px;
    height: 17px;
    bottom: 0;
    right: -2px;
}