.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b92ee85:#000000;--e-global-color-f29ad86:#FFFFFF;--e-global-color-fe73447:#149DD7;--e-global-color-7ac8e79:#0C1322;--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;background-color:#0C1322;}.elementor-kit-9 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);}.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-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 *//* BUTTON EFFECT ONLY FOR SPECIFIC ID */

#glow-btn .elementor-button{
    position: relative;
    overflow: hidden;

    background: linear-gradient(90deg,#5b4dff,#12bfe6) !important;
    border: 3px solid rgba(255,255,255,0.9) !important;

    box-shadow:
        0 0 10px rgba(91,77,255,0.5),
        0 0 20px rgba(18,191,230,0.3);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

/* Light Effect */
#glow-btn .elementor-button::before{
    content:"";
    position:absolute;
    inset:0;

    background:radial-gradient(circle, rgba(255,255,255,0.35) 0%, transparent 70%);

    opacity:0;
    transform:scale(0.5);

    transition:
        opacity 0.5s ease,
        transform 0.5s ease;

    pointer-events:none;
}

/* Hover */
#glow-btn .elementor-button:hover{
    transform:scale(1.06);

    box-shadow:
        0 0 20px rgba(91,77,255,0.8),
        0 0 40px rgba(18,191,230,0.7),
        0 0 70px rgba(18,191,230,0.5);
}

/* Spread Glow */
#glow-btn .elementor-button:hover::before{
    opacity:1;
    transform:scale(2.5);
}/* End custom CSS */