.elementor-27568 .elementor-element.elementor-element-0bc6bc0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5e63267 */.belmora-simple-line {
    background-color: #938548;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    display: flex;
}

.line-wrapper {
    display: flex;
    white-space: nowrap;
}

.line-content {
    display: inline-block;
    animation: simple-scroll 20s linear infinite;
}

.line-content span {
    font-size: 15px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

@keyframes simple-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.33%); } /* Text 3 baar repeat hai is liye 33% use kiya */
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .line-content span {
        font-size: 13px;
    }
    .line-content {
        animation-duration: 12s;
    }
}/* End custom CSS */