.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:800ms;--e-preloader-delay:0ms;--e-preloader-color:#0EC8ED;--e-preloader-size:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* WPForms Submit Button - Figma Style */

.elementor-kit-6 .wpforms-form button[type=submit] {

    background: linear-gradient(90deg, #3DA5FF, #1E6EDC);
    color: #fff;

    border-radius: 50px;
    padding: 14px 34px;

    font-size: 16px;
    font-weight: 500;

    border: none;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    transition: all 0.3s ease;
}

/* Arrow */
.elementor-kit-6 .wpforms-form button[type=submit]::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Hover */
.elementor-kit-6 .wpforms-form button[type=submit]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.elementor-kit-6 .wpforms-form button[type=submit]:hover::after {
    transform: translateX(6px);
}

/* Center Button */
.elementor-kit-6 .wpforms-submit-container {
    text-align: center;
}/* End custom CSS */