/* Global Styles */
html,
body {
    font-family: 'din-2014', Arial, sans-serif;
    color: #333;
    overflow-x: hidden !important;
}


/* Header Section */
.header {

    padding-top: 50px;
    z-index: 999;

    .riso-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        /* background-color: transparent; */
    }

}

.fixed-nav .header {
    display: none !important;
}

a.cta-btn {

    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 20px;
    background-color: #000;
    border-radius: 4px !important;
    /* border: 1px solid rgba(255, 255, 255, 0.53); */
    box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.60) inset;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    /* 24px */
    height: 64px;
    letter-spacing: -0.96px;
    transition: all 0.3s ease;

}


.hero-section a.cta-btn {
    position: relative;
    font-weight: 700;
    margin-top: 40px;
    gap: 20px;
    padding: 20px 20px 20px 60px;
}

a.cta-btn:hover {
    background: linear-gradient(88deg, #6EDC93 1.56%, #D95EF8 65.16%, #CA7F68 98.65%)
}

.cta-btn .lorry-icon {
    position: absolute;
    left: -40px;
}


/* Hero Section */
.hero-section {
    padding: 150px 20px 0px 20px;
    z-index: 0;
    /* height: 1630px; */
    min-height: 1180px;
    background: url("../img/make-a-change-hero-bg.png") 0px -7.762px / 100% 100.846% no-repeat;

}

a.thanks-visit-site {
    color: #FFF;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 16.8px */
    letter-spacing: -0.24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 30px;

    &:hover,
    &:focus,
    &:active {
        opacity: 0.5;
    }

}


.testimonial {
    position: relative;
    background-image: url("../img/testimonial-bubble.svg");
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: contain;
    width: 795px;
    height: 263px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 36px;
    box-sizing: border-box;
    margin-top: 60px;
}

.testimonial p {

    color: #000;
    margin-top: -50px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.8px;
}

.testimonial .source {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    letter-spacing: -0.64px;
    margin-top: 20px;
}

.testimonial .title {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    letter-spacing: -0.48px;
    opacity: 0.6;
    margin-top: 8px;
}




.hero-sub-heading {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1.92px;
    text-align: center;
}

.hero-sub-heading.sub-heading-2 {
    margin-top: 20px;
}





.hero-desc {
    color: #fff;
    width: 82%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.96px;
    margin-top: 40px;
}

.hero-desc-1 {
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 0px;
    line-height: 38px;
    text-align: center;
    color: #fff;
}




.hero-desc-2 {
    font-size: 32px;
    color: #000;
    margin-top: 50px;
    font-weight: 600;
    letter-spacing: -1.44px;
}



/* Image Styling */
.hero-img-can-splash {

    margin-top: -120px;
}

.hero-img-mobile {
    display: none;
}

/* Benefits */

section.benefits {

    margin-top: -120px;
    z-index: 7;


}

@media (max-width: 576px) {

    section.benefits {
        br {
            display: none !important;
        }
    }


}

@media (min-width: 768px) and (max-width: 1200px) {

    section.benefits {
        br {
            display: none !important;
        }
    }


}

.benefits h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: -2.56px;
    color: #010101;
}

div.container.benefits-cards {
    .feature-icon {

        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
    }

    h4 {
        color: #160D12;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 43.2px;
        letter-spacing: -1.44px;
    }

    p {

        color: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-family: "Helvetica Neue";
        font-size: 24px;
        font-weight: 300;
        line-height: 120%;
        letter-spacing: -0.96px;

    }

}



section.pink-bottom {
    height: 242px;
    background-image: url("../img/pink-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}


/* Footer */

footer {
    position: relative;
    background-color: #010101;
    background-image: url("../img/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 0%;

}

.footer-outer {
    position: relative;
    z-index: 1;
}

img.footer-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
}


.footer-outer::after {
    content: '';
    background-image: url(../img/sales-advisor.png);
    /* Image of person in front */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: -24%;
    bottom: 0;
    left: 10%;
    transform: translateX(-50%);
    height: 930px;
    width: 100%;
    z-index: 3;
}


.footer-wrapper {

    color: #fff;
    z-index: 2;
    height: 750px;

    display: flex;
    justify-content: flex-end;

}

.footer-content {

    width: 65%;
    margin-top: 140px;
    padding-left: 60px;
    z-index: 4;

    h2 {
        font-size: 72px;
        font-weight: 600;
        line-height: 72px;
        letter-spacing: -2.88px;
    }

    p {
        font-family: Helvetica;
        font-size: 32px;
        font-weight: 400;
        line-height: 44.8px;
        letter-spacing: -0.64px;
        margin-top: 35px;
        opacity: 0.7;
    }

    .footer-buttons {

        display: flex;
        margin-top: 36px;
        gap: 20px;

        a {

            text-decoration: none !important;



            &:nth-child(1) {
                background-color: #7E6CF2;
                font-weight: 700;
                border-radius: 2px;

                &:hover {
                    background: linear-gradient(88deg, #6EDC93 1.56%, #D95EF8 65.16%, #CA7F68 98.65%);

                }

            }

            &:nth-child(2) {
                border: 1px solid #7B6FCC;
                border-radius: 2px;
                font-weight: 700;
                box-shadow: none !important;

                &:hover {
                    border: 1px solid #7B6FCC;
                    background: linear-gradient(88deg, #6EDC93 1.56%, #D95EF8 65.16%, #CA7F68 98.65%);
                }
            }


        }
    }

    p.more-info {
        display: none;
        margin-top: 115px;

        a {
            color: #7E6CF2;
            font-family: Helvetica;
            font-size: 12px;
            font-weight: 400;
            line-height: 140%;
            /* 16.8px */
            letter-spacing: -0.24px;
            text-decoration: underline;
            opacity: 0.7;
            cursor: pointer;

            &:hover {
                opacity: 0.4;
            }
        }

    }

}



/* Modal Background */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 50px;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 8% auto;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 115px;
    width: 720px;
    height: 1254px;
    position: relative;
    background-image: url(../img/benefits-card-2-pattern.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 152%;

    h2 {
        font-size: 38px;
        line-height: 120%;
        font-weight: 700;
        color: #000;
        text-align: center;
        line-height: 120%;
        /* 57.6px */
        letter-spacing: -1.92px;
        /* margin-top: 115px; */
        margin-bottom: 30px;

    }

    label {

        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        /* 24px */
        letter-spacing: -0.8px;
        margin-top: 24px;
        margin-bottom: 8px;

    }

    input,
    select,
    textarea {
        padding: 14px 14px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        height: 48px;
        font-size: 16px;
        width: 100%;
        appearance: none;
        color: rgba(0, 0, 0, 0.6);
    }


    input::placeholder {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
        /* 19.2px */
        letter-spacing: -0.64px;
        opacity: 0.5;
    }


    .date-input-wrapper {
        position: relative;
        /* display: inline-block; */
    }

    .date-input-wrapper input[type="date"] {
        padding-right: 30px;
        /* Adjust padding to make room for the icon */
    }

    .date-input-wrapper::after {
        content: url("../img/calendar-icon.svg");
        /* Replace with your calendar icon path */
        position: absolute;
        right: 10px;
        top: 55%;
        transform: translateY(-50%);
        pointer-events: none;
    }


    .time-input-wrapper {
        position: relative;
        /* display: inline-block; */
    }

    .time-input-wrapper select[type="time"] {
        padding-right: 30px;
        /* Adjust padding to make room for the icon */
    }

    .time-input-wrapper::after {
        content: url("../img/clock-icon.svg");
        /* Replace with your calendar icon path */
        position: absolute;
        right: 10px;
        top: 55%;
        transform: translateY(-50%);
        pointer-events: none;
    }


    .lorry-icon {
        position: absolute;
        top: -6%;
        left: 40%;
        width: 160px;
        height: 160px;

    }


    p.success-message {
        color: #A665A9;
        font-weight: bold;
        margin-top: 10px;
        font-size: 1rem;
    }
}


/* Submit and Cancel Buttons */

.modal-submit-buttons {

    display: flex;
    justify-content: space-between;
    margin-top: 36px;


    button.cta-btn {

        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        padding: 20px;
        background-color: #000;
        border-radius: 2px;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 100%;
        /* 24px */
        height: 64px;
        letter-spacing: -0.96px;
        transition: all 0.3s ease;

        &:hover {

            background: linear-gradient(88deg, #E67DAE 1.56%, #65BBD2 74.63%, #825EF8 98.65%);

        }


    }

    button.cta-btn.cancel-btn {

        background-color: transparent;
        color: #010101;
        opacity: 0.5;
        padding: 0px;

        &:hover {
            opacity: 1;
            background: none;
        }

    }

}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}


/** Thanks page **/


body.thanks-page {
    padding: 150px 20px 0px 20px;
    z-index: 0;
    height: 100vh;
    background: url("../img/thanks-page-bg.png") 0px -7.762px / 100% 100.846% no-repeat;

}

.thanks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    gap: 20px;
    width: 45%;
    margin: 0px auto;

}

.heading-thank-you {

    color: #FFF;
    text-align: center;
    /* font-family: "DIN 2014"; */
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: -2.56px;
    margin-top: 40px;
}

.copy-thank-you {
    color: #FFF;
    text-align: center;
    /* font-family: "DIN 2014"; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.96px;
}

.hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.thanks-btn {
    margin-top: 70px;
}


/** Media Queries **/

@media (min-width: 1200px) {
    div.thanks-container {
        width: 65% !important;

    }

}

@media (min-width: 1400px) {
    div.thanks-container {
        width: 50% !important;

    }

}


@media (min-width: 2260px) {
    div.thanks-container {
        width: 40% !important;

    }

}



@media (min-width: 1200px) and (max-width: 1280px) {

    .footer-content {
        padding-left: 60px;
    }
}



@media (min-width: 992px) and (max-width: 1200px) {


    .footer-outer::after {
        left: 10%;
    }

    .footer-content {
        padding-left: 90px;
    }

    /** Thank you page **/

    div.thanks-container {
        width: 75%;


        h1.heading-thank-you {

            margin-top: 0px;
        }

    }


}


@media (max-width: 1200px) {


    .about-printer-benefits {

        height: 590px;
    }

    .about-printer-benefits div.container {

        p {
            width: 90vw;

            &:nth-child(1) {}

            &:nth-child(2) {}

            &:nth-child(3) {

                width: 120% !important;

            }
        }

    }

    section.pink-bottom {
        height: 270px;

    }

}


@media (max-width: 992px) {
    .hero-section h1 {

        width: 600px;
        font-size: 36px;
        line-height: 120%;
        /* 43.2px */
        letter-spacing: -1.44px;

    }


    sup {
        top: 95px !important;
        font-size: 10px !important;
        /* display: none; */
    }
}




@media (min-width: 768px) and (max-width: 992px) {


    .hero-section {
        min-height: 950px;

        /* background: url("../img/landing-pg-background-2.png") 0px -7.762px / 100% 100.846% no-repeat; */
        .hero-img-can-splash {
            margin-top: -40px;
        }
    }

    .testimonial {
        width: 100%;
        margin-top: 60px;
    }

    .hero-desc {
        width: 100%;
    }

    .testimonial p {
        font-size: 18px;
    }

    section.benefit {

        margin-top: -320px;
        padding: 0 2em;

    }


    .benefit h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 120%;
        /* 76.8px */
        letter-spacing: -1.44x;

    }



    .about-printer-benefits {
        padding-top: 60px;
        height: 650px;
    }

    section.pink-bottom {
        height: 270px;

    }

    .about-printer-benefits div.container {

        p {
            width: 100%;


            &:nth-child(1) {
                padding: 0px;
            }

            &:nth-child(2) {

                padding: 0px;


            }

            &:nth-child(3) {}
        }

    }


    /** Thank you page **/

    div.thanks-container {
        width: 90%;


        h1.heading-thank-you {

            margin-top: 0px;
        }

    }

}


@media (min-width: 576px) and (max-width: 768px) {

    br {
        display: none !important;
    }

    section.benefit {
        margin-top: -540px;
    }

    .hero-section {
        min-height: 800px;
    }

    .testimonial {
        width: 100%;
        margin-top: 20px;
        padding: 50px 20px;
    }

    .hero-desc {
        width: 100%;
    }

    .testimonial p {
        font-size: 15px;
        margin-top: -35px;
    }

    .testimonial .source {
        font-size: 13px;
        margin-top: 10px;
    }

    .testimonial .title {
        margin-top: 3px;
    }


    .about-printer-benefits {
        padding: 40px 0;
        height: 700px;

    }

    .about-printer-benefits div.container {

        p {
            width: 90vw;


            &:nth-child(1) {
                padding: 0px;
            }

            &:nth-child(2) {

                padding: 0px;


            }

            &:nth-child(3) {

                width: 120vw;
                /* z-index: 2; */
            }
        }

    }


    section.pink-bottom {
        height: 250px;
    }

}


@media (max-width: 768px) {

    /** Thank you page **/

    body.thanks-page {

        img.riso-logo {
            width: 120px;
        }

    }

    div.thanks-container {
        margin-top: 10px;
        width: 98%;


        h1.heading-thank-you {

            margin-top: 0px;
            font-size: 36px;
            line-height: 40px;
        }

        img.thanks-img {
            width: 100px;
        }


        .thanks-btn {
            margin-top: 20px;
        }

        a.thanks-visit-site {
            margin-top: 10px;
        }

    }

}


@media (max-width: 576px) {

    br {
        display: none !important;
    }

    .riso-logo {

        width: 115px;

    }


    .riso-header a.cta-btn {
        display: none;
    }

    .hero-section {

        min-height: 720px !important;


        /* padding: 140px 20px 0px 20px;
        z-index: 0;
        height: 1410px !important;
        background: url("../img/landing-pg-background-2.png") 0px -7.762px / 160% 100% no-repeat;
     */

        .hero-img-can-splash {
            margin-top: 0px;
            margin-bottom: -20px;
        }

    }

    section.benefit {
        margin-top: -600px !important;
    }

    /* .hero-section{
        height: 1342px !important;
    } */

    .hero-section h1 {
        font-size: 26px !important;
        line-height: 120%;
        /* 43.2px */
        letter-spacing: -1.44px;
        margin-top: 20px;
        font-weight: 700;
    }

    .hero-sub-heading {
        font-size: 32px;
        line-height: 120%;
        /* 43.2px */
        letter-spacing: -1.44px;
        margin-top: 7px;
    }

    .testimonial {

        width: 100%;
        margin-top: 20px;
        padding: 20px 20px !important;
    }

    .hero-desc {
        width: 100%;
    }

    .testimonial p {
        font-size: 14px;
        margin-top: -30px;
    }

    .testimonial .source {
        font-size: 12px;
        margin-top: 8px;
    }

    .testimonial .title {
        margin-top: 3px;
    }

    .hero-desc-1 {

        margin-top: 0px !important;
    }

    .hero-section h1 {

        width: 95vw;
        font-size: 36px;
        line-height: 120%;
        /* 43.2px */
        letter-spacing: -1.44px;
        margin-top: 0px;

    }

    .hero-desc {

        font-size: 20px;
        line-height: 26px;
        text-align: center;

    }

    .hero-desc-2 {
        margin-top: 30px;
        font-size: 24px;
    }

    sup {

        display: none;
    }

    .hero-img {

        /* margin-top: 0px; */
        display: none;
    }

    .hero-img-mobile {


        display: block;
        margin-top: -10px;
    }



    .hero-section a.cta-btn {

        font-size: 16px;
        padding: 20px 12px 20px 60px;
        gap: 5px;
    }

    .cta-btn .lorry-icon {

        position: absolute;
        left: -35px;
    }

    /** Carousel  Section **/

    section.benefit {
        margin-top: -260px;

    }


    .benefit h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 120%;
        /* 76.8px */
        letter-spacing: -1.44x;

    }


    .carousel-wrapper {
        padding: 10px;
        margin-top: -50px;
    }

    .benefit-carousel {

        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
        gap: 15px;
        width: calc(100% - 0px);

    }

    .benefit-carousel::-webkit-scrollbar {
        display: none !important;
    }

    .benefit-card {
        width: 300px;
        /* Adjusted width to fit within smaller screen */
        height: 400px;
        /* Adjust height if needed for small screens */
        margin: 0 5px;
        /* Adds smaller margin between cards for more whitespace */


        .benefit-icon {
            width: 70px;
            height: 70px;
            top: -25px;
        }

        h3.card-heading {
            font-size: 100px;
            font-weight: 700;
            letter-spacing: -4px;
            position: relative;

            span {
                position: absolute;
                font-size: 28px;
                font-weight: 600;
                letter-spacing: normal;
                top: 55%;
                left: 18%;
            }
        }

        h4.card-sub-heading {
            font-size: 24px;
            font-weight: 600;
            margin-top: -5px;

        }

        hr.card-hr {

            height: 1.5px !important;
            background: #fff !important;
            margin-top: 20px !important;


        }

        p.card-desc {
            font-size: 18px;
            font-weight: 300;
            line-height: 1.5rem;
            letter-spacing: -0.8px;
            padding: 15px 5px;
            opacity: 0.7;
            /* margin-top: 20px; */
        }

        .card-content-wrapper {
            margin-top: -170px;
        }

        &:nth-child(1) {
            background-color: #A665A9;

            h3.card-heading {
                letter-spacing: -8px;
            }
        }

        &:nth-child(2) {
            background-color: #7B6FCC;
        }

        &:nth-child(3) {
            background-color: #F5841F;

            h3.card-heading {
                letter-spacing: -8px;
            }
        }

        &:nth-child(4) {

            background-color: #0088AC;
            z-index: 0;

        }

        &:nth-child(5) {
            background-color: #74B743;

            h3.card-heading {
                letter-spacing: -8px;
            }

        }
    }

    /* Counter and Button Styling */
    .carousel-counter {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -0.8px;
        line-height: 120%;
        /* 24px */
        margin-top: 20px;
    }

    .carousel-control {
        cursor: pointer;
        font-size: 1.5rem;
        padding: 10px;
    }


    .carousel-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 45px;
    }


    section.pink-bottom {
        height: 96px;
        margin-top: 100px;
    }


    .about-printer-benefits div.container {
        & p {
            &:nth-child(3) {
                width: 140% !important;
                font-size: 22px !important;
            }
        }
    }


    /* Footer */

    footer {
        position: relative;
        background-color: #010101;
        background-image: url("../img/gradient-bg-black-footer-mobile.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: -30% 0%;
        height: 1180px;
    }

    .footer-outer {
        position: relative;
        z-index: 1;
    }


    .footer-outer::after {
        content: '';
        background-image: url(../img/sales-advisor.png);
        /* Image of person in front */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
        position: absolute;
        top: 64%;
        bottom: 0%;
        left: 50%;
        transform: translateX(-50%);
        height: 700px;
        width: 115%;
        z-index: 3;
    }


    .footer-wrapper {

        color: #fff;
        z-index: 2;
        height: 750px;

        display: flex;
        justify-content: center;
        padding: 0px 10px;

    }

    .footer-content {

        width: 90vw;
        margin-top: 80px;
        padding-left: 0px;
        z-index: 4;

        h4 {
            font-size: 36px;
            text-align: center;
            font-weight: 600;
            letter-spacing: -1.44px;
            padding-right: 0px;
            line-height: 100%;
            /* 64px */
        }

        p {

            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            /* 22.4px */
            padding-right: 0px;
            letter-spacing: -0.32px;
            margin-top: 24px;
            text-align: center;
            opacity: 0.7;
        }

        .footer-buttons {

            display: flex;
            margin-top: 36px;
            gap: 20px;
            flex-wrap: wrap;


            font-size: 16px;
            letter-spacing: -0.64px;
            line-height: 100%;

            a {



                &:nth-child(1) {
                    background-color: #7E6CF2;
                    font-weight: 700;
                    border-radius: 2px;
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    font-size: 16px;
                    letter-spacing: -0.64px;
                    line-height: 100%;

                    &:hover {
                        background: linear-gradient(88deg, #E67DAE 1.56%, #65BBD2 74.63%, #825EF8 98.65%);

                    }

                }

                &:nth-child(2) {
                    border: 1px solid #7B6FCC;
                    border-radius: 2px;
                    font-weight: 700;
                    width: 100%;
                    display: flex;
                    justify-content: center;

                    font-size: 16px;
                    letter-spacing: -0.64px;
                    line-height: 100%;


                    &:hover {
                        border: 1px solid #7B6FCC;
                        background: linear-gradient(88deg, #E67DAE 1.56%, #65BBD2 74.63%, #825EF8 98.65%);
                    }
                }


            }
        }

        p.more-info {
            margin-top: 60px;

            a {
                color: #7E6CF2;
                font-family: Helvetica;
                font-size: 12px;
                font-weight: 400;
                line-height: 140%;
                /* 16.8px */
                letter-spacing: -0.24px;
                text-decoration: underline;
                opacity: 0.7;
                cursor: pointer;

                &:hover {
                    opacity: 0.4;
                }
            }

        }



    }





    .about-printer-benefits {
        padding: 20px 0;
        height: 600px;
    }

    .about-printer-benefits div.container {

        p {

            font-size: 24px;


            &:nth-child(1) {}

            &:nth-child(2) {}

            &:nth-child(3) {

                /* width: 130vw; */
                /* font-size: 20px; */

            }
        }
    }


    .modal-content {
        width: 90vw;
        background-position: 0% 118%;
        padding: 20px;
        height: 1196px;

        h2 {
            font-size: 34px;
            letter-spacing: -1.44px;
            line-height: 120%;
            margin-top: 70px;
            /* text-align: left; */
        }

        .lorry-icon {
            position: absolute;
            top: -4%;
            left: 35%;
            width: 100px;
            height: 100px;
        }

        .modal-submit-buttons {
            display: flex;

            flex-wrap: wrap;
            gap: 20px;

            .submit-btn {

                display: flex;
                justify-content: center;
                width: 100%;

            }

            .cancel-btn {

                display: flex;
                justify-content: center;
                width: 100%;

            }
        }



    }


}

@media (max-width: 510px) {


    .testimonial {
        background-image: url("../img/testimonial-bubble-2.svg") !important;

    }

}



/* @media (min-width: 416px) and (max-width: 576px) { 


} */


/* @media (max-width: 416px) {

   
   

    .hero-desc{

        
        
    }

    .hero-desc-2{
        
    }


} */



/* Large screen styling for 2020px and above */

@media (min-width: 2020px) {
    .carousel-wrapper {
        max-width: 80%;
        /* Center the carousel and reduce its width */
        margin: 0 auto;
        /* Center-align carousel on the page */
    }

    .benefit-card {
        width: 450px;
        /* Increase card width for larger screens */
        height: 500px;
        /* Slightly increase card height for better proportion */
    }

    .benefit h2 {
        font-size: 72px;
        /* Increase heading size for larger screens */
    }

    .carousel-counter {
        font-size: 22px;
        /* Increase font size for counter */
    }

    .carousel-control {
        font-size: 2rem;
        /* Increase font size for control icons */
    }
}