/* style/online-casino-high-rebate-games.css */

/* Biến CSS */
:root {
    --onbet-primary-color: #0A0A0A; /* Màu nền chính */
    --onbet-secondary-color: #FFD700; /* Màu điểm nhấn/vàng */
    --onbet-text-light: #F5F5F5; /* Màu chữ sáng trên nền tối */
    --onbet-text-dark: #0A0A0A; /* Màu chữ tối trên nền sáng */
    --onbet-hover-dark: #B39700; /* Màu vàng tối hơn cho hiệu ứng hover */
}

/* Reset cơ bản cho trang */
.page-online-casino-high-rebate-games {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--onbet-text-light);
    background-color: var(--onbet-primary-color);
    overflow-x: hidden;
}

.page-online-casino-high-rebate-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-online-casino-high-rebate-games__section {
    padding: 60px 0;
    position: relative;
}

.page-online-casino-high-rebate-games__section:nth-of-type(even) {
    background-color: #1a1a1a; /* Một màu nền tối hơn một chút cho các phần xen kẽ */
}

.page-online-casino-high-rebate-games__title,
.page-online-casino-high-rebate-games__section-title {
    font-size: 3.2em;
    color: var(--onbet-secondary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.page-online-casino-high-rebate-games__subtitle {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 50px;
    color: var(--onbet-text-light);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-online-casino-high-rebate-games__intro-text {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: var(--onbet-text-light);
}

.page-online-casino-high-rebate-games .highlight {
    color: var(--onbet-secondary-color);
    font-weight: bold;
}

.page-online-casino-high-rebate-games__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-online-casino-high-rebate-games__list li {
    background-color: #1c1c1c;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid var(--onbet-secondary-color);
    border-radius: 5px;
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

.page-online-casino-high-rebate-games__list li:hover {
    transform: translateX(10px);
}

.page-online-casino-high-rebate-games__list li strong {
    color: var(--onbet-secondary-color);
}

/* Hero Section */
.page-online-casino-high-rebate-games__hero {
    background: linear-gradient(135deg, var(--onbet-primary-color) 0%, #1a1a1a 100%);
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-online-casino-high-rebate-games__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.page-online-casino-high-rebate-games__hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0.15;
}

.page-online-casino-high-rebate-games__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
    transform: scale(1.05);
}

.page-online-casino-high-rebate-games__button {
    display: inline-block;
    padding: 15px 30px;
    margin: 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.page-online-casino-high-rebate-games__button--primary {
    background-color: var(--onbet-secondary-color);
    color: var(--onbet-text-dark);
    border: 2px solid var(--onbet-secondary-color);
}

.page-online-casino-high-rebate-games__button--primary:hover {
    background-color: var(--onbet-hover-dark);
    border-color: var(--onbet-hover-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-online-casino-high-rebate-games__button--secondary {
    background-color: transparent;
    color: var(--onbet-secondary-color);
    border: 2px solid var(--onbet-secondary-color);
}

.page-online-casino-high-rebate-games__button--secondary:hover {
    background-color: var(--onbet-secondary-color);
    color: var(--onbet-text-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.2);
}

/* Content Wrapper */
.page-online-casino-high-rebate-games__content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
    font-size: 1.05em;
}

.page-online-casino-high-rebate-games__content-wrapper p {
    margin-bottom: 20px;
}

/* Featured Games Grid */
.page-online-casino-high-rebate-games__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-online-casino-high-rebate-games__game-card {
    background-color: #1a1a1a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.page-online-casino-high-rebate-games__game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
}

.page-online-casino-high-rebate-games__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid var(--onbet-secondary-color);
}

.page-online-casino-high-rebate-games__game-title {
    font-size: 1.6em;
    color: var(--onbet-secondary-color);
    padding: 20px 15px 10px;
    font-weight: bold;
}

.page-online-casino-high-rebate-games__game-description {
    padding: 0 20px 20px;
    font-size: 0.95em;
    flex-grow: 1;
}

.page-online-casino-high-rebate-games__game-card .page-online-casino-high-rebate-games__button {
    margin-top: auto;
    margin-bottom: 20px;
    align-self: center;
    padding: 10px 25px;
    font-size: 1em;
}

/* How to Find Section */
.page-online-casino-high-rebate-games__how-to-find ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    max-width: 800px;
    margin: 30px auto;
}

.page-online-casino-high-rebate-games__how-to-find ol li {
    counter-increment: item;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 1.1em;
    color: var(--onbet-text-light);
}

.page-online-casino-high-rebate-games__how-to-find ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--onbet-secondary-color);
    color: var(--onbet-text-dark);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

.page-online-casino-high-rebate-games__image--small {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* CTA Section */
.page-online-casino-high-rebate-games__cta-section {
    background-color: #0A0A0A;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-online-casino-high-rebate-games__cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:onbet_abstract_pattern,geometric_gold]') no-repeat center center/cover;
    opacity: 0.05;
    z-index: 0;
}

.page-online-casino-high-rebate-games__cta-content {
    position: relative;
    z-index: 1;
}

.page-online-casino-high-rebate-games__cta-buttons {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-online-casino-high-rebate-games__image--app-promo {
    max-width: 400px;
    margin: 50px auto 0;
    display: block;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-online-casino-high-rebate-games__title {
        font-size: 2.8em;
    }
    .page-online-casino-high-rebate-games__section-title {
        font-size: 2.5em;
    }
    .page-online-casino-high-rebate-games__subtitle {
        font-size: 1.3em;
    }
    .page-online-casino-high-rebate-games__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-online-casino-high-rebate-games__hero {
        padding: 80px 15px;
    }
    .page-online-casino-high-rebate-games__title {
        font-size: 2.2em;
    }
    .page-online-casino-high-rebate-games__section-title {
        font-size: 2em;
    }
    .page-online-casino-high-rebate-games__subtitle {
        font-size: 1.1em;
    }
    .page-online-casino-high-rebate-games__section {
        padding: 40px 0;
    }
    .page-online-casino-high-rebate-games__game-grid {
        grid-template-columns: 1fr;
    }
    .page-online-casino-high-rebate-games__list li,
    .page-online-casino-high-rebate-games__how-to-find ol li {
        font-size: 1em;
    }
    .page-online-casino-high-rebate-games__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-online-casino-high-rebate-games__cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-online-casino-high-rebate-games__title {
        font-size: 1.8em;
    }
    .page-online-casino-high-rebate-games__section-title {
        font-size: 1.6em;
    }
    .page-online-casino-high-rebate-games__subtitle {
        font-size: 0.95em;
    }
    .page-online-casino-high-rebate-games__content-wrapper,
    .page-online-casino-high-rebate-games__intro-text {
        font-size: 0.9em;
    }
    .page-online-casino-high-rebate-games__game-title {
        font-size: 1.4em;
    }
    .page-online-casino-high-rebate-games__game-description {
        font-size: 0.85em;
    }
    .page-online-casino-high-rebate-games__button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}