.page-resources-12bet-no1-game-strategy-tips {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default dark text color for light body background */
    background-color: #FFFFFF; /* Explicitly set background to ensure contrast */
    line-height: 1.6;
}

/* Header offset */
.page-resources-12bet-no1-game-strategy-tips__hero-section {
    padding-top: var(--header-offset, 120px);
}

.page-resources-12bet-no1-game-strategy-tips__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-12bet-no1-game-strategy-tips__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-12bet-no1-game-strategy-tips__dark-section {
    background-color: #017439; /* Brand main color */
    color: #ffffff; /* White text for dark background */
}

.page-resources-12bet-no1-game-strategy-tips__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #017439; /* Use brand color for titles */
    font-weight: bold;
}

.page-resources-12bet-no1-game-strategy-tips__dark-section .page-resources-12bet-no1-game-strategy-tips__section-title {
    color: #ffffff; /* White for titles on dark background */
}

.page-resources-12bet-no1-game-strategy-tips__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-12bet-no1-game-strategy-tips__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.page-resources-12bet-no1-game-strategy-tips__hero-section {
    position: relative;
    width: 100%;
    height: 600px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.page-resources-12bet-no1-game-strategy-tips__hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    background-size: cover;
    filter: brightness(0.7); /* Darken video for text readability */
    object-fit: cover;
}

.page-resources-12bet-no1-game-strategy-tips__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Further darken overlay */
    z-index: 2;
}

.page-resources-12bet-no1-game-strategy-tips__hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 20px;
}

.page-resources-12bet-no1-game-strategy-tips__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-12bet-no1-game-strategy-tips__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-resources-12bet-no1-game-strategy-tips__hero-cta-button {
    display: inline-block;
    background-color: #C30808; /* Register/Login button color */
    color: #FFFF00; /* Register/Login font color */    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #C30808;
}

.page-resources-12bet-no1-game-strategy-tips__hero-cta-button:hover {
    background-color: #e02020;
    transform: translateY(-3px);
}

.page-resources-12bet-no1-game-strategy-tips__text-link {
    color: #017439;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-12bet-no1-game-strategy-tips__text-link:hover {
    color: #00562e;
}