/* Pro-Designer Theme: Stealth Black */
:root {
    --theme-bg: #000000;
}

body {
    background-color: #000000 !important;
}

.service-card {
    backdrop-filter: blur(12px) !important;
    background-color: rgba(255, 255, 255, 0.05) !important; /* Slight lift for glass effect */
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
    border-radius: 12px !important;
}

.service-card:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important; /* White glow */
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.8);
}

.group-title {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
    color: #ffffff !important; 
    border-left: 4px solid #ffffff;
    padding-left: 12px;
    margin-bottom: 1rem;
}

#information-widgets {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 1rem;
}
