/*
Theme Name: Realized Information Systems
Author: AI Studio
Description: Premium IT consultancy theme specializing in Cloud Architecture and Cost Optimization. Includes an AI-powered Cloud Consultant.
Version: 1.0
License: MIT
Text Domain: ris-theme
*/

body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Custom scrollbar for chat and modals */
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.1);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.3);
    border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 130, 246, 0.5);
}

/* WPForms Dark Theme Overrides */
div.wpforms-container {
    margin: 0;
}
div.wpforms-container .wpforms-field-label {
    display: block;
    color: #94a3b8; /* slate-400 */
    font-size: 0.75rem; /* text-xs */
    font-weight: 700; /* font-bold */
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}
div.wpforms-container .wpforms-field-sublabel {
    color: #64748b; /* slate-500 */
}
div.wpforms-container input[type=text],
div.wpforms-container input[type=email],
div.wpforms-container input[type=url],
div.wpforms-container input[type=password],
div.wpforms-container input[type=search],
div.wpforms-container input[type=number],
div.wpforms-container input[type=tel],
div.wpforms-container select,
div.wpforms-container textarea {
    width: 100%;
    background-color: #020617 !important; /* slate-950 */
    border: 1px solid #1e293b !important; /* slate-800 */
    border-radius: 0.75rem !important; /* rounded-xl */
    padding: 0.75rem 1rem !important; /* px-4 py-3 */
    color: #ffffff !important;
    font-size: 0.875rem !important;
    outline: none !important;
    transition: border-color 0.15s ease-in-out !important;
}
div.wpforms-container input:focus,
div.wpforms-container select:focus,
div.wpforms-container textarea:focus {
    border-color: #3b82f6 !important; /* blue-500 */
}
div.wpforms-container button[type=submit] {
    width: 100%;
    background-color: #2563eb !important; /* blue-600 */
    color: #ffffff !important;
    padding: 1rem !important;
    border-radius: 0.75rem !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.2), 0 4px 6px -4px rgba(59, 130, 246, 0.2) !important; /* shadow-lg */
}
div.wpforms-container button[type=submit]:hover {
    background-color: #1d4ed8 !important; /* blue-700 */
}
div.wpforms-container .wpforms-error {
    color: #ef4444; /* red-500 */
    font-size: 0.75rem;
    margin-top: 0.25rem;
}
div.wpforms-container .wpforms-confirm {
    background-color: transparent !important;
    border: none !important;
    padding: 3rem 0 !important;
}

