/* ============================================================
   BUSINESS-V2 STYLES  (prefix: bvt-)
   ============================================================ */

body {
    background: white !important;
}

body,
html {
    overflow-x: hidden !important;
}

.bvt-home-hero-section {
    padding-top: 179px;

    border-radius: 0px 0px 30px 30px;
    background: white;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
}

.global-btn-yellow {
    max-width: 100%;
    border-radius: 38px;
    max-height: 54px;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */
    text-align: center;
    width: 100%;
    color: #202020;

}



.bvt-home-hero-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bvt-home-hero-left {
    max-width: 35%;
    width: 100%;
}


.bvt-home-hero-right {
    max-width: 100%;
    width: 100%;
}

.bvt-home-hero-right img {
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

.bvt-home-hero-right {
    display: flex;
    justify-content: center;
}

.bvt-home-hero-left h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    /* or 44px */
    margin-top: 0px;
    margin-bottom: 26px;
    color: #202020;

}

.bvt-home-hero-left p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    /* or 23px */

    color: #202020;

}

.bvt-colored-text {
    color: #919191;
}

.bvt-hero-para-container {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
}

.bvt-btn-light {
    background: #FFF6BF;
}

.bvt-hero-btn-container {
    display: flex;
    gap: 12px;
}

.bvt-home-hero-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 60px;
}


.bvt-home-hero-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 24.5px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
}

.bvt-home-hero-box-para p {
    color: #000;
    margin-top: 20px;
    font-family: "Onest";
    font-size: 16px !important;
    font-weight: 400;
    margin: 0px;
}

.bvt-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; */
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.bvt-home-hero-box-img img {
    width: 100%;
}




.bvt-client-logos-section {
    background-color: #f7f7f7;
    padding-top: 150px;
    padding-bottom: 130px;
    margin-bottom: -30px;
}


.bvt-client-logos-container h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    /* or 44px */
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
    color: #202020;

}

.bvt-trustpilot-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
    background: white;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.06));
    width: 100%;
    max-width: 825px;
    margin: 10px auto 0px;
}

.bvt-underline-text {
    position: relative;
}

.bvt-underline-text::after {
    content: '';
    border-bottom: 5px solid #ffdc2e;
    padding-bottom: 0px;
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}


.bvt-client-logo-box {
    background: white;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 7px 9px;
    display: inline-flex;
    /* Makes the box shrink to fit content */
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-height: 75px;
}

.bvt-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;


}

.bvt-client-logos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
    max-width: 825px;
    margin: 0 auto;
    overflow: hidden;
}

.bvt-client-logos-row-top {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    /* Prevents wrapping */
    position: relative;
    z-index: 11;
    justify-content: center;

}


.bvt-logo-row-two {
    max-width: 94%;
    margin: 0 auto;
}


.bvt-home-video-container {
    display: flex;
    gap: 50px;

}

.bvt-video-container-left {
    max-width: 60%;
    width: 100%;
}



.bvt-video-container-right {
    max-width: 40%;
    width: 100%;
}

.bvt-video-container-right h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
}

.bvt-client-logos-container .global-btn-yellow {
    max-width: 310px !important;
    margin: 100px auto 0;
    width: 100%;
    position: relative;
}

.bvt-video-content-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 82%;

}

.bvt-video-content-box {
    display: flex;
    gap: 15px;
    border-radius: 12px;
    background: #f7f7f7;
    padding: 15px;
    margin-left: 57px;

}


.bvt-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;

}

.bvt-video-content-box-img img {
    width: 100%;
}


.bvt-video-content p,
.bvt-vc-para {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 300;
}



.bvt-video-content .bvt-text-top {
    margin-bottom: 15px !important;
}


.bvt-video-container-left iframe {
    border-radius: 30px;
}

.bvt-home-video-section {
    border-radius: 55px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    background: white;
}


.bvt-window-automation-section {
    margin-bottom: 100px;
    
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 650px;
    padding-top: 160px;
    display: flex;
    align-items: flex-start;
}

.bvt-hospitality-section {
    background: white;
    border-radius: 30px;
    padding-bottom: 68px;
    margin-top: -250px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.bvt-client-logo-box.bvt-logo-small {
    width: 79px;
    height: 75px;
    box-sizing: border-box;
    max-width: 79px;
}

.bvt-logo-small img {
    width: 61px;
    height: 61px !important;
}


.bvt-hospitality-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    justify-items: center;

}

.bvt-hospitality-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bvt-hospitality-box p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    margin: 0px;
    color: #202020;

}

.bvt-hospitality-box {
    max-width: 419px;
    width: 100%;
    margin-top: -50px;
    align-items: center;
}

.bvt-hospitality-box img {
    width: fit-content;
    max-height: 260px;
}

.bvt-hospitality-sub-heading {
    margin-top: 60px;
}

.bvt-hospitality-sub-heading h4 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    /* or 31px */
    text-align: center;
    margin: 0px;
    color: #202020;

}

.bvt-window-automation-header h2,
.bvt-window-automation-header h2 p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 26px;
    margin-top: 0px;

    color: #FFFFFF;

}

.bvt-window-automation-header p {
    font-family: "Onest";
    font-size: 22px;
    margin-top: 0px;
    color: #fff;
}


.bvt-text-underline {
    border-bottom: 5px solid #ffdc2e;
}


.bvt-window-automation-boxes {
    margin-top: 200px;
}

.bvt-window-automation-boxes h2 {
    font-family: "Onest";
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 25px;
}


.bvt-window-automation-boxes-wrapper {
    display: flex;
    gap: 15px;
}

.bvt-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;
}

.bvt-window-automation-box p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: #000;
}

.bvt-window-automation-box img {
    width: 100%;
    margin: 0 auto;
    max-width: 126.95px;
}


.bvt-pl-box-btn {
    display: flex;
    height: 52px;
    max-width: 205px;
    background-color: #fbe147;
    border-radius: 30px 30px 30px 30px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* p2 */
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */
    text-align: center;
    margin-top: 32px;
    color: #202020;

}

.bvt-pl-box-icon svg {
    display: flex;
}

/* Responsive styles */
@media(max-width: 1500px) {
    .bvt-pl-box-btn {
        max-width: 13.85vw;
    }
}

@media(max-width:1024px) {
    .bvt-pl-box-btn {
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
        width: fit-content;
        gap: 10px;
    }


    .bvt-trustpilot-badge img
    {
        width: 100%;
    }



}

@media(min-width: 768px) and (max-width: 1024px) {
    .bvt-pl-box-btn {
        max-width: fit-content;
        gap: 20px;
    }
}

@media(min-width:768px) and (max-width: 1550px) {
    .bvt-pl-box-btn {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .bvt-pl-box-btn {
        font-size: 18px !important;
    }
}

@media(max-width:1920px) and (min-width:1025px) {
    .bvt-kitchen-operation-container .bvt-pl-box-btn {
        max-width: 10.5vw;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(max-width: 1350px) and (min-width: 1025px) {
    .bvt-kitchen-operation-container .bvt-pl-box-btn {
        max-width: 11.5vw;
    }
}




.bvt-content-box-left h2 {
    font-family: "Onest";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
}

.bvt-content-box-left p,
.bvt-client-logos-container p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: #000;
}

.bvt-client-logos-container p {
    text-align: center;
    margin-bottom: 50px;
}

.bvt-content-box-list-container {
    margin-top: 20px;
}


.bvt-content-box-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bvt-content-box-list {
    display: flex;
    gap: 10px;


}

.bvt-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.bvt-content-box-left,
.bvt-content-box-right {
    max-width: 50%;
    width: 100%;
}

.bvt-content-box-right img {
    width: 100%;
    border-radius: 20px;
    background: #f7f7f7;
}

.bvt-content-box-list-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
}

.bvt-content-box {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.bvt-alternate-content {
    flex-direction: row-reverse;
}

.bvt-content-box-list-svg {
    display: flex;
    align-items: center;
    height: 22px;
    margin-top: 2px;

}

.bvt-content-box-list-svg img {
    width: 24px;
    height: 32px;
}

.bvt-content-box-list-svg img {
    width: 100%;
}

.bvt-home-product-row-top {
    display: flex;
    gap: 15px;
}

.bvt-home-product-box {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bvt-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
}

.bvt-home-product-box h2 {
    font-family: "Onest";
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;


}


.bvt-home-product-box p {
    font-family: "Onest";
    color: #000;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 50px;
}


.bvt-home-product-box-img {
    position: relative;
}

.bvt-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;
}


.bvt-home-product-box-bottom .bvt-home-product-box-img::after {
    display: none;
}

.bvt-home-product-content {
    height: 100%;
}

.bvt-home-product-left,
.bvt-home-product-right {
    max-width: 50%;
    width: 100%;
}

.bvt-home-product-box-bottom {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0px;
    overflow: hidden;
}

.bvt-home-product-box-bottom .bvt-home-product-box-img {
    margin-bottom: -70px !important;
}


.bvt-home-product-box-bottom .bvt-home-product-box-img img {
    max-width: 100%;
    width: 80%;
}

.bvt-home-product-row-bottom {
    margin-top: 15px;
}


.bvt-home-products-section {
    margin-bottom: 100px;
}


.bvt-and-also-section {
    background: #f7f7f7;
    padding-top: 200px;
    overflow: hidden;
    padding-bottom: 100px;
}

.bvt-and-also-container {
    display: flex;
    gap: 50px;
    position: relative;
}

.bvt-and-also-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.bvt-and-also-box h3 {
    font-size: 30px;
    font-family: "Onest";
    color: #000;
    margin: 0px;
    margin-bottom: 20px;

}

.bvt-and-also-row h2 {
    font-size: 55px;

    font-family: "Onest";
    color: #000;
    margin: 0px;
    margin-bottom: 60px;
}

.bvt-and-also-row h2 {
    text-align: center;
}

.bvt-and-also-box p {
    font-size: 22px;
    font-family: "Onest";
    color: #000;
    font-weight: 300;
}

.bvt-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;
}


.bvt-and-also-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
}

.bvt-aab-qr-box {
    padding-bottom: 0px;
}



.bvt-aab-electronic-box img {
    margin-right: -20px;
}


.bvt-and-also-section {
    margin-bottom: 100px;
}

.bvt-yuma-business-needs-container h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;

}


.bvt-business-needs-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;



}






.bvt-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;
}


.bvt-tab-active {
    background: #fbe147 !important;
}

.bvt-tab-icon {
    display: flex;
}

.bvt-tab-icon img {
    width: 20px;
    max-width: 20px;
}


.bvt-business-need-tab h3 {
    font-family: "Onest";
    font-size: 18px;
    margin: 0px;
    color: #000;
    font-weight: 400;
}



.bvt-business-need-tab-content {
    display: flex;
    gap: 150px;

}

.bvt-tab-content-left {
    max-width: 40%;
    width: 100%;
}


.bvt-tab-content-right {
    max-width: 60%;
    width: 100%;
}

.bvt-tab-content-box h4 {
    font-family: "Onest";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0px;


}

.bvt-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;

}

.bvt-tab-content-boxes {
    display: flex;
    gap: 20px;

}

.bvt-tab-content-img {
    margin-top: -100px;
}

.bvt-tab-content-img img {
    width: 100%;
}

.bvt-tab-content-icon img {
    width: 100%;
    max-width: 35px;
}


.bvt-tab-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.bvt-tab-accordion-header h2 {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 400;
    text-align: left;
}


.bvt-tab-content-accordion {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.bvt-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;

}


.bvt-tab-acc-active .bvt-tab-accordion-content p {

    padding-bottom: 15px;
}


.bvt-tab-acc-active .bvt-tab-accordion-close {
    transform: rotate(-45deg);
}


.bvt-tab-acc-btn {
    margin-top: 40px;
    max-width: 8vw;
    gap: 10px;
}

/* 
.bvt-business-need-tab-content {
    display: none;
} */

.bvt-business-need-tab-content[data-content="1"] {
    display: flex;
    /* or block, depending on your layout */
}


.bvt-yuma-business-needs-section {
    margin-bottom: 100px;
}


.bvt-cf-v2-bg-wrapper p {
    margin: 0px;
}


.bvt-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;
}

.bvt-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%);


}

.bvt-cf-v2-bg-wrapper h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.bvt-contact-form-section-v2 {
    margin-bottom: 100px;
}


.bvt-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;



}

.bvt-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;
}

.bvt-custom-cf input::placeholder {
    color: #000;
    opacity: 0.5 !important;
}

.bvt-custom-cf form {
    display: flex;
    gap: 20px;
}

.bvt-custom-cf .bvt-iti--separate-dial-code .bvt-iti__selected-flag {
    background-color: transparent !important;
}

.bvt-custom-cf .bvt-iti__selected-dial-code {
    font-family: "Onest";
    font-size: 20px;
}

.bvt-custom-cf .bvt-iti__flag-container {
    left: 20px !important;
}

.bvt-custom-cf #cfPhone {
    padding-left: 115px !important;
}

.bvt-custom-cf .bvt-form-submit-btn input {
    background: #fbe147 !important;
    cursor: pointer;
}


.bvt-companies-review-section {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 250px;

}


.bvt-companies-review-container h2 {
    font-family: "Onest";
    font-size: 55px;
    margin: 0px;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
}


.bvt-companies-review-slide {


    max-width: 72vw !important;
}

.bvt-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;
}

.bvt-slide-header-img-content {
    display: flex;
    align-items: center;
    gap: 10px;
}



.bvt-slide-header-img img {
    width: 100%;
    max-width: 77px;
    border: 1px solid #fff;
    border-radius: 15px;

}

.bvt-slide-header-content h3 {
    font-family: "Onest";
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.bvt-slide-header-content h4 {
    font-family: "Onest";
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400;
}


.bvt-cr-arrow-left,
.bvt-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;
}


.bvt-cr-arrow-left img,
.bvt-cr-arrow-right img {
    width: 50%;
}

.bvt-companies-review-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.bvt-companies-review-slider {
    width: 70% !important;
}



.bvt-companines-slider-content {
    background: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px;
}


.bvt-companines-slider-content-header {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.bvt-csh-content h4 {
    font-family: "Onest";
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #000;
    font-weight: 400;
}

.bvt-csh-content p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: rgba(32, 32, 32, 0.70);
}


.bvt-companies-review-text {
    padding-left: 20px;
    padding-right: 20px;
}

.bvt-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;

}

.bvt-compaines-review-quote p {
    margin: 0px;
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;

}

.bvt-review-quote {
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    top: 23px;
    line-height: 0;
    right: -8px;
}

.bvt-companies-review-text {
    position: relative;
}

.bvt-companies-review-text p:before {
    content: '“';
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* .bvt-companies-review-text p:after
{
    content: '';
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    right: 0px;
} */


.bvt-slide-header-btn .bvt-pl-box-btn {
    background: white !important;
    gap: 20px;
}

.bvt-review-btn {
    margin: 40px auto 0px;
    justify-content: center;
    gap: 20px;
    max-width: 20vw;
    height: 67px;
    border-radius: 100px;

}


.bvt-integrated-pos-section {
    display: flex;
    justify-content: center;
}


.bvt-integrated-pos-container h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin-bottom: 80px;
    margin-top: 30px;
    text-align: center;
}


.bvt-integrated-pos-container>img {

    width: 100%;
    max-width: 430px;
    margin: -120px auto 0px;
    display: flex;
}


.bvt-ip-box {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
}


.bvt-ip-box p {
    font-family: "Onest";
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin: 0px;
}

.bvt-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;
}

.bvt-ip-box-img img {
    max-width: 50px;
}


.bvt-ip-boxes-container {
    display: flex;
    gap: 15px;
    max-width: 83%;
    margin: 0 auto 20px;
}

.bvt-ip-box-text-bottom p {
    color: rgba(0, 0, 0, 0.60) !important;
    margin-top: 30px;
}

.bvt-ip-box-heading h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    font-weight: 500;

}

.bvt-ip-boxex-bottom {
    max-width: 50%;
}

.bvt-integrated-pos-section {
    margin-bottom: 100px;
}

.bvt-yuma-automation-system-section {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}


.bvt-yuma-automation-system-container h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.bvt-yas-box-header {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.bvt-yas-box-number h3 {
    font-family: "Unbounded";
    font-size: 55px;
    color: #fbe147;
    margin: 0px;

}

.bvt-yas-box-header h2 {
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0px;
}


.bvt-yas-box-para p {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px
}


.bvt-yas-box-para {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.bvt-yas-box {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    background: white;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
}

.bvt-no-border {
    border: 0px !important;
}


.bvt-yas-colored {
    background: #fff7c4;
    padding: 20px;
    border-radius: 20px;
}

.bvt-yas-colored p {
    margin-bottom: 20px;
}

.bvt-yuma-automation-system-boxes {
    display: flex;
    gap: 20px;
    align-items: start;
}


.bvt-yuma-switch-section {
    margin-bottom: 100px;
}


.bvt-yuma-switch-container {
    display: flex;
    gap: 30px;
}

.bvt-ys-left {
    max-width: 70%;
    width: 100%;
}

.bvt-ys-right {
    max-width: 30%;
    width: 100%;
}


.bvt-ys-left h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin: 0px;
    margin-bottom: 40px;
}

.bvt-ys-left h3 {

    font-family: "Onest";
    font-size: 30px;
    color: #000;
    margin: 0px;
    margin-bottom: 60px;
    font-weight: 500;
}


.bvt-ys-content-block {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}


.bvt-ys-content-block p {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 300;
}

.bvt-ys-content-icon {
    max-width: 30px;
}

.bvt-ys-content-icon img {

    width: 30px;
}

.bvt-ys-content {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    position: relative;
}

.bvt-ys-content-left {
    max-width: 60%;
    width: 100%;
}

.bvt-ys-content-right {
    max-width: 60%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: -60px;
}

.bvt-ys-content-right img {
    width: 100%;
}

.bvt-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;

}

.bvt-ys-right h2 {
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 400;
    text-align: center;
}

.bvt-ys-right p {
    font-family: "Onest";
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.bvt-ys-right .bvt-custom-cf form {
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
}

.bvt-ys-right .bvt-form-submit-btn {
    position: relative;
    max-width: 440px;
    width: 100%;
}


.bvt-ys-right .bvt-custom-cf .bvt-form-submit-btn input {
    max-width: 100% !important;
}


.bvt-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%);


}


.bvt-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);
}



.bvt-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;
}

.bvt-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 */

.bvt-circle-anim-left .bvt-currency-sign,
.bvt-circle-anim-right .bvt-currency-sign,
.bvt-circle-anim-middle .bvt-currency-sign {
    position: absolute;
    width: 2.067vw;
}

.bvt-circle-anim-left {
    position: absolute;
    top: 4.7vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bvt-circle-anim-right {
    position: absolute;
    top: 1.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30vw;
}

.bvt-circle-anim-middle {
    position: absolute;
    top: 25.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 44.4vw;
}

.bvt-circle-anim-left .bvt-bg-circle,
.bvt-circle-anim-right .bvt-bg-circle,
.bvt-circle-anim-middle .bvt-bg-circle {
    width: 3.6361vw;
    animation: circleRotate 20s infinite linear;
}

/* Circle Man Elements */

.bvt-circle-man {
    position: absolute;
    top: -2vw;
    left: 33.7vw;
}

.bvt-circle-man img {
    width: 1.57vw;
}

.bvt-circle-man-one {
    animation: circleMan 16.4s infinite linear;
    backface-visibility: hidden;
}

.bvt-circle-man-two {
    animation: circleMan 14.5s infinite linear;
    backface-visibility: hidden;
    animation-delay: 5s;
}

.bvt-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) {

    .bvt-circle-anim-left .bvt-bg-circle,
    .bvt-circle-anim-right .bvt-bg-circle {
        width: 13.6361vw;
    }

    .bvt-circle-anim-left .bvt-currency-sign,
    .bvt-circle-anim-right .bvt-currency-sign {
        width: 8.067vw;
    }

    .bvt-circle-anim-left {
        top: -17.3vw;
        display: flex !important;
        left: 19vw;
    }

    .bvt-circle-anim-right {
        display: flex !important;
        top: 15.3vw;
        right: 11vw;
    }

    .bvt-circle-anim-left .bvt-currency-sign {
        content: url('/wp-content/uploads/2025/11/circle_man.svg');
    }

    .bvt-circle-man,
    .bvt-circle-anim-middle {
        display: none !important;
    }
}

/* Hero Doc & Currency Icons */

.bvt-hero-doc img,
.bvt-hero-right-currency img {
    width: 1.57vw;
}

/* Hero Doc Animation */

.bvt-hero-doc {
    position: absolute;
    top: 28.9vw;
    right: 36vw;
    animation: docAnimation 12.5s infinite linear;
    width: auto;
}

.bvt-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 */

.bvt-hero-right-currency {
    width: fit-content;
    display: flex;
    right: 16vw;
    top: 19.7vw;
    position: absolute;
    animation: heroCurrency 12.5s infinite linear;
}

.bvt-hc-two {
    animation-delay: 2s;
}

.bvt-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) {

    .bvt-hero-right-currency,
    .bvt-hero-doc {
        display: none !important;
    }
}

.bvt-client-logos-section {
    position: relative;
    overflow: hidden;
}

/* 
.bvt-client-logos-section:before {
    content: '';
    background: url('/wp-content/uploads/2026/02/780fb549.bvt-svg');
    width: 30vw;
    height: 25vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 173px;
    top: 0;
}


.bvt-client-logos-section:after {
    content: '';
    background: url('/wp-content/uploads/2026/02/a8fdf3a0.bvt-svg');
    width: 30vw;
    height: 25vw;
    position: absolute;
    display: block;
    right: -250px;
    top: -100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

/* .bvt-client-logos:before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2026/02/780fb549-2.bvt-svg');
    display: block;
    width: 544px;
    height: 557px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 190px;
    top: -180px;
}


.bvt-client-logos:after {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2026/02/a8fdf3a0-2.bvt-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 */

.bvt-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;


}

.bvt-mf-toggle-button-active-v2 {
    background-color: #ffe033;
}

.bvt-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;
}

.bvt-mf-toggle-button-active-v2::before {
    right: 8px;
}

/* Mobile Responsive (max-width: 820px) */

@media(max-width: 820px) {
    .bvt-mf-toggle-button:before {
        right: 4px;
        height: 20px;
        width: 20px;
    }

    .bvt-mf-toggle-button {
        width: 54px;
        height: 25px;

    }
}

/* Tablet Responsive (max-width: 1199px, min-width: 768px) */

@media(max-width: 1199px) and (min-width: 768px) {
    .bvt-mf-toggle-button {
        bottom: -12px;
    }
}


.bvt-and-also-section {
    position: relative
}


.bvt-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 */


    .bvt-video-container-right h2,

    .bvt-yuma-business-needs-container h2,
    .bvt-cf-v2-bg-wrapper h2,
    .bvt-companies-review-container h2,
    .bvt-integrated-pos-container h2,
    .bvt-yuma-automation-system-container h2,
    .bvt-yas-box-number h3,
    .bvt-and-also-row h2,
    .bvt-ys-left h2 {
        font-size: 40px;
    }

    /* 30px → 25px */
    .bvt-window-automation-boxes h2,
    .bvt-content-box-left h2,
    .bvt-home-product-box h2,
    .bvt-and-also-box h3,

    .bvt-yas-box-header h2,
    .bvt-ip-box-heading h3,
    .bvt-ys-left h3,
    .bvt-ys-right h2,
    .bvt-slide-header-content h3 {
        font-size: 25px;
    }

    /* Paragraphs → 18px */

    .bvt-home-hero-box-para p,
    .bvt-video-content p,
    .bvt-vc-para,
    .bvt-window-automation-header p,
    .bvt-window-automation-box p,
    .bvt-content-box-left p,
    .bvt-client-logos-container p,
    .bvt-home-product-box p,
    .bvt-and-also-box p,
    .bvt-ip-box p,
    .bvt-ip-box-text-bottom p,
    .bvt-yas-box-para p,
    .bvt-ys-content-block p,
    .bvt-ys-right p,
    .bvt-cf-v2-para p,
    .bvt-tab-content-box h4,
    .bvt-tab-accordion-header h2,
    .bvt-tab-content-accordion p,
    .bvt-csh-content h4,
    .bvt-csh-content p,
    .bvt-companies-review-text p,
    .bvt-compaines-review-quote p,
    .bvt-slide-header-content h4,
    .bvt-home-product-box p {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    /* 55px → 30px */


    .bvt-video-container-right h2,

    .bvt-yuma-business-needs-container h2,
    .bvt-cf-v2-bg-wrapper h2,
    .bvt-companies-review-container h2,
    .bvt-integrated-pos-container h2,
    .bvt-yuma-automation-system-container h2,
    .bvt-yas-box-number h3,
    .bvt-ys-left h2,
    .bvt-and-also-row h2 {
        font-size: 30px;
    }

    .bvt-video-content-boxes {
        max-width: 100%;
    }

    /* 30px → 20px */
    .bvt-window-automation-boxes h2,
    .bvt-content-box-left h2,
    .bvt-home-product-box h2,
    .bvt-and-also-box h3,
    .bvt-yas-box-header h2,
    .bvt-ip-box-heading h3,
    .bvt-ys-left h3,
    .bvt-ys-right h2,
    .bvt-slide-header-content h3 {
        font-size: 20px;
    }

    /* Paragraphs → 13px */

    .bvt-home-hero-box-para p,
    .bvt-video-content p,
    .bvt-vc-para,
    .bvt-window-automation-header p,
    .bvt-window-automation-box p,
    .bvt-content-box-left p,
    .bvt-client-logos-container p .bvt-home-product-box p,
    .bvt-and-also-box p,
    .bvt-ip-box p,
    .bvt-ip-box-text-bottom p,
    .bvt-yas-box-para p,
    .bvt-ys-content-block p,
    .bvt-ys-right p,
    .bvt-cf-v2-para p,
    .bvt-tab-content-box h4,
    .bvt-tab-accordion-header h2,
    .bvt-tab-content-accordion p,
    .bvt-csh-content h4,
    .bvt-csh-content p,
    .bvt-companies-review-text p,
    .bvt-compaines-review-quote p,
    .bvt-slide-header-content h4,
    .bvt-home-product-box p {
        font-size: 18px;
    }
}


.bvt-elem-mobile {
    display: none;
}

.bvt-slide-header .bvt-pl-box-btn {
    max-width: 100% !important;
}

@media(max-width:767px) {
    .bvt-home-hero-main {
        flex-direction: column;
    }

    .bvt-content-box-left p {
        display: flex;
        align-items: center;
    }

    .bvt-content-box-list-svg {
        height: 20px;
    }

    .bvt-content-box-list-svg img {
        width: 20px;
        height: 20px;
    }

    .bvt-home-product-box img {
        max-height: 60vw;
        height: 60vw;
    }

    .bvt-home-hero-left,
    .bvt-home-hero-right {
        max-width: 100%;
    }

    .bvt-home-hero-right {
        margin-top: 20px;
    }

    .bvt-home-hero-left h2 {
        text-align: center;
    }

    .global-btn-yellow {
        max-width: 100%;
    }

    .bvt-home-hero-left p {
        text-align: center;
    }

    .bvt-home-hero-right img {
        max-width: 100%;
    }

    .bvt-elem-desktop {
        display: none;

    }

    .bvt-elem-mobile {
        display: block;
        width: 100%;
    }


    .bvt-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;
    }

    .bvt-home-hero-left h2 br {
        display: none;
    }

    .bvt-home-hero-boxes {
        grid-template-columns: auto;
    }

    .bvt-home-hero-box {
        display: flex;
        align-items: center;
    }



    .bvt-home-hero-boxes {

        width: 100%;
    }



    .bvt-client-logos-row-top {
        gap: 10px;
        margin-bottom: 10px;
    }

    .bvt-client-logos:before,
    .bvt-client-logos:after,
    .bvt-client-logos-section:before,
    .bvt-client-logos-section:after,
    .bvt-client-logos-container h2 br {
        display: none;
    }

    .bvt-home-video-container {
        flex-direction: column;
        gap: 30px;
    }

    .bvt-video-container-left,
    .bvt-video-container-right {
        max-width: 100%;
    }


    .bvt-video-container-right h2 {
        text-align: center;
    }

    .bvt-video-container-left {
        height: 300px;
    }


    .bvt-video-content-box {
        width: auto;
    }

    .bvt-window-automation-header h2,
    .bvt-window-automation-header h2 p,
    .bvt-window-automation-header p,
    .bvt-window-automation-boxes h2 {
        text-align: center;
    }


    .bvt-window-automation-boxes {
        margin-top: 100px;
    }

    .bvt-window-automation-boxes-wrapper {
        flex-direction: column;
    }

    .bvt-window-automation-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bvt-content-box {
        flex-direction: column;
        gap: 50px;
    }

    .bvt-content-box-left,
    .bvt-content-box-right,
    .bvt-home-product-left,
    .bvt-home-product-right {
        max-width: 100%;
    }

    .bvt-home-product-row-top,
    .bvt-home-product-box-bottom {
        flex-direction: column;

    }

    .bvt-home-product-box-bottom {
        padding-bottom: 30px;
    }

    .bvt-home-product-box-bottom .bvt-home-product-box-img {
        margin-bottom: 20px !important;
    }

    .bvt-and-also-container {
        flex-direction: column;
    }

    .bvt-and-also-section:before {
        display: none;
    }

    .bvt-and-also-box {
        max-width: 100%;
        width: auto;
    }

    .bvt-home-product-box {
        width: auto;
    }

    .bvt-and-also-row .bvt-elem-mobile {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }


    .bvt-and-also-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bvt-and-also-row h2 {
        margin-bottom: 0px;
    }


    .bvt-business-need-tab h3 br {
        display: none;
    }

    .bvt-business-needs-tabs {
        overflow: auto;

    }

    .bvt-tab-content {
        width: max-content;
    }

    .bvt-business-need-tab {
        width: auto;
        padding: 10px 20px;
    }

    .bvt-business-need-tab-content {
        flex-direction: column;
        gap: 20px;
    }

    .bvt-tab-content-img {
        display: none;
    }

    .bvt-tab-content-left,
    .bvt-tab-content-right {
        max-width: 100%;
    }

    .bvt-tab-content-boxes {
        flex-direction: column;
        gap: 20px;
        border: 1px solid #ececec;
        padding: 20px;
        border-radius: 20px;
    }



    .bvt-tab-content-box {
        width: auto;
        min-height: 0px;
        gap: 20px;
        padding: 0px;
        border: 0px;


    }


    .bvt-tab-content-box {
        flex-direction: row-reverse;
    }


    .bvt-tab-acc-btn {
        max-width: 100%;
    }

    .bvt-custom-cf form {
        flex-direction: column;

    }


    .bvt-cf-v2-bg-wrapper {
        padding: 30px;
    }

    .bvt-custom-cf input {
        height: 70px;
        max-width: 100%;
        box-sizing: border-box;
    }

 

    .bvt-companies-review-slider-container {
        gap: 0px;
    }

    .bvt-slide-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .bvt-companines-slider-content-header {
        flex-direction: column;
    }

    .bvt-companies-review-slider {
        width: 100% !important;
    }

    .bvt-companies-review-slide {
        max-width: 90vw !important;
    }

    .bvt-review-btn {
        max-width: 100%;
    }

    .bvt-ip-boxes-container {
        max-width: 100%;
        flex-direction: column;
    }

    .bvt-ip-box {
        width: auto;
    }

    .bvt-ip-box-img {
        margin-top: 0px;
        margin-left: -50px;
    }

    .bvt-ip-box {
        display: flex;
        padding: 20px;
    }

    .bvt-ip-box p {
        padding-left: 25px;
    }

    .bvt-ip-boxes-container {
        margin-left: 20px;
    }

    .bvt-ip-boxex-bottom {
        flex-direction: row !important;
    }

    .bvt-ip-boxex-bottom .bvt-ip-box {
        max-width: 50% !important;
        flex-direction: column;
        width: 100%;
    }

    .bvt-ip-boxex-bottom .bvt-ip-box p {
        padding-left: 0px !important;
    }

    .bvt-yuma-switch-container {
        flex-direction: column;
    }



    .bvt-ys-left,
    .bvt-ys-right,
    .bvt-ys-content-left,
    .bvt-ys-content-right {
        max-width: 100%;
        width: auto;
    }

    .bvt-ys-content-right {
        position: unset;
        margin-top: -100px;
    }

    .bvt-ys-right {
        padding-bottom: 100px;
    }

    .bvt-cr-arrow-left,
    .bvt-cr-arrow-right {
        display: flex !important;
        width: 60px !important;
    }

    .bvt-yas-arrows {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
    }

    .bvt-yuma-automation-system-boxes.bvt-owl-carousel .bvt-yas-box {
        box-sizing: border-box;
        max-width: 100%;
        width: 88vw;
        height: 100%;
    }

    .bvt-yas-box-header h2 {
        text-align: left;
    }

    .bvt-yuma-automation-system-boxes,
    .bvt-yuma-automation-system-boxes .bvt-owl-stage {
        display: flex !important;
    }



}


@media(max-width:767px) {
    .bvt-custom-cf input {
        font-size: 13px;
    }

    .bvt-custom-cf .bvt-iti__selected-dial-code {
        font-family: "Onest";
        font-size: 15px;
    }

    .bvt-custom-cf #cfPhone {
        padding-left: 101px !important;
    }

}

.bvt-whatsapp-btn {
    position: fixed;
    right: 100px;
    bottom: 23px;
    cursor: pointer;
    z-index: 1111;
}

.bvt-hydrated
{
    position: relative;
    z-index: 111111;
}



.bvt-site-footer {
    background-color: rgb(246, 246, 246);
}


.bvt-yuma-business-needs-section {
    display: none !important;
}


.bvt-whatsapp-btn img {
    width: 53px;
    height: 53px;
}


@media(max-width:1024px) {
    .bvt-whatsapp-btn img {
        width: 48px;
        height: 48px;
    }

    .bvt-home-hero-container:before,
    .bvt-home-hero-container:after,
    .bvt-home-hero-right::before,
    .bvt-home-hero-right::after {
        display: none !important;
    }
}


.bvt-trust-pilot-images {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    justify-content: center;
}

.bvt-trust-pilot-images img {
    max-width: 20vw;
}

.bvt-trust-pilot-badge img {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
}

.bvt-trustpilot-section {
    margin-bottom: 100px;
}

@media(max-width:1024px) {

    .bvt-trust-pilot-images img,
    .bvt-trust-pilot-badge img {
        max-width: 100%;
    }

    .bvt-trust-pilot-images {
        flex-direction: column;
    }

}


.bvt-smooth-operation-section {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 30px;
    background: white;
    margin-bottom: -30px;
    position: relative;
}

.bvt-smooth-operaration-container h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 50px;
    margin-top: 0px;
    text-align: center;

    color: #202020;

}

.bvt-so-image-boxes {
    display: flex;
    gap: 50px;
    margin-bottom: 104px;
    justify-content: center;
}

.bvt-so-image-box {
    max-width: 507px;
}

.bvt-so-image-box img {
    width: 100%;
    border-radius: 26px;
    margin-bottom: 50px;
}

.bvt-so-image-box-content h4 {
    margin-bottom: 22px;
    margin-top: 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    color: #202020;

}

.bvt-so-image-box-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bvt-so-image-box-list-item {
    display: flex;
    gap: 14px;
}

.bvt-so-image-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: 1px;
}

.bvt-so-image-box-para p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin: 0px;

    color: #202020;

}

.bvt-so-cta-box {
    background: linear-gradient(86.91deg, #FFF6BF 6.09%, #FFF3AA 96.65%);
    border-radius: 26px;
    padding: 50px;
    max-width: 1064px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.bvt-so-cta-box {
    display: flex;
    justify-content: space-between;

}


.bvt-so-cta-box-content h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    /* or 31px */

    color: #202020;

}

.bvt-so-cta-box-content .global-btn-yellow {
    height: 52px;
    max-width: 280px;
    width: 100%;
    padding: 13px 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */
    text-align: center;

    color: #202020;
    max-height: 52px;
    box-sizing: border-box;

}

.bvt-so-cta-box-img img {
    margin-top: -150px;
    margin-bottom: -180px;
}

.bvt-so-icon-boxes {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.bvt-so-icon-box-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 1064px;
    margin: 0 auto;

}

.bvt-so-icon-box {
    background: white;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 26px;
    max-width: 348px;
    min-width: 348px;
    width: 100%;
    padding: 32px;
}

.bvt-so-box-icon {
    margin-bottom: 25px;
}

.bvt-so-icon-box-content h3 {
    margin-bottom: 12px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    /* or 32px */
    margin-top: 0px;
    color: #202020;

}



.bvt-so-icon-box-content p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */
    margin: 0px;
    margin-bottom: 20px;
    color: #202020;

}

.bvt-integration-section {
    padding-top: 100px;
    padding-bottom: 60px;
    background: #f7f7f7;
    margin-bottom: -30px;
}

.bvt-integration-container h2 {
    margin-bottom: 50px;
    margin-top: 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #202020;

}

.bvt-integration-boxes {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 100px;
}

.bvt-integration-box {
    background: #FFFFFF;
    border-radius: 26px;
    max-width: 400px;
    padding: 19px 32px 32px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.bvt-ib-content h3 {
    margin-bottom: 12px;
    margin-top: 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    color: #202020;

}

.bvt-ib-content p,
.bvt-ib-content li {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #202020;
    margin: 0px;

}

.bvt-ib-img {
    margin-bottom: 17px;
    min-height: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bvt-licence-boxes .bvt-integration-box {
    flex-direction: column-reverse;
    padding-bottom: 0px;
}

.bvt-licence-boxes .bvt-integration-box .bvt-ib-img {
    min-height: 253px;
    margin-bottom: 0px;
    margin-top: 17px;
}

.bvt-licence-boxes {
    margin-bottom: 55px;
}

/* ph-left container */
.bvt-ph-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;

}

/* Main heading */
.bvt-ph-left h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    /* or 44px */
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    color: #202020;

}

.bvt-ph-left .bvt-colored-text {
    color: #787878;
}

/* Pricing hero box */
.bvt-pricing-hero-box {
    background: white;
    border-radius: 26px;
    padding: 25px;
    box-shadow: 0px 10px 10px 0px rgba(138, 138, 138, 0.1);
    margin-bottom: 16px;
    max-width: 21.25vw;
    box-sizing: border-box;
    width: 100%;
}

/* Header inside box */
.bvt-pricing-hero-box .bvt-pricing-hero-header {
    background: #fff8d5;
    border-radius: 17px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.bvt-pricing-hero-header h3 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    /* identical to box height, or 44px */
    text-align: center;
    margin: 0px;
    color: #202020;

}

.bvt-pricing-hero-box-divider {
    background-color: #000;
    opacity: 0.35;
    border-radius: 100%;
    width: 9.52px;
    height: 9.52px;
    min-width: 9.52px;
}

.bvt-pricing-hero-header h4 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    /* identical to box height, or 31px */

    color: #202020;

    margin: 0px;
}

/* Box text */
.bvt-pricing-hero-box-text p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    /* or 23px */
    text-align: center;

    color: #202020;

    margin: 0px;
    margin-top: 14px;
}

.bvt-text-bold {
    font-weight: 700;
    color: #414141;
}

/* CTA Button */
.bvt-ph-left .global-btn-yellow {
    width: 100%;
    height: 82px;
    font-weight: 500;
    font-size: 27px;
    border-radius: 23px;
}

/* ── Responsive ── */

@media(max-width: 1500px) {
    .bvt-pricing-hero-box {
        max-width: 35.25vw;
    }
}

@media(max-width: 1024px) {
    .bvt-pricing-hero-box {
        max-width: 100%;
    }

    .global-btn-yellow {
        max-width: 100%;
        font-size: 18px !important;
        height: 70px !important;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {

    .bvt-pricing-hero-box,
    .bvt-ph-left .global-btn-yellow {
        max-width: 72%;
    }
}



@media(max-width: 767px) {






    .bvt-pricing-cta-container .global-btn-yellow {
        font-size: 16px;
    }
}

.bvt-one-license-section {
    display: flex;

    align-items: center;
}


.bvt-ph-left .global-btn-yellow {
    max-width: 302px;
    height: 52px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */
    text-align: center;

    color: #202020;

}

/* ========================================
   BUSINESS CONTACT SECTION
   ======================================== */

.bvt-business-contact-section {

    padding-top: 80px;
    
    display: flex;
    flex-direction: column;
    border-radius: 30px;

    position: relative;
    z-index: 11;
    background: white;
}

.bvt-kitchen-service-section
{
    padding-top: 0px;
    padding-bottom: 126px;
    margin-bottom: -30px;
}

.bvt-business-contact-bottom {
    background: #202020;
    border-radius: 30px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
    margin-bottom: 100px;

}

.bvt-business-contact-container h2 {
    font-family: "Onest";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.bvt-business-contact-img p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
    color: #FFFFFF;
    margin: 0px !important;
    margin-left: 40px !important;
    margin-bottom: 36px !important;


}

.bvt-business-contact-bottom {
    display: flex;
    gap: 50px;
    max-width: 1280px;
    margin: 0 auto 100px;

}

.bvt-business-contact-img img {
    width: 100%;
    align-self: end;
    margin-top: auto;
}

.bvt-business-contact-img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ========================================
   ABOUT CTA RIGHT / CONTACT FORM RIGHT
   ======================================== */

.bvt-about-cta-right {
    max-width: 40%;
    width: 100%;
    padding-bottom: 40px;
}

.bvt-contact-form-right h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 50px;

}

.bvt-contact-form-right input {
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 0.08);
    outline: 0px !important;
    box-shadow: unset !important;
    border: 0px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    font-family: "Onest";
    padding-left: 16px;
    color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    margin-bottom: 10px;
}

.bvt-contact-form-right p br {
    display: none;
}

.bvt-contact-form-right .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
    max-height: 54px;
    margin-bottom: 15px;
}

..bvt-business-contact-img p {
    margin-bottom: 32px;
}

.bvt-contact-form-right .bvt-form-submit {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */
    text-align: center;
    margin-top: 16px;
    max-height: 52px;
    height: 52px;
    border-radius: 100px;
    color: #202020;
    background-color: #FBE147;

}

/* ========================================
   CONTACT FORM TEXT
   ======================================== */

.bvt-contact-form-text span {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    /* or 20px */

    color: rgba(255, 255, 255, 0.8);

}

.wpcf7-form>p {
    margin-bottom: 0px;
}

/* ========================================
   ITI (INTERNATIONAL TELEPHONE INPUT)
   ======================================== */

.bvt-iti__country-name {
    color: #1F1F1F;
}

.bvt-iti--allow-dropdown {
    width: 100%;
}

.bvt-iti__selected-dial-code {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */

    color: #a1a1a1;
    order: 3;
}

.bvt-iti__flag.bvt-iti__gb {
    order: 1;
}

.bvt-custom-cf-2 .bvt-iti--separate-dial-code .bvt-iti__selected-flag {
    background-color: transparent !important;
}

.bvt-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;
}

.bvt-iti__flag-container {
    padding-left: 20px !important;
}

.bvt-iti input {
    padding-left: 115px !important;
}

.bvt-iti--separate-dial-code.bvt-iti--show-flags .bvt-iti__selected-dial-code {
    margin-left: 20px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

    .bvt-automated-delivery-section
    {
        padding-top: 0px;
    }



@media (max-width: 1024px) {
    .bvt-about-cta-right {
        max-width: 100%;
        width: auto;
        background: #1f1f1f;
        padding: 30px;
        border-radius: 21px;
    }

    .bvt-ph-left
    {
        width: 100%;
    }
    div#wpcf7-f95-o1 {
        padding: 0px;
    }

    .bvt-contact-form-right input {
        font-size: 16px;
        height: 55px;
    }

    .bvt-contact-form-text span {
        font-size: 12px;
    }

    .bvt-iti__selected-dial-code {
        font-size: 16px;
    }

    .bvt-iti input {
        padding-left: 107px !important;
    }

    .bvt-contact-form-right .bvt-form-submit {
        font-size: 16px;
    }

    .bvt-iti {
        width: 100%;
    }

    .bvt-business-contact-img {
        width: 100%;
    }

    .bvt-business-contact-bottom {
        gap: 50px;
    }

    .bvt-about-cta-right {
        padding: 0px 0px 30px;
    }

    .bvt-about-cta-right {
        max-width: 40%;
    }
}

@media (max-width: 767px) {
    .bvt-business-contact-bottom {
        flex-direction: column;
    }

    .bvt-about-cta-right {
        max-width: 100%;
        padding-bottom: 0px;
    }

    .bvt-business-contact-img p {
        font-size: 13px;
    }
}



.bvt-content-boxes-container .bvt-first-heading {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 60px;
    color: #202020;

}

.bvt-automated-content-boxes {
    max-width: 1066px;
    margin: 0 auto;
}

.bvt-automated-content-box {
    display: flex;
    gap: 50px;
}

.bvt-acb-left {
    max-width: 488px;
    width: 100%;
}

.bvt-acb-right {
    max-width: 528px;
    width: 100%;

}

.bvt-acb-right img {
    border-radius: 26px;
    width: 100%;
}


.bvt-acb-left h3 {
    margin-bottom: 12px;
    margin-top: 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    /* identical to box height, or 31px */

    color: #202020;
}

.bvt-acb-colored-box {
    margin-bottom: 22px;
    background: #FFF8D5;
    border-radius: 12px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    align-items: center;
    max-width: 356px;
    width: 100%;

}

.bvt-acb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
}



.bvt-acb-colored-box p {
    margin: 0px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    /* or 23px */

    color: #202020;

}

.bvt-acb-content p,
.bvt-acb-content li {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */

    color: #202020;

}



.bvt-automated-content-box {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #DDDDDD;
}


.bvt-automated-content-box:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bvt-automated-content-boxes {
    margin-bottom: 140px;
}

.bvt-kitchen-box {
    display: flex;

    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    border-radius: 26px;
    padding-top: 32px;
    padding-left: 32px;
    max-width: 1066px;
    margin: 0 auto;

}

.bvt-kb-left li {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #202020;
    margin-top: 8px;

}

.bvt-kb-left {
    max-width: 442px;
    width: 100%;
}

.bvt-kb-right img {
    width: 100%;
}

.bvt-kb-left h3 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    /* identical to box height, or 31px */

    color: #202020;

    margin-top: 0px;
    margin-bottom: 22px;

}

.bvt-kb-kds {
    gap: 135px;
    margin-bottom: 10px !important;
}

.bvt-kb-kds .bvt-kb-right {
    max-width: 368px;
    width: 100%;
    padding-bottom: 31px;

}

.bvt-kb-left p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    /* or 26px */

    color: #202020;
    margin-top: 0px;

}

.bvt-kb-list-container {
    display: flex;
    gap: 12px;
}

.bvt-kb-waiter .bvt-kb-right {
    max-width: 219px;

}

.bvt-kb-waiter {
    padding-bottom: 0px;
    gap: 206px;
}

.bvt-kb-list-container ul {
    max-width: 215px;
    width: 100%;
}

.bvt-faqs-section {
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ========================================
   FAQ ACCORDION
   ======================================== */

.bvt-faqs-accordion-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bvt-faq-acc-item {
    background: white;
    border-radius: 11px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.bvt-faq-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 20px;
}

.bvt-faq-acc-header h3 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    /* identical to box height, or 32px */
    margin: 0px;
    color: #202020;

}

.bvt-faq-acc-content {
    transition: 0.5s;
    max-height: 0px;
}

.bvt-faq-acc-active {
    max-height: 100%;
}

.bvt-faq-acc-content p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #202020;
    margin: 0px;
    padding-top: 12px;
    opacity: 0;
    visibility: hidden;

}

.bvt-faq-acc-active .bvt-faq-acc-content p {
    opacity: 1;
    visibility: visible;
}

.bvt-faq-acc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    height: 20px;
    width: 20px;
    margin-top: 12px;
    transition: 0.5s;
}

.bvt-faq-acc-active .bvt-faq-acc-icon {
    transform: rotate(45deg);
}

.bvt-faq-acc-icon svg {

    transition: 0.5s;
}

.bvt-faq-acc-active .bvt-faq-acc-icon svg {
    transform: rotate(-45deg);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .bvt-faq-acc-icon svg {
        zoom: 1;
    }

    .bvt-faq-acc-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        position: unset;
    }

    .bvt-faq-acc-header {
        gap: 10px;
    }

    .bvt-faq-acc-item {
        padding: 20px;
    }

    .bvt-faq-acc-content p {
        padding-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1550px) {
    .bvt-faq-acc-header h3 {
        font-size: 25px;
    }

    .bvt-faq-acc-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .bvt-faq-acc-header h3 {
        font-size: 20px;
    }

    .bvt-faq-acc-content p {
        font-size: 13px;
    }
}



.bvt-faqs-main-wrapper {
    display: flex;
    gap: 50px;

}

.bvt-faqs-main-left,
.bvt-faqs-main-right {
    max-width: 615px;
    width: 100%;
}

.bvt-faqs-container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.bvt-faqs-container h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 22px;
    margin-top: 0px;
    color: #202020;

}

.bvt-bottom-contact {
    padding-bottom: 80px;
    background-color: #f7f7f7;
}

.bvt-client-logos-section {
    background-image: url('/wp-content/uploads/2026/03/Group-2085663068.png');
    background-repeat: no-repeat;
    background-size: 1248px;
    background-position: center 0px;
}

.bvt-integration-section {
    background-image: url('/wp-content/uploads/2026/03/Group-2085663069.png');
    background-repeat: no-repeat;
    background-size: 1248px;
    background-position: top;
}

@media(max-width:767px) {
    .bvt-hero-para-container {
        flex-direction: column;
        gap: 0px;
    }

    .bvt-home-hero-left p {
        margin-top: 0px;
    }

    .bvt-home-hero-left img {
        margin-left: -30px;
    }

    .bvt-hospitality-box {
        margin-top: 0px;
        max-width: 100%;
    }

    .bvt-hospitality-boxes {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .bvt-hospitality-box:first-child {
        margin-top: -110px;
    }

    .bvt-window-automation-section {
        min-height: 530px;
    }

    .bvt-window-automation-header p,
    .bvt-hospitality-box p {
        font-size: 16px;
    }

    .bvt-client-logos-row-top {
        flex-wrap: wrap;
    }

    .bvt-trustpilot-badge {
        width: 100%;
    }

    .bvt-so-image-boxes {
        flex-direction: column;
    }

    .bvt-so-image-box-para p {
        font-size: 16px;
    }

    .bvt-so-cta-box-img img {
        margin-top: 50px;
        margin-bottom: -35px;
        width: 100%;
    }

    .bvt-so-cta-box {
        max-width: 100%;
        padding: 30px;
        flex-direction: column;
        overflow: hidden;
    }

    .bvt-so-icon-box {
        padding: 20px;
        width: auto;
        max-width: 100%;
        min-width: 0px;
    }

    .bvt-so-icon-box-row {
        flex-direction: column;
        max-width: 100%;
    }

    .bvt-integration-boxes {
        flex-direction: column;
    }

    .bvt-integration-box {
        max-width: 100%;
    }

    .bvt-one-license-section {
        flex-direction: column;
    }

    .bvt-one-license-section img {
        width: 100%;
    }

    .bvt-business-contact-section br {
        display: none;
    }

    .bvt-business-contact-bottom {
        padding: 20px;
    }

    .bvt-business-contact-img p {
        font-size: 18px;
        margin-left: 0px !important;
    }

    .bvt-automated-content-box {
        flex-direction: column-reverse;
    }

    .bvt-alternate-content {
        flex-direction: column-reverse;
    }

    .bvt-automated-content-boxes {
    margin-bottom: 100px;
}

    .bvt-kitchen-box {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

.bvt-kb-list-container
{
    flex-direction: column;
    gap: 0px;
}

.bvt-kb-list-container ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 100%;
    width: auto;
    margin-bottom: 10px;
}

.bvt-faqs-main-wrapper {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.bvt-faqs-main-left, .bvt-faqs-main-right
{
    max-width: 100%;
    width: auto;
}

.bvt-faq-acc-content p
{
    font-size: 16px;
}

.bvt-kb-left li
{
    font-size: 16px;
}

.bvt-kb-left p
{
    font-size: 16px;
}
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -16px;
    font-family: "Onest";
    font-size: 12px;
    left: 10px;
}


.bvt-one-license-section img
{
    width: 100%;
}

/* ============================================================
   HOME-V2 STYLES  (prefix: hvt-)
   ============================================================ */

body {
    background: white !important;
}

body,
html {
    overflow-x: hidden !important;
}

.hvt-home-hero-section {
    padding-top: 179px;
    margin-bottom: 100px;
}

.global-btn-yellow {
    max-width: 65%;
    border-radius: 38px;
    max-height: 72px;
}

.hvt-home-hero-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hvt-home-hero-left {
    max-width: 50%;
    width: 100%;
}


.hvt-home-hero-right {
    max-width: 50%;
    width: 100%;
}

.hvt-home-hero-right img {
    width: 100%;
    max-width: 33vw;
    z-index: 1;
}

.hvt-home-hero-right {
    display: flex;
    justify-content: center;
}

.hvt-home-hero-left h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: 700;
}

.hvt-home-hero-left p {
    color: rgba(0, 0, 0, 0.60);
    margin-top: 20px;
    font-family: "Onest";
    font-size: 22px;
    font-weight: 400;

}

.hvt-colored-text {
    color: #919191;
}

.hvt-home-hero-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 60px;
}


.hvt-home-hero-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 24.5px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);

}

.hvt-home-hero-box-para p {
    color: #000;
    margin-top: 20px;
    font-family: "Onest";
    font-size: 16px !important;
    font-weight: 400;
    margin: 0px;
}

.hvt-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; */
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.hvt-home-hero-box-img img {
    width: 100%;
}




.hvt-client-logos-section {
    background-color: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}


.hvt-client-logos-container h2 {
    font-family: "Onest";
    font-size: 55px;

    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 120%;
    color: #000;
    text-align: center;
}

.hvt-underline-text {
    position: relative;
}

.hvt-underline-text::after {
    content: '';
    border-bottom: 5px solid #ffdc2e;
    padding-bottom: 0px;
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}


.hvt-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;
}

.hvt-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;


}

.hvt-client-logos {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 1;

    overflow: hidden;
}

.hvt-client-logos-row-top {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    /* Prevents wrapping */
    position: relative;
    z-index: 11;
    justify-content: center;

}


.hvt-logo-row-two {
    max-width: 94%;
    margin: 0 auto;
}


.hvt-home-video-container {
    display: flex;
    gap: 50px;

}

.hvt-video-container-left {
    max-width: 60%;
    width: 100%;
}



.hvt-video-container-right {
    max-width: 40%;
    width: 100%;
}

.hvt-video-container-right h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
}

.hvt-client-logos-container .global-btn-yellow {
    max-width: 310px !important;
    margin: 100px auto 0;
    width: 100%;
    position: relative;
}

.hvt-video-content-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 82%;

}

.hvt-video-content-box {
    display: flex;
    gap: 15px;
    border-radius: 12px;
    background: #f7f7f7;
    padding: 15px;
    margin-left: 57px;

}


.hvt-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;

}

.hvt-video-content-box-img img {
    width: 100%;
}


.hvt-video-content p,
.hvt-vc-para {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 300;
}



.hvt-video-content .hvt-text-top {
    margin-bottom: 15px !important;
}


.hvt-video-container-left iframe {
    border-radius: 30px;
}

.hvt-home-video-section {
    border-radius: 55px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    background: white;
}


.hvt-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;
}


.hvt-window-automation-header h2,
.hvt-window-automation-header h2 p {
    font-family: "Onest";
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
}

.hvt-window-automation-header p {
    font-family: "Onest";
    font-size: 22px;
    margin-top: 0px;
    color: #fff;
}


.hvt-text-underline {
    border-bottom: 5px solid #ffdc2e;
}


.hvt-window-automation-boxes {
    margin-top: 200px;
}

.hvt-window-automation-boxes h2 {
    font-family: "Onest";
    color: #fff;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 25px;
}


.hvt-window-automation-boxes-wrapper {
    display: flex;
    gap: 15px;
}

.hvt-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;
}

.hvt-window-automation-box p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: #000;
}

.hvt-window-automation-box img {
    width: 100%;
    margin: 0 auto;
    max-width: 126.95px;
}


.hvt-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;
}

.hvt-pl-box-icon svg {
    display: flex;
}

/* Responsive styles */
@media(max-width: 1500px) {
    .hvt-pl-box-btn {
        max-width: 13.85vw;
    }
}

@media(max-width:1024px) {
    .hvt-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) {
    .hvt-pl-box-btn {
        max-width: fit-content;
        gap: 20px;
    }
}

@media(min-width:768px) and (max-width: 1550px) {
    .hvt-pl-box-btn {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .hvt-pl-box-btn {
        font-size: 18px !important;
    }
}

@media(max-width:1920px) and (min-width:1025px) {
    .hvt-kitchen-operation-container .hvt-pl-box-btn {
        max-width: 10.5vw;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(max-width: 1350px) and (min-width: 1025px) {
    .hvt-kitchen-operation-container .hvt-pl-box-btn {
        max-width: 11.5vw;
    }
}




.hvt-content-box-left h2 {
    font-family: "Onest";
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000;
}

.hvt-content-box-left p,
.hvt-client-logos-container p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: #000;
}

.hvt-client-logos-container p {
    text-align: center;
    margin-bottom: 50px;
}

.hvt-content-box-list-container {
    margin-top: 20px;
}


.hvt-content-box-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hvt-content-box-list {
    display: flex;
    gap: 10px;


}

.hvt-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.hvt-content-box-left,
.hvt-content-box-right {
    max-width: 50%;
    width: 100%;
}

.hvt-content-box-right img {
    width: 100%;
    border-radius: 20px;
    background: #f7f7f7;
}

.hvt-content-box-list-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
}

.hvt-content-box {
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.hvt-alternate-content {
    flex-direction: row-reverse;
}

.hvt-content-box-list-svg {
    display: flex;
    align-items: center;
    height: 22px;
    margin-top: 2px;

}

.hvt-content-box-list-svg img {
    width: 24px;
    height: 32px;
}

.hvt-content-box-list-svg img {
    width: 100%;
}

.hvt-home-product-row-top {
    display: flex;
    gap: 15px;
}

.hvt-home-product-box {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hvt-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
}

.hvt-home-product-box h2 {
    font-family: "Onest";
    color: #000;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;


}


.hvt-home-product-box p {
    font-family: "Onest";
    color: #000;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 50px;
}


.hvt-home-product-box-img {
    position: relative;
}

.hvt-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;
}


.hvt-home-product-box-bottom .hvt-home-product-box-img::after {
    display: none;
}

.hvt-home-product-content {
    height: 100%;
}

.hvt-home-product-left,
.hvt-home-product-right {
    max-width: 50%;
    width: 100%;
}

.hvt-home-product-box-bottom {
    flex-direction: row;
    align-items: center;
    padding-bottom: 0px;
    overflow: hidden;
}

.hvt-home-product-box-bottom .hvt-home-product-box-img {
    margin-bottom: -70px !important;
}


.hvt-home-product-box-bottom .hvt-home-product-box-img img {
    max-width: 100%;
    width: 80%;
}

.hvt-home-product-row-bottom {
    margin-top: 15px;
}


.hvt-home-products-section {
    margin-bottom: 100px;
}


.hvt-and-also-section {
    background: #f7f7f7;
    padding-top: 200px;
    overflow: hidden;
    padding-bottom: 100px;
}

.hvt-and-also-container {
    display: flex;
    gap: 50px;
    position: relative;
}

.hvt-and-also-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.hvt-and-also-box h3 {
    font-size: 30px;
    font-family: "Onest";
    color: #000;
    margin: 0px;
    margin-bottom: 20px;

}

.hvt-and-also-row h2 {
    font-size: 55px;

    font-family: "Onest";
    color: #000;
    margin: 0px;
    margin-bottom: 60px;
}

.hvt-and-also-row h2 {
    text-align: center;
}

.hvt-and-also-box p {
    font-size: 22px;
    font-family: "Onest";
    color: #000;
    font-weight: 300;
}

.hvt-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;
}


.hvt-and-also-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
}

.hvt-aab-qr-box {
    padding-bottom: 0px;
}



.hvt-aab-electronic-box img {
    margin-right: -20px;
}


.hvt-and-also-section {
    margin-bottom: 100px;
}

.hvt-yuma-business-needs-container h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;

}


.hvt-business-needs-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;



}






.hvt-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;
}


.hvt-tab-active {
    background: #fbe147 !important;
}

.hvt-tab-icon {
    display: flex;
}

.hvt-tab-icon img {
    width: 20px;
    max-width: 20px;
}


.hvt-business-need-tab h3 {
    font-family: "Onest";
    font-size: 18px;
    margin: 0px;
    color: #000;
    font-weight: 400;
}



.hvt-business-need-tab-content {
    display: flex;
    gap: 150px;

}

.hvt-tab-content-left {
    max-width: 40%;
    width: 100%;
}


.hvt-tab-content-right {
    max-width: 60%;
    width: 100%;
}

.hvt-tab-content-box h4 {
    font-family: "Onest";
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0px;


}

.hvt-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;

}

.hvt-tab-content-boxes {
    display: flex;
    gap: 20px;

}

.hvt-tab-content-img {
    margin-top: -100px;
}

.hvt-tab-content-img img {
    width: 100%;
}

.hvt-tab-content-icon img {
    width: 100%;
    max-width: 35px;
}


.hvt-tab-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hvt-tab-accordion-header h2 {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 400;
    text-align: left;
}


.hvt-tab-content-accordion {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.hvt-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;

}


.hvt-tab-acc-active .hvt-tab-accordion-content p {

    padding-bottom: 15px;
}


.hvt-tab-acc-active .hvt-tab-accordion-close {
    transform: rotate(-45deg);
}


.hvt-tab-acc-btn {
    margin-top: 40px;
    max-width: 8vw;
    gap: 10px;
}


.hvt-business-need-tab-content {
    display: none;
}

.hvt-business-need-tab-content[data-content="1"] {
    display: flex;
    /* or block, depending on your layout */
}


.hvt-yuma-business-needs-section {
    margin-bottom: 100px;
}


.hvt-cf-v2-bg-wrapper p {
    margin: 0px;
}


.hvt-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;
}

.hvt-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%);


}

.hvt-cf-v2-bg-wrapper h2 {
    font-family: "Onest";
    color: #000;
    font-size: 55px;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.hvt-contact-form-section-v2 {
    margin-bottom: 100px;
}


.hvt-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;



}

.hvt-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;
}

.hvt-custom-cf input::placeholder {
    color: #000;
    opacity: 0.5 !important;
}

.hvt-custom-cf form {
    display: flex;
    gap: 20px;
}

.hvt-custom-cf .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.hvt-custom-cf .iti__selected-dial-code {
    font-family: "Onest";
    font-size: 20px;
}

.hvt-custom-cf .iti__flag-container {
    left: 20px !important;
}

.hvt-custom-cf #cfPhone {
    padding-left: 115px !important;
}

.hvt-custom-cf .hvt-form-submit-btn input {
    background: #fbe147 !important;
    cursor: pointer;
}


.hvt-companies-review-section {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 250px;

}


.hvt-companies-review-container h2 {
    font-family: "Onest";
    font-size: 55px;
    margin: 0px;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
}


.hvt-companies-review-slide {


    max-width: 72vw !important;
}

.hvt-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;
}

.hvt-slide-header-img-content {
    display: flex;
    align-items: center;
    gap: 10px;
}



.hvt-slide-header-img img {
    width: 100%;
    max-width: 77px;
    border: 1px solid #fff;
    border-radius: 15px;

}

.hvt-slide-header-content h3 {
    font-family: "Onest";
    color: #fff;
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.hvt-slide-header-content h4 {
    font-family: "Onest";
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400;
}


.hvt-cr-arrow-left,
.hvt-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;
}


.hvt-cr-arrow-left img,
.hvt-cr-arrow-right img {
    width: 50%;
}

.hvt-companies-review-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.hvt-companies-review-slider {
    width: 70% !important;
}



.hvt-companines-slider-content {
    background: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px;
}


.hvt-companines-slider-content-header {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.hvt-csh-content h4 {
    font-family: "Onest";
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #000;
    font-weight: 400;
}

.hvt-csh-content p {
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
    color: rgba(32, 32, 32, 0.70);
}


.hvt-companies-review-text {
    padding-left: 20px;
    padding-right: 20px;
}

.hvt-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;

}

.hvt-compaines-review-quote p {
    margin: 0px;
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;

}

.hvt-review-quote {
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    top: 23px;
    line-height: 0;
    right: -8px;
}

.hvt-companies-review-text {
    position: relative;
}

.hvt-companies-review-text p:before {
    content: '“';
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* .hvt-companies-review-text p:after
{
    content: '';
    font-family: "Unbounded";
    color: #fbe147;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    right: 0px;
} */


.hvt-slide-header-btn .hvt-pl-box-btn {
    background: white !important;
    gap: 20px;
}

.hvt-review-btn {
    margin: 40px auto 0px;
    justify-content: center;
    gap: 20px;
    max-width: 20vw;
    height: 67px;
    border-radius: 100px;

}


.hvt-integrated-pos-section {
    display: flex;
    justify-content: center;
}


.hvt-integrated-pos-container h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin-bottom: 80px;
    margin-top: 30px;
    text-align: center;
}


.hvt-integrated-pos-container>img {

    width: 100%;
    max-width: 430px;
    margin: -120px auto 0px;
    display: flex;
}


.hvt-ip-box {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
}


.hvt-ip-box p {
    font-family: "Onest";
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin: 0px;
}

.hvt-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;
}

.hvt-ip-box-img img {
    max-width: 50px;
}


.hvt-ip-boxes-container {
    display: flex;
    gap: 15px;
    max-width: 83%;
    margin: 0 auto 20px;
}

.hvt-ip-box-text-bottom p {
    color: rgba(0, 0, 0, 0.60) !important;
    margin-top: 30px;
}

.hvt-ip-box-heading h3 {
    margin-bottom: 30px;
    margin-top: 0px;
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    font-weight: 500;

}

.hvt-ip-boxex-bottom {
    max-width: 50%;
}

.hvt-integrated-pos-section {
    margin-bottom: 100px;
}

.hvt-yuma-automation-system-section {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}


.hvt-yuma-automation-system-container h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}

.hvt-yas-box-header {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.hvt-yas-box-number h3 {
    font-family: "Unbounded";
    font-size: 55px;
    color: #fbe147;
    margin: 0px;

}

.hvt-yas-box-header h2 {
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0px;
}


.hvt-yas-box-para p {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px
}


.hvt-yas-box-para {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.hvt-yas-box {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    background: white;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
}

.hvt-no-border {
    border: 0px !important;
}


.hvt-yas-colored {
    background: #fff7c4;
    padding: 20px;
    border-radius: 20px;
}

.hvt-yas-colored p {
    margin-bottom: 20px;
}

.hvt-yuma-automation-system-boxes {
    display: flex;
    gap: 20px;
    align-items: start;
}


.hvt-yuma-switch-section {
    margin-bottom: 100px;
}


.hvt-yuma-switch-container {
    display: flex;
    gap: 30px;
}

.hvt-ys-left {
    max-width: 70%;
    width: 100%;
}

.hvt-ys-right {
    max-width: 30%;
    width: 100%;
}


.hvt-ys-left h2 {
    font-family: "Onest";
    font-size: 55px;
    color: #000;
    margin: 0px;
    margin-bottom: 40px;
}

.hvt-ys-left h3 {

    font-family: "Onest";
    font-size: 30px;
    color: #000;
    margin: 0px;
    margin-bottom: 60px;
    font-weight: 500;
}


.hvt-ys-content-block {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}


.hvt-ys-content-block p {
    font-family: "Onest";
    font-size: 22px;
    color: #000;
    margin: 0px;
    font-weight: 300;
}

.hvt-ys-content-icon {
    max-width: 30px;
}

.hvt-ys-content-icon img {

    width: 30px;
}

.hvt-ys-content {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    position: relative;
}

.hvt-ys-content-left {
    max-width: 60%;
    width: 100%;
}

.hvt-ys-content-right {
    max-width: 60%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: -60px;
}

.hvt-ys-content-right img {
    width: 100%;
}

.hvt-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;

}

.hvt-ys-right h2 {
    font-family: "Onest";
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 400;
    text-align: center;
}

.hvt-ys-right p {
    font-family: "Onest";
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.hvt-ys-right .hvt-custom-cf form {
    display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: center;
}

.hvt-ys-right .hvt-form-submit-btn {
    position: relative;
    max-width: 440px;
    width: 100%;
}


.hvt-ys-right .hvt-custom-cf .hvt-form-submit-btn input {
    max-width: 100% !important;
}


.hvt-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%);


}


.hvt-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);
}



.hvt-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;
}

.hvt-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 */

.hvt-circle-anim-left .hvt-currency-sign,
.hvt-circle-anim-right .hvt-currency-sign,
.hvt-circle-anim-middle .hvt-currency-sign {
    position: absolute;
    width: 2.067vw;
}

.hvt-circle-anim-left {
    position: absolute;
    top: 4.7vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hvt-circle-anim-right {
    position: absolute;
    top: 1.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30vw;
}

.hvt-circle-anim-middle {
    position: absolute;
    top: 25.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 44.4vw;
}

.hvt-circle-anim-left .hvt-bg-circle,
.hvt-circle-anim-right .hvt-bg-circle,
.hvt-circle-anim-middle .hvt-bg-circle {
    width: 3.6361vw;
    animation: circleRotate 20s infinite linear;
}

/* Circle Man Elements */

.hvt-circle-man {
    position: absolute;
    top: -2vw;
    left: 33.7vw;
}

.hvt-circle-man img {
    width: 1.57vw;
}

.hvt-circle-man-one {
    animation: circleMan 16.4s infinite linear;
    backface-visibility: hidden;
}

.hvt-circle-man-two {
    animation: circleMan 14.5s infinite linear;
    backface-visibility: hidden;
    animation-delay: 5s;
}

.hvt-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) {

    .hvt-circle-anim-left .hvt-bg-circle,
    .hvt-circle-anim-right .hvt-bg-circle {
        width: 13.6361vw;
    }

    .hvt-circle-anim-left .hvt-currency-sign,
    .hvt-circle-anim-right .hvt-currency-sign {
        width: 8.067vw;
    }

    .hvt-circle-anim-left {
        top: -17.3vw;
        display: flex !important;
        left: 19vw;
    }

    .hvt-circle-anim-right {
        display: flex !important;
        top: 15.3vw;
        right: 11vw;
    }

    .hvt-circle-anim-left .hvt-currency-sign {
        content: url('/wp-content/uploads/2025/11/circle_man.svg');
    }

    .hvt-circle-man,
    .hvt-circle-anim-middle {
        display: none !important;
    }
}

/* Hero Doc & Currency Icons */

.hvt-hero-doc img,
.hvt-hero-right-currency img {
    width: 1.57vw;
}

/* Hero Doc Animation */

.hvt-hero-doc {
    position: absolute;
    top: 28.9vw;
    right: 36vw;
    animation: docAnimation 12.5s infinite linear;
    width: auto;
}

.hvt-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 */

.hvt-hero-right-currency {
    width: fit-content;
    display: flex;
    right: 16vw;
    top: 19.7vw;
    position: absolute;
    animation: heroCurrency 12.5s infinite linear;
}

.hvt-hc-two {
    animation-delay: 2s;
}

.hvt-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) {

    .hvt-hero-right-currency,
    .hvt-hero-doc {
        display: none !important;
    }
}

.hvt-client-logos-section {
    position: relative;
    overflow: hidden;
}

/* 
.hvt-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;
}


.hvt-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;
} */

/* .hvt-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;
}


.hvt-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 */

.hvt-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;


}

.hvt-mf-toggle-button-active-v2 {
    background-color: #ffe033;
}

.hvt-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;
}

.hvt-mf-toggle-button-active-v2::before {
    right: 8px;
}

/* Mobile Responsive (max-width: 820px) */

@media(max-width: 820px) {
    .hvt-mf-toggle-button:before {
        right: 4px;
        height: 20px;
        width: 20px;
    }

    .hvt-mf-toggle-button {
        width: 54px;
        height: 25px;

    }
}

/* Tablet Responsive (max-width: 1199px, min-width: 768px) */

@media(max-width: 1199px) and (min-width: 768px) {
    .hvt-mf-toggle-button {
        bottom: -12px;
    }
}


.hvt-and-also-section {
    position: relative
}


.hvt-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 */
    .hvt-home-hero-left h2,
    .hvt-client-logos-container h2,
    .hvt-video-container-right h2,
    .hvt-window-automation-header h2,
    .hvt-window-automation-header h2 p,
    .hvt-yuma-business-needs-container h2,
    .hvt-cf-v2-bg-wrapper h2,
    .hvt-companies-review-container h2,
    .hvt-integrated-pos-container h2,
    .hvt-yuma-automation-system-container h2,
    .hvt-yas-box-number h3,
    .hvt-and-also-row h2,
    .hvt-ys-left h2 {
        font-size: 40px;
    }

    /* 30px → 25px */
    .hvt-window-automation-boxes h2,
    .hvt-content-box-left h2,
    .hvt-home-product-box h2,
    .hvt-and-also-box h3,

    .hvt-yas-box-header h2,
    .hvt-ip-box-heading h3,
    .hvt-ys-left h3,
    .hvt-ys-right h2,
    .hvt-slide-header-content h3 {
        font-size: 25px;
    }

    /* Paragraphs → 18px */
    .hvt-home-hero-left p,
    .hvt-home-hero-box-para p,
    .hvt-video-content p,
    .hvt-vc-para,
    .hvt-window-automation-header p,
    .hvt-window-automation-box p,
    .hvt-content-box-left p,
    .hvt-client-logos-container p,
    .hvt-home-product-box p,
    .hvt-and-also-box p,
    .hvt-ip-box p,
    .hvt-ip-box-text-bottom p,
    .hvt-yas-box-para p,
    .hvt-ys-content-block p,
    .hvt-ys-right p,
    .hvt-cf-v2-para p,
    .hvt-tab-content-box h4,
    .hvt-tab-accordion-header h2,
    .hvt-tab-content-accordion p,
    .hvt-csh-content h4,
    .hvt-csh-content p,
    .hvt-companies-review-text p,
    .hvt-compaines-review-quote p,
    .hvt-slide-header-content h4,
    .hvt-home-product-box p {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    /* 55px → 30px */
    .hvt-home-hero-left h2,
    .hvt-client-logos-container h2,
    .hvt-video-container-right h2,
    .hvt-window-automation-header h2,
    .hvt-window-automation-header h2 p,
    .hvt-yuma-business-needs-container h2,
    .hvt-cf-v2-bg-wrapper h2,
    .hvt-companies-review-container h2,
    .hvt-integrated-pos-container h2,
    .hvt-yuma-automation-system-container h2,
    .hvt-yas-box-number h3,
    .hvt-ys-left h2,
    .hvt-and-also-row h2 {
        font-size: 30px;
    }

    .hvt-video-content-boxes {
        max-width: 100%;
    }

    /* 30px → 20px */
    .hvt-window-automation-boxes h2,
    .hvt-content-box-left h2,
    .hvt-home-product-box h2,
    .hvt-and-also-box h3,
    .hvt-yas-box-header h2,
    .hvt-ip-box-heading h3,
    .hvt-ys-left h3,
    .hvt-ys-right h2,
    .hvt-slide-header-content h3 {
        font-size: 20px;
    }

    /* Paragraphs → 13px */
    .hvt-home-hero-left p,
    .hvt-home-hero-box-para p,
    .hvt-video-content p,
    .hvt-vc-para,
    .hvt-window-automation-header p,
    .hvt-window-automation-box p,
    .hvt-content-box-left p,
    .hvt-client-logos-container p .hvt-home-product-box p,
    .hvt-and-also-box p,
    .hvt-ip-box p,
    .hvt-ip-box-text-bottom p,
    .hvt-yas-box-para p,
    .hvt-ys-content-block p,
    .hvt-ys-right p,
    .hvt-cf-v2-para p,
    .hvt-tab-content-box h4,
    .hvt-tab-accordion-header h2,
    .hvt-tab-content-accordion p,
    .hvt-csh-content h4,
    .hvt-csh-content p,
    .hvt-companies-review-text p,
    .hvt-compaines-review-quote p,
    .hvt-slide-header-content h4,
    .hvt-home-product-box p {
        font-size: 18px;
    }
}


.hvt-elem-mobile {
    display: none;
}

.hvt-slide-header .hvt-pl-box-btn {
    max-width: 100% !important;
}

@media(max-width:767px) {
    .hvt-home-hero-main {
        flex-direction: column;
    }

    .hvt-content-box-left p {
        display: flex;
        align-items: center;
    }

    .hvt-content-box-list-svg {
        height: 20px;
    }

    .hvt-content-box-list-svg img {
        width: 20px;
        height: 20px;
    }

    .hvt-home-product-box img {
        max-height: 60vw;
        height: 60vw;
    }

    .hvt-home-hero-left,
    .hvt-home-hero-right {
        max-width: 100%;
    }

    .hvt-home-hero-right {
        margin-top: 20px;
    }

    .hvt-home-hero-left h2 {
        text-align: center;
    }

    .global-btn-yellow {
        max-width: 100%;
    }

    .hvt-home-hero-left p {
        text-align: center;
    }

    .hvt-home-hero-right img {
        max-width: 100%;
    }

    .hvt-elem-desktop {
        display: none;

    }

    .hvt-elem-mobile {
        display: block;
        width: 100%;
    }


    .hvt-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;
    }

    .hvt-home-hero-left h2 br {
        display: none;
    }

    .hvt-home-hero-boxes {
        grid-template-columns: auto;
    }

    .hvt-home-hero-box {
        display: flex;
        align-items: center;
    }

    

    .hvt-home-hero-boxes {
 
        width: 100%;
    }

    

    .hvt-client-logos-row-top {
        gap: 10px;
        margin-bottom: 10px;
    }

    .hvt-client-logos:before,
    .hvt-client-logos:after,
    .hvt-client-logos-section:before,
    .hvt-client-logos-section:after,
    .hvt-client-logos-container h2 br {
        display: none;
    }

    .hvt-home-video-container {
        flex-direction: column;
        gap: 30px;
    }

    .hvt-video-container-left,
    .hvt-video-container-right {
        max-width: 100%;
    }


    .hvt-video-container-right h2 {
        text-align: center;
    }

    .hvt-video-container-left {
        height: 300px;
    }


    .hvt-video-content-box {
        width: auto;
    }

    .hvt-window-automation-header h2,
    .hvt-window-automation-header h2 p,
    .hvt-window-automation-header p,
    .hvt-window-automation-boxes h2 {
        text-align: center;
    }


    .hvt-window-automation-boxes {
        margin-top: 100px;
    }

    .hvt-window-automation-boxes-wrapper {
        flex-direction: column;
    }

    .hvt-window-automation-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hvt-content-box {
        flex-direction: column;
        gap: 50px;
    }

    .hvt-content-box-left,
    .hvt-content-box-right,
    .hvt-home-product-left,
    .hvt-home-product-right {
        max-width: 100%;
    }

    .hvt-home-product-row-top,
    .hvt-home-product-box-bottom {
        flex-direction: column;

    }

    .hvt-home-product-box-bottom {
        padding-bottom: 30px;
    }

    .hvt-home-product-box-bottom .hvt-home-product-box-img {
        margin-bottom: 20px !important;
    }

    .hvt-and-also-container {
        flex-direction: column;
    }

    .hvt-and-also-section:before {
        display: none;
    }

    .hvt-and-also-box {
        max-width: 100%;
        width: auto;
    }

    .hvt-home-product-box {
        width: auto;
    }

    .hvt-and-also-row .hvt-elem-mobile {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }


    .hvt-and-also-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hvt-and-also-row h2 {
        margin-bottom: 0px;
    }


    .hvt-business-need-tab h3 br {
        display: none;
    }

    .hvt-business-needs-tabs {
        overflow: auto;

    }

    .hvt-tab-content {
        width: max-content;
    }

    .hvt-business-need-tab {
        width: auto;
        padding: 10px 20px;
    }

    .hvt-business-need-tab-content {
        flex-direction: column;
        gap: 20px;
    }

    .hvt-tab-content-img {
        display: none;
    }

    .hvt-tab-content-left,
    .hvt-tab-content-right {
        max-width: 100%;
    }

    .hvt-tab-content-boxes {
        flex-direction: column;
        gap: 20px;
        border: 1px solid #ececec;
        padding: 20px;
        border-radius: 20px;
    }



    .hvt-tab-content-box {
        width: auto;
        min-height: 0px;
        gap: 20px;
        padding: 0px;
        border: 0px;


    }


    .hvt-tab-content-box {
        flex-direction: row-reverse;
    }


    .hvt-tab-acc-btn {
        max-width: 100%;
    }

    .hvt-custom-cf form {
        flex-direction: column;

    }


    .hvt-cf-v2-bg-wrapper {
        padding: 30px;
    }

    .hvt-custom-cf input {
        height: 70px;
        max-width: 100%;
        box-sizing: border-box;
    }

    br {
        display: none;
    }

    .hvt-companies-review-slider-container {
        gap: 0px;
    }

    .hvt-slide-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .hvt-companines-slider-content-header {
        flex-direction: column;
    }

    .hvt-companies-review-slider {
        width: 100% !important;
    }

    .hvt-companies-review-slide {
        max-width: 90vw !important;
    }

    .hvt-review-btn {
        max-width: 100%;
    }

    .hvt-ip-boxes-container {
        max-width: 100%;
        flex-direction: column;
    }

    .hvt-ip-box {
        width: auto;
    }

    .hvt-ip-box-img {
        margin-top: 0px;
        margin-left: -50px;
    }

    .hvt-ip-box {
        display: flex;
        padding: 20px;
    }

    .hvt-ip-box p {
        padding-left: 25px;
    }

    .hvt-ip-boxes-container {
        margin-left: 20px;
    }

    .hvt-ip-boxex-bottom {
        flex-direction: row !important;
    }

    .hvt-ip-boxex-bottom .hvt-ip-box {
        max-width: 50% !important;
        flex-direction: column;
        width: 100%;
    }

    .hvt-ip-boxex-bottom .hvt-ip-box p {
        padding-left: 0px !important;
    }

    .hvt-yuma-switch-container {
        flex-direction: column;
    }



    .hvt-ys-left,
    .hvt-ys-right,
    .hvt-ys-content-left,
    .hvt-ys-content-right {
        max-width: 100%;
        width: auto;
    }

    .hvt-ys-content-right {
        position: unset;
        margin-top: -100px;
    }

    .hvt-ys-right {
        padding-bottom: 100px;
    }

    .hvt-cr-arrow-left,
    .hvt-cr-arrow-right {
        display: flex !important;
        width: 60px !important;
    }

    .hvt-yas-arrows {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
    }

    .hvt-yuma-automation-system-boxes.owl-carousel .hvt-yas-box {
        box-sizing: border-box;
        max-width: 100%;
        width: 88vw;
        height: 100%;
    }

    .hvt-yas-box-header h2 {
        text-align: left;
    }

    .hvt-yuma-automation-system-boxes,
    .hvt-yuma-automation-system-boxes .owl-stage {
        display: flex !important;
    }



}


@media(max-width:767px) {
    .hvt-custom-cf input {
        font-size: 13px;
    }

    .hvt-custom-cf .iti__selected-dial-code {
        font-family: "Onest";
        font-size: 15px;
    }

    .hvt-custom-cf #cfPhone {
        padding-left: 101px !important;
    }

}

.hvt-whatsapp-btn {
    position: fixed;
    right: 100px;
    bottom: 23px;
    cursor: pointer;
    z-index: 1;
}



.site-footer {
    background-color: rgb(246, 246, 246);
}


/* .hvt-yuma-business-needs-section {
    display: none !important;
} */


.hvt-whatsapp-btn img {
    width: 53px;
    height: 53px;
}


@media(max-width:1024px) {
    .hvt-whatsapp-btn img {
        width: 48px;
        height: 48px;
    }

    .hvt-home-hero-container:before,
    .hvt-home-hero-container:after,
    .hvt-home-hero-right::before,
    .hvt-home-hero-right::after {
        display: none !important;
    }
}


.hvt-trust-pilot-images {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    justify-content: center;
}

.hvt-trust-pilot-images img {
    max-width: 20vw;
}

.hvt-trust-pilot-badge img {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
}

.hvt-trustpilot-section {
    margin-bottom: 100px;
}

@media(max-width:1024px) {
    .hvt-trust-pilot-images img,
    .hvt-trust-pilot-badge img {
        max-width: 100%;
    }

    .hvt-trust-pilot-images {
    flex-direction: column;
    }
        
}


.hvt-custom-cf .iti input {
    padding-left: 115px !important;
}

/* ============================================================
   BUSINESS PAGE STYLES  (prefix: bvo-)
   ============================================================ */

.bvo-btn-mobile {
    display: none;
}



.bvo-global-hero-container {
    gap: 17vw;
    justify-content: flex-start;
    position: relative;
}


.bvo-global-hero-section {
    margin-top: 200px;
    margin-bottom: 100px;
}


.bvo-global-hero-left h1 {
    font-size: 55px;
}


.bvo-global-hero-right {
    max-height: 100%;
    max-width: 38vw;
    position: absolute;
    right: 6vw;
    top: 0vw;
}

.bvo-global-hero-right img {
    width: 100%;
    border-radius: 21px;
    object-fit: contain;
    height: 100%;
    position: relative;
    z-index: 1;
}




.bvo-global-hero-content-container {
    max-width: 40vw;
}


.bvo-hero-btn-container {
    display: flex;
    gap: 20px;
}


.bvo-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;
}

.bvo-global-hero-container .global-btn-yellow {
    height: 60px !important;
    padding: 0px 25px !important;
    max-width: 50% !important;
    width: 50% !important;


}


.bvo-hero-btn-container {
    max-width: 30vw;
}

@media(min-width: 1025px) {

    .bvo-hero-btn-light:hover {
        border: 1px solid #fbe147;
        background: #fbe147;
    }

}



/* Base styles */
.bvo-providers-section {
    margin-right: 6vw;
    margin-left: 6vw;
    margin-bottom: 90px;
}

.bvo-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;
}

.bvo-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;
}

.bvo-providers-img-container {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.bvo-business-content-header img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media(max-width: 1300px) {
    .bvo-providers-container {
        padding: 50px;
    }




    .bvo-hero-btn-container {
        max-width: 32vw;
    }


}

.bvo-trust-pilot-badge {
    margin-top: 60px;
}

.bvo-trust-pilot-badge img {
    width: 100%;
}

.bvo-hardware-section {
    background: #FBE147;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bvo-hardware-container h2 {

    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 20px;
    margin-top: 0px;

}

.bvo-hardware-container p {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.bvo-hardware-box h3 {

    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}


.bvo-hardware-box .bvo-hardware-img {
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    max-height: 282px;
    height: 100%;
    overflow: hidden;
}

.bvo-hardware-box {
    max-width: 100%;
    width: auto;

}


.bvo-hardware-boxes {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    margin-bottom: 80px;
}

.bvo-hardware-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 270px;
    margin: 0 auto;
}


.bvo-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;
}

.bvo-faqs-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.bvo-faqs-main-heading h2 {
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 30px;
}


@media(max-width:1024px) {
    .bvo-providers-container {
        padding: 34px;

    }



    .bvo-providers-container h2 br {
        display: none;
    }
}

/* FAQ Accordion Styles */
.bvo-faqs-accordion-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bvo-faq-acc-item {
    background: white;
    border-radius: 0px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.bvo-faq-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.bvo-faq-acc-header h3 {
    font-size: 30px;
    font-family: 'Onest';
    font-weight: 500;
    margin: 0px;
}

.bvo-faq-acc-content {
    transition: 0.5s;
    max-height: 0px;
}

.bvo-faq-acc-active {
    max-height: 100%;
}

.bvo-faq-acc-content p {
    padding-top: 30px;
    margin: 0px;
    font-weight: 300;
    font-family: 'Onest';
    font-size: 22px;
    opacity: 0;
    visibility: hidden
}

.bvo-faq-acc-active .bvo-faq-acc-content p {
    opacity: 1;
    visibility: visible;
}

.bvo-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;
}


.bvo-faq-acc-active .bvo-faq-acc-icon {
    transform: rotate(180deg)
}


.bvo-faq-acc-icon svg {
    zoom: 1.587;
    transition: 0.5s;
}


.bvo-faq-acc-icon img {
    max-width: 30px;
    margin-top: 3px;
}

.bvo-faq-acc-active .bvo-faq-acc-icon svg {
    transform: rotate(-45deg);
}

.business-contact-img img {
    width: 100%;
}



@media(max-width:1024px) {
    .bvo-faq-acc-icon svg {
        zoom: 1;
    }

    .bvo-faq-acc-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        position: unset;
    }

    .bvo-faq-acc-header {
        gap: 20px;
    }

    .bvo-faq-acc-item {
        padding: 20px;
    }



    .bvo-faq-acc-content p {

        padding-top: 30px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {


    .bvo-providers-container {
        padding: 50px;
    }
}


/* Base styles */
.bvo-yuma-pay-section {
    margin-bottom: 100px;
}

.container.bvo-yuma-pay-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.bvo-yuma-pay-img {
    max-width: 100%;
    margin-top: 100px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: -100px !important;
}

.bvo-yuma-pay-img img {
    width: 100%;
    border-radius: 35px !important;
    object-fit: cover;
    border: 7px solid rgb(246, 246, 246);
}

.bvo-yuma-pay-content {
    background: white;
    border-radius: 21px;
    margin-left: 0px;
    padding: 50px;
    padding-right: 200px;

    width: 100%;
}

.bvo-yuma-pay-content h2 {
    margin-top: 0px;
    margin-bottom: 29px;
    color: #000000;
    font-size: 30px;
    font-family: 'Onest';
    font-weight: 700;
}

.bvo-yuma-pay-content p,
.bvo-yuma-pay-content li {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'Onest';
    font-weight: 400;
}

.bvo-automation-box-footer {
    display: flex;
}

.bvo-yuma-pay-content .bvo-business-content-list ul {
    display: flex;
    flex-direction: column;

}

.bvo-yuma-pay-content .bvo-business-content-list {
    margin-bottom: 40px;
}


.bvo-yuma-alternate {
    flex-direction: row !important;
}

.bvo-yuma-alternate .bvo-yuma-pay-img {
    margin-left: 0px !important;
}

.bvo-yuma-alternate .bvo-yuma-pay-content {
    padding-left: 160px;
    padding-right: 150px;
    margin-left: -100px;
}


.bvo-why-choose-yuma-section {
    background: #FBE147;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
}


.bvo-why-choose-yuma-container h2 {
    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 20px;
}


.bvo-why-choose-yuma-container p {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin-top: 0px;
}

.bvo-key-feature-section {
    margin-bottom: 100px;
}


.bvo-key-feature-container h2 {
    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.bvo-business-content h3 {

    color: #131313;
    font-family: "Onest";
    font-weight: 600;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bvo-business-content ul li,
.bvo-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;
}

.bvo-business-content-list p {
    color: #131313;
    font-family: "Onest";
    font-weight: 400;
    font-size: 22px;
    margin: 0px;
    text-align: left;
    margin-bottom: 25px;
}

.bvo-business-content ul li::before,
.bvo-business-content-list ul li:before {
    content: '';
    background: #FBE147;
    height: 10px;
    width: 10px;
    min-width: 10px;
    display: flex;
    border-radius: 100px;
    margin-top: 8px;

}

.bvo-business-content ul li,
.bvo-business-content-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.bvo-business-content-list ul {
    padding-left: 0px;
    margin-top: 0px;
}

.bvo-business-content-boxes-section {
    margin-bottom: 100px;
}

.bvo-business-content-box {
    display: flex;
    flex-direction: column;
}

.bvo-key-feature-boxes {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}

.bvo-business-content-boxes {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.bvo-key-feature-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bvo-business-content {
    background: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bvo-key-feature-header {
    background: #FBE147;
    padding: 12px;
    border-radius: 18px;
}

.bvo-key-feature-header h3 {
    font-family: "Onest";
    font-size: 30px;
    margin: 0px;
    color: #131313;
    font-weight: 600;
    text-align: center;
}


.bvo-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;
}

.bvo-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) {



    .bvo-yuma-pay-content {
        padding: 38px 130px 36px 73px;
    }
}


@media(max-width: 890px) {
    .container.bvo-yuma-pay-container {
        flex-direction: column;
        gap: 20px;
    }

    .bvo-yuma-pay-img {
        max-width: 100%;
        margin-top: 0px;
    }

    .bvo-yuma-pay-content {
        margin-left: 0px;
        padding: 30px;
        margin-bottom: 30px;
    }

    .bvo-yuma-pay-img img {
        border: 0px;
    }


}

/* @media(max-width: 1024px) {
    .bvo-yuma-pay-content {
        padding: 20px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .bvo-yuma-pay-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .bvo-yuma-pay-img {
        max-width: 40%;
        margin-top: 0px;
    }

    .bvo-yuma-pay-content {
        width: 100%;
        padding-left: 100px;
        margin-bottom: 0px;
    }

    .bvo-yuma-pay-content p,
    .bvo-yuma-pay-content li {
        font-size: 17px;
    }

    .container.bvo-yuma-pay-container {
        align-items: center;
    }

    .bvo-yuma-pay-img img {
        max-height: 227px;
    }

    .bvo-yuma-pay-img {
        max-width: 33%;
        width: 100%;
        margin-top: 0px;
    }
}

@media(min-width: 768px) and (max-width: 820px) {
    .bvo-yuma-pay-content {
        width: auto;
        padding: 20px;
        padding-top: 100px;
        margin-top: -100px;
    }

    .bvo-yuma-pay-img {
        max-width: 60%;
        margin-left: -240px;
    }

    .bvo-yuma-pay-img img {
        max-height: 100% !important;
    }
} */

.bvo-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 .bvo-form-submit {
        font-size: 16px;
    }

    .iti {
        width: 100%;
    }
}



@media(max-width: 1024px) {
    .bvo-global-hero-section {
        margin-top: 150px;
    }



    .global-hero-left p {

        margin-bottom: 20px;
    }

    .bvo-providers-img-container {
        gap: 24px;
    }

    .bvo-global-hero-container .global-btn-yellow,
    .bvo-hero-btn-light {
        height: 50px !important;
    }




    .bvo-yuma-pay-content .global-btn-yellow {
        height: 50px !important;

    }

    .bvo-yuma-pay-content {
        padding-left: 35px;
    }

    .bvo-yuma-alternate .bvo-yuma-pay-content {
        padding-left: 140px;
        padding-right: 50px;
        margin-left: -100px;
    }

    .bvo-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%;
    }



}


.bvo-btn-mobile {
    display: none !important
}


@media(max-width: 767px) {
    .bvo-btn-desktop {
        display: none;
    }

    .bvo-btn-mobile {
        display: flex !important;

    }

    .bvo-global-hero-right .global-btn-yellow {
        max-width: 100%;
        font-size: 18px;
        height: 70px;
    }

    .bvo-global-hero-container {
        flex-direction: column;
        gap: 20px;
    }

    .bvo-global-hero-left,
    .bvo-global-hero-right {
        max-width: 100%;
    }



    .bvo-global-hero-section {
        margin-top: 100px;
    }



    .bvo-global-hero-right {
        max-height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
    }


    .bvo-global-hero-right {
        position: unset !important;
    }

    .bvo-global-hero-content-container {
        max-width: 100%;
    }

    .bvo-hero-btn-container {
        max-width: 100%;
    }

    .container.bvo-yuma-pay-container {
        flex-direction: column !important;
        gap: 20px;
    }

    .bvo-yuma-pay-img {
        max-width: 100%;
        margin-top: 0px;
        margin: 0px !important;
    }

    .bvo-yuma-pay-content {
        margin-left: 0px;
        padding: 30px !important;
        margin-bottom: 30px;
        width: auto;
    }

    .bvo-yuma-pay-img img {
        border: 0px;
    }

    .bvo-yuma-alternate .bvo-yuma-pay-content {
        margin-left: 0px !important;
    }

    .bvo-hardware-boxes {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .business-contact-bottom {
        flex-direction: column;
    }

    .about-cta-right {
        max-width: 100%;
    }

    .bvo-key-feature-boxes,
    .bvo-business-content-boxes {
        grid-template-columns: auto;
    }


}


/* ========================================
   ONLINE ORDERING & KITCHEN OPERATION SECTIONS
   ======================================== */

/* Pricing Large Boxes - Shared Styles */
.bvo-pricing-lg-boxes {
    display: flex;
    gap: 25px;
    width: 100%;
    margin-bottom: 18px;
}

.bvo-pricing-lg-box {
    background: white;
    border-radius: 30px;
    padding: 32px 40px 38px 43px;
    max-width: 25.681vw;
    position: relative;
}

.bvo-pricing-lg-box h3 {
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 29px;
}

.bvo-pricing-lg-box p {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'Onest';
    margin: 0px;
    font-weight: 400;
}

/* PL Box Left */
.bvo-pl-box-left {
    width: 100%;
}

.bvo-pl-mobile .bvo-pl-box-left {
    max-width: 57%;
}

/* PL Box Right */
.bvo-pl-box-right img {
    width: 100%;
}

.bvo-pl-mobile .bvo-pl-box-right {
    position: absolute;
    right: 2vw;
    max-width: 10vw;
    top: 6vw;
}

/* PL Mobile Layout */
.bvo-pl-mobile {
    display: flex;
    flex-direction: column;
}

/* PL Website Layout */
.bvo-pl-website img {
    max-width: 21vw;
    margin: 25px auto;
    display: flex;
}

.bvo-pl-website .bvo-pl-box-cta {
    margin-top: 80px;
}

/* PL Driver Layout */
.bvo-pl-driver .bvo-pl-box-right {
    right: 1vw;
}

/* PL Box CTA */
.bvo-pl-box-cta {
    margin-top: auto;
}

.bvo-pl-box-cta h3 {
    margin: 0px;
    font-family: "Onest";
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 16px;
}

.bvo-pl-month {
    color: #6d6d6e;
    font-size: 20px;
}

/* PL Box Button */
.bvo-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;
}

.bvo-pl-box-icon svg {
    display: flex;
}

/* PL Box Footer */
.bvo-pl-box-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 50px;
}

.bvo-pl-box-footer .bvo-pl-box-right {
    max-width: 24vw;
}

.bvo-pl-box-footer img {
    max-width: 100%;
    margin: 0px;
    margin-bottom: -10px;
}

/* ========================================
   ONLINE ORDERING SECTION
   ======================================== */
.bvo-online-ordering-section {
    margin-bottom: 138px;
}

.bvo-online-ordering-container h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 32px;
    margin-top: 47px;
    font-weight: 700;
    font-size: 45px;
}

/* ========================================
   KITCHEN OPERATION SECTION
   ======================================== */
.bvo-kitchen-operation-section {
    margin-bottom: 135px;
}

.bvo-kitchen-operation-container h2 {
    font-family: "Onest";
    color: #000;
    margin-bottom: 32px;
    margin-top: 47px;
    font-weight: 700;
    font-size: 45px;
}

.bvo-kitchen-operation-container .bvo-pricing-lg-box {
    max-width: 40vw;
}

.bvo-kitchen-operation-container .bvo-pricing-lg-box p {
    font-size: 29px;
}

.bvo-kitchen-operation-container .bvo-pl-box-right {
    right: 1vw;
    max-width: 14vw;
    top: 4vw;
}

.bvo-kitchen-operation-container .bvo-pl-box-btn {
    max-width: 12.5vw;
}

.bvo-kitchen-operation-container .bvo-pl-box-cta {
    width: 100%;
}

/* PL Self Serve Layout */
.bvo-pl-self-serve .bvo-pl-box-left {
    max-width: 63%;
}

.bvo-pl-self-serve {
    overflow: hidden;
}

.bvo-pl-self-serve .bvo-pl-box-right {
    max-height: 29vw;
    margin-top: -257px;
    max-width: 18vw !important;
    width: 100%;
    margin-right: -40px;
    display: flex;
}

.bvo-pl-self-serve .bvo-pl-box-right img {
    max-height: 29vw;
    object-fit: cover;
    object-position: top;
    margin-bottom: -40px;
}

/* PL Digital Layout */
.bvo-pl-digital {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */
@media(max-width: 1600px) {
    .bvo-pricing-lg-box p {
        font-size: 20px;
    }

    .bvo-kitchen-operation-container .bvo-pricing-lg-box p {
        font-size: 20px;
    }
}

@media(max-width: 1500px) {
    .bvo-pl-box-btn {
        max-width: 13.85vw;
    }
}

@media(max-width: 1275px) {
    .bvo-pl-mobile .bvo-pl-box-left {
        max-width: 61%;
    }

    .bvo-pl-mobile .bvo-pl-box-right {
        max-width: 9vw;
    }

    .bvo-pricing-lg-box {
        padding: 20px;
        gap: 10px;
        width: 100%;
    }

    .bvo-pricing-lg-box p {
        font-size: 16px;
    }

    .bvo-pl-box-btn {
        font-size: 18px;
    }

    .bvo-pl-box-footer .bvo-pl-box-right {
        max-width: 19vw;
    }
}

@media(max-width: 1100px) {
    .bvo-pl-mobile .bvo-pl-box-right {
        top: 15vw;
    }

    .bvo-kitchen-operation-container .bvo-pl-box-right {
        top: 4vw;
    }
}

@media(max-width: 1024px) {
    .bvo-pricing-lg-box p {
        font-size: 17px;
    }

    .bvo-online-ordering-container h2 {
        font-size: 30px;
    }

    .bvo-pricing-lg-boxes {
        flex-direction: column;
    }

    .bvo-pricing-lg-box {
        max-width: 100%;
        width: auto;
    }

    .bvo-pl-box-cta h3 {
        font-size: 30px;
    }

    .bvo-pl-box-cta {
        margin-top: 20px;
    }

    .bvo-pl-box-btn {
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }

    .bvo-pl-box-right {
        max-width: 100% !important;
        width: 140px !important;
        margin: 20px auto;
    }

    .bvo-pl-website .bvo-pl-box-right {
        width: 350px !important;
        margin: 0 auto;
    }

    .bvo-pl-mobile .bvo-pl-box-right {
        top: 11vw;
    }

    .bvo-pl-box-right img {
        max-width: 100% !important;
    }

    .bvo-kitchen-operation-container .bvo-pricing-lg-box p {
        font-size: 16px !important;
    }

    .bvo-pl-driver .bvo-pl-box-right {
        top: 5vw;
        right: 3vw;
    }

    .bvo-kitchen-operation-section .bvo-pl-website .bvo-pl-box-right img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bvo-pl-website .bvo-pl-box-cta {
        margin-top: auto;
    }

    .bvo-online-ordering-section {
        margin-bottom: 150px;
    }

    .bvo-pricing-lg-box h3 {
        font-size: 25px;
    }

    .bvo-kitchen-operation-container h2 {
        font-size: 30px;
    }

    .bvo-kitchen-operation-container .bvo-pricing-lg-box {
        max-width: 100%;
    }

    .bvo-pl-box-footer {
        flex-direction: column;
        margin-top: 0px;
        align-items: center;
    }

    .bvo-kitchen-operation-container .bvo-pl-box-btn {
        max-width: 100%;
    }

    .bvo-pl-self-serve .bvo-pl-box-right {
        max-height: unset !important;
        margin: 0px;
        position: absolute;
        right: 6vw;
        top: 13vw;
        max-width: 28vw !important;
    }

    .bvo-pl-self-serve .bvo-pl-box-right img {
        margin: 0px;
        max-height: 79vw;
    }

    .bvo-pl-self-serve .bvo-pl-box-cta {
        margin-top: 80px;
    }

    .bvo-pl-self-serve-2 .bvo-pl-box-cta {
        margin-top: 230px;
    }

    .bvo-pl-website.bvo-pl-self-serve-2 .bvo-pl-box-right {
        max-width: 40vw !important;
        right: 3vw;
        top: 10vw;
    }

    .bvo-pl-digital .bvo-pl-box-right {
        width: 250px !important;
    }

    .bvo-pl-self-serve-2 .bvo-pl-box-right img {
        max-height: 93vw;
    }

    .bvo-kitchen-operation-section {
        margin-bottom: 50px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .bvo-pricing-lg-box {
        max-width: 100%;
        width: calc(50% - 53px);
    }

    .bvo-pl-box-cta {
        margin-top: auto;
    }

    .bvo-pricing-lg-boxes {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bvo-pl-box-btn {
        max-width: fit-content;
        font-size: 16px;
        gap: 20px;
    }

    .bvo-online-ordering-container,
    .bvo-kitchen-operation-container {
        padding-left: 3vw;
        padding-right: 3vw;
    }

    .bvo-online-ordering-container .bvo-pl-website .bvo-pl-box-right {
        max-width: 240px !important;
    }

    .bvo-online-ordering-container .bvo-pl-website .bvo-pl-box-right img {
        margin-right: -100px;
        margin-bottom: -86px;
        margin-top: 86px;
    }

    .bvo-pl-box-right {
        max-width: 150px !important;
    }

    .bvo-pl-mobile .bvo-pl-box-right {
        top: 7vw;
    }

    .bvo-pl-driver .bvo-pl-box-right {
        top: 2vw;
    }

    .bvo-kitchen-operation-container .bvo-pl-box-btn {
        max-width: fit-content;
    }

    .bvo-kitchen-operation-container .bvo-pl-website .bvo-pl-box-right {
        max-width: 260px !important;
        width: 200px !important;
    }

    .bvo-kitchen-operation-container .bvo-pricing-lg-boxes:nth-child(2) .bvo-pl-website:first-child .bvo-pl-box-right {
        margin-right: 0px !important;
        width: 220px !important;
        margin-top: 9px;
        margin-bottom: -50px;
    }

    .bvo-pl-self-serve .bvo-pl-box-right {
        right: 2vw;
        top: 4vw;
    }

    .bvo-kitchen-operation-container .bvo-pricing-lg-boxes:nth-child(2) .bvo-pl-self-serve .bvo-pl-box-right {
        width: 170px !important;
    }

    .bvo-kitchen-operation-container .bvo-pl-website.bvo-pl-digital .bvo-pl-box-right {
        margin-right: 0px !important;
        width: 280px !important;
        max-width: 100% !important;
    }

    .bvo-pl-website.bvo-pl-self-serve-2 .bvo-pl-box-right {
        top: 2vw;
    }

    .bvo-pl-self-serve-2 .bvo-pl-box-right img {
        max-height: 116vw;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .bvo-pl-box-right {
        max-width: 112px !important;
    }

    .bvo-online-ordering-container .bvo-pl-website .bvo-pl-box-right {
        max-width: 160px !important;
    }

    .bvo-kitchen-operation-container .bvo-pricing-lg-boxes:nth-child(2) .bvo-pl-self-serve .bvo-pl-box-right {
        width: 120px !important;
    }

    .bvo-kitchen-operation-container .bvo-pricing-lg-boxes:nth-child(2) .bvo-pl-website:first-child .bvo-pl-box-right {
        width: 160px !important;
    }

    .bvo-kitchen-operation-container .bvo-pl-website .bvo-pl-box-right {
        width: 140px !important;
    }
}

@media(min-width: 360px) and (max-width: 399px) {

    .bvo-online-ordering-container .bvo-pl-mobile .bvo-pl-box-right,
    .bvo-online-ordering-container .bvo-pl-driver .bvo-pl-box-right {
        max-width: 125px !important;
    }

    .bvo-pl-mobile .bvo-pl-box-right {
        top: 18vw;
    }

    .bvo-pl-driver .bvo-pl-box-right {
        top: 13vw;
    }
}


/* ========================================
   FEATURE BOXES SECTION (YUMA AUTOMATION)
   ======================================== */

.bvo-yuma-automation-section {
    margin-bottom: 222px;
}

.bvo-yuma-automation-container h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 78px;
}

.bvo-colored-text {
    color: #FBE147;
}

.bvo-yuma-automation-boxes {
    display: flex;
    gap: 46px;
    margin-bottom: 130px;
}

.bvo-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;
}

.bvo-yuma-automation-box h3 {
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 24px;
}

.bvo-yuma-automation-box p {
    font-family: "Onest";
    font-size: 28px;
    color: #6d6d6e;
}

.bvo-yuma-automation-box img {
    max-width: 100%;
}

/* Feature Box Background Variants */
.bvo-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;
}

.bvo-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;
}

.bvo-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;
}

.bvo-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;
}

.bvo-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;
}

.bvo-reordering {
    background-image: url('/wp-content/uploads/2025/12/noroot-4.png');
    background-size: 16vw;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.bvo-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)
   ======================================== */

.bvo-loyalty-section {
    margin-bottom: 110px;
}

.bvo-loyalty-heading h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 50px;
    margin-top: 200px;
    margin-bottom: 81px;
}

.bvo-psb-section {
    margin-bottom: 110px;
}

.bvo-psb-row {
    display: flex;
    gap: 25px;
    margin-bottom: 327px;
}

.bvo-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%;
}

.bvo-psb-wrapper h2 {
    font-family: "Onest";
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-top: 0px;
    margin-bottom: 27px;
}

.bvo-psb-wrapper p {
    font-family: "Onest";
    color: #6d6d6e;
    font-weight: 400;
    font-size: 24px;
}

.bvo-psb-img img {
    width: 100%;
}

/* PSB Card Background Variants */
.bvo-psb-door {
    background-image: url('/wp-content/uploads/2025/12/Frame_339238.png');
    background-repeat: no-repeat;
    background-position: right 4vw;
    background-size: cover;
}

.bvo-psb-door .bvo-psb-img {
    max-width: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px auto 0px;
}

.bvo-psb-door .bvo-psb-img img {
    border-radius: 20px;
}

.bvo-psb-access {
    background-image: url('/wp-content/uploads/2025/12/Frame_339241.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bvo-psb-restaurant {
    background-image: url('/wp-content/uploads/2025/12/Frame_339230.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bvo-psb-automation {
    background-image: url('/wp-content/uploads/2025/12/noroot-5.png');
    background-repeat: no-repeat;
    background-position: center 16vw;
    background-size: 13vw;
}

.bvo-psb-mt {
    margin-top: -50px;
    margin-bottom: 50px;
}

.bvo-psb-payment {
    background-image: url('/wp-content/uploads/2025/12/Frame_339218.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bvo-psb-transaction {
    background-image: url('/wp-content/uploads/2025/12/Frame_339219.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bvo-psb-staff {
    background-image: url('/wp-content/uploads/2025/12/Frame_2087327160.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.bvo-psb-staff .bvo-psb-img {
    width: 13vw;
    margin: 0 auto;
}

.bvo-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) {
    .bvo-offline-mode {
        background-size: 14vw;
    }

    .bvo-yuma-automation-box p {
        font-size: 22px;
    }

    .bvo-psb-wrapper p {
        font-size: 22px;
    }

    .bvo-psb-automation {
        background-position: center 15vw;
        background-size: 11vw;
    }

    .bvo-psb-door {
        background-position: center 2vw;
        background-size: 21vw;
    }
}

@media(max-width: 1700px) {
    .bvo-yuma-automation-box h3 {
        font-size: 25px !important;
    }

    .bvo-yuma-automation-box p {
        font-size: 20px !important;
    }

    .bvo-yuma-automation-container h2 {
        font-size: 40px !important;
    }

    .bvo-psb-wrapper p {
        font-size: 18px;
    }

    .bvo-psb-wrapper h2 br {
        display: none;
    }

    .bvo-loyalty-heading h2 {
        font-size: 35px;
    }
}

@media(max-width: 1600px) {

    .bvo-loyalty-heading h2,
    .bvo-yuma-automation-container h2 {
        font-size: 35px;
    }

    .bvo-psb-row {
        margin-bottom: 150px;
    }
}

@media(max-width: 1490px) {
    .bvo-psb-wrapper p {
        font-size: 16px;
    }
}

@media(max-width: 1460px) {
    .bvo-yuma-automation-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bvo-yuma-automation-box h3 {
        font-size: 23px !important;
    }

    .bvo-yuma-automation-box p {
        font-size: 18px !important;
    }

    .bvo-psb-automation {
        background-position: center 17vw;
        background-size: 11vw;
    }

    .bvo-psb-door {
        background-position: center 5vw;
        background-size: 22vw;
    }
}

@media(max-width: 1350px) {
    .bvo-yuma-automation-box {
        padding: 30px;
    }

    .bvo-yuma-automation-boxes {
        gap: 25px;
        justify-content: center;
    }

    .bvo-psb-wrapper {
        padding: 30px !important;
    }

    .bvo-psb-wrapper h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

@media(max-width: 1240px) {
    .bvo-yuma-automation-box h3 {
        font-size: 20px !important;
    }

    .bvo-yuma-automation-box p {
        font-size: 16px !important;
    }

    .bvo-yuma-automation-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bvo-notifications {
        background-size: 12vw;
    }

    .bvo-reordering {
        background-size: 14vw;
    }
}

@media(max-width: 1199px) {
    .bvo-psb-wrapper h2 {
        font-size: 20px;
    }

    .bvo-psb-wrapper {
        padding: 20px !important;
    }

    .bvo-psb-wrapper p {
        font-size: 14px;
    }

    .bvo-psb-payment,
    .bvo-psb-transaction,
    .bvo-psb-restaurant {
        background-size: contain;
        background-position: bottom;
    }

    .bvo-psb-door .bvo-psb-img {
        margin-top: 50px;
    }
}

@media(max-width: 1024px) {
    .bvo-yuma-automation-container h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .bvo-yuma-automation-section {
        margin-bottom: 25px;
    }

    .bvo-yuma-automation-container h2 br {
        display: none;
    }

    .bvo-table-layout img {
        max-width: 100%;
        margin-top: 50px;
    }

    .bvo-comprehensive-solution img {
        margin-left: 0px;
        margin-top: 0px;
        max-width: 100%;
    }

    .bvo-loyalty-heading h2,
    .bvo-yuma-automation-container h2 {
        font-size: 25px;
    }

    .bvo-psb-row {
        flex-direction: column;
    }

    .bvo-psb-wrapper {
        max-width: 100%;
        width: auto;
        min-height: 300px;
    }

    .bvo-loyalty-heading h2 {
        text-align: center;
    }

    .bvo-psb-row {
        gap: 10px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: row !important;
        margin-bottom: 25px;
    }

    .bvo-psb-wrapper {
        padding: 10px !important;
        max-width: 100%;
        width: calc(50% - 30px);
        min-height: 300px;
        border-radius: 20px;
    }

    .bvo-psb-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .bvo-psb-wrapper h2 {
        font-size: 16px;
    }

    .bvo-psb-wrapper p {
        font-size: 12px !important;
    }

    .bvo-psb-mt {
        margin: 0px;
    }

    #loyalty-section-4-card-0,
    #loyalty-section-4-card-2 {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .bvo-psb-door .bvo-psb-img {
        margin-top: 0px;
        max-width: 50%;
    }

    .bvo-psb-staff .bvo-psb-img {
        width: 100%;
        margin: 0 auto;
    }

    .bvo-psb-section {
        margin-bottom: 80px;
    }
}

@media(max-width: 767px) {
    .bvo-yuma-automation-box {
        min-height: 450px;
        margin: 0px;
    }

    .bvo-table-layout,
    .bvo-offline-mode {
        margin: 0px;
    }

    .bvo-comprehensive-solution {
        background-position: right;
    }

    .bvo-offline-mode,
    .bvo-notifications,
    .bvo-reordering {
        background-size: 150px;
    }

    .bvo-offline-mode::before {
        width: 11vw;
        height: 11vw;
    }

    .bvo-yuma-automation-boxes {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .bvo-yuma-automation-box {
        max-width: 100%;
    }

    .bvo-yuma-automation-container {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .bvo-loyalty-heading h2 {
        margin-top: 50px;
    }

    .bvo-psb-wrapper p {
        font-size: 16px;
    }

    .bvo-psb-automation {
        background-position: bottom;
        background-size: 150px;
    }

    .bvo-psb-payment,
    .bvo-psb-transaction {
        background-size: cover;
    }

    .bvo-psb-restaurant {
        background-size: contain;
    }

    .bvo-psb-access {
        background-position: bottom;
        background-size: contain;
    }

    .bvo-psb-door {
        background-position: right;
        background-size: contain;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .bvo-yuma-automation-box p {
        font-size: 14px !important;
    }

    .bvo-comprehensive-solution {
        background-size: 20vw;
        background-position: bottom right;
    }

    .bvo-offline-mode {
        background-size: 12vw;
    }

    .bvo-tipping {
        background-size: 20vw;
    }

    .bvo-reordering {
        background-size: 10vw;
    }

    .bvo-notifications {
        background-size: 9vw;
    }

    .bvo-yuma-automation-box h3 {
        font-size: 18px !important;
        margin-bottom: 12px;
    }

    .bvo-yuma-automation-box h3 br {
        display: none;
    }

    .bvo-yuma-automation-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bvo-yuma-automation-boxes {
        gap: 14px;
    }

    .bvo-table-layout {
        background-size: 21vw;
    }

    .bvo-psb-wrapper {
        gap: 10px;
    }

    .bvo-psb-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bvo-psb-wrapper {
        width: calc(50% - 53px);
        min-height: 250px;
    }

    .bvo-psb-payment,
    .bvo-psb-transaction,
    .bvo-psb-restaurant {
        background-size: cover;
        background-position: bottom;
    }

    .bvo-psb-automation {
        background-position: center 120px;
        background-size: contain;
    }

    .bvo-psb-door {
        background-position: bottom right;
        background-size: contain;
    }

    .bvo-psb-access {
        background-position: bottom;
        background-size: cover;
    }

    .bvo-psb-container {
        max-width: 60%;
        margin: 0 auto;
    }
}


/* ========================================
   ACCORDION CAROUSEL SECTION
   ======================================== */

.bvo-accordion-carousel-section {
    margin-bottom: 306px;
    overflow: hidden;
}

.bvo-accordion-carousel-section .bvo-owl-stage-outer {
    overflow: visible !important;
}

.bvo-accordion-carousel-container .bvo-owl-item {
    margin-right: 35px;
}

.bvo-accordion-carousel-slider .bvo-owl-stage {
    display: flex;
    align-items: stretch;
}

/* Header */
.bvo-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 */
.bvo-accordion-carousel-navigation {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-bottom: 55px;
}

.bvo-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;
}

.bvo-disable-selection {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Slide Card */
.bvo-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%;
}

.bvo-accordion-carousel-slide img {
    width: 100%;
    border-radius: 21px;
    margin-bottom: 37px;
    max-height: 168.22px;
    object-fit: cover;
}

.bvo-accordion-carousel-slide h2 {
    margin-top: 0px;
    margin-bottom: 17px;
    font-family: 'Onest';
    color: #000000;
    font-size: 33.327px;
    font-weight: 500;
}

/* Accordion Container */
.bvo-acc-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Accordion Item */
.bvo-acc-item {
    padding-left: 9px;
    padding-right: 9px;
}

.bvo-acc-item.bvo-active .bvo-acc-icon svg {
    transform: rotate(-45deg);
}

.bvo-acc-item.bvo-active p {
    margin-bottom: 32px;
}

/* Accordion Header */
.bvo-acc-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 16px;
}

.bvo-acc-header h2 {
    font-family: 'Onest';
    font-size: 22.218px;
    color: #000;
    font-weight: 600;
    margin: 0px;
}

/* Accordion Icon */
.bvo-acc-icon {
    zoom: 1.587;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 8px;
}

.bvo-acc-icon svg {
    position: relative;
    transition: 0.3s;
}

.bvo-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 */
.bvo-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) {
    .bvo-acc-header:hover .bvo-acc-icon:before {
        opacity: 1;
        visibility: visible;
    }
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media(max-width: 1200px) {
    .bvo-accordion-carousel-container .bvo-owl-item {
        margin-right: 35px;
    }
}

@media(max-width: 900px) {
    .bvo-accordion-carousel-header h2 {
        font-size: 28px;
    }

    .bvo-accordion-carousel-section {
        margin-bottom: 50px;
    }

    .bvo-accordion-carousel-navigation {
        display: none;
    }

    .bvo-accordion-carousel-slide h2 {
        font-size: 18px;
    }

    .bvo-acc-icon {
        zoom: 1;
    }

    .bvo-acc-header h2 {
        font-size: 16px;
    }

    .bvo-acc-content p {
        font-size: 14px;
    }

    .bvo-accordion-carousel-container {
        padding-left: 2vw;
        padding-right: 2vw;
        max-width: auto !important;
    }

    .bvo-accordion-carousel-container .bvo-owl-item {
        margin-right: 20px !important;
    }

    .bvo-accordion-carousel-slide {
        max-width: 330px;
        min-height: fit-content;
        width: 330px;
    }
}

@media(min-width: 900px) and (max-width: 1024px) {
    .bvo-accordion-carousel-header h2 {
        font-size: 40px !important;
    }

    .bvo-accordion-carousel-navigation {
        display: none !important;
    }

    .bvo-accordion-carousel-slide h2 {
        font-size: 25px;
    }

    .bvo-acc-content p {
        font-size: 16px;
    }

    .bvo-acc-header h2 {
        font-size: 20px;
    }
}


@media(min-width:768px) and (max-width: 1550px) {

    .bvo-global-hero-left h1,
    .bvo-providers-container h2,
    .bvo-why-choose-yuma-container h2,
    .bvo-key-feature-container h2,
    .bvo-hardware-container h2,
    .bvo-faqs-main-heading h2 {
        font-size: 40px;
    }

    .bvo-yuma-pay-content h2,
    .bvo-key-feature-header h3,
    .bvo-business-content h3,
    .bvo-yuma-pay-content h2,
    .bvo-faq-acc-header h3,
    .business-contact-container h2 {
        font-size: 25px;
    }

    .global-hero-left p,
    .bvo-yuma-pay-content p,
    .bvo-yuma-pay-content li,
    .bvo-why-choose-yuma-container p,
    .bvo-key-feature-content p,
    .bvo-business-content ul li,
    .bvo-business-content-list ul li,
    .bvo-hardware-container p,
    .bvo-faq-acc-content p,
    .business-contact-container > p,
    .bvo-business-content-list p {
        font-size: 18px;
    }

    .bvo-hardware-box h3 {
        font-size: 20px;
    }

    .bvo-business-content ul li::before,
    .bvo-business-content-list ul li:before {

        margin-top: 6px;

    }
}

@media (max-width: 767px) {

    .bvo-global-hero-left h1,
    .bvo-providers-container h2,
    .bvo-why-choose-yuma-container h2,
    .bvo-key-feature-container h2,
    .bvo-hardware-container h2,
    .bvo-faqs-main-heading h2 {
        font-size: 30px;
    }

    .bvo-yuma-pay-content h2,
    .bvo-key-feature-header h3,
    .bvo-business-content h3,
    .bvo-yuma-pay-content h2,
    .bvo-faq-acc-header h3,
    .business-contact-container h2 {
        font-size: 20px;
    }

    .global-hero-left p,
    .bvo-yuma-pay-content p,
    .bvo-yuma-pay-content li,
    .bvo-why-choose-yuma-container p,
    .bvo-key-feature-content p,
    .bvo-business-content ul li,
    .bvo-business-content-list ul li,
    .bvo-hardware-container p,
    .bvo-faq-acc-content p,
    .business-contact-container > p,
    .bvo-business-content-list p {
        font-size: 13px;
    }

    .bvo-hardware-box h3 {
        font-size: 18px;
    }


    .bvo-business-content ul li::before,
    .bvo-business-content-list ul li:before {


        height: 8px;
        width: 9px;
        min-width: 8px;

        margin-top: 5px;
    }

     .global-btn-yellow,
     .bvo-hero-btn-light,
     .bvo-hardware-btn
    {
        font-size: 16px !important;
    }
}


@media(min-width:360px) and (max-width: 500px) {
    .bvo-hardware-btn {
        padding: 0px 50px;
    }


}

.bvt-so-link {

    font-family: "Onest";
    font-size: 16px;
    color: #202020;
    text-decoration: none;
    border-bottom: 1px solid #202020;
    position: relative;
    transition: 0.3s;

}

@media(min-width:1025px)
{
  .bvt-so-link:hover
  {
    padding-left: 15px;
  }
}

.bvt-so-link:before {
    
    content: url(/wp-content/uploads/2026/05/ArrowRight.svg) !important;
    display: inline-flex !important;
    align-items: center;
    position: absolute;
    top: 2px;
    left: 0px;
    transition: 0.3s;
    opacity: 0;
    transform: translateX(-17px);
}


@media(min-width:1025px)
{
  .bvt-so-link:hover
  {
    padding-left: 20px;
  }

  .bvt-so-link:hover:before
  {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ============================================================
   GLOBAL HEADING SECTION  (reusable, multi-instance)
   ============================================================ */

.global-heading-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: transparent;
}

.global-heading-section.global-heading-bg-gray {
    background: #f7f7f7;
}

.global-heading-container h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    margin: 0;
    color: #202020;
    text-align: center;
}

/* Underlined word(s) inside the heading */
.global-heading-container h2 .global-heading-underlined {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.global-heading-container h2 .global-heading-underlined::after,
.text-underline:after
 {
    content: '';
    border-bottom: 5px solid #ffdc2e;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.text-underline
{
    position: relative;
}

/* Responsive — matches the existing bvt- heading scale */
@media (max-width: 767px) {
    .global-heading-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .global-heading-container h2 {
        font-size: 30px;
    }
    .global-heading-container h2 .global-heading-underlined::after {
        border-bottom-width: 3px;
    }
}
