/*
Theme Name: TGS Government Solutions
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: WordPress theme based on TGS HTML site
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tgs
*/

/* ====== Body Background ====== */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url('https://stg-techusagstgs-staging.kinsta.cloud/wp-content/themes/tgs-theme-converted-Brian/images/background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 2000px auto;
    background-attachment: scroll;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #333;
}

/* ====== Page Wrapper for Sticky Footer ====== */
#page-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

#main-content {
    flex: 1; /* main content fills remaining space */
}

/* ====== Hide Page Titles ====== */
.page .entry-title,
.homepage-title {
    display: none;
}

/* ====== Homepage Title ====== */
.homepage-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #003366;
    font-size: 36px;
    margin-bottom: 10px;
}

/* ====== Homepage Summary / Paragraphs ====== */
.summary {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555555;
    font-size: 18px;
    line-height: 1.6;
}

.summary p {
    margin-bottom: 1em;
}

/* ====== Industries Table ====== */
.industries-container {
    width: 100%;
}

.industries-table td {
    vertical-align: top;
}

.industries-table h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #003366;
    margin-top: 0;
    margin-bottom: 5px;
}

.industries-table ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.industries-table ul li {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555555;
    margin-bottom: 3px;
}

/* ====== Footer Layout ====== */
#footer {
    background-color: transparent; /* keep page background */
    color: #fff;
    padding: 20px 20px 20px; /* reduce top padding for better spacing */
    font-family: Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    text-align: left;

    /* Sticky footer */
    margin-top: auto;

    /* Blue line separation */
    border-top: 3px solid #003366; /* adjust thickness and color as needed */
}

/* Flexbox columns inside footer */
#footer .footer-triple {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

#footer .footer-triple .footer-column {
    width: 300px;
    text-align: left;
}

/* Footer bottom / copyright */
#footer .footer-bottom {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}

/* Responsive stacking on small screens */
@media (max-width: 768px) {
    #footer .footer-triple {
        flex-direction: column;
        max-width: 100%;
    }

    #footer .footer-triple .footer-column {
        width: 100%;
        margin-bottom: 15px;
    }
}
