.elementor-1878 .elementor-element.elementor-element-1aee65d{--display:flex;--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-1878 .elementor-element.elementor-element-fc9975d{width:100%;max-width:100%;}@media(min-width:768px){.elementor-1878 .elementor-element.elementor-element-1aee65d{--content-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-fc9975d */.scrollbar {
    margin-top: 30px;
    height: 100px;
    width: 300px;
    background: #F5F5F5;
    overflow-x: scroll;   /* horizontal scroll */
    overflow-y: hidden;   /* vertical hide */
    margin-bottom: 25px;
    white-space: nowrap;  /* elements ek line me rahen */
}

.force-overflow {
    min-width: 600px; /* content zyada chahiye to scroll hoga */
    display: inline-block;
}

/* Style 1 */
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    height: 12px;   /* horizontal ke liye height */
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}/* End custom CSS */