.btn-mobile {
    display: none
}

.global-hero-left {
    max-width: 47%;
    width: 100%;
}

.global-hero-right {
    max-width: 100%;
    max-height: unset;
    width: 100%;
    position: relative;
}

.global-hero-right img {
    object-fit: contain;
    position: absolute;
    top: -6vw;
    right: -5vw;
    height: 44vw;
}

.global-hero-left p {
    font-size: 22px;
}

.global-hero-left h1 {
    font-size: 55px;
}

.yp-content-img.box-one-img {
    max-width: 70%;
}

.global-hero-container {
    gap: 0px;
}

.global-hero-section {
    position: relative;
    margin-top: 200px;
    margin-bottom: 100px;
}

.global-hero-section:after {
    content: '';
    background: url('/wp-content/uploads/2025/12/Vector_23.svg');
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 22vw;
    height: 22vw;
    top: -11vw;
    right: 22vw;
}


.global-hero-section:before {
    content: '';
    background: url('/wp-content/uploads/2025/12/Vector_23.svg');
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 22vw;
    height: 22vw;
    top: -11vw;
    right: 15vw;
}



.colored-text {
    color: rgb(251, 225, 71);
}

.fd-wrapper h2 {
    font-family: "Onest";
    color: #000;
    margin-top: 0px;
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 33px;
    text-align: center;
}

.fd-wrapper p {
    font-family: "Onest";
    margin-top: 0px;
    color: #6d6d6e;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 79px;
    text-align: center;
}


/* Main Container */
.yp-content-box {
    display: flex;
    margin-bottom: 73px;
    padding-top: 50px;
}

/* Left Section (Image Container) */
.yp-content-left {
    background: white;
    border-radius: 25px;
    border: 10px solid #f5f5f5;
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding: 25px 0px;
    margin-top: -50px;
}

.yp-content-left img {
    width: 100%;
}

.yp-content-img {

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* Right Section (Text Content) */
.yp-content-right {
    background: white;
    border-radius: 25px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 79px;
    padding-bottom: 130px;
    padding-left: 138px;
    padding-right: 86px;
    margin-left: -80px;

}

.yp-content-right h2 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: "Onest";
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.yp-content-right p {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'Onest', Arial, sans-serif;

    font-weight: 400;
}


@media(max-width: 1600px) {
    .yp-content-right {

        padding-top: 70px;
        padding-bottom: 70px;
    }


}

@media(max-width: 1230px) {
    .yp-content-right {

        padding-top: 50px;
        padding-bottom: 50px;
    }


}

.global-btn-yellow {
    position: relative;
    z-index: 111;
}



@media(max-width: 1024px) {
    .yp-content-box {
        flex-direction: column;
        background: white;
        border-radius: 21px;
        margin-bottom: 50px;
    }

    .btn-desktop {
        display: none;
    }

    .btn-mobile {
        display: flex;

    }

    .global-hero-right .global-btn-yellow {
        max-width: 100%;
        font-size: 18px;
        height: 70px;
    }

    .global-hero-container {
        flex-direction: column;
        gap: 20px;
    }

    .global-hero-left,
    .global-hero-right {
        max-width: 100%;
    }

    .global-hero-left h1 {

        margin-bottom: 20px;
    }

    .global-hero-section {
        margin-top: 100px;
    }

    .global-hero-right img {
        position: unset;
        height: auto;
    }

    .global-hero-left p {

        margin-bottom: 20px;
    }

    .global-hero-right {
        max-height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .yp-content-left {
        margin-top: 0px;
        border: 0px;

    }

    .yp-content-right {
        margin-left: 0px;
        padding: 40px;
        margin-bottom: 0px;
    }

    .yp-content-img {
        max-width: 100%;
    }
}


.food-delivery-section {
    margin-bottom: 100px;
}


.yuma-automation-container h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 78px;
}

.colored-text {
    color: #FBE147;
}

.yuma-automation-boxes {
    display: flex;
    gap: 46px;

}

.yuma-automation-box h3 {
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 24px;
}

.yuma-automation-box p {
    font-family: "Onest";
    font-size: 22px;
    color: #6d6d6e;
}

.yuma-automation-box {
    background: white;
    border-radius: 35px;
    max-width: 28.269vw;
    padding-top: 52px;
    padding-left: 40px;
    padding-right: 59px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 29vw;
}

.yuma-automation-box img {
    max-width: 100%;
}

.yuma-automation-section {
    margin-bottom: 222px;
}



.table-layout {
    margin-top: -70px;
    margin-bottom: 70px;
    background-image: url('/wp-content/uploads/2025/12/Mask_group-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.comprehensive-solution {

    background-image: url('/wp-content/uploads/2025/12/Frame_2087327161_1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: visible;
    position: relative;
}

.comprehensive-solution::before {
    content: '';
    background: url('/wp-content/uploads/2025/12/Ellipse_34.svg');
    position: absolute;
    width: 4vw;
    height: 4vw;
    background-size: contain;
    top: -0.6vw;
    right: -0.6vw;
    background-repeat: no-repeat;
    z-index: 111;
    overflow: visible;
}



.offline-mode {
    margin-top: 70px;
    margin-bottom: -70px;
    background-image: url('/wp-content/uploads/2025/12/4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.notifications {
    margin-top: 70px;
    margin-bottom: -70px;
    background-image: url('/wp-content/uploads/2025/12/noroot-3.png');
    background-size: 16vw;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}


.reordering {

    background-image: url('/wp-content/uploads/2025/12/noroot-4.png');
    background-size: 16vw;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;

}

.tipping {
    margin-top: -70px;
    margin-bottom: 70px;
    background-image: url('/wp-content/uploads/2025/12/Mask_group-1-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

/* Responsive styles */
@media(max-width: 1700px) {}

@media(max-width: 1350px) {
    .yuma-automation-box {
        padding: 30px;
    }

    .yuma-automation-boxes {
        gap: 25px;
        justify-content: center;
    }
}

@media(max-width: 1024px) {
    .yuma-automation-container h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .yuma-automation-boxes {
        flex-direction: column;
    }

    .yuma-automation-box {
        max-width: 100%;
    }

    .yuma-automation-section {
        margin-bottom: 25px;
    }

    .yuma-automation-container h2 br {
        display: none;
    }

    .table-layout,
    .offline-mode {
        margin: 0px;
    }

    .table-layout img {
        max-width: 100%;
        margin-top: 50px;
    }

    .comprehensive-solution img {
        margin-left: 0px;
        margin-top: 0px;
        max-width: 100%;
    }
}


.psb-row {
    display: flex;
    gap: 25px;
}

.psb-wrapper {
    background: white;
    border-radius: 40px;
    padding-top: 52px;
    padding-left: 41px;
    padding-right: 40px;
    max-width: 17.2vw;
    overflow: hidden;
    padding-bottom: 61px;
    min-height: 23vw;

}

.psb-wrapper h2 {
    font-family: "Onest";
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-top: 0px;
    margin-bottom: 27px;
}

.psb-wrapper p {
    font-family: "Onest";
    color: #6d6d6e;
    font-weight: 400;
    font-size: 22px;
}

.psb-img img {
    width: 100%;
}

.psb-row {
    margin-bottom: 327px;
}

.psb-door .psb-img {
    max-width: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px auto 0px;
}

.psb-door .psb-img img {
    border-radius: 20px;
}

.psb-door {
    background-image: url('/wp-content/uploads/2025/12/Frame_2087327163.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.psb-access {
    background-image: url('/wp-content/uploads/2025/12/Group_146579.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.psb-restaurant {
    background-image: url('/wp-content/uploads/2025/12/Group-1-10.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.psb-automation {
    background-image: url('/wp-content/uploads/2025/12/Frame_2087327162.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.psb-mt {
    margin-top: -50px;
    margin-bottom: 50px;
}

.psb-payment {
    background-image: url('/wp-content/uploads/2025/12/Frame_339218.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.psb-transaction {
    background-image: url('/wp-content/uploads/2025/12/Frame_339219.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.psb-staff {
    background-image: url('/wp-content/uploads/2025/12/Frame_2087327160.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.psb-staff .psb-img {
    width: 13vw;
    margin: 0 auto;
}

.psb-stop-list {
    background-image: url('/wp-content/uploads/2025/12/Frame_3392721.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.psb-section {
    margin-bottom: 110px;
}

/* Responsive Styles */
@media(max-width: 1700px) {

    .psb-wrapper h2 br {
        display: none;
    }
}



@media(max-width: 1350px) {
    .psb-wrapper {
        padding: 30px !important;
    }

    .psb-wrapper h2 {
        margin-bottom: 10px;
    }


}

@media(max-width: 1199px) {


    .psb-wrapper {
        padding: 20px !important;
    }


    .psb-payment,
    .psb-transaction,
    .psb-restaurant {
        background-size: contain;
        background-position: bottom;
    }

    .psb-door .psb-img {
        margin-top: 50px;
    }
}

@media(max-width: 1024px) {
    .psb-row {
        flex-direction: column;
    }

    .psb-wrapper {
        max-width: 100%;
        min-height: 300px;
    }

    .psb-mt {
        margin: 0px;
    }

    .psb-door .psb-img {
        margin-top: 0px;
        max-width: 50%;
    }

    .psb-row {
        margin-bottom: 25px;
    }

    .psb-staff .psb-img {
        width: 100%;
        margin: 0 auto;
    }

    .psb-section {
        margin-bottom: 80px;
    }
}


.loyalty-heading h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 50px;
    margin-top: 200px;
    margin-bottom: 81px;
}


.fd-section-bottom .yp-content-left {
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: -100px;
    border-radius: 40px;

}


.fd-section-bottom .yp-content-right {
    padding-top: 63px;
    padding-bottom: 0px;
    padding-left: 113px;
    padding-right: 0px;
    margin-left: -44px;
    margin-bottom: -7px;
    border-radius: 40px;
}



.fd-section-bottom .yp-content-right p {
    max-width: 29vw;
}


.qr-section .yp-content-box {
    flex-direction: row-reverse;
}

.qr-section .yp-content-right {
    margin-left: 0px;
    border: 10px solid #f5f5f5;
    margin-top: 80px;
    margin-bottom: -130px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;

}

.qr-section .yp-content-left {
    border: 0px;
    margin-left: -30px;
    margin-top: 0px;
    margin-bottom: -80px;
    padding: 0px;
}



.qr-section {
    margin-bottom: 300px;
}

.online-gallery-container h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 56px;
    margin-top: 0px;
    margin-bottom: 105px;
}

.gallery-slider {
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 30px;
    background: white;
    max-width: 60vw;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}

.gallery-slider-wrapper {
    position: relative;
    max-width: 80vw;
    margin: 0 auto 179px;
}

.gallery-slider {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gallery-prev,
.gallery-next {
    cursor: pointer;
    z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
    width: auto !important;
    height: auto !important;
}

.gallery-prev {
    transform: rotate(180deg);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 50% !important;
    height: 50% !important;
}


.customer-container h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 79px;
    font-weight: 500;

}


.customer-boxes {
    background: white;
    padding: 65px 45px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.customer-row {
    display: flex;
    gap: 22px;
}

.customer-box {
    padding: 25px;
    box-shadow: 0px 4.016807556152344px 9px 0px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 17px;
    max-width: 13.87vw;
    width: 100%;
}

.customer-img {
    max-width: 4vw;
    width: 100%;
}

.customer-box img {
    width: 100%
}


.customer-heading h2 {
    color: #000000;
    font-size: 24px;
    font-family: 'onest';
    margin: 0px;

    font-weight: 700;
}

.customer-section {
    margin-bottom: 181px;
}

.wc-heading h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 62px;
    font-weight: 600;
}

.wc-heading {
    margin-top: 100px;
}

.why-choose-yuma-container {
    display: flex;
    justify-content: space-between;
    gap: 27px;

}

.why-choose-yuma-container h2 {
    font-family: "Onest";
    color: #000;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 500;
}

.why-choose-yuma-container p,
.why-choose-yuma-container li {
    font-family: "Onest";
    color: #6d6d6e;
    font-size: 22px;
    font-weight: 400;
}

.why-choose-yuma-container li {
    margin-bottom: 10px;
}

.why-choose-yuma-section {
    /* background: white;
    border-radius: 21px;
    margin-left: 6vw;
    margin-right: 6vw;
    padding-top: 43px;
    padding-left: 121px;
    padding-right: 20px;
    padding-bottom: 20px; */
    margin-bottom: 35px;
}




.why-choose-left,
.why-choose-right {
    width: 100%;
    background: white;
    border-radius: 21px;

    padding: 40px;
}

/* Responsive styles */

@media(max-width: 1700px) {


    .why-choose-yuma-container li {
        margin-bottom: 8px;
    }


}

@media(max-width: 1450px) {
    .why-choose-yuma-section {
        padding-left: 50px;
        padding-right: 50px;
    }
}


@media(max-width: 1024px) {

    .why-choose-yuma-container {
        flex-direction: column;
        gap: 30px;
    }

    .why-choose-yuma-section {
        padding: 40px;
    }
}


.bundle-cta-container {
    display: flex;
    gap: 15px;
    padding: 0px;
    align-items: center;
    justify-content: space-between;
}

.bundle-cta-text h2 {
    font-family: "Onest";
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin: 0px;
}

.bundle-cta {
    background-color: #202020;
    border-radius: 21px;
    padding: 24px 52px 29px 54px;
    margin-left: 6vw;
    margin-right: 6vw;
    margin-bottom: 200px;
}

.bundle-cta-btn {
    max-width: 20%;
    width: 100%;
}

/* Responsive styles */



@media(max-width: 1024px) {
    .bundle-cta-container {
        flex-direction: column;
    }

    .bundle-cta {
        padding: 20px;
        margin-bottom: 100px;

    }



    .bundle-cta-btn {
        max-width: 100%;
    }

    .bundle-cta-btn .global-btn-yellow {
        max-width: 100%;
    }
}


/* About CTA Section */

.about-cta-container {
    display: flex;
    gap: 50px;
    background-color: #1f1f1f;
    border-radius: 21px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 83px;
    max-width: 79.68vw;
    margin: 0 auto;
}

.about-cta-section {
    position: relative;
    padding-bottom: 200px;
}

.about-cta-section:before {
    content: '';
    background: url('/wp-content/uploads/2025/12/svgviewer-output-17.svg');
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
    top: -4vw;
    z-index: -1;
}

.about-cta-container img {
    max-width: 44vw;
}

.about-cta-left h2 {
    font-family: "Onest";
    color: #fff;
    font-weight: 500;
    margin: 0px;
    font-size: 30px;
}

.about-cta-circle {
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #fbe147;
    width: 2.0663vw;
    height: 2.0663vw;
    position: absolute;
    left: 6vw;
    top: -5vw;
}

.about-cta-left {
    max-width: 67%;
    width: 100%;
}

.about-cta-right {
    max-width: 35%;
    width: 100%;
}

/* Contact Form Styles */

.contact-form-right h2 {
    font-size: 23.805px;
    font-family: "Onest";
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 0px;
    text-align: center;
}

.contact-form-right input {
    width: 100%;
    height: 79.34px;
    background: transparent;
    outline: 0px !important;
    box-shadow: unset !important;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 8px;
    font-size: 23.805px;
    font-family: "Onest";
    padding-left: 20px;
    color: rgb(161, 161, 161);
    box-sizing: border-box;
}

.contact-form-right .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
}

.contact-form-right p {
    margin-bottom: 32px;
}

.contact-form-right .form-submit {
    background-color: #fbe147;
    font-family: 'Onest';
    border-radius: 8px;
    color: #1b1b1e;
    font-size: 22.218px;
    transition: 0.5s;
    cursor: pointer;
}

.contact-form-text span {
    color: #ffffff;
    font-size: 14.283px;
    font-family: 'Onest';
    text-align: center !important;
    font-weight: 400;
    opacity: 0.5;
    display: flex;
}

div#wpcf7-f95-o1 {
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7-form>p {
    margin-bottom: 0px;
}

/* Phone Input (intl-tel-input) Styles */

.iti__selected-dial-code {
    font-size: 23.805px;
    font-family: "Onest";
    color: #a1a1a1;
    order: 3;
}

.iti__flag.iti__gb {
    order: 1;
}

.iti__arrow {
    order: 2;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    border-width: 7px 6px 0 !important;
    border-style: solid !important;
    border-color: #9a9a9a transparent transparent !important;
    border-left: unset;
    border-right: unset;
    border-top: unset;
}

.iti__flag-container {
    padding-left: 20px !important;
}

.iti input {
    padding-left: 135px !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 20px;
}

/* Responsive Styles */

@media(min-width:1025px) and (max-width: 1700px) {
    .contact-form-right input {
        height: 70px !important;
        font-size: 18px !important;
    }

    .iti__selected-dial-code {
        font-size: 18px !important;
    }

    .contact-form-text span {
        font-size: 12px;
    }

    .iti input {
        padding-left: 115px !important;
    }

    .global-hero-right img {
        height: 44vw !important;
        top: -20vw !important;
    }
}

@media(min-width:1025px) and (max-width: 1500px) {
    div#wpcf7-f95-o1 {
        padding: 0px;
    }

    .contact-form-right input {
        height: 60px !important;
        font-size: 16px !important;
    }

    .iti__selected-dial-code {
        font-size: 16px !important;
    }

    .iti input {
        padding-left: 109px !important;
    }


}

@media (min-width: 1025px) and (max-width: 1420px) {
    .contact-form-text span {
        font-size: 10px;
    }

    .contact-form-right input {
        height: 55px !important;
    }

    .about-cta-container {
        gap: 30px;
        padding-right: 40px;
    }
}

@media (min-width: 1025px) and (max-width: 1340px) {
    .contact-form-text span {
        font-size: 10px;
    }

    .about-cta-left {
        max-width: 60%;
    }

    .about-cta-right {
        max-width: 40%;
    }

    .about-cta-container {
        padding-right: 30px;
    }

    .contact-form-right h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1220px) {
    .contact-form-right input {
        height: 50px !important;
    }


    .about-cta-container {
        padding-right: 25px;
        padding-left: 30px;
    }

    .contact-form-text span {
        font-size: 8px;
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .contact-form-right input {
        height: 43px !important;
        font-size: 14px !important;
    }
}

@media(max-width:1024px) {

    .about-cta-section:before,
    .about-cta-circle {
        display: none;
    }

    .about-cta-section {
        padding-bottom: 100px;
    }

    .about-cta-container {
        padding-top: 0px;
    }

    .about-cta-container {
        padding-left: 6vw !important;
        padding-right: 6vw !important;
        flex-direction: column !important;
        max-width: 100%;
    }

    .about-cta-left {
        max-width: 100%;
        width: auto;
    }

    .about-cta-right {
        max-width: 100%;
        width: auto;
    }


    .about-cta-left h2 br {
        display: none;
    }

    .about-cta-container {
        background: unset;
        gap: 15px;
    }

    .about-cta-left,
    .about-cta-right {
        background: #1f1f1f;
        padding: 30px;
        border-radius: 21px;
    }

    .about-cta-container img {
        max-width: 100%;
    }

    .about-cta-left {
        padding-bottom: 0px;
    }

    div#wpcf7-f95-o1 {
        padding: 0px;
    }

    .contact-form-right input {
        font-size: 16px;
        height: 55px;
    }

    .contact-form-text span {
        font-size: 12px;
    }

    .iti__selected-dial-code {
        font-size: 16px;
    }

    .iti input {
        padding-left: 107px !important;
    }

    .contact-form-right .form-submit {
        font-size: 16px;
    }



    .iti {
        width: 100%;
    }
}


.light-colored-text {
    color: #787878;
}

.no-padding {
    padding: 0px;
}

.no-padding img {
    max-width: 30vw;
}

.clean-interface .yp-content-right {
    padding-bottom: 0px !important;
    margin-bottom: 50px !important;
}

.qr-section .yp-content-img {
    max-width: 29vw;
    padding: 40px;
}

.average-sale .yp-content-img {
    min-height: 20vw;
    position: relative;
}

.average-sale .yp-content-img img {
    max-width: 28vw;
    position: absolute;
    width: 28vw;
}

.average-sale .yp-content-box {
    margin-top: 200px;
}

.showcase-brand {
    background-image: url('/wp-content/uploads/2025/12/12121.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.maximise-upselling {
    background-image: url('/wp-content/uploads/2025/12/Mask_group-4-1.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.digital-receipts {
    background-image: url('/wp-content/uploads/2025/12/1212dd.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.selfserve-boxes .yuma-automation-box {
    min-height: 31.5vw;
}

.loyalty-section .psb-row {
    margin-bottom: 50px;
}

@media(max-width: 1024px) {
    .yp-content-left {
        margin: 0px !important;
        border: 0px !important;
    }

    .qr-section .yp-content-img {
        max-width: 100%;
        padding: 20px;
    }

    .qr-section .yp-content-right {
        margin: 0px;
        border: 0px;
        padding: 20px;
    }

    .qr-section {
        margin-bottom: 100px;
    }

    .yuma-automation-box {
        max-width: 100%;
        padding: 20px;
        min-height: 370px;
    }

    .table-layout {
        background-position: bottom left;
    }

    .comprehensive-solution {
        background-size: 49vw;
        background-position: bottom left;
    }



    .offline-mode {
        background-position: bottom right;
    }

    .yuma-automation-boxes {
        margin-bottom: 0px;
    }

    .yp-content-right h2 br {
        display: none;
    }



    .why-choose-left,
    .why-choose-right {
        width: auto;
    }

    .why-choose-yuma-section {
        padding: 0px;
    }

    .seamless-data-section {
        margin-bottom: 50px;
    }

    .yp-content-box {
        flex-direction: column !important;
    }



}

@media (max-width:1024px) {

    .psb-row {
        flex-direction: column;
    }

    .psb-wrapper {
        max-width: 100%;
        width: auto;
        min-height: 210px;
    }

    .loyalty-heading h2 {
        text-align: center;
    }

    .psb-row {
        gap: 10px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: row !important;
    }

    .psb-wrapper {
        padding: 10px !important;
        max-width: 100%;
        width: calc(50% - 30px);
        min-height: 360px;
        border-radius: 20px;
    }

    .psb-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }



    .psb-mt {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .psb-container {
        margin-top: 100px;
    }

    .container {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .psb-automation,
    .psb-door {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .average-sale .yp-content-box {
        margin-top: 50px;
    }

    .average-sale-2 .yp-content-img img {
        content: url('/wp-content/uploads/2025/12/Group_1959-4.png');
    }

    .average-sale .yp-content-img img {
        max-width: 100%;
        position: unset;
        width: 70%;
        margin-right: 70px;
    }

    .average-sale-2 {
        position: relative;
    }



    .comprehensive-solution::before {
        width: 40px;
        height: 40px;
    }

    .average-sale-2:after {
        content: '';
        background: url('/wp-content/uploads/2025/12/Crane_1_Floor_Stand_-2.png');
        position: absolute;
        width: 200px;
        height: 500px;
        top: 120px;
        z-index: 1;
        right: -22px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .why-choose-left,
    .why-choose-right {
        padding: 20px;
    }

    .average-sale-2 .yp-content-right {
        max-width: 69%;
        padding: 20px;
    }

    .bundle-cta-text h2 {

        text-align: center;
    }

    .bundle-cta-btn .global-btn-yellow {
        height: 50px;
        font-size: 16px;
    }



    .wc-heading h2 {
        text-align: center;

    }

    .global-hero-section:after,
    .global-hero-section::before {

        display: block;
    }








    .comprehensive-solution {
        background-size: contain !important;
    }

    .yuma-automation-box {
        min-height: 470px !important;
    }

    .seamless-data-section {
        margin-bottom: 100px;
        margin-top: 100px;
    }


    .table-layout {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .offline-mode {
        margin-top: 30px;
        margin-bottom: -30px;
    }


    .average-sale-2 .yp-content-left {

        position: relative;
        min-height: 260px;
        margin: 0px !important;
    }

    .average-sale-2 {
        margin-top: 180px;
    }

    .average-sale-2 .yp-content-img {
        position: absolute;
    }

    .average-sale-2 img {
        max-width: 80%;
    }


    .global-hero-section:after {
        width: 454px;
        height: 335px;
        top: 610px;
        right: 0px;
        left: -162px;
    }

    .global-hero-section:before {
        width: 454px;
        height: 335px;
        top: 610px;
        right: 0px;
        left: -75px;
    }



}


@media(min-width: 768px) and (max-width: 1024px) {

    .yp-content-box {
        background: unset !important;
        flex-direction: row !important;
    }

    .yp-content-left {
        border: 9px solid #f5f5f5 !important;

        margin-top: -69px !important;
        margin-bottom: -100px !important;

    }


    .psb-container {

        max-width: 60%;
        margin: 200px auto 0px;
    }

    .yp-content-right {
        padding-left: 108px;
        margin-left: -80px;
    }

    .why-choose-yuma-container {
        flex-direction: row;
    }

    .why-choose-left,
    .why-choose-right {
        width: 100%;
    }

    .bundle-cta-container {
        flex-direction: row;
    }

    .bundle-cta-text h2 {
        text-align: left;
    }

    .bundle-cta-btn {
        max-width: 30%;
    }

    section.food-delivery-section.qr-section {
        margin-top: 100px;
    }

    .qr-section .yp-content-box {
        flex-direction: row-reverse !important;
    }

    .qr-section .yp-content-left {
        border: 0px !important;
        margin-left: -80px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .qr-section .yp-content-right {
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 100px;
        border: 9px solid #f5f5f5 !important;
    }

    .qr-section .yp-content-img {
        max-width: 100%;
        padding: 90px;
    }

    .qr-section .yp-content-box {
        align-items: flex-end;
    }

    .yuma-automation-boxes {
        flex-direction: row;
    }

    .yuma-automation-box {
        width: 100%;
    }

    .global-hero-right {

        max-width: 40%;
    }

    .global-hero-left p {
        margin-bottom: 50px;
    }

    .global-hero-section:after {

        width: 22vw !important;
        height: 22vw !important;
        top: -2vw !important;
        right: 22vw !important;
        left: unset !important;

    }

    .global-hero-section:before {
        width: 22vw !important;
        height: 22vw !important;
        top: -2vw !important;
        right: 7vw !important;
        left: unset !important;
    }

    .global-hero-container {
        flex-direction: row;
        gap: 50px;
    }


    .btn-mobile {
        display: none;
    }

    .btn-desktop {
        display: flex;
    }


    .global-hero-left h1 {
        margin-bottom: 50px;
    }

    .global-hero-section:after {
        width: 454px;
        height: 335px;
        top: 610px;
        right: 0px;
        left: -162px;
    }

    .global-hero-section:before {
        width: 454px;
        height: 335px;
        top: 610px;
        right: 0px;
        left: -75px;
    }





}


@media(min-width: 1025px) and (max-width: 1450px) {


    .global-hero-right img {
        top: -24vw !important;
    }
}



@media(min-width:768px) and (max-width: 1550px) {

    .global-hero-left h1,
    .fd-wrapper h2,
    .wc-heading h2 {
        font-size: 40px !important;
    }

    .yp-content-right h2,
    .yuma-automation-box h3,
    .psb-wrapper h2,
    .why-choose-yuma-container h2,
    .bundle-cta-text h2,
    .about-cta-left h2 {
        font-size: 25px;
    }

    .global-hero-left p,
    .fd-wrapper p,
    .yp-content-right p,
    .yuma-automation-box p,
    .psb-wrapper p,
    .why-choose-yuma-container p,
    .why-choose-yuma-container li {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .global-hero-left h1,
    .fd-wrapper h2,
    .wc-heading h2 {
        font-size: 30px !important;
    }

    .yp-content-right h2,
    .yuma-automation-box h3,
    .psb-wrapper h2,
    .why-choose-yuma-container h2,
    .bundle-cta-text h2,
    .about-cta-left h2 {
        font-size: 20px;
    }

    .global-hero-left p,
    .fd-wrapper p,
    .yp-content-right p,
    .yuma-automation-box p,
    .psb-wrapper p,
    .why-choose-yuma-container p,
    .why-choose-yuma-container li {
        font-size: 13px;
    }

    .psb-wrapper {
        min-height: 260px !important;
    }

    .yuma-automation-box h3 br {
        display: none;
    }

    .yuma-automation-box {
        min-height: 350px !important;
    }
}


@media(min-width:1025px) {
    section.food-delivery-section.average-sale {
        margin-bottom: 215px;

    }
}


@media(min-width:1235px) and (max-width: 1600px) {
    .psb-wrapper {
        min-height: 26vw;
    }
}


@media(min-width:1199px) and (max-width: 1234px) {
    .psb-wrapper {
        min-height: 30vw;
    }
}



@media(min-width:1025px) and (max-width: 1198px) {

    .psb-wrapper,
    .seamless-data-section~.seamless-data-section .yuma-automation-box {
        min-height: 34vw;
    }

    .seamless-data-section~.seamless-data-section .yuma-automation-box {
        padding: 20px;
    }


}




@media(min-width: 1025px) and (max-width:1100px) {
    .seamless-data-section~.seamless-data-section .yuma-automation-box {
        min-height: 37vw;
    }


}

@media(max-width: 1800px) {
    .comprehensive-solution {
        background-size: 14vw;
    }
}

@media(min-width: 1025px) and (max-width: 1400px) {
    .seamless-data-section:not(.seamless-data-section ~ .seamless-data-section) .yuma-automation-box {
        min-height: 42vw !important;
    }

        .comprehensive-solution {
        background-size: 24vw;
    }
}