/* ____________Hero Section__________ */
.hero-heading{
    font-size: 92px;
    font-weight: 700;
    line-height: 1.1;
    font-style: italic;
}

.hero-section{
    color: #fff;
}

.hero-section .swiper-slide{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px 80px;
}

.hero-icon-line-wrapper{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
}

.hero-icon-line-wrapper .hero-icon{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 9px;
}

.hero-icon-line-wrapper hr{
    color: #fff;
    width: 100%;
    opacity: 1;
}

.hero-heading-wrapper{
    margin-top: 100px;
    max-width: 500px;
}

.hero-content{
    margin-top: 40px;
    max-width: 270px;
}




/* _________Slider Section__________ */

.featured-products-section{
    position: relative;
}

.featured-products-section .section-arrows-graphic{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    z-index: 99;
}

.featured-product{
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.featured-product .slide-content{
    width: 100vw !important;
    height: 100vh !important;
    flex-shrink: 0;
}

.featured-product-wrapper .featured-product .slide-1{
    background-image: url('/wp-content/uploads/2025/07/star_shape_product_slide.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 40%;
    background-size: auto 85%;
    background-color: var(--color-secondary);
    color: #fff;
    padding: 60px 40px;
    position: relative;
}

.featured-product-wrapper:nth-child(3) .featured-product .slide-1{
    background-image: url('/wp-content/uploads/2025/08/star_shape_blue_product_slide.svg');
}

.featured-product-wrapper:nth-child(2) .featured-product .slide-1{
    background-color: var(--color-primary);
}

.featured-product-wrapper:nth-child(even) .featured-product .slide-1{
    background-position: 20px center;
}

.featured-product-wrapper:nth-child(even) .featured-product .slide-1 .slide1-image-content-wrapper{
    flex-direction: row-reverse;
}

.featured-product-wrapper:nth-child(2) .featured-product .product-logo-slide1{
    filter: brightness(0) invert(1);
}

.featured-product-wrapper:nth-child(2) .featured-product .slide-1 .btn-primary{
    background-color: var(--color-secondary);
}

.featured-product-wrapper:nth-child(2) .featured-product .slide-1 .btn-primary:hover{
    color: var(--color-primary);
    background-color: #fff;
}

.featured-product-wrapper:nth-child(2) .featured-product .slide-2 .btn-primary{
    background-color: #fff;
    color: var(--color-primary);
}

.featured-product-wrapper:nth-child(2) .featured-product .slide-2 .btn-primary svg{
    stroke: var(--color-primary);
}

.featured-product-wrapper:nth-child(2) .featured-product .slide-2 .btn-primary:hover{
    color: #fff;
    background-color: var(--color-primary);
}

.featured-product-wrapper:nth-child(2) .featured-product .slide-2 .btn-primary:hover svg{
    stroke: #fff;
}

.featured-product-wrapper:nth-child(3) .featured-product .slide-1{
    background-color: #fff;
    color: var(--color-primary);
}

.featured-product-wrapper:nth-child(3) .featured-product .slide-1 .section_paragraph{
    color: var(--color-secondary);
}

.featured-product .slide-content > .container{
    height: calc(100vh - 120px);
}

.featured-product-wrapper .featured-product .section-heading{
    font-size: 70px;
    font-weight: 600;
}

.featured-product-wrapper .featured-product .section-heading > span{
    font-weight: 400;
}

.featured-product .product-logo-slide1{
    max-height: 100px;
    min-height: 50px;
    width: auto;
    max-width: 50%;
    object-fit: contain;
}

.featured-product .product-featured-img-slide1{
    max-width: 700px;
    /* width: 110%; */
    object-fit: contain;
    /* margin-left: -10%; */
    width: 90%;
}

.featured-product .product-slide-price{
    font-size: 48px;
    font-weight: 600;
}

.featured-product .product-logo-slide2{
    max-height: 180px;
    min-height: 100px;
    width: auto;
    max-width: 400px;
    object-fit: contain;
    margin-bottom: 16px;
}

/* .featured-product .product-featured-image-bg img{
    width: 100%;
    max-width: 400px;
} */

.featured-product .slide-2{
    padding: 60px 40px;
    color: var(--product_secondary_color);
}

.featured-product .slide-3{
    padding: 60px 40px;
    color: var(--product_secondary_color);
}

.featured-product .main-highlight-video video{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    aspect-ratio: 3/4;
    object-fit: contain;
    border-radius: 20px;
}

.featured-product .videos-features-row{
    height: 100%;
}
.featured-product .highlight-videos-grid .video-wrapper{
    position: relative;
    width: 33.33%;
}

.featured-product .highlight-videos-grid video{
    border: 2px solid transparent;
    border-radius: 8px;
    transition: border-color 0.3s ease;
    aspect-ratio: 3/4;
    max-height: 160px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.featured-product .highlight-videos-grid .video-play-icon{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.featured-product .highlight-videos-grid video:hover {
    border-color: var(--color-secondary);
}

.featured-product .product-highlight-features ul{
    width: 80%;
}

.featured-product .product-highlight-features li{
    border-bottom: 1px solid var(--product_secondary_color);
    padding: 12px 0;
}

.featured-product .slide-indicators{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-600px);
    width: fit-content;
    height: 28px;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 4px;
}

.featured-product .slide-indicators .dot{
    width: 5px;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    border-radius: 50px;
}

.featured-product .slide-indicators .dot.active{
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.featured-product .slide-2{
    position: relative;
}

.featured-product .slide-2 .product-featured-img-slide2{
    /* position: absolute; */
    /* max-width: 1270px; */
    width: 100%;
    height: 90%;
    /* bottom: -20%; */
    /* left: 50%; */
    /* transform: translateX(-50%) scaleX(-1); */
    transform: scaleX(-1);
    object-fit: contain;
    object-position: top center;
    /* z-index: -1; */
}

.featured-product .slide-2 .product-featured-img-slide2-link{
    display: inline-block;
    position: absolute;
    max-width: 1270px;
    width: 100%;
    height: 90%;
    bottom: -20%;
    left: 50%;
    /* transform: translateX(-50%) scaleX(-1); */
    transform: translateX(-50%);
    z-index: 0;
}

.featured-product .slide-3 h4{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
}

.featured-product .slide-3 .product-highlight-features .feature-value{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
}

.featured-product .slide-3 .product-highlight-features .feature-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.featured-product .slide-3 .product-highlight-features .feature-icon svg{
    width: 50px;
    height: 50px;
    fill: var(--product_secondary_color);
}




/* _________Why Us Section__________ */

.home-why-us-section{
    padding: 80px 40px;
}



/* _________Counter Section__________ */

.home-counter-section{
    padding: 80px 40px;
}

.home-counter-section .counter .count-icon{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 5px;
}

.home-counter-section .counter .count-icon img{
    height: 100%;
    object-fit: contain;
}

.home-counter-section .counter .count-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.home-counter-section .counter .count{
    margin: 32px auto;
    position: relative;
    width: fit-content;
}

.home-counter-section .counter .count-number{
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    padding: 0 6px;
}

.home-counter-section .counter .count sub{
    position: absolute;
    bottom: 5px;
    right: 100%;
}

.home-counter-section .counter .count-number-postfix{
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    left: 100%;
}



/* _________Features Section__________ */

.features-section{
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}

.features-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
}

/* .cards-content-row{
    gap: 20px;
} */

.card-content{
    border-radius: 28px;
}

.features-list li{
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}


/* _________Test Drive CTA__________ */
.testdrive-cta-section{
    background: url(/wp-content/uploads/2025/07/half-blue-star.svg) left center /auto 70% no-repeat, var(--color-secondary);
    padding: 50px 40px;
}

.testdrive-cta-section .cta_section_icon{
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 20px;
}

.testdrive-cta-section h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    max-width: 720px;
}

.cta-card-wrapper{
    width: 40%;
    max-width: 400px;
    margin-left: auto;
}

.testdrive-cta-section .cta-card{
    padding: 40px 30px 30px;
    border-radius: 30px;
/*     transform: translateY(80px); */
}

.testdrive-cta-section .cta-card h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .hero-heading{
        font-size: 75px;
    }

    .featured-product .slide-3 h4{
        font-size: 30px;
        line-height: 1.1;
    }

    .featured-product .highlight-videos-grid video{
        max-height: 140px;
    }

    .featured-product .product-highlight-features li{
        padding: 10px 0;
    }

    .featured-product .slide-3 .product-highlight-features .feature-value{
        font-size: 20px;
    }

    .featured-product .slide-3 .product-highlight-features .feature-title{
        font-size: 14px;
        line-height: 1.2;
    }

    .featured-product .slide-3 .product-highlight-features .feature-icon svg {
        width: 45px;
        height: 45px;
    }


    .testdrive-cta-section h2{
        font-size: 42px;
    }
}


@media screen and (max-width: 992px) {
    .hero-heading-wrapper{
        max-width: 400px;
    }

    .hero-heading {
        font-size: 65px;
    }

    .featured-products-section .section-arrows-graphic{
        top: 10px;
        width: 30px;
    }

    .featured-product-wrapper .featured-product .section-heading{
        font-size: 55px;
    }

    .featured-product .product-slide-price{
        font-size: 35px;
    }

    .featured-product .product-logo-slide2 {
        max-height: 100px;
        min-height: 60px;
        max-width: 240px;
    }

    .home-counter-section .counter .count{
        margin: 25px auto;
    }

    .home-counter-section .counter .count-number{
        font-size: 60px;
    }

    .home-counter-section .counter .count-number-postfix{
        font-size: 22px;
    }
    .home-counter-section .counter .count-icon {
        width: 65px;
        height: 65px;
    }

    .testdrive-cta-section h2{
        font-size: 38px;
    }

    .testdrive-cta-section .cta_section_icon{
        width: 60px;
        height: 60px;
        padding: 12px;
    }

    .blogs-grid-section .blog-card__image{
        padding: 0 30px;
    }

    .blogs-grid-section .blog-card__image img{
        max-height: 270px;
        border-radius: 20px 20px 0 0;
    }

    .blogs-grid-section .blog-card__content{
        padding: 25px 30px 30px;
        border-radius: 30px;
    }

    .testdrive-cta-section{
        background-size: auto 50%;
    }

    .cta-card-wrapper {
        width: 100%;
        max-width: 350px;
    }

    .testdrive-cta-section .cta-card{
/*         margin-top: -60px; */
		margin-top: 60px;
    }

    .features-section .card-content img{
        max-height: 300px;
    }

    .features-standalone-image img{
        max-height: 300px;
        object-fit: cover;
    }
}


@media screen and (max-width: 768px) {
    .hero-section .swiper-slide{
        padding: 50px 16px 80px;
    }
    
    .hero-heading-wrapper {
        max-width: 320px;
    }

    .hero-heading {
        font-size: 55px;
    }

    .featured-product{
        overflow: hidden;
        height: auto;
    }

    .featured-product .slide-content{
        width: 100vw !important;
        height: auto !important;
    }

    /* .featured-product .slide-content.slide-1{
        position: relative;
    } */

    /* .featured-product .slide-content:not(:last-child)::after{
        content: 'Swipe ❯❯❯❯';
        position: absolute;
        z-index: 9;
        font-size: 14px;
        color: #fff;
        right: 12px;
        top: 60%;
        text-shadow: 0 0 0 rgba(255, 255, 255, 0.75);
    } */

    .featured-product .slide-content > .container{
        height: calc(100vh - 100px);
    }

    .featured-product .slide-content:last-child > .container{
        height: auto;
    }

    .featured-product-wrapper .featured-product .slide-1{
        padding: 50px 16px;
        background-position: center 55vh;
        background-size: auto 40%;
    }

    .featured-product-wrapper:nth-child(even) .featured-product .slide-1{
        background-position: center 55vh;
    }

    .featured-product .slide-2{
        padding: 50px 16px;
    }

    .featured-product .slide-3{
        padding: 50px 16px;
    }

    .featured-product-wrapper .featured-product .section-heading {
        font-size: 45px;
        line-height: 1;
    }

    .featured-product .product-slide-price {
        font-size: 28px;
    }

    .featured-product .product-logo-slide1{
        max-width: 40%;
    }

    .featured-product .slide-2 .product-featured-img-slide2 {
        height: auto;
    }

    .featured-product .slide-2 .product-featured-img-slide2-link {
        height: auto;
        bottom: 40%;
        z-index: 2;
    }

    .featured-product .product-logo-slide2 {
        max-height: 80px;
        min-height: 50px;
        max-width: 180px;
    }

    .featured-product .main-highlight-video video{
        height: calc(80vh - 60px);
    }

    .featured-product .highlight-videos-grid video {
        max-height: calc(20vh - 20px);
    }

    .featured-product .slide-3 h4 {
        font-size: 24px;
    }

    .featured-product .product-highlight-features ul{
        width: 100%;
    }

    .featured-product .slide-3 .product-highlight-features .feature-value {
        font-size: 18px;
    }

    .featured-product .slide-indicators{
        bottom: 5vh;
        left: 20px;
        transform: translateX(0);
        height: 24px;
        gap: 5px;
        padding: 2px;
    }

    .why-us-image img{
        max-height: 300px;
        object-fit: cover;
        margin-bottom: 24px;
    }

    .home-why-us-section{
        padding: 50px 16px;
    }

    .home-counter-section {
        padding: 50px 16px;
    }

    .home-counter-section .counter .count-icon {
        width: 55px;
        height: 55px;
    }

    .home-counter-section .counter .count {
        margin: 18px auto;
    }

    .home-counter-section .counter .count sub {
        bottom: 10px;
    }

    .home-counter-section .counter .count-number {
        font-size: 55px;
        padding: 0 4px;
    }

    .home-counter-section .counter .count-number-postfix {
        font-size: 18px;
    }

    .home-counter-section .counter .count-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .features-section {
        padding: 50px 16px;
    }

    .features-list li{
        font-size: 16px;
    }

    .testdrive-cta-section{
        padding: 50px 16px;
    }

    .testdrive-cta-section h2 {
        font-size: 32px;
        line-height: 1.1;
    }

    .testdrive-cta-section .cta-card{
        padding: 30px 20px 20px;
    }

    .blogs-grid-section {
        padding: 90px 16px 60px;
    }

    .blogs-grid-section .section-subheading {
        font-size: 16px;
        line-height: 1.1;
    }

    .blogs-grid-section .blogs-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }

    .blogs-grid-section .blog-card__image {
        padding: 0 20px;
    }

    .blogs-grid-section .blog-card__image img {
        max-height: 200px;
        border-radius: 16px 16px 0 0;
    }

    .blogs-grid-section .blog-card__content {
        padding: 20px;
        border-radius: 16px;
    }

    .blog-card__title {
        font-size: 18px;
    }

    .blog-card__date {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {
    .hero-section .swiper-slide {
        padding: 50px 8px 80px;
    }

    .hero-heading-wrapper{
            margin-top: 0;
    }

    .hero-heading {
        font-size: 45px;
    }

    .featured-product-wrapper .featured-product .slide-1{
        padding: 50px 8px;
    }

    .featured-product .slide-2{
        padding: 50px 8px;
    }

    .featured-product .slide-3{
        padding: 50px 8px;
    }

    .home-why-us-section{
        padding: 50px 8px;
    }

    .home-counter-section {
        padding: 50px 8px;
    }

    .features-section {
        padding: 50px 8px;
    }

    .features-section .card-content {
        border-radius: 20px;
    }

    .testdrive-cta-section{
        padding: 50px 8px;
    }

    .testdrive-cta-section h2 {
        font-size: 24px;
    }

    .testdrive-cta-section .cta-card{
        padding: 20px 16px 16px;
    }

    .blogs-grid-section {
        padding: 90px 8px 50px;
    }
}
