/*
Theme Name: house-of-cars
Theme URI: http://houseofcarsgmbh.de/
Author: Granit Gashi
Author URI: http://houseofcarsgmbh.de/
Description: A short description of the theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/

html {
  scroll-behavior: smooth;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: transparent;
    border: none;
    border: 1px solid #6b7280;
    color: white;
    /* padding: 0.5rem 0; */
    outline: none;
    transition: border-color 0.3s ease;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 8px;
}

.wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form-control.wpcf7-email::placeholder,
.wpcf7-form-control.wpcf7-tel::placeholder,
.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #9ca3af;
}

.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-tel:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #dc2626;
}

.wpcf7-form-control.wpcf7-textarea {
    resize: none;
    height: 6rem; /* Matches rows="4" with padding */
}

.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 1px solid #dc2626;
    color: #dc2626;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #dc2626;
    color: white;
}
.wpcf7-spinner{
    display: none;
}

