/*
Theme Name: KloudData 2026
Theme URI: https://www.klouddata.com/
Author: KloudData
Author URI: https://www.klouddata.com/
Description: KloudData corporate theme — SAP, Salesforce & Data/AI consulting. Static markup extracted from the 2026 prototype, organised into reusable templates with shared header/footer. Built ACF-ready: page bodies are isolated in /page-templates and /template-parts so fields can be wired in later without touching layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: klouddata
Tags: business, consulting, custom-colors, dark-mode, full-width-template
*/

/*
 * The actual visual styles live in /assets/css/main.css and are enqueued
 * from functions.php. This file only carries the WordPress theme header
 * (required by core) plus a couple of editor/admin-safe fallbacks.
 */

/* ── Enquiry form: validation states ────────────────────────── */
.form-input.kd-error,
.form-select.kd-error,
.form-textarea.kd-error {
    border-color: #e53e3e;
    box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.15);
}

.form-error {
    display: block;
    font-size: 12px;
    color: #e53e3e;
    margin-top: 4px;
    font-weight: 500;
    min-height: 0;
    line-height: 1.4;
}

.form-error:empty {
    display: none;
}

.form-error-server {
    font-size: 13px;
    margin-bottom: 10px;
}
