.elementor-kit-8{--e-global-color-primary:#660099;--e-global-color-secondary:#EAB00B;--e-global-color-text:#000000;--e-global-color-accent:#6633FF;--e-global-color-107fa9d:#6633FF;--e-global-color-a626f4f:#660099;--e-global-color-2472312:#FEDA30;--e-global-color-5ae974f:#EAB00B;--e-global-color-52df101:#FFFFFF;--e-global-color-246d29f:#000000;--e-global-color-0990d49:#823BE1;--e-global-color-9c70c8a:#2C039D;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Arial", Sans-serif;font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-8 h1{color:var( --e-global-color-primary );}.elementor-kit-8 h2{color:var( --e-global-color-secondary );}.elementor-kit-8 h3{color:var( --e-global-color-secondary );}.elementor-kit-8 h4{color:var( --e-global-color-secondary );}.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-kit-8{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Apply specifically to the Elementor heading with this class */
.gradient-text1 {
    /* A rounded font is highly recommended to match the image perfectly */
    font-family: 'Arial Rounded MT Bold', 'Nunito', 'Varela Round', sans-serif;
    font-weight: 900;
    font-size: 100px; /* Adjust as needed */
    line-height: 1.2;
    display: inline-block;

    /* 1. Yellow/Gold Face */
    /* A softer gradient from bright yellow to warm gold */
    background: linear-gradient(180deg, #FFD922 0%, #F6A800 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #FEDA30;

    /* 2. White Inner Outline */
    -webkit-text-stroke: 1px #FEDA30;

    /* 3. Orange Outer Border & 4. Purple 3D Shadow */
    text-shadow: 
        /* Orange Outer Border (Simulated by wrapping shadows around the stroke) */
        -2px -2px 0 #D47B00,
         2px -2px 0 #D47B00,
        -2px  2px 0 #D47B00,
         2px  2px 0 #D47B00,
         0px  3px 0 #D47B00, /* Slightly thicker on the bottom */
         
        /* Purple 3D Drop Shadow Block (Offset downwards and right) */
         1px  4px 0 #615091,
         2px  5px 0 #615091,
         3px  6px 0 #615091,
         4px  7px 0 #615091,
         
        /* Soft Drop Shadow to lift it off the page */
         8px 10px 8px rgba(0, 0, 0, 0.15);
}/* End custom CSS */