/* style/resources-gambling-industry-trends.css */

/* Biến CSS */
:root {
    --page-resources-gambling-industry-trends-primary-color: #0A2342;
    --page-resources-gambling-industry-trends-secondary-color: #E0B400;
    --page-resources-gambling-industry-trends-text-light: #F8F8F8;
    --page-resources-gambling-industry-trends-text-dark: #1A1A1A;
    --page-resources-gambling-industry-trends-bg-light: #FFFFFF;
    --page-resources-gambling-industry-trends-bg-dark: #0A2342;
    --page-resources-gambling-industry-trends-accent-color: #E0B400;
}

.page-resources-gambling-industry-trends {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-resources-gambling-industry-trends-text-dark);
    background-color: var(--page-resources-gambling-industry-trends-bg-light);
}

.page-resources-gambling-industry-trends__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-gambling-industry-trends__hero-section {
    position: relative;
    background-color: var(--page-resources-gambling-industry-trends-bg-dark);
    color: var(--page-resources-gambling-industry-trends-text-light);
    padding: 100px 0 60px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-resources-gambling-industry-trends__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.page-resources-gambling-industry-trends__hero-section > .page-resources-gambling-industry-trends__container {
    position: relative;
    z-index: 1;
}

.page-resources-gambling-industry-trends__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-resources-gambling-industry-trends-text-light);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-resources-gambling-industry-trends__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: var(--page-resources-gambling-industry-trends-text-light);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.page-resources-gambling-industry-trends__hero-btn {
    display: inline-block;
    background-color: var(--page-resources-gambling-industry-trends-accent-color);
    color: var(--page-resources-gambling-industry-trends-bg-dark);
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-gambling-industry-trends__hero-btn:hover {
    background-color: #FFD700; /* Slightly lighter gold */
    transform: translateY(-3px);
}

.page-resources-gambling-industry-trends__section {
    padding: 60px 0;
}

.page-resources-gambling-industry-trends__section:nth-of-type(even) {
    background-color: #f4f7f6; /* Light grey for subtle contrast */
}

.page-resources-gambling-industry-trends__section-title {
    font-size: 2.5em;
    color: var(--page-resources-gambling-industry-trends-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-gambling-industry-trends__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-resources-gambling-industry-trends-accent-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-gambling-industry-trends__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: var(--page-resources-gambling-industry-trends-text-dark);
}

.page-resources-gambling-industry-trends__text-block strong {
    color: var(--page-resources-gambling-industry-trends-primary-color);
}

.page-resources-gambling-industry-trends__trends {
    padding-top: 40px;
}

.page-resources-gambling-industry-trends__trend-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 30px;
}

.page-resources-gambling-industry-trends__trend-item--reverse {
    flex-direction: row-reverse;
}

.page-resources-gambling-industry-trends__trend-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.page-resources-gambling-industry-trends__trend-image:hover {
    transform: translateY(-5px);
}

.page-resources-gambling-industry-trends__trend-content {
    flex: 2;
    min-width: 300px;
}

.page-resources-gambling-industry-trends__trend-title {
    font-size: 1.8em;
    color: var(--page-resources-gambling-industry-trends-primary-color);
    margin-bottom: 15px;
}

.page-resources-gambling-industry-trends__cta-section {
    background-color: var(--page-resources-gambling-industry-trends-primary-color);
    color: var(--page-resources-gambling-industry-trends-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-resources-gambling-industry-trends__cta-section .page-resources-gambling-industry-trends__section-title {
    color: var(--page-resources-gambling-industry-trends-text-light);
}

.page-resources-gambling-industry-trends__cta-section .page-resources-gambling-industry-trends__section-title::after {
    background-color: var(--page-resources-gambling-industry-trends-accent-color);
}

.page-resources-gambling-industry-trends__cta-section .page-resources-gambling-industry-trends__text-block {
    color: var(--page-resources-gambling-industry-trends-text-light);
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-resources-gambling-industry-trends__cta-btn {
    display: inline-block;
    background-color: var(--page-resources-gambling-industry-trends-accent-color);
    color: var(--page-resources-gambling-industry-trends-primary-color);
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.page-resources-gambling-industry-trends__cta-btn:hover {
    background-color: #FFD700;
    transform: translateY(-5px);
}

.page-resources-gambling-industry-trends__inline-link {
    color: var(--page-resources-gambling-industry-trends-primary-color);
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-gambling-industry-trends__inline-link:hover {
    color: var(--page-resources-gambling-industry-trends-accent-color);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-gambling-industry-trends__hero-title {
        font-size: 2.8em;
    }

    .page-resources-gambling-industry-trends__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-gambling-industry-trends__section-title {
        font-size: 2em;
    }

    .page-resources-gambling-industry-trends__trend-item {
        flex-direction: column;
        text-align: center;
    }

    .page-resources-gambling-industry-trends__trend-item--reverse {
        flex-direction: column;
    }

    .page-resources-gambling-industry-trends__trend-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .page-resources-gambling-industry-trends__trend-content {
        min-width: unset;
    }
}

@media (max-width: 768px) {
    .page-resources-gambling-industry-trends__hero-section {
        padding: 80px 0 40px;
        min-height: 400px;
    }
    .page-resources-gambling-industry-trends__hero-title {
        font-size: 2.2em;
    }
    .page-resources-gambling-industry-trends__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-gambling-industry-trends__hero-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-gambling-industry-trends__section {
        padding: 40px 0;
    }
    .page-resources-gambling-industry-trends__section-title {
        font-size: 1.8em;
    }
    .page-resources-gambling-industry-trends__text-block {
        font-size: 1em;
    }
    .page-resources-gambling-industry-trends__cta-section {
        padding: 60px 0;
    }
    .page-resources-gambling-industry-trends__cta-btn {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-gambling-industry-trends__hero-title {
        font-size: 1.8em;
    }
    .page-resources-gambling-industry-trends__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-gambling-industry-trends__section-title {
        font-size: 1.5em;
    }
}