/*---- THEME CSS STARTS ----*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    overflow-x: hidden !important;
    position: relative;
    font-family: 'Lexend';
}

h1, h2, h3, h4, h5, h6 {
    color: black;
}

.page-header {
   display: none;
}

.image-hover {
    overflow: hidden;
}
.image-hover img {
    transition: all 0.5s ease-in;
    width: 100%;
}
.image-hover:hover img {
    transform: scale(1.1);
}


.elementor-element-edit-mode.custom-header {
    background: #000;
}


.custom-btn span.elementor-button-text:after {
    content: "";
    background: url(../images/subscribeArrow.png);
    width: 21px;
    height: 8px;
    display: inline-block;
    margin-left: 15px;
}

.custom-btn.black span.elementor-button-text:after {
    filter: invert(1);
}

span.yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

p.no-products-message {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
}

/*---- THEME CSS ENDS ----*/


/*------ HEADER CSS STARTS -----*/

.custom-header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.iconTop {
    border-right: 1px solid rgb(255 255 255 / 30%);
    padding: 6px 18px 2px;
}
.custom-currency .yay-currency-single-page-switcher {
    margin-bottom: 0;
}
.custom-currency:before {
    content: "Currency";
    color: white;
    margin-right: 10px;
}
.custom-currency {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.custom-header ul.sub-menu {
    border-radius: 0px 0px 10px 10px;
    background: rgba(51, 51, 51, 0.30);
    backdrop-filter: blur(15px);
    border-top: 1px solid #fff;
    padding: 15px 20px;
    width: auto;
}

.custom-menu .main-menu-item {
    padding: 15px 15px;
}

.custom-header ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 5px 0;
}
.custom-header ul.sub-menu li a {
    border: none;
    padding: 15px 14px !important;
    border-radius: 5px;
    color: white;
    width: 284px;
}
.custom-header ul.sub-menu li a:hover {
    background-color: rgb(0 0 0 / 20%);
}




/*--- MEGA MENU STYLING -----*/
.htmegamenu-content-wrapper.sub-menu {
    border-radius: 0px 0px 10px 10px;
    background: rgba(51, 51, 51, 0.50);
    backdrop-filter: blur(15px);
    border-top: 1px solid white;
}


/* .brands-menu figure.gallery-item {
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.30);
    backdrop-filter: blur(15px);
}
.brands-menu .gallery-caption {
    margin-top: 20px !important;
    padding: 0;
    color: #FFF;
    font-size: 8px;
    text-transform: uppercase;
    font-style: normal !important;
}
.brands-menu .gallery-item {
    padding: 20px 15px;
}
.brands-menu .gallery-item img {
    height: 50px;
    object-fit: scale-down;
} */

.custom-grid .elementor-widget-image{
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.30);
    backdrop-filter: blur(15px);
    padding: 20px 5px;
}
.custom-grid .elementor-widget-image:hover{
    background: rgba(51, 51, 51, 0.80);
}
.custom-grid .elementor-widget-image img {
    width: 80%;
    height: 50px;
    object-fit: scale-down;
}
.custom-grid .widget-image-caption {
    margin-top: 10px;
    color: white !important;
    text-transform: uppercase;
}

/*--- MEGA MENU STYLING -----*/


/*------ HEADER CSS ENDS -----*/



/*----- HOME VIDEO SECTION CSS STARTS -----*/

.home-section:before {
    content: "";
    background-image: url(../images/VideoOverlayImage.png);
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 1;
}

/*----- HOME VIDEO SECTION CSS ENDS -----*/




.rightContainer .elementor-widget-shortcode {
    margin-left: calc((100% - 1320px) / 2);
    margin-right: 0;
    overflow: hidden;
}

.customContainer {
    margin-left: calc((100% - 1320px) / 2) !important;
    margin-right: 0 !important;
    overflow: hidden;
    width: auto;
}

/*----- HOME PRODUCTS SECTION CSS STARTS ----*/


#tabs-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #ccc;
    font-weight: 300;
}
#tabs-nav li {
  margin-right: 30px;
  position: relative;
}

#tabs-nav li.active:before {
    content: "";
    border-bottom: 2px solid black;
    position: absolute;
    width: 100%;
    bottom: -2px;
}

#tabs-nav li a {
  text-decoration: none;
  color: #666;
  padding-bottom: 10px;
  display: inline-block;
}

#tabs-nav li.active a {
  color: #000;
  border-bottom-color: #000;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 15px 0;
}

.tab-content.active {
  display: block;
}



.main-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    color: #000;
}
.product-column {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
}

.pr-image-box {
    position: relative;
}
.pr-image-box img {
    width: 100%;
}

.main-tags {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.main-tags span {
    display: inline-flex;
    align-items: center;
    height: 26px;
}
span.feature {
    border-radius: 40px;
    border: 1px solid #000;
    background: #FFF;
    padding: 0 10px;
}
span.photos {
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(39.849998474121094px);
    padding: 0 10px;
    margin-left: 10px;
}
span.photos:before {
    content: "";
    background: url(../images/photoIcon.png);
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
}
span.year {
    background-color: black;
    color: white;
    padding: 6px 13px;
    border-radius: 40px;
    margin-left: auto;
}


.pr-content-box {
    padding: 10px 20px;
}

.pr-content-box h4{
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
}
.pr-content-box h4 a {
    color: black;
}

.prcat-wish {
    display: flex;
    justify-content: space-between;
}
.wishlist {
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 20px;
}
.wishlist svg.yith-wcwl-icon {
    width: 24px !important;
}

.prcat-wish .cat {
    color: #AEAEAE;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.prcat-wish .cat img {
    height: 25px;
    width: auto;
    object-fit: contain;
    margin-right: 5px;
    max-width: 50px;
}

p.price {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.pr-info {
    color: #666;
    font-size: 18px;
    font-weight: 300;
    line-height: 14px;
    display: flex;
    margin-bottom: 10px;
}
.pr-info > div {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.pr-info > div img {
    height: 16px;
    width: auto;
    margin-right: 10px;
}



.details-btn {
    border-top: 1px solid #D9D9D9;
    padding: 20px 40px 10px;
}

.details-btn a {
    display: block;
    background-color: black;
    border-radius: 10px;
    color: white;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.details-btn a:after {
    content: "";
    background: url(../images/subscribeArrow.png);
    width: 21px;
    height: 8px;
    display: inline-block;
    margin-left: 15px;
}


/*----- HOME PRODUCTS SECTION CSS ENDS ----*/


/*----- FEATURED SECTION CSS STARTS -----*/


.ft-image {
    margin-bottom: -90px;
}


.featured-column {
    max-width: 60%;
    display: block !important;
    margin: 0 auto;
}

.featured-image img {
    width: 100%;
}
.featured-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
}


.featured-info .cat {
    color: #AEAEAE;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.featured-info .cat img {
    max-height: 30px;
    height: auto;
    width: auto;
    object-fit: contain;
    margin-right: 5px;
}

.featured-content h4 {
    font-size: 26px;
    font-weight: 500;
}
.featured-info .pr-info {
    font-size: 14px;
    font-weight: 300;
}
.featured-info .pr-info img {
    height: auto;
}
.featured-info .pr-info > div {
    padding-right: 40px;
}



p.price img {
    display: inline-block;
}
.featured-btn {
    display: block;
    background-color: black;
	color: white !important;
    border-radius: 10px;
    color: white;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.featured-btn:after {
    content: "";
    background: url(../images/subscribeArrow.png);
    width: 21px;
    height: 8px;
    display: inline-block;
    margin-left: 15px;
}


.featured-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(50px);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.featured-arrow .ft-prev img {
   transform: rotate(-180deg);
}

.featured-arrow .slick-arrow {
    left: -50px;
    position: relative;
    width: 56px;
    height: 56px;
    border: 1px solid #D7D7D7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-arrow a.ft-next {
    left: unset;
    right: -50px;
}


/*----- FEATURED SECTION CSS ENDS -----*/


/*---- WHY CHOOSE AUTO DEALS SECTION CSS STARTS -----*/

.myBox {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 30px 40px;
}
.myBox h3 {
    margin-top: 0;
}

.customWidth {
    margin-left: 20px;
    max-width: calc(100% - 40px) !important;
}

/*---- WHY CHOOSE AUTO DEALS SECTION CSS ENDS -----*/


/*----- BRANDS SECTION CSS STARTS -----*/

.brands-logo figure.swiper-slide-inner {
    padding: 40px 0;
    background-color: white;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.brands-logo figure.swiper-slide-inner img.swiper-slide-image {
    min-height: 95px;
    object-fit: none;
    object-position: center;
    margin-bottom: 25px;
}

.brands-logo .elementor-image-carousel-wrapper {
    padding-bottom: 60px !important;
}

.brands-logo .elementor-swiper-button-prev {
    left: -35px !important;
}
.brands-logo .elementor-swiper-button-next {
    right: -35px !important;
}



.border-counter:before {
    content: "";
    border-left: 1px solid black;
    width: 1px;
    height: 70px;
    position: absolute;
    top: 10px;
    left: -70%;
}
.border-counter:after {
    content: "";
    border-left: 1px solid black;
    width: 1px;
    height: 70px;
    position: absolute;
    top: 10px;
    right: -70%;
}

/*----- BRANDS SECTION CSS ENDS -----*/



/*------ CLIENTS REVIEW SECTION CSS STARTS -----*/

.clients-inner .slick-track {
    display: flex;
}
.clients-inner .item{
    padding: 10px;
    display: flex;
    height: auto;
}

.clients-item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 3px 21.3px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 30px;
    font-family: Lexend;
}

.review-top {
    display: flex;
    align-items: center;
}

.info {
    margin-left: 13px;
}

.info h5, .info p {
    margin: 0;
}

.info h5 {
    margin-bottom: 10px;
}

.info p{
    font-size: 14px;
    font-weight: 300;
}
.rating {
    color: #FFCB2B;
    font-size: 30px;
    margin: 20px 0px;
}

/*------ CLIENTS REVIEW SECTION CSS ENDS -----*/


/*----- NEWS AND ARTICLES SECTION CSS STARTS -----*/

.news-inner .slick-list {
    padding-left: 0 !important;
}
.news-inner .item {
    padding-right: 30px;
}
.newsItem {
    position: relative;
}
.newsItem img {
    width: 100%;
}
.newsItem:before {
    content: "";
    background: linear-gradient(180deg, rgba(28, 28, 28, 0.00) 0%, rgba(0, 0, 0, 0.99) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.news-head {
    position: absolute;
    bottom: 0;
    padding: 30px 30px;
    z-index: 8;
    color: white;
}
.news-head p.date {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
}
.news-head h4 {
    color: white;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.newsItem span.tag {
    border-radius: 30px;
    background: #000;
    color: white;
    padding: 8px 20px;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Lexend;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}


.news-arrow .t-prev img {
    transform: rotate(-180deg);
}
.news-arrow .slick-arrow {
    padding: 0 5px;
}
.news-arrow {
    display: flex;
    justify-content: end;
    margin-top: 15px;
    padding-right: 20%;
}

/*----- NEWS AND ARTICLES SECTION CSS STARTS -----*/



/*---- YOUTUBE SECTION CSS STARTS -----*/

.ytBox {
    padding: 30px 25px;
}



.custom-carousel figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 20px;
    color: white;
    width: 100%;
}
.custom-carousel .elementor-swiper-button {
    top: unset !important;
    bottom: -5%;
    transform: none !important;
    left: 44% !important;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D7D7D7;
    border-radius: 50px;
}
.custom-carousel .elementor-swiper-button-next {
    left: unset !important;
    right: 44% !important;
}
/*---- YOUTUBE SECTION CSS STARTS -----*/



/*------ SINGLE CAR PAGE CSS STARTS ------*/

.banner-image img {
    display: block;
}
.banner-main {
    position: relative;
}
.banner-content {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-content h1 {
    color: #FFF;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -1.8px;
}



.custom-container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
.single_listing_page {
    display: flex;
    padding: 70px 0 0;
}

.product-section {
    width: 75%;
    padding-right: 50px;
}
.product-sidebar {
    width: 25%;
}


.mt-single {
    margin-top: 50px;
}

/*-- SLIDER --*/

.single-slider {
    margin-bottom: 40px;
}

.slider-main .auto-item img {
    border-radius: 15px;
}
.slider-thumb .auto-item {
    padding: 10px;
}
.auto-item {
    position: relative;
}
.slider-thumb .slick-slide.slick-current.slick-active .auto-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 2px;
    border-radius: 20px;
    background-color: black;
}

.slider-thumb .slick-slide {
    opacity: 0.4;
}
.slider-thumb .slick-slide.slick-current {
    opacity: 1;
}


.slider-main .slick-arrow {
    z-index: 999;
    padding: 10px 10px;
    border-radius: 30px;
    border: 1px solid #333;
    background: #000;
    width: 66px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-main .slick-arrow:before {
    content: "";
    background: url(../images/rightArrow.png);
    width: 25px;
    height: 25px;
    filter: invert(1);

}
.slider-main .slick-prev:before {
    transform: rotate(-180deg);
}


/*--- Title ---*/

.custom-tag {
    font-size: 12px;
    font-weight: 600;
}
.custom-tag span {
    padding: 6px 10px;
    display: inline-block;
}

.title {
    display: flex;
    align-items: flex-end;
    margin: 30px 0;
}
.product-section .title h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.share {
    flex-shrink: 0;
    display: flex;
}
.share svg.yith-wcwl-icon {
    width: 20px !important;
}
.share span {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: #F5F5F5;
    margin: 0 3px;
}


/*----- After Title -----*/

.date-view {
    display: flex;
    align-items: center;
}
.date-view .brand {
    width: 62px;
    height: 62px;
    padding: 13px;
    border-radius: 50px;
    background: #f2f2f2;
}
.date-view p {
    margin: 0;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
}
.date-view .date {
    padding: 0 20px;
    border-right: 1px solid #DEDEDE;
    margin-right: 20px;
}

.pricing-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing-col p {
    margin: 0;
}


/*---- FEATURES ----*/


.car-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.car-features .inner-feature {
    border: 1px solid #DEDEDE;
    padding: 40px 0 30px;
    text-align: center;
}
.inner-feature p {
    color: rgba(90, 90, 90, 0.70);
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.inner-feature h6 {
    color: #1C1C1C;
    font-weight: 500;
    line-height: 18px; /* 100% */
}


/*---- OVERVIEW -----*/

.listing__details-wrap {
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.listing__detail {
    align-items: center;
    border-bottom: 1px solid rgba(28, 28, 28, .2);
    display: flex;
    flex-direction: row;
    font-size: 16px;
    gap: 10px;
    justify-content: space-between;
    padding: 19px 0 18px;
}
.single_listing_page .listing__single .listing__detail-text {
    line-height: 1.3;
    text-align: right;
}

h6.listing__detail-title {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
span.listing__detail-text {
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px; /* 130% */
}

.listing-contact span.listing__detail-text {
    font-family: "DM Sans", sans-serif;
}


/*---- CAR INFO -----*/

.car-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.car-info ul li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.54px;
    border-radius: 30px;
    background: #F9F9F9;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.car-info ul li:before {
    content: "";
    background: url(../images/check-icon.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}


.location > p {
    width: 48%;
}
span.listing__detail-text a {
    color: #5A5A5A;
    text-decoration: underline;
}



/*---- GALLERY -----*/

.gallery ul#tabs-nav {
    border: none;
}
.gallery #tabs-nav li:before {
    display: none;
}
.gallery ul#tabs-nav li a {
    padding: 0;
    border-radius: 30px;
    background: #F3F3F3;
    padding: 10px 30px;
}
.gallery #tabs-nav li {
    margin-right: 15px;
}
.gallery #tabs-nav li.active a {
    color: white;
    background: #000;
    font-weight: 300;
}


.tab-gallery {
    display: flex;
    flex-wrap: wrap;
}
.tab-gallery .list-gal {
    width: 25%;
    padding: 5px 5px;
}
.tab-gallery .list-gal:nth-child(6n+1) {
    width: 50%;
}
.tab-gallery .list-gal:nth-child(6n+6) {
    width: 50%;
}

.tab-gallery .list-gal img {
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: 220px;
    display: block;
}

.tab-loadmore{
    margin-top: 25px;
}
.tab-loadmore a{
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    display: inline-block;
}
.tab-loadmore a:after{
    content: "";
    background: url(../images/subscribeArrow.png);
    filter: invert(1);
    width: 21px;
    height: 8px;
    display: inline-block;
    margin-left: 15px;
}


.video-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.video-gallery .vid-gall img {
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: 220px;
    display: block;
}


.social-share div.heateor_sss_sharing_ul a {
    margin-right: 7px !important;
}
.social-share div.heateor_sss_sharing_ul a span {
    padding: 5px !important;
}


/*----- SIDEBAR -----*/

.side-column {
    border-radius: 10px;
    border: 1px solid #D7D7D7;
    background: linear-gradient(0deg, #EEE 0%, #EEE 100%), #FFF;
    padding: 20px 15px;
}

.side-column h6 {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
}

.video {
    border-radius: 20px;
    background: #FFF;
    padding: 20px 15px;
}

.vid, .vid-gall {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vid:before, .vid-gall:before {
    content: "\f04b";
    font-family: "FontAwesome";
    width: 50px;
    height: 50px;
    background: rgb(255 255 255 / 65%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: absolute;
    pointer-events: none;
}

.calculator {
    border-radius: 20px;
    background: #FFF;
    padding: 20px 15px 30px;
    margin-top: 20px;
}
.calculator .form-row {
    margin-bottom: 15px;
}
.calculator label {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 7px;
}
.calculator input {
    color: #999;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #EBEAEA;
    background: #FFF;
    height: 50px;
}

.form-row.submit-btn button {
    border-radius: 10px;
    background: #000;
    border: none;
    color: #FFF;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.form-row.submit-btn button:after {
    content: "";
    background: url(../images/subscribeArrow.png);
    width: 21px;
    height: 8px;
    display: block;
    margin-left: 8px;
}

#monthlyResult {
  display: none;
  margin-top: 10px;
  font-weight: bold;
}


.safety-column {
    margin-top: 30px;
}
.safe-col {
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.safe-col p {
    font-size: 14px;
}

.custom-related {
    padding: 80px 0;
}



/*----- FLOATING ICONS ---- */

.floating-icons-container {
    position: fixed; /* Keep it fixed on the screen */
    right: 10px; /* Distance from the right edge */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for perfect vertical centering */
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between icons */
    z-index: 1000; /* Ensure it stays on top of other content */
}
.icon-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
}

/* Colors from your image or similar */
.purple { background-color: #785EDD; } 
.green { background-color: #45C655; } 
.orange { background-color: #FF5700; }
.pink { background-color: #E4405F; }

.icon-item {
    display: flex;
    justify-content: flex-end;
}
.icon-label {
    height: 68px;
    display: flex;
    align-items: center;
    background-color: #EDEDED;
    width: 0;
    opacity: 0;
    margin-right: -68px;
    padding: 0 20px;
    border-radius: 40px;
    color: #000;
    font-size: 0;
    font-weight: 500;
    transition: all 0.5s ease-in;
    z-index: -1;
}
.icon-item:hover .icon-label {
    width: 280px;
    opacity: 1;
    font-size: 18px;
}


/*------ SINGLE CAR PAGE CSS ENDS ------*/



/*---- ABOUT US PAGE STARTS -----*/

.mv-box {
    width: 35%;
}

.my-list ul {
    padding-left: 22px;
    column-count: 3;
}
.my-list ul li {
    margin-bottom: 8px;
}


.clients-inner-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}
.clients-inner-sec .clients-item {
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.clients-inner-sec .item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 3px 21.3px 0px rgba(0, 0, 0, 0.05);
}

/*---- ABOUT US PAGE ENDS -----*/


/*---- BRANDS PAGE CSS STARTS -----*/
.brands-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}
.brand-box {
    border: 1px solid #DEDEDE;
    padding: 40px 0 60px;
    text-align: center;
}
.brand-box img {
    height: 97px;
    object-fit: scale-down;
}
.brand-box p {
    color: #333;
    font-size: 17.461px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
}
/*---- BRANDS PAGE CSS ENDS -----*/


/*---- SELL YOU CAR PAGE CSS STARTS ------*/

.custom-steps {
    counter-reset: item; /* Reset the counter */
    margin-top:70px;
}
.custom-steps .elementor-widget-icon-box {
    position: relative;
    counter-increment: item;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 80px 30px 30px;
}
.custom-steps .elementor-widget-icon-box p.elementor-icon-box-description {
    width: 65%;
}
.custom-steps .elementor-widget-icon-box::before {
  content: "0"counter(item);
  color: #0073aa;
  font-weight: bold;
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.15;
  background: linear-gradient(180deg, #000 17.75%, #FFF 82.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -150px;
  right: 60px;
}


.elementor-dragandrophandler-inner {
    line-height: normal;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    grid-gap: 10px;
}
.elementor-text-drop:before {
    content: "";
    background: url(../images/fileUpload.svg);
    width: 25px;
    height: 26px;
    display: block;
}
.elementor-text-drop {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.elementor-text-or {
    color: rgba(0, 0, 0, 0.70);
    font-size: 10px;
    font-weight: 400;
}


.note-sec {
    width: 90%;
}
.form-note {
    padding: 0;
    margin-bottom: 20px;
}
.form-note li {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
    padding: 12px 30px;
    border-radius: 30px;
    background: #F9F9F9;
    margin-bottom: 10px;
}
.form-note li:before {
    content: "i";
    border: 2px solid red;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    color: red;
    font-weight: 700;
    margin-right: 10px;
}


/*---- SELL YOU CAR PAGE CSS ENDS ------*/


/*---- CONTACT US PAGE CSS STARTS -----*/

.custom-form input, .custom-form select {
    height: 50px;
}
.custom-form span.elementor-field-option {
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.custom-form span.elementor-field-option input {
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
.custom-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url('https://cdn-icons-png.flaticon.com/512/32/32195.png') no-repeat right 1rem center;
  background-size: 10px;
  padding-right: 2.5rem; /* space for the icon */
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 13px;
}
.custom-form select:focus {
  border-color: #000;
  outline: none;
}
.select-caret-down-wrapper {
    display: none;
}


.iti__flag {
    width: 27px !important;
    height: 27px !important;
    border-radius: 50px;
}

.list-icon li.elementor-icon-list-item {
    border-radius: 30px;
    background: #F9F9F9;
    padding: 8px 40px 8px 20px !important;
    width: fit-content;
}


/*---- CONTACT US PAGE CSS ENDS -----*/


/*---- FOOTER CSS STARTS -----*/


.footer-container .e-con-inner > .elementor-element {
    width: auto;
}

.newsletterForm {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 20px;
}
.newsletterForm input#form-field-email {
    padding: 0;
}
.newsletterForm button.elementor-button {
    padding: 18.5px 0;
}
.newsletterForm button.elementor-button .elementor-button-text:after {
    content: "";
    background: url(../images/subscribeArrow.png);
    width: 21px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
}

.ft-head h4.elementor-heading-title {
    border-left: 2px solid #AEAEAE;
    padding-left: 14px;
}



/*---- FOOTER CSS ENDS -----*/


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

.custom-menu .main-menu-item {
    padding: 15px 10px;
}
.custom-grid .elementor-widget-image {
    padding: 10px 5px;
}
	
.main-tags {
    font-size: 11px;
}

.pr-info > div {
    padding-right: 15px;
}
.pr-info {
    font-size: 16px;
}
.prcat-wish .cat {
    font-size: 15px;
}
.pr-content-box h4 {
    font-size: 18px;
}
p.price {
    font-size: 20px;
}
.details-btn a {
    font-size: 15px;
}


.featured-content h4 {
    font-size: 24px;
}


.rightContainer .elementor-widget-shortcode {
    margin-left: calc((100% - 1140px) / 2);
}
.customContainer {
    margin-left: calc((100% - 1140px) / 2) !important;
}

.brands-logo figure.swiper-slide-inner {
    padding: 20px 0;
    height: 215px;
}


.news-inner .item {
    padding-right: 25px;
}
.news-head {
    padding: 10px 15px;
}
.news-head h4 {
    line-height: 24px;
}

.info p {
    font-size: 13px;
}

.newsletterForm button.elementor-button {
    padding: 16.5px 0;
}


/*--- ONLY SINGLE CAR PAGE STARTS ----*/

.custom-container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.side-column {
    padding: 10px 10px;
}
.calculator label {
    font-size: 14px;
    line-height: 22px;
}
.safe-col p {
    font-size: 13px;
}

.slider-thumb .auto-item {
    padding: 5px;
}
.product-section .title h3 {
    font-size: 34px;
}
.date-view p {
    font-size: 15px;
}


.car-features {
    grid-gap: 15px;
}
.car-features .inner-feature {
    padding: 30px 0 20px;
}
.inner-feature p {
    font-size: 13px;
}


.mt-single {
    margin-top: 40px;
}

h6.listing__detail-title, span.listing__detail-text {
    font-size: 15px;
}


.car-info ul li {
    font-size: 16px;
}


.tab-gallery .list-gal img {
    height: 190px;
}

.video-gallery .vid-gall img {
    height: 190px;
}

.custom-related {
    padding: 60px 0;
}


.icon-item:hover .icon-label {
    width: 260px;
    font-size: 16px;
}


/*--- ONLY SINGLE CAR PAGE ENDS ----*/


.custom-btn a.elementor-button {
    padding: 16px 25px 16px 25px !important;
    font-size: 15px !important;
}
	
}

@media only screen and (max-width: 1279px){
	
.iconTop {
    padding: 6px 12px 2px;
}
.custom-menu .htmega-menu-container ul > li {
    margin-right: 0 !important;
}
	
.rightContainer .elementor-widget-shortcode {
    margin-left: calc((100% - 960px) / 2);
}
.customContainer {
    margin-left: calc((100% - 960px) / 2) !important;
}
	
.featured-arrow .slick-arrow {
    left: -30px;
    width: 46px;
    height: 46px;
}
.featured-arrow a.ft-next {
    right: -30px;
}
	
#tabs-nav li {
    margin-right: 20px;
    position: relative;
}
	
.news-inner .item {
    padding-right: 20px;
}
.news-head {
    padding: 5px 10px;
}
.news-head h4 {
    line-height: 22px;
}

.ft-head h4.elementor-heading-title {
    padding-left: 10px;
}
	
}

@media only screen and (max-width: 1024px) {
	
a.elementor-item.has-submenu {
    display: flex;
    justify-content: space-between;
}
.custom-header ul.sub-menu {
    background: none;
    border-radius: 0;
    padding: 10px;
}
.custom-header ul.sub-menu li:not(:last-child) {
    border-bottom: none;
    padding: 0;
}
.custom-header ul.sub-menu li a {
    border: none;
    padding: 10px 15px !important;
    color: black;
    width: auto;
}
	
#tabs-nav li {
    margin-right: 8px;
}

.main-products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
	
.main-tags {
    font-size: 10px;
}
.pr-info {
    font-size: 15px;
}
.prcat-wish .cat {
    font-size: 14px;
}
.pr-content-box h4 {
    font-size: 17px;
}
p.price {
    font-size: 19px;
}
.details-btn a {
    font-size: 14px;
}
	
.featured-arrow .slick-arrow {
    left: 10px;
}
.featured-arrow a.ft-next {
    right: 10px;
}
	
.brands-logo .elementor-swiper-button-prev {
    left: -15px !important;
}
.brands-logo .elementor-swiper-button-next {
    right: -15px !important;
}
	
	
.rightContainer .elementor-widget-shortcode {
    
}
	
.rightContainer .elementor-widget-shortcode {
	margin-left: 0;
}
.customContainer {
	margin-left: 0;
}
	
.news-inner .item {
    padding-right: 0;
    padding: 0 5px;
}
	
.custom-carousel .elementor-swiper-button {
    left: 42% !important;
    width: 46px;
    height: 46px;
}
.custom-carousel .elementor-swiper-button-next {
    left: unset !important;
    right: 42% !important;
}

.custom-carousel figure.swiper-slide-inner img {
    width: 100%;
}
	
.myBox {
    padding: 20px 30px;
}
.border-counter:before {
    top: 0px;
    left: -50%;
}
.border-counter:after {
    top: 0px;
    right: -50%;
}
	
.custom-btn a.elementor-button {
    padding: 16px 25px 16px 25px !important;
    font-size: 14px !important;
}

}

@media only screen and (max-width: 767px) {
	
.custom-currency:before {
    display: none;
}
	
ul#tabs-nav {
    flex-wrap: wrap;
}
#tabs-nav li {
    margin-bottom: 10px;
}
#tabs-nav li a {
    padding-bottom: 3px;
}

.border-counter:before, .border-counter:after {
	display:none;
}
	
.ft-image {
    margin-bottom: 0;
}
	
.custom-carousel .elementor-swiper-button {
    left: 30% !important;
}
.custom-carousel .elementor-swiper-button-next {
	left: unset !important;
    right: 30% !important;
}
	
.main-products {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}
	
.custom-btn a.elementor-button {
    padding: 14px 20px 14px 20px !important;
    font-size: 13px !important;
}
	
	
.pr-info {
    font-size: 14px;
}
.prcat-wish .cat {
    font-size: 13px;
}
.pr-content-box h4 {
    font-size: 16px;
}
p.price {
    font-size: 17px;
}
.details-btn a {
    font-size: 13px;
}
	
.my-list ul {
    column-count: inherit;
}
	

}