/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Center form */
.wpcf7 form {
    max-width: 500px;
    margin: 20px auto;
}

/* 2 columns */
.form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

/* Field wrappers */
.form-grid > .field {
    min-width: 0;
}

/* Full width rows */
.form-grid > .full {
    grid-column: 1 / -1 !important;
}

/* Prevent CF7 wrappers from breaking grid */
.form-grid .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.field p {
    margin-block-end: 0rem;
}

/* Labels */
.field label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Inputs */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
}

/* Mobile */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-grid > .full {
        grid-column: auto;
    }
}


/* Smaller gaps between rows/columns */
.form-grid {
    gap: 10px; /* was 14 */
}

/* Labels closer to fields */
.field label {
    gap: 3px;
    font-size: 13px;
    margin-bottom: 0;
}

/* Slightly smaller inputs */
.wpcf7 input,
.wpcf7 textarea {
    padding: 8px 12px; /* was 10x14 */
    font-size: 14px;
}

/* Reduce textarea height */
.wpcf7 textarea {
    min-height: unset;
}

/* Make rows smaller */
.wpcf7-form-control-wrap {
    display: block;
    margin-top: 2px;
}

/* Smaller submit button */
.submit-row input[type="submit"] {
    padding: 10px 16px;
}

.form-grid {
    row-gap: 8px;
    column-gap: 12px;
}

body .no-title-transform .elementor-icon-box-title,.no-title-transform .elementor-icon-box-title a,.no-title-transform .elementor-widget-container a {
    text-transform: none !important;
}

#home-contact {color:white;}