/*
Theme Name: MyVA Nursing Services Child
Theme URI: https://myvanursingservices.com
Description: A premium, high-conversion child theme for MyVA Nursing Services and Fresh Start Healthcare. Designed for prestige with a Navy and Gold aesthetic.
Author: KAM Isaac
Template: hello-elementor
Version: 1.0.0
Text Domain: myva-nursing
*/

/* --- Global Branding Variables --- */
:root {
    --vn-navy: #0a192f;        /* Deep Navy for authority */
    --vn-gold: #d4af37;        /* Golden accent from logo */
    --vn-gold-light: #f1d279;
    --vn-white: #ffffff;
    --vn-off-white: #f8f9fa;
    --vn-text-main: #333333;
    --vn-text-muted: #6c757d;
}

/* --- Typography --- */
body {
    font-family: 'Montserrat', sans-serif;
    color: var(--vn-text-main);
    line-height: 1.6;
}

h1, h2, h3, h4, .vn-prestige-font {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* --- Design Accents --- */
.vn-gold-button {
    background-color: var(--vn-gold) !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px !important;
    transition: all 0.3s ease;
}

.vn-gold-button:hover {
    background-color: var(--vn-gold-light) !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

/* Glassmorphism Effect for Registration Forms */
.vn-glass-form {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 32px 0 rgba(10, 25, 47, 0.1);
}

.vn-navy-section {
    background-color: var(--vn-navy);
    color: var(--vn-white);
}
