:root {
    --accent-color: #cfb15f;
}

a {
    color: var(--accent-color);
}

.logo-wrapper img {
    height: 80px;
    margin: 10px 0;
}

.login-btn {
    display: block;
    padding: 5px 15px;
    background-color: var(--accent-color);
    color: #fff;
}

.login-btn i {
    color: #fff;
}

.listing-btn {
    background-color: var(--accent-color);
}

.listing-btn:hover {
    opacity: .8;
}

.logo2 {
    height: 100px;
    margin-left: 30px;
    position: absolute;
    top: 0;
    filter: invert(1);
    height: 90px !important;
}

.at_header_nav {
    position: relative;
    overflow: hidden;
}

#about-us {
    padding: 100px 0;
    text-align: left;
}

#about-us h2 {
    color: var(--accent-color);
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

#about-us p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#about-us ul {
    list-style: disc;
    padding-left: 40px !important;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#about-us li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}


.about-image {
    position: relative;
    height: 350px;
    margin-top: -50px;
}

.about-image img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.about-icon-left,
.about-icon-right {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.5;
}

.about-icon-left {
    left: -50px;
}

.about-icon-right {
    right: -50px;
}

.about-icon-left i,
.about-icon-right i {
    font-size: 50px;
    color: var(--accent-color);
}

.about-icon-left i {
    transform: rotate(180deg);
}

.bg-grey {
    background-color: #f5f5f5;
}

.btn-secondary::before {
    background-color: var(--accent-color);
}

.btn,
.at-filter-btn.active:before,
.at-filter-btn:hover:before,
.filter-card-item:hover .outline-btn {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.filter-card-item .outline-btn {
    color: #fff;
}

.small-btn-meta {
    background-color: var(--accent-color);
}

.brands-filter ul li a.active {
    background-color: var(--accent-color);
}

.text-primary {
    color: var(--accent-color) !important;
}

.explore-btn {
    width: 35px;
    height: 35px;
    background: var(--accent-color);
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--accent-color) !important;
}

.at_header_nav {
    background-color: #fff;
}

.at_nav_menu ul li a {
    color: #000;
}

.at_nav_menu ul li a:hover {
    color: var(--accent-color);
}

.header-style-one .at_topbar {
    /* border: 1px solid rgb(207 177 95 / 8%); */
    background-color: #000 !important;
}

.dl-hero-single::before {
    background: -webkit-gradient(180deg, #111010 0%, rgb(17 16 16 / 30%) 100%);
    background: linear-gradient(180deg, #111010 0%, rgb(17 16 16 / 30%) 100%);
}

.header-toggle-btn span {
    background: var(--accent-color);
}

.user-login-small {
    background-color: transparent !important;
    font-size: 20px;
}

.user-login-small i {
    color: var(--accent-color);
}

.tp-info p,
.tp-info i {
    color: #fff !important;
}

.dealership-hero {
    margin-top: auto !important;
}

.dl-hero-single {
    background-image: unset !important;
}

.dl-hero-single::before {
    content: none !important;
}

.at_nav_menu li.active a,
.mobile-menu-wrapper li.active a {
    color: var(--accent-color);
    font-weight: bold;
}

.tp-info a {
    display: inline-flex;
}

.tp-info a p,
.tp-info a i {
    transition: .4s !important;
}

.tp-info .icon-wrapper {
    align-self: center;
}

.tp-info a:hover p,
.tp-info a:hover i {
    color: var(--accent-color) !important;
}

.theme-scrolltop-btn.event {
    bottom: 110px;
}

.theme-scrolltop-btn .area span {
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
    display: block;
    width: max-content;
    transform: translate(-50%, -50%);
    left: -80px;
    top: 50%;
    background-color: var(--accent-color);
    padding: 5px 20px;
    border-radius: 4rem;
    visibility: hidden;
    transition: .4s;
}

.theme-scrolltop-btn .area i:hover+span {
    opacity: 1;
    left: -110px;
    visibility: visible;
}

.theme-scrolltop-btn .area {
    position: relative;
}
.footer-wrapper.has-banner{margin: 0 !important;}
.accent-color{color: var(--accent-color);}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
}
.breadcrumb-item a{
    transition: .4s;
    color: #fff;
    font-weight: bold;
}
.breadcrumb-item a:hover {
    color: var(--accent-color);
    opacity: .8;
}
.pagebar{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.pagebar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(22 19 10 / 62%);
    z-index: 0;
}
.pagebar .container{
    position: relative;
    z-index: 1;
}
.tp-info-wrapper {gap: 20px !important;}
.mobile-menu .lang-switcher ul li a {
    border-bottom: 0;
}
.map{height: 600px;}
.availability-area .at-search-box-filter {
    padding: 0;
    box-shadow: none !important;
}
@media(max-width: 767px) {
    .logo2 {
        margin-left: 60px;
    }
}
@media(max-width: 1700px) {
    .dl-hero-single {
        position: relative;
        z-index: 1;
        padding: 50px 0 300px 0;
    }
    .dealership-hero{
        background-position: 80% !important;
        background-size: cover;
    }
}
@media(max-width: 575px) {
    .logo2 {
        margin-left: 100px;
    }
}