.elementor-kit-5{--e-global-color-primary:#6E29DA;--e-global-color-secondary:#501E9D;--e-global-color-text:#6B6890;--e-global-color-accent:#6E29DA;--e-global-color-50c055b:#F1F5F9;--e-global-color-ac17c3c:#CBD5E1;--e-global-color-6f40b31:#6E29DA1A;--e-global-color-0a3cb89:#6E29DA8A;--e-global-color-694bfa0:#0F0A29;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:80px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:52px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:23px;--e-global-typography-0e39d1f-font-family:"Inter";--e-global-typography-0e39d1f-font-size:16px;--e-global-typography-0e39d1f-font-weight:400;--e-global-typography-0e39d1f-line-height:28px;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:transparent;font-family:"Poppins", Sans-serif;font-size:15px;font-weight:600;line-height:23px;color:#FFFFFF;background-image:linear-gradient(145deg, var( --e-global-color-primary ) 30%, var( --e-global-color-secondary ) 80%);border-radius:30px 30px 30px 30px;padding:12px 24px 12px 24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-694bfa0 );font-family:"Poppins", Sans-serif;font-size:72px;font-weight:700;line-height:80px;}.elementor-kit-5 h2{color:var( --e-global-color-694bfa0 );font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;line-height:52px;}.elementor-kit-5 h3{color:var( --e-global-color-694bfa0 );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:600;line-height:24px;}.elementor-kit-5 h4{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;line-height:18px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{box-shadow:0px 5px 8px -1px rgba(109.99999999999996, 41.000000000000014, 218, 0.54);}.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-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-size:68px;line-height:78px;}.elementor-kit-5 h2{font-size:40px;line-height:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 h1{font-size:40px;line-height:52px;}.elementor-kit-5 h2{font-size:30px;line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================
   FLOAT ANIMATIONS
========================================== */

.float-y {
    animation: floatY 3s ease-in-out infinite;
}

@keyframes floatY {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}







/* ==========================================
   PREMIUM CTA BUTTON
========================================== */

.btn-premium .elementor-button{
    position:relative;
    overflow:hidden;
    border-radius:30px;
}

.btn-premium .elementor-button::before{
    content:"";
    position:absolute;
    top:0;
    left:-150%;
    width:50px;
    height:100%;
    
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );

    transform:skewX(-20deg);
    animation:buttonShine 8s linear infinite;
    pointer-events:none;
    z-index:1;
}

.btn-premium .elementor-button-text,
.btn-premium .elementor-button-icon{
    position:relative;
    z-index:2;
}

/* Arrow Animation */
.btn-premium .elementor-button-icon{
    animation:arrowNudge 1.8s ease-in-out infinite;
}

@keyframes buttonShine{
    100%{
        left:200%;
    }
}

@keyframes arrowNudge{
    0%,100%{
        transform:translateX(0);
    }
    50%{
        transform:translateX(3px);
    }
}





/* ==========================================
   Icon glow
========================================== */
.icon-glow:hover{
    transform:translateY(-4px);

    border-color:#6e29da;

    box-shadow:
        0 0 0 1px rgba(110,41,218,.5),
        0 0 25px rgba(110,41,218,.25),
        0 0 50px rgba(110,41,218,.15);
}





/* ==========================================
   HEADING SHINE
========================================== */

.heading-shine .elementor-heading-title{
    background:linear-gradient(
        90deg,
        currentColor,
        rgba(110,41,218,.8),
        currentColor
    );

    background-size:200% auto;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:headingShine 8s linear infinite;
}

@keyframes headingShine{
    to{
        background-position:200% center;
    }
}/* End custom CSS */