.elementor-kit-309204{--e-global-color-primary:#00A8E8;--e-global-color-secondary:#FF007F;--e-global-color-text:#FFEE32;--e-global-color-accent:#DC0000;--e-global-color-2eddc8f:#1A1A2E;--e-global-color-eb79eb2:#E0FEFE;--e-global-color-434fe79:#FFFFFF;--e-global-color-c144476:#FFD300;--e-global-typography-primary-font-family:"Bungee";--e-global-typography-primary-font-size:92px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:112px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:70px;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Bungee";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:24px;--e-global-typography-a9a2c44-font-family:"Bungee";--e-global-typography-a9a2c44-font-size:50px;--e-global-typography-a9a2c44-font-weight:600;--e-global-typography-a9a2c44-text-transform:none;--e-global-typography-a9a2c44-font-style:normal;--e-global-typography-a9a2c44-text-decoration:none;--e-global-typography-a9a2c44-line-height:64px;--e-global-typography-9f6bfa5-font-family:"Bungee";--e-global-typography-9f6bfa5-font-size:30px;--e-global-typography-9f6bfa5-font-weight:600;--e-global-typography-9f6bfa5-text-transform:none;--e-global-typography-9f6bfa5-font-style:normal;--e-global-typography-9f6bfa5-text-decoration:none;--e-global-typography-9f6bfa5-line-height:38px;--e-global-typography-07fbd51-font-family:"Bungee";--e-global-typography-07fbd51-font-size:22px;--e-global-typography-07fbd51-font-weight:600;--e-global-typography-07fbd51-text-transform:none;--e-global-typography-07fbd51-font-style:normal;--e-global-typography-07fbd51-text-decoration:none;--e-global-typography-07fbd51-line-height:28px;--e-global-typography-4ae68ba-font-family:"Poppins";--e-global-typography-4ae68ba-font-size:14px;--e-global-typography-4ae68ba-font-weight:700;--e-global-typography-4ae68ba-text-transform:none;--e-global-typography-4ae68ba-font-style:normal;--e-global-typography-4ae68ba-text-decoration:none;--e-global-typography-4ae68ba-line-height:24px;--e-global-typography-5176da3-font-family:"Poppins";--e-global-typography-5176da3-font-size:12px;--e-global-typography-5176da3-line-height:16px;--e-global-typography-fffa79f-font-family:"Bungee";--e-global-typography-fffa79f-font-size:450px;--e-global-typography-fffa79f-font-weight:600;--e-global-typography-fffa79f-text-transform:none;--e-global-typography-fffa79f-font-style:normal;--e-global-typography-fffa79f-text-decoration:none;}.elementor-kit-309204 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-309204{--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-line-height:56px;}.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 */{  
    background: linear-gradient(-45deg, #1A1A2E, #16213E, #0F3460, #00A8E8);  
    background-size: 400% 400%;  
    animation: gradientBG 15s ease infinite;  
    color: #E0FEFE; /* Mint Cream */  
    min-height: 100vh;  
    font-family: 'Quicksand', sans-serif !important;  
}  

@keyframes gradientBG {  
    0% { background-position: 0% 50%; }  
    50% { background-position: 100% 50%; }  
    100% { background-position: 0% 50%; }  
}  

h1, h2, .elementor-heading-title {  
    font-family: 'Bungee', cursive !important;  
    color: #FFEE32 !important; /* Lemon Zest */  
    text-shadow: 3px 3px 0 #FF007F; /* Neon Pink shadow */  
}  

.elementor-button {  
    background: #FF007F !important; /* Neon Pink */  
    color: #1A1A2E !important; /* Dark Galaxy */  
    font-family: 'Poppins', sans-serif !important;  
    border-radius: 50px !important;  
    border: 2px dashed #FFEE32 !important; /* Lemon Zest */  
    transform: rotate(-2deg);  
    box-shadow: 5px 5px 0 #00A8E8; /* Electric Blue shadow */  
}  

{  
    transform: rotate(2deg) scale(1.05);  
    background: #00A8E8 !important; /* Electric Blue */  
}  

{  
    background: linear-gradient(-45deg, #1A1A2E, #16213E, #0F3460, #00A8E8);  
    background-size: 400% 400%;  
    animation: gradientBG 15s ease infinite;  
}  
@keyframes gradientBG {  
    0% { background-position: 0% 50%; }  
    50% { background-position: 100% 50%; }  
    100% { background-position: 0% 50%; }  
}/* End custom CSS */