.elementor-kit-6{--e-global-color-primary:#111111;--e-global-color-secondary:#EA0000;--e-global-color-text:#FFFFFFA6;--e-global-color-accent:#FFFFFF52;--e-global-color-4e9f12d:#FFFFFF;--e-global-color-069b2d4:#FFFFFF38;--e-global-typography-primary-font-family:"roc-grotesk-wide";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"roc-grotesk-wide";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"roc-grotesk-wide", Sans-serif;font-size:39px;font-weight:400;text-transform:uppercase;}.elementor-kit-6 h2{font-family:"roc-grotesk-wide", Sans-serif;font-size:39px;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* Prevent flash effect */
.split-hidden {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


.grecaptcha-badge {
    opacity: 0;
}







/*------------------------------------------------*\
    Improve Elementor Animations
\*------------------------------------------------*/

/*------ Fades: Directional ------*/

/* FadeInDown */
@keyframes kgFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -12px, 0); /* Less movement than default */
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInDown {
    animation-name: kgFadeInDown !important; /* Ensure this takes precedence */
}

/* FadeInLeft */
@keyframes kgFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInLeft {
    animation-name: kgFadeInLeft !important;
}

/* FadeInRight */
@keyframes kgFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInRight {
    animation-name: kgFadeInRight !important;
}

/* FadeInUp */
@keyframes kgFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInUp {
    animation-name: kgFadeInUp !important;
}




/* CONTACT FORM – CLEANED UP */

.wpcf7-form {
    font-weight: 400;
}

/* Headings */
.wpcf7-form h4.first-title {
    padding-top: 5px;
    clear: both;
    font-size: 21px !important;
    font-weight: 600;
    color: var(--e-global-color-4e9f12d, #000);
}
.wpcf7-form h4.first-title.bold {
    padding-top: 0;
}

.wpcf7-form h4 {
    font-size: 21px !important;
    font-weight: 600;
    color: var(--e-global-color-4e9f12d, #000);
    margin: 40px 0 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--e-global-color-4e9f12d, #000);
    width: 300px;
}
.wpcf7-form h4.first-title {
    margin-top: 0 !important;
}

/* Textarea */
textarea {
    border: 1px solid var(--e-global-color-4e9f12d, #000);
    background-color: transparent;
    border-radius: 0 !important;
    color: var(--e-global-color-4e9f12d, #000);
    width: 100%;
    resize: none;
    margin-top: 10px;
    padding: 10px;
    height: 150px;
    font-weight: 400;
    font-size: 16px;
}
textarea:focus {
    border: 1px solid var(--e-global-color-text, #000);
    color: var(--e-global-color-4e9f12d, #000) !important;
}

/* Messages */
div.message {
    margin-top: 0;
    border-radius: 0 !important;
}

/* Paragraph fields */
.wpcf7-form > p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0;
    border-radius: 0 !important;
    height:45px;
}

.wpcf7-form .message label,
.wpcf7-form > p label.floating {
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-text, #000);
    border-radius: 0 !important;
    position: relative;
    margin: 10px 0 0;
    padding-bottom: 0 !important;
    left: 0 !important;
}

.wpcf7-form > p label.floating {
    position: absolute;
    pointer-events: none;
    transition: 0.2s;
    margin-bottom: 0;
}

.wpcf7-form > p label.floating.has-value {
    top: -20px;
    font-size: 11px;
    color: var(--e-global-color-text, #000);
}

/* Text inputs */
.wpcf7-form input.wpcf7-text {
    border: none;
    border-bottom: 1px solid var(--e-global-color-text, #000);
    padding: 4px 0;
    width: 100%;
    background-color: transparent;
    color: var(--e-global-color-4e9f12d, #000);
    font-size: 16px;
    border-radius: 0 !important;
}

/* Submit button */
input[type="submit"] {
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    box-shadow: none !important;
    padding: 12px 24px;
    transition: 0.3s;
    color: #000 !important;
    border-radius: 0;
}
input[type="submit"]:hover {
    background-color: #121212 !important;
    border-color: #FFF !important;
    color: #FFF !important;
    box-shadow: none !important;
}/* End custom CSS */