/* style/resources-popular-fishing-games-guide.css */

/* Base styles for the page content */
.page-resources-popular-fishing-games-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #FFFFFF; /* Default body background */
}

/* Container for consistent spacing */
.page-resources-popular-fishing-games-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Section styling */
.page-resources-popular-fishing-games-guide__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-popular-fishing-games-guide__dark-section {
    background-color: #26A9E0; /* Brand primary color */
    color: #FFFFFF; /* White text for dark background */
}

.page-resources-popular-fishing-games-guide__light-bg {
    background-color: #FFFFFF;
    color: #333333;
}

/* Hero Section */
.page-resources-popular-fishing-games-guide__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.page-resources-popular-fishing-games-guide__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-resources-popular-fishing-games-guide__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5); /* Slightly darken image for text readability */
}

.page-resources-popular-fishing-games-guide__hero-section .page-resources-popular-fishing-games-guide__container {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

.page-resources-popular-fishing-games-guide__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}