/*
Theme Name: FinTheme Child
Description: Child theme for FinTheme
Author: zozothemes
Template: fintheme
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*Child Theme Style Code Here*/


.career-form-wrapper label {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    width: 100%;
}

.career-form-wrapper input,
.career-form-wrapper textarea,
.career-form-wrapper select {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

.wpcf7-form .full-width {
    width: 100% !important;
}

.btn-career-submit {
    display: inline-block;
    width: 100%;
    background-color: #0056b3; /* primary blue */
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.wpcf7-form-control.wpcf7-file {
    width: 100%;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    background-color: #f9f9f9;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.wpcf7-form-control.wpcf7-file:focus {
    border-color: #0056b3;
    outline: none;
}

.btn-career-submit:hover {
    background-color: #004494; /* darker blue on hover */
}
