/* style/slots-games-theme-categories.css */
.page-slots-games-theme-categories {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Default text color for dark background */
    background-color: #0A2342; /* Main dark blue background */
}

.page-slots-games-theme-categories__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slots-games-theme-categories__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #0A2342, #1a3a60); /* Dark blue gradient */
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-slots-games-theme-categories__hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-slots-games-theme-categories__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700; /* Gold for main title */
}

.page-slots-games-theme-categories__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-slots-games-theme-categories__hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-slots-games-theme-categories__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    overflow: hidden;
}

.page-slots-games-theme-categories__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(80%) blur(5px);
    transform: scale(1.1);
}

.page-slots-games-theme-categories__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-slots-games-theme-categories__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #0A2342;
    border: 2px solid #FFD700;
}

.page-slots-games-theme-categories__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-slots-games-theme-categories__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-slots-games-theme-categories__btn--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
    transform: translateY(-2px);
}

.page-slots-games-theme-categories__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-slots-games-theme-categories__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.page-slots-games-theme-categories__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 50px;
    color: #e0e0e0;
}

.page-slots-games-theme-categories__intro-text, .page-slots-games-theme-categories__how-to-start, .page-slots-games-theme-categories__faq {
    padding: 60px 0;
    background-color: #0A2342;
    color: #f0f0f0;
}

.page-slots-games-theme-categories__text-content {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.page-slots-games-theme-categories__categories-overview {
    padding: 60px 0;
    background-color: #1a3a60;
    color: #f0f0f0;
}

.page-slots-games-theme-categories__category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-slots-games-theme-categories__category-card {
    background-color: #0A2342;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding-bottom: 20px;
}

.page-slots-games-theme-categories__category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-slots-games-theme-categories__card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}

.page-slots-games-theme-categories__card-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-slots-games-theme-categories__card-description {
    font-size: 0.95em;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: justify;
}

.page-slots-games-theme-categories__why-w88vt {
    padding: 80px 0;
    background-color: #0A2342;
    color: #f0f0f0;
}

.page-slots-games-theme-categories__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.page-slots-games-theme-categories__benefit-item {
    background-color: #1a3a60;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-slots-games-theme-categories__benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-slots-games-theme-categories__benefit-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-slots-games-theme-categories__benefit-description {
    font-size: 0.95em;
    line-height: 1.7;
    color: #cccccc;
}

.page-slots-games-theme-categories__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-slots-games-theme-categories__steps-list li {
    background-color: #1a3a60;
    margin-bottom: 20px;
    padding: 25px 30px;
    border-radius: 10px;
    font-size: 1.1em;
    line-height: 1.8;
    color: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    counter-increment: step-counter;
    position: relative;
    padding-left: 70px;
}

.page-slots-games-theme-categories__steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFD700;
    color: #0A2342;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3em;
}

.page-slots-games-theme-categories__steps-list li strong {
    color: #FFD700;
}

.page-slots-games-theme-categories__cta-bottom {
    text-align: center;
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-slots-games-theme-categories__accordion-item {
    margin-bottom: 15px;
    border: 1px solid #FFD700;
    border-radius: 8px;
    overflow: hidden;
}

.page-slots-games-theme-categories__accordion-header {
    background-color: #1a3a60;
    color: #FFD700;
    padding: 18px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-slots-games-theme-categories__accordion-header:hover {
    background-color: #2c5282;
}

.page-slots-games-theme-categories__accordion-header::after {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.page-slots-games-theme-categories__accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-slots-games-theme-categories__accordion-content {
    padding: 0 25px;
    background-color: #0A2342;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    color: #cccccc;
}

.page-slots-games-theme-categories__accordion-content.active {
    max-height: 500px; /* Adjust based on expected content height */
    padding: 15px 25px 25px;
}

.page-slots-games-theme-categories__accordion-content p {
    margin: 0;
    line-height: 1.7;
}

.page-slots-games-theme-categories__inline-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-slots-games-theme-categories__inline-link:hover {
    text-decoration: underline;
}

.page-slots-games-theme-categories .highlight-brand {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-slots-games-theme-categories__hero-title {
        font-size: 2.8em;
    }
    .page-slots-games-theme-categories__hero-subtitle {
        font-size: 1.1em;
    }
    .page-slots-games-theme-categories__section-title {
        font-size: 2em;
    }
    .page-slots-games-theme-categories__category-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .page-slots-games-theme-categories__benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-slots-games-theme-categories__hero {
        padding: 60px 15px;
    }
    .page-slots-games-theme-categories__hero-title {
        font-size: 2.2em;
    }
    .page-slots-games-theme-categories__hero-subtitle {
        font-size: 1em;
    }
    .page-slots-games-theme-categories__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-slots-games-theme-categories__btn {
        width: 100%;
        max-width: 280px;
    }
    .page-slots-games-theme-categories__section-title {
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .page-slots-games-theme-categories__intro-text, .page-slots-games-theme-categories__how-to-start, .page-slots-games-theme-categories__faq {
        padding: 40px 0;
    }
    .page-slots-games-theme-categories__steps-list li {
        padding: 20px 20px 20px 60px;
        font-size: 1em;
    }
    .page-slots-games-theme-categories__steps-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.1em;
        left: 15px;
    }
    .page-slots-games-theme-categories__cta-bottom {
        flex-direction: column;
        gap: 15px;
    }
    .page-slots-games-theme-categories__accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-slots-games-theme-categories__accordion-content {
        padding: 10px 20px 20px;
    }
}

@media (max-width: 480px) {
    .page-slots-games-theme-categories__hero-title {
        font-size: 1.8em;
    }
    .page-slots-games-theme-categories__section-title {
        font-size: 1.5em;
    }
    .page-slots-games-theme-categories__category-grid {
        grid-template-columns: 1fr;
    }
    .page-slots-games-theme-categories__benefits-grid {
        grid-template-columns: 1fr;
    }
    .page-slots-games-theme-categories__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}