.elementor-kit-116{--e-global-color-primary:#055E2E;--e-global-color-secondary:#E1B323;--e-global-color-text:#000000;--e-global-color-accent:#F5F5F5;--e-global-color-10a9e26:#E1B323;--e-global-color-5bf76a4:#055E2E;--e-global-typography-primary-font-family:"Roboto";--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-116 e-page-transition{background-color:#FFBC7D;}.elementor-kit-116 h1{color:var( --e-global-color-secondary );}.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:1200px){.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 */a:focus {
    outline: 0px !important;
    outline: none !important;
}
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: auto;
    }
}
/* ==========================================
   1. GLOBAL LOGO STYLES (All Screen Sizes)
   ========================================== */
img.custom-logo {
    /* Ensures the enlargement animation is silky smooth */
    transition: transform 0.3s ease; 
}

/* Enlarge the logo when its parent link is hovered */
a:hover img.custom-logo {
    transform: scale(1.1); /* Enlarges by 10% - change to 1.15 for 15%, etc. */
}


/* ==========================================
   2. MOBILE STYLES (Screens 768px and below)
   ========================================== */
@media (max-width: 768px) {
    img.custom-logo {
        /* Restricts the logo size on smaller screens */
        max-height: 75%;
    }
}/* End custom CSS */