/* GENSoftware Website Styles */
/* Consolidated styles from all pages with improved color contrast */

/* ===== RETRO PROGRAMMING THEME STYLES ===== */
body {
    background-color: #000000;
    color: #00FF00;
    font-family: 'Changa', sans-serif;
}

.hero {
    background: linear-gradient(135deg, #000000 0%, #001100 100%);
    color: #00FF00;
}

.hero-background {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
        url('GENSS.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;

}

/* Enhanced text contrast for hero background */
.hero-background .hero-body {
    position: relative;
    z-index: 2;
}

.hero-background .title,
.hero-background .subtitle {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 3;
}

.hero-background .buttons {
    position: relative;
    z-index: 3;
}

.navbar {
    background-color: #000000;
    border-bottom: 1px solid #00FF00;
}

.navbar-brand .title {
    color: #00FF00;
}

.navbar-menu {
    background-color: #000000;
}

.navbar-item {
    color: #00FF00;
    font-family: 'Changa', sans-serif;
}

.navbar-item:hover {
    background-color: #00FF00 !important;
    color: #000000 !important;
}

.section {
}

.card {
    background-color: #000000;
    border: 1px solid #00FF00;
}

.card-header {
    background-color: #009600;
    border-bottom: 1px solid #00FF00;
}

.card-content {
    color: #00FF00;
}

.footer {
    background-color: #000000;
    border-top: 1px solid #00FF00;
    color: #00FF00;
}

.button.is-primary {
    background-color: #00FF00;
    border-color: #00FF00;
    color: #000000;
}

.button.is-primary:hover {
    background-color: #00AA00;
    border-color: #00AA00;
}

.has-text-primary {
    color: #00FF00 !important;
}

.has-text-grey-light {
    color: #00AA00 !important;
}

/* ===== FRAMEWORKS PAGE STYLES ===== */
.highlight-box {
    background-color: #001100;
    border-left: 4px solid #00FF00;
    padding: 1.5rem;
    margin: 1rem 0;
}

.tech-specs {
    background-color: #000000;
    border: 1px solid #00FF00;
    border-radius: 6px;
    padding: 1.5rem;
}

/* Framework Functions table styling */
.table {
    background-color: transparent !important;
    color: #87CEEB !important;
}

.table.is-striped tbody tr:nth-child(even) {
    background-color: rgba(0, 17, 0, 0.3) !important;
}

.table.is-striped tbody tr:nth-child(odd) {
    background-color: transparent !important;
}

.table.is-hoverable tbody tr:hover {
    background-color: rgba(0, 255, 0, 0.1) !important;
}

.table th {
    background-color: #001100 !important;
    color: #00FF00 !important;
    border-color: #00FF00 !important;
}

.table td {
    color: #87CEEB !important; /* Sky blue text */
    border-color: #00FF00 !important;
}

.table td code {
    color: #00FF00 !important; /* Green text for code */
    background-color: rgba(0, 255, 0, 0.1) !important;
}

/* ===== CONTACT PAGE STYLES ===== */
.contact-card {
    background-color: #000000;
    border: 1px solid #00FF00;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.contact-info {
    background-color: #001100;
    border-radius: 6px;
    padding: 1.5rem;
    margin: 1rem 0;
}

.input, .textarea {
    background-color: #001100;
    border: 1px solid #00FF00;
    color: #00FF00;
}

.input:focus, .textarea:focus {
    border-color: #00FF00;
    box-shadow: 0 0 0 0.125em rgba(0, 255, 0, 0.25);
}

.label {
    color: #00FF00;
}

/* ===== SUPPORT PAGE STYLES ===== */
.support-card {
    background-color: #000000;
    border: 1px solid #00FF00;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.resource-item {
    background-color: #001100;
    border-radius: 6px;
    padding: 1.5rem;
    margin: 1rem 0;
    border-left: 4px solid #00FF00;
}

.priority-high {
    border-left-color: #FF0000;
}

.priority-medium {
    border-left-color: #FFFF00;
}

.priority-low {
    border-left-color: #00FF00;
}

.status-online {
    color: #00FF00;
}

.status-offline {
    color: #FF0000;
}

/* ===== BUG TRACKER PAGE STYLES ===== */
.bug-tracker-card {
    background-color: #000000;
    border: 1px solid #00FF00;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.process-step {
    background-color: #001100;
    border-radius: 6px;
    padding: 1.5rem;
    margin: 1rem 0;
    border-left: 4px solid #00FF00;
}

.priority-critical {
    border-left-color: #FF0000;
}

.status-new {
    background-color: #FF0000;
    color: #000000;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
}

.status-assigned {
    background-color: #FFFF00;
    color: #000000;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
}

.status-resolved {
    background-color: #00FF00;
    color: #000000;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
}

.status-closed {
    background-color: #666666;
    color: #000000;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
}

.content h3 { color: #00FF00; font-family: 'Changa', sans-serif;}
.title { color: #00FF00; font-family: 'Changa', sans-serif;}
.card-header-title { color: black; font-family: 'Changa', sans-serif;}

/* Special styling for the "35 Years of Software Development Excellence" box */
.card .title.is-4 {
    font-family: 'VT323', 'Courier New', monospace !important;
}
/* ===== RESPONSIVE IMPROVEMENTS ===== */
@media screen and (max-width: 768px) {
    .hero-body .container {
        padding: 1rem;
    }

    .title.is-1 {
        font-size: 2rem;
    }

    .subtitle.is-3 {
        font-size: 1.25rem;
    }

    .buttons .button {
        margin-bottom: 0.5rem;
    }

    /* Responsive hero background */
    .hero-background {
        background-attachment: scroll; /* Better performance on mobile */
        min-height: 70vh;
    }

    .hero-background .hero-body {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 480px) {
    .hero-background {
        min-height: 60vh;
    }

    .hero-background .title.is-1 {
        font-size: 1.75rem;
    }

    .hero-background .subtitle.is-3 {
        font-size: 1.1rem;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
.navbar-item:focus,
.button:focus,
.input:focus,
.textarea:focus {
    outline: 2px solid #00FF00;
    outline-offset: 2px;
}

/* ===== SMOOTH SCROLLING ===== */
html {
    scroll-behavior: smooth;
}

/* ===== DOCS PAGE STYLES ===== */
pre {
    background-color: darkgreen !important;
    color: lawngreen !important;
}

code {
    background-color: darkgreen !important;
    color: lawngreen !important;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em;
}

strong {
    color: skyblue !important;
    font-weight: 700;
}