.elementor-kit-12{--e-global-color-primary:#0A674C;--e-global-color-secondary:#EE9B17;--e-global-color-text:#666364;--e-global-color-accent:#BDE220;--e-global-color-ee9744f:#08553F;--e-global-color-30bd037:#CC8115;--e-global-color-dc736ae:#242021;--e-global-color-04c969c:#8A8D96;--e-global-color-be7b28a:#EDEEEF;--e-global-color-64a2a39:#FFFFFF;--e-global-color-438b0b3:#1E293B;--e-global-color-0a4d30d:#1B628D;--e-global-color-0b7d3da:#0E1B38;--e-global-color-54efb54:#61AF23;--e-global-color-3f4309a:#FFD101;--e-global-color-bdf50f5:#B20032;--e-global-color-eeae9b1:#B5A26A;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:"Archivo", Sans-serif;font-size:16px;font-weight:400;line-height:1.3em;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{font-family:"Archivo", Sans-serif;}.elementor-kit-12 h1{font-family:"Archivo", Sans-serif;font-size:110px;font-weight:700;}.elementor-kit-12 h2{font-family:"Archivo", Sans-serif;font-size:80px;font-weight:700;}.elementor-kit-12 h3{font-family:"Archivo", Sans-serif;font-size:60px;font-weight:600;}.elementor-kit-12 h4{font-family:"Archivo", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-12 h5{font-family:"Archivo", Sans-serif;font-size:30px;font-weight:600;}.elementor-kit-12 h6{font-family:"Archivo", Sans-serif;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{border-radius:15px 15px 15px 15px;padding:15px 25px 15px 25px;}.elementor-kit-12 label{color:var( --e-global-color-dc736ae );font-family:"Archivo", Sans-serif;font-size:16px;font-weight:600;line-height:1.2em;}.elementor-kit-12 input:not([type="button"]):not([type="submit"]),.elementor-kit-12 textarea,.elementor-kit-12 .elementor-field-textual{font-family:"Archivo", Sans-serif;font-size:16px;font-weight:400;color:var( --e-global-color-04c969c );background-color:#EDEEEFAD;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-be7b28a );border-radius:5px 5px 5px 5px;padding:5px 5px 5px 5px;}.elementor-kit-12 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-12 textarea:focus,.elementor-kit-12 .elementor-field-textual:focus{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.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);}@media(max-width:1024px){.elementor-kit-12 h1{font-size:80px;}.elementor-kit-12 h2{font-size:60px;}.elementor-kit-12 h3{font-size:36px;}.elementor-kit-12 h4{font-size:32px;}.elementor-kit-12 h5{font-size:26px;}.elementor-kit-12 h6{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12 h1{font-size:40px;}.elementor-kit-12 h2{font-size:36px;}.elementor-kit-12 h3{font-size:28px;}.elementor-kit-12 h4{font-size:24px;}.elementor-kit-12 h5{font-size:20px;}.elementor-kit-12 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.grey-title  {
    color:#666364;
}
.shadow  {
    filter: drop-shadow(0px 7px 8px #9e9e9e);
}
/*Spinning Circles*/
.spin-circle {
    position: relative;
    border-radius: 50%;
box-shadow: 0 0 15px #9f9f9f;
}

.spin-circle::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2026/06/spinner.webp');
    background-size: contain;
    background-position: center;
    animation: spin 8s linear infinite;
    transform-origin: center center;
    z-index: 0;
}

.spin-circle .elementor-counter {
    position: relative;
    z-index: 1;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}/* End custom CSS */