/*
Theme Name: EarthCare
Theme URI: https://earthcare.qodeinteractive.com
Description: Ecology and Environment Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: earthcare
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Contact Form 7 - Sade Modern Stil */
.wpcf7-form p {
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

/* Input Stilleri */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #667eea;
}

.wpcf7-form textarea {
    min-height: 80px;
    resize: vertical;
}
/* Meslek Radio Button - Sade */
.wpcf7-form .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
    margin: 0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item:hover {
    border-color: #667eea;
    background: #f0f2ff;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    margin-right: 10px;
    accent-color: #667eea;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
    font-weight: 500;
    color: #333;
    margin: 0;
    cursor: pointer;
}

/* Seçili Durum */
.wpcf7-form .wpcf7-radio .wpcf7-list-item:has(input[type="radio"]:checked) {
    background: #667eea;
    border-color: #667eea;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item:has(input[type="radio"]:checked) label {
    color: white;
}

/* Checkbox Stilleri */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
    margin-right: 10px;
    accent-color: #667eea;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #667eea;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 20px;
}

.wpcf7-form input[type="submit"]:hover {
    background: #5a67d8;
}
