.elementor-kit-26{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00FFB5;--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-26 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 *//* 1. Base Typography Settings */
.custom-hero-text {
    font-family: 'Georgia', 'Times New Roman', Times, serif; /* Serif font stack */
    font-weight: 900; /* Extra Bold */
    line-height: 1.05; /* Very tight line height for that stacked look */
    letter-spacing: -0.03em; /* Slightly tighter letter spacing */
    text-align: center;
    color: #ffffff; /* White color for the main text */
}

/* 2. Size Adjustments (Responsive) */
.custom-hero-text {
    font-size: 80px; /* Desktop Size */
}

@media (max-width: 767px) {
    .custom-hero-text {
        font-size: 45px; /* Mobile Size */
    }
}

/* 3. The Green Text Style */
.hero-highlight {
    color: #00E676; /* The bright neon green color */
    /* Optional: Add a slight text shadow if you want it to pop more */
    text-shadow: 0px 0px 10px rgba(0, 230, 118, 0.3); 
}/* End custom CSS */