/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



/* Firefox */

input[type=number] {

    -moz-appearance: textfield;

}



/*** Spinner Start ***/

/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}



/*** Spinner End ***/



.back-to-top {

    position: fixed;

    right: 30px;

    bottom: 146px;

    transition: 0.5s;

    z-index: 99;

}



/*** Button Start ***/

.btn {

    font-weight: 600;

    transition: .5s;

    margin-bottom: 0px;

    border-radius: 0px;



}



.btn-square {

    width: 32px;

    height: 32px;

}



.btn-sm-square {

    width: 34px;

    height: 34px;

}



.btn-md-square {

    width: 44px;

    height: 44px;

}



.btn-lg-square {

    width: 56px;

    height: 56px;

}



.btn-xl-square {

    width: 66px;

    height: 66px;

}



.btn-square,

.btn-sm-square,

.btn-md-square,

.btn-lg-square,

.btn-xl-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

}



.btn.btn-primary {

    color: var(--bs-white);

}



.btn.btn-primary:hover {

    background: #122e6d;

    border: 1px solid #122e6d;

}



.btn.btn-secondary {

    color: var(--bs-white);

}



.btn.btn-secondary:hover {

    background: #2858c5;

}



.btn.btn-light {

    color: var(--bs-primary);

}



.btn.btn-light:hover {

    color: var(--bs-white);

    background: var(--bs-primary);

    border: 1px solid var(--bs-primary);

}



/*** Icon Animation Start ***/

@keyframes icon-animat {

    0% {

        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;

    }



    25% {

        border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;

    }



    50% {

        border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;

    }



    75% {

        border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;

    }



    100% {

        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;

    }

}



/*** Icon Animation End ***/





/*** Navbar Start ***/

.nav-bar {

    background: var(--bs-white);

    background-color: #ffffff;



}



.text-justify {

    text-align: justify;

}



.sticky-top {

    transition: 1s;

}



.navbar-light .navbar-nav .nav-link {

    position: relative;

    margin-right: 25px;

    padding: 35px 0;

    letter-spacing: 1px;

    color: var(--bs-dark);

    font-size: 17px;

    font-weight: 500;

    outline: none;

    transition: .5s;

}



.sticky-top .navbar-light .navbar-nav .nav-link {

    padding: 4px 0;

    color: var(--bs-dark);

}



.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-link.active {

    color: #000000;

}



.navbar-light .navbar-brand img {

    max-height: 60px;

    transition: .5s;

}



.sticky-top .navbar-light .navbar-brand img {

    max-height: 75px;

}



.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 600;

    vertical-align: middle;

    margin-left: 8px;

    transform: rotate(0deg);

}



.dropdown .dropdown-menu a:hover {

    background: #003368;

    color: var(--bs-white);

}



.navbar .nav-item:hover .dropdown-menu {

    transform: rotateX(0deg);

    visibility: visible;

    margin-top: 0px !important;

    background: var(--bs-light);

    transition: .5s;

    opacity: 1;

}







@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        visibility: hidden;

        top: 100%;

        transform: rotateX(-75deg);

        transform-origin: 0% 0%;

        border: 0;

        border-radius: 4px;

        margin-top: 8px !important;

        transition: .5s;

        opacity: 0;

        left: 0px;

        display: none;

    }



    .sub-menu::after {

        display: none !important;

    }

}



@media (max-width: 991px) {

    .navbar.navbar-expand-lg .navbar-toggler {

        padding: 8px 15px;

        border: 1px solid #002c5f;

        color: #002c5f;

    }



    .sticky-top .navbar-light .navbar-nav .nav-link {

        padding: 12px 0;

    }

}



/*** Navbar End ***/



/*** Carousel Header Start ***/

.carousel .carousel-item img {

    object-fit: cover;

}



.carousel-indicators {

    position: absolute;

    bottom: 40px;

    /* या चाहें तो adjust करें */

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    justify-content: center;

    padding-left: 0;

    margin: 0;

    list-style: none;

    height: 10px;

}



.carousel-indicators li {

    background-color: gray;

    width: 10px;

    margin-right: 20px;

}



.carousel-indicators .active {

    background-color: red;

    width: 10px;

}



.carousel .carousel-item,

.carousel .carousel-item img {

    /* height: 700px; */

}



.carousel-item .carousel-caption {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    bottom: 0;

    background: rgba(0, 0, 0, .6);

    display: flex;

    align-items: center;

}



.carousel .carousel-indicators {

    /* left: 75%;

    top: 50%;

    margin-right: 25%;

    transform: translateY(-50%);

    flex-direction: column; */

}



.carousel-indicators [data-bs-target] {

    display: flex;

    width: 15px;

    height: 15px;

    /* border: 6px solid var(--bs-white); */

    border-radius: 15px;

    padding: 0;

    margin-top: 10px;

    margin-bottom: 10px;

    background-color: var(--bs-secondary);

    opacity: 1;

    transition: 0.5s;

}



.carousel-indicators [data-bs-target].active {

    background-color: var(--bs-primary);

}



@media (max-width: 992px) {

    .carousel-indicators [data-bs-target] {

        display: none;

    }

}



/*** Carousel Header End ***/



/*** Single Page Hero Header Start ***/

.bg-breadcrumb {

    position: relative;

    overflow: hidden;

    background: url(../image/breadcrump.webp);

    background-position: center bottom;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px 0;

    transition: 0.5s;

    width: 100%;

}



.bg-breadcrumb .breadcrumb {

    position: relative;

}



.bg-breadcrumb .breadcrumb .breadcrumb-item a {

    color: #000;

}



/*** Single Page Hero Header End ***/



/*** Features Start ***/

.feature {

    background: var(--bs-light);

}



.feature .feature-item {

    display: flex;

    border-radius: 10px;

}



.feature .feature-item .feature-icon span {

    width: 90px;

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: white;

    background: var(--bs-primary);

    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;

    ;

    animation-name: icon-animat;

    animation-duration: 5s;

    animation-delay: 1s;

    animation-direction: alternate;

    animation-iteration-count: infinite;

    transition: 0.5s;

}



/*** Features End ***/



/*** About Start ***/

.about .about-item .about-item-inner {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-radius: 10px;

    background: var(--bs-light);

    transition: 0.5s;

}



.about .about-item .about-item-inner .about-icon {

    width: 90px;

    height: 90px;

    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--bs-secondary);

    background: var(--bs-primary);

    animation-name: icon-animat;

    animation-duration: 5s;

    animation-delay: 1s;

    animation-direction: alternate;

    animation-iteration-count: infinite;

    transition: 0.5s;

}





.about .about-img {

    position: relative;

    overflow: hidden;

    width: 100%;

    height: 100%;



}



.about .about-img .img-1 {

    height: 85%;

    margin-right: 50px;

    margin-top: 25px;

}



.about .about-img .img-2 {

    position: absolute;

    width: 100%;

    bottom: 0;

    right: 0;

    padding-left: 50px;

    border-radius: 10px;

}



.about .about-img::after {

    content: "";

    position: absolute;

    width: 10px;

    height: 98%;

    top: 0;

    right: 0;

    border-radius: 10px;

    background: var(--bs-primary);

    z-index: -1;

}



.about .about-item .text-item {

    position: relative;

    padding-left: 25px;

}



.about .about-item .text-item::after {

    content: "";

    position: absolute;

    width: 5px;

    height: 100%;

    top: 0;

    left: 0;

    border-radius: 10px;

    background: var(--bs-secondary);

}



/*** About End ***/





/*** Fact Counter Start ***/

.counter {

    /* background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/fact-bg.jpg); */

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}



.counter .counter-item .counter-item-icon {

    width: 90px;

    height: 90px;

    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: white;

    background: var(--bs-primary);

    animation-name: icon-animat;

    animation-duration: 5s;

    animation-delay: 1s;

    animation-direction: alternate;

    animation-iteration-count: infinite;

    transition: 0.5s;

}



/*** Fact Counter End ***/



/*** Services Start ***/



.service {

    background: #fff;

}



.service-item {

    background: #ffffff;

    border-radius: 12px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;

    height: 100%;

    border-top: 4px solid #d32f2f;

}



.service-item:hover {

    transform: translateY(-8px);

    background: #fff5f5;

    /* हल्का रेड hover */

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

}



.service-icon {

    color: #d32f2f;

    background: #fff0f0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    box-shadow: 0 4px 8px rgba(211, 47, 47, 0.3);

}



.service-icon i {

    color: #d32f2f;

}





.service-item p {

    font-size: 14px;

    color: #555;

    line-height: 1.6;

}



/*** Service End ***/



/*** Cars Categories Start ***/

.categories .categories-item {

    position: relative;

    border: 1px solid var(--bs-secondary);

    border-radius: 10px;

    transition: 0.5s;

    width: 320px;

    margin-bottom: 15px;



}



.categories .categories-item:hover {

    border: 1px solid var(--bs-primary);

}



.categories .categories-item .categories-item-inner {

    position: relative;

    overflow: hidden;

    border-radius: 10px;

    transition: 0.5s;

}



.categories .categories-item .categories-item-inner:hover {

    box-shadow: 0 0 50px rgba(234, 0, 30, .3);

}



.categories .categories-item-inner .categories-img {

    background: var(--bs-light);

}



.categories .categories-item-inner .categories-content {

    border-top: 4px solid var(--bs-white);

    text-align: center;

    background: var(--bs-light);

    height: 109px;

}



.categories .categories-item-inner .categories-review {

    display: flex;

    align-items: center;

    justify-content: center;

}



.categories-carousel .owl-stage-outer {

    margin-top: 65px;

    margin-right: -1px;

}



.categories-carousel .owl-nav .owl-prev,

.categories-carousel .owl-nav .owl-next {

    position: absolute;

    top: 235px;

    padding: 10px 35px;

    color: var(--bs-white);

    background: var(--bs-primary);

    border-radius: 50px;

    transition: 0.5s;

}



.categories-carousel .owl-nav .owl-prev {

    left: 0 !important;

}



.categories-carousel .owl-nav .owl-next {

    right: 0;

}



.categories-carousel .owl-nav .owl-prev:hover,

.categories-carousel .owl-nav .owl-next:hover {

    background: var(--bs-secondary);

    color: var(--bs-white);

}



/*** Cars Categories End ***/





/*** Process Start ***/

.steps {

    /* background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg); */

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 80px 0;

}







.steps .steps-item {

    position: relative;

    background: white;

    border-radius: 10px;

}



.steps .steps-item h4,

.steps .steps-item p {

    color: black;

}



.steps .steps-item .setps-number {

    position: absolute;

    width: 64px;

    height: 64px;

    bottom: 0;

    right: 40px;

    font-weight: 900;

    border: 1px solid var(--bs-white);

    border-radius: 64px;

    transform: translateY(50%);

    color: var(--bs-white);

    background: #EA001e;

    display: flex;

    align-items: center;

    justify-content: center;

}



/*** Process End ***/





/*** Blog Start ***/

.blog .blog-item {

    border-radius: 10px;

    transition: 0.5s;

}



.blog .blog-item:hover {

    box-shadow: 0 0 45px rgba(0, 0, 0, .2);

}



.blog .blog-item .blog-img {

    position: relative;

    overflow: hidden;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}



.blog .blog-item .blog-img::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 0;

    bottom: 0;

    left: 0;

    background: rgba(255, 255, 255, 0.3);

    transition: 0.5s;

}



.blog .blog-item:hover .blog-img::after {

    height: 100%;

}



.blog .blog-item .blog-img img {

    transition: 0.5s;

}



.blog .blog-item:hover .blog-img img {

    transform: scale(1.2);

}



.blog .blog-item .blog-content {

    position: relative;

    background: var(--bs-light);

}



.blog .blog-item .blog-content .blog-date {

    position: absolute;

    top: 0;

    left: 25px;

    transform: translateY(-50%);

    padding: 12px 25px;

    border-radius: 10px;

    color: var(--bs-white);

    background: var(--bs-primary);

}



.blog .blog-item .blog-content .blog-comment {

    display: flex;

    justify-content: space-between;

}



/*** Blog End ***/





/*** Banner Start ***/

.banner .banner-item {

    position: relative;

    width: 100%;

    height: 100%;

    border-radius: 10px;

    transition: 0.5s;

    z-index: 1;

}



.banner .banner-item::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    border-radius: 10px;

    background: rgba(0, 0, 0, .6);

    z-index: 2;

}



.banner .banner-item .banner-content {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    right: 0;

    margin-left: 0;

    margin-bottom: 0;

    padding: 25px;

    border-radius: 10px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: end;

    z-index: 5;

}



@media (min-width: 992px) {

    .banner .banner-item .banner-content h2 {

        font-size: 45px;

        margin-bottom: 20px;

    }



    .banner .banner-item .banner-content h1 {

        font-size: 72px;

        margin-bottom: 20px;

    }



    .banner .banner-item .banner-content p {

        font-size: 40px;

        margin-bottom: 20px;

    }

}



/*** Banner End ***/



/*** Team Start ***/

.team .team-item {

    position: relative;

    text-align: center;

    border-radius: 10px;

    margin-top: 100px;

    background: var(--bs-light);

    transition: 0.5s;

    z-index: 1;

    height: 180px;

}



.team .team-item::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 0;

    bottom: 0;

    left: 0;

    border-radius: 10px;

    background: var(--bs-secondary);

    z-index: 2;

    transition: 0.5s;

}



.team .team-item:hover::after {

    height: 100%;

}



.team .team-item .team-content {

    position: relative;

    z-index: 5;

}



.team .team-item .team-content h6,

.team .team-item .team-content p {

    transition: 0.5s;

}



.team .team-item:hover .team-content h6 {

    color: var(--bs-white);

}



.team .team-item:hover .team-content p {

    color: var(--bs-white);

}



.team .team-item .team-img {

    position: relative;

    overflow: hidden;

    top: -100px;

    margin-bottom: -100px;

    border-radius: 10px;

    z-index: 3;

}



.team .team-item .team-img img {

    transition: 0.5s;

}



.team .team-item:hover .team-img img {

    transform: scale(1.1);

}



.team .team-item .team-img::after {

    content: "";

    position: absolute;

    width: 100%;

    height: 0;

    top: 0;

    left: 0;

    border-radius: 10px;

    background: rgba(255, 255, 255, .3);

    z-index: 4;

    transition: 0.5s;

}



.team .team-item:hover .team-img::after {

    height: 100%;

}



/*** Team End ***/



/*** Testimonial Start ***/

.testimonial-carousel .owl-stage-outer {

    margin-right: -1px;

}



.testimonial .testimonial-item {

    position: relative;

    margin-top: 35px;

    border: 1px solid var(--bs-secondary);

    border-radius: 10px;

}



.testimonial .testimonial-item .testimonial-quote {

    position: absolute;

    width: 70px;

    height: 70px;

    top: 0;

    right: 25px;

    transform: translateY(-50%);

    border-radius: 70px;

    color: var(--bs-white);

    background: var(--bs-secondary);

    display: flex;

    align-items: center;

    justify-content: center;

}



.testimonial .testimonial-item .testimonial-inner {

    display: flex;

    align-items: center;

    background: var(--bs-light);

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

}



.testimonial .testimonial-item .testimonial-inner img {

    width: 100px;

    height: 100px;

    border-radius: 100px;

    border: 4px solid var(--bs-white);

}



.testimonial-carousel .owl-dots {

    display: flex;

    justify-content: center;

}



.testimonial-carousel .owl-dots .owl-dot {

    width: 30px;

    height: 30px;

    border-radius: 30px;

    margin: 20px 10px 0 10px;

    background: var(--bs-primary);

    transition: 0.5s;

}



.testimonial-carousel .owl-dots .owl-dot.active {

    width: 30px;

    height: 30px;

    border-radius: 30px;

    background: var(--bs-secondary);

    transition: 0.5s;

}



.testimonial-carousel .owl-dots .owl-dot span {

    position: relative;

    margin-top: 50%;

    margin-left: 50%;

    transform: translate(-50%, -50%);

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

}



.testimonial-carousel .owl-dots .owl-dot.active span::after {

    background: var(--bs-primary);

}



.testimonial-carousel .owl-dots .owl-dot span::after {

    content: "";

    width: 15px;

    height: 15px;

    border-radius: 15px;

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: var(--bs-white);

    transition: 0.5s;

}



/*** Testimonial End ***/



/*** Contact Start ***/

.contact .contact-add-item {

    flex: 1 1 300px;

    /* responsive equal width */

    border-radius: 10px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: var(--bs-light);

    padding: 20px;

    min-height: 250px;

    /* thoda height badao for equal look */

}



.contact .contact-add-item .contact-icon {

    width: 90px;

    height: 90px;

    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--bs-secondary);

    background: var(--bs-primary);

    animation: icon-animat 5s infinite alternate;

    transition: 0.5s;

}



/* Mobile fix */

@media (max-width: 768px) {

    .contact .contact-add-item {

        min-height: auto;

        /* remove fixed height */

        padding: 25px 15px;

        /* adjust spacing */

    }



    .footer-item {

        margin-top: 10px;

    }

}





/*** Footer Start ***/

.footer {

    background: var(--bs-dark);

}



.footer .footer-item a {

    line-height: 35px;

    color: var(--bs-body);

    transition: 0.5s;

}



.footer .footer-item p {

    line-height: 35px;

}



.footer .footer-item a:hover {

    letter-spacing: 1px;

    color: #2858c5;

}



.footer .footer-item .footer-btn a,

.footer .footer-item .footer-btn a i {

    transition: 0.5s;

}



.footer .footer-item .footer-btn a:hover {

    background: var(--bs-white);

}



.footer .footer-item .footer-btn a:hover i {

    color: var(--bs-primary) !important;

}



/*** Footer End ***/



/*** copyright Start ***/

.copyright {

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    background: var(--bs-dark);

}



/*** copyright end ***/

/*media*/

@media screen and (max-width: 768px) {

    .sticky-top .navbar-light .navbar-brand img {

        max-height: 50px;

    }



    .footer .footer-item a {

        line-height: 26px;

    }



    .modal-content {

        background-color: #fefefe;

        /* margin: 15% auto; */

        padding: 20px;

        border: 1px solid #888;

        width: 81% !important;

        text-align: center;

        height: 348px;

        margin-top: 198px !important;

        margin-left: 40px !important;

    }



    .car img {

        width: 100%;

        animation: car 1s linear infinite;

    }



    .car-category h6 {

        background-color: black;

        color: white;

        padding: 5px;

        width: 25%;

        position: relative;

        top: 42px;

        left: 262px !important;

        text-transform: uppercase;

        font-size: 10px;

    }



    .car-wt img {

        width: 100%;

        height: auto !important;

    }



    .wheel img {

        width: 72px;

        height: 72px;

        animation: wheel 1s linear infinite;

    }



    .mb-ravi {

        background-color: #f7f7f7;

        height: 270px;

    }



    .nav-bar {

        background: var(--bs-white);

        background-color: white;

    }



    .py-5 {

        padding-top: 0rem !important;

        padding-bottom: 3rem !important;

    }



    @media (max-width: 768px) {

        .py-5 {

            padding-top: 3rem !important;

        }

    }



    .home-car img {

        width: 100%;

        height: auto;

        margin-top: 0;

    }



    @media (max-width: 768px) {



        .home-car img {

            margin-top: 150px;



        }

    }



    .mb-st {

        margin-top: 40px;

        /* negative margin mat do */

    }



    .categories-carousel .owl-nav .owl-prev,

    .categories-carousel .owl-nav .owl-next {

        position: absolute;

        top: 235px;

        padding: 10px 16px;

        color: var(--bs-white);

        background: var(--bs-primary);

        border-radius: 50px;

        transition: 0.5s;

    }



    .why-i img {

        width: 80%;

        height: 200px;

        display: none;

    }



    .service .service-item {

        position: relative;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;

        text-align: center;

        box-shadow: 0 0 45px rgba(0, 0, 0, .1);

        border-radius: 10px;

        background: var(--bs-white);

        transition: 0.5s;

        height: 450px;

    }



    .banner .banner-item .banner-content {

        position: absolute;

        width: 111% !important;

        height: 99%;

        top: 0;

        right: -14px !important;

        margin-left: 0;

        margin-bottom: 0;

        padding: 25px;

        border-radius: 10px;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: end;

        z-index: 5;

    }



    @media (max-width: 768px) {

        .banner .banner-item .banner-content {

            /* display: none; */

        }

    }





    .mobile-none {

        display: none;

    }



    .bg-breadcrumb {

        position: relative;

        overflow: hidden;

        /* background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../image/breadcrump.webp); */

        background-position: center top;

        background-repeat: no-repeat;

        background-size: cover;

        padding: 40px 0 40px 0;

        transition: 0.5s;

        /* height: 230px; */

    }



    .about .about-img .img-1 {

        height: auto;

        margin-right: 65px;

        width: 100%;

    }



    .car-set img {

        width: 74%;

        margin-left: 82px;

        margin-top: -274px;

        z-index: 999;

        display: none;

    }

}



.sky {

    height: 100vh;

    width: 100%;

    background-image: url('https://i.imgur.com/gNXpUHL.jpg');

    background-size: cover;

    background-position: center;

    position: relative;

    overflow: hidden;

}



.highway {

    height: 200px;

    width: 100%;

    display: block;

    background-image: url('https://i.imgur.com/bVXQ8P5.jpg');

    position: absolute;

    left: 0;

    right: 0;

    bottom: 115px;

    z-index: 1;

    background-repeat: repeat-x;

    background-size: cover;

    animation: highway 5s linear infinite;

}



@media (max-width: 768px) {

    .highway {

        display: none;

    }

}





@keyframes highway {

    100% {

        background-position-x: -2000px;

    }

}



.car {

    width: 400px;

    left: 50%;

    bottom: 228px;

    transform: translateX(-50%);

    position: absolute;

    z-index: 2;

}



.car img {

    width: 100%;

    animation: car 1s linear infinite;

}



@media (max-width: 768px) {

    .car img {

        display: none;

    }

}



@keyframes car {

    0% {

        transform: translateY(-4px);

    }



    50% {

        transform: translateY(0px);

    }



    100% {

        transform: translateY(-4px);

    }

}



.wheel {

    left: 50%;

    transform: translateX(-50%);

    position: absolute;

    bottom: 300px;

    z-index: 2;

}



@media (max-width: 768px) {

    .wheel {

        display: none;

    }

}



.wheel img {

    width: 81px;

    height: 82px;

    animation: wheel 1s linear infinite;

    margin-top: 12px;

}



@keyframes wheel {

    100% {

        transform: rotate(360deg);

    }

}



.frontwheel {

    position: absolute;

    left: 80px;

}



.backwheel {

    position: absolute;

    left: -174px;

}



.home-car img {

    width: 100%;

    height: 260px;

    margin-bottom: -30px;

}



@media (max-width: 768px) {

    .home-car img {

        margin-top: -50px;

    }

}



.bottom-part {

    background-color: #f0f0f0;

    min-height: 450px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    overflow: hidden;

    margin-top: -30px;



}



@media (max-width: 768px) {

    .bottom-part {

        display: none;

    }

}





/* Section 1 : Intro */

.section-intro {

    background-color: #ffffff;

    /* White ya koi aur */

}



/* Section 2 : Animation */

.section-animation {

    background-color: #f7f7f7;

    /* Aapka desired color */

}







.f-sz {

    font-size: 28px;

    font-weight: 600;

    color: #000;

    margin-top: 14px;

}



@media (max-width: 768px) {

    .f-sz {

        font-size: 20px;



    }



    .mb-st {

        margin-top: 20px;



    }

}



.service-heading {

    margin-top: 25px;

}



.ul-unset {

    list-style: none;

    margin-top: 30px;

}



.ul-unset li {

    margin-bottom: 10px;

}



.ul-unset i {

    margin-right: 20px;

}



.ul-unset i {

    color: red;

}



.procces-p {

    height: 150px;

    color: black;

}



.procces-h4 {

    height: 55px;

    color: red;

}



.car-set img {

    width: 74%;

    margin-left: 218px;

    margin-top: -274px;

    z-index: 999;

}



.ig-remove {

    background-color: red;

    height: 186px;

    color: white;

    padding-top: 40px;

    font-size: 60px;

}



table {

    width: 80% !important;

    margin: 20px;

    border-collapse: collapse;

    font-family: Arial, sans-serif;

}



th,

td {

    padding: 12px 15px;

    text-align: left;

    border: 1px solid #ebebeb;

}



tr:nth-child(odd) td {

    /* background-color: #b3b3b3; */

    color: #000;

    /* Optional: make text white for better contrast */

}



tr:nth-child(even) td {

    background-color: #fafafa;

    color: #000;

}



tr:nth-child(odd) th {

    background-color: #002c5f;

    color: #fff;

    /* Optional: make text white for better contrast */

}



tr:nth-child(even) th {

    background-color: #fafafa;

}



.f7 {



    padding-top: 40px;

    padding-bottom: 80px;



}



.mrg {

    margin: 20px 0px 20px 0px;

}



.why-i img {

    width: 80%;

    height: 200px;

    margin-top: 35px;

}









/* Style for the gallery section */

.gallery-section {

    text-align: center;

}



.tabs {

    margin-bottom: 20px;

}



.tabs button {

    padding: 10px 20px;

    margin-right: 10px;

    cursor: pointer;

    background-color: #f0f0f0;

    border: none;

    border-radius: 5px;

    transition: background-color 0.3s;

}



.tabs button.active {

    background-color: #ea001e;

    color: white;

}



.gallery {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}



.gallery div {

    display: none;

    /* Initially hidden, handled via JS */

    margin: 10px;

}



.gallery img {

    width: 150px;

    height: 100px;

    object-fit: cover;

    border-radius: 5px;

}



.category h2 {

    margin-top: 20px;

}











.tabbed-section {

    text-align: center;

    padding: 20px;

}



.tabs {

    margin: 20px 0;

}



.tab-btn {

    border: none;

    background-color: #fff;

    padding: 10px 20px;

    margin: 5px;

    cursor: pointer;

    font-size: 16px;

    border-radius: 5px;

    color: #ff4136;

    border: 2px solid #ff4136;

}



.tab-btn:hover {

    background-color: #ff4136;

    color: white;

}



.tab-btn.active {

    background-color: #ff4136;

    color: white;

}



.tab-content {

    /* display: none; */

    padding: 20px;

    background-color: white;

    margin-top: 0px;

    border-radius: 5px;

    /* border: 1px solid #ddd; */

}



.tab-content.active-tab {

    display: block;

}



.car-wt img {

    width: 100%;

    height: 270px;

}



.car-category h6 {

    background-color: black;

    color: white;

    padding: 5px;

    width: 25%;

    position: relative;

    top: 42px;

    left: 284px;

    text-transform: uppercase;

    font-size: 10px;

}





/* The Modal car popop */

.modal {

    display: none;

    /* Hidden by default */

    position: fixed;

    z-index: 1;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    overflow: auto;

    background-color: rgba(0, 0, 0, 0.4);

    /* Black w/ opacity */

}



/* Modal Content */

.modal-content {

    background-color: #fefefe;

    margin: 15% auto;

    padding: 20px;

    border: 1px solid #888;

    width: 36%;

    text-align: center;

    height: 348px;

}



/* The Close Button */

.close {

    color: red;

    float: right;

    font-size: 28px;

    font-weight: bold;

}



.close:hover,

.close:focus {

    color: black;

    text-decoration: none;

    cursor: pointer;

}



/* Style for the buttons */

.button,

.submitBtn {

    background-color: #ea001e;

    color: white;

    width: 34%;

    border: none;

    cursor: pointer;

    position: absolute;

    left: 100px;

    top: 240px;

    font-size: 11px;

    text-transform: uppercase;

    height: 44px;

}





/* Form input styles */

input[type="tel"] {

    width: 100%;

    padding: 12px;

    margin: 8px 0;

    display: inline-block;

    border: 1px solid #ccc;

    border-radius: 4px;

    box-sizing: border-box;

}



label {

    font-size: 16px;

}



.checkmark {

    font-size: 20px;

    color: green;

}



.form-close {

    background-color: #4CAF50;

    color: white;

    padding: 10px 24px;

    border: none;

    cursor: pointer;

    font-size: 11px;

    text-transform: uppercase;

    position: relative;

    margin-top: -16px;

}



/*The modal car popop end*/



.new-sc {

    padding-top: 25px;

    text-align: center;

}



.new-sc2 {

    text-align: center;

    margin-bottom: 10px;

}



.new-sc3 {

    text-align: center;

    margin-top: 30px;

}



.car-vehical {

    max-width: 100%;

    height: 190px;

}



.text-muted {

    color: white !important;

    margin-bottom: 20px;

}



.section-set {

    background-color: white;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    margin-top: 15px;

    padding: 15px;

}



.section-set i {

    margin-right: 7px;

}



.li-design li {

    background-color: #80808029;

    border-left: 5px solid red;

    height: 55px;

    padding-left: 4px;

    padding-top: 8px;

    margin-bottom: 10px;

}



.li-design .active a {

    background-color: #ea001e;

    color: white;

}



.li-design .active {

    background-color: #ea001e;

}



.back-ground {

    background-color: #2095ae4f;

    padding-top: 10px;

}



.li-design {

    list-style: none;

}



.unset {

    list-style: none;

    padding-left: unset;

}



.unset i {

    margin-right: 10px;

}



.affordable img {

    width: 80%;

    height: 230px;

    border-radius: 10px;

    margin-bottom: 40px;

    margin-left: 30px;



}



@media (max-width: 768px) {

    .affordable img {

        margin: 30px auto;

        /* center me aayegi */

        width: 100%;

        height: auto;

        /* yaha bhi auto rakho */

        object-fit: cover;

    }

}



.con-tact {

    background-color: #000c21;

    color: white;

    padding-top: 5px;



}



.con-tact h4 {

    color: white;

}



.key1 img {

    margin-top: 30px;

    width: 100%;

    height: 320px;

}



.contact-us img {

    width: 42%;

    margin-left: 134px;

    margin-top: -16px;

}



.book img {

    width: 100%;

    margin-bottom: 21px;

    height: 250px;

}



.tips li {

    margin-bottom: 15px;

}



.ph-tips img {

    width: 100%;

    height: 310px;

    border-radius: 10px;

}



.pb-5 {

    margin-top: 25px;

}



.heading-process,

.heading-process span {

    font-size: 2.5rem;

    /* apna desired size */

    margin-top: -50px;

}



.custom-padding {

    padding-bottom: 3rem;

    /* same value jo pb-5 deta hai */

}



.heading-process2,

.heading-process2 span {

    font-size: 2.5rem;

    /* apna desired size */

    margin-top: -50px;

}



.custom-padding2 {

    padding-bottom: 4rem;

    /* same value jo pb-5 deta hai */

}



.heading-process3,

.heading-process3 span {

    font-size: 2.5rem;

    /* apna desired size */

}



.mission-vision-section {

    background-color: #f9f9f9;

}



.contact-heading {

    margin-top: -22px;

    margin-bottom: 20px;



}





.breadcrump-font {

    font-size: 28px;

}



@media (max-width: 768px) {

    .breadcrump-font {

        margin-top: -60px;

    }

}



.reviews img {

    width: 90%;

    height: 280px;

    margin-top: 22px;

    border-radius: 10px;

}



@media (max-width: 768px) {

    .reviews img {

        margin-top: 20px;

        width: 100%;

        height: 280px;

    }

}





.trin-trin {

    animation-name: trin;

    animation-duration: 1.8s;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



@keyframes trin {

    from {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    20%,

    32%,

    44%,

    56%,

    68% {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    23%,

    35%,

    47%,

    59%,

    71% {

        transform: rotate3d(0, 0, 1, 12deg);

    }



    26%,

    38%,

    50%,

    62%,

    74% {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    29%,

    41%,

    53%,

    65%,

    77% {

        transform: rotate3d(0, 0, 1, -12deg);

    }



    80% {

        transform: rotate3d(0, 0, 1, 0deg);

    }

}



/*card  css start*/



.text-justify {

    text-align: justify;

}



.height-containt h5 {

    /* height: 40px; */

    color: #2a3855;

    text-align: center;

    margin: 16px 0px;

    font-weight: 600;

}







.height-containt p {

    /* height: 170px; */

}





.center-butten {

    text-align: center;

    margin-top: 30px;

}



.butten-color {

    background-color: #2a3855;

    color: white;

}



.butten-color:hover {

    background-color: white;

    border: 1px solid #2a3855;

    color: #2a3855;

}



.bottom {

    margin-bottom: 20px;

}



.cartun img {

    width: 100%;

    height: 270px;

}



/*card css end*/



.our-ser {

    margin-bottom: 30px;

    padding-top: 20px;



}







.ptb-20 {

    padding-top: 10px;

    padding-bottom: 30px;

}





.faq-area {

    padding: 0px 20px;

    padding-bottom: 50px;

}



.faq-area h4 {

    font-size: 28px;

    margin-bottom: 20px;

    font-weight: bold;

    color: black
}



.brochures-prgs {

    background: #fff;

    border-radius: 8px;

    padding: 15px;

    margin-bottom: 15px;

    border-left: 4px solid #b30000;

    /* red accent left border */

    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

}



.brochures-prgs:hover {

    background: #fff5f5;

    /* हल्का red tint background */

    box-shadow: 0px 4px 12px rgba(179, 0, 0, 0.2);

}



.brochures-prgs>div:first-child {

    font-weight: bold;

    cursor: pointer;

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #b30000;

    /* red text */

}



.brochures-prgs .disp {

    display: none;

    margin-top: 10px;

    line-height: 1.6;

    font-size: 15px;

    color: #333;

    border-top: 1px solid #eee;

    padding-top: 10px;

}



/* जब dropdown खुला हो तो active class */

.brochures-prgs.active {

    background: #fff0f0;

    border-left: 4px solid #ff0000;

}



.brochures-prgs.active>div:first-child {

    color: #ff0000;

}



/* Responsive */

@media (max-width: 768px) {

    .faq-area h4 {

        font-size: 18px;

    }



    .brochures-prgs {

        padding: 12px;

    }



    .brochures-prgs>div:first-child {

        font-size: 15px;

    }



    .brochures-prgs .disp {

        font-size: 14px;

    }

}













.rotate {

    transform: rotate(180deg);

}



.main-head {

    color: rgb(0, 0, 0);

    text-align: center;

    margin-bottom: 20px;

}



.sub-head {

    color: rgb(0, 0, 0);

}



.h-four {

    position: relative;

    top: 8px;

    left: 15px;

    font-size: 20px;

}



.h-four-second {

    position: absolute;

    left: 210px;

    top: 192px;

}



@media (max-width: 768px) {

    .h-four-second {

        position: absolute;

        left: 206px;

        top: 192px;



    }

}



.other-dy {

    display: flex;

    justify-content: space-between;

    align-items: center;

}





.card-key {

    width: 300px;

    border: 1px solid #ddd;

    border-radius: 10px;

    overflow: hidden;

    background-color: #ffffff;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    text-align: center;

}



.image-container {

    height: 160px;

}



@media (max-width: 768px) {

    .image-container {

        height: 300px;

    }

}



/* Image Container Styling */

.image-container img {

    width: 100%;

    height: 150px;

    display: block;

    margin-top: 12px;

}



@media (max-width: 768px) {

    .image-container img {

        height: 300px;

    }

}







/* Content Section Styling */

.content {

    padding: 15px 10px;

}



.car-name {

    font-size: 20px;

    font-weight: bold;

    color: #000;

    margin: 5px 0;

}



@media (max-width: 768px) {

    .car-name {

        font-size: 30px;

    }

}



.car-price {

    font-size: 18px;

    color: red;

    font-weight: bold;

    margin: 10px 0;

}



@media (max-width: 768px) {

    .car-price {

        font-size: 30px;

    }

}



/* Button Styling */

.bookButton {

    background-color: red;

    color: #ffffff;

    border: none;

    font-size: 14px;

    padding: 5px;

    width: 45%;

    height: 30px;

    margin-bottom: 10px;

    margin-left: -15px;

    cursor: pointer;

    border-radius: 5px;

    text-transform: uppercase;

    display: flex;

    align-items: center;

    /* Vertical center */

    justify-content: center;

    /* Horizontal center */

    padding: 10px 25px;

    font-weight: bold;

    transition: background-color 0.3s ease;



}



@media (max-width: 768px) {

    .bookButton {

        background-color: red;

        color: #ffffff;

        border: none;

        font-size: 14px;

        padding: 5px;

        width: 50%;

        height: 30px;

        margin-bottom: 10px;

        margin-left: -30px;

        cursor: pointer;

        border-radius: 5px;

        text-transform: uppercase;

        display: flex;

        align-items: center;

        /* Vertical center */

        justify-content: center;

        /* Horizontal center */

        padding: 10px 25px;

        font-weight: bold;

        transition: background-color 0.3s ease;



    }

}



.bookButton:hover {

    background-color: #021a3c;

    color: white;

    border: none;

}



.book-now2 {

    background-color: #021a3c;

    color: #ffffff;

    font-size: 14px;

    border: none;

    padding: 5px;

    width: 15%;

    margin-top: 25px;

    cursor: pointer;

    border-radius: 5px;

    text-transform: uppercase;

    transition: background-color 0.3s ease;

    border: 1px solid #d1d5db;

    margin-top: 50px;



    &:hover {



        background-color: red;

        color: white;



    }

}



@media (max-width: 768px) {

    .book-now2 {

        width: 30%;



    }

}



.details img {

    width: 100%;

    /* height: 240px; */

}



.pro-details {

    position: relative;

    top: 50px;

    margin-bottom: 50px;

}



.doorstep {

    padding: 20px;

    transition: box-shadow .3s;

    width: 100%;

    height: 350px;

    margin: 40px 0px;

    border-radius: 10px;

    border: 1px solid #ccc;

    background: #fff;



    &:hover {

        box-shadow: 0 0 11px rgba(33, 33, 33, .2);

    }

}



.feat-ures li {

    margin-bottom: 20px;

}



.car-features img {

    width: 100%;

    height: 350px;

    position: relative;

    top: -20px;

}



.dark {

    background-color: black;

    padding-top: 20px;

}



.dark h6 {

    color: white;

}



.dark p {

    color: white;

}







.prz {

    font-weight: 600;

    transition: .5s;

    display: inline-block;

    font-weight: 400;

    line-height: 1.5;

    color: #6e7684;

    text-align: center;

    vertical-align: middle;

    cursor: pointer;

    user-select: none;

    background-color: rgba(0, 0, 0, 0);

    border: 1px solid rgba(0, 0, 0, 0);

    padding: .375rem .75rem;

    font-size: 1rem;

    border-radius: 10px;

}



.btn-tm {

    border-color: #ea001e;

    border: 1px solid #ea001e;

}



.rounded-prz {

    border-radius: 50rem !important;

}



.my-row {

    margin-top: 50px;

}



.move-up {

    margin-top: -100px;

}



.map-container {

    margin-bottom: 80px;

    margin-top: -10px;

    /* footer se gap */

}





.circle-img {

    width: 220px;

    height: 220px;

    border-radius: 50%;

}



.section-title {

    font-weight: 600;

    text-align: center;

    margin-bottom: 20px;

    color: #222;

    font-size: 28px;

}



.text-center {

    /* margin-top: 30px; */

}



@media (max-width: 768px) {

    .text-center {

        margin-top: 0px;

    }

}



.section-margin {

    background-color: none;

}



.book-btn {

    background-color: #e60000;

    /* लाल */

    color: #fff;

    border: none;

    padding: 10px 25px;

    border-radius: 30px;

    font-weight: 600;

    font-size: 16px;

    cursor: pointer;

    transition: all 0.3s ease;

    margin-bottom: 30px;

}



/* Hover effect */

.book-btn:hover {

    background-color: #021a3c;

    transform: scale(1.05);

}



.keyword-links-inline a {

    color: red;

    /* red text */

    text-decoration: none;

    /* underline hata diya */

    margin: 0 5px;

    /* thoda gap */

    font-weight: 500;

}



.keyword-links-inline a:hover {

    color: darkred;

    /* hover par dark red */

}



.g-5 {

    padding-top: 10px;

    padding-bottom: 10px;

}



.new-sc3 {

    padding-top: 50px;

    padding-bottom: 50px;

    text-align: center;

}



.top-section-distains {

    margin-top: -15px;

}



.booking-section {

    background: #f7f7f7;

    /* optional */

    padding-top: 60px;

    padding-bottom: 60px;

}



.booking-section h4 {

    margin-bottom: 30px;

}



.booking-section p {

    line-height: 1.8;

    padding-right: 15px;

    /* text aur image ke beech gap */

}



.booking-section img {

    max-width: 100%;

    height: auto;

}



.con-tact {

    padding-top: 60px;

    padding-bottom: 60px;

}



.con-tact h5 {

    margin-bottom: 25px;

}



.text-justify2 {

    margin-top: 30px;

}



.text-center2 {

    margin-top: 30px;

    color: red;

    text-align: center;

}



.text-justify3 {

    margin-top: 20px;

}



.mb-lg-0 {

    margin-top: 10px;

}



.justify-content-end {

    margin-top: 0px;

}



.text-lg-end {

    margin-top: -7px;

}



.mydropdown {

    margin-top: 5px;

}





.why_choose {

    background-color: #f7f7f7;

    margin: 60px 0;

    /* block ke upar aur niche equal gap */

    padding: 5px 0;

    /* andar bhi thoda spacing */

}



.why_choose1 {

    margin-top: 80px;

    font-size: 35px;

}



.text-justify4 {

    margin-bottom: 40px;

    color: #000;

}



.f8 {

    background-color: #f7f7f7;

    padding: 20px 0;

}



.contact_us {

    padding: 20px 0;

    margin-top: 40px;

    padding-bottom: 35px;

}



.f10 {

    background-color: #f7f7f7;

    padding: 20px 0;

    padding-bottom: 50px;

}



.top_benefit {

    background-color: #f7f7f7;

    padding: 40px 0;

    /* top-bottom padding */

    width: 100%;

    /* full screen cover */

    display: block;

}



.form-control {

    display: block;

    width: 100%;

    padding: 12px 20px;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.5;

    color: #b5bac1;

    background-color: #f8f9fa;

    background-clip: padding-box;

    border: 2px solid #e2e8f0;

    border-radius: 8px;

    transition: all 0.3s ease;

    margin-bottom: 10px;

}



.form-control:focus {

    color: #495057;

    background-color: #fff;

    border-color: #4361ee;

    outline: 0;

    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);

}



.form-control::placeholder {

    color: #a0aec0;

}









/* branchesw */



.branch-contacts {

    /* background: rgba(255, 255, 255, 0.05); */

    border-radius: 10px;

    padding: 25px;

    height: 100%;

}



.branch-item {

    margin-bottom: 18px;

    padding-bottom: 18px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    transition: transform 0.3s ease;

}



.branch-item:hover {

    transform: translateX(5px);

}



.branch-item:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}



.branch-name {

    font-weight: 600;

    color: #ecf0f1;

    margin-bottom: 5px;

    font-size: 1.05rem;

}



.branch-phone {

    color: #bdc3c7;

    display: flex;

    align-items: center;

}



.branch-phone i {

    color: #3498db;

    margin-right: 10px;

    width: 20px;

    font-size: 1.1rem;

}



@media (max-width: 992px) {

    .branch-contacts {

        margin-bottom: 30px;

    }

}



/* branchesw */

.shcall-main {

    background-color: #ebebeb;

}



.shcall h1 {

    text-align: center;

    font-size: 30px;

    font-weight: 700;

    color: #002c5f !important;

}



.shcall h6 {

    text-align: center;

    font-size: 24px;

    font-weight: 600;

    color: #000 !important;

    ;

}



.shcall-mb {

    display: flex;

    justify-content: center;

}



.shcall-mb i {

    color: #002c5f !important;

}



.shcall-mb h5 {

    font-size: 24px;

    font-weight: 600;

    color: #000 !important;

    margin-right: 20px;

}



.shcall-mb h4 {

    font-size: 24px;

    font-weight: 600;

    color: #000 !important;

}



.welcome {

    background-image: url("../image/bg-content2.jpg");

    background-position: center;

}



.welcome-main {

    background-color: #fff;

    padding: 20px;

}



.nav-tabs .nav-link.active,

.nav-tabs .nav-item.show .nav-link {

    border-color: #fff #fff #fff;

    border-bottom: 4px solid #2858c5;

}



.car-tab {

    padding: 50px 0;

}



.car-tab h1 {

    text-align: center;

    font-weight: 600;

    margin-bottom: 20px;

}



.nav-tabs {

    display: flex;

    justify-content: center;

    border-bottom: 1px solid #ffffff;

}



.nav-link {

    color: #000000;

}



/*tab slider start*/

.car-slider {

    overflow: hidden;

    position: relative;

    padding: 0px 0 0px;

}



.car-item {

    text-align: center;

    min-width: 100%;

    transition: transform 0.6s ease-in-out;

}



.car-item img {

    width: 800px;

    height: auto;

}



.car-content {

    margin-top: 20px;

}



.arrow-btn {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    background: #ffffff;

    border: none;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    box-shadow: 0 0 10px #ccc;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

}



.arrow-btn:hover {

    background: #f0f0f0;

}



.arrow-left {

    left: 20px;

}



.arrow-right {

    right: 20px;

}



.cartabcontent p {

    text-align: left;

    margin-bottom: 6px;

}



.cartabcontent h4 {

    text-align: left;

    font-size: 18px;

    font-weight: 600;

}



/*tab slider closed*/

.hbutton {

    background-color: #002c5f;

    padding: 14px 20px;

    text-align: center;

    color: #fff;

}



.hbutton:hover {

    background-color: #767676;

}



.hcardbg {

    background-image: url("../image/special-offers.png");

    width: 100%;

    height: 350px;

    transition: all 0.4s ease-in-out;

    margin-bottom: 20px;

    background-size: cover;

}



.hcardbg:hover {

    transform: scale(1.02);

}



.hcardbg h3 {

    color: #fff;

    display: grid;

    place-items: center;

    height: 100%;

    font-size: 40px;

    font-weight: 600;

}



.hbooksbg {

    background-image: url("../image/book-a-service.jpg");

    width: 100%;

    height: 350px;

    transition: all 0.4s ease-in-out;

    margin-bottom: 20px;

    background-size: cover;

}



.hbooksbg:hover {

    transform: scale(1.02);

}



.hbooksbg h3 {

    color: #fff;

    display: grid;

    place-items: center;

    height: 100%;

    font-size: 40px;

    font-weight: 600;

}



.htestdrivebg {

    background-image: url("../image/test-drive.jpg");

    width: 100%;

    height: 350px;

    transition: all 0.4s ease-in-out;

    margin-bottom: 20px;

    background-size: cover;

}



.htestdrivebg:hover {

    transform: scale(1.02);

}



.htestdrivebg h3 {

    color: #fff;

    display: grid;

    place-items: center;

    height: 100%;

    font-size: 40px;

    font-weight: 600;

}



.hpricebg {

    background-image: url("../image/price.jpg");

    width: 100%;

    height: 350px;

    transition: all 0.4s ease-in-out;

    margin-bottom: 20px;

    background-size: cover;

    background-position: center;

}



.hpricebg:hover {

    transform: scale(1.02);

}



.hpricebg h3 {

    color: #fff;

    display: grid;

    place-items: center;

    height: 100%;

    font-size: 40px;

    font-weight: 600;

}



.accordion-button:not(.collapsed) {

    color: #fff;

    background-color: #002c5f;

}



.accordion-button:focus {

    border-color: #e6f1ff;

    box-shadow: 0 0 0 .1rem rgba(27, 127, 204, .8);

}



.bottomwrap {

    background: #002c5f;

    padding: 18px 0px;

    z-index: 999;

    position: sticky;

    bottom: 0px;

    width: 100%;

}



.bottomwrapc {

    display: flex;

}



.bottomwrapc img {

    width: 30px;

    height: 30px;

}



.bottomwrapc h5 {

    color: #fff;

    padding-left: 20px;

    padding-top: 2px;

    font-size: 20px;

}



a {

    color: #2858c5;

}



.copyright a {

    color: #6e7684;

    font-size: 12px;

}



.fsocial {

    width: 34px;

    height: 34px;

}



.fsocial {

    line-height: 20px !important;

    padding: 6px 0px 0px 0px;

}



.locate-text-color {

    color: #2858c5;

}





.dropdown-item:hover {

    background-color: lightsalmon;

    color: #fff;

}



.dropdown .dropdown-menu {

    /* display: none; */

}



.dropend:hover>.dropdown-menu {

    position: absolute;

    top: 0;

    left: 100%;

}



.dropend .dropdown-toggle {

    margin-left: 0.5em;

}



.sub-menu:hover {

    color: #fff !important;

}



@media only screen and (min-width: 1224px) {



    .dropdown:hover>.dropdown-menu,

    .dropend:hover>.dropdown-menu {

        display: block;

    }

}



@media (max-width: 767px) {

    .shcall h1 {

        font-size: 24px;

    }



    .shcall-main {

        padding: 20px 0 !important;

    }



    .arrow-right {

        right: 0px;

    }



    .arrow-left {

        left: 0px;

    }



    .arrow-btn {

        top: 14%;

    }



    .car-tab {

        padding: 50px 0 0px;

    }



    .hbutton {

        margin-bottom: 10px;

        /* height: 170px; */

    }

    .htestdrivebg h3 {

        text-align: center;

    }



    .bottomwrapc {

        display: block;

        text-align: center;

    }



    .bottomwrapc h5 {

        padding-left: 0px;

        padding-top: 10px;

        font-size: 10px;

        text-align: center;

    }



    .bottomwrap {

        padding: 12px 0px 4px;

    }



    .dropdown:hover>.dropdown-menu,

    .dropend:hover>.dropdown-menu {

        display: block;

    }



    .dropend:hover>.dropdown-menu {

        position: revert;

    }



    .dropdown .dropdown-menu a:hover {

        background: #f2f2f2;

        color: #000000 !important;

    }



    .dropdown-menu1 li {

        list-style: none;

    }



    .dropdown-menu1 {

        padding-left: 0;

    }



    .shcall-mb {

        display: inline-block;

        justify-content: center;

        text-align: center;

    }



    .shcall-mb h5 {

        font-size: 20px;

    }



    .shcall-mb h4 {

        font-size: 20px;

    }



    .shcall h6 {

        font-size: 22px;

    }



    /* .carousel .carousel-item, .carousel .carousel-item img {

        height: 266px;

    } */

}



@media (max-width: 768px) {

    .desktop-header {

        display: none;

    }

}



@media (min-width: 769px) {

    .mobile-header {

        display: none;

    }

}



@media (min-width: 1024px) {

    .mobile-header {

        display: none;

    }

}



.breadcrumb-item.active {

    color: #002c5f;

}



/*meet page card start*/

.meet-staff {

    background-color: #fff;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);

    padding: 40px;

    margin-bottom: 26px;

}



.meet-staff h4 {

    font-size: 26px;

    text-align: left;

    font-weight: bold;

    margin-bottom: 4px;

}



.meet-staff p {

    font-size: 18px;

    color: #000;

}



.meet-staff h5 {

    font-size: 18px;

    text-align: left;

    margin-bottom: 4px;

    margin-top: 50px;

}



.email-link {

    color: #0af;

    text-decoration: none;

    font-weight: 500;

}



.email-link:hover {

    color: #002c5f;

}



@media (max-width: 768px) {

    .meet-staff {

        margin-bottom: 30px;

    }



    .meet-staff {

        padding: 20px;

    }

}



/*meet page card closed*/



/*photo gallery start*/

.gallery-main {

    background-color: #fff;

    padding: 80px 0 50px;

}



.gallery-main h2 {

    text-align: center;

    margin: 10px 0 20px;

    text-transform: uppercase;

    font-size: 20px;



}



.main .card-image img {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.main .card-image {

    background: #fff;

    display: block;

    /* padding-top: 70%; */

    position: relative;

    width: 100%;

    height: 400px;

    transition: background-color 0.3s ease, transform 0.3s ease;

    box-shadow: 0 0 3px #606060a3;

    padding: 10px;

    border: 2px solid #004595;

}



.main .card-image:hover {

    transform: scale(1.05);

}



.main .card {

    background: #fff;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);

    color: #333;

    border-radius: 2px;

    /* width: 100%; */

}



.fancybox-button--share {

    display: none !important;

}



.card-event-gallery {

    margin-bottom: 30px;

}



@media only screen and (max-width:768px) {

    .main .card-image {

        height: 140px !important;

    }



    .gallery-main {

        padding: 50px 0 0px;

    }



    .main {

        margin-bottom: 0px !important;

    }

}



.fancybox-share_button {

    color: #000000;

}



/*photo gallery closed*/



/*awards-milestones start*/

.awards-milestones {

    background-color: #fff;

    padding: 20px;

    border-radius: 6px;

    width: 450px;

    margin: 0 auto;

}



.awards-milestones img {

    width: 350px;

    margin: 0 auto;

    display: flex;

}



.awards-milestones p {

    text-align: center;

    font-size: 20px;

    font-weight: 500;

    color: #000;

    margin-top: 12px;

    margin-bottom: 0px;

}



@media only screen and (max-width:768px) {

    .awards-milestones img {

        width: auto;

    }



    .awards-milestones {

        width: auto;

    }

}



/*awards-milestones closed*/



.collapse-content {

    background: #f8f9fa;

    padding: 15px;

}



/*career page start*/

.collapse {

    transition: height 0.5s ease !important;

}



.btn-check:focus+.btn-primary,

.btn-primary:focus {

    background-color: #001936;

    border-color: #001936;

    box-shadow: none !important;

}



.career-expandbtn {

    display: flex;

}



.career-table {

    margin: 0 auto;

}



.career-apply-btn {

    margin-left: 24px;

    margin-bottom: 20px;

}

.career-apply-btn:hover {

    background-color: #0053b3 !important;

}



.career-form-btn {

    padding: 10px 0;

    width: 30%;

    margin: 0 auto;

    border-radius: 6px;

    font-size: 18px;

}



@media only screen and (max-width:768px) {

    .career-form-btn {

        width: 94%;

    }

}



/*career page closed*/

.col-form-label {

    color: #000;

}



label {

    color: #000;

    font-weight: 600;

}



::placeholder {

    color: #888888 !important;

}



/**/



.salutation-main h4 {

    font-size: 20px;

    font-weight: 600;

}



.bc-testdrive {

    background: url(../image/request-test-breadcrump.jpg);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px 0;

    transition: 0.5s;

    height: 400px;

}



.form-control:disabled,

.form-control:read-only {

    background-color: #ffffff;

}



@media only screen and (max-width:768px) {

    .bc-testdrive {

        height: 300px;

    }

}



/*download-page-card start*/

.download-page-card {

    background-color: #fff;

    padding: 10px;

    box-shadow: 0px 0px 12px 0px #dfdfdf;

    border-radius: 10px;

    margin-bottom: 30px;

    transition: transform 0.2s ease-out;

}



.download-page-card:hover {

    transform: scale(1.05);

}



.download-page-card a {

    text-align: center;

    font-size: 18px;

    font-weight: 500;

    display: block;

    margin-bottom: 6px;

}



.download-page-card a:hover {

    text-decoration: underline;

}



/*download-page-card start*/



/*contact page start*/

.contactp-head h4 {

    font-size: 40px;

    font-weight: 600;

    text-align: center;

}



.contactp-head p {

    text-align: center;

    color: #000;

}



.contact-search-btn {

    width: 100%;

    border-radius: 4px;

    padding: 8px 0;

}



.contact-form {

    background-color: #ccc;

}



/*contact page closed*/



/*special offer page start*/

.offer-page-head h4 {

    font-size: 30px;

    font-weight: 600;

    text-align: center;

}



.offer-page-head p {

    font-size: 20px;

    font-weight: 500;

    text-align: center;

    color: #000;

}



.breadcrumb-offer {

    background: url(../image/newspecialoffergst-breadcrumb.jpg);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px 0;

    transition: 0.5s;

    height: 400px;

}



@media only screen and (max-width:768px) {

    .breadcrumb-offer {

        height: 130px !important;

    }

}



/*special offer page closed*/



/*book-a-service start*/

.book-service-head h4 {

    text-align: center;

    font-size: 30px;

    font-weight: 600;

    margin: 10px 0;

}



.breadcrumb-book-service {

    background: url(../image/book-a-service-breadcrumb.jpg);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px 0;

    transition: 0.5s;

    height: 400px;

}



@media only screen and (max-width:768px) {

    .breadcrumb-book-service {

        height: 130px !important;

    }

}



/*book-a-service closed*/



/*loan enquiry start*/

.loan-enquiry-head h4 {

    text-align: center;

    font-size: 30px;

    font-weight: 600;

    margin: 10px 0;

}



.loan-enquiry-head p {

    color: #000;

}



.breadcrumb-loan-enquiry {

    background: url(../image/finance-banner-desk.jpg);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px 0;

    transition: 0.5s;

    height: 400px;

}



@media only screen and (max-width:768px) {

    .breadcrumb-loan-enquiry {

        height: 130px !important;

    }

}



.accordion-body p {

    color: #000;

}



.accordion-button {

    background-color: #002c5f;

    color: #fff;

}



/*loan enquiry closed*/



/*h-promise start*/

.h-promise h4 {

    text-align: left;

    font-size: 30px;

    font-weight: 600;

    margin: 10px 0;

}



.h-promise p {

    color: #000;

}



.h-promise ul li {

    color: #000;

}



.h-promise h5 {

    text-align: left;

    font-size: 24px;

    font-weight: 600;

}



.dir-devide {

    background-color: #002c5f;

    height: 2px;

    margin: 4px 0 20px 10px;

    width: 88%;

}



.breadcrumb-loan-enquiry {

    background: url(../image/finance-banner-desk.jpg);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px 0;

    transition: 0.5s;

    height: 400px;

}



@media only screen and (max-width:768px) {

    .breadcrumb-loan-enquiry {

        height: 130px !important;

    }

}



.accordion-body p {

    color: #000;

}



.accordion-button {

    background-color: #002c5f;

    color: #fff;

}



/*h-promise closed*/



/* closed*/

.inst-sales img {

    margin: 0 auto;

    display: flex;

    padding: 20px 0;

}



.inst-form {

    margin: 40px 0;

}



.inst-form h4 {

    text-align: center;

    font-size: 30px;

    font-weight: 600;

    margin: 10px 0;

}



.inst-form p {

    text-align: center;

    color: #000;

}



/**/

.owners-manual {

    padding: 50px 0;

    background: #e4dcd3;

}



.owners-manual p {

    text-align: center;

    font-size: 18px;

    color: #000;

}



/*genuine parts start*/

.bc-genuine-parts {

    background: url(../image/genuine-parts-top-desk.jpg);

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 60px 0 60px 0;

    transition: 0.5s;

    height: 500px;

}



@media only screen and (max-width:768px) {

    .bc-genuine-parts {

        height: 200px !important;

    }



    .genuine-parts h3 {

        font-size: 26px !important;

    }

}



.genuine-parts-head h4 {

    text-align: center;

    font-size: 34px;

    font-weight: 600;

    margin: 10px 0;

}



.genuine-parts-head p {

    text-align: center;

    font-size: 17px;

    color: #000;

}



.genuine-parts p {

    font-size: 17px;

    color: #000;

}



.genuine-parts h3 {

    font-size: 30px;

    color: #000;

    font-weight: 600;

    margin-bottom: 10px;

}



/*genuine parts closed*/



/*find a car start*/

.find-car-tabs {

    display: flex;

    justify-content: center;

    margin-bottom: 30px;

}



#find-car-main {

    padding: 40px;

    margin: 0 auto;

}



.btn-default:active .filter-button:active {

    background-color: #db584e;

    color: white;

}



.port-image {

    width: 100%;

}



.div_car {

    margin-bottom: 30px;

}



.filter-button1 {

    border-bottom: 2px solid #ebebeb;

    transition: border-color 0.3s;

    margin: 0px 10px;

    color: #000;

    font-size: 16px;

}



.filter-button1.active {

    border-bottom: 3px solid #004da5;

}



.filter-button1:hover,

.filter-button1:focus {

    border-bottom: 3px solid #004da5;

}



.btn-check:focus+.btn,

.btn:focus {

    box-shadow: none;

}



.find-car-btn {

    text-align: center;

    margin-bottom: 36px;

}



.find-car-btn h4 {

    color: #000c21;

    margin-bottom: 16px;

    font-size: 18px;

    margin-top: 16px;

}



.find-car-btn a {

    background-color: #001936;

    color: #fff;

    font-size: 16px;

    padding: 8px 20px 10px;

    border-radius: 4px;

}



.find-car-btn a:hover {

    background-color: #fff;

    color: #001936;

    border: 2px solid #001936;

}



.filter-content {

    border: 1px solid #e7e7e7;

    overflow: hidden;

    border-radius: 10px;

}



.filter-content img {

    margin: 0 auto;

    display: flex;

}



@media only screen and (max-width:768px) {

    .filter-button1 {

        margin: 0px 2px;

    }



    #find-car-main {

        padding: 40px 2px;

    }

}



/*find a car closed*/



.explore-btn {

    margin: 0 auto;

    display: flex;

    justify-content: center;

}



.ex-locate-btn {

    background-color: #001936;

    color: #fff;

    font-size: 16px;

    padding: 10px 20px;

    border-radius: 4px;

    margin-right: 10px;

}



.ex-locate-btn:hover {

    background-color: #fff;

    color: #001936;

    border: 2px solid #001936;

}



.ex-testdrive-btn {

    background-color: #fff;

    color: #001936;

    border: 2px solid #001936;

    font-size: 16px;

    padding: 10px 20px;

    border-radius: 4px;

}



.ex-testdrive-btn:hover {

    background-color: #001936;

    color: #fff;

}

.ex-content {
        margin-top: 36px;
}


.ex-content h1 {

    color: #000c21;

    margin-bottom: 16px;

    font-size: 30px;

    font-weight: 600;

}



.ex-content p {

    color: #000;

    font-size: 16px;

}



@media only screen and (max-width:768px) {

    .ex-content {

        margin-top: 30px;

    }



    .ex-content h1 {

        font-size: 22px;

    }

}



/*site map start*/

.child-ul-list.open {

    display: flex;

    flex-wrap: wrap;

}



.child-ul-list {

    gap: 10%;

}



.child-li-list,

.subChild-li-list {

    padding: 8px;

    margin-bottom: 3px;

    list-style: none;

}



.child-li-list a {

    font-size: 16px;

    line-height: 50px;

    font-weight: 500;

    color: #000 !important;

    display: block;

    text-align: left;

}



.child-ul-list,

.subChild-ul-list {

    padding-left: 0;

}



.subChild-li-list {

    padding: 0;

}



.site-map-a {

    font-weight: 700 !important;

}



.child-li-list a:hover {

    text-decoration: underline;

}



.sitemap-accordion {

    padding: 20px 1.25rem;

    font-size: 20px;

    font-weight: 600;

}



.child-ul-list.open {

    display: flex;

    flex-wrap: wrap;

}



/*site map closed*/



/*legal-disclaimer start*/

.nav-pills .nav-link {

    border-radius: 0px;

    padding: 10px 30px;

}



.legal-disclaimer-tab {

    display: flex;

    justify-content: center;

    margin-top: 20px;

}



.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

    color: #fff;

    background-color: #002c5f;

}



.nav-link:hover,

.nav-link:focus {

    color: #2858c5;

}



.legal-tab-content h4 {

    color: #000c21;

    font-size: 30px;

    margin: 14px 0 20px;

    font-weight: 600;

}



.legal-tab-content p {

    font-size: 16px;

    color: #000;

    text-align: justify;

}



.legal-tab-content h5 {

    color: #000c21;

    font-size: 18px;

    margin: 46px 0 14px;

    font-weight: 600;

}



/*legal-disclaimer closed*/





.list-bar {

    left: -170px !important;

}



.explore-pricebtn {

    background-color: #001936;

    color: #fff;

    font-size: 26px;

    padding: 8px 26px;

    border-radius: 4px;

    width: 100%;

    text-align: center;

    margin-top: 52px;

}

.explore-pricebtn:hover {

    background-color: #002c5f;

    color: #fff;

}

@media only screen and (max-width:768px) {

    .explore-pricebtn {

        margin-top: 30px;

    }

}

.buy-main {

    background-color: #fff;

    padding: 20px;

    border-radius: 10px;

    box-shadow: 0px 0px 12px 9px #f1eaea;

}

.price-details h4 {

    font-size: 24px;

    text-align: center;

    font-weight: 600;

}

/*Best Rated Awards button start*/

.sticky-vertical-btn {

    position: fixed;

    top: 50%;

    right: 0;

    transform: translateY(-50%) rotate(90deg);

    transform-origin: right top;
    /* रोटेशन का origin सेट करना */

    z-index: 1050;

    padding: 6px 14px !important;

}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }

}

.blinking-btn {

    animation: blink 2s infinite;

}

/*Best Rated Awards button closed*/





/*keywords button animated start*/

.custom-btn {

    padding: 8px 16px;

    background: linear-gradient(270deg, #002c5f, #ff3c4f, #002c5f);

    background-size: 600% 600%;

    color: white;

    font-weight: 500;

    border-radius: 5px;

    text-align: center;

    margin: 0px;

    cursor: pointer;

    font-size: 12px;

    width: 36%;

}

.glowing {

    animation: lightEffect 3s ease infinite;

}

@keyframes lightEffect {

    0% {

        background-position: 0% 50%;

    }



    50% {

        background-position: 100% 50%;

    }



    100% {

        background-position: 0% 50%;

    }

}

@media only screen and (max-width:768px) {

    .custom-btn {

        padding: 8px 8px;

        width: 100%;

        font-size: 12px;

    }

    .finance {
    height: 280px !important;
}
.why-choose-product {
    display: grid !important;
}

}

/*keywords button animated closed*/



.prc-location {

    background-color: #fff;

    padding: 20px;

    border-radius: 10px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    margin: 14px auto;

    border: 2px solid #002c5f;

}

.prc-location h4 {

    font-size: 20px;

    margin-bottom: 15px;

    color: #002c5f;

    text-align: center;

    font-weight: 700;

}

.prc-location p {

    display: flex;

    align-items: center;

    margin-top: 15px;

    font-size: 16px;

    color: #000;

}

.prc-location i {

    margin-right: 10px;

    font-size: 20px;

    color: #002c5f;

}

ol li {

    font-size: 16px;

    color: #000;

    text-align: justify;

    margin-bottom: 10px;

}

.hcartabbtn {

    margin: 0 auto;

    justify-content: center;

}

.btn1 {

    padding: 10px 20px;

}


/* explore more page css */
.model-head {
    font-weight: 600;
}
.best-choise p {
    padding: 20px;
    border-left: 4px solid #1f2e4e;
    border-left: 2px soklid red;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 82px;
}

.finance {
        padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 200px;
    border: 1px solid #1f2e4e;
    border-radius: 8px;
}

.finance h3{
        font-weight: 600;
    font-size: 22px;
}


.features-container {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.feature-s-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
}

.feature-s-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1f2e4e, #1f2e4e);
}

.feature-s-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.feature-s-icon {
    font-size: 42px;
    color: #1f2e4e;
    margin-bottom: 20px;
}

.feature-s-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.feature-s-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}





/* Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Card */
.feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Icon */
.feature-card .icon {
    font-size: 48px;
    margin-bottom: 20px;
}

/* Heading */
.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Text */
.feature-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}



.car-features-table {
    /* max-width: 900px; */
    margin: 20px;
    font-family: "Poppins", sans-serif;
}

.car-features-table table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.car-features-table thead {
    background: #002c5f; /* Hyundai-inspired blue */
}

.car-features-table thead th {
    color: #ffffff;
    text-align: left;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 600;
}

.car-features-table tbody td {
    padding: 14px 18px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
}

.car-features-table tbody tr:last-child td {
    border-bottom: none;
}

.car-features-table tbody tr:nth-child(even) {
    background-color: #f9fafc;
}

/* Responsive */
@media (max-width: 600px) {
    .car-features-table thead {
        display: none;
    }

    .car-features-table table,
    .car-features-table tbody,
    .car-features-table tr,
    .car-features-table td {
        display: block;
        width: 100%;
    }

    .car-features-table tr {
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        padding: 10px;
    }

    .car-features-table td {
        padding: 10px;
        border: none;
        position: relative;
    }

    .car-features-table td::before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        margin-bottom: 6px;
        color: #002c5f;
    }
}

.why-choose-product {
    display: flex;
}

.product-why {
        padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 190px;
}

.product-why h6{
       font-weight: 700;
    font-size: 16px;
}



 .safety-container {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 40px;
    /* max-width: 600px; */
    width: 100%;
  }

  .safety-container h2 {
    text-align: center;
    color: #1f2e4e;
    margin-bottom: 30px;
  }

  .safety-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .safety-item:last-child {
    margin-bottom: 0;
  }

  .safety-icon {
    font-size: 24px;
    color: #1f2e4e;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 3px;
  }

  .safety-text {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
  }

  /* Optional: add a subtle hover effect */
  .safety-item:hover {
    background-color: #f0f8ff;
    border-radius: 10px;
    padding: 10px;
  }

  .capacity {
    margin-left: 20px;
  }

  .capacity-d {
        margin-left: 40px;
  }
  .tech {
        margin-left: 25px;
  }
