.elementor-kit-8{--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;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   LEADS WITH DANIEL FORM
   BLACK + GREEN
========================================= */

/* MAIN FORM CONTAINER */
.daniel-form {
    direction: rtl !important;
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* =========================================
   FORM
========================================= */

.daniel-form form,
.daniel-form .elementor-form {
    width: 100% !important;
    direction: rtl !important;
}


/* =========================================
   FORM WRAPPER
========================================= */

.daniel-form .elementor-form-fields-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
}


/* =========================================
   FIELD GROUPS
========================================= */

.daniel-form .elementor-field-group {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;

    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}


/* =========================================
   LABELS
========================================= */

.daniel-form .elementor-field-label,
.daniel-form .elementor-field-group > label {

    display: block !important;
    position: static !important;

    width: 100% !important;

    margin: 0 0 9px 0 !important;
    padding: 0 !important;

    color: #929292 !important;

    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;

    text-align: right !important;

    transform: none !important;
}


/* =========================================
   REQUIRED STAR
========================================= */

.daniel-form .elementor-mark-required .elementor-field-label:after,
.daniel-form .elementor-field-required .elementor-field-label:after {

    color: #89E96B !important;
}


/* =========================================
   ALL FORM FIELDS
========================================= */

.daniel-form input[type="text"],
.daniel-form input[type="email"],
.daniel-form input[type="tel"],
.daniel-form input[type="number"],
.daniel-form input[type="url"],
.daniel-form select,
.daniel-form textarea,
.daniel-form .elementor-field-textual {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    background: #111111 !important;
    background-color: #111111 !important;

    color: #FFFFFF !important;

    border: 1px solid #2C2C2C !important;
    border-radius: 16px !important;

    outline: none !important;
    box-shadow: none !important;

    font-family: inherit !important;

    font-size: 18px !important;
    font-weight: 400 !important;

    text-align: right !important;

    box-sizing: border-box !important;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease !important;
}


/* =========================================
   NORMAL INPUTS
========================================= */

.daniel-form input[type="text"],
.daniel-form input[type="email"],
.daniel-form input[type="tel"],
.daniel-form input[type="number"],
.daniel-form input[type="url"],
.daniel-form select {

    height: 62px !important;
    min-height: 62px !important;

    padding: 0 22px !important;

    line-height: normal !important;
}


/* =========================================
   TEXTAREA
========================================= */

.daniel-form textarea {

    width: 100% !important;

    height: 125px !important;
    min-height: 125px !important;

    padding: 18px 22px !important;

    line-height: 1.5 !important;

    resize: vertical !important;
}


/* =========================================
   PLACEHOLDERS
========================================= */

.daniel-form input::placeholder,
.daniel-form textarea::placeholder,
.daniel-form .elementor-field-textual::placeholder {

    color: #777777 !important;

    opacity: 1 !important;

    text-align: right !important;
}


/* =========================================
   FIELD FOCUS
========================================= */

.daniel-form input:focus,
.daniel-form textarea:focus,
.daniel-form select:focus,
.daniel-form .elementor-field-textual:focus {

    background: #131313 !important;
    background-color: #131313 !important;

    border-color: #89E96B !important;

    outline: none !important;

    box-shadow:
        0 0 0 3px rgba(137, 233, 107, 0.08) !important;
}


/* =========================================
   SELECT FIELD
========================================= */

.daniel-form select {

    cursor: pointer !important;

    background-color: #111111 !important;

    color: #FFFFFF !important;
}


.daniel-form select option {

    background: #111111 !important;

    color: #FFFFFF !important;
}


/* =========================================
   SUBMIT FIELD
========================================= */

.daniel-form .elementor-field-type-submit {

    width: 100% !important;
    max-width: 100% !important;

    flex-basis: 100% !important;

    padding: 0 !important;

    margin: 4px 0 0 0 !important;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.daniel-form button[type="submit"],
.daniel-form button.elementor-button,
.daniel-form .elementor-button,
.daniel-form input[type="submit"] {

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 66px !important;
    min-height: 66px !important;

    margin: 0 !important;

    padding: 0 25px !important;

    background: #89E96B !important;
    background-color: #89E96B !important;

    color: #080808 !important;

    border: 0 !important;
    border-radius: 16px !important;

    outline: none !important;

    font-family: inherit !important;

    font-size: 20px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    text-align: center !important;

    box-shadow: none !important;

    cursor: pointer !important;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}


/* =========================================
   BUTTON TEXT
========================================= */

.daniel-form .elementor-button-text {

    color: #080808 !important;

    font-size: 20px !important;

    font-weight: 700 !important;

    line-height: 1.2 !important;
}


/* =========================================
   BUTTON HOVER
========================================= */

.daniel-form button[type="submit"]:hover,
.daniel-form button.elementor-button:hover,
.daniel-form .elementor-button:hover {

    background: #7DDF61 !important;
    background-color: #7DDF61 !important;

    color: #000000 !important;

    transform: translateY(-1px);

    box-shadow:
        0 8px 25px rgba(137, 233, 107, 0.14) !important;
}


/* =========================================
   BUTTON ACTIVE
========================================= */

.daniel-form button[type="submit"]:active,
.daniel-form .elementor-button:active {

    transform: translateY(0);
}


/* =========================================
   CHECKBOXES / RADIO
========================================= */

.daniel-form input[type="checkbox"],
.daniel-form input[type="radio"] {

    accent-color: #89E96B !important;
}


/* =========================================
   ERROR MESSAGES
========================================= */

.daniel-form .elementor-message-danger,
.daniel-form .elementor-field-group .elementor-message {

    color: #FF7373 !important;

    font-size: 14px !important;

    margin-top: 7px !important;
}


/* =========================================
   SUCCESS MESSAGE
========================================= */

.daniel-form .elementor-message-success {

    color: #89E96B !important;

    font-size: 16px !important;

    font-weight: 600 !important;
}


/* =========================================
   REMOVE ELEMENTOR / THEME DEFAULTS
========================================= */

.daniel-form input,
.daniel-form textarea,
.daniel-form select,
.daniel-form button {

    box-sizing: border-box !important;
}


.daniel-form .elementor-field {

    box-shadow: none !important;
}


.daniel-form .elementor-field-group .elementor-field {

    margin: 0 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .daniel-form {

        max-width: 700px !important;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .daniel-form {

        width: 100% !important;

        max-width: 100% !important;
    }


    /* FIELD SPACING */

    .daniel-form .elementor-field-group {

        margin-bottom: 17px !important;
    }


    /* LABELS */

    .daniel-form .elementor-field-label,
    .daniel-form .elementor-field-group > label {

        font-size: 16px !important;

        margin-bottom: 7px !important;
    }


    /* INPUTS */

    .daniel-form input[type="text"],
    .daniel-form input[type="email"],
    .daniel-form input[type="tel"],
    .daniel-form input[type="number"],
    .daniel-form input[type="url"],
    .daniel-form select {

        height: 58px !important;
        min-height: 58px !important;

        padding: 0 18px !important;

        font-size: 16px !important;

        border-radius: 13px !important;
    }


    /* TEXTAREA */

    .daniel-form textarea {

        height: 115px !important;
        min-height: 115px !important;

        padding: 15px 18px !important;

        font-size: 16px !important;

        border-radius: 13px !important;
    }


    /* BUTTON */

    .daniel-form button[type="submit"],
    .daniel-form button.elementor-button,
    .daniel-form .elementor-button {

        height: 60px !important;
        min-height: 60px !important;

        padding: 0 18px !important;

        font-size: 18px !important;

        border-radius: 13px !important;
    }


    .daniel-form .elementor-button-text {

        font-size: 18px !important;
    }

}

/* =========================================
   DESKTOP - COMPACT FORM
========================================= */

@media (min-width: 768px) {

    /* Overall form width */
    .daniel-form {
        width: 100% !important;
        max-width: 620px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Less space between fields */
    .daniel-form .elementor-field-group {
        margin-bottom: 15px !important;
    }

    /* Labels */
    .daniel-form .elementor-field-label,
    .daniel-form .elementor-field-group > label {
        font-size: 15px !important;
        margin-bottom: 6px !important;
        line-height: 1.3 !important;
    }

    /* Regular fields */
    .daniel-form input[type="text"],
    .daniel-form input[type="email"],
    .daniel-form input[type="tel"],
    .daniel-form input[type="number"],
    .daniel-form input[type="url"],
    .daniel-form select {
        height: 54px !important;
        min-height: 54px !important;

        padding: 0 18px !important;

        font-size: 16px !important;

        border-radius: 12px !important;
    }

    /* Text area */
    .daniel-form textarea {
        height: 105px !important;
        min-height: 105px !important;

        padding: 15px 18px !important;

        font-size: 16px !important;

        border-radius: 12px !important;
    }

    /* Button */
    .daniel-form button[type="submit"],
    .daniel-form button.elementor-button,
    .daniel-form .elementor-button {
        height: 58px !important;
        min-height: 58px !important;

        font-size: 18px !important;

        border-radius: 12px !important;
    }

    .daniel-form .elementor-button-text {
        font-size: 18px !important;
    }
}

/* =========================================
   MOBILE FORM - CLEAN & COMPACT
========================================= */

@media (max-width: 767px) {

    /* WHOLE FORM */
    .daniel-form {
        width: calc(100% - 36px) !important;
        max-width: 520px !important;

        margin-left: auto !important;
        margin-right: auto !important;

        padding: 0 !important;

        box-sizing: border-box !important;
    }


    /* FORM ITSELF */
    .daniel-form form,
    .daniel-form .elementor-form {
        width: 100% !important;
        max-width: 100% !important;
    }


    /* FIELDS WRAPPER */
    .daniel-form .elementor-form-fields-wrapper {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* FIELD GROUP */
    .daniel-form .elementor-field-group {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;

        padding: 0 !important;

        margin: 0 0 18px 0 !important;
    }


    /* LABELS */
    .daniel-form .elementor-field-label,
    .daniel-form .elementor-field-group > label {
        width: 100% !important;

        margin: 0 0 7px 0 !important;
        padding: 0 3px !important;

        color: #929292 !important;

        font-size: 15px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;

        text-align: right !important;
    }


    /* INPUTS */
    .daniel-form input[type="text"],
    .daniel-form input[type="email"],
    .daniel-form input[type="tel"],
    .daniel-form input[type="number"],
    .daniel-form input[type="url"],
    .daniel-form select {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        height: 56px !important;
        min-height: 56px !important;

        margin: 0 !important;
        padding: 0 17px !important;

        background: #111111 !important;

        border: 1px solid #2C2C2C !important;
        border-radius: 13px !important;

        color: #FFFFFF !important;

        font-size: 16px !important;
        line-height: normal !important;

        text-align: right !important;

        box-sizing: border-box !important;
    }


    /* PLACEHOLDER */
    .daniel-form input::placeholder,
    .daniel-form textarea::placeholder {
        color: #777777 !important;

        font-size: 16px !important;

        opacity: 1 !important;

        text-align: right !important;
    }


    /* TEXTAREA */
    .daniel-form textarea {
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        height: 105px !important;
        min-height: 105px !important;

        margin: 0 !important;

        padding: 15px 17px !important;

        background: #111111 !important;

        border: 1px solid #2C2C2C !important;
        border-radius: 13px !important;

        color: #FFFFFF !important;

        font-size: 16px !important;
        line-height: 1.45 !important;

        text-align: right !important;

        box-sizing: border-box !important;
    }


    /* SUBMIT AREA */
    .daniel-form .elementor-field-type-submit {
        width: 100% !important;
        max-width: 100% !important;

        margin: 3px 0 0 0 !important;
        padding: 0 !important;
    }


    /* BUTTON */
    .daniel-form button[type="submit"],
    .daniel-form button.elementor-button,
    .daniel-form .elementor-button {
        width: 100% !important;

        height: 58px !important;
        min-height: 58px !important;

        margin: 0 !important;
        padding: 0 18px !important;

        background: #89E96B !important;

        border: none !important;
        border-radius: 13px !important;

        color: #080808 !important;

        font-size: 17px !important;
        font-weight: 700 !important;

        text-align: center !important;
    }


    .daniel-form .elementor-button-text {
        font-size: 17px !important;
        font-weight: 700 !important;

        color: #080808 !important;
    }

}/* End custom CSS */