/* 
Theme Name: Force Motors Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Force Motors Child is a child theme of Force Motors, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: forcemotors
Version: 2.0.0
Text Domain: forcemotors-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --mainfont: "Ubuntu", sans-serif !important;
    --primary: #006CB5;
    --secondary: ;
    --hover: #006CB5;
}

body,
p,
a {
    font-family: var(--mainfont);
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mainfont);
    font-weight: 500;
    color: #000000;
}

a:hover {
    color: var(--hover) !important;
}

p {
    font-size: 15px;
    line-height: 28px;
}

a {
    color: #000000;
    text-decoration: none !important;
}

.whitetxt,
.whitetxt p {
    color: #ffffff !important;
}

@media(min-width:1560px) {

    body,
    p,
    a,
    .elementor-widget-container {
        font-size: 16px;
        line-height: 29px;
    }
}

@media (max-width: 2200px) {

    .e-con>.e-con-inner,
    .cust-container,
    .page-copyline {
        max-width: 1500px;
    }
}

@media (max-width: 1670px) {
    .nsebse:after {
        right: -449px !important;
    }

    .e-con>.e-con-inner,
    .cust-container,
    .page-copyline {
        max-width: 1200px;
    }
}

@media (max-width: 1280px) {
    .vmv-content-wrap {
        bottom: 40px !important;
    }

    .page-title h1 {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    html .image-slider img {
        height: 105vh !important;
    }

    .site-navigation ul.menu li ul.sub-menu li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .right-menu a {
        margin-right: 20px !important;
    }

    .site-navigation ul.menu li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .abt-vehicle-list {
        transform: scale(0.9);
    }

    .accessories_sec .topleftshape:after {
        left: -653px !important;
    }

    .design_tab.rightbtmshape:after {
        right: -663px !important;
    }

    .other_detail_sec .topleftshapewhite:after {
        left: -1157px !important;
    }

    .prod_other_detail ul.other_detail_tab_ul li.detail_tab a {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    .prod_other_detail {
        min-height: 560px !important;
    }

    .swiper-content:after {
        margin-right: -272px !important;
    }

    .e-con>.e-con-inner,
    .cust-container,
    .page-copyline {
        max-width: 1150px;
    }
}

.cust-container,
.page-copyline {
    padding: 0 10px;
}

.cust-container {
    margin: 0 auto;
}

/*Header Start*/
.site-header .site-branding img {
    height: 60px;
    width: auto;
}

.site-branding.show-logo {
    margin-right: 90px;
}

header#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    padding: 0px 0;
    border-bottom: 1px solid #dddddd63;
    transition: all 0.5s;
    background-color: #ffffff;
}

.scroll-down header#site-header {
    background-color: #0f0f13;
    top: -100px;
}

.scroll-up header#site-header {
    top: 0;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0px;
}

.site-header .header-inner {
    max-width: 100%;
    padding: 0 30px;
}

.right-menu {
    display: flex;
    align-items: center;
    position: relative;
}

.right-menu a {
    margin-right: 25px;
    color: #000000;
    font-size: 15px;
}

.site-navigation ul.menu li a {
    color: #000000;
    display: block;
    padding: 23px 15px;
}

/* .findadealbtn {
  border-left: 1px solid #dddddd63;
  padding-left: 45px;
  position: relative;
} */
.findadealbtn {
    padding-left: 25px;
    position: relative;
}

.findadealbtn:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 25px;
    height: 25px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/03/blk-location.svg) no-repeat;
    background-size: 13px;
}

button#audioControl {
    padding: 0;
    border: 0;
    line-height: 0;
}

button#audioControl {
    background: transparent !important;
}

/* button#audioControl {
    background: #006cb5 !important;
    border-radius: 100%;
} */
button#audioControl:focus {
    outline: 0;
}

/*Header End*/

/*Inner Banner Start*/
.inner-banner {
    width: 100%;
    position: relative;
    height: 100vh;
}

.inner-banner-img {
    position: relative;
}

.inner-banner-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.mobile_banner {
    display: none;
}

.page-copyline {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #ffffff;
    top: 0;
    display: flex;
    align-items: center;
}

.page-copyline h2 {
    font-size: 55px;
    line-height: 63px;
    color: #ffffff;
    max-width: 500px;
    text-shadow: 4px 3px 5px #0000003B;
}

body.page-id-142 .page-copyline h2 {
    max-width: 600px;
}

.desktop_banner {
    display: block;
}

.title-breadcrumbs {
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    width: 100%;
    left: 0;
    right: 0;
}

.title-breadcrumbs span {
    color: #006CB5;
    font-size: 13px;
}

.page-title h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 50px;
}

.page-title {
    margin-top: 55px;
}

.title-breadcrumbs a {
    color: #ffffff;
}

span.seprator {
    color: #ffffff;
    margin: 0 10px;
}

.inner-banner-img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    /*background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
}

.inner-banner-img:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6250875350140056) 100%);
    top: 0;
}

body.tax-vehicles_category .page-copyline h2 {
    font-size: 72px !important;
    text-transform: uppercase !important;
}

body.tax-vehicles_category .page-copyline h2 span {
    display: block;
    font-size: 36px;
    text-transform: none !important;
    color: #ffffff !important;
    line-height: 45px;
    margin-top: 15px;
}

/*Inner Banner End*/

/*Home Slider*/
.forcehomeslider .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    bottom: 60px !important;
    position: absolute !important;
    width: 100%;
    left: 0;
    right: 0;
}

.forcehomeslider .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer !important;
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 1;
    border-radius: 100px;
    transition: all 0.5s;
    margin: 0 7px;
}

.forcehomeslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
}

.nav-slider .swiper-wrapper .swiper-slide {
    position: relative;
}

.nav-slider .swiper-wrapper .swiper-slide:after {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 75%;
    height: 2px;
    background: #ffffff;
}

.nav-slider .swiper-wrapper .swiper-slide.swiper-slide-active:after {
    opacity: 1;
}

.forcehomeslider .forcethembtn {
    display: inline-block !important;
    transform: skew(-15deg, 0deg) !important;
}

.forcethembtn {
    display: inline-block;
    border-radius: 0px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: #000000;
    padding: 1px;
    transition: all 0.5s;
    border: 1px solid #000000;
    transform: skew(-15deg, 0deg);
}

.bluebtn {
    background: var(--primary);
    border-color: var(--primary);
}

.forcethembtn span {
    display: block;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    font-size: 18px;
    transform: skew(15deg, 0deg);
}

.forcethembtn:hover {
    border-color: var(--primary);
}

.forcethembtn:after {
    position: absolute;
    content: '';
    left: -550px;
    right: 0;
    top: -550px;
    width: 550px;
    height: 550px;
    background: var(--primary);
    transition: all 1s;
    border-radius: 100%;
}

.forcethembtn:hover:after {
    top: -100px;
    left: -100px;
}

.forcethembtn:hover span {
    color: #ffffff;
}

/* .expertise-section {
position: relative;
overflow: hidden;
} */
.custtabscss .e-n-tabs-heading {
    flex-wrap: nowrap !important;
}

.rightbtmshape:after {
    position: absolute;
    content: '';
    right: -650px;
    bottom: -125px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/shape-right-bg.svg) no-repeat;
    width: 1093px;
    height: 1707px;
    z-index: -1;
}

.topleftshape:after {
    position: absolute;
    content: '';
    left: -700px;
    top: 0;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/shape-left-bg.svg) no-repeat;
    width: 1093px;
    height: 1707px;
    z-index: -1;
}

.topleftshapewhite:after {
    position: absolute;
    content: '';
    left: -873px;
    top: 0;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/white-shape-bg.svg) no-repeat;
    width: 1906px;
    height: 1079px;
    z-index: 1;
}

.design_tab.rightbtmshape:after {
    right: -597px;
    bottom: -125px;
    z-index: 1;
}

.accessories_sec .topleftshape:after {
    top: -200px;
    left: -467px;
}

.rightbtmshapesmall,
.rightbtmshape,
.topleftshape,
.topleftshapewhite {
    position: relative;
}

.rightbtmshapesmall:after {
    position: absolute;
    content: '';
    right: -800px;
    bottom: -125px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/shape-right-bg.svg) no-repeat;
    width: 1093px;
    height: 1707px;
    z-index: -1;
}

.design_tab .rightbtmshape:after {
    right: -597px;
}

.forcehovcard .forcethembtn {
    width: 165px !important;
}

.progressBar {
    position: fixed;
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    float: left;
    z-index: 999999;
    max-width: 100%;
    background-color: #0069b0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.forcehomeslider .swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-slider.swiper-container {
    width: 100%;
    height: 100vh;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}

.swiper-container.nav-slider {
    margin: 0 auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 80%;
    border-top: 1px solid #ffffff78;
    visibility: visible !important;
    opacity: 1 !important;
}

.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    color: #ffffff;
    display: flex;
    align-items: center;
    max-width: 200px;
    font-size: 18px;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.forcehomeslider .swiper-slide {
    overflow: hidden;
}

.forcehomeslider .swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.forcehomeslider .swiper-slide .entity-img {
    display: none;
}

.forcehomeslider .swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    right: 0;
    color: #fff;
    padding: 0 10px;
}

.forcehomeslider .swiper-slide .content .title {
    font-size: 55px;
    font-weight: 500 !important;
    margin-bottom: 30px;
    line-height: 63px;
    font-family: var(--mainfont);
    text-shadow: 5px 5px 15px #00000073;
    color: #ffffff;
    max-width: 500px;
}

.forcehomeslider .swiper-slide:nth-child(6) .content .title {
    max-width: 800px;
}

.forcehomeslider .swiper-slide .content .forcethembtn {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    transform: translateX(50px);
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.7s ease;
}

.forcehomeslider .swiper-slide .content .forcethembtn.show {
    transform: translateX(0);
    opacity: 1;
}

.nav-slider .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
}

.swiper-slide .slide-bgimg:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
}


/*Shapes*/
.shapebg01 {
    position: relative;
}

/*.shapebg01:after {
border-left: 972px solid transparent;
border-bottom: 1595px solid #555;
position: absolute;
content: '';
bottom: 0;
left: 50%;
z-index: -1;
}*/
.shapebg01:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 972px;
    height: 1511px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/abbout-shape-bg-01.svg) no-repeat;
    z-index: -1;
}

.shapebg02 {
    position: relative;
}

.shapebg02:after {
    position: absolute;
    content: '';
    top: 0;
    right: 50%;
    width: 960px;
    height: 1480px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/map-section-img.png) no-repeat;
    z-index: 2;
    background-position: top right;
    background-size: 960px;
}

.shapebg03 {
    position: relative;
}

.shapebg03:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 69%;
    width: 714px;
    height: 1259px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/shapebg03.svg) no-repeat;
    z-index: -1;
}

.graybg {
    position: relative;
}

.graybg:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F1F4F9;
    z-index: -1;
}


/*About Page Start*/
.groupc-innertxt {
    /*   background: #ffffff; */
    position: relative;
    display: flex;
    justify-content: space-between;
}

.grpcom-logo {
    width: 30%;
    border: 1px solid #0074C3;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.grpcom-content {
    width: 66%;
}

.grpcom-content h4 {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 0;
}

.group-companies-th {
    max-width: 66%;
    position: absolute !important;
    right: 0;
    bottom: -5px;
    width: 100%;
}

.group-companies-th .swiper-slide {
    padding: 0 1px;
}

.group-companies-th .swiper-slide:first-child {
    display: none;
}

.group-companies-th .gcthimg {
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-companies-th img {
    height: 108px;
}

.group-companies-th .swiper-slide h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0 0 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 31px !important;
    height: 31px !important;
    padding: 0;
    border-radius: 100%;
    border: 1px solid #343434;
    background: #ffffff url(https://www.forcemotors.com/wp-content/uploads/2025/02/ryt-svg.svg) no-repeat center center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #006cb5;
}

.swiper-button-prev {
    background: #ffffff url(https://www.forcemotors.com/wp-content/uploads/2025/02/lft-arw.svg) no-repeat center center;
}

.group-companies-slider .swiper-btn {
    right: -55px;
    left: auto;
    bottom: 65px;
    top: auto;
}

.group-companies-slider {
    overflow: visible !important;
}

.group-companies-slider .swiper-btn.swiper-button-next {
    bottom: 110px;
}

.certificate-slider .elementor-swiper-button {
    width: 31px;
    height: 31px;
    right: -50px !important;
    top: 45% !important;
    bottom: auto !important;
}

.certificate-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: -45px !important;
    right: auto !important;
}

.custdotsul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custdotsul li {
    position: relative;
    padding-left: 20px;
}

.custdotsul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #0074C3;
}

.certificate-slider .swiper-slide figcaption.elementor-image-carousel-caption {
    padding: 0 30px;
}

.certificate-slider .swiper-slide.swiper-slide-active+div figcaption.elementor-image-carousel-caption {
    color: #ffffff;
}

.force-stats-section {
    width: 398px;
    height: 307px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.force-stats-slider {
    position: absolute;
    top: 0;
}

/*About Page End*/


/*Products Section*/
.products-slider-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.image-slider img {
    height: 100vh !important;
    object-fit: cover;
    object-position: bottom;
}

.prod-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 100px auto !important;
}

.prod-info {
    width: 38%;
}

.prod-img {
    position: relative;
    width: 58%;
    top: 50px;
}

.swiper-content {
    position: relative;
    /*     height: 100vh; */
}

/* .swiper-content:after {
position: absolute;
content: '';
height: 100%;
width: 70%;
transform: skew(-21deg);
left: -200px;
top: 0;
background: rgb(3, 3, 4);
background: linear-gradient(0deg, rgba(3, 3, 4, 1) 0%, rgba(32, 32, 41, 1) 100%);
} */
.swiper-content:after {
    position: absolute;
    content: '';
    height: 1203px;
    width: 2130px;
    top: 0;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/businesslinesshape.svg) no-repeat right;
    right: 50%;
    margin-right: -366px;
    z-index: -1;
}

.prod-info h4 {
    font-size: 42px;
    color: #ffffff;
    font-family: var(--mainfont);
    font-weight: 400;
    margin: 0 0 20px 0;
}

.prod-info p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-family: var(--mainfont);
    max-width: 350px;
    padding-bottom: 30px !important;
}

.swiper-content .swiper-slide.swiper-slide-active .prod-info {
    opacity: 1;
    transition: all 0.5s;
    transition-delay: 1.5s;
}

.swiper-content .swiper-slide .prod-info {
    opacity: 0;
    transition: all 0.5s;
}

.products-slider-wrap .custpagination {
    width: 100%;
    max-width: 1480px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: 0 auto;
    overflow: hidden;
    height: 50px;
    padding: 0 10px;
}

.products-slider-wrap .custpagination .swiper-pagination {
    width: auto;
    text-align: left;
    background: #ffffff;
    padding: 0px 35px;
    transform: skew(-15deg, 0deg);
}

.products-slider-wrap span.swiper-pagination-bullet {
    width: 90px;
    position: relative;
    height: 50px;
    border-radius: 0;
    opacity: 0.4;
    margin: 0 30px 0 0 !important;
    display: inline-block;
    transform: skew(15deg, 0deg);
}

.products-slider-wrap span.swiper-pagination-bullet:hover:after {
    color: #006CB5;
}

.products-slider-wrap span.swiper-pagination-bullet:hover {
    opacity: 1;
}

.products-slider-wrap span.swiper-pagination-bullet:after {
    position: absolute;
/*     content: 'Urbania'; */
	content: 'Traveller N';
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-family: var(--mainfont);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.products-slider-wrap span.swiper-pagination-bullet:nth-child(2):after {
/*     content: 'Traveller N'; */
	content: 'Urbania';
}

.products-slider-wrap span.swiper-pagination-bullet:nth-child(3):after {
    content: 'Monobus';
}

.products-slider-wrap span.swiper-pagination-bullet:nth-child(4):after {
    content: 'Trax';
}

/* .products-slider-wrap span.swiper-pagination-bullet:nth-child(5):after{
  content: 'Citiline';
} */
.products-slider-wrap span.swiper-pagination-bullet:nth-child(5) {
    width: 160px;
}

.products-slider-wrap span.swiper-pagination-bullet:nth-child(5):after {
    content: 'Special Applications';
    width: 165px;
}

.products-slider-wrap span.swiper-pagination-bullet:nth-child(6):after {
    content: 'Gurkha';
}

.products-slider-wrap span.swiper-pagination-bullet:nth-child(7):after {
    content: 'EV';
}

.products-slider-wrap span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: transparent;
}

.products-slider-wrap span.swiper-pagination-bullet:nth-child(4) {
    width: 40px;
}

.prod-btn:after {
    display: none;
}

.prod-btn {
    height: 40px;
    width: 40px;
    background-color: #000000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: -350px;
    margin: 0 auto;
    bottom: 30px;
    top: auto;
    background-image: url(https://www.forcemotors.com/wp-content/uploads/2025/02/next-wht.svg);
    background-size: 14px;
}

.swiper-button-prev.prod-btn {
    left: -170px;
    background-image: url(https://www.forcemotors.com/wp-content/uploads/2025/02/prev-wht.svg);
}

.prod-head {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 80px;
}

.prod-head h2 {
    display: inline-block;
    background: #393945;
    overflow: hidden;
    font-size: 42px;
    line-height: 60px;
    color: #ffffff;
    padding-left: 15px;
}

.prod-head h2 span {
    background-color: var(--primary);
    padding: 7px 8px 7px 8px;
}


/*Products Pages Start*/
.page-overview {
    background: #000000;
    position: relative;
    margin-top: -10px;
    color: #ffffff;
    padding-bottom: 60px;
}

.page-overview h4 {
    font-weight: 400;
    color: #0074C3;
    font-size: 26px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 30px;
}

.page-overview p {
    color: #ffffff;
}

.locate-a-dealer-section {
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/03/animation-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0 50px;
}

.locate-a-dealer-section h2 {
    text-align: center;
    width: 100%;
    font-size: 42px;
    line-height: 50px;
}

.locate-a-dealer-section p {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.locate-a-dealer-section a {
    margin-bottom: 40px;
}

.locate-a-dealer-section .cust-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-detail-price {
    display: flex;
    align-items: end;
}

.product-price {
    width: 445px;
    font-size: 26px;
}

.product-cta {
    width: 70%;
}

.product-price span {
    display: block;
    color: #006CB5;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
}

.forcethembtn.probooknow {
    background: #ffffff;
    border-color: #ffffff;
    margin-right: 15px;
    border: 0;
}

.forcethembtn.probooknow span {
    color: #000000;
}

.forcethembtn.provaripricebtn {
    background: var(--primary);
    border-color: var(--primary);
}

/*Products Pages End*/


/*Force Next Gen Section*/
.abt-vehicle-list {
    margin: 0;
    padding: 0 0 280px 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transform: scale(1.2);
    height: 100%;
}

.abt-vehicle-list li:nth-child(1) {
    z-index: 1;
}

.abt-vehicle-list li:nth-child(2) {
    z-index: 2;
}

.abt-vehicle-list li:nth-child(3) {
    z-index: 3;
}

.abt-vehicle-list li:nth-child(4) {
    z-index: 4;
}

.abt-vehicle-list li:nth-child(5) {
    z-index: 9;
}

.abt-vehicle-list li:nth-child(6) {
    z-index: 4;
}

.abt-vehicle-list li:nth-child(7) {
    z-index: 3;
}

.abt-vehicle-list li:nth-child(8) {
    z-index: 2;
}

.abt-vehicle-list li:nth-child(9) {
    z-index: 1;
}

.abt-vehicle-list li img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
}

.abt-vehicle-list li {
    position: relative;
    width: 100%;
}

.abt-vehicle-list li:nth-child(1) img {
    left: 6px;
    top: 72px;
    right: auto;
    width: 157px;
}

.abt-vehicle-list li:nth-child(2) img {
    left: 103px;
    top: 59px;
    width: 169px;
    right: auto;
}

.abt-vehicle-list li:nth-child(3) img {
    left: 205px;
    top: 46px;
    right: auto;
    width: 185px;
}

.abt-vehicle-list li:nth-child(4) img {
    left: 330px;
    top: 34px;
    right: auto;
    width: 249px;
}

.abt-vehicle-list li:nth-child(5) img {
    right: 0;
    top: 14px;
    left: -17px;
    width: 220px;
}

.abt-vehicle-list li:nth-child(6) img {
    right: 317px;
    top: 36px;
    left: auto;
    width: 292px;
}

.abt-vehicle-list li:nth-child(7) img {
    right: 204px;
    top: 49px;
    left: auto;
    width: 168px;
}

.abt-vehicle-list li:nth-child(8) img {
    right: 103px;
    top: 62px;
    width: 167px;
    left: auto;
}

.abt-vehicle-list li:nth-child(9) img {
    right: 1px;
    top: 65px;
    left: auto;
    width: 186px;
}

/*Investors Pages Start*/
.investory-subtabs {
    margin-top: 45px;
}

.investory-subtabs h2 {
    font-size: 42px !important;
    line-height: 50px;
}

.investor-subcat-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.investor-results {
    width: 100%;
}

.investor-result-date {
    display: inline-block;
}

.investor-result-date select {
    background: #E2E5EC url(https://www.forcemotors.com/wp-content/uploads/2025/02/downarrow.svg) no-repeat 95%;
    border: 0px;
    outline: none;
    width: 180px;
    height: 44px;
    appearance: none;
    border-radius: 0px;
}

.investor-results-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.investor-results-list li {
    background: #F0F2F5;
    padding: 22px;
    margin-bottom: 13px;
}

.investor-results-list li a {
    display: flex;
    align-items: center;
    position: relative;
}

.investor-results-list li a:after {
    position: absolute;
    content: '';
    right: 0;
    width: 37px;
    height: 37px;
    background: #FFFFFF url(https://www.forcemotors.com/wp-content/uploads/2025/02/arrowblack.svg) no-repeat center;
    border: 1px solid #343434;
    border-radius: 100%;
}

.investor-results-list li a:hover:after {
    background-color: #006cb5;
}

.invstresimg {
    margin-right: 25px;
    width: 42px;
}

.invstresimg img {
    display: block;
}

.invstrestext {
    width: 100%;
}

.invstposttitle {
    font-size: 22px !important;
    display: block;
    color: #000000;
    font-weight: 500;
}

.invstpostdesc {
    display: block;
    font-size: 15px;
}

.invstpostdesc p {
    margin-bottom: 0px !important;
}

/*Investors Pages End*/

/*Legacy Section*/
.legacy-innerslider {
    max-width: 777px;
    margin: 0 auto;
}

.legacysectionhome {
    position: relative;
}

.legacysectionhome:after {
    position: absolute;
    content: '';
    left: -45px;
    bottom: -59px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/watermark.png) no-repeat;
    width: 343px;
    height: 323px;
}

.legacy-slider .swiper-slide {
    display: flex;
    justify-content: center;
}

.our-legacy-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 20px 0;
}

.our-legacy-content h2 {
    background: var(--primary);
    font-size: 58px;
    font-weight: 300;
    display: block;
    padding: 1px 10px;
    margin-right: 20px;
    color: #ffffff;
    line-height: 58px !important;
}

.our-legacy-content p {
    max-width: 525px !important;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.forcelegacy-section .swiper-button-next,
.forcelegacy-section .swiper-button-prev {
    bottom: 60px;
    top: auto;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.forcelegacy-section .swiper-button-next:after,
.forcelegacy-section .swiper-button-prev:after {
    display: none;
}

.forcelegacy-section .swiper-button-prev {
    transform: translate(-400px, 0px);
}

.forcelegacy-section .swiper-button-next {
    transform: translate(400px, 0px);
}

.forcelegacy-section .swiper-pagination {
    width: 250px;
    height: 250px;
    top: 20%;
    bottom: auto;
    left: auto;
    right: -125px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: flex;
    transition: all 0.5s;
    transform: rotate(-90deg);
    cursor: default;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet {
    padding: 0;
    position: relative;
    background: 0;
    left: 0;
    width: 70px;
    height: 30px;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:first-child {
    top: 67px;
    left: -29px;
    transition: all 0.5s;
    transform: rotate(-71deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    top: 12px;
    left: -35px;
    transition: all 0.5s;
    transform: rotate(-46deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    top: -25px;
    left: -23px;
    transition: all 0.5s;
    transform: rotate(-23deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    top: -38px;
    left: -2px;
    transition: all 0.5s;
    transform: rotate(6deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    top: -28px;
    left: 25px;
    transition: all 0.5s;
    transform: rotate(33deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    top: 24px;
    left: 37px;
    transition: all 0.5s;
    transform: rotate(49deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:last-child {
    top: 59px;
    left: 38px;
    transition: all 0.5s;
    transform: rotate(72deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: -21px;
    right: 0;
    width: 64px;
    height: 126px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/speed-arrow.png) no-repeat;
    bottom: -170px;
    transform: rotate(150deg);
    transition: all 0.5s;
    opacity: 0;
    cursor: default;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:first-child:before {
    transform: rotate(161deg);
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(2):before {
    transform: rotate(160deg);
    left: -20px;
    bottom: -175px;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(3):before {
    transform: rotate(160deg);
    left: -21px;
    bottom: -180px;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(4):before {
    transform: rotate(148deg);
    left: -5px;
    bottom: -182px;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(5):before {
    transform: rotate(146deg);
    left: 5px;
    bottom: -184px;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:nth-child(6):before {
    transform: rotate(150deg);
    left: -21px;
    bottom: -171px;
}

.forcelegacy-section .swiper-pagination .swiper-pagination-bullet:last-child:before {
    transform: rotate(153deg);
    left: -8px;
    bottom: -183px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

/*Power Section*/
.power-section {
    position: relative;
}

.power-section:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    background-color: #09090b;
    transform: skew(-31deg);
    left: -260px;
    top: 0;
    z-index: -1;
}

.leftcarimg {
    position: relative;
}

.leftcarimg:after {
    position: absolute;
    content: '';
    right: 800px;
    bottom: 60px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/06/car-gif-new.gif) no-repeat;
    width: 903px;
    height: 390px;
    transition: all 1.5s;
    transition-delay: 1s;
}

.leftcarimg:before {
    position: absolute;
    content: '';
    right: 40px !important;
    bottom: 60px !important;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/car-01.png) no-repeat;
    width: 903px;
    height: 390px;
    transition: all 1s;
    transition-delay: 2.5s;
    opacity: 0;
    z-index: 9;
    left: auto;
    top: auto;
}

.power-section.activesec .leftcarimg:before {
    opacity: 1;
}

.power-section.activesec .leftcarimg:after {
    right: 40px;
    opacity: 1;
}

.halfcurousal .swiper-slide {
    transition: all 0.5s;
    opacity: 0;
}

.halfcurousal .swiper-slide.swiper-slide-active,
.halfcurousal .swiper-slide.swiper-slide-active+div,
.halfcurousal .swiper-slide.swiper-slide-active+div+div,
.halfcurousal .swiper-slide.swiper-slide-active+div+div+div {
    opacity: 1;
}

.halfcurousal {
    position: relative;
    overflow: visible;
}

.halfcurousal img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.halfcurousalbtn {
    right: 0;
    left: auto;
    top: -60px;
    bottom: auto;
}

.halfcurousalbtn:after {
    display: none;
}

.halfcurousalbtn.swiper-button-prev {
    right: 50px;
    transform: rotate(180deg);
}

.hlfcurcontent h4 {
    font-size: 26px;
    color: #343434;
    font-weight: 500;
}

.hlfcurcontent {
    position: relative;
    margin-top: 30px;
    transition: all 0.5s;
}

.hlfcurcontent p {
    font-size: 15px;
    line-height: 26px;
    color: #343434;
}

.expertise-section {
    position: relative;
    padding: 30px 0;
}

.expertise-slider .swiper-button-next {
    right: -50px;
}

.expertise-slider .swiper-slide {
    transition: all 0.5s;
    opacity: 0;
}

.expertise-slider .swiper-slide.swiper-slide-active,
.expertise-slider .swiper-slide.swiper-slide-active+div,
.expertise-slider .swiper-slide.swiper-slide-active+div+div,
.expertise-slider .swiper-slide.swiper-slide-active+div+div+div {
    opacity: 1;
}

.expertise-slider .swiper-button-prev {
    left: -50px;
}

.forcehovcard {
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    overflow: hidden;
    transform: scale(1);
}

.forcehovcard img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.forcehovcard h4 {
    margin: 0 0 10px !important;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    transition: all 0.5s;
    z-index: 9;
    padding: 0 40px;
    line-height: 28px;
}

.forcehovcard .txtbtn {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    transition: all 0.5s;
    z-index: 9;
    color: #ffffff;
    font-style: normal !important;
    text-decoration: underline;
}

/*.forcehovcard:hover h4 {
  bottom: 65px;
  transform: scale(0.9);
} */
.forcehovcard:hover .txtbtn {
    bottom: 23px;
    transform: scale(0.9) skew(-15deg, 0deg);
}

.forcehovcard:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
    opacity: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 57%, rgb(0 0 0) 100%);
}

.forcehovcard:hover:after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 57%, rgba(18, 118, 185, 1) 100%);
}

.forcehovcard:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px #00000061;
}

.swiper-button-white {
    bottom: 15px !important;
    top: auto !important;
    left: auto !important;
    right: 10% !important;
    width: 31px !important;
    height: 31px !important;
    background: url('https://www.forcemotors.com/wp-content/uploads/2025/02/banner-arrows.png') no-repeat !important;
    margin: 0 !important;
    z-index: 99 !important;
}

.swiper-button-white:after {
    display: none;
}

h2 span {
    color: var(--primary) !important;
}

html .swiper-button-prev.swiper-button-white {
    right: 12% !important;
    transform: rotate(180deg);
}

.spotlightshape {
    position: relative;
}

.spotlightshape:after {
    position: absolute;
    content: '';
    height: 1707px;
    width: 1093px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/homeleftshape.svg) no-repeat;
    right: 29px;
    top: -184px;
    z-index: -1;
}

.nsebse:after {
    position: absolute;
    content: '';
    height: 1707px;
    width: 1093px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/homerightshape.svg) no-repeat;
    right: -299px;
    z-index: -1;
    bottom: -81px;
}

.prod-head h2 span {
    color: #ffffff !important;
}

.prod-info p {
    margin-bottom: 30px;
}

.products-slider-wrap span.swiper-pagination-bullet {
    background-color: transparent;
}

.products-slider-wrap {
    position: relative;
}

.image-slider-wrapper {
    position: absolute;
    z-index: -1;
    /*    top: -170px;*/
    top: 0;
    width: 100%;
    max-width: 945px;
    right: 0;
}

.forcethembtn.whtbtn {
    background-color: #ffffff !important;
}

.forcethembtn.whtbtn span {
    color: #000000;
}

a.forcethembtn.whtbtn:hover span {
    color: #ffffff;
}

.prod-info span.vehicle-name {
    display: block;
    font-size: 220px;
    transform: rotate(-69deg) translateX(-980px);
    top: 0;
    z-index: -1;
    transition: all 5s;
    position: absolute;
    right: 290px;
    width: 931px;
    text-align: center;
    color: #545454;
    font-weight: 800;
    opacity: 0.2;
    white-space: nowrap;
}

.prod-img img {
    position: relative;
    z-index: 2;
}

.swiper-content .swiper-slide.swiper-slide-active .prod-info span.vehicle-name {
    transform: rotate(-66deg) translateX(-300px);
}

.spot-card .forcethembtn:hover:after {
    left: -50px;
}

.spot-card>span div {
    z-index: 1;
    position: relative;
}

.spot-card>span:after {
    display: none;
}

a.spot-card {
    display: block;
    padding: 35px;
    text-decoration: none;
}

.spot-card>span {
    font-size: 18px;
    line-height: 24px;
    color: var(--primary);
    font-family: var(--mainfont);
    background-color: #ffffff;
    padding: 8px 15px 10px 15px;
    display: inline-block;
    border: none;
    cursor: auto;
    transform: none;
}

.spot-card-content h4 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-family: var(--mainfont);
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 440px;
}

.spot-card-content span {
    font-size: 16px;
    color: #ffffff;
    font-family: var(--mainfont);
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    padding-right: 40px;
    background-image: url(https://www.forcemotors.com/wp-content/uploads/2025/02/next-wht.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

.spot-card-content {
    margin-top: 35px;
}

.spot-card-1 .spot-card-content {
    margin-top: 277px;
}

.spot-card-1-wrap {
    /*     padding: 0; */
}

.spotlight-card-sec.fadeIn .spot-card-2-wrap {
    transition-delay: 0.5s;
}

.spotlight-card-sec.fadeIn .spot-card-3-wrap {
    transition-delay: 1s;
}

.spotlight-card-sec.fadeIn .spot-card-1 {
    background-image: url(https://www.forcemotors.com/wp-content/uploads/2025/03/press-release-img.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all 0.5s;
}

.spotlight-card-sec.fadeIn .spot-card-2 {
    background-image: url(https://www.forcemotors.com/wp-content/uploads/2025/02/newsroom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all 0.5s;
}

.spotlight-card-sec.fadeIn .spot-card-3 {
    background-image: url(https://www.forcemotors.com/wp-content/uploads/2025/03/press-release_home-page.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all 0.5s;
}

.spotlight-card-sec.fadeIn .spot-card-1:hover,
.spotlight-card-sec.fadeIn .spot-card-2:hover,
.spotlight-card-sec.fadeIn .spot-card-3:hover {
    background-size: 110%;
    /*  transition-delay:0.5s; */
}

.home .dialog-lightbox-widget.elementor-lightbox {
    z-index: 9999999;
}

.page.page-id-9 .inner-banner-img:after {
    height: 100px;
}

.disclaimer-section {
    padding: 20px 0;
    font-size: 13px;
    line-height: 21px;
}

.postid-3768 .breadcrumbtxt {
    position: relative;
    top: 40px;
}

.whitebtn {
    background: #ffffff;
}

.whitebtn span {
    color: #000000 !important;
}

.whitebtn:hover span {
    color: #ffffff !important;
}

.custtabs #e-n-tab-content-1734416012.e-active,
.custtabs #e-n-tab-content-1734416011.e-active {
    display: block;
    visibility: visible;
    position: relative;
    z-index: 9;
    opacity: 1;
}

.custtabs #e-n-tab-content-1734416012,
.custtabs #e-n-tab-content-1734416011 {
    transition: all 0.5s;
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

@media(max-width:1560px) {
    .main-slider video {
        transform: scale(1.1) !important;
    }
}

@media(max-width:1440px) {
    .nsebse:after {
        right: -421px !important;
    }

    html .sefty_section .sefty_section_box {
        top: -30px !important;
    }

    body.single.single-cb_business .page-copyline h2 {
        max-width: 500px;
    }

    .lad-ass-item:first-child .lad-ass-text {
        top: -30px;
    }

    /*   .salient-features-sec .cust-container:after {
      right: -549px !important;
    } */
    .salient-features-sec .cust-container {
        padding-left: 260px !important;
    }

    .products-technical-specification:after {
        left: -600px !important;
    }

    body.page-id-144 .topleftshape:after {
        left: -800px;
    }

    .vehicle-category-text p {
        max-width: 90% !important;
    }

    .business-listing-wrap:after {
        height: 170px !important;
    }

    .page-copyline h2 {
        max-width: 600px;
    }

    .homevidsec.topleftshape:after {
        left: -500px !important;
    }

    .prod-info span.vehicle-name {
        right: 80px !important;
    }

    .swiper-content .swiper-slide.swiper-slide-active .prod-info span.vehicle-name {
        transform: rotate(-66deg) translateX(-150px) !important;
    }

    .prod-info span.vehicle-name {
        font-size: 150px !important;
    }

    .spotlightshape:after {
        right: 57px;
    }

    .our-legacy-inner-sec .topleftshape:after {
        left: -700px !important;
    }

    .products-slider-wrap .custpagination {
        max-width: 1200px;
    }

    .prod-info span.vehicle-name {
        right: 260px;
    }

    .products-slider-wrap .custpagination {
        bottom: 100px;
    }

    .experties-invest-sec:after {
        right: -53%;
    }
}

@media (max-width: 1366px) {
    .abt-vehicle-list {
        transform: scale(1);
    }

    body .products-slider-wrap span.swiper-pagination-bullet {
        margin: 0 20px 0 0 !important;
    }

    .products-slider-wrap .custpagination {
        bottom: 40px !important;
    }

    .experties-invest-sec:after {
        right: -55.1%;
    }

}

@media (max-width: 1280px) {
    .site-branding.show-logo {
        margin-right: 17px;
    }

    .vidsectitle .elementor-widget-container h2 {
        font-size: 47px !important;
        padding: 55px 0px 55px 25px !important;
    }

    .homevidsec.topleftshape:after {
        left: -600px !important;
    }

    .nsebse:after {
        right: -440px !important;
    }

    .prod-img {
        top: 0px;
    }

    .investors-main-category ul li {
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 15px 8px !important;
    }

    .page-title {
        margin-top: 30px !important;
    }

    .page-copyline .product-cta {
        margin-top: 20px !important;
    }

    html .lad-ass-img:after {
        right: -31px !important;
    }

    .swiper-content:after {
        margin-right: -261px;
    }

    .page-copyline h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .vehicle-category-text:before {
        right: -337px;
    }

    .spotlightshape:after {
        right: 63px;
    }

    .products-slider-wrap .custpagination {
        max-width: 1150px;
    }
}

.btn-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    z-index: 999999
}

.btn-circle {
    position: relative;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    background: #000000 url(https://www.forcemotors.com/wp-content/uploads/2025/02/ctaiconuser.svg) no-repeat center center;
    border-radius: 50%;
    transition: transform 0.25s;
    border: 1px dashed #E2E5EB;
}

.menu-list li a img {
    height: 18px;
    display: block;
}

.menu-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #22222b;
    transition: background .35s;
    border-radius: 100%;
}

/* .btn-circle:before{content:''; position:absolute; top:50%; left:50%; display:block; width:30px; height:2px; background:#fff; transform:translate(-50%, -50%);}
.btn-circle:after{content:''; position:absolute; top:50%; left:50%; display:block; width:2px; height:30px; background:#fff; transform:translate(-50%, -50%); transition:all 0.05s;} */
.menu-list {
    list-style: none;
    border-radius: 100%;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    opacity: 0;
}

.menu-list li {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.5s cubic-bezier(0.2, 0.05, 0.35, 1.4), box-shadow 0.5s;
}

.menu-list li:hover {
    box-shadow: 3px 5px 8px #8e8f90;
}

.menu-list li:hover a {
    background: rgba(66, 82, 119, 0.7);
}

/* .btn-wrap.activecta .btn-circle{transform:rotate(180deg);} */

.btn-wrap.activecta .btn-circle:after {
    width: 30px;
    height: 2px;
}

.btn-wrap.activecta ul.menu-list {
    height: 200px;
    opacity: 1;
}

.btn-wrap.activecta .menu-list li:nth-child(1) {
    top: -82px;
}

.btn-wrap.activecta .menu-list li:nth-child(2) {
    top: -30px;
}

/* .btn-wrap.activecta .menu-list li:nth-child(3){top:-30px;} */


@media(max-width:1500px) {
    html .swiper-button-prev.swiper-button-white {
        right: 14% !important;
    }

    .promainimg {
        bottom: 100px !important;
    }

    .procontactive .promainimg {
        transform: scale(1) !important;
    }

    .protabcontent.procontactive:after {
        width: 500px !important;
        height: 305px !important;
        bottom: 150px !important;
    }

    .protab-text {
        left: 3% !important;
        max-width: 300px !important;
    }
}

@media(max-width:1440px) {
    .custscrolling .elementor-widget-container {
        /*    height: 360px !important;*/
        overflow: hidden;
        display: block;
        margin-bottom: 20px;
        /*    overflow-y: scroll;*/
        padding-right: 20px;
    }
}






/** Urbania page **/


.sliders_tabs .box_Variants_text {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: left;
    flex-direction: column;
    display: flex;
    justify-content: center;
    color: #fff;
    height: 100%;
    max-width: 411px;
    width: 100%;
}

.sliders_tabs .box_Variants_text .inner_heading_slide {
    color: #fff;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    z-index: 4;
    max-width: 252px;
    margin-left: 40px;
    margin-top: -140px;
    margin-bottom: 0;
}

.sliders_tabs .box_Variants_text .para_text_r {
    font-style: normal;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    max-width: 192px;
    margin-left: 40px;
    position: relative;
    z-index: 5;
}

.sliders_tabs .box_Variants_text:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 120%;
    background: #000;
    top: 0;
    left: -170px;
    z-index: 1;
    transform: skewX(-23deg);
}

.sliders_tabs .swiper-slide-inner img {
    width: 100%
}


.style_stands_apart_section figure.swiper-slide-inner {
    width: fit-content;
    position: relative;
}

.box_content_inner .inner_heading_slide {
    color: #0074C3;
    font-size: 26px;
    line-height: 36px;
    font-style: normal;
}

.box_content_inner .para_text_r {
    font-size: 15px;
    line-height: 28px;
    font-style: normal;
    color: #FFFFFF;
}

.style_stands_apart_section .style_stands_apart_box {
    max-width: 310px;
    text-align: left;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.style_stands_apart_section .swiper-pointer-events {
    overflow: visible;
}




/** **/
.sliders_tabs .swiper-slide-duplicate.swiper-slide-duplicate-next,
.sliders_tabs .swiper-slide.swiper-slide-duplicate.swiper-slide-next.swiper-slide-duplicate-prev,
.sliders_tabs .swiper-slide-duplicate,
.sliders_tabs .swiper-slide {
    opacity: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: none !important;
}

.sliders_tabs div.swiper-wrapper {
    height: 600px;
}

.sliders_tabs .swiper-slide.swiper-slide-prev {
    z-index: 8 !important;
    opacity: 0 !important;
    left: -102px;
    scale: 1.1;
    transform: none !important;
    position: absolute;
    transition: all 1s ease-in-out;
}

.sliders_tabs .swiper-slide.swiper-slide-active {
    z-index: 6 !important;
    opacity: 1 !important;
    scale: 1;
    transform: none !important;
    position: absolute;
    left: 0;
    transition: all 1s ease-in-out;
}

.sliders_tabs .swiper-slide-active+.swiper-slide-next {
    opacity: 1 !important;
    z-index: 4 !important;
    position: absolute;
    left: 90px;
    scale: 0.92;
    transform: none !important;
    transition: all 1s ease-in-out;
}

.sliders_tabs .swiper-slide-active+.swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 1 !important;
    z-index: 2 !important;
    scale: 0.8;
    position: absolute;
    left: 200px;
    transform: none !important;
    transition: all 1s ease-in-out;
}

.sliders_tabs .swiper-backface-hidden {
    overflow: visible;
}

.sliders_tabs .elementor-swiper-button.elementor-swiper-button-prev {
    left: 30px !important;
}

.sliders_tabs .elementor-swiper-button {
    left: 85px !important;
}

.empslider:after {
    right: -205px;
    bottom: -101px;
}

.empstories .e-con-inner {
    position: relative;
}

.empstories .e-con-inner:after {
    position: absolute;
    content: '';
    left: 557px;
    width: 1709px;
    height: 2857px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/rightshape.svg) no-repeat;
    bottom: 0;
}

.our-diversity .shapebg02:after {
    top: -70px !important;
    right: auto;
    left: -401px;
}

.custombullets {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custombullets li {
    position: relative;
    padding-left: 20px;
}

.custombullets li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background: #0074C3;
    border-radius: 100%;
}

.initiativestabs .e-n-tabs-heading button {
    min-width: 250px;
}

.merchantshape {
    position: relative;
}

.merchantshape:after {
    position: absolute;
    content: '';
    right: -8px;
    top: -80px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/Merchandise-Scale-Models-img.png) no-repeat;
    width: 1110px;
    height: 419px;
}

.term-gurkha.term-6 .vehicle-models-wrap .vehicle-models-list li a span {
    width: 100%;
}

.term-gurkha.term-6 .vehicle-models-wrap .vehicle-models-list li:first-child {
    display: none;
}

.force-stats-section svg {
    position: absolute;
}

.force-stats-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-inner {
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.stats-data {
    padding-top: 30px;
}

.stats-inner span {
    display: block;
    width: 100%;
    font-size: 58px;
    line-height: 70px;
}

.stats-inner p {
    color: #ffffff;
    font-size: 24px;
    max-width: 250px;
    margin-bottom: 0;
    margin-top: 20px;
}

.stats-data {
    padding-top: 30px;
}

.force-stats-slider .swiper-pagination {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.force-stats-slider img {
    display: block;
}

.force-stats-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #ffffffd1;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 33px;
    bottom: 13px;
}

.force-stats-slider .swiper-pagination .swiper-pagination-bullet:last-child {
    left: auto;
    right: 33px;
}

.force-stats-slider .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    bottom: 194px;
}

.force-stats-slider .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    left: auto;
    right: 33px;
    bottom: 194px;
}

.force-stats-slider .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    bottom: auto;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.force-stats-slider .swiper-slide {
    opacity: 0 !important;
    transition: all 0.5s;
}

.force-stats-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.force-stats-slider .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    content: '';
    left: -9px;
    bottom: -11px;
    width: 30px;
    height: 30px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/cursor-hand-new.svg) no-repeat;
    transition: all 0.5s;
    opacity: 0;
}

.force-stats-slider .swiper-pagination .swiper-pagination-bullet:hover:after {
    opacity: 1;
}

.diseal_cng_filter {
    background: #1b1b23;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.diseal_cng_filter button {
    background: #000000;
    border: 0px;
    font-size: 26px;
    line-height: 43px;
    color: #ffffff;
    padding: 2px 30px;
    /*    margin: 0 5px;*/
    border-radius: 0px;
}

.activefueltype {
    background: #006CB5 !important;
}

ul.sub-menu li a {
    padding: 8px 20px !important;
    color: #000000 !important;
}

ul.sub-menu {
    width: 180px !important;
}

ul.sub-menu li a:hover {
    color: #006CB5 !important;
}

.our-legacy-inner-sec .topleftshape:after {
    top: -180px !important;
    left: -580px;
}

.our-legacy-inner-sec .swiper-pagination {
    display: none !important;
}

.our-legacy-inner-sec .swiper-cube-shadow {
    opacity: 0.2 !important;
}

.our-legacy-inner-sec .swiper-button-next,
.our-legacy-inner-sec .swiper-button-prev {
    bottom: 80px;
}

.our-legacy-inner-sec .our-legacy-content p {
    color: #000000 !important
}

.join-our-team-sec {
    position: relative;
}

.join-our-team-sec:after {
    position: absolute;
    content: '';
    left: -50%;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    background: #F0F2F5;
    z-index: 1;
}

.breadcrumbinner {
    display: flex;
    justify-content: space-between;
}

.custompopup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 9999999;
}

.showpopup {
    display: flex;
}

.popupinner {
    max-width: 800px;
    background: #ffffff;
    padding: 30px;
    position: relative;
}

.popupformfields .closebtn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    background: #0074C3;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.popupformfields h5 {
    font-size: 30px;
    margin: 0 0 15px 0;
}

.vehicle-category-text .probooknow span {
    color: #ffffff !important;
}

.page-copyline .product-cta {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.reqcallback {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: underline;
}

.product-detail-meta .product-cta {
    align-items: center;
}

.claim-refund-links a {
    font-size: 24px;
    font-weight: 500 !important;
    text-decoration: underline;
    color: #006cb5;
}

.product-detail-meta {
    z-index: 9;
}

.acsessories-sec.rightbtmshape:after {
    right: -750px !important;
}

.indogbtn.swiper-button-disabled {
    display: none;
}

.gurkha_tech_detail {
    display: block !important;
}

body.archive.tax-vehicles_category.term-urbania .vehicle-models-wrap .vehicle-models-list li:first-child {
    display: none !important;
}

body.archive.tax-vehicles_category.term-gurkha .vehicle-models-wrap .vehicle-models-list li:first-child {
    display: none !important;
}

#catname_urbania.mm-container .menu-secondlevel-post li:first-child {
    display: none;
}

#catname_gurkha.mm-container .menu-secondlevel-post li:first-child {
    display: none;
}

.vidsectitle {
    position: absolute;
    z-index: 9;
    height: 100%;
    max-width: 450px !important;
}

.vidsectitle .elementor-widget-container {
    display: flex;
    align-items: center;
}

.vidsectitle .elementor-widget-container h2 {
    color: #ffffff;
    font-size: 55px;
    padding: 55px;
}

.homevidsec.topleftshape:after {
    z-index: 1 !important;
    left: -400px;
}

.vidsectitle h2 {
    font-weight: 400;
}

.vidsectitle h2 span {
    font-weight: 700;
    color: #ffffff !important;
    background: #006cb5;
    padding: 0 10px;
}

.main-slider video {
    top: -50px;
    position: relative;
}

footer#site-footer {
    overflow: hidden;
}

.mobdealerlink,
.mobhambgmenu {
    display: none;
}

.site-navigation-toggle-holder {
    display: none !important;
}

.homestats .elementor-counter-title {
    text-align: center;
}

.mb-filter-tabs {
    display: none;
}

.merchandise-tab {
    background: #0074C3;
    width: 100%;
    padding: 12px 12px;
    display: block;
    position: relative;
    margin-top: 20px;
}

.merchandise-tab h5 {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 105px;
}

.merchandise-tab-inner {
    display: flex;
    justify-content: space-between;
}

.merchandise-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 55%;
}

.merchandise-btn .forcethembtn {
    margin-top: 5px;
}

.merchandise-title {
    width: 40%;
}

.merchandise-tab .forcethembtn span {
    font-size: 14px !important;
    padding: 0 10px !important;
}

.merchandise-tab .forcethembtn {
    position: relative;
}

.mob-home-banner {
    display: none;
}

.progallerybtn.swiper-button-next.swiper-button-disabled,
.progallerybtn.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.product-gallery-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

body.cb_business-template-default.single.single-cb_business .breadcrumbtxt span span:nth-child(7),
.breadcrumbtxt span span:nth-child(8) {
    display: none !important;
}

th.ex-price-head {
    width: 170px;
}

.gurkha_capabilities_slider .swiper-slide figure img {
    display: block;
}

.driving_ease_full .swiper-slide {
    transition: all 0.8s;
    position: relative;
}

.ftrevtoppadd {
    margin-top: 40px !important;
}

.bluebtnbig span {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 20px;
}

.forcethembtn.probooknow:hover span {
    color: #ffffff;
}

.forcethembtn.blubtn {
    background: #006CB5;
}

.forcethembtn.blubtn:after {
    background: #000000;
}

.style_stands-slider figcaption.elementor-image-carousel-caption {
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -43px;
    opacity: 0;
    transition: all 0.5s;
}

.style_stands-slider .swiper-slide.swiper-slide-active figcaption.elementor-image-carousel-caption {
    opacity: 1;
}

.style_stands-slider figcaption.elementor-image-carousel-caption span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.evrightshape,
.evleftshape {
    position: relative;
}

.evrightshape:after {
    position: absolute;
    content: '';
    width: 1047px;
    height: 1638px;
    left: 55%;
    bottom: -125px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/04/blue-shape-right.svg) no-repeat;
    z-index: -1;
}

.evleftshape:after {
    position: absolute;
    content: '';
    width: 1047px;
    height: 1638px;
    right: 0;
    bottom: -65px;
    background: url(https://www.forcemotors.com/wp-content/uploads/2025/04/blue-shape-left.svg) no-repeat;
    z-index: 1;
    opacity: 0.3;
}

body.cb_business-template-default.single.single-cb_business.postid-9306 .inner-banner-img:after {
    display: none;
}

.page-id-5041 .inner-banner-img:after {
    height: 50px;
}

.news-room-item h3 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.mob-vehicle-strip {
    display: none !important;
}

@media(max-width:1680px) {

    /*  .business-listing-wrap {
        background-position: 740px 0 !important;
    } */
    .main-slider video {
        transform: scale(1.5);
    }
}

@media(max-width:1536px) {
    .swiper-content:after {
        margin-right: -280px;
    }

    .prod-head {
        top: 75px !important;
    }

    .prod-info-wrap {
        margin: 130px auto 0 !important;
    }
}


@media (min-width: 1100px) and (max-width: 1200px) {
    .page-id-4901 .inner-banner-img img {
        height: auto !important;
    }

    .page-id-4901 .inner-banner-img {
        height: 100vh !important;
    }

    .page-id-4901 .inner-banner-img:after {
        height: 400px !important;
    }
}

@media(max-width:1024px) {
    .mob-vehicle-strip {
        display: block !important;
        margin-bottom: 100px;
        margin-top: 70px;
    }

    .abt-vehicle-list {
        display: none !important;
    }

    .indo-img-wrap {
        width: 100% !important;
    }

    .inner-banner {
        overflow: hidden;
    }

    .inner-banner-img {
        height: 100vh;
    }

    .inner-banner-img img {
        object-position: bottom !important;
    }

    .mobile_banner {
        display: block !important;
        width: 100%;
    }

    .desktop_banner {
        display: none !important;
    }

    .inner-banner {
        background: #000000;
    }

    body.tax-vehicles_category .page-copyline h2 span {
        font-size: 25px !important;
        line-height: 35px !important;
        margin-top: 0px !important;
    }

    .single-cb_business.postid-3200 .productmain-img {
        max-width: 450px !important;
        margin-top: 137px !important;
        left: -28px !important;
    }

    body.postid-3210 .productmain-img,
    .postid-3202 .productmain-img {
        max-width: 420px !important;
        margin-left: -60px !important;
        margin-top: 150px !important;
    }

    body.postid-9586 .productmain-img {
        max-width: 450px !important;
        margin-left: -60px !important;
        margin-top: 120px !important;
    }

    .mobile-menu ul.menu-secondlevel-post {
        justify-content: center;
    }

    .mobile-menu .menu-secondlevel-post li {
        width: 33% !important;
        margin-bottom: 40px;
    }

    .disclaimer-section {
        padding: 20px 10px;
    }

    .postid-3768 .breadcrumbtxt {
        top: 0;
    }

    .export-dealr-sec:after {
        background-size: 486px;
        height: 500px;
    }

    /* 	.page.page-id-9 .inner-banner-img:after {
		height: 300px !important;
	} */
    .site-branding.show-logo {
        margin-right: 0;
    }

    body.cb_business-template-default.single.single-cb_business.postid-3139 .page-copyline {
        padding-bottom: 210px !important;
    }

    .black_bg_shapes:after {
        left: 100% !important;
    }

    .vehicle-models-wrap .vehicle-models-list li {
        width: 203px !important;
    }

    .products-slider-wrap .custpagination .swiper-pagination {
        width: 940px;
        height: 43px !important;
    }

    .products-slider-wrap .custpagination {
        display: flex;
        overflow-x: scroll !important;
        margin-left: 20px;
        padding: 0 5px 0px !important;
    }

    .custpagination::-webkit-scrollbar {
        width: 10px !important;
        height: 8px !important;
    }

    .custpagination::-webkit-scrollbar-track {
        background-color: #8080808f !important;
        border-radius: 10px !important;
    }

    .custpagination::-webkit-scrollbar-thumb {
        background: #4599df !important;
        border-radius: 10px !important;
    }

    .single-cb_business.postid-9586 .pro-specification-list li:nth-child(4) {
        right: -100px !important;
    }

    .mobmcontainer#mobcatname_ev a.catlink-disable {
        display: none;
    }

    body .products-slider-wrap span.swiper-pagination-bullet {
        height: auto !important;
        padding: 21px 0;
    }

    .style_stands-slider figcaption.elementor-image-carousel-caption {
        font-size: 24px !important;
        line-height: 30px;
    }

    .style_stands-slider figcaption.elementor-image-carousel-caption {
        width: 100%;
    }

    .style_stands-slider figcaption.elementor-image-carousel-caption img {
        margin-top: -35px;
    }

    .nsebse:after {
        right: -590px !important;
    }

    /*  Special Vehicle Title hide */
    body.cb_business-template-default.single.single-cb_business.postid-9312 .product-detail-meta h2,
    body.cb_business-template-default.single.single-cb_business.postid-9310 .product-detail-meta h2,
    body.cb_business-template-default.single.single-cb_business.postid-9308 .product-detail-meta h2,
    body.cb_business-template-default.single.single-cb_business.postid-9306 .product-detail-meta h2,
    body.cb_business-template-default.single.single-cb_business.postid-3190 .product-detail-meta h2,
    body.cb_business-template-default.single.single-cb_business.postid-3188 .product-detail-meta h2,
    body.cb_business-template-default.single.single-cb_business.postid-3186 .product-detail-meta h2,
    body.cb_business-template-default.single.single-cb_business.postid-9304 .product-detail-meta h2 {
        display: none !important;
    }

    .accessories_sec .topleftshape:after {
        left: -800px !important;
    }

    .products-slider-wrap span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        color: #006CB5 !important;
    }

    .products-slider-wrap .swiper-slide {
        width: 100% !important;
    }

    .products-slider-wrap:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 180px;
        background: rgb(3, 3, 4);
        background: linear-gradient(0deg, rgba(3, 3, 4, 1) 0%, rgba(32, 32, 41, 0) 100%);
    }

    .vehicle-models-wrap .vehicle-models-list {
        overflow: hidden;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-category-text:before {
        left: -347px !important;
    }

    .vehicle-models-wrap .vehicle-models-list li a span {
        max-width: 180px !important;
    }

    .vehicle-category-text p {
        margin-bottom: 20px !important;
    }

    .vehicle-image {
        min-height: 250px !important;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-category-text {
        padding-left: 20px !important;
    }

    html .business-listing-wrap {
        background-position: 320px 0 !important;
        background-size: cover !important;
    }

    .vehicle-models-wrap {
        padding: 0 40px;
    }

    .vehicle-category-text h3 {
        font-size: 38px !important;
        line-height: 45px !important;
    }

    body.archive.tax-vehicles_category .title-breadcrumbs {
        bottom: 50px !important;
    }

    .business-listing-wrap .cust-container {
        padding: 30px 20px 180px !important;
    }

    body.archive.tax-vehicles_category .page-overview {
        padding: 0 10px 30px;
    }

    html body.tax-vehicles_category .page-copyline h2 {
        font-size: 40px !important;
        line-height: 45px;
    }

    .merchantshape:after {
        display: none;
    }

    .page-copyline h2 br {
        display: none;
    }

    .inner-banner-img:after {
        height: 500px !important;
    }

    .page-copyline {
        padding-bottom: 180px !important;
    }

    .single-cb_business.postid-3126 .productmain-img {
        left: 0px !important;
        max-width: 450px !important;
        /*         margin-top: 180px !important; */
    }

    .single-cb_business.postid-3146 .productmain-img {
        left: -40px !important;
    }

    .single-cb_business.postid-3210 .productmain-img,
    .single-cb_business.postid-3202 .productmain-img,
    .single-cb_business.postid-3200 .productmain-img,
    .single-cb_business.postid-3190 .productmain-img,
    .single-cb_business.postid-3188 .productmain-img,
    .single-cb_business.postid-9586 .productmain-img,
    .single-cb_business.postid-169 .productmain-img {
        left: 0px !important;
    }

    .single-cb_business.postid-167 .productmain-img,
    .single-cb_business.postid-170 .productmain-img,
    .single-cb_business.postid-183 .productmain-img {
        left: -30px !important;
        margin-top: 100px !important;
    }

    .product-gallery-slider .swiper-slide img {
        height: auto !important;
    }

    .products-technical-specification .cust-container {
        padding-bottom: 40px !important;
    }

    .products-technical-specification:after {
        left: -800px !important;
    }

    .pro-tech-spec-grid {
        flex-wrap: wrap;
    }

    .pro-tech-spec-item {
        width: 100% !important;
    }

    .pro-tech-spec-item:first-child {
        margin-bottom: 10px !important;
    }

    .product-gallery-section h2 {
        font-size: 35px !important;
    }

    .products-technical-specification {
        padding: 30px 10px 0px !important;
    }

    .product-spec-salientf-sec {
        padding: 30px 0 20px !important;
    }

    .salient-features-sec .cust-container:after {
        right: -800px !important;
        display: none;
    }

    .salient-features-sec {
        padding: 40px 0 20px !important;
    }

    .salient-features-slider .swiper-slide span {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .salient-features-sec h2 {
        font-size: 35px !important;
        line-height: 45px !important;
        margin-bottom: 30px !important;
    }

    .page-title h1 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    body.single.single-cb_business .page-copyline h2 {
        max-width: 100% !important;
    }

    .pro-specification-list li:nth-child(5) svg {
        left: -220px !important;
        top: -60px !important;
    }

    .pro-specification-list li:nth-child(4) {
        right: -80px !important;
    }

    .pro-specification-list li:nth-child(2) {
        left: -130px !important;
    }

    .pro-specification-list li:nth-child(3) .specresult {
        max-width: 200px;
    }

    .pro-specification-list li:nth-child(3) svg {
        left: -40px !important;
        top: 10px !important;
    }

    .pro-specification-list li:nth-child(2) svg {
        left: 150px !important;
        top: -11px !important;
    }

    .pro-specification-list li:first-child svg {
        left: -20px !important;
        top: -80px !important;
    }

    .pro-specification-list li:first-child .spectitle {
        max-width: 100px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .product-spec-salientf-sec:before {
        height: 380px !important;
    }

    .pro-specification-list li svg {
        transform: scale(0.6);
    }

    .single-cb_business .productmain-img {
        max-width: 500px !important;
        margin-top: 120px !important;
    }

    .pro-specification-list li .specresult {
        font-size: 15px !important;
        line-height: 20px !important;
        max-width: 84px;
        font-weight: 400 !important;
    }

    .pro-specification-list {
        max-width: 768px !important;
        padding: 0 20px !important;
    }

    .product-detail-overview-sec {
        padding: 10px 10px 30px;
    }

    .product-price {
        width: 100%;
        font-size: 24px;
    }

    .product-price span {
        font-size: 50px;
        line-height: 50px;
    }

    .product-cta {
        width: 100%;
        display: flex;
    }

    .forcethembtn.probooknow {
        margin-right: 10px;
    }

    .page-copyline {
        padding-bottom: 150px;
        align-items: flex-end;
        z-index: 9;
    }

    body.cb_business-template-default.single.single-cb_business .page-copyline {
        padding-bottom: 180px !important;
    }

    body.cb_business-template-default.single.single-cb_business .inner-banner-img:after {
        height: 650px;
    }

    body.cb_business-template-default.single.single-cb_business .page-title {
        margin-top: 0px !important;
    }

    .title-breadcrumbs {
        padding: 0 20px;
        top: auto;
        bottom: 60px !important;
        z-index: 9;
    }

    .inner-banner {
        /*    margin-bottom: 10px; */
    }

    .product-detail-meta .product-cta {
        display: none;
    }

    .page-copyline {
        padding: 0 20px;
    }

    .page-copyline .productprice {
        display: none !important;
        font-size: 20px !important;
        font-weight: 400 !important;
    }

    .spotlightshape:after {
        right: 50px;
    }

    a.spot-card {
        padding: 20px;
    }

    .spot-card-1 .spot-card-content {
        margin-top: 246px;
    }

    .spotlight-card-sec.fadeIn .spot-card-1,
    .spotlight-card-sec.fadeIn .spot-card-2,
    .spotlight-card-sec.fadeIn .spot-card-3 {
        background-size: cover !important;
    }

    .expertise-section {
        padding: 0px 0;
    }

    .expertise-slider .swiper-slide {
        opacity: 1;
    }

    .expertise-slider .swiper-button-next {
        right: -15px;
    }

    .expertise-slider .swiper-button-prev {
        left: -15px;
    }

    .homevidsec.topleftshape:after {
        left: -750px !important;
        top: -100px;
    }

    .vidsectitle .elementor-widget-container {
        align-items: flex-start;
    }

    .vidsectitle .elementor-widget-container h2 {
        font-size: 27px !important;
        max-width: 210px !important;
        padding: 20px !important;
    }

    .forcelegacy-section .swiper-pagination {
        top: auto;
        bottom: -400px;
        left: 0;
        right: 0;
        transform: rotate(0deg);
        margin: 0 auto;
    }

    .abt-vehicle-list {
        transform: scale(0.55);
    }

    .image-slider img {
        position: relative;
        left: 25%;
    }

    .products-slider-wrap span.swiper-pagination-bullet:nth-child(4) {
        width: 80px !important;
    }

    .image-slider-wrapper {
        height: 100%;
        max-width: 100%;
        bottom: 0;
        top: auto;
        display: flex;
        align-items: flex-end;
    }

    .prod-info p {
        max-width: 500px;
    }

    .prod-info-wrap {
        margin: 160px auto 0 !important;
        flex-wrap: wrap;
    }

    .prod-info {
        width: 100%;
        margin-bottom: 30px;
    }

    .prod-img {
        width: 100%;
    }

    .products-slider-wrap .custpagination {
        padding: 0 20px;
    }

    .prod-info-wrap {
        padding: 0 20px 90px;
    }

    .prod-head {
        top: 40px !important;
        left: 10px;
    }

    .swiper-content .swiper-slide .prod-info span.vehicle-name {
        display: none !important;
    }

    .mobhambgmenu {
        display: block;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    .mobhambgmenu img {
        display: block;
    }

    .mobdealerlink {
        display: flex !important;
        align-items: center;
        position: absolute;
        right: 20px;
        top: 23px;
    }

    .mobdealerlink img {
        height: 28px;
    }

    .site-header .header-inner {
        justify-content: center;
        padding: 8px 20px;
    }

    .forcehomeslider .swiper-slide .content .title br {
        display: none;
    }

    .forcehomeslider .swiper-pagination {
        bottom: 30px !important;
    }

    /*.forcehomeslider .swiper-slide .content {
        top: auto;
        bottom: 100px;
        padding: 0 10px;
        display: flex;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
  .forcehomeslider .swiper-slide .content .title {
        font-size: 38px;
        line-height: 50px;
        text-align: center;
        margin: 0 0 20px;
        width: 100% !important;
        display: block;
        max-width: 100%;
    }*/
    .mob-home-banner {
        width: 100%;
        display: block;
        height: 100vh !important;
        object-fit: cover;
    }

    .forcehomeslider .swiper-slide:first-child .mob-home-banner {
        object-position: top;
    }

    .forcehomeslider .swiper-slide:nth-child(2) .mob-home-banner {
        object-position: center;
    }

    .forcehomeslider .swiper-slide:nth-child(5) .mob-home-banner {
        object-position: bottom;
    }

    .main-slider video,
    .forcehomeslider .swiper-slide .entity-img {
/*         display: none !important; */
    }

    .right-menu {
        display: none;
    }

    nav.site-navigation {
        display: none;
    }

    .brand-logo {
        display: none;
    }

    .inner-banner-img img {
        object-position: right !important;
    }
}

@media(max-width:884px) {
    .forcehomeslider .swiper-slide .content {
        top: auto;
        bottom: 80px;
        padding: 0 10px;
        display: flex;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .forcehomeslider .swiper-slide .content .title {
        font-size: 38px;
        line-height: 50px;
        text-align: center;
        margin: 0 0 20px;
        width: 100% !important;
        display: block;
        max-width: 100%;
    }

    body .forcehomeslider .swiper-slide-video .content .title {
        text-align: center !important;
        font-size: 33px !important;
        line-height: 40px !important;
    }

    .forcehomeslider .swiper-slide-video .content {
        bottom: 55px !important;
    }
}

@media(max-width:767px) {

    body.postid-178 .page-title h1,
    body.postid-179 .page-title h1,
    body.postid-173 .page-title h1 {
        font-size: 25px !important;
        line-height: 32px !important;
    }

    body.single-cb_business .inner-banner .page-copyline h2 {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .products-slider-wrap span.swiper-pagination-bullet:after {
        font-size: 16px !important;
    }

    .page-id-125 .page-copyline h2,
    .page-id-4901 .page-copyline h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    html body.tax-vehicles_category .page-copyline {
        padding-bottom: 180px !important;
    }

    html .single-cb_business.postid-3210 .productmain-img,
    html .single-cb_business.postid-9586 .productmain-img,
    html .single-cb_business.postid-3202 .productmain-img {
        left: 10px !important;
    }

    .mobile-menu .menu-secondlevel-post li {
        width: 50% !important;
    }

    .page.page-id-9 .inner-banner-img:after {
        display: block;
    }

    .vehicle-models-wrap .vehicle-models-list li {
        width: 147px !important;
    }

    .single-cb_business.postid-9586 .pro-specification-list li:nth-child(4) {
        right: 20px !important;
    }

    html body .footer-product-links .lad-ass-img:after {
        right: -100px !important;
    }

    .footer-product-links .lad-ass-item:first-child .lad-ass-img img {
        position: relative;
        top: -5px;
    }

    body .products-slider-wrap span.swiper-pagination-bullet {
        width: 80px;
    }

    .homevidsec .elementor-custom-embed-play:after {
        display: none;
    }

    .products-slider-wrap span.swiper-pagination-bullet:before {
        display: none;
    }

    .single-cb_business.postid-9586 .productmain-img {
        left: -18px !important;
    }

    .cb_business-template-default.single-cb_business.postid-3139 .pro-specification-list li:nth-child(2) .specresult {
        max-width: 110px;
    }

    .cb_business-template-default.single-cb_business.postid-3139 .pro-specification-list li:nth-child(2) svg {
        left: 72px !important;
    }

    .single-cb_business.postid-167 .productmain-img,
    .single-cb_business.postid-170 .productmain-img,
    .single-cb_business.postid-183 .productmain-img {
        left: -10px !important;
    }

    .pro-specification-list li:nth-child(2) {
        min-width: 120px;
    }

    .pro-specification-list li .spectitle {
        font-size: 13px !important;
    }

    html .black_bg_shapes:after {
        display: none !important;
    }

    .style_stands-slider figcaption.elementor-image-carousel-caption img {
        margin-top: -20px;
        width: 40px;
    }

    .style_stands-slider figcaption.elementor-image-carousel-caption {
        font-size: 20px !important;
        line-height: 26px;
    }

    html .ftr-quicklinks {
        width: 50% !important;
    }

    html .ftr-newsroom {
        width: 50% !important;
    }

    footer#site-footer h4 {
        line-height: 28px !important;
    }

    .products-slider-wrap span.swiper-pagination-bullet {
        opacity: 1;
    }

    .inner-banner-img img {
        height: auto;
    }

    body.cb_business-template-default.single.single-cb_business .page-copyline {
        padding-bottom: 210px !important;
    }

    .indo-slider-inner .indo-img-wrap .indoimg02 {
        position: absolute !important;
        max-width: 150px !important;
    }

    /*   html .indo-slider-inner .indo-img-wrap .indoimg02 {
    left: 20px !important;
    right: auto !important;
    z-index: 1;
    bottom: -40px !important;
    top: auto !important;
  } */
    .indo-logo {
        top: 0px !important;
    }

    .btn-wrap {
        display: none;
    }

    body.scroll-down .btn-wrap,
    body.scroll-up .btn-wrap {
        display: block !important;
    }

    .locate-a-dealer-section {
        padding: 40px 0 20px !important;
    }

    .locate-a-dealer-section a {
        width: 160px;
        text-align: center;
    }

    html .business-listing-wrap:nth-child(2n):after {
        background: #f2f2f2 !important;
    }

    html .business-listing-wrap:nth-child(2n) {
        background-position: 0vh 440px !important;
        background-size: 82% !important;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-category-text:before {
        display: none !important;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-image:before {
        position: absolute;
        content: '';
        height: 1000px;
        width: 1866px;
        right: -1519px;
        background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/white-product-patch.svg) no-repeat !important;
        background-position: top left !important;
        z-index: -1;
    }

    .vehicle-image {
        position: relative;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-image:after {
        position: absolute;
        content: '';
        right: -157px;
        top: -401px;
        width: 235px;
        height: 401px;
        background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/smallgray-shape.svg) no-repeat;
        background-position: bottom left;
    }

    .business-listing-wrap:after {
        height: 190px !important;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-category-text {
        min-height: 410px !important;
    }

    html .business-listing-wrap:nth-child(2n) {
        background-position: 0vh 440px !important;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-category-text:before {
        left: 60px !important;
        top: -130px !important;
    }

    .vehicle-models-wrap .vehicle-models-list li a span {
        font-size: 14px !important;
        line-height: 23px !important;
    }

    html .business-listing-wrap {
        background-position: 0px 0 !important;
    }

    .business-listing-wrap:nth-child(2n) .vehicle-category-text {
        padding-left: 0px !important;
    }

    .vehicle-category-text:before {
        right: -159px !important;
        top: -150px !important;
    }

    .vehicle-category-text h3 {
        font-size: 35px !important;
        line-height: 45px !important;
        margin-top: 0 !important;
    }

    .vehicle-category-text {
        width: 100% !important;
    }

    .vehicle-image {
        width: 100% !important;
    }

    .media-play .close {
        right: -30px;
    }

    .media-frame iframe {
        height: 300px !important;
    }

    .page-copyline {
        padding-bottom: 200px !important;
    }

    .pageoverview {
        margin-top: -60px;
    }

    .title-breadcrumbs {
        bottom: 80px;
    }

    .single-cb_business.postid-3136 .productmain-img,
    .single-cb_business.postid-3092 .productmain-img,
    .single-cb_business.postid-3141 .productmain-img,
    .single-cb_business.postid-3139 .productmain-img {
        left: -10px !important;
    }

    .single-cb_business.postid-3126 .productmain-img {
        left: 0px !important;
        max-width: 180px !important;
        margin-top: 120px !important;
    }

    .single-cb_business.postid-3146 .productmain-img {
        left: -20px !important;
        max-width: 210px !important;
        margin-top: 100px !important;
    }

    .single-cb_business.postid-3210 .productmain-img,
    .single-cb_business.postid-3202 .productmain-img,
    .single-cb_business.postid-3200 .productmain-img,
    .single-cb_business.postid-3196 .productmain-img,
    .single-cb_business.postid-3190 .productmain-img,
    .single-cb_business.postid-3188 .productmain-img,
    .single-cb_business.postid-9586 .productmain-img {
        left: -20px !important;
        max-width: 160px !important;
        margin-top: 110px !important;
    }

    .pro-specification-list li {
        max-width: 100% !important;
        width: 150px !important;
    }

    .pro-specification-list li:nth-child(4) .spectitle,
    .pro-specification-list li:nth-child(5) .spectitle {
        width: 100px;
    }

    .pro-specification-list li:nth-child(4) .specresult,
    .pro-specification-list li:nth-child(5) .specresult {
        width: 120px !important;
        display: block;
        max-width: 100%;
    }

    .pro-specification-list li:nth-child(5) svg {
        left: -191px !important;
        top: -68px !important;
    }

    .pro-specification-list li:nth-child(4) svg {
        left: -120px !important;
        top: -10px !important;
    }

    .pro-specification-list li:nth-child(3) svg {
        left: 8px !important;
        top: 0px !important;
    }

    .pro-specification-list li:nth-child(2) svg {
        left: 57px !important;
        top: -20px !important;
    }

    .pro-specification-list li:first-child svg {
        left: -45px !important;
        top: -67px !important;
    }

    .pro-specification-list li:last-child .specresult {
        max-width: 80px !important;
    }

    .pro-specification-list li:last-child .spectitle {
        width: 100px;
    }

    .pro-specification-list li:last-child {
        top: 110px !important;
        right: 78px !important;
    }

    .pro-specification-list li:nth-child(4) {
        right: -30px !important;
        top: 20px !important;
    }

    .pro-specification-list li:nth-child(3) {
        right: 60px !important;
    }

    .pro-specification-list li .specresult {
        font-size: 13px !important;
    }

    html .footer-product-links .lad-ass-item:nth-child(2) .lad-ass-img:after {
        left: -155px !important;
        bottom: -20px !important;
        height: 207px;
    }

    .lad-ass-text h2 {
        margin-top: 20px;
    }

    html .lad-ass-img img {
        margin-right: 0px !important;
    }

    html .footer-product-links .lad-ass-item:nth-child(2) {
        padding: 0px 10px 10px 10px !important;
        margin-top: 0px !important;
    }

    .products-technical-specification {
        margin-bottom: -1px;
    }

    html .footer-product-links .lad-ass-item .lad-ass-text {
        margin: 20px 0;
    }

    html .footer-product-links .lad-ass-img:after {
        margin-right: -41px !important;
        bottom: -20px;
    }

    html .lad-ass-item:nth-child(2) {
        margin-top: 20px !important;
    }

    .lad-ass-item {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .lad-ass-img {
        padding: 0px !important;
        width: 100% !important;
    }

    .lad-ass-text {
        width: 100% !important;
        left: 0 !important;
    }

    html .footer-product-links .lad-ass-item:first-child .lad-ass-text {
        left: 10px !important;
        width: 100% !important;
    }

    .products-technical-specification .cust-container:after {
        left: -3% !important;
    }

    .product-accordian-title:before {
        right: 20px !important
    }

    .product-accordian-title:after {
        right: 33px !important;
    }

    .products-technical-specification:after {
        display: none;
    }

    html .product-gallery-thumbs-wrap {
        padding: 10px 20px 10px !important;
    }

    /*   .product-gallery-thumbs .swiper-slide {
    flex-shrink: 1 !important;
  } */
    .product-gallery-section {
        background: transparent !important;
    }

    .salient-features-sec .cust-container:after {
        display: none;
    }

    html .product-gallery-section h2 {
        width: 100% !important;
        background-color: transparent;
        color: #000000 !important;
        position: relative !important;
        font-size: 30px !important;
        line-height: 40px !important;
        top: 0 !important;
        margin-bottom: 20px;
    }

    .btntopright {
        top: -30px !important;
    }

    .salient-features-sec h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 20px !important;
    }

    .salient-features-sec {
        padding: 30px 20px !important;
    }

    .product-spec-salientf-sec:before {
        height: 240px !important;
    }

    .salient-features-sec .cust-container {
        padding-left: 0px !important;
    }

    .sfcomimg {
        display: none;
    }

    .product-detail-price {
        margin: 10px 0 0;
    }

    .pro-specification-list li:nth-child(2) {
        left: -80px !important;
        top: 0px !important;
    }

    .pro-specification-list li:first-child .specresult {
        width: 80px;
    }

    .pro-specification-list li:first-child {
        top: 100px !important;
    }

    .pro-specification-list li svg {
        transform: scale(0.4);
    }

    .single-cb_business .productmain-img {
        max-width: 50% !important;
        margin-top: 100px !important;
    }

    .page-title h1 {
        font-size: 25px !important;
        line-height: 32px !important;
    }

    .pro-tech-spec-item ul li span {
        font-size: 16px !important;
        padding: 10px 0 !important;
    }

    .product-accordian-title {
        font-size: 20px;
        line-height: 24px;
        padding: 18px 20px !important;
    }

    .pro-tech-spec-grid {
        padding: 20px !important;
    }

    .pro-tech-spec-item ul li {
        justify-content: space-between;
    }

    .pro-tech-spec-item ul li span:first-child {
        width: 50% !important;
    }

    .pro-tech-spec-item ul li span {
        width: 50% !important;
    }

    .product-price {
        margin-bottom: 20px;
    }

    .product-detail-price {
        flex-wrap: wrap;
    }

    .spot-card-1 .spot-card-content {
        margin-top: 100px;
    }

    .spotlight-card-sec h2.elementor-heading-title {
        color: #000000 !important;
        text-align: center !important;
    }

    .spotlightshape:after {
        right: 206px;
    }

    .nsebse:after {
        left: 50px;
    }

    .expertise-section {
        padding: 0px 30px;
    }

    .vidsectitle {
        z-index: 1 !important;
    }

    .homevidsec .elementor-custom-embed-play svg {
        z-index: 999;
        position: relative;
    }

    .homevidsec .elementor-custom-embed-play:after {
        position: absolute;
        content: '';
        left: -900px;
        top: -270px;
        background: url(https://www.forcemotors.com/wp-content/uploads/2025/02/shape-left-bg.svg) no-repeat;
        width: 1093px;
        height: 1707px;
        z-index: -1;
    }

    .homevidsec.topleftshape:after {
        display: none;
    }

    .vidsectitle .elementor-widget-container h2 {
        max-width: 180px !important;
    }

    .homevidsec .elementor-widget-video .elementor-custom-embed-image-overlay img {
        height: 300px;
    }

    .forcelegacy-section .swiper-button-prev,
    .forcelegacy-section .swiper-button-next {
        transform: none !important;
        top: 58%;
    }

    .forcelegacy-section .swiper-button-prev {
        right: auto;
        left: 0px;
    }

    .forcelegacy-section .swiper-button-next {
        left: auto;
        right: 0;
    }

    .legacysectionhome:after {
        left: -80px;
        bottom: 150px;
        width: 220px;
        height: 220px;
        background-size: 100%;
    }

    .our-legacy-content {
        padding-bottom: 0 !important;
        padding: 10px 0px 0;
        justify-content: center !important;
        text-align: center;
    }

    .nobr br {
        display: none;
    }

    .statsgrid .e-con-inner {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-between !important;
        gap: 0;
    }

    .statsgrid .e-con-inner .elementor-widget-counter {
        width: 48%;
        margin-bottom: 10px;
    }

    .statsgrid {
        padding: 0 !important;
    }

    .homestats .elementor-counter-title {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .abt-vehicle-list {
        transform: scale(0.28);
    }

    /* Prevent the scrollbar from hiding */
    html,
    body {
        overflow: auto !important;
    }

    .image-slider img {
        position: relative;
        left: 36%;
    }

    .prod-info-wrap {
        padding: 0 20px 70px;
    }

    .title-breadcrumbs {
        z-index: 9;
    }

    .page-title {
        margin-top: 0px;
        padding-top: 5px;
    }

    .page-title h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 10px 0 0 0;
    }

    .page-copyline h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .pro-specification-list li:nth-child(4) {
        right: 45px !important;
    }

    .pro-specification-list li .spectitle {
        line-height: 21px;
    }

    .pro-specification-list li:nth-child(3) .specresult {
        width: 120px;
    }

    .pro-specification-list li:last-child {
        right: 130px !important;
    }

    .forcehomeslider .swiper-slide .content .title {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(max-width:400px) {
    .product-spec-salientf-sec:before {
        height: 218px !important;
    }

    .pro-specification-list {
        transform: scale(0.8) !important;
        left: -60px !important;
        margin-top: -30px !important;
    }
}

@media only screen and (max-width: 360px) and (min-height: 800px) {}