/*
Theme Name: Ezrion Consultancy
Theme URI: https://ezrion.com
Author: Ezrion Team
Author URI: https://ezrion.com
Description: A fully dynamic WordPress theme for consultancy services with ACF Pro integration
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
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: ezrion
Tags: business, consulting, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options
*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Contact Form 7 Overrides (Premium Design) */
.wpcf7 form {
    display: grid;
    gap: 1rem;
}

.wpcf7 form p {
    margin: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    background-color: #f9fafb; /* bg-gray-50 */
    border: 1px solid #e5e7eb; /* border-gray-200 */
    border-radius: 1rem; /* rounded-2xl */
    padding: 0.95rem 1.2rem;
    color: #0f1115;
    font-size: 0.98rem;
    outline: none;
    transition: all 0.2s ease-in-out;
}

.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #1bc3b6; /* brand-teal */
    box-shadow: 0 0 0 4px rgba(27, 195, 182, 0.12);
    background: #fff;
}

.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 1rem 1.25rem;
    background-image: linear-gradient(135deg, #1bc3b6 0%, #420098 100%); /* brand gradient */
    color: white;
    font-weight: 700;
    border-radius: 9999px; /* pill */
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 20px -4px rgba(27, 195, 182, 0.25);
    transition: opacity 0.25s, transform 0.2s ease, box-shadow 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px -4px rgba(66, 0, 152, 0.25);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

/* Fix for Select Arrow if needed */
.wpcf7 select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.7rem center;
    background-repeat: no-repeat;
    background-size: 1.4em 1.4em;
    padding-right: 2.4rem;
}
