/** #section-header-hero **/
@media screen and (max-width: 99999px) {
    #section-header-hero {
        background-color: #eee;
    }

    #section-header-hero .header-nav-spacer{
        padding : 0px !important;
        padding-top: 106px !important;
    }

    #section-header-hero .header-hero-heading {
        font-family: Poppins Bold;
        line-height: 130%;
        color: var(--brightwork-polish-black-1);
    }

    #section-header-hero .header-hero-paragraph {
        font-family: Manrope;
        font-weight: 500;
        line-height: 160%;
        color: var(--brightwork-polish-black-1);
    }

    #section-header-hero .header-hero-image-text-backdrop-wrapper {
        height: 40vh;
        max-height: 400px;

    }

    #section-header-hero .header-hero-image-text-backdrop {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;
    }

    #section-header-hero .header-hero-image-plane {
        position: absolute;
        top: -60px;
        bottom: -40px;
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: 1;
        width: 70%;
        max-width: 1320px;
    }

    #section-header-hero-bottom {
        background-color: var(--brightwork-polish-gray-1);
    }

    #section-header-hero-bottom .header-hero-info i {
        color: var(--brightwork-polish-black-1);
    }

    #section-header-hero-bottom .header-hero-info small {
        font-family: Manrope;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;

        color: var(--brightwork-polish-black-1-lighter);
    }

    #section-header-hero-bottom .header-hero-info strong {
        font-family: Poppins SemiBold;
        line-height: 100%;
        letter-spacing: 0%;

        color: var(--brightwork-polish-black-1);
    }

    #section-header-hero-bottom .header-hero-logos {
        opacity: 0.4;
        text-align: right;
    }


    @media (min-width: 1921px) {
        #section-header-hero .header-hero-image-plane {
            top: 0px;
            background-position: bottom left;
        }
    }

    @media (max-width: 1920px) {
        #section-header-hero .header-hero-image-plane {
            top: 0px;
        }
    }

    @media (max-width: 1599.98px) {
        #section-header-hero .header-hero-image-plane {
            top: 0px;
        }
    }

    /* XXL devices (<1400px) */
    @media (max-width: 1399.98px) {
        
    }

    /* Extra Large devices (<1200px) */
    @media (max-width: 1199.98px) {
        
    }

    /* Large devices (<992px) */
    @media (max-width: 991.98px) {
        #section-header-hero .header-hero-image-text-backdrop-wrapper {
            height: 20vw;
        }
    }

    /* Medium devices (<768px) */
    @media (max-width: 767.98px) {
        

        #section-header-hero .header-hero-image-plane {
            width: 62%;
        }

        #section-header-hero .header-hero-image-text-backdrop-wrapper {
            height: 18vw;
        }
    }

    /* Small devices (<576px) */
    @media (max-width: 575.98px) {
        
        #section-header-hero .header-hero-image-plane {
            width: 60%;
        }

        #section-header-hero .header-hero-image-text-backdrop-wrapper {
            height: 25vw;
        }

        #section-header-hero .header-hero-image-plane {
            position: absolute;
            top: 20px;
            bottom: -20px;
            right: 0;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom right;
            z-index: 1;
            width: 70%;
        }
    }
}


/** #section-about **/
@media screen and (max-width: 99999px) {
    #section-about .section-image {
        border-radius: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* Large devices (<992px) */
    @media (max-width: 991.98px) {

        #section-about .section-image-wrapper {
            aspect-ratio: 6/4;
        }

        #section-about .section-image {
            position: relative;
            aspect-ratio: 6/4;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
        }
    }
}



/** #section-how-it-works **/
@media screen and (max-width: 99999px) {
    #section-how-it-works-2 {
        transform: translateY(-50%);
        opacity: 0;
        /* Hide initially */
        transition: opacity 0.3s ease-in-out;
        /* Smooth fade-in effect */
    }

    #section-how-it-works-2 .step img {
        max-width: 100%;
    }

    #section-how-it-works-2 h4.bp-sub-heading,
    #section-how-it-works-3 h4.bp-sub-heading {
        font-family: Poppins SemiBold;
        line-height: 140%;
    }

    #section-how-it-works-2 p.bp-paragraph,
    #section-how-it-works-3 p.bp-paragraph {
        font-size: 18px;
    }


    /* Large devices (<992px) */
    @media (max-width: 991.98px) {

        #section-how-it-works-2 {
            transform: translateY(0%);
            opacity: 1;
        }
    }
}


/** #section-buffing-pads **/
@media screen and (max-width: 99999px) {
    #section-buffing-pads .buffing-pads-grids h4.bp-sub-heading {
        font-family: Poppins SemiBold;
        line-height: 140%;
    }

    #section-buffing-pads .buffing-pads-grids .grid-item>div:first-child {
        transition: box-shadow 0.3s ease-in-out;
    }

    #section-buffing-pads .buffing-pads-grids .grid-item:hover>div:first-child {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease-in-out;
    }
}


/** #section-buffing-tools **/
@media screen and (max-width: 99999px) {
    #section-buffing-tools .buffing-tools-grids h4.bp-sub-heading {
        font-family: Poppins SemiBold;
        line-height: 140%;
    }

    #section-buffing-tools .buffing-tools-grids .grid-item>div:first-child {
        transition: box-shadow 0.3s ease-in-out;
    }

    #section-buffing-tools .buffing-tools-grids .grid-item:hover>div:first-child {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease-in-out;
    }
}


/** #section-why-choose-us **/
@media screen and (max-width: 99999px) {
    #section-why-choose-us .section-image {
        border-radius: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #section-why-choose-us .content-bottom h4.bp-sub-heading {
        font-family: Poppins SemiBold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    #section-why-choose-us .content-bottom p.bp-paragraph {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
    }

    #section-why-choose-us .content-bottom .content-bottom {
        object-fit: contain;
        object-position: center center;
        height: 32px;
    }


    /* Large devices (<992px) */
    @media (max-width: 991.98px) {

        #section-why-choose-us .section-image-wrapper {
            aspect-ratio: 6/4;
        }

        #section-why-choose-us .section-image {
            position: relative;
            aspect-ratio: 6/4;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
        }
    }
}



/** #section-testimonials **/
@media screen and (max-width: 99999px) {
    #section-testimonials {
        background-color: var(--brightwork-polish-white-3);
    }

    #section-testimonials .testimonials-slider{
        max-width: 1920px;
        margin : auto;
    }

    #section-testimonials .testimonials-slider .testimonials-slider-item>div {
        background-color: #fff;
        transition: box-shadow 0.3s ease-in-out;
    }

    #section-testimonials .testimonials-slider .testimonials-slider-item:hover>div {
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease-in-out;
    }

    #section-testimonials .testimonials-slider .testimonials-slider-item .testimonial-thumb {
        width: 64px;
        height: 64px;
        object-fit: contain;
    }

    #section-testimonials .testimonials-slider .testimonials-slider-item .testimonial-name {
        font-family: Poppins SemiBold;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: var(--brightwork-polish-black-1);
    }

    #section-testimonials .testimonials-slider .testimonials-slider-item .testimonial-info {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: var(--brightwork-polish-black-1);
    }

    #section-testimonials .testimonials-slider .testimonials-slider-item .testimonial-stars {
        width: 114px;
        object-fit: contain;
    }

    #section-testimonials .testimonial-message {
        font-family: Manrope;
        font-weight: 500;
        font-size: 32px;
        line-height: 160%;
        letter-spacing: 0%;
        color: var(--brightwork-polish-black-1-90);
    }

    #section-testimonials .testimonials-slider {
        padding-bottom: 75px;
    }

    #section-testimonials .custom-slick-prev {
        background-image: url('../../images/arrow-left-enabled.png');
        position: absolute;
        bottom: 0;
        left: calc(50% - 55px);
    }

    #section-testimonials .custom-slick-next {
        background-image: url('../../images/arrow-right-enabled.png');
        position: absolute;
        bottom: 0;
        right: calc(50% - 55px);
    }

    #section-testimonials .custom-slick-prev.slick-disabled {
        background-image: url('../../images/arrow-left-disabled.png');
    }

    #section-testimonials .custom-slick-next.slick-disabled {
        background-image: url('../../images/arrow-right-disabled.png');
    }

    #section-testimonials .custom-slick-prev,
    #section-testimonials .custom-slick-next {
        width: 48px;
        height: 48px;
        padding: 0px !important;
        border: none !important;
        background-color: transparent !important;
    }


    #section-testimonials .custom-slick-prev>div,
    #section-testimonials .custom-slick-next>div {
        width: 48px;
        height: 48px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    #section-testimonials .testimonials-slider {
        visibility: hidden;
    }

    #section-testimonials .testimonials-slider.slick-initialized {
        visibility: visible;
    }
}