.elementor-kit-5{--e-global-color-primary:#7109B6;--e-global-color-secondary:#4460EF;--e-global-color-text:#000000;--e-global-color-accent:#4BC9F1;--e-global-color-9079b61:#FFFFFF;--e-global-color-dc70c74:#888888;--e-global-color-9dfaccd:#FFD200;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Urbanist";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Urbanist";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-preloader-animation-duration:4200ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:11px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Urbanist", Sans-serif;font-size:16px;font-weight:bold;text-transform:uppercase;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;}.elementor-kit-5 e-page-transition{background-color:#FFFFFF;}.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);}.elementor-lightbox{--lightbox-header-icons-size:0px;}@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 *//* Hide default header and logo */
.site-branding,
.custom-logo-link,
.custom-logo,
#site-header {
    display: none !important;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Soft fade-in for content only (not logo/header) */
.site-main {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

/* Remove unwanted space at the bottom of the page */
html,
body,
.site-main {
    margin: 0 !important;
    padding: 0 !important;
}

/* Fully hide comments section, including "Leave a Reply" title */
#comments,
#reply-title,
.comment-respond,
.comments-area,
.comment-form,
.comment-list,
.comments-title,
.entry-comments {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}/* End custom CSS */