.elementor-kit-2259{--e-global-color-smartmag:#008CFF;--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#ABABAB;--e-global-color-text:#FFFFFF;--e-global-color-accent:#008CFF;--e-global-color-0eba54d:#0F1115;--e-global-color-942c5f1:#000000;--e-global-color-5c82ec1:#FF007A;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-0eba54d );color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-2259 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2259 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 h2{color:var( --e-global-color-primary );}.elementor-kit-2259 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 h4{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 h5{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 h6{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 button,.elementor-kit-2259 input[type="button"],.elementor-kit-2259 input[type="submit"],.elementor-kit-2259 .elementor-button{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );border-radius:12px 12px 12px 12px;}.elementor-kit-2259 img{border-style:none;border-radius:12px 12px 12px 12px;}.elementor-kit-2259 label{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-2259 input:not([type="button"]):not([type="submit"]),.elementor-kit-2259 textarea,.elementor-kit-2259 .elementor-field-textual{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-primary );accent-color:var( --e-global-color-accent );background-color:var( --e-global-color-942c5f1 );border-radius:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:940px;}.e-con{--container-max-width:940px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Apply this to the "Selector" field in Elementor or your stylesheet */
.elementor-kit-2259 .elementor-divider-separator {
    border-top: 2px solid #0073ff; /* Your Brand Blue */
    box-shadow: 0px 0px 15px 5px rgba(0, 115, 255, 0.7); /* The Glow Effect */
    border-radius: 50px; /* Softens the edges of the glow */
}

/* Optional: Add a pulsing animation to make it look "Electric" */
@keyframes electric-pulse {
    0% { box-shadow: 0px 0px 10px 2px rgba(0, 115, 255, 0.5); }
    50% { box-shadow: 0px 0px 20px 8px rgba(0, 115, 255, 0.9); }
    100% { box-shadow: 0px 0px 10px 2px rgba(0, 115, 255, 0.5); }
}

.elementor-kit-2259 .elementor-divider-separator {
    animation: electric-pulse 3s infinite ease-in-out;
}/* End custom CSS */