/* style/resources-online-gambling-trends-98win-wood-innovation.css */

/* Base styles for the page content */
.page-resources-online-gambling-trends-98win-wood-innovation {
    color: #ffffff; /* Light text for dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #0a0a0a; /* Ensure consistency with body background */
}

/* Section styling */
.page-resources-online-gambling-trends-98win-wood-innovation__section {
    padding: 60px 20px;
    margin-bottom: 20px;
}

/* Specific padding for hero section to account for fixed header */
.page-resources-online-gambling-trends-98win-wood-innovation__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    padding-bottom: 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Container for content width */
.page-resources-online-gambling-trends-98win-wood-innovation__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

/* Hero image styling */
.page-resources-online-gambling-trends-98win-wood-innovation__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.3; /* Slightly dim the background image for text readability */
}

/* Main title (H1) */
.page-resources-online-gambling-trends-98win-wood-innovation__main-title {
    font-size: 3.5em;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Intro text (P) */
.page-resources-online-gambling-trends-98win-wood-innovation__intro-text {
    font-size: 1.2em;
    color: #f0f0f0;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Section titles (H2) */
.page-resources-online-gambling-trends-98win-wood-innovation__section-title {
    font-size: 2.5em;
    color: #017439; /* Brand green for titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-online-gambling-trends-98win-wood-innovation__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ffffff; /* White underline */
    border-radius: 2px;
}

/* Paragraphs */
.page-resources-online-gambling-trends-98win-wood-innovation__paragraph {
    font-size: 1em;
    color: #ffffff; /* Light text for dark background */
    margin-bottom: 1em;
    text-align: justify;
}

/* Strong/bold text */
.page-resources-online-gambling-trends-98win-wood-innovation__paragraph strong {
    color: #FFFF00; /* Yellow for emphasis on dark background */
}

/* CTA Buttons */
.page-resources-online-gambling-trends-98win-wood-innovation__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-online-gambling-trends-98win-wood-innovation__cta-buttons--center {
    margin-top: 40px;
}

.page-resources-online-gambling-trends-98win-wood-innovation__btn-primary,
.page-resources-online-gambling-trends-98win-wood-innovation__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    text-align: center;
    box-sizing: border-box; /* Crucial for responsive buttons */
}

.page-resources-online-gambling-trends-98win-wood-innovation__btn-primary {
    background-color: #C30808; /* Red for primary action */
    color: #FFFF00; /* Yellow text for contrast */
    border: 2px solid #C30808;
}

.page-resources-online-gambling-trends-98win-wood-innovation__btn-primary:hover {
    background-color: #9a0606;
    border-color: #9a0606;
    color: #ffffff;
}

.page-resources-online-gambling-trends-98win-wood-innovation__btn-secondary {
    background-color: transparent;
    color: #017439; /* Brand green text */
    border: 2px solid #017439;
}

.page-resources-online-gambling-trends-98win-wood-innovation__btn-secondary:hover {
    background-color: #017439;
    color: #ffffff;
}

/* Dark background sections */
.page-resources-online-gambling-trends-98win-wood-innovation__dark-bg {
    background-color: rgba(1, 116, 57, 0.1); /* Semi-transparent brand green over dark body */
    color: #ffffff;
}

/* Image styling */
.page-resources-online-gambling-trends-98win-wood-innovation__image,
.page-resources-online-gambling-trends-98win-wood-innovation__feature-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

/* Grid layout for features/technology */
.page-resources-online-gambling-trends-98win-wood-innovation__grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-online-gambling-trends-98win-wood-innovation__grid-item {
    background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for cards */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-online-gambling-trends-98win-wood-innovation__item-title {
    font-size: 1.5em;
    color: #FFFF00; /* Yellow for sub-titles */
    margin-bottom: 15px;
}

/* Feature cards */
.page-resources-online-gambling-trends-98win-wood-innovation__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-online-gambling-trends-98win-wood-innovation__feature-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-online-gambling-trends-98win-wood-innovation__card-title {
    font-size: 1.4em;
    color: #FFFF00; /* Yellow for card titles */
    margin-bottom: 10px;
}

.page-resources-online-gambling-trends-98win-wood-innovation__card-title a {
    color: #FFFF00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-online-gambling-trends-98win-wood-innovation__card-title a:hover {
    color: #ffffff;
}

.page-resources-online-gambling-trends-98win-wood-innovation__card-description {
    font-size: 0.95em;
    color: #e0e0e0;
    text-align: justify;
}

/* List styles */
.page-resources-online-gambling-trends-98win-wood-innovation__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-online-gambling-trends-98win-wood-innovation__list-item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-online-gambling-trends-98win-wood-innovation__list-title {
    font-size: 1.3em;
    color: #017439; /* Brand green for list titles */
    margin-bottom: 10px;
}

.page-resources-online-gambling-trends-98win-wood-innovation__list-title a {
    color: #017439;
    text-decoration: none;
    transition: color 0.3s ease;
}