.btn-mobile {
    display: none;
}



.global-hero-container {
    gap: 17vw;
    justify-content: flex-start;
    position: relative;
}


.global-hero-section {
    margin-top: 200px;
    margin-bottom: 100px;
}


.global-hero-left h1 {
    font-size: 55px;
}


.global-hero-right {
    max-height: 100%;
    max-width: 38vw;
    position: absolute;
    right: 6vw;
    top: 0vw;
}

.global-hero-right img {
    width: 100%;
    border-radius: 21px;
    object-fit: contain;
    height: 100%;
    position: relative;
    z-index: 1;
}




.global-hero-content-container {
    max-width: 40vw;
}


.hero-btn-container {
    display: flex;
    gap: 20px;
}


.hero-btn-light {
    color: #181818;

    font-family: 'Onest';
    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #181818;
    height: 60px;
    padding: 0px 25px;
    border-radius: 8px;
    max-width: 50% !important;
    width: 50% !important;
    cursor: pointer;
    transition: 0.5s;
    font-size: 22.218px;
}

.global-hero-container .global-btn-yellow {
    height: 60px !important;
    padding: 0px 25px !important;
    max-width: 50% !important;
    width: 50% !important;


}


.hero-btn-container {
    max-width: 30vw;
}

@media(min-width: 1025px) {

    .hero-btn-light:hover {
        border: 1px solid #fbe147;
        background: #fbe147;
    }

}



/* Base styles */
.providers-section {
    margin-right: 6vw;
    margin-left: 6vw;
    margin-bottom: 90px;
}

.providers-container {
    background: white;
    border-radius: 30px;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 100px;
    flex-direction: column;
}

.providers-container h2 {
    margin-top: 0px;
    font-family: "Onest";
    color: #000;
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 48px;
    text-align: center;
}



.global-hero-left p {
    font-size: 22px;
}

.providers-img-container {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.business-content-header img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media(max-width: 1300px) {
    .providers-container {
        padding: 50px;
    }




    .hero-btn-container {
        max-width: 32vw;
    }


}

.trust-pilot-badge {
    margin-top: 60px;
}

.trust-pilot-badge img {
    width: 100%;
}

.hardware-section {
    background: #FBE147;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hardware-container h2 {

    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 20px;
    margin-top: 0px;

}

.hardware-container p {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.hardware-box h3 {

    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}


.hardware-box .hardware-img {
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    max-height: 282px;
    height: 100%;
    overflow: hidden;
}

.hardware-box {
    max-width: 100%;
    width: auto;

}


.hardware-boxes {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    margin-bottom: 80px;
}

.hardware-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 270px;
    margin: 0 auto;
}


.hardware-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: 0px 100px;
    height: 60px;
    border-radius: 19px;
    box-sizing: border-box;
    background: #1F1F1F;
    color: #fff;
    font-family: "Onest";
    font-size: 22.218px;
    text-decoration: none;
    margin: 0 auto;
}

.faqs-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.faqs-main-heading h2 {
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 30px;
}


@media(max-width:1024px) {
    .providers-container {
        padding: 34px;

    }



    .providers-container h2 br {
        display: none;
    }
}

/* FAQ Accordion Styles */
.faqs-accordion-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-acc-item {
    background: white;
    border-radius: 0px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.faq-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.faq-acc-header h3 {
    font-size: 30px;
    font-family: 'Onest';
    font-weight: 500;
    margin: 0px;
}

.faq-acc-content {
    transition: 0.5s;
    max-height: 0px;
}

.faq-acc-active {
    max-height: 100%;
}

.faq-acc-content p {
    padding-top: 30px;
    margin: 0px;
    font-weight: 300;
    font-family: 'Onest';
    font-size: 22px;
    opacity: 0;
    visibility: hidden
}

.faq-acc-active .faq-acc-content p {
    opacity: 1;
    visibility: visible;
}

.faq-acc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #707070;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 0px;
    transition: 0.5s;
}


.faq-acc-active .faq-acc-icon {
    transform: rotate(180deg)
}


.faq-acc-icon svg {
    zoom: 1.587;
    transition: 0.5s;
}


.faq-acc-icon img {
    max-width: 30px;
    margin-top: 3px;
}

.faq-acc-active .faq-acc-icon svg {
    transform: rotate(-45deg);
}

.business-contact-img img {
    width: 100%;
}



@media(max-width:1024px) {
    .faq-acc-icon svg {
        zoom: 1;
    }

    .faq-acc-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        position: unset;
    }

    .faq-acc-header {
        gap: 20px;
    }

    .faq-acc-item {
        padding: 20px;
    }



    .faq-acc-content p {

        padding-top: 30px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {


    .providers-container {
        padding: 50px;
    }
}


/* Base styles */
.yuma-pay-section {
    margin-bottom: 100px;
}

.container.yuma-pay-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.yuma-pay-img {
    max-width: 100%;
    margin-top: 100px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: -100px !important;
}

.yuma-pay-img img {
    width: 100%;
    border-radius: 35px !important;
    object-fit: cover;
    border: 7px solid rgb(246, 246, 246);
}

.yuma-pay-content {
    background: white;
    border-radius: 21px;
    margin-left: 0px;
    padding: 50px;
    padding-right: 200px;

    width: 100%;
}

.yuma-pay-content h2 {
    margin-top: 0px;
    margin-bottom: 29px;
    color: #000000;
    font-size: 30px;
    font-family: 'Onest';
    font-weight: 700;
}

.yuma-pay-content p,
.yuma-pay-content li {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'Onest';
    font-weight: 400;
}

.automation-box-footer {
    display: flex;
}

.yuma-pay-content .business-content-list ul {
    display: flex;
    flex-direction: column;

}

.yuma-pay-content .business-content-list {
    margin-bottom: 40px;
}


.yuma-alternate {
    flex-direction: row !important;
}

.yuma-alternate .yuma-pay-img {
    margin-left: 0px !important;
}

.yuma-alternate .yuma-pay-content {
    padding-left: 160px;
    padding-right: 150px;
    margin-left: -100px;
}


.why-choose-yuma-section {
    background: #FBE147;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
}


.why-choose-yuma-container h2 {
    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 20px;
}


.why-choose-yuma-container p {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin-top: 0px;
}

.key-feature-section {
    margin-bottom: 100px;
}


.key-feature-container h2 {
    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.business-content h3 {

    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.business-content ul li,
.business-content-list ul li {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin: 0px;
    text-align: left;
    margin-bottom: 5px;
    list-style-type: none;
}

.business-content-list p {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin: 0px;
    text-align: left;
    margin-bottom: 25px;
}

.business-content ul li::before,
.business-content-list ul li:before {
    content: '';
    background: #FBE147;
    height: 10px;
    width: 10px;
    min-width: 10px;
    display: flex;
    border-radius: 100px;
    margin-top: 8px;

}

.business-content ul li,
.business-content-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.business-content-list ul {
    padding-left: 0px;
    margin-top: 0px;
}

.business-content-boxes-section {
    margin-bottom: 100px;
}

.business-content-box {
    display: flex;
    flex-direction: column;
}

.key-feature-boxes {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}

.business-content-boxes {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.key-feature-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.business-content {
    background: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.key-feature-header {
    background: #FBE147;
    padding: 12px;
    border-radius: 18px;
}

.key-feature-header h3 {
    font-family: "Onest";
    font-size: 30px;
    margin: 0px;
    color: #131313;
    font-weight: 600;
    text-align: center;
}


.key-feature-content {
    background: white;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: -10px;
    position: relative;
    z-index: -1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.key-feature-content p {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin: 0px;
    text-align: center;
    margin-bottom: 5px;

}



@media(max-width: 1300px) {



    .yuma-pay-content {
        padding: 38px 130px 36px 73px;
    }
}


@media(max-width: 890px) {
    .container.yuma-pay-container {
        flex-direction: column;
        gap: 20px;
    }

    .yuma-pay-img {
        max-width: 100%;
        margin-top: 0px;
    }

    .yuma-pay-content {
        margin-left: 0px;
        padding: 30px;
        margin-bottom: 30px;
    }

    .yuma-pay-img img {
        border: 0px;
    }


}

/* @media(max-width: 1024px) {
    .yuma-pay-content {
        padding: 20px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .yuma-pay-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .yuma-pay-img {
        max-width: 40%;
        margin-top: 0px;
    }

    .yuma-pay-content {
        width: 100%;
        padding-left: 100px;
        margin-bottom: 0px;
    }

    .yuma-pay-content p,
    .yuma-pay-content li {
        font-size: 17px;
    }

    .container.yuma-pay-container {
        align-items: center;
    }

    .yuma-pay-img img {
        max-height: 227px;
    }

    .yuma-pay-img {
        max-width: 33%;
        width: 100%;
        margin-top: 0px;
    }
}

@media(min-width: 768px) and (max-width: 820px) {
    .yuma-pay-content {
        width: auto;
        padding: 20px;
        padding-top: 100px;
        margin-top: -100px;
    }

    .yuma-pay-img {
        max-width: 60%;
        margin-left: -240px;
    }

    .yuma-pay-img img {
        max-height: 100% !important;
    }
} */

.yuma-pay-content .global-btn-yellow {
    height: 60px;
    max-width: fit-content;
    padding: 0px 25px;

}


.business-contact-section {
    background: #1F1F1F;
    padding-top: 30px;
    padding-bottom: 0px;
    display: flex;
    margin-bottom: 100px;
}

.business-contact-container h2 {
    font-family: "Onest";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;

}

.business-contact-bottom {
    display: flex;
    gap: 150px;
    align-items: flex-end;
}


.iti__country-name {
    color: #1F1F1F;
}

.iti--allow-dropdown {
    width: 100%;
}

.business-contact-container > p {
    font-family: "Onest";
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 60px;
    font-weight: 400;
    color: #fff;
}

/* 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';

    font-weight: 400;

    display: flex;
}

.wpcf7-form>p {
    margin-bottom: 0px;
}


.about-cta-right {
    max-width: 40%;
    width: 100%;
    padding-bottom: 40px;
}

/* International Telephone Input (ITI) 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;
    }
}

@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;
    }
}

@media (min-width: 1025px) and (max-width: 1340px) {
    .contact-form-text span {
        font-size: 10px;
    }

    .about-cta-right {
        max-width: 40%;
    }

    .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;
    }

    .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-right {
        max-width: 100%;
        width: auto;
        background: #1f1f1f;
        padding: 30px;
        border-radius: 21px;
    }

    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%;
    }
}



@media(max-width: 1024px) {
    .global-hero-section {
        margin-top: 150px;
    }



    .global-hero-left p {

        margin-bottom: 20px;
    }

    .providers-img-container {
        gap: 24px;
    }

    .global-hero-container .global-btn-yellow,
    .hero-btn-light {
        height: 50px !important;
    }




    .yuma-pay-content .global-btn-yellow {
        height: 50px !important;

    }

    .yuma-pay-content {
        padding-left: 35px;
    }

    .yuma-alternate .yuma-pay-content {
        padding-left: 140px;
        padding-right: 50px;
        margin-left: -100px;
    }

    .hardware-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .business-contact-img {
        width: 100%;
    }

    .business-contact-bottom {
        gap: 50px;
    }

    .about-cta-right {
        padding: 0px 0px 30px;
    }

    .about-cta-right {
        max-width: 40%;
    }



}


.btn-mobile {
    display: none !important
}


@media(max-width: 767px) {
    .btn-desktop {
        display: none;
    }

    .btn-mobile {
        display: flex !important;

    }

    .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-section {
        margin-top: 100px;
    }



    .global-hero-right {
        max-height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
    }


    .global-hero-right {
        position: unset !important;
    }

    .global-hero-content-container {
        max-width: 100%;
    }

    .hero-btn-container {
        max-width: 100%;
    }

    .container.yuma-pay-container {
        flex-direction: column !important;
        gap: 20px;
    }

    .yuma-pay-img {
        max-width: 100%;
        margin-top: 0px;
        margin: 0px !important;
    }

    .yuma-pay-content {
        margin-left: 0px;
        padding: 30px !important;
        margin-bottom: 30px;
        width: auto;
    }

    .yuma-pay-img img {
        border: 0px;
    }

    .yuma-alternate .yuma-pay-content {
        margin-left: 0px !important;
    }

    .hardware-boxes {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .business-contact-bottom {
        flex-direction: column;
    }

    .about-cta-right {
        max-width: 100%;
    }

    .key-feature-boxes,
    .business-content-boxes {
        grid-template-columns: auto;
    }


}


/* ========================================
   ONLINE ORDERING & KITCHEN OPERATION SECTIONS
   ======================================== */

/* Pricing Large Boxes - Shared Styles */
.pricing-lg-boxes {
    display: flex;
    gap: 25px;
    width: 100%;
    margin-bottom: 18px;
}

.pricing-lg-box {
    background: white;
    border-radius: 30px;
    padding: 32px 40px 38px 43px;
    max-width: 25.681vw;
    position: relative;
}

.pricing-lg-box h3 {
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 29px;
}

.pricing-lg-box p {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'Onest';
    margin: 0px;
    font-weight: 400;
}

/* PL Box Left */
.pl-box-left {
    width: 100%;
}

.pl-mobile .pl-box-left {
    max-width: 57%;
}

/* PL Box Right */
.pl-box-right img {
    width: 100%;
}

.pl-mobile .pl-box-right {
    position: absolute;
    right: 2vw;
    max-width: 10vw;
    top: 6vw;
}

/* PL Mobile Layout */
.pl-mobile {
    display: flex;
    flex-direction: column;
}

/* PL Website Layout */
.pl-website img {
    max-width: 21vw;
    margin: 25px auto;
    display: flex;
}

.pl-website .pl-box-cta {
    margin-top: 80px;
}

/* PL Driver Layout */
.pl-driver .pl-box-right {
    right: 1vw;
}

/* PL Box CTA */
.pl-box-cta {
    margin-top: auto;
}

.pl-box-cta h3 {
    margin: 0px;
    font-family: "Onest";
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 16px;
}

.pl-month {
    color: #6d6d6e;
    font-size: 20px;
}

/* PL Box Button */
.pl-box-btn {
    display: flex;
    font-size: 24px;
    font-family: 'Onest';
    font-weight: 600;
    border-radius: 30px 30px 30px 30px;
    background-color: #fbe147;
    height: 57px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 10.85vw;
    color: #000 !important;
    text-decoration: none;
}

.pl-box-icon svg {
    display: flex;
}

/* PL Box Footer */
.pl-box-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 50px;
}

.pl-box-footer .pl-box-right {
    max-width: 24vw;
}

.pl-box-footer img {
    max-width: 100%;
    margin: 0px;
    margin-bottom: -10px;
}

/* ========================================
   ONLINE ORDERING SECTION
   ======================================== */
.online-ordering-section {
    margin-bottom: 138px;
}

.online-ordering-container h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 32px;
    margin-top: 47px;
    font-weight: 700;
    font-size: 45px;
}

/* ========================================
   KITCHEN OPERATION SECTION
   ======================================== */
.kitchen-operation-section {
    margin-bottom: 135px;
}

.kitchen-operation-container h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 32px;
    margin-top: 47px;
    font-weight: 700;
    font-size: 45px;
}

.kitchen-operation-container .pricing-lg-box {
    max-width: 40vw;
}

.kitchen-operation-container .pricing-lg-box p {
    font-size: 29px;
}

.kitchen-operation-container .pl-box-right {
    right: 1vw;
    max-width: 14vw;
    top: 4vw;
}

.kitchen-operation-container .pl-box-btn {
    max-width: 12.5vw;
}

.kitchen-operation-container .pl-box-cta {
    width: 100%;
}

/* PL Self Serve Layout */
.pl-self-serve .pl-box-left {
    max-width: 63%;
}

.pl-self-serve {
    overflow: hidden;
}

.pl-self-serve .pl-box-right {
    max-height: 29vw;
    margin-top: -257px;
    max-width: 18vw !important;
    width: 100%;
    margin-right: -40px;
    display: flex;
}

.pl-self-serve .pl-box-right img {
    max-height: 29vw;
    object-fit: cover;
    object-position: top;
    margin-bottom: -40px;
}

/* PL Digital Layout */
.pl-digital {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */
@media(max-width: 1600px) {
    .pricing-lg-box p {
        font-size: 20px;
    }

    .kitchen-operation-container .pricing-lg-box p {
        font-size: 20px;
    }
}

@media(max-width: 1500px) {
    .pl-box-btn {
        max-width: 13.85vw;
    }
}

@media(max-width: 1275px) {
    .pl-mobile .pl-box-left {
        max-width: 61%;
    }

    .pl-mobile .pl-box-right {
        max-width: 9vw;
    }

    .pricing-lg-box {
        padding: 20px;
        gap: 10px;
        width: 100%;
    }

    .pricing-lg-box p {
        font-size: 16px;
    }

    .pl-box-btn {
        font-size: 18px;
    }

    .pl-box-footer .pl-box-right {
        max-width: 19vw;
    }
}

@media(max-width: 1100px) {
    .pl-mobile .pl-box-right {
        top: 15vw;
    }

    .kitchen-operation-container .pl-box-right {
        top: 4vw;
    }
}

@media(max-width: 1024px) {
    .pricing-lg-box p {
        font-size: 17px;
    }

    .online-ordering-container h2 {
        font-size: 30px;
    }

    .pricing-lg-boxes {
        flex-direction: column;
    }

    .pricing-lg-box {
        max-width: 100%;
        width: auto;
    }

    .pl-box-cta h3 {
        font-size: 30px;
    }

    .pl-box-cta {
        margin-top: 20px;
    }

    .pl-box-btn {
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .pl-box-right {
        max-width: 100% !important;
        width: 140px !important;
        margin: 20px auto;
    }

    .pl-website .pl-box-right {
        width: 350px !important;
        margin: 0 auto;
    }

    .pl-mobile .pl-box-right {
        top: 11vw;
    }

    .pl-box-right img {
        max-width: 100% !important;
    }

    .kitchen-operation-container .pricing-lg-box p {
        font-size: 16px !important;
    }

    .pl-driver .pl-box-right {
        top: 5vw;
        right: 3vw;
    }

    .kitchen-operation-section .pl-website .pl-box-right img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pl-website .pl-box-cta {
        margin-top: auto;
    }

    .online-ordering-section {
        margin-bottom: 150px;
    }

    .pricing-lg-box h3 {
        font-size: 25px;
    }

    .kitchen-operation-container h2 {
        font-size: 30px;
    }

    .kitchen-operation-container .pricing-lg-box {
        max-width: 100%;
    }

    .pl-box-footer {
        flex-direction: column;
        margin-top: 0px;
        align-items: center;
    }

    .kitchen-operation-container .pl-box-btn {
        max-width: 100%;
    }

    .pl-self-serve .pl-box-right {
        max-height: unset !important;
        margin: 0px;
        position: absolute;
        right: 6vw;
        top: 13vw;
        max-width: 28vw !important;
    }

    .pl-self-serve .pl-box-right img {
        margin: 0px;
        max-height: 79vw;
    }

    .pl-self-serve .pl-box-cta {
        margin-top: 80px;
    }

    .pl-self-serve-2 .pl-box-cta {
        margin-top: 230px;
    }

    .pl-website.pl-self-serve-2 .pl-box-right {
        max-width: 40vw !important;
        right: 3vw;
        top: 10vw;
    }

    .pl-digital .pl-box-right {
        width: 250px !important;
    }

    .pl-self-serve-2 .pl-box-right img {
        max-height: 93vw;
    }

    .kitchen-operation-section {
        margin-bottom: 50px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .pricing-lg-box {
        max-width: 100%;
        width: calc(50% - 53px);
    }

    .pl-box-cta {
        margin-top: auto;
    }

    .pricing-lg-boxes {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pl-box-btn {
        max-width: fit-content;
        font-size: 16px;
        gap: 20px;
    }

    .online-ordering-container,
    .kitchen-operation-container {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .online-ordering-container .pl-website .pl-box-right {
        max-width: 240px !important;
    }

    .online-ordering-container .pl-website .pl-box-right img {
        margin-right: -100px;
        margin-bottom: -86px;
        margin-top: 86px;
    }

    .pl-box-right {
        max-width: 150px !important;
    }

    .pl-mobile .pl-box-right {
        top: 7vw;
    }

    .pl-driver .pl-box-right {
        top: 2vw;
    }

    .kitchen-operation-container .pl-box-btn {
        max-width: fit-content;
    }

    .kitchen-operation-container .pl-website .pl-box-right {
        max-width: 260px !important;
        width: 200px !important;
    }

    .kitchen-operation-container .pricing-lg-boxes:nth-child(2) .pl-website:first-child .pl-box-right {
        margin-right: 0px !important;
        width: 220px !important;
        margin-top: 9px;
        margin-bottom: -50px;
    }

    .pl-self-serve .pl-box-right {
        right: 2vw;
        top: 4vw;
    }

    .kitchen-operation-container .pricing-lg-boxes:nth-child(2) .pl-self-serve .pl-box-right {
        width: 170px !important;
    }

    .kitchen-operation-container .pl-website.pl-digital .pl-box-right {
        margin-right: 0px !important;
        width: 280px !important;
        max-width: 100% !important;
    }

    .pl-website.pl-self-serve-2 .pl-box-right {
        top: 2vw;
    }

    .pl-self-serve-2 .pl-box-right img {
        max-height: 116vw;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .pl-box-right {
        max-width: 112px !important;
    }

    .online-ordering-container .pl-website .pl-box-right {
        max-width: 160px !important;
    }

    .kitchen-operation-container .pricing-lg-boxes:nth-child(2) .pl-self-serve .pl-box-right {
        width: 120px !important;
    }

    .kitchen-operation-container .pricing-lg-boxes:nth-child(2) .pl-website:first-child .pl-box-right {
        width: 160px !important;
    }

    .kitchen-operation-container .pl-website .pl-box-right {
        width: 140px !important;
    }
}

@media(min-width: 360px) and (max-width: 399px) {

    .online-ordering-container .pl-mobile .pl-box-right,
    .online-ordering-container .pl-driver .pl-box-right {
        max-width: 125px !important;
    }

    .pl-mobile .pl-box-right {
        top: 18vw;
    }

    .pl-driver .pl-box-right {
        top: 13vw;
    }
}


/* ========================================
   FEATURE BOXES SECTION (YUMA AUTOMATION)
   ======================================== */

.yuma-automation-section {
    margin-bottom: 222px;
}

.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;
    margin-bottom: 130px;
}

.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: 41.5vw;
}

.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: 28px;
    color: #6d6d6e;
}

.yuma-automation-box img {
    max-width: 100%;
}

/* Feature Box Background Variants */
.table-layout {
    margin-top: 70px;
    margin-bottom: -70px;
    background-image: url('/wp-content/uploads/2025/12/Group_1960.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.comprehensive-solution {
    background-image: url('/wp-content/uploads/2025/12/Mask_group-1-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.offline-mode {
    margin-top: -70px;
    margin-bottom: 70px;
    background-image: url('/wp-content/uploads/2025/12/noroot-2.png');
    background-size: 16vw;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: visible;
    position: relative;
}

.offline-mode::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;
}

.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;
}

/* ========================================
   LOYALTY SECTION (PSB CARDS)
   ======================================== */

.loyalty-section {
    margin-bottom: 110px;
}

.loyalty-heading h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 50px;
    margin-top: 200px;
    margin-bottom: 81px;
}

.psb-section {
    margin-bottom: 110px;
}

.psb-row {
    display: flex;
    gap: 25px;
    margin-bottom: 327px;
}

.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: 21vw;
    width: 100%;
}

.psb-wrapper h2 {
    font-family: "Onest";
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-top: 0px;
    margin-bottom: 27px;
}

.psb-wrapper p {
    font-family: "Onest";
    color: #6d6d6e;
    font-weight: 400;
    font-size: 24px;
}

.psb-img img {
    width: 100%;
}

/* PSB Card Background Variants */
.psb-door {
    background-image: url('/wp-content/uploads/2025/12/Frame_339238.png');
    background-repeat: no-repeat;
    background-position: right 4vw;
    background-size: cover;
}

.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-access {
    background-image: url('/wp-content/uploads/2025/12/Frame_339241.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.psb-restaurant {
    background-image: url('/wp-content/uploads/2025/12/Frame_339230.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.psb-automation {
    background-image: url('/wp-content/uploads/2025/12/noroot-5.png');
    background-repeat: no-repeat;
    background-position: center 16vw;
    background-size: 13vw;
}

.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;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Feature Boxes Responsive */
@media(max-width: 1900px) {
    .offline-mode {
        background-size: 14vw;
    }

    .yuma-automation-box p {
        font-size: 22px;
    }

    .psb-wrapper p {
        font-size: 22px;
    }

    .psb-automation {
        background-position: center 15vw;
        background-size: 11vw;
    }

    .psb-door {
        background-position: center 2vw;
        background-size: 21vw;
    }
}

@media(max-width: 1700px) {
    .yuma-automation-box h3 {
        font-size: 25px !important;
    }

    .yuma-automation-box p {
        font-size: 20px !important;
    }

    .yuma-automation-container h2 {
        font-size: 40px !important;
    }

    .psb-wrapper p {
        font-size: 18px;
    }

    .psb-wrapper h2 br {
        display: none;
    }

    .loyalty-heading h2 {
        font-size: 35px;
    }
}

@media(max-width: 1600px) {

    .loyalty-heading h2,
    .yuma-automation-container h2 {
        font-size: 35px;
    }

    .psb-row {
        margin-bottom: 150px;
    }
}

@media(max-width: 1490px) {
    .psb-wrapper p {
        font-size: 16px;
    }
}

@media(max-width: 1460px) {
    .yuma-automation-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .yuma-automation-box h3 {
        font-size: 23px !important;
    }

    .yuma-automation-box p {
        font-size: 18px !important;
    }

    .psb-automation {
        background-position: center 17vw;
        background-size: 11vw;
    }

    .psb-door {
        background-position: center 5vw;
        background-size: 22vw;
    }
}

@media(max-width: 1350px) {
    .yuma-automation-box {
        padding: 30px;
    }

    .yuma-automation-boxes {
        gap: 25px;
        justify-content: center;
    }

    .psb-wrapper {
        padding: 30px !important;
    }

    .psb-wrapper h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

@media(max-width: 1240px) {
    .yuma-automation-box h3 {
        font-size: 20px !important;
    }

    .yuma-automation-box p {
        font-size: 16px !important;
    }

    .yuma-automation-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .notifications {
        background-size: 12vw;
    }

    .reordering {
        background-size: 14vw;
    }
}

@media(max-width: 1199px) {
    .psb-wrapper h2 {
        font-size: 20px;
    }

    .psb-wrapper {
        padding: 20px !important;
    }

    .psb-wrapper p {
        font-size: 14px;
    }

    .psb-payment,
    .psb-transaction,
    .psb-restaurant {
        background-size: contain;
        background-position: bottom;
    }

    .psb-door .psb-img {
        margin-top: 50px;
    }
}

@media(max-width: 1024px) {
    .yuma-automation-container h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .yuma-automation-section {
        margin-bottom: 25px;
    }

    .yuma-automation-container h2 br {
        display: none;
    }

    .table-layout img {
        max-width: 100%;
        margin-top: 50px;
    }

    .comprehensive-solution img {
        margin-left: 0px;
        margin-top: 0px;
        max-width: 100%;
    }

    .loyalty-heading h2,
    .yuma-automation-container h2 {
        font-size: 25px;
    }

    .psb-row {
        flex-direction: column;
    }

    .psb-wrapper {
        max-width: 100%;
        width: auto;
        min-height: 300px;
    }

    .loyalty-heading h2 {
        text-align: center;
    }

    .psb-row {
        gap: 10px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: row !important;
        margin-bottom: 25px;
    }

    .psb-wrapper {
        padding: 10px !important;
        max-width: 100%;
        width: calc(50% - 30px);
        min-height: 300px;
        border-radius: 20px;
    }

    .psb-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .psb-wrapper h2 {
        font-size: 16px;
    }

    .psb-wrapper p {
        font-size: 12px !important;
    }

    .psb-mt {
        margin: 0px;
    }

    #loyalty-section-4-card-0,
    #loyalty-section-4-card-2 {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .psb-door .psb-img {
        margin-top: 0px;
        max-width: 50%;
    }

    .psb-staff .psb-img {
        width: 100%;
        margin: 0 auto;
    }

    .psb-section {
        margin-bottom: 80px;
    }
}

@media(max-width: 767px) {
    .yuma-automation-box {
        min-height: 450px;
        margin: 0px;
    }

    .table-layout,
    .offline-mode {
        margin: 0px;
    }

    .comprehensive-solution {
        background-position: right;
    }

    .offline-mode,
    .notifications,
    .reordering {
        background-size: 150px;
    }

    .offline-mode::before {
        width: 11vw;
        height: 11vw;
    }

    .yuma-automation-boxes {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .yuma-automation-box {
        max-width: 100%;
    }

    .yuma-automation-container {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .loyalty-heading h2 {
        margin-top: 50px;
    }

    .psb-wrapper p {
        font-size: 16px;
    }

    .psb-automation {
        background-position: bottom;
        background-size: 150px;
    }

    .psb-payment,
    .psb-transaction {
        background-size: cover;
    }

    .psb-restaurant {
        background-size: contain;
    }

    .psb-access {
        background-position: bottom;
        background-size: contain;
    }

    .psb-door {
        background-position: right;
        background-size: contain;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .yuma-automation-box p {
        font-size: 14px !important;
    }

    .comprehensive-solution {
        background-size: 20vw;
        background-position: bottom right;
    }

    .offline-mode {
        background-size: 12vw;
    }

    .tipping {
        background-size: 20vw;
    }

    .reordering {
        background-size: 10vw;
    }

    .notifications {
        background-size: 9vw;
    }

    .yuma-automation-box h3 {
        font-size: 18px !important;
        margin-bottom: 12px;
    }

    .yuma-automation-box h3 br {
        display: none;
    }

    .yuma-automation-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .yuma-automation-boxes {
        gap: 14px;
    }

    .table-layout {
        background-size: 21vw;
    }

    .psb-wrapper {
        gap: 10px;
    }

    .psb-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .psb-wrapper {
        width: calc(50% - 53px);
        min-height: 250px;
    }

    .psb-payment,
    .psb-transaction,
    .psb-restaurant {
        background-size: cover;
        background-position: bottom;
    }

    .psb-automation {
        background-position: center 120px;
        background-size: contain;
    }

    .psb-door {
        background-position: bottom right;
        background-size: contain;
    }

    .psb-access {
        background-position: bottom;
        background-size: cover;
    }

    .psb-container {
        max-width: 60%;
        margin: 0 auto;
    }
}


/* ========================================
   ACCORDION CAROUSEL SECTION
   ======================================== */

.accordion-carousel-section {
    margin-bottom: 306px;
    overflow: hidden;
}

.accordion-carousel-section .owl-stage-outer {
    overflow: visible !important;
}

.accordion-carousel-container .owl-item {
    margin-right: 35px;
}

.accordion-carousel-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

/* Header */
.accordion-carousel-header h2 {
    font-family: 'Onest';
    color: #000000;
    font-weight: 600;
    font-size: 63.48px;
    margin-top: 0px;
    margin-bottom: 46px;
    text-align: center;
}

/* Navigation Arrows */
.accordion-carousel-navigation {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-bottom: 55px;
}

.acc-carousel-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63.37px;
    width: 63.47px;
    border: 1px solid #6d6d6e;
    color: #6d6d6e;
    border-radius: 100px;
    font-size: 31.74px;
    font-family: 'Onest';
    cursor: pointer;
}

.disable-selection {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Slide Card */
.accordion-carousel-slide {
    background: #fff;
    border-radius: 21px;
    max-width: 476.09px;
    width: 476.09px;
    padding: 22px 24px 40px;
    box-sizing: border-box;
    min-height: 958.55px;
    height: 100%;
}

.accordion-carousel-slide img {
    width: 100%;
    border-radius: 21px;
    margin-bottom: 37px;
    max-height: 168.22px;
    object-fit: cover;
}

.accordion-carousel-slide h2 {
    margin-top: 0px;
    margin-bottom: 17px;
    font-family: 'Onest';
    color: #000000;
    font-size: 33.327px;
    font-weight: 500;
}

/* Accordion Container */
.acc-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Accordion Item */
.acc-item {
    padding-left: 9px;
    padding-right: 9px;
}

.acc-item.active .acc-icon svg {
    transform: rotate(-45deg);
}

.acc-item.active p {
    margin-bottom: 32px;
}

/* Accordion Header */
.acc-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 16px;
}

.acc-header h2 {
    font-family: 'Onest';
    font-size: 22.218px;
    color: #000;
    font-weight: 600;
    margin: 0px;
}

/* Accordion Icon */
.acc-icon {
    zoom: 1.587;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 8px;
}

.acc-icon svg {
    position: relative;
    transition: 0.3s;
}

.acc-icon:before {
    content: '';
    background: #eee;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* Accordion Content */
.acc-content p {
    color: #6d6d6e;
    font-family: 'Onest';
    line-height: 1.3;
    font-size: 19.044px;
    margin: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* ========================================
   HOVER EFFECTS
   ======================================== */
@media(min-width: 1025px) {
    .acc-header:hover .acc-icon:before {
        opacity: 1;
        visibility: visible;
    }
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media(max-width: 1200px) {
    .accordion-carousel-container .owl-item {
        margin-right: 35px;
    }
}

@media(max-width: 900px) {
    .accordion-carousel-header h2 {
        font-size: 28px;
    }

    .accordion-carousel-section {
        margin-bottom: 50px;
    }

    .accordion-carousel-navigation {
        display: none;
    }

    .accordion-carousel-slide h2 {
        font-size: 18px;
    }

    .acc-icon {
        zoom: 1;
    }

    .acc-header h2 {
        font-size: 16px;
    }

    .acc-content p {
        font-size: 14px;
    }

    .accordion-carousel-container {
        padding-left: 2vw;
        padding-right: 2vw;
        max-width: auto !important;
    }

    .accordion-carousel-container .owl-item {
        margin-right: 20px !important;
    }

    .accordion-carousel-slide {
        max-width: 330px;
        min-height: fit-content;
        width: 330px;
    }
}

@media(min-width: 900px) and (max-width: 1024px) {
    .accordion-carousel-header h2 {
        font-size: 40px !important;
    }

    .accordion-carousel-navigation {
        display: none !important;
    }

    .accordion-carousel-slide h2 {
        font-size: 25px;
    }

    .acc-content p {
        font-size: 16px;
    }

    .acc-header h2 {
        font-size: 20px;
    }
}


@media(min-width:768px) and (max-width: 1550px) {

    .global-hero-left h1,
    .providers-container h2,
    .why-choose-yuma-container h2,
    .key-feature-container h2,
    .hardware-container h2,
    .faqs-main-heading h2 {
        font-size: 40px;
    }

    .yuma-pay-content h2,
    .key-feature-header h3,
    .business-content h3,
    .yuma-pay-content h2,
    .faq-acc-header h3,
    .business-contact-container h2 {
        font-size: 25px;
    }

    .global-hero-left p,
    .yuma-pay-content p,
    .yuma-pay-content li,
    .why-choose-yuma-container p,
    .key-feature-content p,
    .business-content ul li,
    .business-content-list ul li,
    .hardware-container p,
    .faq-acc-content p,
    .business-contact-container > p,
    .business-content-list p {
        font-size: 18px;
    }

    .hardware-box h3 {
        font-size: 20px;
    }

    .business-content ul li::before,
    .business-content-list ul li:before {

        margin-top: 6px;

    }
}

@media (max-width: 767px) {

    .global-hero-left h1,
    .providers-container h2,
    .why-choose-yuma-container h2,
    .key-feature-container h2,
    .hardware-container h2,
    .faqs-main-heading h2 {
        font-size: 30px;
    }

    .yuma-pay-content h2,
    .key-feature-header h3,
    .business-content h3,
    .yuma-pay-content h2,
    .faq-acc-header h3,
    .business-contact-container h2 {
        font-size: 20px;
    }

    .global-hero-left p,
    .yuma-pay-content p,
    .yuma-pay-content li,
    .why-choose-yuma-container p,
    .key-feature-content p,
    .business-content ul li,
    .business-content-list ul li,
    .hardware-container p,
    .faq-acc-content p,
    .business-contact-container > p,
    .business-content-list p {
        font-size: 13px;
    }

    .hardware-box h3 {
        font-size: 18px;
    }


    .business-content ul li::before,
    .business-content-list ul li:before {


        height: 8px;
        width: 9px;
        min-width: 8px;

        margin-top: 5px;
    }

     .global-btn-yellow,
     .hero-btn-light,
     .hardware-btn
    {
        font-size: 16px !important;
    }
}


@media(min-width:360px) and (max-width: 500px) {
    .hardware-btn {
        padding: 0px 50px;
    }


}