.elementor-848 .elementor-element.elementor-element-433662e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-848 .elementor-element.elementor-element-a8778cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-848 .elementor-element.elementor-element-2cf1eaf img{width:12%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-848 .elementor-element.elementor-element-2cf1eaf img{width:15%;}}@media(max-width:767px){.elementor-848 .elementor-element.elementor-element-2cf1eaf img{width:35%;}}/* Start custom CSS for html, class: .elementor-element-420f74a */.smooth-marquee {
    width: 100%;
    overflow: hidden;
    background: #f8f3f3;
    padding: 20px 0;
    position: relative;
}

/* Main track */
.smooth-track {
    display: flex;
    width: max-content;
    animation: scrollLoop 12s linear infinite;
}

/* Text style */
.smooth-track span {
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    padding-right: 200px;
    font-size: 23px; /* SAME size on all devices */
}

/* Infinite loop animation */
@keyframes scrollLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Tablet responsive */
@media (max-width: 768px) {
    .smooth-marquee {
        padding: 22px 0;
    }
    .smooth-track span {
        padding-right: 200px;
        font-size: 18px; /* SAME size */
    }
}

/* Mobile responsive */
@media (max-width: 480px) {
    .smooth-marquee {
        padding: 20px 0;
    }
    .smooth-track span {
        padding-right: 200px;
        font-size: 20px; /* SAME size */
    }
}/* End custom CSS */