@media( max-width: 1400px ) {
    .container-fluid {
        padding-inline: 7rem;
    }
}

@media(max-width: 1199px) {
    .container-fluid {
        padding-inline: 5rem;
    }
    .featured_inner {
        width: 100%;
    }
}

@media(max-width: 991px) {
    body, html {
        font-size: 16px;
    }
    .featureSlide {
        min-height: 8rem;
    }
    .productFeatures {
        padding: 1.5rem;
    }
    .productSlide_body img {
        padding: 0;
    }
    .productSlide_body h6 {
        left: 1.25rem;
    }
}

@media(max-width: 767px) {
    .partners img {
        height: 8rem;
    }
    #productSlider.splide {
        overflow: visible !important;
        visibility: visible;
    }
    #productSlider .splide__track {
        overflow: visible !important;
    }
    #productSlider .splide__list {
        display: block !important;
    }
    #productSlider .splide__slide {
        width: 100% !important;
        margin-bottom: 1rem;
        display: block !important;
    }
    .productSlide {
        border: none;
    }
    .productSlide_header {
        padding-block: 0;
    }
    .productSlide_body {
        width: 320px;
        max-width: 100%;
    }
    .productSlide_body img {
        object-position: left center;
    }
    .productSlide_body h6 {
        position: static;
        transform: none;
        text-align: center;
        font-size: 1rem;
    }
    .productSlide_body h6 br {
        display: none;
    }
} 

@media(max-width: 574px) {
    body, html {
        font-size: clamp(16px, calc(16px + (3 * ((100vw - 320px) / 70))), 19px);
    }
    .container-fluid {
        padding-inline: 1.578rem;
    }
    .py-6 {
        padding-block: 4rem;
    }
    .siteBtn {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }
    .sectionHead {
        font-size: 1.684rem;
        line-height: 1.33;
    }
    .siteLogo img {
        width: 8.947rem;
    }
    .bannerSection h1 {
        font-size: 1.8rem;
    }
    .bannerSection
    .certifications {
        gap: 1.3rem;
    }
    .bannerSection_content {
        gap: 2.75rem;
    }
    .bannerSection .container-fluid {
        gap: 4.5rem;
    }
    .certifications img {
        height: 1.5rem;
    }
    .featuresSection .splide {
        margin-inline: -1.578rem;
    }
    .featuresSection .splide__track {
        padding-right: 1rem;
    }
    .featureSlide {
        padding: 1.75rem 1.25rem;
        width: 50vw;
        min-height: auto;
        align-items: start;
    }
    .partners {
        gap: 1rem;
    }
    .partners img {
        height: 3.75rem;
    }
    .benefitWrap {
        padding: 0.5rem 1.2rem 0.5rem 0.578rem;
    }
    .faqSection p, .faqSection li {
        font-size: 0.85rem;
    }
    .productSlide {
        padding-block: 3rem;
        overflow: visible;
    }
    .productSlide_header img {
        width: 10.631rem;
    }
    .productFeatures {
        padding-inline: 0;
        margin-inline: -0.5rem;
    }
    .featureIcon {
        padding-inline: 0rem;
        padding-block: 0.5rem;
    }
    .featureIcon h5 {
        font-size: 1.5rem;
    }
    .featureIcon img {
        width: 2.5rem !important;
    }
    .productSlide_body img {
        height: auto;
        padding-block: 1.5rem;
    }
    .productSlide_body h6 {
        font-size: 1.684rem;
        line-height: 1.33;
        font-weight: 500;
    }
    .storySection .container-fluid {
        padding-inline: 0;
    }
    .storySection .splide__track {
        border-radius: 0rem;
    }
    .storySlide_contentWrap {
        height: 25rem;
    }
    .storySlide_contentWrap img {
        width: 100%;
        left: 0 !important;
    }
    .storySlide_content {
        background: white;
        z-index: 3;
        left: 0 !important;
        width: 100%;
        top: auto;
        bottom: 0;
        height: auto;
        padding: 1.25rem;
        border-radius: 0.833rem;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }
    .is-visible .storySlide_content {
        transform: translateY(0%);
    }
    .storySlide_content h3 {
        font-size: 1.26rem;
    }
    .storySlide_content h6 {
        font-size: 0.842rem;
    }
    .storySlide_content p {
        font-size: 0.842rem;
    }
    .productFeatures ul {
        font-size: 0.9rem;
    }
    .producContent_price {
        margin-bottom: 0.5rem;
    }
    .highlight h5 {
        min-width: 1.5rem;
        font-size: 1.68rem;
        color: #555;
    }
    .highlight h6 {
         font-size: 1.05rem;
         font-weight: 500;
    }
    .benefitWrap h4 {
        font-size: 1.15rem;
    }
    .bannerSection,
    .featuresSection,
    .highlightSection,
    .benefitsSection,
    .storySection,
    .videoSection {
        min-height: calc(100vh - 4.21rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .accordion-button {
        font-size: 1.05rem;
    }
    .featuresSlider_nav {
        right: -1.25em;
        transform: translateY(calc(-50% - 0.75rem));
    }
    .featuresSlider_nav.prev {
        transform: translateY(calc(-50% - 0.75rem)) translateX(-55%) rotate(180deg);
    }
    .storySection .featuresSlider_nav {
        right: 1.5rem;
    }
    .socialLinks img {
        width: 1rem;
        height: 1rem;
    }
    .siteBtn:hover {
        color: white !important;
    }
    .siteBtn::before {
        display: none;
    }
    .siteBtn:hover::after {
        transform: scale(1);
    }
    .bannerSection {
        min-height: calc(100vh - 8rem);
    }
    .siteBtn_outline:hover {
        color: #EE7874 !important;
    }
    .productFeatures ul.gap-1 {
        gap: 0.05rem !important;
    }
}