/*
Theme Name: MT Security Pro LP
Theme URI: https://example.com/mt-security-pro
Author: Gemini
Author URI: https://example.com
Description: A professional landing page theme for MT Security recruitment.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: landing-page, recruitment, responsive, tailwind
Text Domain: mt-security-pro
*/

/* Basic Reset is handled by Tailwind */

/* Contact Form 7 Custom Styling */
.cf7-form-wrapper .form-label-gold {
    display: block;
    color: #b8964e;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 10px;
}

@media (min-width: 768px) {
    .cf7-form-wrapper .form-label-gold {
        font-size: 12px;
    }
}

.cf7-form-wrapper .tag-required {
    background-color: #b8964e;
    color: #000;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 8px;
}

@media (min-width: 768px) {
    .cf7-form-wrapper .tag-required {
        font-size: 10px;
    }
}

.cf7-form-wrapper .tag-optional {
    background-color: #e4e4e7;
    color: #52525b;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 8px;
}

@media (min-width: 768px) {
    .cf7-form-wrapper .tag-optional {
        font-size: 10px;
    }
}

.cf7-form-wrapper .form-field,
.cf7-form-wrapper .form-field-sm {
    width: 100%;
    background-color: #f8f8f8 !important;
    border-bottom: 2px solid #e4e4e7 !important;
    padding: 16px !important;
    border-radius: 2px !important;
    font-weight: 700 !important;
    color: #000 !important;
    transition: all 0.2s !important;
    outline: none !important;
}

.cf7-form-wrapper .form-field {
    font-size: 18px !important;
}

.cf7-form-wrapper .form-field-sm {
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .cf7-form-wrapper .form-field {
        font-size: 20px !important;
        padding: 20px !important;
    }

    .cf7-form-wrapper .form-field-sm {
        font-size: 18px !important;
        padding: 20px !important;
    }
}

.cf7-form-wrapper .form-field:focus,
.cf7-form-wrapper .form-field-sm:focus {
    border-color: #b8964e !important;
}

.cf7-form-wrapper .form-submit-btn {
    width: 100%;
    padding: 24px !important;
    background-color: #b8964e !important;
    color: #000 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    border-radius: 2px !important;
    box-shadow: 0 10px 30px rgba(184, 150, 78, 0.3) !important;
    transition: all 0.3s !important;
    cursor: pointer;
    border: none !important;
}

@media (min-width: 768px) {
    .cf7-form-wrapper .form-submit-btn {
        padding: 32px !important;
        font-size: 24px !important;
    }
}

.cf7-form-wrapper .form-submit-btn:hover {
    background-color: #d4af37 !important;
}

.cf7-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cf7-form-wrapper .wpcf7-list-item {
    margin: 0 1.5rem 0 0;
    display: inline-flex;
    align-items: center;
}

.cf7-form-wrapper input[type="radio"],
.cf7-form-wrapper input[type="checkbox"] {
    accent-color: #b8964e;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    margin-right: 0.5rem;
}

.cf7-form-wrapper .wpcf7-list-item-label {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
}

@media (min-width: 768px) {
    .cf7-form-wrapper .wpcf7-list-item-label {
        font-size: 1.125rem;
    }
}

.cf7-form-wrapper .wpcf7-not-valid-tip {
    color: #ef4444;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.25rem;
}

.cf7-form-wrapper .wpcf7-response-output {
    margin: 2rem 0 0 0 !important;
    padding: 1rem !important;
    border-radius: 0.125rem !important;
    border-width: 1px !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
}

.cf7-form-wrapper .wpcf7-spinner {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.cf7-form-wrapper .privacy-checkbox-wrapper .wpcf7-list-item {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}