body {
    background: white !important;
}

body,
html {
    overflow-x: hidden !important;
}

.home-hero-section {
    padding-top: 179px;
    margin-bottom: 100px;
}

.global-btn-yellow {
    max-width: 65%;
    border-radius: 38px;
    max-height: 72px;
}

.home-hero-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-hero-left {
    max-width: 50%;
    width: 100%;
}


.home-hero-right {
    max-width: 50%;
    width: 100%;
}

.home-hero-right img {
    width: 100%;
    max-width: 33vw;
    z-index: 1;
}

.home-hero-right {
    display: flex;
    justify-content: center;
}

.home-hero-left h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 700;
}

.home-hero-left p {
    color: rgba(0, 0, 0, 0.60);
    margin-top: 20px;
    font-family: "Onest";
    font-size: 22px;
    font-weight: 400;

}

.colored-text {
    color: #919191;
}

.home-hero-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 60px;
}


.home-hero-box {
    background-color: #f7f7f7;
    border-radius: 21px;
    padding: 20px 20px;
}

.home-hero-box-para p {
    color: #000;
    margin-top: 20px;
    font-family: "Onest";
    font-size: 22px;
    font-weight: 400;
}

.home-hero-box-img {
    max-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #f7f7f7;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.05), 0px 26px 26px 0px rgba(0, 0, 0, 0.04), 0px 57px 35px 0px rgba(0, 0, 0, 0.03), 0px 102px 41px 0px rgba(0, 0, 0, 0.01), 0px 160px 45px 0px rgba(0, 0, 0, 0);
    margin-top: -57px;
    padding: 11px;
}

.home-hero-box-img img {
    width: 100%;
}




.client-logos-section {
    background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}


.client-logos-container h2 {
    font-family: "Onest";
    font-size: 55px;

    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 120%;
    color: #000;
    text-align: center;
}

.underline-text {
    position: relative;
}

.underline-text::after {
    content: '';
    border-bottom: 5px solid #ffdc2e;
    padding-bottom: 0px;
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}


.client-logo-box {
    background: white;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 15px;
    display: inline-flex;
    /* Makes the box shrink to fit content */
    align-items: center;
    justify-content: center;
}

.client-logo-box img {
    display: block;
    /* Removes extra space below images */
    max-height: 109px;
    /* Set a consistent height, width will adjust proportionally */
    height: 100% !important;
    width: auto;
    /* Width adjusts based on aspect ratio */
    object-fit: contain;
    /* Ensures image fits within bounds */
    max-width: 100%;

    transition: 0.5s;


}

.client-logos {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;

    overflow: hidden;
}

.client-logos-row-top {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    /* Prevents wrapping */
    position: relative;
    z-index: 11;
    justify-content: center;

}


.logo-row-two {
    max-width: 94%;
    margin: 0 auto;
}


.home-video-container {
    display: flex;
    gap: 50px;

}

.video-container-left {
    max-width: 60%;
    width: 100%;
}



.video-container-right {
    max-width: 40%;
    width: 100%;
}

.video-container-right h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
}

.client-logos-container .global-btn-yellow {
    max-width: 310px !important;
    margin: 100px auto 0;
    width: 100%;
    position: relative;
}

.video-content-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 82%;

}

.video-content-box {
    display: flex;
    gap: 15px;
    border-radius: 12px;
    background: #f7f7f7;
    padding: 15px;
    margin-left: 57px;

}


.video-content-box-img {
    min-width: 73px;
    width: 73px;
    height: 73px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #f7f7f7;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.05), 0px 26px 26px 0px rgba(0, 0, 0, 0.04), 0px 57px 35px 0px rgba(0, 0, 0, 0.03), 0px 102px 41px 0px rgba(0, 0, 0, 0.01), 0px 160px 45px 0px rgba(0, 0, 0, 0);
    margin-left: -57px;
    padding: 20px;

}

.video-content-box-img img {
    width: 100%;
}


.video-content p,
.vc-para {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 300;
}



.video-content .text-top {
    margin-bottom: 15px !important;
}


.video-container-left iframe {
    border-radius: 30px;
}

.home-video-section {
    border-radius: 55px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    background: white;
}


.window-automation-section {
    margin-bottom: 100px;
    background: url('/wp-content/uploads/2026/02/3500-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1122px;
    display: flex;
    align-items: center;
}


.window-automation-header h2,
.window-automation-header h2 p {
    font-family: "Onest";
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
}

.window-automation-header p {
    font-family: "Onest";
    font-size: 22px;
    margin-top: 0px;
    color: #fff;
}


.text-underline {
    border-bottom: 5px solid #ffdc2e;
}


.window-automation-boxes {
    margin-top: 200px;
}

.window-automation-boxes h2 {
    font-family: "Onest";
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 25px;
}


.window-automation-boxes-wrapper {
    display: flex;
    gap: 15px;
}

.window-automation-box {
    background: white;
    padding: 30px;
    border-radius: 21px;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.window-automation-box p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: #000;
}

.window-automation-box img {
    width: 100%;
    margin: 0 auto;
    max-width: 126.95px;
}


.pl-box-btn {
    display: flex;
    font-size: 22px;
    font-family: 'Onest';
    font-weight: 300;
    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-icon svg {
    display: flex;
}

/* Responsive styles */
@media(max-width: 1500px) {
    .pl-box-btn {
        max-width: 13.85vw;
    }
}

@media(max-width:1024px) {
    .pl-box-btn {
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        width: fit-content;
        gap: 10px;
    }




}

@media(min-width: 768px) and (max-width: 1024px) {
    .pl-box-btn {
        max-width: fit-content;
        gap: 20px;
    }
}

@media(min-width:768px) and (max-width: 1550px) {
    .pl-box-btn {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .pl-box-btn {
        font-size: 18px !important;
    }
}

@media(max-width:1920px) and (min-width:1025px) {
    .kitchen-operation-container .pl-box-btn {
        max-width: 10.5vw;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(max-width: 1350px) and (min-width: 1025px) {
    .kitchen-operation-container .pl-box-btn {
        max-width: 11.5vw;
    }
}




.content-box-left h2 {
    font-family: "Onest";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
}

.content-box-left p,
.client-logos-container p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: #000;
}

.client-logos-container p {
    text-align: center;
    margin-bottom: 50px;
}

.content-box-list-container {
    margin-top: 20px;
}


.content-box-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-box-list {
    display: flex;
    gap: 10px;


}

.content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.content-box-left,
.content-box-right {
    max-width: 50%;
    width: 100%;
}

.content-box-right img {
    width: 100%;
    border-radius: 20px;
    background: #f7f7f7;
}

.content-box-list-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
}

.content-box {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.alternate-content {
    flex-direction: row-reverse;
}

.content-box-list-svg {
    display: flex;
    align-items: center;
    height: 22px;
    margin-top: 2px;

}

.content-box-list-svg img {
    width: 24px;
    height: 32px;
}

.content-box-list-svg img {
    width: 100%;
}

.home-product-row-top {
    display: flex;
    gap: 15px;
}

.home-product-box {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.home-product-box img {
    width: 100%;

    max-height: 20vw;
    height: 20vw;
    object-position: top;
    object-fit: cover;
    max-width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 30px
}

.home-product-box h2 {
    font-family: "Onest";
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;


}


.home-product-box p {
    font-family: "Onest";
    color: #000;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 50px;
}


.home-product-box-img {
    position: relative;
}

.home-product-box-img::after {
    content: '';
    background-image: linear-gradient(0turn, rgba(247, 247, 247, 1) 0%, rgba(247, 247, 247, 0) 100%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
}


.home-product-box-bottom .home-product-box-img::after {
    display: none;
}

.home-product-content {
    height: 100%;
}

.home-product-left,
.home-product-right {
    max-width: 50%;
    width: 100%;
}

.home-product-box-bottom {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0px;
    overflow: hidden;
}

.home-product-box-bottom .home-product-box-img {
    margin-bottom: -70px !important;
}


.home-product-box-bottom .home-product-box-img img {
    max-width: 100%;
    width: 80%;
}

.home-product-row-bottom {
    margin-top: 15px;
}


.home-products-section {
    margin-bottom: 100px;
}


.and-also-section {
    background: #f7f7f7;
    padding-top: 200px;
    overflow: hidden;
    padding-bottom: 100px;
}

.and-also-container {
    display: flex;
    gap: 50px;
    position: relative;
}

.and-also-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.and-also-box h3 {
    font-size: 30px;
    font-family: "Onest";
    color: #000;
    margin: 0px;
    margin-bottom: 20px;

}

.and-also-row h2 {
    font-size: 55px;

    font-family: "Onest";
    color: #000;
    margin: 0px;
    margin-bottom: 60px;
}

.and-also-row h2 {
    text-align: center;
}

.and-also-box p {
    font-size: 22px;
    font-family: "Onest";
    color: #000;
    font-weight: 300;
}

.and-also-box {
    background: white;
    border-radius: 20px;
    padding: 50px 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 415px;
    margin: 0 auto;
}


.and-also-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
}

.aab-qr-box {
    padding-bottom: 0px;
}



.aab-electronic-box img {
    margin-right: -20px;
}


.and-also-section {
    margin-bottom: 100px;
}

.yuma-business-needs-container h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;

}


.business-needs-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;



}






.business-need-tab {
    border-radius: 100px;
    padding: 20px 0PX;
    width: 100%;
    cursor: pointer;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.tab-active {
    background: #fbe147 !important;
}

.tab-icon {
    display: flex;
}

.tab-icon img {
    width: 20px;
    max-width: 20px;
}


.business-need-tab h3 {
    font-family: "Onest";
    font-size: 18px;
    margin: 0px;
    color: #000;
    font-weight: 400;
}



.business-need-tab-content {
    display: flex;
    gap: 150px;

}

.tab-content-left {
    max-width: 40%;
    width: 100%;
}


.tab-content-right {
    max-width: 60%;
    width: 100%;
}

.tab-content-box h4 {
    font-family: "Onest";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0px;


}

.tab-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ececec;
    width: 100%;
    min-height: 170px;

}

.tab-content-boxes {
    display: flex;
    gap: 20px;

}

.tab-content-img {
    margin-top: -100px;
}

.tab-content-img img {
    width: 100%;
}

.tab-content-icon img {
    width: 100%;
    max-width: 35px;
}


.tab-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tab-accordion-header h2 {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 400;
    text-align: left;
}


.tab-content-accordion {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.tab-content-accordion p {
    font-family: "Onest";
    color: rgba(0, 0, 0, 0.70);
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 0px;
    margin: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, padding-bottom 0.3s ease;

}


.tab-acc-active .tab-accordion-content p {

    padding-bottom: 15px;
}


.tab-acc-active .tab-accordion-close {
    transform: rotate(-45deg);
}


.tab-acc-btn {
    margin-top: 40px;
    max-width: 8vw;
    gap: 10px;
}


.business-need-tab-content {
    display: none;
}

.business-need-tab-content[data-content="1"] {
    display: flex;
    /* or block, depending on your layout */
}


.yuma-business-needs-section {
    margin-bottom: 100px;
}


.cf-v2-bg-wrapper p {
    margin: 0px;
}


.cf-v2-bg-wrapper {
    background-image: url('/wp-content/uploads/2026/02/1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
}

.cf-v2-gradient-wrapper {

    border-radius: 30px;
    height: 100%;

    background: linear-gradient(0.569turn, rgba(255, 244, 182, 1) 0%, rgba(253, 237, 145, 1) 100%);


}

.cf-v2-bg-wrapper h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.contact-form-section-v2 {
    margin-bottom: 100px;
}


.custom-cf input {
    width: 100%;
    border: 0px;
    box-shadow: unset !important;
    outline: 0px !important;
    max-width: 400px !important;
    height: 80px;
    border-radius: 10px;
    padding: 0px 20px;
    background: white;
    color: #000;
    font-family: "Onest";
    font-size: 20px;



}

.cf-v2-para p {
    font-family: "Onest";
    font-size: 22px;
    color: rgba(0, 0, 0, 0.70);
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 300;
    text-align: center;
}

.custom-cf input::placeholder {
    color: #000;
    opacity: 0.5 !important;
}

.custom-cf form {
    display: flex;
    gap: 20px;
}

.custom-cf .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.custom-cf .iti__selected-dial-code {
    font-family: "Onest";
    font-size: 20px;
}

.custom-cf .iti__flag-container {
    left: 20px !important;
}

.custom-cf #cfPhone {
    padding-left: 115px !important;
}

.custom-cf .form-submit-btn input {
    background: #fbe147 !important;
    cursor: pointer;
}


.companies-review-section {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 250px;

}


.companies-review-container h2 {
    font-family: "Onest";
    font-size: 55px;
    margin: 0px;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
}


.companies-review-slide {


    max-width: 72vw !important;
}

.slide-header {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}

.slide-header-img-content {
    display: flex;
    align-items: center;
    gap: 10px;
}



.slide-header-img img {
    width: 100%;
    max-width: 77px;
    border: 1px solid #fff;
    border-radius: 15px;

}

.slide-header-content h3 {
    font-family: "Onest";
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.slide-header-content h4 {
    font-family: "Onest";
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400;
}


.cr-arrow-left,
.cr-arrow-right {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.cr-arrow-left img,
.cr-arrow-right img {
    width: 50%;
}

.companies-review-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.companies-review-slider {
    width: 70% !important;
}



.companines-slider-content {
    background: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px;
}


.companines-slider-content-header {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.csh-content h4 {
    font-family: "Onest";
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #000;
    font-weight: 400;
}

.csh-content p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: rgba(32, 32, 32, 0.70);
}


.companies-review-text {
    padding-left: 20px;
    padding-right: 20px;
}

.companies-review-text p {
    margin-bottom: 30px;
    font-family: "Onest";
    font-size: 22px;
    margin-top: 0px;
    color: rgba(32, 32, 32, 0.70);
    padding-left: 10px;

}

.compaines-review-quote p {
    margin: 0px;
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;

}

.review-quote {
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    top: 23px;
    line-height: 0;
    right: -8px;
}

.companies-review-text {
    position: relative;
}

.companies-review-text p:before {
    content: '“';
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* .companies-review-text p:after
{
    content: '';
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    right: 0px;
} */


.slide-header-btn .pl-box-btn {
    background: white !important;
    gap: 20px;
}

.review-btn {
    margin: 40px auto 0px;
    justify-content: center;
    gap: 20px;
    max-width: 20vw;
    height: 67px;
    border-radius: 100px;

}


.integrated-pos-section {
    display: flex;
    justify-content: center;
}


.integrated-pos-container h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin-bottom: 80px;
    margin-top: 30px;
    text-align: center;
}


.integrated-pos-container>img {

    width: 100%;
    max-width: 430px;
    margin: -120px auto 0px;
    display: flex;
}


.ip-box {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
}


.ip-box p {
    font-family: "Onest";
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin: 0px;
}

.ip-box-img {
    margin-top: -80px;
    margin-bottom: 30px;
    display: flex;
    background: #f7f7f7;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.05), 0px 26px 26px 0px rgba(0, 0, 0, 0.04), 0px 57px 35px 0px rgba(0, 0, 0, 0.03), 0px 102px 41px 0px rgba(0, 0, 0, 0.01), 0px 160px 45px 0px rgba(0, 0, 0, 0);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: 73px;
    height: 73px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.ip-box-img img {
    max-width: 50px;
}


.ip-boxes-container {
    display: flex;
    gap: 15px;
    max-width: 83%;
    margin: 0 auto 20px;
}

.ip-box-text-bottom p {
    color: rgba(0, 0, 0, 0.60) !important;
    margin-top: 30px;
}

.ip-box-heading h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    font-weight: 500;

}

.ip-boxex-bottom {
    max-width: 50%;
}

.integrated-pos-section {
    margin-bottom: 100px;
}

.yuma-automation-system-section {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}


.yuma-automation-system-container h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.yas-box-header {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.yas-box-number h3 {
    font-family: "Unbounded";
    font-size: 55px;
    color: #fbe147;
    margin: 0px;

}

.yas-box-header h2 {
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0px;
}


.yas-box-para p {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px
}


.yas-box-para {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.yas-box {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    background: white;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
}

.no-border {
    border: 0px !important;
}


.yas-colored {
    background: #fff7c4;
    padding: 20px;
    border-radius: 20px;
}

.yas-colored p {
    margin-bottom: 20px;
}

.yuma-automation-system-boxes {
    display: flex;
    gap: 20px;
    align-items: start;
}


.yuma-switch-section {
    margin-bottom: 100px;
}


.yuma-switch-container {
    display: flex;
    gap: 30px;
}

.ys-left {
    max-width: 70%;
    width: 100%;
}

.ys-right {
    max-width: 30%;
    width: 100%;
}


.ys-left h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin: 0px;
    margin-bottom: 40px;
}

.ys-left h3 {

    font-family: "Onest";
    font-size: 30px;
    color: #000;
    margin: 0px;
    margin-bottom: 60px;
    font-weight: 500;
}


.ys-content-block {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}


.ys-content-block p {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 300;
}

.ys-content-icon {
    max-width: 30px;
}

.ys-content-icon img {

    width: 30px;
}

.ys-content {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    position: relative;
}

.ys-content-left {
    max-width: 60%;
    width: 100%;
}

.ys-content-right {
    max-width: 60%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: -60px;
}

.ys-content-right img {
    width: 100%;
}

.ys-right {
    background-image: linear-gradient(0.416turn, rgba(255, 247, 202, 1) 0%, rgba(255, 240, 148, 1) 100%);
    padding: 30px;
    border-radius: 20px;

}

.ys-right h2 {
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 400;
    text-align: center;
}

.ys-right p {
    font-family: "Onest";
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.ys-right .custom-cf form {
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
}

.ys-right .form-submit-btn {
    position: relative;
    max-width: 440px;
    width: 100%;
}


.ys-right .custom-cf .form-submit-btn input {
    max-width: 100% !important;
}


.home-hero-container:before {
    content: '';
    background: url('/wp-content/uploads/2025/11/line_2.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 46%;
    width: 24.2vw;
    height: 24.2vw;
    top: -2vw;
    transform: translateX(-50%);


}


.home-hero-container::after {
    content: '';
    background: url('/wp-content/uploads/2025/11/line_1-1-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 12vw;
    width: 20vw;
    /* min-width: 18.35vw !important; */
    height: 20vw;
    top: -11vw;
    transform: rotate(90deg);
}



.home-hero-right::before {
    content: '';
    background: url('/wp-content/uploads/2026/02/Line-1.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    height: 6.829vw;
    width: 9.506vw;
    right: 27vw;
    top: 23vw;
    position: absolute;
}

.home-hero-right:after {
    content: '';
    background: url('/wp-content/uploads/2026/02/Line-2.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    width: 15.196vw;
    height: 7.945vw;
    right: -23px;
    z-index: -1;
    top: 12.6vw;

}




/* Circle Animation Elements */

.circle-anim-left .currency-sign,
.circle-anim-right .currency-sign,
.circle-anim-middle .currency-sign {
    position: absolute;
    width: 2.067vw;
}

.circle-anim-left {
    position: absolute;
    top: 4.7vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-anim-right {
    position: absolute;
    top: 1.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30vw;
}

.circle-anim-middle {
    position: absolute;
    top: 25.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 44.4vw;
}

.circle-anim-left .bg-circle,
.circle-anim-right .bg-circle,
.circle-anim-middle .bg-circle {
    width: 3.6361vw;
    animation: circleRotate 20s infinite linear;
}

/* Circle Man Elements */

.circle-man {
    position: absolute;
    top: -2vw;
    left: 33.7vw;
}

.circle-man img {
    width: 1.57vw;
}

.circle-man-one {
    animation: circleMan 16.4s infinite linear;
    backface-visibility: hidden;
}

.circle-man-two {
    animation: circleMan 14.5s infinite linear;
    backface-visibility: hidden;
    animation-delay: 5s;
}

.circle-man-three {
    animation: circleMan 16.5s infinite linear;
    backface-visibility: hidden;
    animation-delay: 7s;
}



@keyframes circleMan {
    0% {
        opacity: 1;
        transform: translateX(0vw) translateY(0vw) scale(1, 1);
        animation-timing-function: linear;
    }

    14.58% {
        opacity: 1;
        transform: translateX(0vw) translateY(0vw) scale(1, 1);
        animation-timing-function: linear;
    }

    28.47% {
        opacity: 1;
        transform: translateX(0vw) translateY(9.2vw) scale(1, 1);
        animation-timing-function: linear;
    }

    49.3% {
        opacity: 1;
        transform: translateX(17.6vw) translateY(9.2vw) scale(1, 1);
        animation-timing-function: linear;
    }

    70.13% {
        opacity: 1;
        transform: translateX(17.6vw) translateY(23vw) scale(1, 1);
        animation-timing-function: linear;
    }

    72.21% {
        opacity: 0;
        transform: translateX(20vw) translateY(23vw) scale(0.75, 0.75);
        animation-timing-function: linear;
    }

    99.99% {
        opacity: 0;
        transform: translateX(20vw) translateY(23vw) scale(0.75, 0.75);
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: translateX(0vw) translateY(0vw) scale(0.75, 0.75);
    }
}

/* Mobile Responsive (max-width: 820px) */

@media(max-width: 820px) {

    .circle-anim-left .bg-circle,
    .circle-anim-right .bg-circle {
        width: 13.6361vw;
    }

    .circle-anim-left .currency-sign,
    .circle-anim-right .currency-sign {
        width: 8.067vw;
    }

    .circle-anim-left {
        top: -17.3vw;
        display: flex !important;
        left: 19vw;
    }

    .circle-anim-right {
        display: flex !important;
        top: 15.3vw;
        right: 11vw;
    }

    .circle-anim-left .currency-sign {
        content: url('/wp-content/uploads/2025/11/circle_man.svg');
    }

    .circle-man,
    .circle-anim-middle {
        display: none !important;
    }
}

/* Hero Doc & Currency Icons */

.hero-doc img,
.hero-right-currency img {
    width: 1.57vw;
}

/* Hero Doc Animation */

.hero-doc {
    position: absolute;
    top: 28.9vw;
    right: 36vw;
    animation: docAnimation 12.5s infinite linear;
    width: auto;
}

.doc-two {
    animation-delay: 3s;
}

@keyframes docAnimation {
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function: linear;
    }

    68% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function: linear;
    }

    80% {
        opacity: 1;
        transform: translateX(8.5vw) translateY(0px) scale(1, 1);
        animation-timing-function: linear;
    }

    84% {
        opacity: 0;
        transform: translateX(8.5vw) translateY(-1vw) scale(0.75, 0.75);
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: translateX(0px) translateY(0px) scale(0.75, 0.75);
    }
}

/* Hero Right Currency Animation */

.hero-right-currency {
    width: fit-content;
    display: flex;
    right: 16vw;
    top: 19.7vw;
    position: absolute;
    animation: heroCurrency 12.5s infinite linear;
}

.hc-two {
    animation-delay: 2s;
}

.hc-three {
    animation-delay: 4s;
}

@keyframes heroCurrency {
    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function: linear;
    }





    83.33% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function: linear;
    }

    96.66% {
        opacity: 1;
        transform: translateX(14vw) translateY(-0.3vw) scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: translateX(18vw) translateY(-1vw) scale(0.75, 0.75);
    }
}

/* Mobile Responsive (max-width: 820px) */

@media(max-width: 820px) {

    .hero-right-currency,
    .hero-doc {
        display: none !important;
    }
}

.client-logos-section {
    position: relative;
    overflow: hidden;
}

/* 
.client-logos-section:before {
    content: '';
    background: url('/wp-content/uploads/2026/02/780fb549.svg');
    width: 30vw;
    height: 25vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 173px;
    top: 0;
}


.client-logos-section:after {
    content: '';
    background: url('/wp-content/uploads/2026/02/a8fdf3a0.svg');
    width: 30vw;
    height: 25vw;
    position: absolute;
    display: block;
    right: -250px;
    top: -100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

/* .client-logos:before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2026/02/780fb549-2.svg');
    display: block;
    width: 544px;
    height: 557px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 190px;
    top: -180px;
}


.client-logos:after {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2026/02/a8fdf3a0-2.svg');
    display: block;
    width: 551px;
    height: 797px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 126px;
    top: -419px;
    transform: rotate(180deg);
} */

/* Toggle Button */

.mf-toggle-button {

    background-color: #d6d6d6;
    border-radius: 33px;
    display: flex;
    align-items: center;
    width: 103.14px;
    height: 47.61px;
    position: relative;
    transition: 0.5s;


}

.mf-toggle-button-active-v2 {
    background-color: #ffe033;
}

.mf-toggle-button:before {
    content: '';
    background: #fff;
    border-radius: 100px;
    display: block;
    width: 39.67px;
    height: 39.67px;
    position: absolute;
    right: 57px;
    transition: 0.6s linear;
}

.mf-toggle-button-active-v2::before {
    right: 8px;
}

/* Mobile Responsive (max-width: 820px) */

@media(max-width: 820px) {
    .mf-toggle-button:before {
        right: 4px;
        height: 20px;
        width: 20px;
    }

    .mf-toggle-button {
        width: 54px;
        height: 25px;

    }
}

/* Tablet Responsive (max-width: 1199px, min-width: 768px) */

@media(max-width: 1199px) and (min-width: 768px) {
    .mf-toggle-button {
        bottom: -12px;
    }
}


.and-also-section {
    position: relative
}


.and-also-section:before {
    content: "";
    background-image: url('/wp-content/uploads/2026/02/887ffe85.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -200px;
    display: block;
    transform: rotate(180deg)
}


/* Tablet / Small Desktop */
@media (min-width: 768px) and (max-width: 1550px) {

    /* 55px → 40px */
    .home-hero-left h2,
    .client-logos-container h2,
    .video-container-right h2,
    .window-automation-header h2,
    .window-automation-header h2 p,
    .yuma-business-needs-container h2,
    .cf-v2-bg-wrapper h2,
    .companies-review-container h2,
    .integrated-pos-container h2,
    .yuma-automation-system-container h2,
    .yas-box-number h3,
    .and-also-row h2,
    .ys-left h2 {
        font-size: 40px;
    }

    /* 30px → 25px */
    .window-automation-boxes h2,
    .content-box-left h2,
    .home-product-box h2,
    .and-also-box h3,

    .yas-box-header h2,
    .ip-box-heading h3,
    .ys-left h3,
    .ys-right h2,
    .slide-header-content h3 {
        font-size: 25px;
    }

    /* Paragraphs → 18px */
    .home-hero-left p,
    .home-hero-box-para p,
    .video-content p,
    .vc-para,
    .window-automation-header p,
    .window-automation-box p,
    .content-box-left p,
    .client-logos-container p,
    .home-product-box p,
    .and-also-box p,
    .ip-box p,
    .ip-box-text-bottom p,
    .yas-box-para p,
    .ys-content-block p,
    .ys-right p,
    .cf-v2-para p,
    .tab-content-box h4,
    .tab-accordion-header h2,
    .tab-content-accordion p,
    .csh-content h4,
    .csh-content p,
    .companies-review-text p,
    .compaines-review-quote p,
    .slide-header-content h4,
    .home-product-box p {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    /* 55px → 30px */
    .home-hero-left h2,
    .client-logos-container h2,
    .video-container-right h2,
    .window-automation-header h2,
    .window-automation-header h2 p,
    .yuma-business-needs-container h2,
    .cf-v2-bg-wrapper h2,
    .companies-review-container h2,
    .integrated-pos-container h2,
    .yuma-automation-system-container h2,
    .yas-box-number h3,
    .ys-left h2,
    .and-also-row h2 {
        font-size: 30px;
    }

    .video-content-boxes {
        max-width: 100%;
    }

    /* 30px → 20px */
    .window-automation-boxes h2,
    .content-box-left h2,
    .home-product-box h2,
    .and-also-box h3,
    .yas-box-header h2,
    .ip-box-heading h3,
    .ys-left h3,
    .ys-right h2,
    .slide-header-content h3 {
        font-size: 20px;
    }

    /* Paragraphs → 13px */
    .home-hero-left p,
    .home-hero-box-para p,
    .video-content p,
    .vc-para,
    .window-automation-header p,
    .window-automation-box p,
    .content-box-left p,
    .client-logos-container p .home-product-box p,
    .and-also-box p,
    .ip-box p,
    .ip-box-text-bottom p,
    .yas-box-para p,
    .ys-content-block p,
    .ys-right p,
    .cf-v2-para p,
    .tab-content-box h4,
    .tab-accordion-header h2,
    .tab-content-accordion p,
    .csh-content h4,
    .csh-content p,
    .companies-review-text p,
    .compaines-review-quote p,
    .slide-header-content h4,
    .home-product-box p {
        font-size: 18px;
    }
}


.elem-mobile {
    display: none;
}

.slide-header .pl-box-btn {
    max-width: 100% !important;
}

@media(max-width:767px) {
    .home-hero-main {
        flex-direction: column;
    }

    .content-box-left p {
        display: flex;
        align-items: center;
    }

    .content-box-list-svg {
        height: 20px;
    }

    .content-box-list-svg img {
        width: 20px;
        height: 20px;
    }

    .home-product-box img {
        max-height: 60vw;
        height: 60vw;
    }

    .home-hero-left,
    .home-hero-right {
        max-width: 100%;
    }

    .home-hero-right {
        margin-top: 20px;
    }

    .home-hero-left h2 {
        text-align: center;
    }

    .global-btn-yellow {
        max-width: 100%;
    }

    .home-hero-left p {
        text-align: center;
    }

    .home-hero-right img {
        max-width: 100%;
    }

    .elem-desktop {
        display: none;

    }

    .elem-mobile {
        display: block;
        width: 100%;
    }


    .elem-mobile p {
        color: rgba(0, 0, 0, 0.60);
        margin-top: 20px !important;
        font-family: "Onest";
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
    }

    .home-hero-left h2 br {
        display: none;
    }

    .home-hero-boxes {
        grid-template-columns: auto;
    }

    .home-hero-box {
        display: flex;
        align-items: center;
    }

    .home-hero-box-img {
        box-sizing: border-box;
        max-width: 60px;
        margin-top: 0px;
        margin-left: -40px;
    }


    .home-hero-boxes {
        padding: 0px 20px;
        width: 100%;
    }

    .home-hero-box-para {
        padding-left: 35px;
    }

    .client-logos-row-top {
        gap: 10px;
        margin-bottom: 10px;
    }

    .client-logos:before,
    .client-logos:after,
    .client-logos-section:before,
    .client-logos-section:after,
    .client-logos-container h2 br {
        display: none;
    }

    .home-video-container {
        flex-direction: column;
        gap: 30px;
    }

    .video-container-left,
    .video-container-right {
        max-width: 100%;
    }


    .video-container-right h2 {
        text-align: center;
    }

    .video-container-left {
        height: 300px;
    }


    .video-content-box {
        width: auto;
    }

    .window-automation-header h2,
    .window-automation-header h2 p,
    .window-automation-header p,
    .window-automation-boxes h2 {
        text-align: center;
    }


    .window-automation-boxes {
        margin-top: 100px;
    }

    .window-automation-boxes-wrapper {
        flex-direction: column;
    }

    .window-automation-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content-box {
        flex-direction: column;
        gap: 50px;
    }

    .content-box-left,
    .content-box-right,
    .home-product-left,
    .home-product-right {
        max-width: 100%;
    }

    .home-product-row-top,
    .home-product-box-bottom {
        flex-direction: column;

    }

    .home-product-box-bottom {
        padding-bottom: 30px;
    }

    .home-product-box-bottom .home-product-box-img {
        margin-bottom: 20px !important;
    }

    .and-also-container {
        flex-direction: column;
    }

    .and-also-section:before {
        display: none;
    }

    .and-also-box {
        max-width: 100%;
        width: auto;
    }

    .home-product-box {
        width: auto;
    }

    .and-also-row .elem-mobile {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }


    .and-also-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .and-also-row h2 {
        margin-bottom: 0px;
    }


    .business-need-tab h3 br {
        display: none;
    }

    .business-needs-tabs {
        overflow: auto;

    }

    .tab-content {
        width: max-content;
    }

    .business-need-tab {
        width: auto;
        padding: 10px 20px;
    }

    .business-need-tab-content {
        flex-direction: column;
        gap: 20px;
    }

    .tab-content-img {
        display: none;
    }

    .tab-content-left,
    .tab-content-right {
        max-width: 100%;
    }

    .tab-content-boxes {
        flex-direction: column;
        gap: 20px;
        border: 1px solid #ececec;
        padding: 20px;
        border-radius: 20px;
    }



    .tab-content-box {
        width: auto;
        min-height: 0px;
        gap: 20px;
        padding: 0px;
        border: 0px;


    }


    .tab-content-box {
        flex-direction: row-reverse;
    }


    .tab-acc-btn {
        max-width: 100%;
    }

    .custom-cf form {
        flex-direction: column;

    }


    .cf-v2-bg-wrapper {
        padding: 30px;
    }

    .custom-cf input {
        height: 70px;
        max-width: 100%;
        box-sizing: border-box;
    }

    br {
        display: none;
    }

    .companies-review-slider-container {
        gap: 0px;
    }

    .slide-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .companines-slider-content-header {
        flex-direction: column;
    }

    .companies-review-slider {
        width: 100% !important;
    }

    .companies-review-slide {
        max-width: 90vw !important;
    }

    .review-btn {
        max-width: 100%;
    }

    .ip-boxes-container {
        max-width: 100%;
        flex-direction: column;
    }

    .ip-box {
        width: auto;
    }

    .ip-box-img {
        margin-top: 0px;
        margin-left: -50px;
    }

    .ip-box {
        display: flex;
        padding: 20px;
    }

    .ip-box p {
        padding-left: 25px;
    }

    .ip-boxes-container {
        margin-left: 20px;
    }

    .ip-boxex-bottom {
        flex-direction: row !important;
    }

    .ip-boxex-bottom .ip-box {
        max-width: 50% !important;
        flex-direction: column;
        width: 100%;
    }

    .ip-boxex-bottom .ip-box p {
        padding-left: 0px !important;
    }

    .yuma-switch-container {
        flex-direction: column;
    }



    .ys-left,
    .ys-right,
    .ys-content-left,
    .ys-content-right {
        max-width: 100%;
        width: auto;
    }

    .ys-content-right {
        position: unset;
        margin-top: -100px;
    }

    .ys-right {
        padding-bottom: 100px;
    }

    .cr-arrow-left,
    .cr-arrow-right {
        display: flex !important;
        width: 60px !important;
    }

    .yas-arrows {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
    }

    .yuma-automation-system-boxes.owl-carousel .yas-box {
        box-sizing: border-box;
        max-width: 100%;
        width: 88vw;
        height: 100%;
    }

    .yas-box-header h2 {
        text-align: left;
    }

    .yuma-automation-system-boxes,
    .yuma-automation-system-boxes .owl-stage {
        display: flex !important;
    }



}


@media(max-width:767px) {
    .custom-cf input {
        font-size: 13px;
    }

    .custom-cf .iti__selected-dial-code {
        font-family: "Onest";
        font-size: 15px;
    }

    .custom-cf #cfPhone {
        padding-left: 101px !important;
    }

}

.whatsapp-btn {
    position: fixed;
    right: 100px;
    bottom: 23px;
    cursor: pointer;
    z-index: 1;
}



.site-footer {
    background-color: rgb(246, 246, 246);
}


.yuma-business-needs-section {
    display: none !important;
}


.whatsapp-btn img {
    width: 53px;
    height: 53px;
}


@media(max-width:1024px) {
    .whatsapp-btn img {
        width: 48px;
        height: 48px;
    }

    .home-hero-container:before,
    .home-hero-container:after,
    .home-hero-right::before,
    .home-hero-right::after {
        display: none !important;
    }
}


.trust-pilot-images {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    justify-content: center;
}

.trust-pilot-images img {
    max-width: 20vw;
}

.trust-pilot-badge img {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
}

.trustpilot-section {
    margin-bottom: 100px;
}

@media(max-width:1024px) {
    .trust-pilot-images img,
    .trust-pilot-badge img {
        max-width: 100%;
    }

    .trust-pilot-images {
    flex-direction: column;
    }
        
}