﻿/*---------->>> www.AutoConnectVA.com <<<-----------*/
/*#region Fonts */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*#endregion */
@font-face {
    font-family: 'icomoon';
    src: url('/Content/font/dougJustus/icomoon.eot?rwe40o');
    src: url('/Content/font/dougJustus/icomoon.eot?rwe40o#iefix') format('embedded-opentype'), url('/Content/font/dougJustus/icomoon.ttf?rwe40o') format('truetype'), url('/Content/font/dougJustus/icomoon.woff?rwe40o') format('woff'), url('/Content/font/dougJustus/icomoon.svg?rwe40o#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'CACula';
    src: url('/Content/images/autosdirect-v1/CACula-ExtraBold.woff2') format('woff2'), url('/Content/images/autosdirect-v1/CACula-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dc-name {
    font-family: 'CACula';
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
    margin-top: -12px;
}

.d-color {
    color: #d70d0d;
}
.m-tp-ad a{
    color:#000 !important;
}
    .m-tp-ad a:hover {
        color: #C21513 !important;
    }
.br-color {
    font-family: 'CACula';
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 428px) {

    .dc-name {
        font-size: 47px;
    }

    .br-color {
        font-size: 13px;
    }
}
.social-icons-tp a {
    color: #bcbcbc;
    font-size: 23px;
    transition: .3s;
    /*! float: right; */
}

    .social-icons-tp a:hover {
        color: #e04132;
    }


.icon-car-warranty:before {
    content: "\e900";
}

.icon-car-key:before {
    content: "\e901";
}

.icon-car:before {
    content: "\e902";
}

.icon-buying:before {
    content: "\e903";
}

.icon-showroom:before {
    content: "\e904";
}

.icon-protection:before {
    content: "\e905";
}

.icon-inv:before {
    content: "\e906";
}

.icon-hassle-free:before {
    content: "\e907";
}

.icon-finance:before {
    content: "\e908";
}

.points-icon span {
    font-size: 65px;
    color: #737373;
    /*! background: -webkit-linear-gradient(#228be6, #2f7cbf, #228be6); */
    /*! background-clip: border-box; */
    /*! -webkit-background-clip: text; */
    /*! -webkit-text-fill-color: transparent; */
}

.points-icon p {
    font-family: "Oswald", sans-serif;
}

.icn-size {
    font-size: 100px;
}

.icn-buy {
    color: #9d9d9d;
}

.broswvechlesection {
    background-color: #F5F5F5;
    padding: 30px 0px;
}

.icn-apply {
    color: #9b9b9b;
}
/*#region General | Header | Body */
body {
    font-family: 'lato', sans-serif !important;
    background-color: #fff;
    color: #42454c;
}

.container-1420 {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0px 15px;
}

.container-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}
.hm-icon {
    height: 100px !important;
    width: 100px !important;
    stroke-width: 0.5 !important;
    margin-bottom: 25px;
}
.hm-icon-btm {
    height: 30px !important;
    width: 30px !important;
    stroke-width: 1 !important;
    
}
/*h2 {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}*/
/* short line under h2 (left aligned) */
/*h2::after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        background: black;
        margin-top: 6px;
    }*/
.hme-tab-slctn {
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
}

    .hme-tab-slctn .nav-link {
        color: #333;
        font-weight: 500;
        border: none;
        background: none;
        margin-right: 25px;
        position: relative;
        padding: 10px 0;
    }

        /* active underline */
        .hme-tab-slctn .nav-link.active {
            color: #000;
        }

            .hme-tab-slctn .nav-link.active::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -2px;
                width: 100%;
                height: 2px;
                background: #000;
            }

/* mobile center */
@media (max-width: 576px) {
    .hme-tab-slctn {
        justify-content: center;
    }
}


/*  J. Back to top
----------------------------*/


.back_to_top {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #FFF;
    cursor: pointer;
    text-align: center;
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding-top: 6px;
    display: none;
    z-index: 999;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

    .back_to_top:hover {
        background-color: #c7081b;
    }

/*  K. Form Styles
----------------------------*/
.rating-top {
    font-size: 16px;
    color: #ffcb00;
}

   
/***************Seach-Modal-pop-css-home********************/
.hm-srch-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9fbfc+0,e9f2fe+100 */
    background: linear-gradient(to bottom, rgb(249,251,252) 0%,rgb(233,242,254) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.srch-m-logoes {
    width: 100%;
    overflow-x: auto;
    padding: 15px 0;
    background: #fff;
}

.srch-m-logoes-track {
    display: flex;
    align-items: center;
}
    .srch-m-logoes-track > a:not(:last-child) {
        border-right: 1px solid #ddd;
    }
/* logo item */


.logo-item {
    flex: 0 0 auto;
    width: 140px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

/* ✔ divider */
.logo-item {
    border-right: 2px solid #999;
}

    /* ❌ remove last border */
    .logo-item:last-child {
        border-right: none;
    }

    /* image */
    .logo-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
.srch-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.srch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    background: #f7f8fa;
    color: #333;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all .25s ease;
    white-space: nowrap;
    font-weight: 600;
}

    .srch-btn:hover {
        background: #111;
        color: #fff;
        border-color: #111;
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(0,0,0,.10);
    }

    .srch-btn:active {
        transform: translateY(0);
    }

@media (max-width:768px) {
    .srch-btn-wrap {
        gap: 10px;
    }

    .srch-btn {
        padding: 9px 16px;
        font-size: 13px;
    }
}

.fet-sec {
    background-color: #e7e7e7;
}

.fet-outer {
    width: 100%;
    height: auto;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 15px;
}

    .fet-outer div {
        width: auto;
        background-color: #f4f4f4;
        float: none;
        padding: 5px 15px;
        margin: 0 0.25%;
        display: inline-block;
        zoom: 1;
        border-radius: 3px;
        text-align: center;
        color: #737373;
        font-size: 14px;
        border-radius: 5px;
    }
/***************Seach-Modal-pop-css-home********************/
/***************Seach-dropdown-css-home********************/

.main-srch-banner,
.bs-example,
.input-group {
    overflow: visible !important;
}
.bs-example {
    position: relative !important;
    width: 100%;
    margin: auto;
    
}

.icon-top-search {
    position: absolute;
    z-index: 999;
    left: 5%;
    top: 26%;
    opacity: .6;
}

.buttons-bg {
    margin-top: 15% !important;
}

.twitter-typeahead {
    width: 100%;
}

#basic-addon1 {
    position: absolute;
    z-index: 2;
    line-height: 38px;
    background: transparent;
    border: none;
    height: 27%;
    left: 1%;
    top: 15px;
}

.typeahead, .tt-query, .tt-hint {
    /* border: 2px solid #FFF;*/
    border-radius: 8px;
    font-size: 22px;
    height: 50px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 100%;
    padding-left: 45px;
    border-bottom: 1px solid #cbd5e1;
    background-color: #fff !important;
}

.typeahead {
    background-color: #e9f2fe;
}

    .typeahead:focus {
        border: 2px solid #0097CF;
    }

/*.tt-query {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}*/

.tt-hint {
    color: #999999;
}

.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    padding-left: 0px;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    border-radius: 0px;

}

.tt-suggestion {
    font-size: 22px; /* Set suggestion dropdown font size */
    padding: 3px 20px;
    color: #000;
}

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #0097CF;
        color: #FFFFFF;
    }

    .tt-suggestion p {
        margin: 0;
    }
/* MAIN WRAPPER */
.main-srch-banner {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
/* Stars layer */
.floating-stars {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

/* Single Star */
.star {
    position: absolute;
    bottom: -40px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    box-shadow: 0 0 4px rgba(255,255,255,.9), 0 0 10px rgba(255,255,255,.5), 0 0 18px rgba(255,255,255,.3);
    animation: floatStar linear infinite;
}

/* Elegant floating animation */
@keyframes floatStar {

    0% {
        transform: translateY(0) scale(.4);
        opacity: 0;
    }

    10% {
        opacity: .7;
    }

    50% {
        opacity: 1;
        transform: translateY(-45vh) translateX(8px) scale(1);
    }

    90% {
        opacity: .4;
    }

    100% {
        transform: translateY(-110vh) translateX(-8px) scale(.3);
        opacity: 0;
    }
}

/* Different Positions & Speeds */

.s1 {
    left: 6%;
    animation-duration: 18s;
    animation-delay: 0s;
}

.s2 {
    left: 15%;
    animation-duration: 22s;
    animation-delay: 5s;
    width: 2px;
    height: 2px;
}

.s3 {
    left: 26%;
    animation-duration: 25s;
    animation-delay: 2s;
}

.s4 {
    left: 38%;
    animation-duration: 20s;
    animation-delay: 7s;
    width: 4px;
    height: 4px;
}

.s5 {
    left: 50%;
    animation-duration: 27s;
    animation-delay: 1s;
}

.s6 {
    left: 63%;
    animation-duration: 24s;
    animation-delay: 8s;
    width: 2px;
    height: 2px;
}

.s7 {
    left: 74%;
    animation-duration: 19s;
    animation-delay: 4s;
}

.s8 {
    left: 83%;
    animation-duration: 26s;
    animation-delay: 10s;
}

.s9 {
    left: 91%;
    animation-duration: 21s;
    animation-delay: 6s;
    width: 4px;
    height: 4px;
}

.s10 {
    left: 97%;
    animation-duration: 28s;
    animation-delay: 3s;
}
/* RESPONSIVE IMAGE (AUTO HEIGHT) */
.main-srch-banner-img {
    width: 100%;
    height: auto; /* ✅ key for auto height */
    display: block;
}

/* DARK OVERLAY FOR READABILITY */
.main-srch-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

/* CONTENT CENTERED OVER IMAGE */
.main-srch-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(900px, 92%);
    z-index: 2;
}

    /* TITLE */
    .main-srch-banner-content h1 {
        color: #fff;
        font-size: clamp(20px, 5vw, 36px);
        margin-bottom: 10px;
        font-weight: 700;
    }

    /* SUBTITLE */
    .main-srch-banner-content p {
        color: #fff;
        font-size: clamp(14px, 2vw, 20px);
        margin-bottom: 25px;
        opacity: 0.9;
    }

/* SEARCH BOX WRAPPER */
.main-srch-banner-box {
    display: flex;
    width: min(650px, 100%);
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

    /* INPUT */
    .main-srch-banner-box input {
        flex: 1;
        border: none;
        padding: 15px 20px;
        font-size: 16px;
        outline: none;
    }

    /* BUTTON */
    .main-srch-banner-box button {
        width: 60px;
        border: none;
        background: #C8A75B;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
    }

        /* BUTTON HOVER */
        .main-srch-banner-box button:hover {
            background: #b08d3f;
        }

@media (max-width: 768px) {

    .main-srch-banner-content {
        width: 95%;
        transform: translate(-50%, -50%);
    }

        .main-srch-banner-content h1 {
            font-size: 20px;
        }

        .main-srch-banner-content p {
            font-size: 14px;
            margin-bottom: 18px;
        }

    .main-srch-banner-box {
        border-radius: 12px;
        flex-direction: column;
    }

        .main-srch-banner-box input {
            text-align: center;
            padding: 14px;
        }

        .main-srch-banner-box button {
            width: 100%;
            padding: 12px;
        }
}
@media (max-width: 768px) {
    .main-srch-banner-content h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .main-srch-banner-content p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
}
    /***************Seach-dropdown-css-home********************/


    /*Logo-css*/
    .logo-section {
        background: #fff;
        padding: 40px 0;
    }

    /* FIXED WIDTH CONTAINER */
    .logo-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /*=========================
  REAL SMOOTH FADE (IMPORTANT)
=========================*/

    .logoSwiper {
        width: 100%;
        overflow: hidden;
        /* THIS is the magic */
        -webkit-mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% );
        mask-image: linear-gradient( to right, transparent 0%, black 10%, black 90%, transparent 100% );
    }

    /* fallback if mask not supported */
    @supports not (-webkit-mask-image: linear-gradient(#000, #000)) {
        .logo-section::before,
        .logo-section::after {
            display: block;
        }
    }

    /*=========================
  SWIPER STRUCTURE
=========================*/

    .logoSwiper .swiper-wrapper {
        align-items: center;
        transition-timing-function: linear !important; /* IMPORTANT */
    }

    .logoSwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*=========================
  LOGOS
=========================*/

    .logoSwiper img {
        height: 80px;
        width: auto;
        object-fit: contain;
        opacity: 0.75;
        filter: grayscale(100%);
        transition: 0.3s ease;
    }

    .logoSwiper a:hover img {
        opacity: 1;
        filter: none;
        transform: scale(1.05);
    }

    /*=========================
  RESPONSIVE
=========================*/

    @media (max-width: 768px) {
        .logoSwiper img {
            height: 50px;
        }
    }
    /*Logo-css-ends*/
    /*testimonials-css-home-starts*/

    .testimonials-section {
        padding: 80px 0 20px;
        background: #fff;
    }

    /* KEEP INSIDE BOOTSTRAP CONTAINER */
    .testimonial-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        max-width: 100%;
        overflow: hidden; /* IMPORTANT: keeps everything inside container */
    }

    /* SWIPER */
    .testimonialSwiper {
        width: 100%;
        overflow: visible; /* allow hover lift */
    }

        /* EQUAL HEIGHT FIX */
        .testimonialSwiper .swiper-wrapper {
            align-items: stretch !important;
        }

        .testimonialSwiper .swiper-slide {
            height: auto !important;
            display: flex !important;
            position: relative;
            z-index: 1;
        }

            .testimonialSwiper .swiper-slide:hover {
                z-index: 10;
            }

    /* CARD */
.testimonial-card {
    background: #fbfbfb;
    border-radius: 14px;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*  box-shadow: 0 8px 25px rgba(0,0,0,0.06);*/
    transition: all 0.3s ease;
}



        .testimonial-card p {
            flex: 1;
            margin-bottom: 20px;
            font-size: 15px;
            line-height: 1.7;
            color: #333;
        }

    /* CLIENT */
    .client h5 {
        margin: 0;
        font-size: 16px;
    }

    .client span {
        font-size: 13px;
        color: #777;
    }
/* CLIENT WRAPPER - UPDATED */
.client {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

    /* each inner div */
    .client > div {
        display: flex;
        flex-direction: column;
    }

        /* RIGHT SIDE ALIGNMENT (desktop only) */
        .client > div:last-child {
            text-align: right;
        }

/* LEFT + RIGHT BLOCK */
.client-info {
    display: flex;
    flex-direction: column;
}

    /* RIGHT SIDE ALIGNMENT */
    .client-info.right {
        text-align: right;
    }

/* YOUR EXISTING STYLES (kept same, just safe spacing tweak) */
.client h5 {
    margin: 0;
    font-size: 16px;
}
    /* ========================= */
    /* ARROWS FIX (INSIDE + ROUND)
/* ========================= */

    .testimonial-prev,
    .testimonial-next {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%; /* PERFECT CIRCLE */
        box-shadow: 0 2px 4px rgba(0,0,0,0.12);
        cursor: pointer;
        z-index: 20;
        transition: all 0.3s ease;
    }

        /* hover effect */
        .testimonial-prev:hover,
        .testimonial-next:hover {
            transform: scale(1.08);
        }

        /* arrow icons */
        .testimonial-prev:after,
        .testimonial-next:after {
            font-family: swiper-icons;
            font-size: 16px;
            color: #111;
        }

        .testimonial-prev:after {
            content: "prev";
        }

        .testimonial-next:after {
            content: "next";
        }

    /* MOBILE */
    @media(max-width: 768px) {
        .testimonial-wrapper {
            gap: 8px;
        }
    }
@media (max-width: 576px) {
    .client {
        flex-direction: column; /* stack vertically */
        align-items: center; /* center both items */
        text-align: center;
        gap: 10px;
    }

        .client > div {
            align-items: center; /* center text inside each div */
        }

            .client > div:last-child {
                text-align: center;
            }
}
    /*testimonials-css-home-ends*/

    .home-contact-fm {
        background-color: #292929;
        border-radius: 10px;
        padding: 30px 20px;
    }

        .home-contact-fm .bg-secondary::placeholder {
            color: #fff;
            opacity: 1; /* Ensures it's fully white (not faded) */
        }

    .ft-bg {
        background-color: #42454c !important;
        color: #cacaca;
    }

        .ft-bg a {
            color: #fff !important;
        }

            .ft-bg a:hover {
                color: #ccc;
            }

    a {
        color: inherit;
        text-decoration: none !important;
    }

   

    header {
        /*position: relative;
     background: none;
     z-index: 2;
    */
    }

    .drop-down4 {
        background-color: #FFC650;
        text-align: center;
        top: -100vh;
        left: 0;
        height: 100vh;
        width: 100vw;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrow: column;
    }

        .drop-down4 h3 {
            color: #D05353;
            top: 50px;
            right: 150px;
        }


        .drop-down4 a {
            color: #204056;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
        }

            .drop-down4 a:hover {
                color: #D05353;
            }

    .hover-underline-animation {
        display: inline-block;
        position: relative;
        color: #000000;
    }

        .hover-underline-animation::after {
            content: '';
            position: absolute;
            width: 100%;
            transform: scaleX(0);
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #42454c;
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
        }

        .hover-underline-animation:hover::after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }
    /*Nav*/
    @media (min-width: 1200px) {
        .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 0.7rem !important;
            padding-left: .7rem !important;
            font-size: 18px;
            padding: 26px 0px;
            font-weight: 600;
        }
    }
@media (max-width: 420px) {
    .top-brand .navbar-brand {
        width: 60%;
    }
}
    /*Nav*/

    .btn-off-top i {
        color: #228be6;
    }

    .dv-circle {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: relative;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        border-radius: 100%;
    }


    .ph-dv {
        background-color: #42454c !important;
        color: #fff;
    }

    .txt-dv {
        background-color: #0d375e !important;
        color: #fff;
    }

    .parallax {
        background-image: url("/Content/images/autosdirect-v1/autosdirect-v1-building.jpg");
        /*  background-attachment: fixed;*/
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 4% 0px;
        text-align: left;
    }

    @media (max-width: 767px) {
        .parallax {
            background-attachment: unset;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 180%;
            padding: 0% 0px;
            background-color: #f8f9fa;
        }
    }


    .button--antiman.button--border-medium::before {
        border-width: 2px;
    }

    .button--border-medium {
        border: 2px solid;
    }

    .button-opt {
        float: left;
        min-width: 150px;
        max-width: 250px;
        display: block;
        padding: 1em 2em;
        border: none;
        background: none;
        color: inherit;
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        background-color: #42454c !important;
        border-left: 8px solid #e6e6e6;
        margin: 0px 15px;
    }

        .button-opt:focus {
            outline: none;
        }

        .button-opt > span {
            vertical-align: middle;
        }
    /* Rayen */
    .button--rayen {
        overflow: hidden;
        padding: 0;
        width: 230px;
    }

        .button--rayen.button--inverted {
            color: #fff;
        }

        .button--rayen::before {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*! background: #7986cb; */
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

        .button--rayen.button--inverted::before {
            background: #e6e6e6;
            color: #42454c;
        }

        .button--rayen > span {
            display: block;
            font-weight: bold;
        }

        .button--rayen::before,
        .button--rayen > span {
            padding: 1em 2em;
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
            transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        }

        .button--rayen:hover::before {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .button--rayen:hover > span {
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

    .button--text-thin {
        font-weight: 300;
    }

    .button--size-l {
        font-size: 18px;
    }
    /* CarBody-Effects */
    .opt-car-cont {
        position: relative;
        z-index: 3;
        color: #000;
    }

    .circle-img {
        width: 90px;
        height: 90px;
        background-color: #fff;
        margin: auto;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 100%;
        z-index: -1;
        transition: transform .2s; /* Animation */
    }

    .opt-car-cont:hover .circle-img {
        /*    transform: scale(1.5);
    background-color: #F6F7F9;*/
    }
    /* CarBody-Effects-ends */

    /* visa-and apply-sec-starts */
    .visa-bg {
        background-color: #C21513;
    }

    .apply-bg {
        background-color: #181C21;
    }

        .apply-bg .btn-warning {
            background-color: #e6e6e6;
            border: 1px solid #e6e6e6;
            color: #42454c;
        }

    /* Mobile Fixed Bottom Bar */
    .mobile-fixed-bar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        z-index: 9999;
        height: 60px;
        box-shadow: 0 -4px 12px rgba(0,0,0,.15);
    }

    .mobile-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        transition: .3s;
    }

    .mobile-btn-black {
        background: #000;
    }

        .mobile-btn-black:hover {
            background: #222;
            color: #fff;
        }

    .mobile-btn-red {
        background: #8B0000; /* Dark Red */
    }

        .mobile-btn-red:hover {
            background: #a00000;
            color: #fff;
        }

    /* Show only on mobile */
    @media (min-width: 992px) {
        .mobile-fixed-bar {
            display: none;
        }
    }

    /* Optional: prevent content from being hidden behind the fixed bar */
    @media (max-width: 991.98px) {
        body {
            padding-bottom: 60px;
        }
    }


    .welcome-sec hr {
        opacity: .1 !important;
    }


    .arrow-pointer {
        width: auto;
        height: 50px;
        background: #ecc743;
        position: relative;
        margin: auto;
        text-align: center;
        font-size: 20px;
        line-height: 48px;
        font-weight: 700;
        text-shadow: 1px 1px 1px #f0e5bd;
    }

        .arrow-pointer:after {
            content: "";
            position: absolute;
            left: -24px;
            bottom: 0;
            width: 0;
            height: 0;
            border-right: 25px solid #ecc743;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
        }

        .arrow-pointer:before {
            content: "";
            position: absolute;
            right: -25px;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 25px solid #ecc743;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
        }

    @media (max-width: 480px) {
        .arrow-pointer {
            font-size: 15px;
        }
    }
    /* browse-by make-starts */
    .bhoechie-tab-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: calc((2.2em + 8px)*5);
        margin: 5px;
    }

    .bhoechie-tab-content li {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 10px 0;
        line-height: 1.2em;
        transition: .35s;
    }

        .bhoechie-tab-content li a {
            color: #6c6a6a;
        }

            .bhoechie-tab-content li a:hover {
                color: #000;
            }

    .boxContNo {
        background-color: #f3f3f9;
        padding: 3px 6px;
        border-radius: 50px;
        font-size: 11px;
    }

    .bhoechie-tab-content li:hover .boxContNo {
        background-color: #acacac;
        color: #fff;
    }

    @media (max-width: 640px) {
        .bhoechie-tab-content ul {
            max-height: calc((4.2em + 28px)* 5) !important;
        }
    }

    @media (max-width: 480px) {
        .bhoechie-tab-content li {
            width: 60%;
        }
    }


    /* browse-by make-ends */

    .address-footer-color {
        color: #fff !important;
    }

        .address-footer-color:hover {
            color: #ffff !important;
        }

    .offcnva .address-footer-color {
        color: #000 !important;
    }

    .tbs-adres .address-footer-color:hover {
        color: #000 !important;
    }

    .offcanvas-body .address-footer-color {
        color: #000 !important;
    }

    .tab-pane .address-footer-color {
        color: #000 !important;
    }

    .tbs-adres .address-footer-color:hover {
        color: #000 !important;
    }

    .ph-home:hover {
        color: #5f6166 !important;
    }

    .offcnva .ph-home {
        font-size: 20px;
        color: #000000;
    }

    .tbs-adres .ph-home {
        font-size: 20px;
        color: #000000;
    }

    .ph-home {
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
    }

    .h-map {
        height: 500px;
    }


    ul.carbdy-tabs li {
        width: 50%;
    }

    .carbdy-tabs.nav-tabs .nav-link {
        width: 100%;
    }

    .offcanvas .offcanvas-header {
        background-color: #f0f0f0;
        border-bottom: 1px solid #ccc;
    }

    .call-btn {
        width: 49%;
        background-color: #d70d0d !important;
        color: #fff !important;
        border: 1px solid #d70d0d;
    }

        .call-btn:hover {
            background-color: #0d375e !important;
            color: #fff !important;
            border: 1px solid #0d375e;
        }

    .dirct-btn {
        width: 49%;
        background-color: #0d375e;
        color: #fff;
    }

        .dirct-btn:hover {
            background-color: #228be6;
            border: 1px solid #228be6;
        }

    .buttonstyle1 {
        background-color: #e2d21f;
        border-radius: 100px;
        transition: all 0.5s;
    }

        .buttonstyle1 i {
            /* background-color: #e2d21f;
    border-radius: 100px;*/
        }

        .buttonstyle1:hover {
            background: #3a3a3a;
            color: #fff;
        }

    .buttonstyle2 {
        background-color: transparent;
        transition: all 0.5s;
    }

        .buttonstyle2:hover {
            background-color: #0d6efd;
            color: #fff;
        }

    .buttonstyle3 {
        background-color: #0d375e;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle3:hover {
            background-color: #228be6;
        }

    .buttonstyle4 {
        /*background-color: #e4e7ee;*/
        font-size: 12px;
        transition: all 0.5s;
        color: #ccc;
    }

        .buttonstyle4:hover {
            color: #fff;
        }

    .buttonstyle5 {
        background-color: #165cb9;
        line-height: 19px;
        border: 1px solid #165cb9;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.5s;
        padding: 12px 30px;
        color: #fff !important;
    }

        .buttonstyle5:hover {
            background-color: #165CF5;
            border: 1px solid #165CF5;
            color: #fff;
        }

    .buttonstyle6 {
        background-color: #165cb9;
        font-size: 12px;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle6:hover {
            background-color: #f2f4f9;
            color: #000;
        }

    .buttonstyle7 {
        background-color: #42454c;
        padding: 9px 25px !important;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle7:hover {
            background: #5f6166;
            color: #fff;
        }

    .buttonstyle8 {
        background-color: transparent;
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        transition: all 0.5s;
    }

        .buttonstyle8:hover {
            background-color: #e2d21f;
            border: 1px solid #e2d21f;
            color: #3a3a3a;
        }

    .buttonstyle9 {
        background-color: #c3c5c5;
        border-color: #c3c5c5;
        transition: all 0.5s;
    }

        .buttonstyle9:hover {
            background-color: #3A3A3A;
            border: 1px solid #3A3A3A;
            color: #fff;
        }

    .buttonstyle10 {
        background-color: #808487;
        padding: 12px 30px !important;
        color: #fff;
        transition: all 0.5s;
        border: none;
    }

        .buttonstyle10:hover {
            background-color: #5AFF08;
            color: #000;
            border: 1px solid #5AFF08;
        }

    input[type='radio']:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #ccc;
    }

    input[type='radio']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #42454c;
    }

    .form-check-input:focus {
        box-shadow: none;
    }

    /*#button-addon2 {
    border-radius: 0px 50px 50px 0px !important;
}*/

    #compareicon i {
        right: 12px;
        top: 12px;
    }

    /*Queries*/

    @media (max-width: 640px) {
        .button-opt {
            margin: 0px 0px;
            min-width: 120px;
        }

        .button--rayen {
            width: 80px;
        }

        .button--size-l {
            font-size: 13px;
        }
    }

    .nav-sec {
        background-color: #111111;
    }

    .goog-te-gadget {
        margin-top: 0px !important;
    }

    .video-section {
        position: relative;
        /*    height: 100vh;*/
        overflow: hidden;
    }

    /* Fullscreen video background */
    .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Keeps video proportionate */
        z-index: 1;
    }

    /* Center text + search bar on video */
    .overlay-content {
        position: absolute;
        top: 11%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    /* Make input responsive on mobile */
    @media (max-width: 768px) {
        /*   .overlay-content .form-control {
        width: 80%;
        margin-bottom: 10px;
    }*/

        .overlay-content .d-flex {
            flex-direction: column;
            align-items: center;
        }
    }

    .wel-text {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }








    .wel-text {
        background: radial-gradient(circle, rgba(0, 0, 0, .75) 0, rgba(255, 255, 255, 0) 100%);
        padding: 5px;
    }

    .browse-btn {
        border: 1px solid #fff;
        color: #fff;
        padding: 12px 24px;
        border-radius: 10px;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

        .browse-btn:hover {
            background: rgba(24, 28, 33, .1);
            color: #c00;
            text-decoration: none;
        }

    /* Responsive heading size */
    @media (max-width: 768px) {
        .red-section h2 {
            font-size: 1.5rem;
        }

        .browse-btn {
            width: 100%;
            justify-content: center;
        }
    }

    .two-locatios {
        background-color: #f5f5f5;
    }

    .fotr-colo {
        background-color: #292929;
    }

    .dealer-icon ul {
        list-style: none;
        display: inline-flex;
    }

    .dealer-icon li a {
        font-size: 20px;
        padding: 7px 9px;
        border-radius: 5px;
        background-color: #fff;
    }

    .dealer-icon li {
        padding: 0px 5px;
    }

    .bg-balck {
        background-color: #000;
    }

    .nava-link li {
        padding: 4px 0px;
    }

        .nava-link li a {
            color: #fff;
            transition: .35s;
        }

            .nava-link li a:hover {
                color: red;
            }

    .frame-map {
        width: 100%;
        height: 590px;
        border: 0;
        border-radius: 8px;
    }

    /* Custom styling for equal height and clean layout */
    .table thead th {
        background-color: #f8f9fa;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
    }

    .table td, .table th {
        vertical-align: middle;
    }

    @media (max-width: 576px) {
        .table td, .table th {
            height: auto;
        }
    }

    .tabs-servce .nav-tabs {
        border-bottom: none;
    }

        .tabs-servce .nav-tabs .nav-link {
            border-radius: 10px;
            color: #555;
            background-color: #f8f9fa;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

            .tabs-servce .nav-tabs .nav-link.active {
                background-color: #c8102e; /* Red active tab */
                color: #fff;
                border: none;
                border-top-right-radius: 0px !important;
                border-bottom-right-radius: 0px !important;
                border-radius: 10px;
            }

    .wellcm-text .list-group-item {
        background-color: transparent !important;
    }

    .border-thick {
        border-width: 3px !important;
    }


    @media (min-width: 1100px) and (max-width: 1300px) {
        .overlay-content {
            position: absolute;
            top: 6%;
            left: 0;
            transform: translate( 0%, 0%);
            z-index: 2;
            right: 0;
        }
    }

    @media (min-width: 992px) and (max-width: 1100px) {
        .overlay-content {
            position: absolute;
            top: 6%;
            left: 0;
            transform: translate( 0%, 0%);
            z-index: 2;
            right: 0;
        }
    }

    @media (min-width: 768px) and (max-width: 992px) {
        .overlay-content {
            width: 100%;
            top: 6%;
        }
    }

    @media (min-width: 767px) and (max-width: 768px) {
        .overlay-content {
            width: 100%;
            top: 5%;
        }

        .wel-text {
            border-top: none;
            border-bottom: none;
        }
    }

    @media (min-width: 575px) and (max-width: 767px) {
        .overlay-content {
            width: 100%;
            top: 293px;
        }

        .wel-text {
            border-top: none;
            border-bottom: none;
        }
    }

    @media (min-width: 500px) and (max-width: 575px) {
        .overlay-content {
            width: 100%;
            top: 293px;
        }

            .overlay-content h4 {
                font-size: 19px !important;
            }

            .overlay-content h5 {
                font-size: 16px !important;
            }

        .wel-text {
            border-top: none;
            border-bottom: none;
        }
    }

    @media (min-width: 475px) and (max-width: 500px) {
        .overlay-content {
            width: 100%;
            top: 251px;
        }

            .overlay-content h4 {
                font-size: 19px !important;
            }

            .overlay-content h5 {
                font-size: 16px !important;
            }

        .wel-text {
            border-top: none;
            border-bottom: none;
        }
    }

    @media (min-width: 450px) and (max-width: 475px) {
        .overlay-content {
            width: 100%;
            top: 260px;
        }

            .overlay-content h4 {
                font-size: 19px !important;
            }

            .overlay-content h5 {
                font-size: 16px !important;
            }

        .wel-text {
            border-top: none;
            border-bottom: none;
        }
    }

    @media (min-width: 400px) and (max-width: 450px) {
        .overlay-content {
            width: 100%;
            top: 246px;
        }

            .overlay-content h4 {
                font-size: 19px !important;
            }

            .overlay-content h5 {
                font-size: 16px !important;
            }

        .wel-text {
            border-top: none;
            border-bottom: none;
        }
    }

    @media (min-width: 380px) and (max-width: 400px) {
        .overlay-content {
            width: 100%;
            top: 232px;
        }

            .overlay-content h4 {
                font-size: 16px !important;
            }

            .overlay-content h5 {
                font-size: 16px !important;
            }

        .wel-text {
            border-top: none;
            border-bottom: none;
        }
    }

    @media (min-width: 374px) and (max-width: 380px) {
        .navbar-brand img {
            max-width: 200px
        }

        .overlay-content {
            width: 100%;
            top: 212px;
        }

            .overlay-content h4 {
                font-size: 16px !important;
            }

            .overlay-content h5 {
                font-size: 16px !important;
            }

        .wel-text {
            border-top: none;
            border-bottom: none;
            margin-top: 46px;
        }
    }

    .car-body-sec {
        position: relative;
        z-index: 0;
    }
