/* General Body Styles */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa; /* Light grey background */
    color: #343a40; /* Standard dark text color */
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #212529; /* Darker text for headings */
    font-weight: 700;
}

/* Paragraphs and general text */
p {
    color: #6c757d; /* Secondary text color for paragraphs */
}

/* Links */
a {
    color: #007bff; /* Default link color */
    text-decoration: none;
}

a:hover {
    color: #0056b3; /* Darker on hover */
    text-decoration: none;
}

/* Section Backgrounds */
.bg-light-gray {
    background-color: #f1f3f5; /* Slightly darker grey for alternating sections */
}

/* Header/Hero Section */
.hero-section {
    position: relative;
    background-image: url('photos/media/chicken-road-hero_10.png'); /* Macro for hero background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px; /* Adjust for fixed navbar */
    padding-bottom: 80px;
    min-height: 70vh; /* Ensure it's tall enough */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff; /* White text for hero content */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

.hero-section > .container {
    z-index: 2;
}

/* Navbar adjustments for fixed-top */
.navbar-brand img {
    height: 40px;
}

.navbar-brand span {
    color: #ffffff; /* White text for brand name in navbar */
}

/* Custom Button Styles (Gradients) */
.custom-btn {
    padding: 15px 35px;
    border: none;
    border-radius: 50px; /* More rounded buttons */
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); /* Blue-purple gradient */
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    /* No transitions or animations for hover */
}

.custom-btn:hover {
    background-image: linear-gradient(to right, #2575fc 0%, #6a11cb 100%); /* Reverse gradient on hover */
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Card styles for sections like "How to Play" and "Why the game is liked" */
.card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); /* Soft shadow */
    border: none; /* Remove default bootstrap border */
}

.card-body {
    padding: 2rem;
}

.card i {
    color: #007bff; /* Primary color for icons in cards */
}

/* List group in Additional Information */
.list-group-item {
    background-color: #ffffff;
    border-color: #e9ecef;
    color: #343a40; /* Default text color for list items */
}

.list-group-item strong {
    color: #212529; /* Darker for labels */
}

.list-group-item span, .list-group-item ul li {
    color: #6c757d; /* Secondary for values */
}

/* Call to Action Section */
.call-to-action-section {
    background-image: url('photos/media/chicken-road-cta-bg_2.png'); /* Optional background image for CTA */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #ffffff;
}

.call-to-action-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
    z-index: 1;
}

.call-to-action-section > .container {
    position: relative;
    z-index: 2;
}

/* Footer Styles */
footer {
    background-color: #212529; /* Dark background for footer */
    color: #f8f9fa; /* Light text color */
}

footer .navbar-brand span {
    color: #f8f9fa; /* Light text for brand name in footer */
}

footer a {
    color: #adb5bd; /* Lighter grey for footer links */
}

footer a:hover {
    color: #ffffff; /* White on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 60px;
        min-height: 60vh;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .custom-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .display-5 {
        font-size: 2rem;
    }

    .card-body {
        padding: 1.5rem;
    }

    .navbar-brand {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-section {
        min-height: 50vh;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section p {
        font-size: 0.9rem;
    }

    .custom-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .display-5 {
        font-size: 1.75rem;
    }

    footer .list-unstyled {
        flex-direction: column;
        align-items: center;
    }

    footer .list-unstyled li {
        margin: 5px 0;
    }
}/* Styles for the main content grid */
.consentTunnelGrid {
    padding-top: 60px;   /* Top padding for the grid container */
    padding-left: 20px;  /* Left padding for the grid container */
    padding-right: 20px; /* Right padding for the grid container */
    margin-left: auto;   /* Center the grid if it has a max-width */
    margin-right: auto;  /* Center the grid if it has a max-width */
    max-width: 1200px;   /* Optional: Set a max-width for content readability */
}

/* Heading styles within .consentTunnelGrid */
.consentTunnelGrid h1 {
    font-size: 2.2rem;     /* Moderate font size for H1 */
    margin-bottom: 0.8em;  /* Space below H1 */
    line-height: 1.2;      /* Line height for readability */
    font-weight: 700;      /* Bold font weight */
}

.consentTunnelGrid h2 {
    font-size: 1.8rem;     /* Moderate font size for H2 */
    margin-bottom: 0.7em;  /* Space below H2 */
    line-height: 1.2;
    font-weight: 700;
}

.consentTunnelGrid h3 {
    font-size: 1.5rem;     /* Moderate font size for H3 */
    margin-bottom: 0.6em;  /* Space below H3 */
    line-height: 1.3;
    font-weight: 600;      /* Slightly less bold */
}

.consentTunnelGrid h4 {
    font-size: 1.25rem;    /* Moderate font size for H4 */
    margin-bottom: 0.5em;  /* Space below H4 */
    line-height: 1.4;
    font-weight: 600;
}

.consentTunnelGrid h5 {
    font-size: 1.1rem;     /* Moderate font size for H5 */
    margin-bottom: 0.4em;  /* Space below H5 */
    line-height: 1.5;
    font-weight: 500;      /* Medium font weight */
}

/* Paragraph styles within .consentTunnelGrid */
.consentTunnelGrid p {
    font-size: 1rem;       /* Standard font size for paragraphs */
    margin-bottom: 1em;    /* Space below paragraphs */
    line-height: 1.6;      /* Line height for readability */
    color: #343a40;        /* Default text color */
}

/* Unordered list styles within .consentTunnelGrid */
.consentTunnelGrid ul {
    list-style-type: disc; /* Standard disc bullet points */
    margin-left: 20px;     /* Indent the list */
    margin-bottom: 1em;    /* Space below the list */
    padding-left: 0;       /* No extra padding beyond margin-left */
}

/* List item styles within .consentTunnelGrid */
.consentTunnelGrid li {
    font-size: 1rem;       /* Standard font size for list items */
    margin-bottom: 0.5em;  /* Space between list items */
    line-height: 1.5;      /* Line height for readability */
    color: #343a40;        /* Default text color */
}
.hero-section h1,
.hero-section p {
    color: #eaece2;
}
.hero-section .navbar {
    position: absolute;
    top: 20px;
    left: 20px;
}
