/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2026 | 09:36:57 */
/* CONTACT PAGE — remove scrollbar from the 3rd section */
.page-id-146 .uk-section:nth-of-type(3) {
    overflow: hidden !important;
}

.page-id-146 .uk-section:nth-of-type(3) * {
    overflow: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.page-id-146 .uk-section:nth-of-type(3) *::-webkit-scrollbar {
    display: none !important;
}







