/* style/slot-games-video.css */
.page-slot-games-video {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: #ffffff; /* Default body background */
}

.page-slot-games-video__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-slot-games-video__dark-bg {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-slot-games-video__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-slot-games-video__hero-section {
    position: relative;
    padding: 80px 20px 40px;
    text-align: center;
    padding-top: var(--header-offset, 120px); /* Ensure content is below header */
}

.page-slot-games-video__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
}

.page-slot-games-video__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #f0f0f0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games-video__video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #000000;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-slot-games-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.page-slot-games-video__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-slot-games-video__btn-primary,
.page-slot-games-video__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-slot-games-video__btn-primary {
    background-color: #EA7C07; /* Login color for primary action */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-slot-games-video__btn-primary:hover {
    background-color: #d46c06;
    border-color: #d46c06;
}

.page-slot-games-video__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-slot-games-video__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-slot-games-video__btn-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

.page-slot-games-video__section-title {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 40px;
    color: #26A9E0;
    font-weight: bold;
}

.page-slot-games-video__dark-bg .page-slot-games-video__section-title {
    color: #ffffff;
}

.page-slot-games-video__intro-section,
.page-slot-games-video__how-to-play-section,
.page-slot-games-video__promotions-section,
.page-slot-games-video__faq-section {
    padding: 60px 20px;
}

.page-slot-games-video__features-section,
.page-slot-games-video__strategy-section,
.page-slot-games-video__mobile-section,
.page-slot-games-video__cta-section {
    padding: 60px 20px;
}

.page-slot-games-video__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-slot-games-video__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: block;
}

.page-slot-games-video__image--center {
    margin-left: auto;
    margin-right: auto;
}

.page-slot-games-video__features-grid,
.page-slot-games-video__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-slot-games-video__feature-card,
.page-slot-games-video__strategy-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    color: #333333;
}

.page-slot-games-video__feature-card:hover,
.page-slot-games-video__strategy-item:hover {
    transform: translateY(-10px);
}

.page-slot-games-video__card-title,
.page-slot-games-video__item-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-slot-games-video__card-text,
.page-slot-games-video__item-text {
    font-size: 1em;
    text-align: justify;
    margin-bottom: 20px;
}

.page-slot-games-video__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}

.page-slot-games-video__steps-list,
.page-slot-games-video__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-slot-games-video__list-item {
    background-color: #f8f8f8;
    border-left: 5px solid #26A9E0;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 1.1em;
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-slot-games-video__faq-list {
    margin-top: 40px;
}

.page-slot-games-video__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.page-slot-games-video__faq-item.active {
    background-color: #e6f7ff;
}

.page-slot-games-video__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.page-slot-games-video__faq-item.active .page-slot-games-video__faq-question {
    border-bottom: none;
}

.page-slot-games-video__faq-question:hover {
    background-color: #f0f0f0;
}

.page-slot-games-video__faq-title {
    margin: 0;
    font-size: 1.2em;
    color: #26A9E0;
}

.page-slot-games-video__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #26A9E0;
    transition: transform 0.3s ease;
}

.page-slot-games-video__faq-item.active .page-slot-games-video__faq-toggle {
    transform: rotate(45deg);
}

.page-slot-games-video__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #f9f9f9;
    color: #333333;
}

.page-slot-games-video__faq-item.active .page-slot-games-video__faq-answer {
    max-height: 1000px !important; /* Ensure enough height for content */
    padding: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-slot-games-video__main-title {
        font-size: 2.5em;
    }
    .page-slot-games-video__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-slot-games-video__hero-section {
        padding: 60px 15px 30px;
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-slot-games-video__main-title {
        font-size: 2em;
    }
    .page-slot-games-video__subtitle {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-slot-games-video__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-slot-games-video__btn-primary,
    .page-slot-games-video__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-slot-games-video__video-wrapper {
        padding-bottom: 56.25% !important;
        height: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-slot-games-video__video {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
    .page-slot-games-video__container,
    .page-slot-games-video__section,
    .page-slot-games-video__card {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-slot-games-video img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-slot-games-video__features-grid,
    .page-slot-games-video__strategy-grid {
        grid-template-columns: 1fr;
    }
    .page-slot-games-video__feature-card,
    .page-slot-games-video__strategy-item {
        padding: 20px;
    }
    .page-slot-games-video__section-title {
        font-size: 1.8em;
    }
    .page-slot-games-video__faq-question {
        padding: 15px;
    }
    .page-slot-games-video__faq-answer {
        padding: 0 15px;
    }
    .page-slot-games-video__faq-item.active .page-slot-games-video__faq-answer {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .page-slot-games-video__main-title {
        font-size: 1.8em;
    }
    .page-slot-games-video__section-title {
        font-size: 1.6em;
    }
    .page-slot-games-video__btn-primary,
    .page-slot-games-video__btn-secondary {
        font-size: 0.9em;
        padding: 10px 15px;
    }
}