/* style/hi88-game-features-bonus-rounds.css */
.page-hi88-game-features-bonus-rounds {
    font-family: 'Arial', sans-serif;
    color: #F0F8FF; /* Light text on dark background */
    background-color: #0A192F; /* Main background color */
    line-height: 1.6;
}

.page-hi88-game-features-bonus-rounds .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-hi88-game-features-bonus-rounds .highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-hi88-game-features-bonus-rounds .hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #2C3E50 100%); /* Dark gradient */
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hi88-game-features-bonus-rounds .hero-content {
    z-index: 1;
    max-width: 900px;
    padding: 0 20px;
}

.page-hi88-game-features-bonus-rounds .hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-hi88-game-features-bonus-rounds .hero-subtitle {
    font-size: 1.5em;
    color: #F0F8FF;
    margin-bottom: 40px;
}

.page-hi88-game-features-bonus-rounds .hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 0;
}

.page-hi88-game-features-bonus-rounds .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) blur(5px);
}

.page-hi88-game-features-bonus-rounds .section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.page-hi88-game-features-bonus-rounds .section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.page-hi88-game-features-bonus-rounds p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-hi88-game-features-bonus-rounds .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-hi88-game-features-bonus-rounds .btn-primary {
    background-color: #FFD700;
    color: #0A192F;
}

.page-hi88-game-features-bonus-rounds .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-hi88-game-features-bonus-rounds .btn-secondary {
    background-color: #2C3E50;
    color: #F0F8FF;
    border: 2px solid #FFD700;
}

.page-hi88-game-features-bonus-rounds .btn-secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-hi88-game-features-bonus-rounds .btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
}

.page-hi88-game-features-bonus-rounds .introduction-section,
.page-hi88-game-features-bonus-rounds .bonus-round-types,
.page-hi88-game-features-bonus-rounds .trigger-strategies,
.page-hi88-game-features-bonus-rounds .why-hi88,
.page-hi88-game-features-bonus-rounds .how-to-start,
.page-hi88-game-features-bonus-rounds .responsible-gaming,
.page-hi88-game-features-bonus-rounds .cta-final {
    padding: 60px 0;
    background-color: #1a2a3a; /* Slightly lighter dark background */
    margin-bottom: 20px;
    border-radius: 10px;
}

.page-hi88-game-features-bonus-rounds .bonus-round-types {
    background-color: #0A192F;
}

.page-hi88-game-features-bonus-rounds .type-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
}

.page-hi88-game-features-bonus-rounds .type-item:last-child {
    margin-bottom: 0;
}

.page-hi88-game-features-bonus-rounds .type-item .type-text {
    flex: 1;
}

.page-hi88-game-features-bonus-rounds .type-item .feature-image {
    flex: 0 0 400px; /* Fixed width for image */
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.page-hi88-game-features-bonus-rounds .type-item.reverse {
    flex-direction: row-reverse;
}

.page-hi88-game-features-bonus-rounds .type-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-hi88-game-features-bonus-rounds .strategy-list,
.page-hi88-game-features-bonus-rounds .steps-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-hi88-game-features-bonus-rounds .strategy-list li,
.page-hi88-game-features-bonus-rounds .steps-list li {
    background-color: #2C3E50;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.1em;
    color: #F0F8FF;
    position: relative;
    padding-left: 60px;
}

.page-hi88-game-features-bonus-rounds .strategy-list li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.page-hi88-game-features-bonus-rounds .steps-list li {
    counter-increment: step-counter;
}

.page-hi88-game-features-bonus-rounds .steps-list li::before {
    content: counter(step-counter);
    background-color: #FFD700;
    color: #0A192F;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.page-hi88-game-features-bonus-rounds .advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-hi88-game-features-bonus-rounds .advantage-item {
    background-color: #2C3E50;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-hi88-game-features-bonus-rounds .advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-hi88-game-features-bonus-rounds .advantage-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(300deg) brightness(1.2); /* Tint to gold */
}

.page-hi88-game-features-bonus-rounds .advantage-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-hi88-game-features-bonus-rounds .advantage-item p {
    color: #E0E0E0;
    font-size: 1em;
}

.page-hi88-game-features-bonus-rounds .cta-text {
    text-align: center;
    font-size: 1.3em;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #F0F8FF;
}

.page-hi88-game-features-bonus-rounds .cta-final {
    text-align: center;
    background-color: #0A192F;
    padding: 80px 0;
}

.page-hi88-game-features-bonus-rounds .cta-final .section-title {
    color: #FFD700;
}

.page-hi88-game-features-bonus-rounds .cta-final p {
    font-size: 1.4em;
    margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-hi88-game-features-bonus-rounds .hero-title {
        font-size: 2.8em;
    }

    .page-hi88-game-features-bonus-rounds .hero-subtitle {
        font-size: 1.2em;
    }

    .page-hi88-game-features-bonus-rounds .section-title {
        font-size: 2.2em;
    }

    .page-hi88-game-features-bonus-rounds .type-item {
        flex-direction: column;
        text-align: center;
    }

    .page-hi88-game-features-bonus-rounds .type-item.reverse {
        flex-direction: column;
    }

    .page-hi88-game-features-bonus-rounds .type-item .feature-image {
        flex: none;
        width: 100%;
        max-width: 500px;
        margin-top: 30px;
    }

    .page-hi88-game-features-bonus-rounds .type-item.reverse .feature-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .page-hi88-game-features-bonus-rounds .hero-title {
        font-size: 2.2em;
    }

    .page-hi88-game-features-bonus-rounds .hero-subtitle {
        font-size: 1em;
    }

    .page-hi88-game-features-bonus-rounds .section-title {
        font-size: 1.8em;
    }

    .page-hi88-game-features-bonus-rounds .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-hi88-game-features-bonus-rounds .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-hi88-game-features-bonus-rounds p,
    .page-hi88-game-features-bonus-rounds .strategy-list li,
    .page-hi88-game-features-bonus-rounds .steps-list li {
        font-size: 0.95em;
    }

    .page-hi88-game-features-bonus-rounds .advantage-item h3 {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-hi88-game-features-bonus-rounds .hero-title {
        font-size: 1.8em;
    }

    .page-hi88-game-features-bonus-rounds .section-title {
        font-size: 1.5em;
    }

    .page-hi88-game-features-bonus-rounds .hero-section {
        padding: 60px 0;
    }

    .page-hi88-game-features-bonus-rounds .introduction-section,
    .page-hi88-game-features-bonus-rounds .bonus-round-types,
    .page-hi88-game-features-bonus-rounds .trigger-strategies,
    .page-hi88-game-features-bonus-rounds .why-hi88,
    .page-hi88-game-features-bonus-rounds .how-to-start,
    .page-hi88-game-features-bonus-rounds .responsible-gaming,
    .page-hi88-game-features-bonus-rounds .cta-final {
        padding: 40px 0;
    }
}