/*
Theme Name: Truemind Athlete
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Rehan Latif
Author URI: http://mrehanlatif.com/
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1757281655
Updated: 2025-09-07 21:47:35

*/

.hp-title .elementor-heading-title {
    height: 54px;
}
/* Container Background */
.truemind-premium-wrapper {
    max-width: 850px;
    margin: 40px auto;
    padding: 20px;
    background: #fcfcfc;
    border-radius: 15px;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* Header Styling */
.form-header { text-align: center; margin-bottom: 30px; }
.form-header h2 {     font-size: 32px;
    font-weight: 800 !important;
    color: #111;
    margin-bottom: 10px;
    font-family: "Libre Baskerville", Sans-serif !important; }
.form-header p { color: #666; font-size: 16px; }

/* Section Cards */
.form-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.section-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 4px solid #000;
    padding-left: 15px;
}

/* Grid Layout */
.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

/* Input Styles */
.field-item label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.wpcf7-form-control:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
    /* padding: 12px 15px !important; */
    /* border: 1px solid #e0e0e0 !important; */
    border-radius: 8px !important;
    transition: 0.3s ease;
    font-size: 15px;
}

.wpcf7-form-control:focus {
    border-color: #000 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
}

/* Agreement Box */
.agreement-box .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

/* Black Button Style */
.submit-container { text-align: right; margin-top: 20px; }
.wpcf7-submit {
    background: #000 !important;
    color: #fff !important;
    padding: 16px 50px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.4s;
}

.wpcf7-submit:hover { background: #333 !important; transform: translateY(-2px); }
.page-id-2208 {
    background: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffb900;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    border: 2px solid #00a0d2;
    color: #00a0d2;
    text-align: center;
}
/* Mobile View */
@media (max-width: 768px) {
    .field-grid { grid-template-columns: 1fr; }
}