.elementor-7998 .elementor-element.elementor-element-86687c3{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7998 .elementor-element.elementor-element-138819e{text-align:center;}.elementor-7998 .elementor-element.elementor-element-138819e .elementor-heading-title{color:#6EC1E4;}.elementor-7998 .elementor-element.elementor-element-487a321{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-ea4b342 *//* ===== FLAVORS OF INDIA JOB APPLICATION FORM ===== */

.wpcf7 form {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #777777;
    border-radius: 28px;
    padding: 30px;
    margin: 0 auto;
}

/* Form fields */
.wpcf7 form .form-field {
    width: 100%;
    margin-bottom: 18px;
}

/* Labels */
.wpcf7 form .form-field label {
    display: block;
    color: #2F2A26 !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
}

/* All inputs */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
    background: #ffffff !important;
    color: #2F2A26 !important;
    border: 1px solid #777777 !important;
    border-radius: 8px;
    padding: 10px 12px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

/* Input height */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"] {
    height: 45px;
}

/* Message */
.wpcf7 form textarea {
    height: 110px !important;
    min-height: 110px !important;
    resize: vertical;
}

/* Placeholder */
.wpcf7 form input::placeholder,
.wpcf7 form textarea::placeholder {
    color: #999999;
    opacity: 1;
}

/* Focus */
.wpcf7 form input:focus,
.wpcf7 form textarea:focus {
    border-color: #C96A1B !important;
    outline: none;
    box-shadow: 0 0 0 1px #C96A1B;
}

/* Submit area */
.wpcf7 form .form-submit {
    text-align: center;
    margin-top: 10px;
}

/* Submit button */
.wpcf7 form input[type="submit"] {
    width: 210px !important;
    height: 45px;
    background: #C96A1B !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 7px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

/* Hover */
.wpcf7 form input[type="submit"]:hover {
    background: #6F1D1B !important;
}

/* Validation */
.wpcf7 form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

/* Response message */
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    border-radius: 6px;
}

/* Mobile */
@media (max-width: 767px) {

    .wpcf7 form {
        padding: 20px;
        border-radius: 20px;
    }

    .wpcf7 form input[type="submit"] {
        width: 100% !important;
        max-width: 210px;
    }
}/* End custom CSS */