/* style/resources-188bet-exclusive-hiphop-games.css */
:root {
    --page-primary-color: #0A192F;
    --page-secondary-color: #E0B400;
    --page-text-light: #F0F0F0;
    --page-text-dark: #1a1a1a;
    --page-accent-light: #f5e6d0;
    --page-accent-dark: #9d7e00;
}

.page-resources-188bet-exclusive-hiphop-games {
    font-family: 'Arial', sans-serif;
    color: var(--page-text-light);
    background-color: var(--page-primary-color);
    line-height: 1.6;
}

.page-resources-188bet-exclusive-hiphop-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-188bet-exclusive-hiphop-games__hero {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #1a3258 50%, var(--page-secondary-color) 100%);
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.page-resources-188bet-exclusive-hiphop-games__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
}

.page-resources-188bet-exclusive-hiphop-games__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-188bet-exclusive-hiphop-games__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.page-resources-188bet-exclusive-hiphop-games__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-188bet-exclusive-hiphop-games__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: var(--page-text-light);
}

.page-resources-188bet-exclusive-hiphop-games__section {
    padding: 60px 0;
    background-color: var(--page-primary-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-188bet-exclusive-hiphop-games__section:nth-of-type(even) {
    background-color: #1A2B42; /* Slightly lighter dark background for contrast */
}

.page-resources-188bet-exclusive-hiphop-games__section-title {
    font-size: 2.5em;
    color: var(--page-secondary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-188bet-exclusive-hiphop-games__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-secondary-color);
    border-radius: 2px;
}

.page-resources-188bet-exclusive-hiphop-games__text-content {
    font-size: 1.1em;
    color: var(--page-text-light);
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-188bet-exclusive-hiphop-games__text-content strong {
    color: var(--page-secondary-color);
}

.page-resources-188bet-exclusive-hiphop-games__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-188bet-exclusive-hiphop-games__grid-item {
    background-color: #1A2B42;
    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;
}

.page-resources-188bet-exclusive-hiphop-games__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-188bet-exclusive-hiphop-games__grid-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 3px solid var(--page-secondary-color);
}

.page-resources-188bet-exclusive-hiphop-games__grid-title {
    font-size: 1.6em;
    color: var(--page-secondary-color);
    padding: 20px;
    margin-bottom: 10px;
}

.page-resources-188bet-exclusive-hiphop-games__grid-description {
    font-size: 1em;
    color: var(--page-text-light);
    padding: 0 20px 20px;
}

.page-resources-188bet-exclusive-hiphop-games__feature-list,
.page-resources-188bet-exclusive-hiphop-games__step-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-resources-188bet-exclusive-hiphop-games__feature-list li,
.page-resources-188bet-exclusive-hiphop-games__step-list li {
    background-color: #1A2B42;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.page-resources-188bet-exclusive-hiphop-games__feature-list li:hover,
.page-resources-188bet-exclusive-hiphop-games__step-list li:hover {
    background-color: #2A3C53;
}

.page-resources-188bet-exclusive-hiphop-games__feature-title,
.page-resources-188bet-exclusive-hiphop-games__step-title {
    font-size: 1.8em;
    color: var(--page-secondary-color);
    margin-bottom: 15px;
}

.page-resources-188bet-exclusive-hiphop-games__step-list li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 70px;
}

.page-resources-188bet-exclusive-hiphop-games__step-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 30px;
    width: 40px;
    height: 40px;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
}

.page-resources-188bet-exclusive-hiphop-games__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    margin: 10px;
    text-align: center;
}

.page-resources-188bet-exclusive-hiphop-games__btn--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-188bet-exclusive-hiphop-games__btn--primary:hover {
    background-color: var(--page-accent-light);
    color: var(--page-primary-color);
    transform: translateY(-2px);
}

.page-resources-188bet-exclusive-hiphop-games__btn--secondary {
    background-color: transparent;
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-188bet-exclusive-hiphop-games__btn--secondary:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    transform: translateY(-2px);
}

.page-resources-188bet-exclusive-hiphop-games__btn--tertiary {
    background-color: var(--page-primary-color);
    color: var(--page-secondary-color);
    border: 2px solid var(--page-secondary-color);
}

.page-resources-188bet-exclusive-hiphop-games__btn--tertiary:hover {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    transform: translateY(-2px);
}

.page-resources-188bet-exclusive-hiphop-games__cta-buttons {
    text-align: center;
    margin-top: 50px;
}

.page-resources-188bet-exclusive-hiphop-games__conclusion .page-resources-188bet-exclusive-hiphop-games__text-content {
    text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-188bet-exclusive-hiphop-games__hero-title {
        font-size: 2.8em;
    }

    .page-resources-188bet-exclusive-hiphop-games__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-188bet-exclusive-hiphop-games__section-title {
        font-size: 2em;
    }

    .page-resources-188bet-exclusive-hiphop-games__grid {
        grid-template-columns: 1fr;
    }

    .page-resources-188bet-exclusive-hiphop-games__grid-item {
        margin: 0 20px;
    }

    .page-resources-188bet-exclusive-hiphop-games__feature-list li,
    .page-resources-188bet-exclusive-hiphop-games__step-list li {
        margin: 0 20px 20px;
    }
}

@media (max-width: 768px) {
    .page-resources-188bet-exclusive-hiphop-games__hero {
        padding: 80px 0;
    }

    .page-resources-188bet-exclusive-hiphop-games__hero-title {
        font-size: 2.2em;
    }

    .page-resources-188bet-exclusive-hiphop-games__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-188bet-exclusive-hiphop-games__section {
        padding: 40px 0;
    }

    .page-resources-188bet-exclusive-hiphop-games__section-title {
        font-size: 1.8em;
    }

    .page-resources-188bet-exclusive-hiphop-games__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-188bet-exclusive-hiphop-games__step-list li {
        padding-left: 60px;
    }

    .page-resources-188bet-exclusive-hiphop-games__step-list li::before {
        left: 15px;
        top: 25px;
        width: 35px;
        height: 35px;
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-resources-188bet-exclusive-hiphop-games__hero-title {
        font-size: 1.8em;
    }

    .page-resources-188bet-exclusive-hiphop-games__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-188bet-exclusive-hiphop-games__grid-title {
        font-size: 1.4em;
    }

    .page-resources-188bet-exclusive-hiphop-games__feature-title,
    .page-resources-188bet-exclusive-hiphop-games__step-title {
        font-size: 1.5em;
    }

    .page-resources-188bet-exclusive-hiphop-games__btn {
        display: block;
        margin: 10px auto;
        width: calc(100% - 40px);
    }
}