/* style/slot-jackpot-mega-moolah-review.css */

/* Base styles for the page content, considering body background is dark (#1a1a2e) */
.page-slot-jackpot-mega-moolah-review {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark sections */
    background-color: transparent; /* Main content area will inherit body background */
}

/* Specific background and text colors for sections */
.page-slot-jackpot-mega-moolah-review__dark-bg {
    background-color: #1a1a2e; /* Inherited from body, but explicit for clarity */
    color: #ffffff;
}

.page-slot-jackpot-mega-moolah-review__light-bg {
    background-color: #ffffff;
    color: #333333; /* Dark text for light background */
}

/* Hero Section */
.page-slot-jackpot-mega-moolah-review__hero-section {
    position: relative;
    padding: 100px 20px 60px; /* Adjust top padding for fixed header */
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by header */
    text-align: center;
    background-image: url('[GALLERY:hero_main:1920x1080:keo_bet88,mega_moolah,jackpot_banner,slot_game,luxury_online_casino]');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-slot-jackpot-mega-moolah-review__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-slot-jackpot-mega-moolah-review__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFFF00; /* Highlight title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.page-slot-jackpot-mega-moolah-review__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Section Titles */
.page-slot-jackpot-mega-moolah-review__section-title {
    font-size: 2.2em;
    color: #017439; /* Brand color for titles */
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.page-slot-jackpot-mega-moolah-review__light-bg .page-slot-jackpot-mega-moolah-review__section-title {
    color: #017439; /* Ensure brand color on light background */
}

.page-slot-jackpot-mega-moolah-review__dark-bg .page-slot-jackpot-mega-moolah-review__section-title {
    color: #FFFF00; /* Highlight title on dark background */
}

/* Buttons */
.page-slot-jackpot-mega-moolah-review__btn-primary,
.page-slot-jackpot-mega-moolah-review__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;
    cursor: pointer;
    box-sizing: border-box; /* Ensure padding doesn't cause overflow */
    text-align: center;
}

.page-slot-jackpot-mega-moolah-review__btn-primary {
    background-color: #C30808; /* Custom color for register/login type buttons */
    color: #FFFF00; /* Custom font color */
    border: 2px solid #C30808;
}

.page-slot-jackpot-mega-moolah-review__btn-primary:hover {
    background-color: #e02020;
    border-color: #e02020;
    color: #ffffff;
}

.page-slot-jackpot-mega-moolah-review__btn-secondary {
    background-color: #017439; /* Brand color */
    color: #ffffff;
    border: 2px solid #017439;
    margin-left: 15px;
}

.page-slot-jackpot-mega-moolah-review__btn-secondary:hover {
    background-color: #005a2e;
    border-color: #005a2e;
    color: #ffffff;
}

.page-slot-jackpot-mega-moolah-review__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

/* Content Area */
.page-slot-jackpot-mega-moolah-review__content-area {
    padding: 60px 20px;
}

.page-slot-jackpot-mega-moolah-review__content-area h3 {
    font-size: 1.8em;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-slot-jackpot-mega-moolah-review__content-area p {
    margin-bottom: 20px;
    color: #333333; /* Dark text on light background */
}

.page-slot-jackpot-mega-moolah-review__content-area ul,
.page-slot-jackpot-mega-moolah-review__content-area ol {
    margin-bottom: 20px;
    padding-left: 25px;
    color: #333333; /* Dark text on light background */
}

.page-slot-jackpot-mega-moolah-review__content-area li {
    margin-bottom: 10px;
    color: #333333; /* Dark text on light background */
}

/* Images */
.page-slot-jackpot-mega-moolah-review__image-full {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover; /* Ensure image covers the area without distortion */
}

/* Video Section */
.page-slot-jackpot-mega-moolah-review__intro-video-section {
    padding: 60px 20px;
    text-align: center;
}

.page-slot-jackpot-mega-moolah-review__video-wrapper {
    position: relative;
    width: 100%;
    max-width: 1280px; /* Max width for video */
    margin: 30px auto;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
}

.page-slot-jackpot-mega-moolah-review__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    cursor: pointer;
}

.page-slot-jackpot-mega-moolah-review__video-caption {
    font-style: italic;
    margin-top: 10px;
    color: #ffffff; /* Light text on dark background */
    font-size: 0.95em;
}

/* FAQ Section */
.page-slot-jackpot-mega-moolah-review__faq-container {
    max-width: 900px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f9f9f9; /* Light background for FAQ container */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-slot-jackpot-mega-moolah-review__faq-item {
    border-bottom: 1px solid #eee;
}

.page-slot-jackpot-mega-moolah-review__faq-item:last-child {
    border-bottom: none;
}

.page-slot-jackpot-mega-moolah-review__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    color: #333333;
    transition: background-color 0.3s ease;
}

.page-slot-jackpot-mega-moolah-review__faq-question:hover {
    background-color: #f0f0f0;
}

.page-slot-jackpot-mega-moolah-review__faq-question h3 {
    margin: 0;
    font-size: 1.15em;
    color: #333333; /* Dark text on light background */
}

.page-slot-jackpot-mega-moolah-review__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #017439; /* Brand color for toggle */
}

.page-slot-jackpot-mega-moolah-review__faq-item.active .page-slot-jackpot-mega-moolah-review__faq-toggle {
    transform: rotate(45deg); /* Plus sign to X or minus */
}

.page-slot-jackpot-mega-moolah-review__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px; /* Initial padding for collapsed state */
    background-color: #fefefe;
    color: #555555;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-slot-jackpot-mega-moolah-review__faq-item.active .page-slot-jackpot-mega-moolah-review__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px; /* Padding for expanded state */
}

.page-slot-jackpot-mega-moolah-review__faq-answer p {
    margin: 0 0 10px;
    color: #555555; /* Dark text on light background */
}

.page-slot-jackpot-mega-moolah-review__faq-answer p:last-child {
    margin-bottom: 0;
}


/* Responsive Design */
@media (max-width: 992px) {
    .page-slot-jackpot-mega-moolah-review__hero-title {
        font-size: 2.8em;
    }
    .page-slot-jackpot-mega-moolah-review__section-title {
        font-size: 1.8em;
    }
}

@media (max-width: 768px) {
    /* Fixed header offset on mobile */
    .page-slot-jackpot-mega-moolah-review__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        min-height: 400px;
    }

    .page-slot-jackpot-mega-moolah-review__hero-title {
        font-size: 2.2em;
    }
    .page-slot-jackpot-mega-moolah-review__hero-description {
        font-size: 1em;
    }
    .page-slot-jackpot-mega-moolah-review__section-title {
        font-size: 1.6em;
    }

    /* Images responsiveness */
    .page-slot-jackpot-mega-moolah-review img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-slot-jackpot-mega-moolah-review__image-full {
        margin-left: 0;
        margin-right: 0;
    }

    /* Video responsiveness */
    .page-slot-jackpot-mega-moolah-review video,
    .page-slot-jackpot-mega-moolah-review__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-slot-jackpot-mega-moolah-review__video-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        margin-left: 0;
        margin-right: 0;
    }
    .page-slot-jackpot-mega-moolah-review__intro-video-section .page-slot-jackpot-mega-moolah-review__container {
        padding-left: 0;
        padding-right: 0;
    }
    .page-slot-jackpot-mega-moolah-review__video-caption {
        padding: 0 15px;
    }

    /* Button responsiveness */
    .page-slot-jackpot-mega-moolah-review__btn-primary,
    .page-slot-jackpot-mega-moolah-review__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0 !important; /* Reset margin for stacking */
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .page-slot-jackpot-mega-moolah-review__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 0; /* Remove gap when stacked */
        padding: 0 15px;
    }
    .page-slot-jackpot-mega-moolah-review__cta-buttons a:last-child {
        margin-bottom: 0;
    }

    /* Content area padding */
    .page-slot-jackpot-mega-moolah-review__content-area,
    .page-slot-jackpot-mega-moolah-review__intro-video-section {
        padding: 40px 15px;
    }

    /* FAQ mobile adjustments */
    .page-slot-jackpot-mega-moolah-review__faq-container {
        margin: 30px auto;
        border-radius: 5px;
    }
    .page-slot-jackpot-mega-moolah-review__faq-question,
    .page-slot-jackpot-mega-moolah-review__faq-answer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-slot-jackpot-mega-moolah-review__faq-answer {
        padding: 0 15px; /* Initial padding */
    }
    .page-slot-jackpot-mega-moolah-review__faq-item.active .page-slot-jackpot-mega-moolah-review__faq-answer {
        padding: 15px !important; /* Expanded padding */
    }
}

@media (max-width: 480px) {
    .page-slot-jackpot-mega-moolah-review__hero-title {
        font-size: 1.8em;
    }
    .page-slot-jackpot-mega-moolah-review__hero-description {
        font-size: 0.9em;
    }
    .page-slot-jackpot-mega-moolah-review__btn-primary,
    .page-slot-jackpot-mega-moolah-review__btn-secondary {
        font-size: 1em;
        padding: 12px 20px;
    }
}