.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: #000;
}

.slick-dots button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #000;
    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.8%;
    right: 6%;
}

.headerform {
    background: #1c1e1a;
    padding: 22px;
    border-radius: 10px;
}

.headerform h2 {
    font-size: 1.3em;
    margin-bottom: 8px;
    font-weight: 800;
    color: #fff;
}

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: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.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 #cfcfcf;
    background-color: white;
    height: 37px;
    color: #21252994;
}

.th-btn.btn-new-sm {
    padding: 7px 14px;
    font-size: 14px;
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #fff;
    transition: 0.7s ease;
}

.th-btn.btn-new-sm:hover {
    background-color: #000;
    color: #fff;
    transition: 0.7s ease;
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #000;
        margin: 0px;
        border-radius: 0;
        border: 1px solid #cccccc;
    }
}


/* 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-honda-div h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.welcome-text-honda-div h1 span {
    font-size: 34px;
}

.welcome-text-honda-div h1 span {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .welcome-text-honda-div h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .welcome-text-honda-div h1 span {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .welcome-text-honda-div h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .welcome-text-honda-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;
}