.elementor-kit-37{--e-global-color-primary:#011B2B;--e-global-color-secondary:#D9D9D9;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF00D8;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-37 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth scroll behavior for all links with #target */
html {
    scroll-behavior: smooth;
}

/* Optional: Basic styling for the arrow if it's an Icon widget and you used the class */
.scroll-to-top-arrow {
    /* Example styles if you want to make it a circular button */
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background-color: #0073e6; */
    /* color: #ffffff; */
    /* border-radius: 50%; */
    /* width: 50px; */
    /* height: 50px; */
    /* font-size: 24px; */
    /* transition: all 0.3s ease; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
}

/* .scroll-to-top-arrow:hover { */
    /* background-color: #005bb5; */
    /* transform: translateY(-3px); */
/* } *//* End custom CSS */