@import url('step-form.css');


.elementor-location-header > .elementor-element{
    transition: all 0.3s ease-in-out !important;
}
.elementor-location-header.sticky > .elementor-element{
    background-color: rgba(255, 255, 255, 1) !important; backdrop-filter: blur(4px);
}


.gain-cards-holder{
    overflow-x: auto; overflow-y: hidden !important; scrollbar-width: thin; scrollbar-color: transparent transparent;
}
.gain-cards-holder > div{
    flex-shrink: 0 !important;
}
.gain-cards-holder::-webkit-scrollbar {
    width: 0px; height: 0px;
}
.gain-cards-holder::-webkit-scrollbar-track {
    background: transparent;
}
.gain-cards-holder::-webkit-scrollbar-thumb {
    background-color: transparent;
}