/*
Theme Name: Firdaous Integrated Services Theme
Theme URI: https://firdaouscentre.org/
Description: Custom liquid glassmorphism theme for Firdaous Integrated Services. Supports Times New Roman typography, logo-purple branding, and Elementor integration.
Version: 1.0.0
Author: Antigravity
Author URI: https://gemini.google.com/
Text Domain: fis-theme
*/

/* Reset & Base overrides for Times New Roman font */
body {
    font-family: 'Times New Roman', Times, serif;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, a, button, input, select, textarea, div {
    font-family: 'Times New Roman', Times, serif !important;
}

/* Custom branding colors */
.text-brand { color: #813296; }
.bg-brand { background-color: #813296; }
.border-brand { border-color: #813296; }

/* Liquid Glass Design System Utilities */
.glass-panel {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(25px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(120%) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.08) !important;
}

.glass-card {
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(12px) saturate(110%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(110%) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 4px 20px 0 rgba(31, 38, 135, 0.04) !important;
}

.glass-dark {
    background: rgba(15, 23, 42, 0.15) !important;
    backdrop-filter: blur(20px) saturate(110%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(110%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* Micro-animations */
.hover-scale-102:hover {
    transform: scale(1.02);
}
.hover-scale-105:hover {
    transform: scale(1.05);
}
.active-scale-95:active {
    transform: scale(0.95);
}
