.pricing-hero-container {
    margin-top: 179px;
    margin-bottom: 100px;
}

.pricing-hero-container {
    display: flex;

}


.ph-left,
.ph-right {
    width: 100%;
}

.ph-left {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.ph-left .global-btn-yellow {
    width: 100%;
    height: 82px;
    font-weight: 500;
    font-size: 27px;
    border-radius: 23px;
}

.ph-left h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 700;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 49px;
    text-align: center;
}


.text-bold {
    font-weight: 700;
    color: #414141;
}

.ph-left .colored-text {
    color: #787878;
}


.pricing-hero-box {
    background: white;
    border-radius: 26px;
    padding: 25px;
    box-shadow: 0px 10px 10px 0px rgba(138, 138, 138, 0.1);
    margin-bottom: 32px;
    max-width: 21.25vw;
    box-sizing: border-box;
    width: 100%;
}

.pricing-hero-box .pricing-hero-header {
    background: #fff8d5;
    border-radius: 17px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.pricing-hero-header h3 {
    font-family: "Onest";
    color: #000;
    font-weight: 700;
    font-size: 55px;
    margin: 0px;
}


.pricing-hero-box-divider {
    background-color: #000;
    opacity: 0.35;
    border-radius: 100%;
    width: 9.52px;
    height: 9.52px;
    min-width: 9.52px;
}

.pricing-hero-header h4 {
    font-family: "Onest";
    font-weight: 500;
    color: #000;
    font-size: 30px;
    margin: 0px;
}


.pricing-hero-box-text p {
    color: #414141;
    font-size: 22px;
    font-family: 'Onest';
    text-align: center;
    font-weight: 400;
    margin: 0px;
    margin-top: 16px;
}

.ph-right img {
    width: 100%;
}



.wyg-content h2 {
    margin-top: 0px;
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 22px;
}

.wyg-content p {
    font-family: "Onest";
    margin: 0px;
    color: #6d6d6e;
    font-size: 22px;
}

.wyg-content {
    margin-bottom: 81px;
    max-width: 60vw;
}


.wyg-sub-heading h3 {
    margin-top: 0px;
    font-family: "Onest";
    font-size: 30px;
    color: #6d6d6e;
    font-weight: 700;
    margin-bottom: 32px;
}


.wyg-boxes {
    display: flex;
    gap: 46px;
    margin-bottom: 46px;
}


.wyg-box {
    background: white;
    border-radius: 30px;
    padding: 15px 45px 38px 49px;
    box-sizing: border-box;
    max-width: 28.269vw;
    width: 100%;
}

.wyg-box-img {
    margin-bottom: 49px;
}

.wyg-box-img img {
    width: 100%;
    max-width: 141px;
}

.wyg-box h2 {
    margin-top: 0px;
    font-family: "Onest";
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 22px;

}

.wyg-box p {
    font-family: "Onest";
    margin: 0px;
    color: #6d6d6e;
    font-size: 22px;
}

.extra-cost-heading h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 47px;
    margin-top: 47px;
    font-weight: 700;
    font-size: 55px;


}

.online-ordering-container h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 32px;
    margin-top: 47px;
    font-weight: 700;
    font-size: 55px;

}

.what-you-get-section {
    margin-bottom: 100px;
}


.pricing-cta-container {
    background: white;
    border-radius: 30px;
    padding: 89px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 100px;
    flex-direction: column;
}


.pricing-cta-container h2 {
    margin-top: 0px;
    font-family: "Onest";
    color: #000;
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 48px;
    text-align: center;

}

.pricing-cta-container .global-btn-yellow {
    width: 100%;
    height: 82px;
    font-weight: 500;
    font-size: 27px;
    border-radius: 23px;
}

.pricing-cta-section {
    margin-right: 6vw;
    margin-left: 6vw;
}


.pricing-lg-boxes {
    display: flex;
    gap: 25px;
    width: 100%;
}

.pricing-lg-box {
    background: white;
    border-radius: 30px;
    padding: 32px 40px 38px 43px;

}


.pl-mobile .pl-box-left {
    width: 100%;
    max-width: 57%;
}

.pl-box-right img {
    width: 100%;
}

.pl-mobile {
    display: flex;

    flex-direction: column;
}

.pricing-lg-box {
    max-width: 25.681vw;
    position: relative;
}

.pricing-lg-box h3 {
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 29px;
}

.pricing-lg-box p {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'Onest';
    margin: 0px;
    font-weight: 400;
}

.pl-mobile .pl-box-right {
    position: absolute;
    right: 2vw;
    max-width: 10vw;
    top: 6vw;
}


.pl-box-btn {
    display: flex;
    font-size: 22px;
    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;

}

.pl-box-cta {
    margin-top: auto;
}


.pl-box-cta h3 {
    margin: 0px;
    font-family: "Onest";
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 16px;
}

.pl-month {
    color: #6d6d6e;
    font-size: 22px;

}

.pl-website img {
    max-width: 21vw;
    margin: 25px auto;
    display: flex;
}

.pl-website .pl-box-cta {
    margin-top: 80px;
}

.pl-driver .pl-box-right {
    right: 1vw;
}

.online-ordering-section {
    margin-bottom: 100px;
}


.kitchen-operation-container h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 32px;
    margin-top: 47px;
    font-weight: 700;
    font-size: 55px;
}


.kitchen-operation-container .pricing-lg-box {
    max-width: 40vw;
}



.kitchen-operation-container .pl-box-right {
    right: 1vw;
    max-width: 14vw;
    top: 4vw;
}

.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;
}

.kitchen-operation-container .pl-box-btn {
    max-width: 12.5vw;
}

.kitchen-operation-container .pl-box-cta {
    width: 100%;
}

.pricing-lg-boxes {
    margin-bottom: 18px;
}

.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: -54px;
    max-width: 18vw !important;
    width: 100%;
    margin-left: auto;
    margin-right: 0px;
    display: flex;
    margin-bottom: -280px;
}


.pl-self-serve .pl-box-right img {
    max-height: 29vw;
    object-fit: cover;
    object-position: top;
    margin-bottom: 50px;
    margin-top: -50px;
}


.pl-digital {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kitchen-operation-section {
    margin-bottom: 100px;
}

.faqs-section {
    margin-bottom: 100px;
}



.faqs-container h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 45px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 55px;
    text-align: center;
}


.faqs-accordion-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.faq-acc-item {
    background: white;
    border-radius: 21px;
    padding: 40px 48px;
    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: 60px;
    margin: 0px;
    font-weight: 300;
}

.faq-acc-content p {
    font-family: 'Onest';
    font-size: 22px;
}

.faq-acc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #eee;
    height: 63px;
    width: 63px;
    position: absolute;
    right: 0px;
}

.faq-acc-icon svg {
    zoom: 1.587;
    transition: 0.5s;
}



.faq-acc-active .faq-acc-icon svg {
    transform: rotate(-45deg);
}




.pl-box-icon svg {
    display: flex;
}


@media(max-width: 1500px) {
    .pl-box-btn {
        max-width: 13.85vw;
    }

    .pricing-hero-box {
        max-width: 35.25vw;
    }

}

@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%;
    }




    .pl-box-footer .pl-box-right {
        max-width: 19vw;
    }

    .wyg-box {
        padding: 20px;
    }

    .wyg-boxes {
        gap: 20px;
        margin-bottom: 20px;
    }



    .wyg-box-img {
        margin-bottom: 20px;
    }
}

@media(max-width: 1100px) {
    .pl-mobile .pl-box-right {
        top: 15vw;
    }

    .kitchen-operation-container .pl-box-right {
        top: 4vw;
    }
}


@media(max-width:1024px) {
    .pricing-hero-container {
        flex-direction: column;
        margin-top: 110px;
        gap: 30px;
    }



    .wyg-box-img img {
        width: 100%;
        max-width: 95px;
        margin-left: -9px;
    }



    .pricing-hero-box {
        max-width: 100%;
    }



    .global-btn-yellow {
        max-width: 100%;
        font-size: 18px !important;
        height: 70px !important;
    }

    .wyg-content {
        max-width: 100%;
        margin-bottom: 50px;
    }


    .wyg-boxes {
        flex-direction: column;
    }

    .wyg-box {
        max-width: 100%;
    }

    .pricing-cta-container {
        padding: 34px;
    }





    .pricing-cta-container h2 br {
        display: none;
    }




    .pricing-lg-boxes {
        flex-direction: column;
    }

    .pricing-lg-box {
        max-width: 100%;
        width: auto;
    }

    /* .pl-box-left {
        max-width: 100% !important;


    } */




    .pl-box-cta {
        margin-top: 20px;
    }

    .pl-box-btn {
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .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;
    }

    .pl-box-btn {
        max-width: 100%;
        width: fit-content;
        gap: 10px;
    }




    .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;
    }





    .kitchen-operation-container .pricing-lg-box {
        max-width: 100%;
    }

    .pl-box-footer {
        flex-direction: column;
    }

    .kitchen-operation-container .pl-box-btn {
        max-width: 100%;
    }

    .pl-box-footer {
        margin-top: 0px;
    }

    .pl-self-serve .pl-box-right {
        max-height: unset !important;
        margin: 0px;
        position: absolute;
        right: 6vw;
        top: 13vw;
    }

    .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: 98vw;

    }

    .pl-box-footer {
        align-items: center;
    }

    .pl-self-serve .pl-box-right {
        max-width: 28vw !important;
    }




    .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;
    }







}


@media(min-width: 768px) and (max-width: 1024px) {
    .pricing-hero-container {
        flex-direction: row;
    }

    .pricing-hero-box,
    .ph-left .global-btn-yellow {
        max-width: 72%;
    }



    .wyg-boxes {
        flex-direction: row;
    }


    .pricing-cta-container {
        padding: 50px;
    }

    .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;

        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) amd (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;

    }
}



@media(max-width:1920px) and (min-wdith:1025px) {
    .kitchen-operation-container .pl-box-btn {
        max-width: 10.5vw;
        padding-left: 25px;
        padding-right: 25px;

    }

    .kitchen-operation-container .pricing-lg-boxes:nth-child(2) .pl-website:first-child img {
        margin-left: 40px !important;
    }

    .pl-self-serve .pl-box-right {
        margin-top: -172px;
    }

    .kitchen-operation-container .pricing-lg-box {
        position: relative;
    }

    .kitchen-operation-container .pl-box-cta {
        position: absolute;
        bottom: 30px;
        left: 30px;
    }

}


@media(max-width: 1350px) and (min-width: 1025px) {
    .kitchen-operation-container .pl-box-btn {
        max-width: 11.5vw;

    }

    .kitchen-operation-container .pricing-lg-boxes:nth-child(2) .pl-website:first-child img {
        margin-left: 20px !important;
    }

}


@media(min-width:768px) and (max-width: 1550px) {

    .ph-left h2,
    .wyg-content h2,
    .extra-cost-heading h2,
    .pricing-cta-container h2,
    .online-ordering-container h2,
    .kitchen-operation-container h2,
    .faqs-container h2,
    .pricing-hero-header h3 {
        font-size: 40px;
    }

    .wyg-sub-heading h3,
    .wyg-box h2,
    .pricing-lg-box h3,
    .faq-acc-header h3,
    .pricing-hero-header h4,
    .pl-box-cta h3 {
        font-size: 25px;
    }

    .pricing-hero-box-text p,
    .wyg-content p,
    .wyg-box p,
    .pricing-lg-box p,
    .faq-acc-content p,
    .pl-box-btn,
    .pl-month {
        font-size: 18px;
    }


}


@media(max-width: 767px) {

    .ph-left h2,
    .wyg-content h2,
    .extra-cost-heading h2,
    .pricing-cta-container h2,
    .online-ordering-container h2,
    .kitchen-operation-container h2,
    .faqs-container h2,
    .pricing-hero-header h3 {
        font-size: 30px;
    }

    .faq-acc-content p {
        padding-top: 30px;
    }

    .wyg-sub-heading h3,
    .wyg-box h2,
    .pricing-lg-box h3,
    .faq-acc-header h3,
    .pricing-hero-header h4,
    .pl-box-cta h3 {
        font-size: 20px;
    }

    .pricing-hero-box-text p,
    .wyg-content p,
    .wyg-box p,
    .pricing-lg-box p,
    .faq-acc-content p,
    .pl-month {
        font-size: 13px;
    }

    .pricing-cta-container .global-btn-yellow {
        font-size: 16px;
    }

    .pl-box-btn {
        font-size: 18px !important;
    }
}


@media(min-width:1025px){
.pl-digital .pl-box-footer img {
    margin-bottom: 52px !important;
    margin-top: -52px !important;
}
}