.banner-right-side-two {
    background: var(--color-white);
    border-radius: 10px;
    padding: 30px;
    position: absolute;
    top: 2.5%;
    right: 3%;
    width: 26%;
}

.welcome-text-new-div h1 {
    color: #000000da;
    font-weight: 600;
}

.welcome-text-new-div h1 span {
    color: #05141f;
    font-weight: 700;
}

.welcome-text-new-div p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

#welcome-text-new {
    padding: 30px 0;
    text-align: center;
}

.text-center {
    text-align: center !important;
}


button.accordion-button {
    font-size: 18px;
    line-height: 28px;
}

.bg-smoke {
    background-color: #f3f1f2 !important;
}



/* Main Services */
.main-service-slider .slick-dots {
    position: relative;
}

.main-service {
    margin-top: 2em;
}

.main-service-item {
    padding: 20px 15px;
    background: #f8f9fa;
    margin-bottom: 12px;
    border-radius: 10px;
    text-align: center;
    min-height: 260px;
}

.main-service-item-container {
    padding: 10px;
}

.main-service-item img {
    display: inline-block;
}

.main-service-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    line-height: 1;
}

.main-service-item p {
    color: #757575;
    line-height: 1.4;
    font-size: 14px;
}

.main-service-item a {
    font-size: 12px;
    text-transform: none;
}

.cpo-card {
    background: #4168b5;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cpo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}



.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #aaa;
}

.slick-dots li.slick-active button:before {
    color: #000;
}


.main-service-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa, #f8f9fa);
    color: #276fb7;
    font-size: 38px;
    margin: 0 auto 15px;
}

.main-service-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.main-service-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    min-height: 60px;
}

.btn-service {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    background: #307fe2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.awards-list {
    columns: 2;
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.awards-list li {
    margin-bottom: 8px;
    break-inside: avoid;
}

@media (max-width: 767px) {
    .awards-list {
        columns: 1;
    }
}

.about-image-area-two img {
    border-radius: 8px;
}

.testimonial-slider-inner .swiper-wrapper {
    height: auto;
}

.slick-slide {
    height: auto !important;
}


.headerform {
    background: #ffffffd6;
    padding: 22px;
    border-radius: 0px;
}

.headerform {
    position: absolute;
    top: 5.8%;
    right: 4.2%;
}

.headerform h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: 800;
    color: #292929;
}

.form-group {
    position: relative;
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    font-size: 16px;
}

.headerform label {
    font-size: 13px;
    font-weight: 500;
    margin-top: 7px;
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 55px;
    padding: 0 14px 0 14px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s ease-in-out;
}

.headerform input,
.headerform select {
    background-color: white;
    height: 42px;
    font-size: 13px;
}

.pt-3 {
    padding-top: 1rem !important;
}

.th-btn.btn-new-sm {
    padding: 7px 14px;
    font-size: 14px;
}

.nice-select {
    width: 100%;
}

.headerform .form-group {
    margin-bottom: 3px;
    width: 100%;
    display: inline-block;
}

i.fa-brands {
    margin-top: 12px;
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #ffffff;
        border-radius: 0;
        border: 1px solid #cccccc;
    }

    .headerform input,
    .headerform select,
    .nice-select {
        border: 1px solid #cfcfcf;
    }
}

@media (max-width: 1200px) {
    .header-wrapper-1 .logo img {
        max-width: 170px;
    }
}

@media (max-width: 450px) {
    .footer-two .footer-wrapper-style-between .single-wized {
        flex-basis: 100% !important;
    }
}


.card.service-card {
    background: #fff;
    border-color: rgba(255, 255, 255, .12);
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.service-icon {
    font-size: 4rem;
    font-weight: bold;
    color: #276fb7;
    display: inline-block;
}

.text-dark {
    color: #343a40 !important;
}

.text-dark {
    color: #343a40 !important;
}

.h5,
h5 {
    font-size: 20px;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 30px 30px;
}

/* Models */
.project-wrapper2 .content-area {
    background: #ffffff;
}

.project-wrapper2 .content-area .title a {
    color: #1d1d1d;
}

.project-wrapper2 .content-area .feature-area li {
    color: #3b3b3b;
}

.project-wrapper2 .button-area .rts-btn {
    background: #1d1d1d;
}

.location-frm ul.list {
    height: 130px !important;
}

.location-frm .nice-select {
    border: 1px solid #ccc;
}

.location-frm input#search {
    padding: 6px 15px;
}

.contact-form2 select,
.contact-form2 .form-control,
.contact-form2 .form-select,
.contact-form2 textarea,
.contact-form2 .nice-select,
.contact-form2 input {
    height: 60px;
    padding: 0 25px 0 25px;
    color: var(--body-color);
    border-radius: 9999px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    background-color: #fff;
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #4b4b4b;
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 55px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid #d2d2d2;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    transition: 0.4s ease-in-out;
}


.custom-select,
.form-control {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    color: #333;
    background-color: #fff !important;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.custom-select:focus,
.form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: none;
}

.custom-select,
.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form-item {
    margin-bottom: 20px;
}

.successmsg {
    color: #28a745;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 12px 20px;
    border-radius: 8px;
    display: none;
    font-weight: 500;
}

.errormsg {
    color: #dc3545;
    border-radius: 8px;
    display: none;
    font-weight: 500;
}

#model,
#branch {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nice-select {
    display: none !important;
}

.custom-select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.btn-filter {
    border-radius: 0;
    text-decoration: none;
    border-bottom: 2px solid #fbfbfb;
    font-weight: 600;
    width: auto;
    font-size: 16px;
}

.is-checked {
    border-bottom-color: #121212;
}

.filters-button-group {
    display: flex;
    justify-content: center;
}

.model-item {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.all-model-item {
    margin-bottom: 25px;
    background-color: white;
    padding: 34px 22px 45px 22px;
    box-shadow: 2px 3px 14px 1px rgba(0, 0, 0, 0.06);
}


/* Model-page */
.page-header {
    text-align: center;
    margin-top: 0em;
}

.page-header .car_hero_section img {
    width: 70% !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.content-section {
    padding: 55px 0 50px 0 !important;
}

.overview-contents h3:after {
    content: "";
    position: absolute;
    border: 20px;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    left: 9px;
    bottom: -6px;
    z-index: 000;
}

.lead {
    font-size: 1.25rem;
}

.highlight-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.highlight-card:hover .highlight-icon {
    transform: scale(1.1);
}

.highlight-icon {
    transition: all 0.3s ease;
}

.highlight-card h4 {
    transition: color 0.3s ease;
}

.highlight-card:hover h4 {
    color: #276fb7 !important;
}

.highlight-card:hover p {
    color: #495057 !important;
}

.highlight-card p {
    transition: color 0.3s ease;
}

.discover-card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.bg-white {
    background-color: #fff !important;
}

.discover-image {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.discover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.color-selector {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-selector .arrow {
    color: white;
    font-size: 1.5em;
    display: none;
}

.color-selector.selected .arrow {
    display: block;
}

.bg-custom-blue {
    background-color: #307fe2 !important;
    display: block;
}

.bg-black {
    background-color: #000 !important;
}

.booking-card .bg-black {
    display: block;
}

.overview-contents h3 {
    position: relative;
}

@media (max-width: 650px) {
    .page-header .car_hero_section img {
        width: 100% !important;
    }
}


/* Services Section */
.services-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-item {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.service-icon i {
    transition: transform 0.3s ease;
}

.service-item:hover .service-icon i {
    transform: scale(1.1);
}

.btn-outline-primary {
    border: 2px solid #000;
    color: #05141f;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-color: #000;
}

.outletdetails h5 {
    color: #05141f;
    font-weight: 600;
    margin-bottom: 10px;
}

.outletdetails p {
    margin-bottom: 5px;
    line-height: 1.6;
}

.card-body {
    padding: 30px;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }

    .card-body {
        padding: 20px;
    }
}


.whatsapp-float {
    position: fixed;
    right: 16px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 12px;
    border-radius: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    z-index: 9999;
    text-decoration: none;
}

.whatsapp-float img {
    width: 24px;
    height: 24px;
    display: block;
}

.nav-bread-crumb span {
    color: #276fb7;
}

/* Header Layout & Centered Box (Matching Reference Layout) */
.header-one .container-2 {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.header-wrapper-1 {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    background: #ffffff !important;
    border: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.logo-area-start {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0px 0px !important;
    border: none !important;
    z-index: 10;
}

.logo-area-start a.logo img {
    height: 45px !important;
    width: auto !important;
    display: block !important;
    object-fit: contain;
}

.header-wrapper-1 .header-right {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.header-wrapper-1 .header-right .top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 30px !important;
    border: none !important;
    background: #ffffff !important;
    min-height: 40px;
}

.header-wrapper-1 .header-right .top .left {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
}

.header-wrapper-1 .header-right .top .left .map-area {
    font-size: 13px !important;
    color: #4b5563 !important;
}

.header-wrapper-1 .header-right .top .left .map-area a {
    color: #1f2937 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.header-wrapper-1 .header-right .bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 30px !important;
    background: #ffffff !important;
    flex-grow: 1 !important;
}

/* Navbar Links & Spacing */
.nav-area ul {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
}

.nav-area ul li.main-nav {
    position: relative;
}

.nav-area ul li.main-nav a.main-menu {
    padding: 8px 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.nav-area ul li.main-nav a.main-menu:hover {
    color: #2b74c4 !important;
    background-color: #f3f4f6 !important;
}

/* Right Side Buttons (Test Drive & Book Service) */
.header-right .bottom-right {
    display: flex !important;
    align-items: center !important;
}

.header-right .bottom-right .button-area {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.header-right .bottom-right .button-area .btn-border {
    border: 1px solid #d0d5dd !important;
    background: #ffffff !important;
    color: #344054 !important;
    border-radius: 6px !important;
    padding: 8px 22px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05) !important;
    text-decoration: none !important;
}

.header-right .bottom-right .button-area .btn-border:hover {
    background: #f9fafb !important;
    border-color: #d0d5dd !important;
    color: #111827 !important;
}

.header-right .bottom-right .button-area .btn-primary {
    background: #2b74c4 !important;
    border: 1px solid #2b74c4 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 8px 22px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05) !important;
    text-decoration: none !important;
}

.header-right .bottom-right .button-area .btn-primary:hover {
    background: #1e5ca8 !important;
    border-color: #1e5ca8 !important;
    color: #ffffff !important;
}

.nav-area ul li.main-nav a.main-menu:hover {
    color: #276fb7 !important;
    background-color: transparent !important;
}

/* Clean & Premium Dropdown Arrow for Used Cars & More */
.nav-area ul li.main-nav.has-dropdown>a.main-menu {
    position: relative;
    padding-right: 24px !important;
}

.nav-area ul li.main-nav.has-dropdown>a.main-menu::after {
    content: "" !important;
    display: inline-block !important;
    width: 6px;
    height: 6px;
    border-right: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-bottom: 3px;
    vertical-align: middle;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.nav-area ul li.main-nav.has-dropdown:hover>a.main-menu::after {
    border-color: #276fb7;
}

.nav-area ul li.main-nav .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 10px 0;
    margin: 8px 0 0 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: block !important;
}

.nav-area ul li.main-nav.has-dropdown:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-area ul li.main-nav .submenu li {
    display: block;
    margin: 0;
    padding: 0;
}

/* Remove red dot on header dropdown item hover */
li.has-dropdown .submenu li::after,
li.has-dropdown .submenu li:hover::after,
.nav-area ul li.main-nav .submenu li::after,
.nav-area ul li.main-nav .submenu li:hover::after {
    display: none !important;
    content: none !important;
}

li.has-dropdown .submenu li:hover a,
.nav-area ul li.main-nav .submenu li:hover a {
    transform: none !important;
}

.nav-area ul li.main-nav .submenu li a {
    display: block;
    padding: 10px 20px !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.2s ease;
    border-radius: 0;
}

.nav-area ul li.main-nav .submenu li a:hover {
    background-color: #fff5f5 !important;
    color: #e50914 !important;
    padding-left: 20px !important;
}

/* ===================================================
   Black & Red Premium Theme System
   =================================================== */

:root {
    --color-primary: #e50914 !important;
    --color-primary-dark: #b91c1c !important;
    --color-black: #111111 !important;
}

/* Primary Accent Colors & Headings */
.section-title span,
.welcome-text-new-div h1 span,
.nav-bread-crumb span,
.overview-contents h3 span,
.highlight-card:hover h4,
.main-service-card h4:hover {
    color: #e50914 !important;
}

/* Primary Buttons - Black & Red */
.btn-primary,
.rts-btn.btn-primary,
.btn-service,
.btn-filter.is-checked,
.allform button[type="submit"] {
    background: #e50914 !important;
    background-color: #e50914 !important;
    color: #ffffff !important;
    border-color: #e50914 !important;
    transition: all 0.3s ease-in-out !important;
}

.btn-primary:hover,
.rts-btn.btn-primary:hover,
.btn-service:hover,
.allform button[type="submit"]:hover {
    background: #111111 !important;
    background-color: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
    box-shadow: 0 6px 18px rgba(229, 9, 20, 0.35) !important;
}

/* Secondary / Bordered Buttons */
.rts-btn.btn-border {
    border: 2px solid #111111 !important;
    color: #111111 !important;
    background: transparent !important;
}

.rts-btn.btn-border:hover {
    background: #e50914 !important;
    border-color: #e50914 !important;
    color: #ffffff !important;
}

/* Icon Circles & Accents */
.icon-circle {
    color: #e50914 !important;
    background: #f8f9fa !important;
    border: 1px solid rgba(229, 9, 20, 0.15) !important;
}

/* Navigation Links Hover */
.nav-area ul li.main-nav a.main-menu:hover {
    color: #e50914 !important;
    background-color: transparent !important;
}

.nav-area ul li.main-nav.has-dropdown:hover>a.main-menu::after {
    border-color: #e50914 !important;
}

.nav-area ul li.main-nav .submenu {
    border-top: 3px solid #e50914 !important;
}

/* Cards & Section Badges */
.cpo-card {
    background: linear-gradient(135deg, #111111, #1e1e1e) !important;
    border-left: 4px solid #e50914 !important;
}

.bg-custom-blue {
    background-color: #e50914 !important;
}

/* On Road Price Form Header & Accents */
.allform {
    border-top: 4px solid #e50914 !important;
}

.allform h2 {
    color: #111111 !important;
}

/* Footer / Global Accents */
.footer-two .title::after,
.section-title::after {
    background: #e50914 !important;
}

/* Dark Black & Red Styling for rts-about-area section */
.rts-about-area.two,
section.rts-about-area.two {
    background-color: #b8b1b13d !important;
    background: #b8b1b13d !important;
    color: #ffffff !important;
}

.rts-about-area.two .section-title-area .sub-title {
    color: #e50914 !important;
    font-weight: 600;
}

.rts-about-area.two .section-title-area .section-title {
    color: #000000 !important;
}

.rts-about-area.two .section-title-area .section-title span {
    color: #e50914 !important;
}

.rts-about-area.two .about-content-area .desc,
.rts-about-area.two p.desc {
    color: #000000 !important;
}

.rts-about-area.two .counter-area {
    background-color: #1a1a1a !important;
    border: 1px solid #e50914 !important;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.25) !important;
}

.rts-about-area.two .counter-area .title,
.rts-about-area.two .counter-area .title span {
    color: #e50914 !important;
}

.rts-about-area.two .counter-area .desc {
    color: #ffffff !important;
}

/* Schedule Service Section (Matching reference image) */
.rts-newsletter-area {
    background: #ffff !important;
    padding: 70px 0 !important;
}

.rts-newsletter-area .newsletter-inner {
    background: transparent !important;
    padding: 0 !important;
    text-align: center !important;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 0 !important;
}

.rts-newsletter-area .service-schedule-title {
    font-size: 32px;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-family: var(--font-primary, 'Outfit', sans-serif);
}

.rts-newsletter-area .service-schedule-desc {
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto 30px auto;
    max-width: 720px;
}

.rts-newsletter-area .btn-red-pill {
    background: #e60000;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.8px;
    padding: 13px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 0, 0, 0.3);
}

.rts-newsletter-area .btn-red-pill:hover {
    background: #cc0000;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 0, 0, 0.4);
}

/* Banner Slider Controls & Dots Pagination */
.main-slider {
    position: relative;
    overflow: hidden;
}

/* Corner Prev & Next Buttons */
.main-slider .slick-prev,
.main-slider .slick-next {
    display: inline-block;
    padding: 0;
    background: rgba(235, 10, 10, 0.25) !important;
    border: none !important;
    color: #000000 !important;
    position: absolute;
    top: 50%;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 16px !important;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    text-align: center;
}

.main-slider .slick-prev {
    left: 18px !important;
}

.main-slider .slick-next {
    right: 18px !important;
}

.main-slider .slick-prev::before,
.main-slider .slick-next::before {
    display: none !important;
}

/* Downside Slick Dots with Active Ring Indicator */
.main-slider .slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 0;
    line-height: 0;
    text-align: center;
    height: max-content;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.main-slider .slick-dots li {
    display: inline-block;
    margin-right: 25px;
}

.main-slider .slick-dots li:last-child {
    margin-right: 0;
}

.main-slider .slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: #D8D8D8;
    transition: all ease 0.4s;
    position: relative;
    cursor: pointer;
}

.main-slider .slick-dots .slick-active button {
    background-color: #ffffff;
}

.main-slider .slick-dots button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

.main-slider .slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

/* Header Responsive Media Queries */
@media (max-width: 1200px) {
    .header-wrapper-1 .header-right .top .left {
        gap: 10px !important;
    }

    .header-wrapper-1 .header-right .top .left .map-area span {
        font-size: 12px;
    }

    .nav-area ul li a {
        font-size: 13px;
        padding: 8px 8px;
    }

    .header-wrapper-1 .header-right .bottom .button-area a {
        padding: 8px 14px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .header-one {
        padding: 10px 0;
    }

    .header-wrapper-1 {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border: 0px solid #e5e7eb !important;
    }

    .header-wrapper-1 .logo-area-start img {
        max-height: 40px !important;
        width: auto !important;
    }

    .header-wrapper-1 .header-right .top {
        display: none !important;
    }

    .header-wrapper-1 .header-right .bottom {
        padding: 0 !important;
        background: transparent !important;
        justify-content: right !important;
    }

    .logo-area-start {
        padding: 0px 0px !important;
        border-right: 0px solid #e5e7eb !important;
    }

    .header-wrapper-1 .header-right .bottom .nav-area {
        display: none !important;
    }

    .header-wrapper-1 .header-right .bottom .bottom-right .button-area {
        display: none !important;
    }

    .header-wrapper-1 .header-right .bottom .bottom-right {
        display: flex !important;
        align-items: center !important;
    }

    .menu-btn {
        display: flex !important;
        cursor: pointer !important;
    }

    .menu-btn svg {
        width: 44px !important;
        height: 44px !important;
    }
}

@media (max-width: 575px) {
    .header-wrapper-1 .logo-area-start img {
        max-height: 45px !important;
    }

    .menu-btn svg {
        width: 38px !important;
        height: 38px !important;
    }
}

/* Quick Actions Floating Sidebar (.mobile-td-s) */
.mobile-td-s {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    width: 54px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.15);
}

.mobile-td-s .fixed-td {
    position: relative;
    background: #e53935;
    height: 54px;
    width: 54px;
    border-bottom: 1.5px solid #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mobile-td-s .fixed-td:last-child {
    border-bottom: none;
}

.mobile-td-s .fixed-td:hover {
    background: #8b262a;
    /* Dark burgundy shade on hover as in screenshot */
}

.mobile-td-s .fixed-td a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.mobile-td-s .fixed-td img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}

.mobile-td-s .fixed-td:hover img {
    transform: scale(1.08);
}

/* Tooltip Badge on Left */
.mobile-td-s .td-tooltip {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: #e53935;
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 13.5px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    font-family: inherit;
}

/* Black arrow pointing right towards the icon button */
.mobile-td-s .td-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #1a1a1a;
}

/* Show tooltip on hover */
.mobile-td-s .fixed-td:hover .td-tooltip {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .mobile-td-s {
        width: 44px;
    }

    .mobile-td-s .fixed-td {
        width: 44px;
        height: 44px;
    }

    .mobile-td-s .fixed-td img {
        width: 22px;
        height: 22px;
    }

    .mobile-td-s .td-tooltip {
        font-size: 12px;
        padding: 5px 10px;
    }
}

/* Left Floating Exciting Offers Badge */
.left-offers-floating {
    position: fixed;
    left: 15px;
    bottom: 25px;
    top: auto;
    z-index: 99998;
    width: 140px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22));
}

.left-offers-floating a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.left-offers-floating img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: gentle-pulse 3s infinite ease-in-out;
}

.left-offers-floating:hover {
    transform: scale(1.08);
}

@keyframes gentle-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

@media (max-width: 991px) {
    .left-offers-floating {
        left: 10px;
        bottom: 20px;
        width: 110px;
    }
}

@media (max-width: 575px) {
    .left-offers-floating {
        left: 8px;
        bottom: 15px;
        width: 95px;
    }
}

/* Compact Responsive Testimonial Card Styling */
.testimonialSlider2 {
    height: auto !important;
    padding: 4px 0 10px !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

.testimonialSlider2 .swiper-wrapper {
    height: auto !important;
    display: flex !important;
    align-items: stretch !important;
}

.testimonialSlider2 .swiper-slide {
    height: auto !important;
    display: flex !important;
    box-sizing: border-box !important;
}

.testimonialSlider2 .swiper-pagination-4 {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    margin-top: 15px !important;
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
}

.testimonialSlider2 .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #cbd5e1 !important;
    opacity: 1 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.testimonialSlider2 .swiper-pagination-bullet-active {
    background: #e3001b !important;
    width: 22px !important;
    border-radius: 4px !important;
}

.review-wrapper2 {
    background: #ffffff !important;
    padding: 24px 22px !important;
    border-radius: 12px !important;
    height: 100% !important;
    width: 100% !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.review-wrapper2 .star-rating {
    margin-bottom: 12px !important;
    display: flex !important;
    gap: 5px !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.review-wrapper2 .star-rating li i {
    color: #e3001b !important;
    font-size: 15px !important;
}

.review-wrapper2 .desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #4b5563 !important;
    margin-bottom: 15px !important;
    flex-grow: 1 !important;
    word-break: break-word !important;
}

.review-wrapper2 .author-area {
    margin-top: auto !important;
}

.review-wrapper2 .author-area .title {
    color: #111827 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

.review-wrapper2 .quote {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 24px !important;
    opacity: 0.2 !important;
    pointer-events: none !important;
}

.review-wrapper2 .quote img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

@media (max-width: 767px) {
    .testimonialSlider2 {
        max-width: 500px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .review-wrapper2 {
        padding: 22px 20px !important;
    }

    .review-wrapper2 .desc {
        font-size: 13.5px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 480px) {
    .testimonialSlider2 {
        max-width: 100% !important;
    }

    .review-wrapper2 {
        padding: 20px 18px !important;
    }

    .review-wrapper2 .desc {
        font-size: 13.5px !important;
    }
}

/* Testimonials & FAQ Gap Reduction */
.rts-testimonials-area {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.rts-testimonials-area .testimonialSlider2 {
    margin-top: 20px !important;
}

.rts-faq-area {
    padding-top: 30px !important;
    padding-bottom: 45px !important;
}

.rts-faq-area .faq-inner {
    margin-top: 20px !important;
}

/* Premium Model Card & Action Buttons Styling */
.project-wrapper2 {
    background: #18181b !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25) !important;
}

.project-wrapper2:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45) !important;
    border-color: rgba(230, 0, 0, 0.4) !important;
}

.project-wrapper2 .image-area {
    background: linear-gradient(180deg, #242428 0%, #e5e5eb 100%) !important;
    padding: 25px 20px 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.project-wrapper2 .image-area img {
    max-height: 180px !important;
    width: auto !important;
    object-fit: contain !important;
    transition: transform 0.4s ease !important;
}

.project-wrapper2:hover .image-area img {
    transform: scale(1.06) !important;
}

.project-wrapper2 .content-area {
    background: #0000003d !important;
    padding: 20px 22px 22px !important;
    box-shadow: none !important;
}

.title-price-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin-bottom: 14px !important;
}

.title-price-block .model-name {
    font-size: 20px !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

.title-price-block .model-name a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.title-price-block .model-name a:hover {
    color: #ff3333 !important;
}

.title-price-block .model-price,
.title-price-block .model-price p {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #e60000 !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 0 !important;
}

.card-footer.cta-btn {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 12px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent !important;
}

.card-footer.cta-btn a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 12px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 8px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.card-footer.cta-btn a.btn-book-now {
    background: linear-gradient(135deg, #e60000 0%, #b30000 100%) !important;
    color: #ffffff !important;
    border: none !important;
    flex: 1 1 calc(50% - 4px) !important;
    box-shadow: 0 4px 12px rgba(230, 0, 0, 0.35) !important;
}

.card-footer.cta-btn a.btn-book-now:hover {
    background: linear-gradient(135deg, #ff1a1a 0%, #d60000 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(230, 0, 0, 0.5) !important;
}

.card-footer.cta-btn a.btn-virtual {
    background: rgba(255, 255, 255, 0.07) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    flex: 1 1 calc(50% - 4px) !important;
}

.card-footer.cta-btn a.btn-virtual:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-1px) !important;
}

.card-footer.cta-btn a.cm-view-details {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 100% !important;
    flex: 1 1 100% !important;
}

.card-footer.cta-btn a.cm-view-details:hover {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* ORP Modal Close Button Right Alignment */
#orpModal .modal-header {
    position: relative !important;
    padding-right: 50px !important;
}

#orpModal #closeOrpModal {
    position: absolute !important;
    right: 15px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    z-index: 1055 !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
}

/* Template Style Top Bar & Header */
.top-bar-strip {
    background: #000000 !important;
    color: #ffffff !important;
    padding: 6px 0 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.top-bar-strip a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.top-bar-strip a:hover {
    color: #ff3b30 !important;
}

@media (max-width: 991px) {
    .top-bar-strip {
        display: none !important;
    }
}

.main-header-template {
    background: #ffffff !important;
    padding: 14px 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.main-header-template .header-wrapper-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.main-header-template .logo img {
    height: 46px !important;
    max-width: 220px !important;
    width: auto !important;
    object-fit: contain !important;
}

.main-header-template .nav-area ul li a.main-menu {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    padding: 8px 12px !important;
    transition: color 0.2s ease !important;
    white-space: nowrap !important;
}

.main-header-template .nav-area ul li a.main-menu:hover,
.main-header-template .nav-area ul li a.main-menu.active {
    color: #ff3b30 !important;
}

.btn-book-test-drive {
    border: 1.5px solid #ff3b30 !important;
    color: #ff3b30 !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 9px 22px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    line-height: 1.2 !important;
}

.btn-book-test-drive:hover {
    background: #ff3b30 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 59, 48, 0.35) !important;
}

/* Pre-Owned Filter Bar Selects & NiceSelect Fix */
#filterForm select {
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    font-size: 14px !important;
    color: #333333 !important;
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    outline: none !important;
    box-sizing: border-box !important;
}

#filterForm .nice-select {
    display: none !important;
}

/* Pre-Owned Horizontal Card Style (Matching Screenshot) */
.preowned-card-wrapper {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

.preowned-card-wrapper:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

.preowned-card-wrapper .card-img-box {
    background: #e8ecef !important;
    min-height: 180px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px !important;
}

.preowned-card-wrapper .card-img-box img {
    max-height: 150px !important;
    width: auto !important;
    object-fit: contain !important;
}

.preowned-card-wrapper .car-title {
    color: #1a3b70 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
}

.preowned-card-wrapper .car-price {
    color: #1a3b70 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
}

.preowned-card-wrapper .location-date {
    color: #666666 !important;
    font-size: 13.5px !important;
    margin-bottom: 16px !important;
}

.preowned-card-wrapper .spec-label {
    color: #666666 !important;
    font-size: 12.5px !important;
    margin-bottom: 2px !important;
    display: block !important;
}

.preowned-card-wrapper .spec-value {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.preowned-card-wrapper .btn-get-callback {
    background-color: #f70606 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 10px 24px !important;
    border: none !important;
    transition: background 0.2s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

.preowned-card-wrapper .btn-get-callback:hover {
    background-color: #183359 !important;
    color: #ffffff !important;
}

.preowned-card-wrapper .btn-view-details {
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
}

.preowned-card-wrapper .btn-view-details:hover {
    color: #1a3b70 !important;
    text-decoration: underline !important;
}

/* =========================================
   GLOBAL RESPONSIVE FIXES (MOBILE & TABLET)
   ========================================= */

@media (max-width: 991.98px) {

    /* Scale down display-1 headings on mobile */
    .display-1 {
        font-size: 2.5rem !important;
        line-height: 1.3 !important;
    }

    .welcome-text-new-div h1 {
        font-size: 2rem !important;
    }

    /* Reduce huge section gaps */
    .rts-section-gap {
        padding: 40px 0 !important;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    /* Fix banner layout for mobile */
    .banner-right-side-two {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
        right: 0 !important;
        margin-top: 15px;
    }

    /* Fix headerform on mobile overlay */
    .headerform {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
        right: 0 !important;
        margin-bottom: 20px;
    }

    /* Service Cards */
    .main-service-card {
        min-height: auto !important;
        padding: 20px 15px !important;
    }

    /* Generic max-width bounds for text paragraphs */
    .welcome-paragraph,
    p[style*="max-width: 950px"] {
        max-width: 100% !important;
        padding: 0 15px;
    }

    /* Fix Models Grid on Mobile */
    .car-model-card {
        margin-bottom: 20px;
    }

    /* Hide desktop specific elements properly if needed */
    .d-md-none {
        display: block !important;
    }

    /* Ensure images never break out of bounds */
    img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .display-1 {
        font-size: 2rem !important;
    }

    .section-title {
        font-size: 1.8rem !important;
    }

    .main-service-slider .slick-slide {
        padding: 0 10px;
    }
}

/* =========================================
   GLOBAL RESPONSIVE FIXES (MOBILE & TABLET)
   ========================================= */

@media (max-width: 991.98px) {

    /* Scale down display-1 headings on mobile */
    .display-1 {
        font-size: 2.5rem !important;
        line-height: 1.3 !important;
    }

    .welcome-text-new-div h1 {
        font-size: 3rem !important;
    }

    /* Reduce huge section gaps */
    .rts-section-gap {
        padding: 40px 0 !important;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    /* Fix banner layout for mobile */
    .banner-right-side-two {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
        right: 0 !important;
        margin-top: 15px;
    }

    /* Fix headerform on mobile overlay */
    .headerform {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
        right: 0 !important;
        margin-bottom: 20px;
    }

    /* Service Cards */
    .main-service-card {
        min-height: auto !important;
        padding: 20px 15px !important;
    }

    /* Generic max-width bounds for text paragraphs */
    .welcome-paragraph,
    p[style*="max-width: 950px"] {
        max-width: 100% !important;
        padding: 0 15px;
    }

    /* Fix Models Grid on Mobile */
    .car-model-card {
        margin-bottom: 20px;
    }

    /* Hide desktop specific elements properly if needed */
    .d-md-none {
        display: block !important;
    }

    /* Ensure images never break out of bounds */
    img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .display-1 {
        font-size: 2rem !important;
    }

    .section-title {
        font-size: 1.8rem !important;
    }

    .main-service-slider .slick-slide {
        padding: 0 10px;
    }
}

/* =========================================
   PERFECT HEADER BUTTON
   ========================================= */
.header-perfect-btn {
    background: linear-gradient(135deg, #E22B3E 0%, #b31225 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 6px 20px rgba(226, 43, 62, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.header-perfect-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(226, 43, 62, 0.6) !important;
    color: #ffffff !important;
}

.header-perfect-btn::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: all 0.6s ease !important;
}

.header-perfect-btn:hover::after {
    left: 100% !important;
}

/* ==========================================================================
   cpFeature Feature Component Styling
   ========================================================================== */
.cpFeature_cp-feature__bVmYm {
    background: transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 30px 0;
    margin: 0 0 40px 0;
    box-shadow: none;
}

.cpFeature_feat-list__ZFsbo {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
}

.cpFeature_feat-item__NuQtB {
    flex: 1 1 200px;
    padding: 10px 20px;
    border-right: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cpFeature_feat-item__NuQtB:last-child {
    border-right: none;
}

.cpFeature_feat-title__MNLHb {
    font-size: 13px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.cpFeature_feat-desc__2F8cx {
    font-size: 26px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 0;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
}

.cpFeature_feat-desc__2F8cx sup {
    font-size: 14px;
    color: #888;
    top: -0.5em;
}

.cpFeature_feat-parameters__Kqbgq {
    font-size: 12px;
    color: #e3001b;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.cpFeature_btn-wrap__8czwC {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.cpFeature_offer-btn__iHOE2,
.cpFeature_check-btn__DEol1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.cpFeature_offer-btn__iHOE2 {
    background: #e3001b;
    color: #ffffff !important;
}

.cpFeature_offer-btn__iHOE2:hover {
    background: #b50015;
    box-shadow: 0 4px 12px rgba(227, 0, 27, 0.3);
}

.cpFeature_check-btn__DEol1 {
    background: #f4f5f7;
    color: #111111 !important;
    border: 1px solid #dcdcdc;
}

.cpFeature_check-btn__DEol1:hover {
    background: #111111;
    color: #ffffff !important;
    border-color: #111111;
}

@media (max-width: 991px) {
    .cpFeature_feat-item__NuQtB {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        align-items: center;
        text-align: center;
    }

    .cpFeature_feat-item__NuQtB:last-child {
        border-bottom: none;
    }

    .cpFeature_feat-desc__2F8cx {
        justify-content: center;
    }

    .cpFeature_btn-wrap__8czwC {
        justify-content: center;
    }
}

/* ==========================================================================
   Honda Official Category Feature Showcase Section (Exterior, Interior, etc.)
   ========================================================================== */
.honda-showcase-section,
.honda-unified-showcase-section {
    background-color: #ffffff;
    padding: 0 0 20px 0 !important;
    position: relative;
}

.honda-tabs-bar-wrap {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.honda-tabs-bar-wrap::-webkit-scrollbar {
    display: none;
}

.honda-tabs-bar {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    gap: 32px;
    white-space: nowrap;
}

.honda-tab-item {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.honda-tab-btn {
    border: none;
    background: transparent;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 10px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    text-decoration: none;
    outline: none;
    border-bottom: 2.5px solid transparent;
    display: inline-block;
    letter-spacing: 0.2px;
}

.honda-tab-btn:hover {
    color: #000000;
}

.honda-tab-btn.active {
    color: #000000 !important;
    font-weight: 700;
    border-bottom: 2.5px solid #000000 !important;
}

/* Feature Card */
.honda-feature-card {
    background: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.honda-feature-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9.8;
    background-color: #0d0d0d;
    overflow: hidden;
    border-radius: 0;
}

.honda-feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.honda-feature-card:hover .honda-feature-img {
    transform: scale(1.03);
}

/* Plus Floating Button */
.honda-plus-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
    z-index: 5;
}

.honda-plus-btn:hover {
    background: #e3001b;
    transform: scale(1.1);
    color: #ffffff;
}

/* Feature Title */
.honda-feature-name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-top: 14px;
    margin-bottom: 0;
    line-height: 1.35;
    text-align: left;
    font-family: inherit;
    letter-spacing: -0.2px;
}

/* Tab Panels Animation & Display */
.honda-tab-panel {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0;
    visibility: hidden;
}

.honda-tab-panel.active {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Category Feature Slider */
.honda-slider-container {
    position: relative;
    width: 100%;
}

.honda-cat-swiper {
    width: 100%;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

.honda-cat-swiper .swiper-wrapper {
    align-items: stretch;
}

.honda-cat-swiper .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
}

/* Side Floating Nav Buttons */
.honda-cat-nav-btn {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.honda-cat-nav-btn:hover {
    background: #e3001b;
    transform: translateY(-50%) scale(1.08);
    color: #ffffff;
}

.honda-cat-nav-prev {
    left: -20px;
}

.honda-cat-nav-next {
    right: -20px;
}

.honda-cat-nav-btn.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

@media (max-width: 991px) {
    .honda-cat-nav-prev {
        left: 5px;
    }

    .honda-cat-nav-next {
        right: 5px;
    }
}

/* ==========================================================================
   Honda Official Pure Sporty Vibe in Motion Performance Showcase Section
   ========================================================================== */
.honda-performance-section {
    background-color: #ffffff;
    padding: 30px 0 40px 0 !important;
    position: relative;
}

.honda-sporty-headline {
    font-size: 42px;
    font-weight: 800;
    color: #111111;
    letter-spacing: -0.5px;
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 25px;
}

.honda-script-vibe {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0 4px;
    display: inline-block;
    vertical-align: baseline;
    line-height: inherit;
}

/* Powertrain Tabs Bar */
.honda-pt-tabs-wrap {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px !important;
    padding-bottom: 0 !important;
}

.honda-pt-tabs {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    gap: 36px;
    white-space: nowrap;
}

.honda-pt-tab-item {
    display: inline-block;
}

.honda-pt-tab-btn {
    border: none;
    background: transparent;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 10px 0;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    text-decoration: none;
    outline: none;
    border-bottom: 2.5px solid transparent;
}

.honda-pt-tab-btn:hover {
    color: #000000;
}

.honda-pt-tab-btn.active {
    color: #000000 !important;
    font-weight: 700;
    border-bottom: 2.5px solid #000000 !important;
}

/* Stage Car & Floating Stats */
.honda-stage-wrapper {
    position: relative;
    padding: 10px 0 20px;
    min-height: 380px;
    display: flex;
    align-items: center;
}

.honda-stage-car-box {
    text-align: center;
    position: relative;
}

.honda-stage-car-img {
    max-height: 460px;
    max-width: 100%;
    width: auto !important;
    margin: 0 auto !important;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s ease;
}

.honda-stage-specs-box {
    padding-left: 20px;
}

.honda-stage-stat-item {
    display: inline-block;
    width: 100%;
}

.honda-stage-stat-label {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

.honda-stage-stat-val-wrap {
    display: inline-block;
    border-bottom: 2px solid #222222;
    padding-bottom: 4px;
}

.honda-stage-stat-val {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

/* Stage Floating Plus Button */
.honda-stage-plus-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000000;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease;
    z-index: 10;
}

.honda-stage-plus-btn:hover {
    background: #e3001b;
    transform: scale(1.1);
    color: #ffffff;
}

/* Tab Panels Animation & Display */
.honda-pt-panel {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.honda-pt-panel.active {
    display: block;
    opacity: 1;
}

@media (max-width: 768px) {
    .honda-sporty-headline {
        font-size: 30px;
    }



    .honda-stage-specs-box {
        padding-left: 0;
        margin-top: 25px;
        text-align: center;
    }

    .honda-stage-car-img {
        max-height: 280px;
    }
}

/* =========================================================
   HONDA SHOWCASE SECTION - FINAL FIX
   Removes unwanted blank space / fixed slider height
   ========================================================= */

.honda-unified-showcase-section {
    width: 100%;
    margin: 40px 0 !important;
    padding: 20px 0 !important;
    overflow: hidden;
}

.honda-unified-showcase-section>.container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* =========================================================
   PART 1 - CATEGORY SHOWCASE
   ========================================================= */

.honda-unified-showcase-section .honda-cat-showcase-block {
    margin: 0 0 55px 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Main heading */
.honda-unified-showcase-section .honda-cat-showcase-block .text-center {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
}

.honda-unified-showcase-section .honda-cat-showcase-block h2 {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   CATEGORY TABS
   ========================================================= */

.honda-unified-showcase-section .honda-tabs-bar-wrap {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

.honda-unified-showcase-section .honda-tabs-bar {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   TAB CONTENT
   ========================================================= */

.honda-unified-showcase-section .honda-tabs-content {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.honda-unified-showcase-section .honda-tab-panel {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   SWIPER CONTAINER - MOST IMPORTANT FIX
   ========================================================= */

.honda-unified-showcase-section .honda-slider-container {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.honda-unified-showcase-section .honda-cat-swiper {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.honda-unified-showcase-section .honda-cat-swiper .swiper-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch;
}

.honda-unified-showcase-section .honda-cat-swiper .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
}


/* =========================================================
   FEATURE CARD
   ========================================================= */

.honda-unified-showcase-section .honda-feature-card {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}


/* =========================================================
   FEATURE IMAGE AREA
   ========================================================= */

.honda-unified-showcase-section .honda-feature-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1.6 !important;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 6px;
}


/* Image itself */
.honda-unified-showcase-section .honda-feature-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   FEATURE TITLE
   ========================================================= */

.honda-unified-showcase-section .honda-feature-name {
    display: block;
    height: auto !important;
    min-height: 0 !important;
    margin: 8px 0 0 0 !important;
    padding: 0 !important;
    line-height: 1.3;
}


/* =========================================================
   ARROWS
   ========================================================= */

.honda-unified-showcase-section .honda-cat-nav-btn {
    margin-top: 0 !important;
}


/* =========================================================
   REMOVE EXTRA SPACE AFTER CATEGORY SECTION
   ========================================================= */

.honda-unified-showcase-section .honda-cat-showcase-block+.honda-performance-block {
    margin-top: 0 !important;
}


/* =========================================================
   PART 2 - PERFORMANCE SECTION
   ========================================================= */

.honda-unified-showcase-section .honda-performance-block {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 50px 0 0 0 !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}


/* Performance heading */
.honda-unified-showcase-section .honda-performance-block>.text-center {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

.honda-unified-showcase-section .honda-performance-block h2 {
    margin: 0 !important;
    padding: 0 !important;
}


/* Powertrain tabs */
.honda-unified-showcase-section .honda-pt-tabs-wrap {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}


/* Performance panels */
.honda-unified-showcase-section .honda-pt-panels-content {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.honda-unified-showcase-section .honda-pt-panel {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   STAGE / CAR AREA
   ========================================================= */

.honda-unified-showcase-section .honda-stage-wrapper {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.honda-unified-showcase-section .honda-stage-car-box {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.honda-unified-showcase-section .honda-stage-car-img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    max-height: 560px;
    margin: 0 auto !important;
    object-fit: contain;
    mix-blend-mode: multiply;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* =========================================================
   BOOTSTRAP OVERRIDE
   ========================================================= */

.honda-unified-showcase-section .pt-2,
.honda-unified-showcase-section .pt-3,
.honda-unified-showcase-section .pt-4,
.honda-unified-showcase-section .pb-2,
.honda-unified-showcase-section .pb-3,
.honda-unified-showcase-section .pb-4,
.honda-unified-showcase-section .mb-3,
.honda-unified-showcase-section .mb-4 {
    /* Prevent Bootstrap spacing from creating large gaps */
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .honda-unified-showcase-section .honda-feature-img {
        max-height: 260px !important;
    }

    .honda-unified-showcase-section .honda-performance-block {
        margin-top: 10px !important;
        padding-top: 10px !important;
    }

    .honda-unified-showcase-section .honda-feature-name {
        font-size: 15px;
    }

}

/* Transmission Swiper Slider Styling */
.honda-trans-slider-container {
    height: auto !important;
    min-height: 0 !important;
}

.honda-trans-swiper,
.honda-trans-swiper .swiper-wrapper,
.honda-trans-swiper .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.honda-trans-swiper .swiper-wrapper {
    align-items: flex-start !important;
}

.honda-trans-card {
    background: #ffffff;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    overflow: hidden;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
}

.honda-trans-media {
    position: relative;
    width: 100%;
    height: auto !important;
    max-height: 250px !important;
    overflow: hidden;
}

.honda-trans-media img {
    width: 100% !important;
    height: auto !important;
    max-height: 250px !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

.honda-trans-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
}

.honda-trans-card:hover .honda-trans-media img {
    transform: scale(1.05);
}

.honda-trans-details h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px 0;
}

.honda-trans-progressbar-wrap {
    background: #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
    height: 4px;
}

.honda-trans-progressbar .swiper-pagination-progressbar-fill {
    background: #e3001b !important;
}

.honda-trans-nav-prev,
.honda-trans-nav-next {
    border-color: #ccc !important;
    color: #444 !important;
    transition: all 0.2s ease;
}

.honda-trans-nav-prev:hover,
.honda-trans-nav-next:hover {
    background: #e3001b !important;
    border-color: #e3001b !important;
    color: #fff !important;
}

/* Ensure interactive hybrid scanner elements use the site's default font */
.honda-hybrid-xray-section,
.honda-xray-stage-wrap,
.honda-xray-viewport,
.xray-pointer-text,
.honda-scanner-range,
.honda-xray-slider-box,
.honda-xray-slider-box span,
.xray-pointer-text span {
    font-family: 'Inter', 'Outfit', sans-serif !important;
}

/* Drive Modes Cards Styling */
.honda-perf-media {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: transform 0.3s ease !important;
}

.honda-perf-image-card:hover .honda-perf-media {
    transform: translateY(-4px);
}

.honda-perf-media img {
    transition: transform 0.4s ease;
}

.honda-perf-image-card:hover .honda-perf-media img {
    transform: scale(1.03);
}

/* Custom Tooltip Styling for Chassis X-Ray */
.xray-pointer-text {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    font-weight: 600 !important;
}

.xray-pointer-line {
    background: rgba(0, 0, 0, 0.35) !important;
    /* Darker pointer line on white canvas */
}

/* Custom Interactive Scanner Slider & Box Design */
.honda-xray-slider-box {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 30px !important;
    padding: 16px 24px !important;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
}

.honda-scanner-range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #e3001b 0%, #e3001b 0%, #e0e0e0 0%, #e0e0e0 100%);
    border-radius: 10px;
    outline: none;
    transition: background 0.1s ease;
    border: none !important;
}

.honda-scanner-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e3001b !important;
    border: 4px solid #ffffff !important;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(227, 0, 27, 0.45) !important;
    transition: transform 0.15s ease !important;
}

.honda-scanner-range::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

/* Make color selector car images blend transparently on any background */
#carImage {
    mix-blend-mode: multiply !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Custom Toggle Switch for Amaze Transmission */
.honda-toggle-container {
    display: inline-flex;
    position: relative;
    background: #f1f3f5;
    padding: 4px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
}

.honda-toggle-btn {
    border: none;
    background: transparent;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #495057;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 2;
}

.honda-toggle-btn.active {
    color: #ffffff !important;
    background: #e3001b !important;
    box-shadow: 0 4px 10px rgba(227, 0, 27, 0.3) !important;
}

@media (min-width: 768px) {
    .border-md-start {
        border-left: 1px solid #dee2e6 !important;
    }
}

/* Honda Outlet Cards Styling */
.honda-outlet-card {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

.honda-outlet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
}

.honda-outlet-card .icon-box {
    transition: background-color 0.2s ease;
}

.honda-outlet-card:hover .icon-box {
    background-color: rgba(227, 0, 27, 0.08) !important;
}