@media(max-width: 1750px) {
    html, body {
        font-size: 17px;
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

@media(max-width: 1399px) {
    html, body {
        font-size: 16px;
    }
    .siteBanner {
        padding: 7.5rem 0;
    }
    .siteSection {
        padding: 6rem 0;
    }
    .sectionContent_2 img {
        max-width: 28rem;
    }
    .sectionContent_2_content ul {
        font-size: 1.45rem;
    }  
    .sectionContent_2_content_left {
        padding: 2.2rem;
    }
    .sectionContent_2_content {
        padding: 3rem;
    }
    .processCard h4 {
        font-size: 2rem;
        width: 3.75rem;
        height: 3.75rem;
    }
    .processCard {
        width: 15.5rem;
        padding-right: 1.75rem;
    }
    .sectionContent_3 {
        gap: 4rem;
    }
    .siteSection_5_content {
        gap: 4rem;
    }
    .productSlide_content  ul li {
        font-size: 1.35rem;
    }
    .productSlide_content  ul li img {
        width: 2.8rem;
    }
    .siteSection_7 {
        gap: 3.8rem;
    }
}

@media(max-width: 1199px) {
    .siteBanner-content {
        max-width: 30rem;
    }
    .siteBanner {
        padding: 5rem 0;
    }
    html, body {
        font-size: 15px;
    }
    .sectionContent_2_content {
        width: 100%;
    }
     .siteSection_5_content {
        gap: 2rem;
    }
}

@media(max-width: 991px) {
    .sectionContent_1_right {
        width: 100%;
    }
    .processCard img {
        border-radius: 2.5rem;
    }
    .processCard h4 {
        font-size: 1.8rem;
        width: 3.2rem;
        height: 3.2rem;
        border: 4px solid var(--siteBgColor);
    }
    .processCard p {
        font-size: 1rem;
    }
    .sectionContent_3 {
        gap: 3rem;
    }
    .productSlide_images {
        width: 100%;
        max-width: 30rem;
    }
    .siteSection_7 {
        gap: 2.5rem;
    }
}

@media(max-width:767px) {
    .sectionContent_4 .sectionHeading {
        width: 100%;
    }
    .sectionContent_4_content {
        max-width: 100%;
        width: 1%;
        flex-grow: 1; 
        min-width: 12rem;
    }
    .siteSection_5_content picture {
        width: 100%;
    }
    .siteSection_5_content {
        gap: 3rem;
    }
    .sectionContent_2 img {
        margin-top: 2rem;
    }
}

@media(max-width: 575px) {
    .container {
        padding-inline: 2rem;
    }
    .siteHeader .siteLogo {
        width: 15rem;
    }
    .sectionHeading,
    .siteBanner-content h1 {
        font-size: 2.1rem;
    }
    .sectionSubHeading,
    .siteBanner-content h6 {
        font-size: 1.1rem;
    }
    .siteBanner-content {
        max-width: 25rem;
    }
    .sectionContent_1_right h5 {
        font-size: 1.2rem;
    }
    .sectionContent_1_right img {
        width: 7rem;
    }
    .sectionContent_2_content,
    .sectionContent_2_content_left {
        padding: 1.5rem;
    }
    .sectionContent_2_content ul {
        font-size: 1.2rem;
    }  
    .sectionContent_2_content ul li::after {
        width: 1.4rem;
        height: 1.4rem;
        transform: translateY(15%);
    }
    .processCard {
        max-width: 46%;
        padding-right: 1.25rem;
    }
    .processCard img {
        border-radius: 1.5rem;
        margin-bottom: 0.75rem;
    }
    .processCard p {
        font-size: 0.9rem;
    }
    .processCard h4 {
        font-size: 1.4rem;
        width: 2.5rem;
        height: 2.5rem;
        border-width: 3px;
    }
    .sectionContent_3_content {
        padding: 2.66rem 1.5rem;
    }
    .testimonialWrap {
        padding: 2.66rem 1.5rem;
    }
    .siteSection_5_content picture {
        min-height: 15rem;
        object-position: left bottom;
    }
    .productSlide_content  ul li {
        font-size: 1.4rem;
    }
    .productSlide_content  ul li img {
        width: 2.75rem;
    }
    .siteSection_8 h6 {
        font-size: 1.15rem;
    }
    .siteBanner {
        background: url(../images/revyve-site-image-01_mobile.png);
        background: url(../images/revyve-site-image-01_mobile.webp);
        background-position: right bottom;
        background-size: cover;
        padding: 4rem 0;
    }
    .siteBanner h6 {
        margin-bottom: 75vw;
    }
    .siteBanner .siteBtn {
        background: var(--primaryColor);
        color: var(--whiteBgColor);
        border-color: var(--primaryColor);
        margin: 0 auto;
    }
    .siteBanner .siteBtn img {
        filter: brightness(0) invert(1);
    }
    .siteBanner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .siteSection_5 {
        background-position: center center;
    }
    .siteSection_5_content_left h5 {
        font-size: 1.15rem;
    }

    .fixed-mobile-cta {
        display: flex;
        position: fixed;
        bottom: 1rem;
        width: 20rem;
        left: 50%;
        z-index: 1001;
        border-radius: 3rem;
        justify-content: center;
        padding: 1.25rem;
        font-size: 1.1rem;
        background: var(--primaryColor);
        color: var(--whiteBgColor);
        border: none;
        transform: translateY(200%) translateX(-50%);
        transition: transform 0.4s ease-in-out;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    }
    .fixed-mobile-cta.visible {
        transform: translateY(0) translateX(-50%);
    }
    .fixed-mobile-cta img {
        filter: brightness(0) invert(1);
        margin-right: 0.5rem;
    }
}

@media(max-width: 442px) {
    .sectionContent_4_content img {
        right: none;
        left: 0;
        width: 3.75rem;
        height: 3.75rem;
    }
    .sectionContent_4_content h3 {
        padding-left: 4.5rem;
    }
}

@media(max-width: 365px) {
    html, body {
        font-size: 14px;
    }
}

@media(max-width: 340px) {
    html, body {
        font-size: 13px;
    }
}