/*
Theme Name: JCP Certification Service
Theme URI: https://jcpcertification.com
Author: Bradley Defense Solutions
Description: Professional WordPress theme for DLA JCP certification services.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: jcp-service
*/

/* Custom Base Styles */
body {
    background-color: #030713;
    color: #f4f7fb;
    scroll-behavior: smooth;
}

.glow-card {
    background: linear-gradient(160deg, rgba(79, 180, 255, 0.18), rgba(8, 27, 59, 0.9));
    backdrop-filter: blur(12px);
}

.jcp-gradient {
    background: linear-gradient(180deg, #030713 0%, #081226 40%, #0c1930 100%);
}

.hero-gradient {
    background: radial-gradient(circle at top right, rgba(79, 180, 255, 0.2), transparent 45%),
                radial-gradient(circle at bottom left, rgba(111, 220, 191, 0.25), transparent 48%);
}

.faq-item.active .faq-content {
    max-height: 500px;
    padding-bottom: 24px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}
