/*------------------------------------------------------------------
[Table of contents]
1. Body
2. Header / .header-con
3. Banner / .banner-con
4. Latest Vehicles / .latest-vehicles-con
5. Intro Welcome / .introduction-con
6. Statistics / .statistics-con
11. Footer / .footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]
 #primary--color: #0f0fed;
*/
/*------------------------------------------------------------------
# [Typography]
Body copy: "Outfit", sans-serif;
Headings: "Inter", system-ui;
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Inter", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}

p,
span {
    font-family: "Inter", serif;
}

:root {
    --primary--color: #C8102E;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text-color: #555555;
    --bg-color: #F2F2F2;
    --offwhite-color: #BEBAB1;
}

/* TOP HEADER BAR SECTION */
.top-bar-con {
    padding: 8px 0 7px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.top-bar-con a {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin: 0 18px;
    vertical-align: middle;
    transition: ease-in-out 0.6s;
    text-decoration: none;
}

.top-bar-con a:hover {
    text-decoration: none;
    color: var(--primary--color) !important;
    opacity: 100%;
}

.top-bar-inner-con img {
    margin-right: 8px;
}

/* BG OUTER WRAPPER */
.bg-outer-wrapper {
    background-image: url(../images/banner-bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
}

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--secondary--color);
    font-weight: 600;
    padding: 10px 0 !important;
    position: relative;
    font-family: "Outfit", sans-serif;
}

.header-con .navbar-light .navbar-nav .nav-link:hover,
.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 68px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 19px 0;
}

.header-con .navbar {
    padding: 0;
}

.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 19px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin: 10px 0 0;
    box-shadow: 0 0 100px rgb(0 0 0 / 15%);
    border-radius: 4px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 17px;
    line-height: 25px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* BANNER SECTION */
.banner-con p {
    font-size: 26px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.banner-con .row {
    padding-top: 45px;
    padding-bottom: 85px;
}

.banner-con .banner-img-con img {
    position: relative;
    right: 80px;
}

/* SPECIAL */
.heading-title-con {
    margin-bottom: 48px;
}

/* LATEST VEHICLES SECTION  */
.latest-vehicles-con .owl-dots {
    text-align: center;
}

.latest-vehicles-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 50px auto 0;
}

.latest-vehicles-con .owl-dots button:focus,
.latest-vehicles-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.latest-vehicles-con .owl-dots button.active span {
    background-color: var(--black--color) !important;
    color: var(--primary--color);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

.latest-vehicles-con .owl-dots button span {
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.latest-vehicles-con .vehicle-box {
    background-color: var(--secondary--color);
}

.latest-vehicles-con .owl-carousel .owl-item img {
    width: auto;
}

.latest-vehicles-con .vehicle-box .bottom-con {
    padding: 24px 30px 30px;
}

.latest-vehicles-con .vehicle-box .bottom-con h5 {
    margin-bottom: 15px;
}

.latest-vehicles-con .vehicle-box .bottom-con p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 15px;
    min-height: 40px;
}

.latest-vehicles-con .vehicle-box .bottom-con span.from-text {
    margin-bottom: 10px;
    color: var(--text-color);
}

.latest-vehicles-con .vehicle-box .bottom-con span.price-span {
    margin-bottom: 10px;
    color: var(--black--color);
    font-size: 24px;
}

.latest-vehicles-con .vehicle-box .bottom-con p.last-text {
    margin-bottom: 27px;
}

.latest-vehicles-con .featured-tag img {
    right: 0;
    top: 0;
    z-index: 1;
}

/* INTRODUCTION WELCOME SECTION */
.heading-title-con h2 {
    margin-bottom: 22px;
}

.introduction-con .heading-title-con p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 42px;
    color: var(--text-color);
    font-weight: 300;
}

.introduction-con .welcome-teckcars-content {
    margin-left: 70px;
}

/* STATISTICS SECTION */
.statistics-con .statistics-box {
    background-color: var(--primary--color);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 30px 34px;
    transition: 0.6s ease-in-out;
}

.statistics-con .statistics-box:hover {
    border-radius: 0 20px 0 20px;
}

.statistics-con .statistics-box .counter,
.statistics-con .statistics-box .alphabet,
.statistics-con .statistics-box sup {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
}

.statistics-con .statistics-box .counter {
    margin-bottom: 16px;
}

.statistics-con .statistics-box sup {
    top: 0;
}

.statistics-con .statistics-box .span-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.statistics-con {
    background-image: url(../images/statistics-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* FOOTER SECTION */
.footer-con {
    padding-top: 67px;
    padding-bottom: 74px;
}

.footer-inner-con {
    position: relative;
    z-index: 2;
}

.footer-con .footer-inner-con ul {
    margin-bottom: 42px;
}

.footer-con .footer-inner-con ul li {
    padding: 0 11px;
    line-height: 16px;
    border-left: 1px solid var(--offwhite-color);
    font-size: 16px;
    margin-bottom: 0;
    color: var(--offwhite-color);
}

.footer-con .footer-inner-con ul li a {
    color: var(--offwhite-color);
    text-decoration: none;
}

.footer-con .footer-inner-con ul li a:hover,
.footer-con .footer-inner-con ul li a.active {
    text-decoration: none;
    color: var(--primary--color);
}

.footer-con .footer-inner-con figure {
    margin-bottom: 12px;
}

.footer-con .footer-inner-con p {
    font-size: 14px;
    line-height: 24px;
}

.footer-con .vector {
    right: 0;
    bottom: 0;
}

.footer-con .footer-car-vector {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* SUB BANNER STYLING */
/* ABOUT PAGE  */
.bg-outer-wrapper.home-banner.sub-wrapper {
    background-image: url(../images/banner-img1.jpg); 
    min-height: 400px;
    background-position: center;
}
.bg-outer-wrapper.sub-wrapper {
    background-image: url(../images/sub-banner.jpg);
    min-height: 400px;
    background-position: center;
}

.bg-outer-wrapper.sub-wrapper .sub-banner-content {
    padding-top: 70px;
    padding-bottom: 92px;
}

/* GENREAL SECTION STYLING */
.general-content-con .generic-content h2 {
    margin-bottom: 20px;
}

.general-content-con .generic-content {
    padding: 0 10px;
}

.general-content-con .generic-content p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 300;
}

/* feature boxes stlying */
.introduction-con .feature-boxes img {
    left: 0;
    top: 0;
}

.introduction-con .feature-boxes {
    padding: 33px 34px 37px;
    margin-bottom: 30px;
}

.introduction-con .feature-boxes h4 {
    margin-bottom: 18px;
}

.introduction-con .feature-boxes p {
    font-size: 16px;
}

/* TESTIMONIAL SECTION */
.testimonial-con .testimonial-inner-con {
    background-image: url(../images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 73px 70px 96px;
}

.testimonial-con .testimonial-inner-con h2 {
    margin-bottom: 38px;
}

.testimonial-con .testimonial-inner-con .review-content .review-img-con img {
    margin-bottom: 21px;
}

.testimonial-con .testimonial-inner-con p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    font-weight: 300;
}

.testimonial-con .owl-carousel .owl-item img {
    width: auto;
}

.testimonial-con .testimonial-inner-con .review-content span.person-name {
    font-size: 24px;
    color: var(--black--color);
    font-weight: 400;
    margin-bottom: 10px;
}

.testimonial-con .testimonial-inner-con .review-content span.designation {
    font-size: 18px;
    font-weight: 300;
}

.testimonial-con .testimonial-inner-con .review-content .person-text {
    margin-left: 28px;
}

.testimonial-con .owl-nav .owl-prev {
    position: absolute;
    top: 70px;
    left: -100px;
}

.testimonial-con .owl-nav .owl-next {
    position: absolute;
    top: 70px;
    right: -100px;
}

.testimonial-con .owl-nav button span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background-color: var(--secondary--color);
    color: var(--primary--color);
    font-size: 20px;
}

.testimonial-con .owl-nav button span:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

/* CONTACT PAGE STYLING */
/* CONTACT INFO SECTION */
.contact-info-con .info-box {
    padding: 30px 40px 40px;
    width: 100%;
    transition: 0.6s ease-in-out;
}

.contact-info-con .info-box figure {
    width: 60px;
    height: 60px;
    background-color: var(--primary--color);
    border-radius: 100px;
    line-height: 60px;
    flex-shrink: 0;
    text-align: center;
    transition: 0.6s ease-in-out;
}

.contact-info-con .info-box .info-content {
    margin-left: 25px;
}

.contact-info-con .info-box .info-content h3 {
    margin-bottom: 22px;
}

.contact-info-con .info-box .info-content,
.contact-info-con .info-box .info-content a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: var(--text-color);
    text-decoration: none;
}

.contact-info-con .col-lg-4.col-md-6 {
    display: flex;
}

.contact-info-con .info-box .info-content a:hover {
    color: var(--primary--color);
}

.contact-info-con .info-box:hover figure {
    transform: translateY(2px);
}

/* CONTACT FORM SECTION */
.contact-form-con h3 {
    margin-bottom: 42px;
}

.contact-form-con .form-group input {
    width: 100%;
    height: 60px;
    padding: 15px 23px;
    background-color: var(--secondary--color);
    border: 1px solid #CCCCCC;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
}

.contact-form-con .form-group textarea {
    width: 100%;
    height: 150px;
    padding: 15px 25px;
    background-color: var(--secondary--color);
    border: 1px solid #CCCCCC;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
}

.contact-form-con .form-group {
    margin-bottom: 21px;
}

.contact-form-con .form-group.textarea-outer-con {
    margin-bottom: 26px;
}

.contact-form-con .form-group input:focus,
.contact-form-con .form-group textarea:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(200 16 46 / 80%);
    border-color: var(--primary--color);
    outline: none;
}

.contact-form-con .elementary-button button {
    height: 60px;
    line-height: 60px;
    border: none;
}

.contact-form-con .map-con iframe {
    height: 481px;
    width: 100%;
}

.contact-form-con #contactpage span.error {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    text-align: left;
    padding-left: 6px;
    color: red;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-stage-outer .secondary-button a:hover {
    border: none;
}

.latest-vehicles {
    display: grid;
    gap: 0 2%;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}

ul.pagination {
    margin-top: 30px;
    justify-content: center;
}

ul.pagination li {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li span,
ul.pagination li a {
    padding: 8px 10px;
    border: 1px solid #ddd;
    color: var(--primary--color);
}

ul.pagination li span.active {
    color: var(--secondary--color);
    background: var(--primary--color);
    border-color: var(--primary--color);
}

ul.pagination li a {
    text-decoration: none;
}

ul.pagination li:first-child {
    border-radius: 5px 0 0 5px;
}

ul.pagination li:last-child {
    border-radius: 0 5px 5px 0;
}

ul.pagination li:not(:first-child) {
    border-left: 0;
}

ul.pagination li.disabled span {
    color: #777;
    cursor: not-allowed;
    border-color: #ddd;
}

ul.pagination li.previous span, ul.pagination li.previous a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul.pagination li.next span, ul.pagination li.next a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* SEARCH FOR A VEHICLE SECTION */
/* RESERVE A TABLE */
.search-vehicle-form-con form ul li {
    float: left;
    width: 32%;
    margin-right: 25px;
    margin-bottom: 30px;
}

.search-vehicle-form-con form ul li:nth-child(3),
.search-vehicle-form-con form ul li:nth-child(6),
.search-vehicle-form-con form ul li:nth-child(9) {
    margin-right: 0;
}

.search-vehicle-form-con form input,
.search-vehicle-form-con form select {
    width: 100%;
    height: 60px;
    padding: 15px 23px;
    background-color: var(--secondary--color);
    border: 1px solid #CCCCCC;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
}

.search-vehicle-form-con form ul li.w-40 {
    width: 38.5%;
}

.search-vehicle-form-con form ul li.w-20 {
    width: 19.1%;
}

.search-vehicle-form-con form ul li.w-66 {
    width: 65%;
    margin-right: 25px;
}

.search-vehicle-form-con form input:focus-visible,
.search-vehicle-form-con form textarea:focus-visible {
    border: none;
    outline: none;
}

.search-vehicle-form-con form .select-option {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 26px !important;
    background-image: url(../images/dropdown-arrow.png) !important;
}
.search-vehicle-form-con form input:focus,
.search-vehicle-form-con form textarea:focus,
.search-vehicle-form-con form select:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(200 16 46 / 80%);
    border-color: var(--primary--color);
    outline: none;
}

.search-vehicle-form-con form ul li:nth-last-of-type(-n+1) {
    margin-bottom: 0;
}

.search-vehicle-form-con form select option,
.search-vehicle-form-con form select.form-control {
    color: var(--text-color);
}
.search-vehicle-form-con .primary-button button {
    width: 100%;
    min-width: auto;
}
.search-vehicle-form-con .filters-form-main-con .row{
    gap: 10px 0;
}
.search-vehicle-form-con .filters-form-main-con .row .col-lg-3,
.search-vehicle-form-con .filters-form-main-con .row .col-lg-6{
    padding: 0 5px;
}
.search-vehicle-form-con .filters-form-main-con .row .col-lg-3 .row{
    padding: 0 7px;
}
/* CAR DETAILS PAGE */
/* CAR DETAILS SECTION STYLING */
.car-details-con .right-detail-box1 p {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 300;
}

.car-details-con .right-detail-box1 h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 7px;
}

.car-details-con .carousel-indicators {
    bottom: -17px;
    list-style: none;
    display: flex;
    margin: 0;
    right: unset;
    position: relative;
    height: auto;
    justify-content: unset;
    gap: 16px;
}

.car-details-con .carousel-indicators figure {
    position: relative;
}

.car-details-con .carousel-indicators figure img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.car-details-con .carousel-control-prev .carousel-control-prev-icon,
.car-details-con .carousel-control-next .carousel-control-next-icon {
background-color: #c40332;
}
.car-details-con .custom-carousel-modal .carousel-control-prev{
    left: -30px;
}
.car-details-con .custom-carousel-modal .carousel-control-next{
    right: -30px;
}
.car-details-con .carousel-indicators [data-bs-target] {
    width: 29.95%;
    opacity: 1;
    text-indent: unset;
    border: none;
}

.car-details-con .carousel-control-next {
    right: 12px;
}

.car-details-con .carousel-control-prev {
    left: -44px;
}

.car-details-con .carousel-indicators button {
    margin: 0;
    cursor: pointer;
    height: 100%;
}

.car-details-con .carousel-indicators button:first-child {
    margin-left: 0;
}

.car-details-con .right-detail-box1 ul.specification-list li {
    padding: 3px 12px;
    font-size: 13px;
    line-height: 20px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    text-align: center;
}

.car-details-con .right-detail-box1 ul li:last-child {
    margin-right: 0;
}

.car-details-con .right-detail-box1 ul {
    margin-bottom: 2px;
}

.car-details-con .right-detail-box1 .price {
    font-size: 32px;
    font-weight: 500;
    color: var(--black--color);
    margin-bottom: 25px;
}

.car-details-con .right-detail-box1 .car-category {
    color: var(--black--color);
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    border: 1px solid var(--black--color);
    text-align: center;
    margin-bottom: 30px;
}

.car-details-con .right-detail-box1 .primary-button {
    margin-bottom: 26px;
}

.car-details-con .right-detail-box1 figure.smol-stars {
    display: inline-block;
}

.car-details-con .rating-text {
    color: var(--text-color);
    margin-top: 2px;
    margin-left: 8px;
    font-size: 15px;
    line-height: 17px;
    vertical-align: middle;
}

.car-details-con .specification-list {
    margin-bottom: 30px !important;
}

.car-details-con .car-contact-details li {
    padding-left: 25px;
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 17px;
}

.car-details-con .car-contact-details li:nth-last-of-type(-n+1) {
    width: 100%;
}

.car-details-con .car-contact-details li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary--color);
}

.car-details-con .car-contact-details li a {
    text-decoration: none;
    color: var(--text-color);
}

.car-details-con .car-contact-details li a:hover {
    color: var(--primary--color);
}

/* OVERVIEW DETAIL CON */
.overview-detail-con ul.overview-details-features li i {
    width: 45px;
    height: 45px;
    background-color: var(--primary--color);
    border-radius: 100px;
    line-height: 45px;
    flex-shrink: 0;
    text-align: center;
    transition: 0.6s ease-in-out;
    color: var(--secondary--color);
}

.overview-detail-con ul.overview-details-features li {
    width: 25%;
}

.overview-detail-con ul.overview-details-features {
    margin-bottom: 40px;
}

.overview-detail-con .overview-inner-content {
    padding-left: 20px;
    color: var(--black--color);
}

.overview-detail-con .overview-inner-content span {
    font-size: 15px;
    margin-top: 3px;
    color: var(--text-color);
}

.overview-detail-con .overview-inner-content span.small {
    font-size: 14px;
    margin-top: 0;
}

.overview-detail-con ul.specification-con {
    margin-bottom: 0;
}

.overview-detail-con ul.specification-con li {
    padding-left: 25px;
    margin-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.overview-detail-con ul.specification-con li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary--color);
    font-size: 16px;
}

.overview-detail-con ul.specification-con li span {
    font-size: 16px;
    font-weight: bold;
    color: var(--black--color);
    float: right;
}

/* DESCRIPTION CON */
.car-description-con a {
    color: var(--primary--color);
    text-decoration: underline;
    font-size: 16px;
    margin-top: 0;
}

.car-description-con .generic-content p.small {
    font-size: 16px;
}

/* CAR FEATURE AND SPECIFICATION CON */
.car-specification-con .accordion-button:not(.collapsed) {
    background-color: var(--secondary--color);
    color: var(--primary--color);
    box-shadow: none;
}

.accordion-button::after {
    color: var(--secondary--color);
}

.car-specification-con .accordion-button,
.car-specification-con .accordion-item,
.car-specification-con .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-radius: 0;
}

.car-specification-con .accordion {
    border-radius: 0;
}

.car-specification-con .accordion-button {
    line-height: 30px;
    font-size: 22px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    padding: 20px 23px;
    background-color: var(--secondary--color);
    border: none;
}

.car-specification-con .accordion-button:hover {
    color: var(--primary--color);
}

.car-specification-con .accordion-button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.car-specification-con .accordion-body {
    color: var(--text-color);
    padding-top: 0;
}

.car-specification-con .accordion-body ul {
    margin-bottom: 0;
}

.car-specification-con .accordion-body ul li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.car-specification-con .accordion-body ul li span {
    display: inline-block;
    font-weight: bold;
    float: right;
    color: var(--black--color)
}

.car-specification-con .accordion-body ul li:last-child {
    margin-bottom: 0;
}

.car-specification-con .accordion-body ul li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--primary--color);
}

.car-specification-con .accordion-item {
    margin-bottom: 25px;
    background-color: var(--secondary--color);
    border: none;
}

/* POPUP STYLING */
.modal .modal-header {
    border: none;
    border-radius: 0;
    padding: 0;
}

.modal .modal-body,
.modal-content {
    border-radius: 0;
}

.modal-body {
    position: relative;
    padding: 15px 20px;
}

.modal .modal-body h5 {
    margin: 22px 0;
    font-size: 24px;
}

.modal .modal-body p {
    color: var(--text-color);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 10px;
}

.modal-content a {
    color: #4a4a4a;
}

.modal-content {
    width: 717px;
}

.modal-header h3 {
    font-size: 30px;
}

.modal-content hr {
    border: none;
}

.modal-header .btn-close {
    color: var(--primary--color);
    opacity: 1;
    width: auto;
    height: auto;
    line-height: 10px;
    font-size: 22px;
    float: right;
    top: 25px;
    z-index: 2;
    position: absolute;
    right: 25px;
}

.modal-header .btn-close:focus,
.modal-header .btn-close:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.modal-dialog {
    max-width: 717px;
}

.modal-body ul li {
    padding-left: 22px;
    margin-bottom: 8px;
}

.modal-body ul li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--primary--color);
}

.modal-body h4 {
    margin-bottom: 15px;
    margin-top: 10px;
}

/* ALL CARS PAGE STYLING */
.all-cars-con.latest-vehicles-con .col-lg-3.col-md-6 {
    display: flex;
}

.all-cars-con.latest-vehicles-con .col-lg-3.col-md-6 .vehicle-box {
    width: 100%;
    margin-bottom: 24px;
}
