.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */html, body{
width:100%;
overflow-x:hidden;
}

body::-webkit-scrollbar{
    width: 10px
}

body::-webkit-scrollbar-track{
    background: #101010;
}

body::-webkit-scrollbar-thumb{
    background: #ffb606;
    border-radius: 2px;
}

*::selection{
    color: #ffffff;
    background: #ffb606;
}

yellow{ color: transparent !important;
    background-image: linear-gradient(to right, #FFB606, #FFB606);
    background-clip: text;
    -webkit-background-clip: text;
}/* End custom CSS */