body.elementor-page-124:not(.elementor-motion-effects-element-type-background), body.elementor-page-124 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF4F3;}/* Start custom CSS */html, body {
    overflow-x: hidden !important; 
}

p {
    margin: 0px;
}

*::-webkit-scrollbar{
    width: 15px;
}
*::-webkit-scrollbar-track {
    background: #ffffff
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #F1B1FA, #AD65B8  );
    border-radius: 10px;
}/* End custom CSS */