.elementor-94 .elementor-element.elementor-element-903ce51{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-aacbbb3 *//* Career Form Wrapper */
.career-form-wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(39, 43, 107, 0.12);
    font-family: 'Inter', sans-serif;
}

/* Heading & Subtext */
.career-form-wrapper h3 {
    text-align: center;
    color: #272B6B;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}
.career-subtext {
    text-align: center;
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 30px;
}

/* Labels */
.career-form-wrapper label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

/* Inputs, Textareas & File Uploads */
.career-form-wrapper input:not([type="submit"]),
.career-form-wrapper textarea {
    width: 100% !important;
    padding: 14px !important;
    margin-bottom: 20px;
    border-radius: 12px !important;
    border: 2px solid #e5e7eb !important;
    background: #f9fafb !important;
    font-size: 14px;
    transition: all 0.25s ease;
}
.career-form-wrapper input[type="file"] {
    padding: 8px !important;
    border-radius: 12px !important;
    border: 2px solid #e5e7eb !important;
    background: #f9fafb !important;
}
.career-form-wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

/* Focus */
.career-form-wrapper input:focus,
.career-form-wrapper textarea:focus {
    border-color: #2CB2E5 !important;
    background: #ffffff !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(44, 178, 229, 0.15);
}

/* Highlight Empty Fields */
.career-form-wrapper .wpcf7-not-valid {
    border-color: #dc2626 !important;
    background-color: #fee2e2 !important;
}

/* Error Messages */
.career-form-wrapper .wpcf7-not-valid-tip {
    color: #dc2626 !important;
    font-size: 13px;
    margin-top: -14px;
    margin-bottom: 10px;
}

/* Submit Button */
.career-form-wrapper .wpcf7-submit {
    width: 100%;
    background: #272B6B !important;
    color: #ffffff !important;
    padding: 16px !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 14px !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
}
.career-form-wrapper .wpcf7-submit:hover {
    background: #2CB2E5 !important;
    transform: translateY(-2px);
}

/* Warning Text */
.career-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 12px 14px;
    border-radius: 10px;
    color: #b45309;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Success / Error Box */
.career-form-wrapper .wpcf7-response-output {
    margin-top: 20px;
    padding: 15px;
    border-radius: 12px;
    font-size: 14px;
}

/* Mobile */
@media (max-width: 640px) {
    .career-form-wrapper {
        padding: 25px;
    }
    .career-form-wrapper h3 {
        font-size: 24px;
    }
}/* End custom CSS */