body,
html {
    overflow-x: hidden;
}

/* Hero Section CSS */

.home-hero-section {
    height: 41.563vw;
    display: flex;
    align-items: center;
    margin-top: 79px;
    margin-bottom: 50px;
}

.typed-cursor {
    color: #fbe147;
    /* Change to your desired color */
    font-weight: 400;
}

.hero-heading h1 {
    margin-top: 0px;
    margin-bottom: 50px;
    width: fit-content;
    font-size: 55px;
    font-family: 'Onest';
    font-weight: 700;
    line-height: 70px;
}

.hero-para {
    max-width: 444.72px;
    width: 100%;
}

.hero-para h2 {
    color: #000;
    margin-top: 0px;
    font-size: 22px;
    font-family: 'Onest';
    font-weight: 400;
    margin-bottom: 41px;
}

.hero-container-left {
    max-width: 779.2px;
    width: 100%;
}


.hero-btn {
    width: 100%;
    max-width: 415.78px;
    height: 82.52px;
    background: #fbe147;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hero-btn a {

    font-family: 'Onest';
    color: #1b1b1e;
    transition: 0.2s;
    text-decoration: none;
    font-size: 22.218px;

}

.home-hero-container {
    display: flex;
    justify-content: space-between;

}


.hero-images img {
    width: 100%;
}

.hero-container-right {
    max-width: 1015.67px;
    width: 100%;
}

.hero-img-small.hero-images {
    position: absolute;
    width: 100%;
    max-width: 11.05vw;
    top: 14vw;
    right: 34.9vw;
    z-index: 1;
}

.hero-img-large.hero-images {
    max-width: 34.065vw;
    width: 100%;
    position: absolute;
    right: 3vw;
    top: 6vw;
}

.home-hero-section {
    position: relative;

}



.home-hero-section:before {
    content: '';
    background: url(/wp-content/uploads/2025/11/line_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 68%;
    left: 0;
    background-size: contain;
    display: block;
    /* width: 100%; */
    width: 7.85vw;
    height: 18.3vw;
    z-index: -1;

}

.home-hero-section::after {
    content: '';
    background: url('/wp-content/uploads/2025/11/line_4.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -14vw;
    left: -3vw;
    background-size: contain;
    display: block;
    width: 25.85vw;
    height: 23.91vw;
    transform: rotate(90deg);
}



.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: 43%;
    width: 24.2vw;
    height: 24.2vw;
    top: -5vw;
    transform: translateX(-50%);


}


.home-hero-container::after {
    content: '';
    background: url('/wp-content/uploads/2025/11/line_1-1-1.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 12vw;
    width: 20vw;
    /* min-width: 18.35vw !important; */
    height: 20vw;
    top: -11vw;
    transform: rotate(90deg);
}

.circle-anim-left .currency-sign,
.circle-anim-right .currency-sign,
.circle-anim-middle .currency-sign {
    position: absolute;
    width: 2.067vw;
}

.circle-anim-left {
    position: absolute;
    top: 4.7vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

.circle-anim-right {
    position: absolute;
    top: 1.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30vw;
}

.circle-anim-middle {
    position: absolute;
    top: 25.3vw;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 44.4vw;

}

.circle-anim-left .bg-circle,
.circle-anim-right .bg-circle,
.circle-anim-middle .bg-circle {
    width: 3.6361vw;
    animation: circleRotate 20s infinite linear;
}

.circle-man {
    position: absolute;
    top: -2vw;
    left: 30.6vw;
}

.circle-man img {
    width: 1.57vw;
}

.circle-man-one {

    animation: circleMan 16.4s infinite linear;
    backface-visibility: hidden;

}

.circle-man-two {

    animation: circleMan 14.5s infinite linear;
    backface-visibility: hidden;
    animation-delay: 5s;

}


.circle-man-three {

    animation: circleMan 16.5s infinite linear;
    backface-visibility: hidden;
    animation-delay: 7s;

}

@keyframes circleRotate {
    0% {
        transform: rotate(0deg);
        animation-timing-function: linear;
    }

    100% {
        transform: rotate(360deg);
    }
}

@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(6.2vw) scale(1, 1);
        animation-timing-function: linear;
    }

    49.3% {
        opacity: 1;
        transform: translateX(17.6vw) translateY(6.2vw) scale(1, 1);
        animation-timing-function: linear;
    }

    70.13% {
        opacity: 1;
        transform: translateX(17.6vw) translateY(19vw) scale(1, 1);
        animation-timing-function: linear;
    }

    72.21% {
        opacity: 0;
        transform: translateX(18vw) translateY(19.15vw) scale(0.75, 0.75);
        animation-timing-function: linear;
    }

    99.99% {
        opacity: 0;
        transform: translateX(18vw) translateY(19.15vw) scale(0.75, 0.75);
        animation-timing-function: linear;
    }

    100% {
        opacity: 0;
        transform: translateX(0vw) translateY(0vw) scale(0.75, 0.75);
    }

}




.hero-container-right::before {
    content: '';
    background: url('/wp-content/uploads/2025/11/line_3.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    height: 6.829vw;
    width: 9.506vw;
    right: 27vw;
    top: 26vw;
    position: absolute;
}


.hero-container-right::after {
    content: '';
    background: url('/wp-content/uploads/2025/11/line_5.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    width: 9.196vw;
    height: 6.945vw;
    right: 0;
    z-index: -1;
    top: 12.6vw;
}


.hero-doc img,
.hero-right-currency img {
    width: 1.57vw;
}

.hero-doc {
    position: absolute;
    top: 31.9vw;
    right: 35vw;
    animation: docAnimation 12.5s infinite linear;
    width: auto;
}

.doc-two {
    animation-delay: 3s;
}






@keyframes docAnimation {

    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function:
            linear;
    }

    68% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function:
            linear;
    }

    80% {
        opacity: 1;
        transform: translateX(8.5vw) translateY(0px) scale(1, 1);
        animation-timing-function:
            linear;
    }

    84% {
        opacity: 0;
        transform: translateX(8.5vw) translateY(-1vw) scale(0.75, 0.75);
        animation-timing-function:
            linear;
    }

    100% {
        opacity: 0;
        transform: translateX(0px) translateY(0px) scale(0.75, 0.75);
    }

}



.hero-right-currency {
    width: fit-content;
    display: flex;
    right: 4vw;
    top: 18.7vw;
    position: absolute;
    animation: heroCurrency 12.5s infinite linear;
}

.hc-two {
    animation-delay: 2s;
}


.hc-three {
    animation-delay: 4s;
}

@keyframes heroCurrency {

    0% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function:
            linear;
    }

    84% {
        opacity: 1;
        transform: translateX(0px) translateY(0px) scale(1, 1);
        animation-timing-function:
            linear;
    }

    96% {
        opacity: 1;
        transform: translateX(4vw) translateY(-0.2vw) scale(1, 1);
        animation-timing-function:
            linear;
    }

    100% {
        opacity: 0;
        transform: translateX(4vw) translateY(-0.4vw) scale(0.75, 0.75);
    }
}



/* Hero Section CSS Ends Here */


/* Gallery Section Starts Here */

.gallery-section {
    background: white;
    border-radius: 21px;
    padding: 119px 0px 63px;
    max-width: 96.3vw;
    margin: -10px auto 100px;


}

.gallery-content {
    margin-bottom: 50px;
}


.gallery-content h2 {
    font-family: 'Onest';
    font-size: 55px;
    color: #000000;
    line-height: 110%;
    margin-top: 0px;
    margin-bottom: 22px;
    text-align: center;
    font-weight: 600;
}

.gallery-content p {
    margin: 0px;
    color: #6d6d6e;
    font-family: 'Onest';
    text-align: center;
    font-size: 22px;
}


.gallery-container-left {
    max-width: 44.04vw;
    width: 100%;
}

.gallery-youtube iframe {
    width: 100%;
    height: 27.93vw;

    border-radius: 21px;


}

.gallery-container {
    padding-left: 3.38vw;
    padding-right: 3.38vw;
}

.gallery-container-left-bottom {
    display: flex;
    margin-top: 27px;
    gap: 30px;
}

img.gcb-img-left {
    max-width: 21.325vw;
    height: 21.325vw;
    border-radius: 21px;
    margin-top: 78px;
}

img.gcb-img-right {
    max-width: 21.325vw;
    height: 21.325vw;
    border-radius: 21px;
    object-fit: cover;
}

.gallery-images-container {
    display: flex;
}

.gallery-container-middle {
    margin-left: 24px;
    margin-right: 27px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 21.325vw;
    margin-top: 79px;
}


.gallery-container-middle img,
.gallery-container-right img {
    border-radius: 21px;
}

.gallery-container-right {
    display: flex;
    flex-direction: column;
    gap: 27px;
    max-width: 21.325vw;
}

.gcr-img-top {
    height: 27.9371vw;
    object-fit: cover;
}

img.gcr-img-bottom {
    height: 21.325vw;
    object-fit: cover;
}

/* Gallery Section Ends Here */



/* Accordion Carousel Starts Here */

.accordion-carousel-header h2 {

    font-family: 'Onest';
    color: #000000;
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 46px;
    text-align: center;

}

.accordion-carousel-navigation {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-bottom: 55px;
}


.acc-carousel-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 1px solid #6d6d6e;
    color: #6d6d6e;
    border-radius: 100px;
    font-size: 31.74px;
    font-family: 'Onest';
    cursor: pointer;
}

.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: fit-content;
    height: 100%;
}

.accordion-carousel-slide img {
    width: 100%;
    border-radius: 21px;
    margin-bottom: 37px;
    max-height: 168.22px;
    object-fit: cover;

}

.accordion-carousel-slide h2 {
    margin-top: 0px;
    margin-bottom: 17px;
    font-family: 'Onest';
    color: #000000;
    font-size: 30px;
    font-weight: 500;
}

.accordion-carousel-section {
    margin-bottom: 100px;
}

.acc-header h2 {
    font-family: 'Onest';
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0px;


}

.acc-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 16px;
}

.acc-icon {
    zoom: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 8px;

}


.acc-icon svg {
    position: relative;
    transition: 0.3s;
}

.acc-icon:before {
    content: '';
    background: #eee;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}


.acc-content p {
    color: #6d6d6e;
    font-family: 'Onest';
    line-height: 1.3;
    font-size: 22px;
    margin: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}


.acc-item {
    padding-left: 9px;
    padding-right: 9px;
}

.acc-item.active .acc-icon svg {
    transform: rotate(-45deg);
}

.acc-item.active p {
    margin-bottom: 32px;
}

.acc-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.acc-container {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.accordion-carousel-section {
    overflow: hidden;

}

.accordion-carousel-section .owl-stage-outer {
    overflow: visible !important;
}


.disable-selection {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}


.accordion-carousel-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

/* Accordion Carousel Ends Here */



/* Why Choose Yuma CSS */

.why-choose-yuma-section {
    background: white;
    border-radius: 21px;
    padding: 52px 0px 66px;
    max-width: 96.3vw;
    margin: -10px auto 100px;
}


.why-choose-yuma-container h2 {
    font-family: "Onest";
    color: #000;
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 105px;
    text-align: center;
}

.colored-text {
    color: rgb(251, 225, 71);
}


.why-choose-boxes {
    display: flex;
    gap: 24px;

}

.why-choose-box h2 {
    color: #ffffff;
    font-family: "Onest";
    font-size: 22px;
    margin: 0px;
}

.wcb-one {
    background: url('/wp-content/uploads/2025/11/123213124.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.wcb-two {
    background: url('/wp-content/uploads/2025/11/Group_1093-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.wcb-three,
.wcb-four {
    background-color: #1f1f1f;
    border-radius: 21px;

}


.why-choose-box {
    max-width: 21.325vw;
    width: 100%;
    border-radius: 21px;
    height: 25.2vw;
    position: relative;
    padding: 38px 46px 0px 44px;
    box-sizing: border-box;
    overflow: hidden;

}

.wcb-one-img {
    max-width: 17.194vw;
    bottom: 0;
    margin-left: 20px;
    z-index: 1;
}

.wcb-one-img-bg {
    max-width: 18.02vw;
    bottom: 68px;
}

.wcb-one-img-container {
    display: flex;
    justify-content: center;
}

.wcb-one-img-container img {
    position: absolute;
}

.wcb-three-img {
    width: 100% !important;
    bottom: -10px;
}

.wcb-three .wcb-one-img-bg {
    z-index: 1;
    width: 10.993vw;
}

.wcb-four .wcb-one-img-bg {
    z-index: 1;
    width: 12.2333vw;
    bottom: -17px;
    right: -6px;
}

.wcb-icons {
    position: absolute;
}

.wcb-icon-1 {
    bottom: 14.5vw;
    width: 2.232vw;
    left: 3.8vw;
}

.wcb-icon-2 {
    width: 3.554vw;
    right: 3vw;
    bottom: 14vw;
}

.wcb-icon-3 {
    width: 2.397vw;
    bottom: 2.6vw;
    left: 4.6vw;

}

.wcb-icon-4 {
    width: 2.48vw;
    right: 62px;
    bottom: 49px;
}

.wcb-four {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.wcb-four .wcb-three-img {
    bottom: -5px;
}


.wcb-four-icon-1 {
    width: 5.0041vw;
    left: 2.5vw;
    bottom: 12vw;

}

.wcb-four-icon-2 {
    width: 4.2147vw;
    right: 7vw;
    bottom: 12vw;
}

.wcb-four-icon-3 {
    width: 2.8923vw;
    left: 7vw;
    bottom: 7.7vw;
}


.why-choose-yuma-container {
    padding-left: 3.3855vw;
    padding-right: 3.49vw;
}

.why-choose-box.wcb-three {
    background-image: url('/wp-content/uploads/2025/12/Group_1092-2.svg');
    background-repeat: no-repeat;
    background-size: cover;

}

.why-choose-box.wcb-four {
    background-image: url('/wp-content/uploads/2025/12/Mask_group-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}


/* Why Choose Yuma Ends */



/* Seamless Operations Section */

.seamless-operation-container h2 {
    font-family: "Onest";
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 105px;
}

.sob-left h3 {
    font-family: "Onest";
    color: #000;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 50px;
}

.sob-left p {
    color: #6d6d6e;
    font-size: 22px;
    font-family: 'onest';
    margin-bottom: 27px;
    margin-top: 0px;
    font-weight: 400;
}

.sob-left {
    padding: 50px 160px 50px 50px;
    background: #fff;
    border-radius: 40px;
    max-width: 48.024vw;
    width: 100%;
    box-sizing: border-box;
    min-height: 27.252vw;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.sob-cta-wrapper {
    padding-top: 50px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.5s;
}

.sob-cta-wrapper {
    color: #1b1b1e;
    font-size: 22px;
    font-family: 'Onest';
    font-weight: 500;
    text-decoration: none;
}

.seamless-operation-box {
    margin-bottom: 77px;
}

.sob-right {
    background: white;
    border-radius: 40px;
    max-width: 48.024vw;
    width: 100%;
    box-sizing: border-box;

    border: 10px solid rgb(246, 246, 246);
    margin-left: -120px;
    margin-top: 44px;
    margin-bottom: -44px;
    min-height: 27.252vw;

}

.sob-right img {
    max-width: 44.115vw;
    padding: 10px;
}

.seamless-operation-box {
    display: flex;
    align-items: flex-end;

}

.pos-box .sob-right img {
    max-width: 38vw;
    margin: 0 auto;
    display: flex;
    padding: 0px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}



.pos-box .sob-left p:last-child,
.sob-left p:last-child {
    margin-bottom: 0px !important;
}

.pos-box .sob-cta-wrapper {
    padding-top: 65px;
}

.pos-line-left,
.pos-line-right {
    position: absolute !important;
}

img.pos-line-left {
    position: absolute;
    left: 0vw;
    top: 9vw;
    max-width: 26.36vw !important;
    width: 100%;
}

img.pos-line-right {
    max-width: 23.9vw !important;
    right: 0;
    top: 7vw;
}

.sob-right {
    position: relative;
    display: flex;
    align-items: center;
}

.sob-img-laptop {
    position: relative;
    z-index: 11;
}

.mobile-app-box .sob-img-laptop {
    width: 34.841vw;
}

@media(min-width: 1025px) {
    .seamless-operation-box.pos-box {
        margin-top: 130px;
    }

}

.mobile-app-box .sob-img-mobile {
    max-width: 7vw;
    position: absolute;
    left: 30vw;
    bottom: 2vw;
    padding: 0px;
    z-index: 11;
}

.mobile-app-box .pos-line-left {
    top: 14vw;
    left: -1vw;
}

.mobile-app-box .sob-right {
    display: flex;
    justify-content: center;
}



.seamless-operation-box.mobile-app-box {
    flex-direction: row-reverse;
}


.mobile-app-box .sob-right {
    margin-left: 0px;
    margin-right: -120px;
    margin-top: 0px;
}

.mobile-app-box .sob-left {
    padding-right: 50px;
    padding-left: 160px;
    margin-top: 44px;
}


.mobile-app-box {
    margin-bottom: 100px;
}

/* Seamless Operation Section Ends */



/* More Features CSS  */


.more-features-container {
    display: flex;
    gap: 46px;
    align-items: flex-start;
    margin-bottom: 100px;
}

.mf-middle-container {
    margin-top: 67px;
}

.mf-box {
    background: #fff;
    border-radius: 21px;
}

.mf-left-header h2 {
    font-family: 'Onest';
    color: #000;
    font-size: 55px;
    font-weight: 600;
    line-height: 62px;
    margin: 0px;

}


.mf-left-container {
    padding: 40px 25px 178px;
    width: 20.457vw;
}

.mf-left-header {
    max-width: 14.547vw;
    margin: 0 auto;
}

.mf-left-img-container {
    margin-top: 87px;
    display: flex;
    gap: 22px;
    position: relative;
}

.mf-left-img-container:before {
    content: '';
    background: url('/wp-content/uploads/2025/11/svgviewer-output-6.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 805px;
    width: 19.5069vw;
    display: block;
    z-index: 1;
    top: -60px;
    left: -20px;

}

.mf-left-img-one,
.mf-left-img-two {
    max-width: 9.588vw;
    height: 18.515vw;
    object-fit: cover;
    border-radius: 21px;
    position: relative;
    z-index: 2;
}


.mf-left-img-one {
    margin-top: 162px;
}

.mf-toggle-button {
    margin-left: 10px;
    background-color: #ffe033;
    border-radius: 33px;
    display: flex;
    align-items: center;
    width: 103.14px;
    height: 47.61px;
    position: absolute;
    bottom: -5px;
    left: 60px;
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
}

.mf-toggle-button:before {
    content: '';
    background: #fff;
    border-radius: 100px;
    display: block;
    width: 39.67px;
    height: 39.67px;
    position: absolute;
    right: 57px;
    transition: 0.6s linear;
}


.mf-toggle-button-active::before {
    right: 8px;
}


.mf-left-header {
    position: relative;
}


.mf-middle-container {

    display: flex;
    flex-direction: column;
    gap: 65px;
    max-width: 30.8301vw;

}


.mf-middle-top-box h2,
.mf-middle-bottom-box h2 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 30px;
}

.mf-middle-top-box,
.mf-middle-bottom-box {
    padding: 40px 21px 40px 27px;
}

.mf-middle-top-box p,
.mf-middle-bottom-box p {
    font-family: "Onest";
    color: #6d6d6e;
    font-size: 22px;
    margin: 0px;

}


.mf-midddle-box-img-containr {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.mf-qr-code {
    max-width: 9vw;

}

.mf-middle-img {
    display: flex;
    flex-direction: column;
    border-radius: 17px;
    background-color: #f5f5f5;
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
}

.mf-middle-img img {
    max-width: 92.03px;
    width: 100%;
    border-radius: 17px;
}

.mf-middle-img {
    max-width: 12vw;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 19px;
}

.mf-middle-img h3 {
    margin: 0px;
    font-family: "Onest";
    color: #000;
    font-weight: 500;
    font-size: 20.631px;
}

.mf-middle-img p {
    color: #6d6d6e;
    font-family: "Onest";
    font-weight: 500;
    font-size: 19.044px;
    margin: 0px;
}

.mf-cart-btn {
    margin-top: 17px;
    border-radius: 50px;
    background-color: #ffe033;
    width: 10vw;
    height: 42.84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mf-cart-btn span {
    color: #1b1b1e;
    font-family: "Onest";
    font-weight: 400;
    font-size: 17.457px;
}

.mf-middle-bottom-box p {
    max-width: 514.19px;
}

.mf-middle-bottom-box-img img {
    max-width: 172.97px;
    width: 100%;
    height: 176.16px;
    border-radius: 17px;
    margin-top: 40px;
}

.mf-middle-bottom-box-img {
    display: flex;
    justify-content: center;
}

.mf-middle-bottom-box {
    background-image: url('/wp-content/uploads/2025/11/svgviewer-png-output-8.png');
    background-size: contain;
    background-position: 0px 270px;
    background-repeat: no-repeat;
}


.mf-right-container {
    display: flex;
    flex-direction: column;
    gap: 65px;
    margin-top: 159px;
    max-width: 30.8301vw;
}

.mf-right-img-one img {
    max-width: 19vw;
    height: 19vw;
    margin-top: -9vw;
    margin-right: -13vw;
}

.mf-right-top-box p {
    max-width: 270px;
}

.mf-right-top-box {
    background-image: unset;
}

.mf-right-img-two img {
    max-width: 284.06px;
    height: 266.97px;
    margin-top: 0px;
}

/* More Features CSS Ends */


/* Contact Form Section CSS */

.contact-form-left {
    background: #1f1f1f;
    border-radius: 21px;
    padding: 50px 71px 50px 50px;
    box-sizing: border-box;
    max-width: 50.172vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.contact-form-left-header h2 {
    font-family: "Onest";
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
    margin-top: 0px;
}

.contact-form-left-content p {
    margin: 0px;
    font-family: "Onest";
    color: #fff;
    font-size: 22px;
    font-weight: 400;


}

.contact-form-left-content {
    display: flex;
    flex-direction: column;
    gap: 48px;

}

img.cf-img-laptop {
    max-width: 22.235vw;
}

img.cf-img-mobile {
    max-width: 31.493vw;
    position: absolute;
    left: 4vw;
    bottom: -33px;
}

.contact-form-left-imgs {
    position: relative;
}

.contact-form-left-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.contact-form-container {
    display: flex;
    gap: 44px;
    justify-content: center;
}

.contact-form-right {
    background-color: #1f1f1f;
    border-radius: 21px;
    box-sizing: border-box;
    padding: 40px 22px;
    max-width: 27.1412vw;
    width: 100%;
}

.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;
}

.iti__selected-dial-code {
    font-size: 23.805px;
    font-family: "Onest";
    color: #a1a1a1;
}

.iti__selected-dial-code {
    order: 3;
}

.iti__flag.iti__gb {
    order: 1;
}

.iti__arrow {
    order: 2;
}

.iti__flag-container {
    padding-left: 20px !important;
}

.iti input {
    padding-left: 135px !important;
}

.iti__arrow {
    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--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 20px;
}

.contact-form-text span {
    color: #ffffff;
    font-size: 14.283px;
    font-family: 'Onest';
    text-align: center !important;
    font-weight: 400;
    opacity: 0.5;
    display: flex;
}

.wpcf7-form>p {
    margin-bottom: 0px;
}

.contact-form-section {
    margin-bottom: 100px;
}


div#wpcf7-f95-o1 {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-form-container {
    background: url('/wp-content/uploads/2025/11/svgviewer-output-8.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


.cf-circle-anim {
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #fbe147;
    width: 2.0663vw;
    height: 2.0663vw;
    position: absolute;
    left: -2vw;
    top: 0.55vw;
    animation: cfCircle 3.97s infinite linear;
}

.contact-form-left,
.contact-form-right {
    position: relative;
    z-index: 2;
}


@keyframes cfCircle {

    0% {
        transform: translateX(0px) translateY(0px);
    }

    25.19% {
        transform: translateX(11vw) translateY(0px);
    }

    26.45% {
        transform: translateX(58vw) translateY(0px);
    }

    39.04% {
        transform: translateX(65vw) translateY(0px);
    }

    39.29% {
        transform: translateX(84.5vw) translateY(0px);
    }

    39.54% {
        transform: translateX(84.5vw) translateY(28.2vw);
    }

    59.69% {
        transform: translateX(94.5vw) translateY(28.2vw);
    }

    89.92% {
        transform: translateX(94.5vw) translateY(3.5vw);
    }

    100% {
        transform: translateX(101.6vw) translateY(3.5vw);
    }

}





/* Contact Form Section CSS Ends */



/* Automation Section CSS Starts */

.automation-container h2 {
    color: #000000;
    font-size: 55px;
    font-family: 'Onest', Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 62px;
    margin-top: 0px;
}

.automation-box {
    background: #fff;
    border-radius: 21px;
    max-width: 28.2683vw;
    min-width: 28.2683vw;
    height: 34.964vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 47px;
    box-sizing: border-box;


}

.automation-line {

    position: absolute;
    max-width: 16.1vw;
    left: 0;
    top: 18vw;
}

.automation-box-header {
    padding: 52px 70px 20px 38px;
}

.automation-box-header h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Onest';
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 24px;
}

.automation-box-header p {
    font-family: 'Onest';
    color: #6d6d6e;
    font-size: 22px;
    margin: 0px;
}

.automation-box-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1b1b1e;
    font-size: 20px;
    font-family: 'Onest';
    font-weight: 500;
    text-decoration: none;
    padding-left: 38px;
    cursor: pointer;
    position: relative;
    z-index: 11111;
    transition: 0.5s;
}

.automation-box-footer-img {
    z-index: 1111;
}


.automation-marketing .automation-img-one {
    max-width: 18.8461vw;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
}

.automation-box-footer {

    display: flex;
}

.automation-pad-line {
    position: absolute;
    max-width: 19.34vw;
    left: 0;
    top: 18vw;
}

.automation-box {
    position: relative;
    overflow: hidden;
}

.automation-box-first-row {
    margin-bottom: 30px;
    display: flex;
    gap: 46px;
}

.automation-box-second-row {
    display: flex;
    gap: 46px
}

.automation-pad .automation-img-one {
    max-width: 9.92vw;
    position: absolute;
    left: 5vw;
    top: 15vw;
}

.automation-pad .automation-img-two {
    position: absolute;
    max-width: 38.252vw;
    z-index: 1;
    bottom: -2vw;
    right: -9.7vw;
}

.automation-selfserve .automation-img-one {
    max-width: 13.6vw;
    position: absolute;
    top: 16vw;
    left: 5vw;
    z-index: 1;
}

.automation-selfserve .automation-img-two {
    max-width: 37.354vw;
    position: absolute;
    bottom: 0;
    left: 2vw;
    z-index: 2;

}

.self-serve-line {
    position: absolute;
    left: 0;
    max-width: 11.8vw;
    top: 21vw;
}

.automation-box-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.automation-yumago .automation-img-one {
    max-width: 18.763vw;
    position: absolute;
    bottom: 0;
    right: 1vw;
}

.automation-yumago {
    position: relative
}

.automation-yumago:after {
    content: '';
    background: url('/wp-content/uploads/2025/12/Vector_36.svg');
    position: absolute;
    width: 26vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -6vw;
    z-index: 1;
    background-size: contain;
    left: 0;
}

.automation-yumago .automation-box-header {
    padding-right: 90px;
}

.automation-box-second-row {
    margin-bottom: 48px;
}

.automation-kitchen .automation-img-one {
    max-width: 20.748vw;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 111;
}

.automation-kitchen .automation-line {
    max-width: 50vw;
    width: 100%;
    top: 15vw;
}

.automation-kitchen .automation-box-footer {
    flex-direction: column-reverse;
    gap: 35px;

}

.pricing-left {
    background-color: #202020;
    border-radius: 21px;
    box-sizing: border-box;
    padding: 52px 40px 33px;
    background-image: url('/wp-content/uploads/2025/11/Mask_group-1.svg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    max-width: 28.2683vw;
    position: relative;

}

.pricing-left h2 {
    font-family: "Onest";
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 30px;
}

.pricing-left li {
    color: #fff;
    font-family: "Onest";
    font-size: 22px;
    margin-bottom: 19px;
}

.pricing-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 8px 8px;
    background-color: #fbe147;
    height: 84.11px;
    box-sizing: border-box;
    margin-top: 61px;
    cursor: pointer;
    transition: 0.5s;
}

.pricing-btn a {
    color: #1b1b1e;
    font-size: 22.218px;
    font-family: 'Onest', Arial, sans-serif;
    text-decoration: none;
    font-weight: 400;
}

.pricing-section {
    display: flex;
    gap: 12vw;
    position: relative;
    margin-bottom: 100px;

}

.automation-container {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
}

.pricing-bg img {
    width: 18.786vw;
}

.pricing-right {
    position: relative;

}

img.pricing-img-one {
    max-width: 34.551vw;
}

.pricing-img-two {
    max-width: 39.345vw;
    position: absolute;
    right: -18vw;
    bottom: -6vw;
}



.automation-section {
    background: url('/wp-content/uploads/2025/11/svgviewer-output-9.svg');
    background-repeat: no-repeat;
    background-size: 26.365vw;
    background-position: right 50vw;
    position: relative;
}

/* .pricing-section {
    background: url('/wp-content/uploads/2025/11/svgviewer-output-10.svg');
    background-repeat: no-repeat;
    background-size: 30.881vw;
    background-position: center;
} */

.pricing-bg {
    position: absolute;
    zoom: 1.651;
    left: 17vw;
    top: 5.1vw;
    z-index: -1;
}

.automation-circle {
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #fbe147;
    width: 1.0663vw;
    height: 1.0663vw;
    right: -3vw;
    top: 29.8vw;
    zoom: 1.651;
    position: absolute;
    animation: automationCircle 4.8s infinite linear;
}


@keyframes automationCircle {

    0% {
        transform: translateX(0px) translateY(0px);
    }

    20.83% {
        transform: translateX(-13.01vw) translateY(0px);
    }

    30.2% {
        transform: translateX(-13.01vw) translateY(7.2vw);
    }

    38.53% {
        transform: translateX(-18.4vw) translateY(7.2vw);
    }

    59.36% {
        transform: translateX(-18.4vw) translateY(23.6vw);
    }

    61.44% {
        transform: translateX(-24.4vw) translateY(23.9vw);
    }

    82.27% {
        transform: translateX(-36.4vw) translateY(23.9vw);
    }


    91.64% {
        transform: translateX(-36.4vw) translateY(31.4vw);
    }


    100% {
        transform: translateX(-44.4vw) translateY(31.4vw);
    }
}

/* Automation Section CSS Ends */


/* Home CTA Section CSS */

.home-cta-container {
    border-radius: 21px;
    background-color: #202020;
    box-sizing: border-box;
    max-width: 79.68vw;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/11/Vector_47.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0vw -1vw;
    position: relative;
    z-index: 2;

}

.home-cta-left img {
    width: 28.2683vw;
    margin-top: -2vw;
}

.home-cta-wrapper {
    display: flex;
    align-items: center;
    gap: 116px;
}

.home-cta-right h3 {
    font-family: "Onest";
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 27px;
    margin-top: 0px;
}

.home-cta-right p {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Onest';
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 56px;
    padding-right: 2vw;
}


.home-cta-btn {
    display: flex;
    gap: 17px;

}

.home-cta-btn a {
    text-decoration: none;
    font-family: "Onest";
    font-size: 22.218px;
    text-align: center;
}

.home-cta-btn-light {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 8px 8px;
    background-color: #fbe147;
    width: 13.391vw;
    height: 68.23px;
    cursor: pointer;
    transition: 0.5s;
}

.home-cta-btn-light a {
    color: #1b1b1e;
}


.home-cta-btn-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 8px 8px;
    background: transparent;
    border: 1px solid #fbe147;
    width: 13.391vw;
    height: 68.23px;
    transition: 0.5s;
    cursor: pointer;

}

.home-cta-btn-dark a {
    color: #fbe147;
    transition: 0.5s;
}

.home-cta-section {
    background: url('/wp-content/uploads/2025/11/svgviewer-output-11.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: contain;
    background-position: 0.2vw 2vw;
    padding-bottom: 100px;
    margin-top: 100px;

}

.home-cta-circle {
    border-radius: 3000px 3000px 3000px 3000px;
    background-color: #fbe147;
    width: 2.0663vw;
    height: 2.0663vw;
    position: absolute;
    top: 0.9vw;
    left: -2vw;
    animation: homectaCircle 3.95s infinite linear;
}


@keyframes homectaCircle {
    0% {
        transform: translateX(0px) translateY(0px);
    }

    25.32% {
        transform: translateX(14vw) translateY(0px);
    }

    26.59% {
        transform: translateX(75.6vw) translateY(0px);
    }

    34.18% {
        transform: translateX(75.6vw) translateY(34.6vw);
    }

    59.5% {
        transform: translateX(91.9vw) translateY(34.6vw);
    }

    89.88% {
        transform: translateX(91.9vw) translateY(7.7vw);
    }

    100% {
        transform: translateX(101.9vw) translateY(7.7vw);
    }

}



/* Home CTA CSS Ends */

/* Hover Effects */

@media(min-width: 1025px) {
    .hero-btn:hover {

        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;
    }

    .acc-header:hover .acc-icon:before {
        opacity: 1;
        visibility: visible;
    }

    .sob-cta-wrapper:hover {
        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;
    }

    .contact-form-right .form-submit:hover {
        filter: drop-shadow(0px 4px 7px rgba(251, 225, 71, 1));

    }

    .automation-box-btn:hover {
        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;
    }

    .pricing-btn:hover {
        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;
    }

    .home-cta-btn-light:hover {
        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;
    }

    .home-cta-btn-dark:hover {
        filter: drop-shadow(0px 6.3px 10.2px rgba(251, 225, 71, 1)) !important;
        background: rgb(251, 225, 71);

    }


    .home-cta-btn-dark:hover a {
        color: rgb(27, 27, 30);
        ;
    }
}


/* Smaller Desktop CSS */

@media(min-width: 900px) and (max-width: 1660px) {
    /* Hero Section */









    /* .accordion-carousel-slide {
        max-width: 27.797vw;
        width: 27.797vw;
    } */
}


@media(min-width: 768px) and (max-width: 1600px) {
    .hero-container-left {
        margin-top: 70px;
    }

    .pricing-bg {
        top: 4.8vw !important;
    }
}


@media(min-width:768px) and (max-width:1199px)
{
    .why-choose-box
    {
        min-height: 30.2vw;
    }
}

@media (min-width: 768px) and (max-width: 1765px) {


    .why-choose-box {
       
        padding-left: 20px;
        padding-right: 20px;
    }




    .mf-right-img-one img {
        object-fit: contain;
    }

    .mf-middle-img img {
        max-width: 5vw;
    }

    .mf-middle-img h3 {
        font-size: 16px;
        margin-top: 3px;
    }

    .mf-middle-img p {
        font-size: 15px;
    }

    .mf-middle-img {
        max-width: 15vw;
    }

    .mf-qr-code {
        max-width: 8vw;
    }

    .mf-middle-container {
        margin-top: 50px;
    }

    .mf-right-container {
        margin-top: 100px;
    }




    .sob-cta-wrapper {
        padding-top: 50px;
    }

    .sob-left {
        padding-left: 55px;
        padding-right: 130px;
    }

    .seamless-operation-box {
        justify-content: center;
    }

    .sob-left,
    .sob-right {
        min-width: unset !important;
        width: 100%;
        max-width: 52.024vw;
    }

    .sob-right img {
        display: flex;

        justify-content: center;
        align-items: center;
        object-fit: contain;
    }

    .sob-right {
        display: flex;
    }

    .contact-form-left {
        max-width: 47vw;
    }

    .contact-form-right {
        max-width: 30vw;
    }




    .contact-form-left-content p {
        font-size: 24px;
    }


}


@media(max-width: 1900px) {
    .mf-right-img-one img {
        object-fit: contain;
    }

    .mf-middle-top-box p br {
        display: none;
    }



    .mf-right-img-one img {
        max-width: 19.53vw;
        height: 21.8vw;
        margin-top: -5vw;
        margin-right: -13vw;
    }

    .contact-form-container {
        background-size: 100vw;
        background-position: -0.9vw 2vw;
    }

    .cf-circle-anim {
        top: 19px;
    }






}




@media(min-width: 360px) and (max-width: 1330px) {
    .why-choose-boxes {
        gap: 59px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 59vw;
        margin: 0 auto;
    }

    .why-choose-box {
        max-width: 25vw;
        padding-left: 18px;
        padding-right: 18px;
    }

    .why-choose-box.wcb-two {
        margin-top: 46px;
    }

    .why-choose-box.wcb-three {
        margin-top: -46px;
    }


}


@media(min-width: 768px) and (max-width: 1100px) {



    .why-choose-box {
        max-width: 26vw;
    }

}


@media(min-width: 768px) and (max-width: 1432px) {


    .more-features-container,
    .mf-middle-container,
    .mf-right-container {
        gap: 30px;
    }
}


@media(max-width: 1199px) and (min-width: 768px) {
    .more-features-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mf-middle-container {
        max-width: 100%;
        width: 44%;
    }

    .mf-right-container {
        flex-direction: row;
        max-width: 100%;
        width: 100%;
    }

    .mf-right-container .mf-middle-bottom-box {
        max-width: 100%;
        width: 100%;
    }

    .mf-right-container {
        margin-top: 0px;
    }

    .mf-left-container {
        margin-left: 95px;
    }

    .mf-left-header {
        max-width: 18.547vw;
    }



    .mf-toggle-button {
        bottom: -12px;
    }


}

@media(min-width: 768px) and (max-width: 1650px) {
    .contact-form-container {
        gap: 25px;
    }

    .contact-form-left {
        padding-left: 37px;
        padding-right: 63px;
        max-width: 52vw;
    }

    .contact-form-left-content p {
        font-size: 22px;
    }

    .contact-form-right {
        max-width: 30vw;
    }

    .contact-form-text span {
        font-size: 12px;
    }
}

@media(min-width: 1200px) and (max-width: 1390px) {
    div#wpcf7-f95-o1 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .contact-form-right input {
        font-size: 18px;
    }

    .contact-form-right input {

        height: 65px;
    }

    .contact-form-right {

        padding-left: 14px;
        padding-right: 14px;
    }

}


@media(min-width: 960px) and (max-width: 1290px) {


    .contact-form-left-content p {
        font-size: 15px;
    }

    .contact-form-left-content {
        gap: 40px;
    }

    .contact-form-right input {
        height: 55px;
    }

    .contact-form-text span {
        font-size: 10px;
    }
}



@media(min-width: 960px) and (max-width: 1199px) {
    .contact-form-container {
        background: unset;
    }

    .cf-circle-anim {
        display: none;
    }

    .contact-form-container {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .contact-form-left {
        max-width: 60vw;
    }

    .contact-form-right {
        max-width: 35vw;
    }

    .contact-form-left-content p {
        font-size: 21px;
    }

    .contact-form-right input {
        height: 60px;
    }

    .contact-form-right input {
        font-size: 18px;
    }
}

/* Smaller Desktop CSS Ends */



@media(max-width: 1750px) {
    .pricing-bg {
        top: 4.5vw;
    }
}



/* Mobile CSS */



/* Mobile CSS Ends */




@media(max-width: 1800px) {


    .automation-box {
        height: 34.6vw;
    }
}


@media(max-width: 1600px) {
    .automation-box {
        height: 34.4vw;
    }

    .pricing-btn {
        height: 70px;
    }

    .home-cta-btn a {
        font-size: 18px;
    }

    .automation-kitchen .automation-img-one {
        margin-top: -210px;
    }

    .automation-kitchen .automation-box-footer {
        gap: 0px;
    }

}



@media(max-width: 1500px) {
    .automation-box {
        height: 34vw;
    }





    .automation-marketing .automation-img-one {
        max-width: 15.8461vw;
    }

    .automation-yumago .automation-img-one {
        max-width: 15.763vw;
    }


}


@media(max-width: 1450px) {
    .automation-box-header {
        padding: 37px;
    }

    .automation-marketing .automation-img-one {
        max-width: 14vw;
    }



    .automation-circle {
        animation: unset !important;
        right: 3vw
    }


}


@media(max-width: 1390px) {
    .automation-box-header {
        padding: 20px;
    }

    .automation-box-btn {
        padding-left: 20px;
    }
}


@media(max-width: 1290px) {




    .home-cta-btn-light,
    .home-cta-btn-dark {
        height: 50px;
    }



}


.accordion-carousel-container .owl-item {
    margin-right: 35px;
}

@media(max-width:1200px) {
    .pricing-left {
        padding: 20px;
    }





}



.hero-btn-mobile,
.gallery-container-mobile {
    display: none;
}


@media(max-width:820px) {

    .home-hero-section {
        margin-top: 160px;
    }

    .home-hero-section::after {
        background: url('/wp-content/uploads/2025/12/line_1-2.svg');
        background-position: center !important;
        background-repeat: no-repeat !important;
        top: -34vw;
        width: 28.85vw;
    }



    .circle-anim-left .bg-circle,
    .circle-anim-right .bg-circle {
        width: 13.6361vw;
    }

    .circle-anim-left .currency-sign,
    .circle-anim-right .currency-sign {
        width: 8.067vw;
    }



    .circle-anim-left {
        top: -17.3vw;
        display: flex !important;
        left: 19vw;
    }

    .circle-anim-right {
        display: flex !important;

        top: 15.3vw;

        right: 11vw;
    }

    .hero-btn-desktop {
        display: none;
    }

    .home-hero-section {
        margin-bottom: 100px;
    }

    .hero-btn {
        height: 57px !important;
        max-width: fit-content !important;
        padding: 0px 57px;
    }

    .hero-btn a {
        font-size: 16px;
    }

    .hero-btn-mobile {
        display: flex;
    }

    .home-hero-section:before {
        background: url('/wp-content/uploads/2025/12/line_4-1.svg');
        background-position: center !important;
        background-repeat: no-repeat !important;
        left: unset;
        right: 0;
        width: 17.85vw;
        top: 20vw;
    }

    .circle-anim-left .currency-sign {
        content: url('/wp-content/uploads/2025/11/circle_man.svg');
    }

    .circle-man,
    .circle-anim-middle,
    .hero-right-currency,
    .hero-doc,
    .home-hero-container::after,

    .hero-container-right::before,
    .hero-container-right::after,
    .home-hero-container:before {
        display: none !important;
    }

    .home-hero-section {
        height: 100% !important;
    }

    .hero-container-left {
        max-width: 100% !important;
        width: 100% !important;
    }

    .hero-img-large.hero-images,
    .hero-img-small.hero-images {
        position: unset !important;
    }

    .home-hero-container {
        flex-direction: column;
    }

    .hero-container-right {
        display: flex;
        justify-content: center;
    }

    .hero-img-small.hero-images {
        margin-top: 128px;
        margin-right: -31px;
        max-width: 23% !important;
    }

    .hero-img-large.hero-images {
        max-width: 100% !important;
    }


    .hero-container-right {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .hero-btn {
        height: 65px;
        max-width: 315px;
    }

    .hero-heading h1 br {
        display: none;
    }



    .gallery-section {
        padding: 20px;
        max-width: 83vw;
    }

    .gallery-images-container {
        flex-wrap: wrap;
    }

    .gallery-container-left {
        max-width: 100%;
    }

    .gallery-youtube iframe {
        height: 240px;

    }

    .gcb-img-left,
    .gcb-img-right {
        max-width: 50% !important;
        height: 240px !important;
        object-fit: cover;
        margin-top: 0px !important;
    }

    img.gcb-img-right {
        margin-top: 40px !important;
    }

    .gallery-container-middle {
        display: none
    }

    .gallery-container-right {
        max-width: 100%;
        flex-direction: row;
        margin-top: 30px;
    }

    .gallery-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .gcr-img-top {
        height: 200px;
        width: 50%;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    img.gcr-img-bottom {
        width: 50%;
        object-fit: cover;
    }

    .img.gcb-img-right {
        margin-top: 40px;
    }



    .accordion-carousel-section {
        margin-bottom: 100px;
    }



    .wcb-three .wcb-one-img-bg {
        width: 86px;


    }

    .accordion-carousel-slide h2 {
        font-size: 20px;
    }

    .accordion-carousel-navigation {
        display: none;
    }

    .wcb-icon-1 {
        bottom: 26.5vw;
        width: 20px;
        left: 7.8vw;
    }

    .why-choose-box.wcb-three {
        background-size: right;
    }

    .wcb-icon-2 {
        width: 25px;
        right: 5vw;
        bottom: 24vw;
    }

    .wcb-icon-3 {
        width: 28px;
        bottom: 6.6vw;
        left: 5.6vw;
    }

    .wcb-icon-4 {
        width: 23px;
        right: 6vw;
        bottom: 24px;
    }



    .wcb-four .wcb-one-img-bg {
        width: 52.2333vw;
        bottom: 1vw;
        right: 3vw;
    }

    .wcb-four-icon-1 {
        width: 40px;
        left: 3.5vw;
        bottom: 21vw;
    }

    .wcb-four-icon-2 {
        width: 33px;
        right: 17vw;
        bottom: 18vw;
    }

    .why-choose-boxes {
        row-gap: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .wcb-two {
        margin-top: 20px !important;
    }

    .wcb-three {
        margin-top: -10px !important;
    }

    .wcb-four {
        margin-top: 10px !important;
    }

    .wcb-four-icon-3 {
        width: 20px;
        left: 8vw;
        bottom: 12.7vw;
    }

    .accordion-carousel-container {
        padding-left: 2vw;
        padding-right: 2vw;
        max-width: auto !important;
    }

    .accordion-carousel-container .owl-item {
        margin-right: 20px !important;
    }

    .acc-icon {
        zoom: 1;
    }





    .mf-left-container {
        width: auto;
        padding: 0px;
        background: unset;

    }

    .mf-left-img-one,
    .mf-left-img-two {
        display: none;
    }

    .mf-left-header {
        max-width: 100%;
    }



    .mf-toggle-button:before {
        right: 4px;
        height: 20px;
        width: 20px;
    }

    .mf-toggle-button {
        width: 54px;
        height: 25px;
        top: 18px;
        bottom: unset;
        left: unset;
        right: -75px;
    }

    .more-features-container {
        flex-direction: column;
        gap: 25px;
    }

    .mf-middle-container {
        margin-top: 0px;
        gap: 25px;
    }

    .mf-right-img-one img {
        margin-top: -24vw;
        margin-right: -45vw;
        max-width: 210px !important;
        margin-bottom: -5vw;
    }

    .wcb-two .wcb-one-img-container img {
        max-width: 88%;
        bottom: 20px;
    }

    .mf-middle-container .mf-middle-bottom-box-img img {
        max-width: 97px !important;
        height: 100% !important;
    }

    .mf-right-img-two img {
        max-width: 170px !important;
        height: 100%;
    }

    .mf-middle-bottom-box {
        background-position: 0px 160px;
    }

    .mf-right-top-box p {
        max-width: 170px !important;
    }

    .mf-right-container {
        gap: 25px;
    }

    .mf-left-img-container {
        flex-direction: column;
        margin-top: 0px;
        align-items: center;
    }

    .mf-left-img-container:before {
        display: none
    }

    .mf-left-img-one {
        margin-top: 50px;
    }

    .mf-left-img-one,
    .mf-left-img-two {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .mf-middle-container {
        max-width: 100%;
    }



    .mf-middle-top-box,
    .mf-middle-bottom-box {
        padding: 20px;
    }

    .mf-middle-img {
        max-width: 48%;
        margin-top: 20px;
    }

    .mf-middle-img h3 {
        margin-top: 10px;
        font-size: 12px;
    }


    .mf-cart-btn span {
        font-size: 12px;
    }




    .mf-qr-code {
        max-width: 120px;
    }

    .mf-middle-img img {
        max-width: 60px;
    }

    .mf-cart-btn {
        padding: 5px 20px;
        width: fit-content;
        height: auto;
    }

    .mf-right-container {
        margin-top: 0px;
        max-width: 100%;
    }

    .mf-right-img-one img {
        max-width: 100%;
        height: 100%;
    }

    .wcb-four .wcb-one-img-bg {

        width: 26vw;
    }

    .mf-midddle-box-img-containr {
        flex-direction: row;
    }


    .seamless-operation-section {
        margin-top: 100px;
    }

    .wcb-one .wcb-one-img-container img {
        max-width: 88%;
        bottom: 22px;
    }

    .seamless-operation-box {
        margin-bottom: 25px;
    }


    .mobile-app-box .sob-img-mobile {

        max-width: 70px !important;
        left: 53vw;
        bottom: 3vw;
    }

    .pos-box .pos-line-left,
    .mobile-app-box .pos-line-left {
        display: none !important;
    }

    .wcb-one .wcb-one-img {
        max-width: 92%;
        bottom: 0;
    }

    .more-features-container {
        margin-bottom: 50px;
    }

    .seamless-operation-box {
        flex-direction: column;
    }

    .sob-left {
        max-width: 100%;
        padding: 20px !important;
        margin-top: 0px !important;
    }

    .seamless-operation-box.mobile-app-box {
        flex-direction: column !important;
    }




    .sob-cta-wrapper {

        padding-top: 20px !important;
    }

    .sob-right {
        margin: 0px !important;
        max-width: 100%;
        border: 0px;
        border-radius: 0px;
        background: unset;
        min-height: unset;
    }

    .seamless-operation-box {
        background: white;
        border-radius: 21px;
        overflow: hidden;
    }

    .sob-right img {
        max-width: 100% !important;
        padding: 0px;
        width: 100% !important;
    }

    .pos-box .sob-right img {
        max-width: 100%;
    }

    .cf-circle-anim {
        display: none;
    }

    .contact-form-right input {
        font-size: 16px;
        height: 55px;
    }

    .contact-form-text span {
        font-size: 12px;
    }

    .iti__selected-dial-code {
        font-size: 16px;
    }

    .iti input {
        padding-left: 107px !important;
    }

    .contact-form-right .form-submit {
        font-size: 16px;
    }

    .about-contact-section {
        margin-bottom: 0px;
    }

    .about-cta-section {

        padding-bottom: 50px;
    }

    .iti {
        width: 100%;
    }

    .contact-form-container {
        flex-direction: column;
    }

    .contact-form-left {
        max-width: 100%;
        padding: 20px;
    }



    .contact-form-left-content-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .contact-form-left-content {
        gap: 20px;
    }

    .contact-form-left-content p {
        font-size: 16px;
    }


    img.cf-img-mobile {
        max-width: unset !important;
        position: absolute;
        left: 9vw;
        width: 109vw;
        bottom: -6vw;
    }


    .contact-form-left-imgs img {
        max-width: 100%;
    }

    .contact-form-right {
        max-width: 100%;
    }

    .contact-form-section {
        margin-bottom: 100px;
    }





    .automation-marketing .automation-line {
        display: block !important;
        width: 62%;
        max-width: 100%;
        top: 46vw;
    }

    .automation-box-first-row {
        flex-direction: column;
        gap: 25px;
    }

    .automation-box {
        min-width: unset;
        max-width: 100%;
    }

    .automation-box {
        height: 350px;

    }


    .automation-pad .automation-line {
        display: block !important;
        max-width: 65%;
        top: 44vw;

    }


    .automation-marketing .automation-img-one {
        max-width: 175px;

        z-index: 1;

    }

    .automation-box {
        justify-content: flex-start;
    }

    .automation-box-btn {
        padding-left: 20px;
        font-size: 18px;
        width: 100%;
        gap: 0px;
        position: absolute;
        bottom: 16px;
        z-index: 111111;
    }

    .automation-line {
        display: none;
    }

    .automation-box-arrow {
        display: flex;
        width: 17px;


    }

    .automation-box-arrow img {
        max-width: 21px;
        margin-left: 10px;
    }

    .automation-box-footer {
        height: 100%;
    }

    .automation-pad .automation-box-btn {
        margin-top: auto;
    }

    .mf-middle-bottom-box-img .mf-right-img-one {
        max-width: 224px !important;
    }

    .automation-pad .automation-img-two {
        max-width: 100%;
        right: -18vw;
    }

    .automation-pad .automation-img-one {
        max-width: 29%;
        position: absolute;
        left: 29vw;
        top: 40vw;
    }


    .automation-yumago:after {
        width: 96%;
        bottom: -4vw;
    }

    .automation-selfserve .automation-img-two {
        max-width: 94vw;
        left: 14vw;
        bottom: -6vw;


    }

    .automation-selfserve .automation-line {
        display: block !important;
        max-width: 33%;
        top: 51vw;
    }

    .self-serve-line {
        display: none;
    }

    .automation-selfserve .automation-img-one {
        max-width: 45%;
        left: 8vw;
        top: 44vw;
    }

    .automation-box-second-row {
        flex-direction: column;
    }

    .automation-yumago .automation-img-one {
        max-width: 63%;
        position: absolute;
        bottom: 0;
        right: 1vw;
        z-index: 111;
    }

    .automation-kitchen .automation-img-one {
        max-width: 70vw;
    }

    .pricing-section {
        flex-direction: column;
        margin-bottom: 0px !important;
    }

    .pricing-left {
        max-width: 100%;
    }

    .pricing-right {
        display: none;
    }

    .home-cta-wrapper {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: column-reverse;
    }

    .home-cta-container {
        background-image: url('/wp-content/uploads/2025/12/Vector_475.svg');
        max-width: 100%;
        padding: 20px;
        padding-bottom: 0px;
        background-position: 0px 111vw;
    }


    .pricing-btn {
        height: 60px;
    }

    .pricing-btn a {
        font-size: 16px;
    }

    .home-cta-section {
        margin-left: 20px;
        margin-right: 20px;

    }

    .home-cta-right {
        position: relative;
    }

    .home-cta-right::after {
        content: '';
        background: url('/wp-content/uploads/2025/12/Arrow_54.svg');
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        top: 30px;
        right: -181px
    }



    .home-cta-right h3 {
        max-width: 50vw;
    }

    .home-cta-circle {
        display: none;
    }

    .home-cta-btn-light,
    .home-cta-btn-dark {
        max-width: 100%;
        width: 100%;
    }

    .home-cta-btn {
        flex-direction: column;
    }

    .home-cta-left img {
        width: 100%;
        margin-top: 0vw;
    }




    .gallery-container-left-bottom,
    .gallery-container-right {
        display: none;
    }

    .gallery-container-mobile {
        display: flex;
    }

    .gallery-mobile-container-left,
    .gallery-mobile-container-right {
        display: flex;
        flex-direction: column;
        gap: 46px;
        width: 100%;


    }

    .gallery-container-mobile {
        gap: 25px;
        margin-top: 20px;

    }

    .gallery-mobile-container-right {
        margin-top: 30px;
    }

    .gallery-container-mobile img {
        max-width: 100% !important;


        border-radius: 21px
    }

    .automation-kitchen {
        height: 430px;
    }

    .automation-kitchen .automation-line {
        max-width: 100%;
        width: 100%;
        top: 39vw;
        display: flex;
    }

    .automation-kitchen .automation-box-footer {
        height: unset;
    }


    .mobile-img-right {
        height: 223px;
        object-fit: cover;
    }


    .mobile-img-right-two,
    .mobile-img-left-two {
        height: 171px;
        object-fit: cover;
    }


    .why-choose-box {
        height: 200px;
        max-width: calc(50% - 10px);
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .accordion-carousel-slide {
        max-width: 330px;
        min-height: fit-content;
        width: 330px;

    }

    .why-choose-boxes {
        max-width: 100vw;
        gap: 20px;
    }

}


@media(min-width: 400px) and (max-width: 450px) {





    .gallery-section {
        padding: 40px 20px;
        max-width: 83vw;
    }

    .gallery-content {
        margin-bottom: 50px;
    }






    .wcb-one-img {
        max-width: 66%;
    }

    .wcb-one-img-bg {
        max-width: 45%;
        bottom: 43px;
    }

}



@media(min-width:768px) and (max-width: 1024px) {


    .automation-kitchen .automation-img-one {
        margin-top: -140px !important;
    }


    .hero-btn a {

        font-size: 16px !important;
    }

    .hero-btn {
        height: 50px !important;
        padding: 0px 70px !important;
        max-width: max-content !important;
    }






    .accordion-carousel-navigation {
        display: none !important;
    }

    .accordion-carousel-slide h2 {
        font-size: 25px;
    }





    .why-choose-yuma-container>h2 {
        font-size: 40px;
    }

    .mf-right-img-one img {
        max-width: 234px;
        height: 100%;
        margin-top: -11vw;
        margin-right: -19vw;
    }

    .mf-right-img-two img {
        max-width: 190px;
        height: 10%;
        margin-top: 0px;
    }

    .mf-middle-container .mf-middle-bottom-box-img img {
        max-width: 116px;
        height: 100%;
    }

    .mf-middle-top-box,
    .mf-middle-bottom-box {
        padding: 40px;
    }

    .mf-right-top-box p {
        max-width: 200px;
    }

    .mf-middle-bottom-box .mf-box {
        background-position: 0px 150px;
    }




    .sob-cta-wrapper {
        padding-top: 20px;
    }



    .sob-left,
    .sob-right {
        max-width: 100%;
        overflow: hidden;
    }

    .sob-left {
        padding-left: 55px;
        padding-right: 130px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sob-right img {
        width: 100%;
    }

    .sob-right {
        margin-bottom: -44px;
    }

    .seamless-operation-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .iti__selected-dial-code {
        font-size: 18px;
    }

    .iti input {
        padding-left: 114px !important;
    }



    .automation-box-btn {
        font-size: 16px;
    }



    .automation-box {
        height: 38vw;
    }

    .automation-line {
        top: 24vw;
    }



    .wcb-icon-1 {
        bottom: 13.5vw;
        width: 2.232vw;
        left: 6.8vw;
    }

    .wcb-icon-2 {
        width: 3.554vw;
        right: 5vw;
        bottom: 13vw;
    }

    .wcb-icon-3 {
        width: 2.397vw;
        bottom: 3.6vw;
        left: 5.6vw;
    }

    .wcb-icon-4 {
        width: 2.48vw;
        right: 54px;
        bottom: 42px;
    }

    .wcb-four-icon-3 {
        left: 11vw;
    }

    .wcb-four-icon-1 {
        left: 7.5vw;
    }

    .wcb-four .wcb-one-img-bg {
        z-index: 1;
        width: 12.2333vw;
        bottom: 4px;
        right: -3px;
    }

}

@media(max-width: 1024px) {
    .automation-kitchen .automation-img-one {
        margin-top: 0px !important;
    }

    .contact-form-container {
        background: unset !important;
    }

    .wcb-one-img-bg {
        bottom: 38px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .automation-kitchen .automation-img-one {
        margin-top: -155px !important;
    }
}

@media(max-width: 768px) {
    /* .accordion-carousel-slider .owl-stage {
        transform: translate3d(0px, 0px, 0px) !important;
        transition: transform 0.5s ease !important;
    } */

    .accordion-carousel-slider .owl-item {
        width: 330px !important;
    }
}




/* @media(min-width:1025px) {
    p {
        font-size: 18px !important;
    }

    .hero-heading h1,
    .gallery-content h2,
    .accordion-carousel-header h2,
    .why-choose-yuma-container h2,
    .mf-left-header h2,
    .seamless-operation-container h2,
    .contact-form-left-header h2,
    .automation-container h2 {
        font-size: 55px !important;
    }


    .accordion-carousel-slide h2,
    .mf-middle-top-box h2, .mf-middle-bottom-box h2,
    .sob-left h3,
    .automation-box-header h3,
    .pricing-left h2,
    .home-cta-right h3
    {
        font-size: 30px !important;
    }

    .acc-header h2
    {
        font-size: 25px !important;
    }

    .pricing-left li {
        font-size: 18px !important;
    }
    .sob-cta-wrapper,
    .automation-box-btn
    {
        font-size: 22px !important;
    }
} */




@media(min-width:768px) and (max-width: 1550px) {

    p,
    .acc-header h2,
    .why-choose-box h2,
    .pricing-left li,
    .hero-para h2 {
        font-size: 18px !important;
    }


    .hero-heading h1 {
        line-height: 60px;
    }

    .hero-heading h1,
    .gallery-content h2,
    .accordion-carousel-header h2,
    .why-choose-yuma-container h2,
    .mf-left-header h2,
    .seamless-operation-container h2,
    .contact-form-left-header h2,
    .automation-container>h2 {
        font-size: 40px;
    }

    .home-cta-section {
        background-position: 0.2vw 1.9vw;
    }


    .accordion-carousel-slide h2,
    .mf-middle-top-box h2,
    .mf-middle-bottom-box h2,
    .sob-left h3,
    .automation-box-header h3,
    .pricing-left h2,
    .home-cta-right h3 {
        font-size: 25px;
    }

    .automation-box-btn,
    .sob-cta-wrapper {
        font-size: 18px;
    }
}

@media(min-width:768px) and (max-width: 1200px) {
    .automation-box {
        height: 36vw;
    }


    .automation-box-btn,
    .sob-cta-wrapper {
        font-size: 14px;
    }
}

@media(min-width:1135px) and (max-width: 1300px) {
    .automation-kitchen .automation-img-one {
        margin-top: -161px !important;
        max-width: 17.748vw;
    }


}

@media(min-width:768px) and (max-width: 1135px) {
    .automation-kitchen .automation-line {
        top: 19vw;
    }

    .automation-kitchen .automation-img-one {
        margin-top: -141px !important;
        max-width: 17.748vw;
    }

    .automation-box {
        height: 35vw;
    }

    p,
    .acc-header h2,
    .why-choose-box h2,
    .pricing-left li,
    .hero-para h2 {
        font-size: 15px !important;
    }


    .accordion-carousel-slide h2,
    .mf-middle-top-box h2,
    .mf-middle-bottom-box h2,
    .sob-left h3,
    .automation-box-header h3,
    .pricing-left h2,
    .home-cta-right h3 {
        font-size: 20px;
    }
}


@media(min-width:758px) and (max-width: 1065px) {
    .automation-kitchen .automation-img-one {
        margin-top: -124px !important;
        max-width: 15.748vw;
    }
}


@media(max-width:767px) {

    .hero-heading h1,
    .gallery-content h2,
    .accordion-carousel-header h2,
    .why-choose-yuma-container h2,
    .mf-left-header h2,
    .seamless-operation-container h2,
    .contact-form-left-header h2,
    .automation-container>h2 {
        font-size: 30px;
    }

    .accordion-carousel-slide h2,
    .mf-middle-top-box h2,
    .mf-middle-bottom-box h2,
    .sob-left h3,
    .automation-box-header h3,
    .pricing-left h2,
    .home-cta-right h3 {
        font-size: 20px;
    }


    p,
    .acc-header h2,
    .why-choose-box h2,
    .pricing-left li,
    .hero-para h2 {
        font-size: 13px !important;
    }

    .hero-heading h1 {
        line-height: 40px;
        padding-right: 30px;
    }

    .home-cta-btn a {
        font-size: 16px;
    }

    .pricing-btn a {
        font-size: 16px;
    }


    .contact-form-right .form-submit {
        font-size: 16px;
    }

    .hero-btn a {
        font-size: 16px;
    }

    .iti__flag-container {
        padding-left: 4px !important;
    }

    .iti__selected-dial-code {
        font-size: 12px;
    }

    .contact-form-right input {
        font-size: 12px;
        height: 55px;
    }

    .iti input {
        padding-left: 87px !important;
    }

    .sob-cta-wrapper {
        font-size: 18px;
    }

    .why-choose-box {
        padding-left: 5px !important;
        padding-right: 5px !important;
        max-width: calc(50% - 3px);
    }

    .why-choose-boxes {
        padding: 0px !important;
        gap: 5px;
    }

    .why-choose-yuma-container {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .why-choose-yuma-container h2 {
        margin-bottom: 30px;
    }

    .why-choose-box {
        min-height: 54vw !important;
        height: 100%;
    }
}







@media(min-width: 768px) and (max-width: 900px) {
    .why-choose-box {
        height: 33.2vw !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0px !important;
    }

    .mf-right-top-box p {
        max-width: 178px !important;
    }

    .mf-left-container {
        margin-left: 0px;
    }

    .mf-right-img-one img {
        max-width: 205px !important;
        height: 100% !important;
        margin-top: -11vw !important;
        margin-right: -23vw !important;
    }

    .cf-circle-anim {
        display: none !important;
    }

    .contact-form-container {
        flex-direction: column !important;
    }

    .contact-form-left {
        max-width: 100% !important;
    }

    p,
    .acc-header h2,
    .why-choose-box h2,
    .pricing-left li,
    .hero-para h2 {
        font-size: 12px !important;
    }


    .automation-box-first-row {
        margin-bottom: 30px !important;
        display: flex !important;
        gap: 15px !important;
    }

    .automation-box-second-row {
        gap: 15px !important;
    }

    .automation-box {
        height: 39vw !important;
    }

    .automation-kitchen .automation-img-one {
        margin-top: -79px !important;
        max-width: 12.748vw !important;
    }

    .automation-kitchen .automation-line {
        top: 21vw !important;
    }

    .contact-form-right {
        max-width: 100% !important;
    }

    .automation-box-btn,
    .sob-cta-wrapper {
        font-size: 12px !important;
    }

    

    .why-choose-boxes {
        gap: 9px !important !important;
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        max-width: 100% !important ;

    }

    .why-choose-yuma-container {
        padding-left: 2vw !important;
        padding-right: 2vw !important;
    }

    .why-choose-box
    {
        max-width: 100% !important;
    }

    .wcb-icon-1 {
        bottom: 15.5vw !important;
        width: 2.232vw !important;
        left: 4.8vw !important;
    }

    .wcb-icon-2 {
        width: 3.554vw !important;
        right: 4vw !important;
        bottom: 14vw !important;
    }

    .wcb-icon-4 {
        width: 2.48vw  !important;
        right: 34px !important;
        bottom: 32px !important;
    }

    .wcb-icon-3 {
        width: 2.397vw !important; 
        bottom: 3.6vw !important;
        left: 3.6vw !important;
    }

    .wcb-four-icon-1 {
        left: 3.5vw !important;
        bottom: 12vw !important;
    }

    .wcb-four-icon-3 {
        left: 8vw !important;
    }

        .wcb-four-icon-2 {
        width: 33px;
        right: 7vw;
        bottom: 11vw;
    }

        .wcb-four-icon-3 {
        left: 6vw !important;
        bottom: 7.7vw !important;
    }

        .mf-middle-container {
        max-width: 100%;
        flex-direction: row;
    }
    .mf-middle-container
    {
        width: 100%;
    }

    .mf-middle-top-box, .mf-middle-bottom-box {
       width: 100%;
    }
}