/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.career-form-wrap {
    max-width: 920px;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 42px;
    border-radius: 26px;
    font-family: 'Inter', Arial, sans-serif;
    box-sizing: border-box;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.career-form-wrap * {
    box-sizing: border-box;
    font-family: 'Inter', Arial, sans-serif;
    outline: none !important;
    margin-bottom: 0px;
}

.career-form-header {
    text-align: center;
    margin-bottom: 34px;
}

.career-form-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #151515;
    margin-bottom: 8px;
}

.career-form-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 14px;
}

.career-form-text {
    max-width: 680px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.career-benefits-box {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 34px;
}

.career-benefits-box h3 {
    margin: 0 0 18px;
    font-size: 19px;
    font-weight: 700;
    color: #171717;
}

.career-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.career-benefit-item {
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.career-benefit-item span {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #f5cb43;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.career-section-title {
    font-size: 19px;
    font-weight: 700;
    color: #171717;
    margin: 34px 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.career-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}

.career-field {
    width: 100%;
    margin-bottom: 18px;
}

.career-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.required {
    color: #e53935;
}

.career-form-wrap input,
.career-form-wrap select,
.career-form-wrap textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    outline: none;
    transition: all 0.25s ease;
}

.career-form-wrap textarea {
    min-height: 125px;
    height: auto;
    resize: vertical;
    line-height: 1.6;
}

.career-form-wrap input:focus,
.career-form-wrap select:focus,
.career-form-wrap textarea:focus {
    border-color: #f5cb43;
    box-shadow: 0 0 0 3px rgba(245,203,67,0.22);
}

.career-form-wrap input[type="file"] {
    height: auto;
    padding: 13px;
    cursor: pointer;
}

.career-checkbox {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 15px;
    margin: 12px 0 18px;
}

.career-checkbox .wpcf7-list-item {
    margin: 0;
}

.career-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.career-checkbox input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px;
    height: 18px !important;
    min-height: 18px;
    margin-top: 2px;
    accent-color: #f5cb43;
}

.career-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.55;
    color: #444;
}

.career-submit-area {
    margin-top: 16px;
}

.career-submit-btn {
    width: 100%;
    background: #f5cb43 !important;
    color: #111 !important;
    border: none !important;
    padding: 17px 24px !important;
    border-radius: 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.career-submit-btn:hover {
    background: #e7bb2f !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(245,203,67,0.35);
}

.career-note {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 18px;
    color: #555;
}

.wpcf7-not-valid {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 3px rgba(229,57,53,0.12) !important;
}

.wpcf7-not-valid-tip {
    color: #e53935;
    font-size: 13px;
    margin-top: 6px;
}

.wpcf7-response-output {
    border-radius: 12px !important;
    padding: 14px 16px !important;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 768px) {
    .career-form-wrap {
        padding: 28px 18px;
        border-radius: 20px;
    }

    .career-form-title {
        font-size: 28px;
    }

    .career-form-subtitle {
        font-size: 17px;
    }

    .career-benefit-grid {
        grid-template-columns: 1fr;
    }

    .career-row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }

    .career-section-title {
        font-size: 18px;
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    .career-form-title {
        font-size: 25px;
    }

    .career-form-wrap input,
    .career-form-wrap select,
    .career-form-wrap textarea {
        font-size: 14px;
    }
}

.career-benefit-item p {
    margin: 0;
}

.career-form-wrap br {
    display: none;
}

.career-form-wrap p {
    margin-bottom: 0px !important;
}