/* Global Poppins Font Family */
body, h1, h2, h3, h4, h5, h6, p, span, a, input, select, textarea, button, td, th, div {
    font-family: 'Poppins', sans-serif !important;
}

.main-slider {
    margin-top: 75px;
}

.slick-arrow {
    display: inline-block;
    padding: 0;
    background: #307fe224;
    border: none;
    color: #000;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: var(--pos-x, -200px);
    width: var(--icon-size, 30px);
    height: var(--icon-size, 30px);
    line-height: var(--icon-size, 30px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 60px) / -2);
    z-index: 2;
}

.main-slider .slick-prev {
    left: 18px;
}

.slick-arrow {
    cursor: pointer;
    z-index: 9;
}

.main-slider .slick-next {
    right: 18px;
}

.slick-arrow.slick-next {
    left: auto;
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: max-content;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin-right: 25px;
}

.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: var(--dots-bg, #D8D8D8);
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots .slick-active button {
    background-color: #fff;
}

.slick-dots button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

.slider-pc,
.slider-mob {
    cursor: grab;
}

.slider-pc:active,
.slider-mob:active {
    cursor: grabbing;
}



.headerform {
    position: absolute;
    top: 1.6%;
    right: 6%;
}

.headerform {
    background: rgba(18, 19, 18, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.headerform h2 {
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 8px;
}

.headerform h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #db1417;
    border-radius: 2px;
}

label {
    margin-bottom: 0.5em;
    display: block;
    color: #fff;
    font-family: var(--body-font);
}

.cnt-pg-inr label {
    color: #fff;
}

.cnt-pg-inr select {
    color: #000;
}

.headerform label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
    margin-bottom: 4px !important;
    color: rgba(255, 255, 255, 0.8);
}

.headerform .form-group {
    margin-bottom: 6px;
}

select,
.form-control,
.form-select,
textarea,
input {
    padding: 0 25px 0 25px;
    padding-right: 45px;
    color: #1d1d1d;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s ease-in-out;
}

.headerform input,
.headerform select {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.05);
    height: 42px;
    color: #fff;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.headerform select option {
    background-color: #121312;
    color: #fff;
}

.headerform input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.headerform input:focus,
.headerform select:focus {
    border-color: #db1417;
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: 0 0 5px rgba(219, 20, 23, 0.4);
}

.th-btn.btn-new-sm {
    padding: 10px 20px;
    font-size: 14px;
    background: linear-gradient(135deg, #db1417 0%, #9e0c0e 100%);
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    border: none;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(219, 20, 23, 0.3);
    transition: all 0.3s ease;
}

.th-btn.btn-new-sm:hover {
    background: linear-gradient(135deg, #ff1a1d 0%, #db1417 100%);
    box-shadow: 0 6px 20px rgba(219, 20, 23, 0.5);
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #121312;
        margin: 15px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}


/* Fixed Quick Actions Sidebar */
.fixed-icons {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9990;
}

.fixed-icons .openbox-pop {
    display: none;
    background: #1c1e1a;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 16px;
    width: 320px;
    margin-right: 43px;
}

.fixed-icons.open .openbox-pop {
    display: block;
}

.fixed-icons .openpopbox {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    background: #db1417;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    z-index: 9991;
}

.fixed-icons .openpopbox .icon-close {
    display: none;
}

.fixed-icons.open .openpopbox .icon-open {
    display: none;
}

.fixed-icons.open .openpopbox .icon-close {
    display: inline-block;
}

.call-to-actions-pop p {
    margin: 6px 0 0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.ctas-ico {
    background: #000;
    border-radius: 10px;
    padding: 10px 6px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ctas-ico:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.quick-cta-icons {
    font-size: 24px;
    color: #db1417;
}

@media (max-width: 767.98px) {
    .fixed-icons {
        right: 0px;
    }

    .fixed-icons .openbox-pop {
        width: 310px;
        margin-right: 52px;
    }

    .fixed-icons .openpopbox {
        right: 10px;
    }
}

/* scroll to top */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-top:after {
    content: "\f106";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #db1417;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 1px solid #db1417;
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg {
    color: #000;
    border-radius: 50%;
    background: #fff;
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: #db1417;
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

/* Whats app */
.whatsapp-float {
    position: fixed;
    left: 16px;
    bottom: 16px;
    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
}

.whatsapp-float span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.whatsapp-float:hover {
    opacity: .9;
}

.welcome-text-triumph-div h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.welcome-text-triumph-div h1 span {
    font-size: 34px;
}

.welcome-text-triumph-div h1 span {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .welcome-text-triumph-div h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .welcome-text-triumph-div h1 span {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .welcome-text-triumph-div h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .welcome-text-triumph-div h1 span {
        font-size: 26px;
    }
}

#home-main-btns {
    padding: 30px 0 0px;
}

.row-home-btn {
    margin-top: 10px;
}


.same-des {
    text-align: center;
    padding: 20px 20px 0px 20px;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    background-color: #1c1e1a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.same-des a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: block;
}

.same-des a p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    color: #fff;
}

.same-des i {
    font-size: 32px;
    color: #ff0000;
    margin-bottom: 10px;
    display: block;
}

.home-btn-design,
.home-btn-design2,
.home-btn-design3,
.home-btn-design4 {
    border-top: 3px solid #ff0000;
}

.home-btn-design2 {
    border-top-color: #ff0000;
}

.home-btn-design3 {
    border-top-color: 3px solid #ff0000;
}

.home-btn-design4 {
    border-top-color: #ff0000;
}

.same-des:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
    .welcome-text-kia-div h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .same-des a {
        font-size: 16px;
    }

    .same-des a p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .menu_side_area a.btn-line {
        padding: 4px 10px;
        font-size: 14px;
    }

    .main-slider {
        margin-top: 56px;
    }

    .mt80 {
        margin-top: 57px;
    }

    .form-container {
        padding: 2em 1em !important;
    }
}


.border-10 {
    border-radius: 10px;
}

.form-area {
    margin: 0em 0 0em 0;
}

.form-container {
    padding: 2.5em 2.5em;
    background: #1c1e1a;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.form-container p.sub {
    margin-bottom: 25px;
    font-size: 13px;
    color: #fff;
    font-style: italic;
}

.form-container p.sub span {
    font-size: 16px;
    color: #118816;
}

.form-container .form-item {
    margin-bottom: 1.5em;
}

.form-container .form-item label {
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}

.form-container .form-item input,
.form-container .form-item select,
.form-container .form-item textarea {
    background-color: white;
    border: 1px solid #7c7c7c;
    border-radius: 0;
    padding: 13px 10px;
    font-weight: 400;
    color: #000;
}

.errormsg.mt-4 {
    color: red;
}


.rts-breadcrumb-area {
    position: relative;
    z-index: 1;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
}

.rts-breadcrumb-area.service {
    background: url(../images/bg/all-pg-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .rts-breadcrumb-area.service {
        background: url(../images/bg/all-pg-bg-mob.png);
        height: 430px;
    }
}
@media (max-width: 480px) {
    .rts-breadcrumb-area.service {
        background: url(../images/bg/all-pg-bg-mob.png);
        height: 340px;
    }
}

.rts-breadcrumb-area.service:before {
    content: "";
    background-color: #1c1e1a8a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.rts-breadcrumb-area .container {
    z-index: 9999;
    position: relative;
}

.breadcrumb-area-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-area-wrapper .nav-bread-crumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 55px;
}

.bg-smoke {
    background-color: #f3f1f2 !important;
}

.rts-section-gap {
    padding: 80px 0;
}

.text-center {
    text-align: center !important;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.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;
    border-radius: 9999px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    background-color: #fff;
}

form#contactus {
    position: relative;
}

.form-group textarea {
    min-height: 160px;
}

.form-group>i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #4b4b4b;
}

.rts-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    width: max-content;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    transform: translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
    backface-visibility: hidden;
}

a.tth-btn {
    margin-bottom: 8px !important;
    position: initial;
    display: flow;
    border: 1px solid #dc3545;
}

.filter-select {
    appearance: auto;
    width: 100%;
    padding: 15px 32px 15px 15px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #ddd;
    border-radius: 12px;
    background-color: #fff;
    color: #333;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background-position: right 12px center;
    background-size: 20px;
}

.outlet-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.model-tabs {
    text-align: center;
    margin: 30px 0;
}

.model-tab {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
    padding: 8px 22px;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 6px;
    cursor: pointer;
    transition: all .2s ease;
}

.model-tab.active {
    background: #fff;
    color: #000;
}

.model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}

.model-card {
    background: #f0f0f0;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
}

.model-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.model-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

.price-badge {
    background: #9d949424;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
}

.model-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.model-buttons a {
    padding: 2px 18px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s;
}

.btn-red {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn-red:hover {
    color: #000;
    background-color: #fff;
}

.btn-outline {
    border: 1px solid #000;
    color: #000;
    background: #fff;
}

.btn-outline:hover {
    background: #000;
    color: #fff;
}

#contactform .form-item {
    margin-bottom: 20px;
}

#contactform .form-control {
    min-height: 48px;
}

#contactform select#branch {
    min-height: 48px !important;
}

#contactform textarea#message {
    min-height: 184px;
}

@media (min-width: 992px) {
    .custom-mt {
        margin-top: -150px;
    }
}

@media (max-width: 991px) {
    .custom-mt {
        margin-top: 0;
    }
}

.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;
}

.text-primary {
    color: #000 !important;
}

.bg-primary {
    background-color: #000 !important;
}

/* Hero Section */

.product-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.product-breadcrumb .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s;
}

.product-breadcrumb .breadcrumb-item a:hover {
    color: #dc3545;
}

.product-breadcrumb .breadcrumb-item.active {
    color: #212529;
}

.product-title {
    font-size: 3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 0;
}

.product-cta-buttons .btn {
    min-width: 180px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

/* Overview Section */
.product-overview-section {
    background: #fff;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #495057;
}

.overview-image-wrapper img {
    transition: transform 0.3s;
}

.overview-image-wrapper:hover img {
    transform: scale(1.02);
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    color: #495057;
}

.feature-icon {
    color: #28a745;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Colors Section */


.color-image-container {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}



.color-selector {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



/* Gallery Section */
.product-gallery-section {
    background: #fff;
}

.gallery-carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.gallery-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.gallery-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 12px;
    box-sizing: border-box;
}

.gallery-item-wrapper {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    height: 100%;
    background-color: white;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(220, 53, 69, 0.95);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.gallery-nav:hover {
    background-color: rgba(220, 53, 69, 1);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gallery-prev {
    left: 10px;
}

.gallery-next {
    right: 10px;
}

.gallery-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    padding: 0;
}

.gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot:hover {
    background-color: #bbb;
    transform: scale(1.2);
}

.gallery-dot.active {
    background-color: #dc3545;
    width: 30px;
    border-radius: 6px;
}

.cta-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7;
}

.cta-buttons .btn {
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s;
}

.cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Modal */

#thankyoumodal .modal-title {
    color: #000 !important;
}

#thankyoumodal p.otpnumber {
    color: #000 !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .product-title {
        font-size: 2.5rem;
    }

    .section-heading {
        font-size: 2rem;
    }

    .gallery-slide {
        flex: 0 0 calc(100% / 2);
    }

    .gallery-carousel-container {
        padding: 25px 50px;
    }

    .color-image-container img {
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .product-hero-section {
        padding: 40px 0 30px;
    }

    .product-title {
        font-size: 2rem;
    }

    .product-subtitle {
        font-size: 1rem;
    }

    .section-heading {
        font-size: 1.75rem;
    }

    .gallery-slide {
        flex: 0 0 100%;
    }

    .gallery-carousel-container {
        padding: 20px 30px;
        border-radius: 12px;
    }


    .gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .gallery-prev {
        left: 5px;
    }

    .gallery-next {
        right: 5px;
    }

    .color-image-container img {
        max-height: 280px;
    }

    .color-selector {
        width: 45px;
        height: 45px;
    }

    .cta-card {
        padding: 30px 20px;
    }

    .cta-title {
        font-size: 1.5rem;
    }
}


.dark-bg {
    background-color: #000 !important;
}

.model-card h5 {
    color: #000;
}

.outlet-card h3 {
    color: #000 !important;
}

.outlet-card {
    overflow: hidden;
    word-wrap: break-word;
}

/* Page & Section Light Theme Background Overrides */
.page-content, 
.sub-page-main-container,
section, 
section.space, 
.no-bottom.no-top {
    background-color: #ffffff !important;
    color: #111111 !important;
}

/* Light Grey Sections */
.bg-grey, 
section.bg-grey, 
section.pt10.pb10.bg-grey,
.testimonials-section,
.faq-section {
    background-color: #f0f5fa !important;
    color: #111111 !important;
}

/* Sub Header Title Block */
.sub-header-container {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee;
    color: #111111 !important;
}

/* Typography Color Overrides for Light Theme */
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
section h1, section h2, section h3, section h4, section h5, section h6,
.no-bottom h1, .no-bottom h2, .no-bottom h3, .no-bottom h4, .no-bottom h5, .no-bottom h6,
p, li, span.d-item-txt {
    color: #111111;
}

/* Subtitle Badges */
.subtitle {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 5px 12px;
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Header - Solid Black Navigation Bar */
header, header.transparent {
    background-color: #000000 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff0000;
    padding: 10px 0 !important;
}

#wrapper {
    padding-top: 80px;
}
.main-slider {
    margin-top: 0 !important;
}

header #mainmenu li a {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 8px 12px !important;
    transition: all 0.3s ease;
}

header #mainmenu li a:hover {
    color: #ff0000 !important;
}

/* Dynamic Active Navigation Link Underlining */
body.index-page header #mainmenu li a[href="/"],
body.about-page header #mainmenu li a[href="about"],
body.models-page header #mainmenu li a[href="models"],
body.locations-page header #mainmenu li a[href="locations"],
body.service-page header #mainmenu li a[href="service"],
body.used-two-wheelers-page header #mainmenu li a[href="used-two-wheelers"],
body.contact-page header #mainmenu li a[href="contact"],
body.test-ride-page header #mainmenu li a[href="test-ride"] {
    color: #ff0000 !important;
    border-bottom: 3px solid #ff0000 !important;
    padding-bottom: 4px !important;
}

header span {
    color: #ffffff !important;
}

/* Footer solid black */
footer, footer.section-dark, .subfooter {
    background-color: #000000 !important;
    color: #ffffff !important;
}
footer *, footer a, footer p, footer span, footer h5, .subfooter p, .subfooter a {
    color: #cccccc !important;
}
footer h5, footer h4, footer strong {
    color: #ffffff !important;
}
footer a:hover {
    color: #ff0000 !important;
}

/* Quick Links Button Cards style */
.same-des {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    border-top: 3px solid #ff0000 !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.same-des a {
    color: #111111 !important;
}
.same-des a p {
    color: #555555 !important;
}
.same-des i {
    color: #ff0000 !important;
}
.same-des:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    border-top-color: #000000 !important;
}

/* Model inventory cards style */
.model-card, .de-item {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
}
.model-card:hover, .de-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}
.model-card h5, .model-card h4, .model-card h3, .de-item h5, .de-item h4 {
    color: #111111 !important;
    font-weight: 700 !important;
}

/* Form inputs styling */
.form-container {
    background-color: #ffffff !important;
    border: 1px solid #eeeeee !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    border-radius: 12px;
    padding: 30px !important;
}
.form-container *, .form-container label {
    color: #111111 !important;
}
.form-container input, .form-container select, .form-container textarea {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    color: #111111 !important;
}
.form-container input:focus, .form-container select:focus {
    border-color: #ff0000 !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.2) !important;
}

/* All main call-to-action buttons (Red pills) */
.th-btn, .btn-new-sm, .submit-btn, .btn-line, .btn-main {
    background-color: #ff0000 !important;
    background: #ff0000 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    border: none !important;
    padding: 10px 28px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    display: inline-block;
}
.th-btn:hover, .btn-new-sm:hover, .submit-btn:hover, .btn-line:hover, .btn-main:hover {
    background-color: #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

/* Hero glassmorphic form style constraints */
.headerform {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}
.headerform h2 {
    color: #111111 !important;
}
.headerform p, .headerform label, .headerform span, .headerform .sub {
    color: #333333 !important;
}
.headerform label {
    color: #111111 !important;
}
.headerform input, .headerform select {
    background: #ffffff !important;
    border: 1px solid #cccccc !important;
    color: #111111 !important;
}
.headerform select option {
    background-color: #ffffff !important;
    color: #111111 !important;
}
.headerform input::placeholder {
    color: #888888 !important;
}
.headerform button {
    background-color: #db1417 !important;
    color: #ffffff !important;
}
.headerform input:focus, .headerform select:focus {
    background-color: #ffffff !important;
    border-color: #db1417 !important;
    box-shadow: 0 0 5px rgba(219, 20, 23, 0.4) !important;
}

/* Marquees style */
.de-marquee-list, .de-marquee-list span {
    color: #ff0000 !important;
}

/* New Homepage Layout Style Modifications */

/* 1. Discover Triumph */
.discover-triumph-sec {
    padding: 80px 0;
    background-color: #ffffff;
}
.discover-triumph-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.discover-triumph-sec h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ff0000;
    margin: 15px auto 0;
}
.discover-triumph-sec p.sub-heading {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 40px;
}
.discover-triumph-carousel .slick-slide {
    padding: 0 12px;
}
/* Slick Carousel Navigation Arrows Styles */
.discover-triumph-carousel {
    position: relative;
    margin-bottom: 10px !important;
}
.discover-triumph-carousel .slick-prev,
.discover-triumph-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    color: #ff0000 !important;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.discover-triumph-carousel .slick-prev {
    left: -45px;
}
.discover-triumph-carousel .slick-next {
    right: -45px;
}
.discover-triumph-carousel .slick-prev:hover,
.discover-triumph-carousel .slick-next:hover {
    color: #cc0000 !important;
    transform: translateY(-50%) scale(1.2);
}
.discover-card-custom {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    margin: 15px 0;
    height: 480px;
}
@media (max-width: 767px) {
    .discover-card-custom {
        height: auto !important;
    }
}
.discover-card-custom:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #ff0000;
}
.discover-card-img-wrap {
    background: #fdfdfd;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}
.discover-card-img-wrap img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    transition: transform 0.5s ease;
}
.discover-card-custom:hover .discover-card-img-wrap img {
    transform: scale(1.05);
}
.discover-card-body {
    padding: 25px;
}
.discover-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
}
.spec-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.spec-col {
    flex: 1;
    text-align: center;
}
.spec-col:not(:last-child) {
    border-right: none;
}
.spec-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 4px;
    font-weight: 600;
}
.spec-value {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

/* 2. Search / Price Filter Section */
.search-filter-sec {
    padding: 60px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.search-filter-sec h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
}
.filter-section {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-top: 30px;
}
.filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.filter-group {
    flex: 1;
    min-width: 250px;
}
.filter-group label {
    font-weight: 700;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 8px;
}
.filter-group select {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    height: 48px !important;
    color: #111 !important;
    padding: 0 15px !important;
}
.price-filter {
    flex: 1;
    width: 100%;
}
.price-filter h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 10px;
}
.slider-track {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #ddd;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}
.slider-wrapper input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    top: 50%;
    transform: translateY(-50%);
}
.slider-wrapper input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff0000;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.values {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-weight: 700;
    color: #111;
}
.buttons-row {
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}
.btn-search {
    background-color: #ff0000 !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-search:hover {
    background-color: #111 !important;
    transform: translateY(-2px);
}
.btn-reset {
    background-color: #888 !important;
    color: #fff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-reset:hover {
    background-color: #444 !important;
    transform: translateY(-2px);
}

/* 3. Featured Products Grid */
.featured-products-sec {
    padding: 80px 0;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.featured-products-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
}
.product-card-custom {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.product-card-custom:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    border-color: #ff0000;
}
.product-thumb-wrap {
    position: relative;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.product-card-custom:hover .product-thumb-wrap img {
    transform: scale(1.08);
}
.product-body-custom {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-cat-custom {
    display: inline-block;
    border: 1px solid #db1417;
    color: #db1417;
    background: #fff;
    padding: 0px 7px;
    font-size: 9px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: fit-content;
    font-family: Georgia, Garamond, serif;
    letter-spacing: 0.5px;
}
.product-title-custom {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 12px;
    min-height: 42px;
}
.product-bottom-custom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-price-custom {
    font-size: 16px;
    font-weight: 800;
    color: #ff0000;
}
.product-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.product-card-custom:hover .product-action-btn {
    background-color: #ff0000;
    color: #fff;
}

/* 4. Special Offers */
.special-offers-sec {
    padding: 80px 0;
    background-color: #ffffff;
    color: #111111;
}
.special-offers-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.special-offers-sec p.sub-heading {
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
}
.offer-card-custom {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    height: 260px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.offer-card-custom:hover {
    transform: translateY(-5px);
    border-color: #db1417;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}
.offer-img-side {
    width: 45%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.offer-content-side {
    width: 55%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offer-content-side h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111111 !important;
    margin-bottom: 10px;
}
.offer-content-side p {
    font-size: 14px;
    color: #555555 !important;
    margin-bottom: 20px;
    line-height: 1.5;
}
.offer-btn {
    background-color: #db1417;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    width: max-content;
    transition: all 0.3s ease;
    text-decoration: none;
}
.offer-btn:hover {
    background-color: #111111;
    color: #ffffff !important;
}
@media (max-width: 991px) {
    .offer-card-custom {
        height: auto;
        flex-direction: column;
    }
    .offer-img-side {
        width: 100%;
        height: 200px;
    }
    .offer-content-side {
        width: 100%;
        padding: 25px;
    }
}

/* 5. What Our Customers Say */
.testimonials-sec-custom {
    padding: 80px 0;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.testimonials-sec-custom h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
}
.testimonials-sec-custom p.sub-heading {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.testimonial-card-custom {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
.testimonial-card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-color: #ff0000;
}
.rating-stars {
    color: #ffb400;
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonial-quote {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
    font-style: italic;
}
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-username {
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

/* 6. Upcoming Events */
.upcoming-events-sec {
    padding: 80px 0;
    background-color: #ffffff;
    color: #111111;
}
.upcoming-events-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.upcoming-events-sec p.sub-heading {
    font-size: 16px;
    color: #666666;
    margin-bottom: 40px;
}
.image-accordion-custom {
    display: flex;
    width: 100%;
    height: 480px;
    overflow: hidden;
    gap: 15px;
    margin-top: 20px;
}
.accordion-item-custom {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.05);
}
.accordion-item-custom::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.accordion-item-custom:hover, .accordion-item-custom.active {
    flex: 3;
}
.accordion-item-custom.active::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.2) 100%);
}
.accordion-content-custom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #fff;
    z-index: 2;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
.accordion-date {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 12px;
}
.accordion-title-custom {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.accordion-desc-custom {
    font-size: 13px;
    color: #ddd !important;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
}
.accordion-item-custom:hover .accordion-desc-custom, .accordion-item-custom.active .accordion-desc-custom {
    opacity: 1;
    height: auto;
    margin-top: 10px;
}
.accordion-item-custom:hover .accordion-content-custom, .accordion-item-custom.active .accordion-content-custom {
    transform: translateY(0);
}
@media (max-width: 767px) {
    .image-accordion-custom {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    .accordion-item-custom {
        height: 180px;
        flex: auto !important;
    }
    .accordion-desc-custom {
        opacity: 1;
        height: auto;
        display: block;
        margin-top: 8px;
    }
    .accordion-content-custom {
        padding: 20px;
    }
    .accordion-title-custom {
        font-size: 18px;
    }
}

/* 7. Refer And Earn */
.refer-earn-sec {
    padding: 80px 0;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eaeaea;
}
.refer-earn-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 5px;
}
.refer-earn-sec p.sub-heading {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.benefits-list-custom {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefit-item-custom {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.benefit-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffe5e5;
    color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.benefit-text-wrap h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}
.benefit-text-wrap p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}
.refer-details-accordion {
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.refer-summary-custom {
    background-color: #db1417;
    color: #ffffff !important;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
}
.refer-form-content {
    padding: 30px;
    border-top: 1px solid #eaeaea;
    background-color: #ffffff;
}
.refer-form-content label {
    font-weight: 600 !important;
    color: #111111 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    display: block;
}
.refer-form-content input {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    border-radius: 6px !important;
    height: 42px !important;
    color: #111111 !important;
    padding: 0 15px !important;
    margin-bottom: 15px;
    font-size: 14px !important;
}
.refer-form-content input:focus {
    background-color: #ffffff !important;
    border-color: #db1417 !important;
    box-shadow: 0 0 5px rgba(219, 20, 23, 0.4) !important;
    outline: none;
}
.captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.captcha-question {
    font-weight: 700;
    font-size: 14px;
    color: #111;
    background: #eee;
    padding: 8px 15px;
    border-radius: 6px;
}
.captcha-input {
    flex-grow: 1;
    margin-bottom: 0 !important;
}
.btn-refer-submit {
    background-color: #db1417 !important;
    color: #ffffff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease;
}
.btn-refer-submit:hover {
    background-color: #111111 !important;
    color: #ffffff !important;
}
.refer-form-content .error {
    color: red;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-filters-custom {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.filter-tab-btn {
    background: #121312;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #a0a0a0;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-tab-btn:hover, .filter-tab-btn.active {
    background: #db1417;
    color: #fff;
    border-color: #db1417;
    box-shadow: 0 4px 15px rgba(219, 20, 23, 0.4);
}

.read-more-btn-custom {
    background: #db1417;
    border: none;
    color: #fff !important;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Georgia, Garamond, serif;
}
.read-more-btn-custom:hover {
    background: #111;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.product-modal-content {
    background: #121312 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8) !important;
}
.product-modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 20px 24px 10px !important;
}
.product-modal-body {
    padding: 24px !important;
}
.modal-img-wrap {
    background: #1c1e1a;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 250px;
}
.modal-img-wrap img {
    max-height: 220px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.modal-img-wrap:hover img {
    transform: scale(1.05);
}
.modal-cat-badge {
    background: rgba(219, 20, 23, 0.15);
    color: #db1417;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    display: inline-block;
}
.modal-product-title-text {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.modal-product-desc-text {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0 !important;
}

.related-card-custom {
    background: #1c1e1a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related-card-custom:hover {
    border-color: rgba(219, 20, 23, 0.4);
    transform: translateY(-3px);
}
.related-thumb-wrap {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #121312;
    border-radius: 6px;
    padding: 10px;
}
.related-thumb-wrap img {
    max-height: 80px;
    object-fit: contain;
}
.related-title-custom {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 8px 0 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}
.related-btn-custom {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.related-btn-custom:hover {
    background: #db1417;
    color: #fff;
}

/* Shop Ordering & Control Bar Styling */
.shop-control-bar-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.products-count-custom {
    font-size: 14px;
    color: #a0a0a0 !important;
}
.count-num-custom {
    color: #fff;
    font-weight: 700;
}
.orderby-custom-select {
    background-color: #1c1e1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.orderby-custom-select:focus {
    border-color: #db1417;
}
.orderby-custom-select option {
    background-color: #121312;
    color: #fff;
}

/* Shop Control Bar Container styling */
.shop-control-bar-custom {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.products-count-custom {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.products-count-custom span {
    font-weight: 700;
    color: #333;
}

.shop-controls-right-custom {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

/* Shop Select Dropdowns styling */
.shop-select-styled {
    border: 1px solid #d3d3d3;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    width: 240px;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px !important;
    box-sizing: border-box;
}

.shop-select-styled:focus {
    border-color: #db1417;
    box-shadow: 0 0 0 3px rgba(219, 20, 23, 0.1);
}

/* Pagination Styling */
.shop-pagination-custom {
    margin-top: 40px;
}
.page-item-custom a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #1c1e1a;
}
.page-item-custom.active a,
.page-item-custom a:hover {
    background: #db1417;
    border-color: #db1417;
    color: #fff;
}
.page-item-custom.next a,
.page-item-custom.prev a {
    width: auto;
    padding: 0 20px;
}

/* Responsive Rules */
@media (max-width: 768px) {
    .shop-control-bar-custom {
        flex-direction: column;
        align-items: stretch;
    }
    .shop-controls-right-custom {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .shop-select-styled {
        width: 100%;
    }
}

/* Single Product Inquire Button styling */
.btn-inquire-custom {
    background-color: #db1417;
    color: #fff !important;
    border: none;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(219, 20, 23, 0.3);
}
.btn-inquire-custom:hover {
    background-color: #111;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    color: #fff !important;
}

/* Rectangular Inquire & View More Button styling */
.btn-inquire-custom-v2 {
    background-color: #db1417;
    color: #fff !important;
    border: none;
    padding: 12px 25px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    font-family: Georgia, Garamond, serif;
}
.btn-inquire-custom-v2:hover {
    background-color: #111;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Welcome and CTA Section Styles */
.welcome-title-main {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
}
.welcome-desc-main {
    font-size: 15px;
    color: #555;
    margin-bottom: 45px;
}
.welcome-card-custom {
    background: #ffffff;
    border: 1.5px solid #111;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 4px 4px 0px #111;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.welcome-card-custom h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-top: 10px;
    margin-bottom: 5px;
}
.welcome-card-custom span {
    font-size: 12px;
    color: #777;
}
.card-icon-container {
    color: #111;
    font-size: 36px;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}
.welcome-card-link:hover .welcome-card-custom {
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0px #db1417 !important;
    border-color: #db1417 !important;
}
.welcome-card-link:hover .card-icon-container {
    color: #db1417 !important;
}

/* Brand Info Section Styles (White theme) */
.brand-info-dark-sec {
    background-color: #f9f9f9 !important;
    color: #111111 !important;
    padding: 80px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.brand-badge-pill {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #db1417 !important;
    padding: 6px 16px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.brand-title-main {
    font-size: 38px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}
.brand-col-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
}
.brand-list-item {
    margin-bottom: 25px;
}
.brand-list-icon {
    font-size: 24px;
    color: #db1417;
    margin-bottom: 6px;
    display: block;
}
.brand-list-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

/* 8. Welcome Dealer Info Section */
.dealer-welcome-sec {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
}
.dealer-welcome-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.dealer-welcome-sec p.section-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    font-weight: 600;
}
.dealer-description {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    text-align-last: center;
}
.dealer-card-link {
    text-decoration: none !important;
}
.dealer-card {
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dealer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #db1417;
}
.dealer-card-icon {
    font-size: 32px;
    color: #111111;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}
.dealer-card:hover .dealer-card-icon {
    color: #db1417;
}
.dealer-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dealer-card-subtitle {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
}

/* 9. Schedule Your Service Section */
.schedule-service-sec {
    padding: 80px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.schedule-service-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.schedule-service-sec p {
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 35px;
}
.btn-book-now-pill {
    display: inline-block;
    background-color: #111111;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 45px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 2px solid #111111;
}
.btn-book-now-pill:hover {
    background-color: #db1417;
    border-color: #db1417;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(219, 20, 23, 0.3);
}

/* 10. Header Layout and Test Ride Button */
header .de-flex {
    justify-content: space-between !important;
    width: 100% !important;
}

.header-btn-test-ride {
    background-color: #db1417 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    border: 1px solid #db1417 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin-right: 15px !important;
}

.header-btn-test-ride:hover {
    background-color: #ffffff !important;
    color: #db1417 !important;
    border-color: #ffffff !important;
}

@media (max-width: 991px) {
    .header-btn-test-ride {
        display: none !important;
    }
}

/* 11. Testimonials Grid Hover Effects */
.testimonial-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

/* 12. Outlet Cards Hover Effects & Address Wrapping */
.outlet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

.outlet-card-address {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    display: block !important;
    color: #444444 !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

.outlet-card:hover img {
    transform: scale(1.05);
}

}
.brand-list-item {
    margin-bottom: 25px;
}
.brand-list-icon {
    font-size: 24px;
    color: #db1417;
    margin-bottom: 6px;
    display: block;
}
.brand-list-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

/* 8. Welcome Dealer Info Section */
.dealer-welcome-sec {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
}
.dealer-welcome-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 5px;
}
.dealer-welcome-sec p.section-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    font-weight: 600;
}
.dealer-description {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    text-align-last: center;
}
.dealer-card-link {
    text-decoration: none !important;
}
.dealer-card {
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dealer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #db1417;
}
.dealer-card-icon {
    font-size: 32px;
    color: #111111;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}
.dealer-card:hover .dealer-card-icon {
    color: #db1417;
}
.dealer-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dealer-card-subtitle {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
}

/* 9. Schedule Your Service Section */
.schedule-service-sec {
    padding: 80px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.schedule-service-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.schedule-service-sec p {
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 35px;
}
.btn-book-now-pill {
    display: inline-block;
    background-color: #111111;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 45px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: 2px solid #111111;
}
.btn-book-now-pill:hover {
    background-color: #db1417;
    border-color: #db1417;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(219, 20, 23, 0.3);
}

/* 10. Header Layout and Test Ride Button */
header .de-flex {
    justify-content: space-between !important;
    width: 100% !important;
}

.header-btn-test-ride {
    background-color: #db1417 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    border: 1px solid #db1417 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin-right: 15px !important;
}

.header-btn-test-ride:hover {
    background-color: #ffffff !important;
    color: #db1417 !important;
    border-color: #ffffff !important;
}

@media (max-width: 991px) {
    .header-btn-test-ride {
        display: none !important;
    }
}

/* 11. Testimonials Grid Hover Effects */
.testimonial-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

/* 12. Outlet Cards Hover Effects & Address Wrapping */
.outlet-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1) !important;
    border-color: rgba(219, 20, 23, 0.3) !important;
}

.outlet-card-address {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
    display: block !important;
    color: #444444 !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

.outlet-card:hover img {
    transform: scale(1.05);
}

/* 13. Outlet Detail Address & Card Overflow Prevention */
.outlet-detail-overview {
    overflow: hidden;
}

.outlet-detail-overview span,
.outlet-detail-overview div,
.outlet-detail-overview p,
.outlet-detail-overview a {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    word-wrap: break-word !important;
}

/* 14. Location Pages & Outlets Button Click Glitch Fix */
.outlet-action-btn {
    position: relative !important;
    z-index: 20 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

.outlet-action-btn:hover {
    opacity: 0.92 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.outlet-action-btn:active {
    transform: translateY(0) !important;
}

.outlet-detail-overview .btn,
.outlet-services-sec .btn,
.outlet-inquiry-sec .btn,
.join-triumph-sec .btn,
.outlet-detail-overview a,
.outlet-services-sec a,
.outlet-inquiry-sec a,
.join-triumph-sec a,
.outlet-inquiry-sec button {
    position: relative !important;
    z-index: 20 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* 15. Responsive Typography for Tablet and Mobile Views */
@media (max-width: 991px) {
    #subheader h1,
    .subheader-title,
    h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    
    h2,
    .section-title,
    .welcome-text-triumph-div h1 {
        font-size: 24px !important;
        line-height: 1.35 !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    h4 {
        font-size: 16px !important;
    }

    /* Subheader section padding for tablet */
    #subheader {
        padding: 90px 0 50px !important;
    }
    
    /* Section padding reductions */
    .outlet-detail-overview,
    .outlet-services-sec,
    .outlet-map-sec,
    .join-triumph-sec {
        padding: 50px 0 !important;
    }
}

@media (max-width: 575px) {
    #subheader h1,
    .subheader-title,
    h1 {
        font-size: 22px !important;
        line-height: 1.3 !important;
        letter-spacing: 0.5px !important;
    }

    #subheader span {
        font-size: 12px !important;
    }

    #subheader div {
        font-size: 12px !important;
    }

    h2,
    .section-title,
    .join-triumph-sec h2 {
        font-size: 20px !important;
        line-height: 1.35 !important;
    }

    h3 {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    h4 {
        font-size: 15px !important;
    }

    /* Subheader section padding for mobile */
    #subheader {
        padding: 80px 0 40px !important;
    }
    
    .outlet-detail-overview,
    .outlet-services-sec,
    .outlet-map-sec,
    .join-triumph-sec {
        padding: 40px 0 !important;
    }

    /* Outlet contact card padding */
    .outlet-detail-overview div[style*="padding: 35px 30px"] {
        padding: 20px 15px !important;
    }
}


