/*
Theme Name: Pulsar Contracting Theme
Author: Jules AI Agent
Description: A custom WordPress theme for Pulsar Contracting LLC, based on their single-page website.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: MIT License
License URI: https://opensource.org/licenses/MIT
Tags: single-page, custom-theme, tailwindcss
*/

body {
    background-color: #FDFBF8;
    color: #4A4A4A;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-pulsar-blue { color: #1E3A8A; }
.bg-pulsar-blue { background-color: #1E3A8A; }
.hover\:bg-pulsar-blue-dark:hover { background-color: #1E40AF; }
.text-pulsar-accent { color: #D97706; }
.border-pulsar-accent { border-color: #D97706; }
.bg-pulsar-accent { background-color: #D97706; }
.hover\:bg-pulsar-accent-dark:hover { background-color: #B45309; }
.bg-pulsar-light { background-color: #F0EFEA; }
.tab-active {
    border-color: #D97706 !important;
    background-color: #FEF3C7;
    color: #1E3A8A;
    font-weight: 600;
}
.challenge-active {
    background-color: #DBEAFE;
    color: #1E3A8A;
    transform: scale(1.03);
}
.chart-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    max-height: 500px;
}
@media (min-width: 768px) {
    .chart-container {
        height: 450px;
    }
}
.page-section {
    display: none; /* Hidden by default, shown by JS */
}
.page-section.active {
    display: block;
}
.hero-background {
    background-image: url('images/rohan-g--mwNJswDlXE-unsplash.jpg'); /* Updated background image path */
    background-size: cover;
    background-position: center;
}
