/* style/resources-slot-fishing-platform-guide.css */

/* Base styles for the page content */
.page-resources-slot-fishing-platform-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: #f8f9fa; /* Light background for the overall page */
}

.page-resources-slot-fishing-platform-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-slot-fishing-platform-guide__section-title {
    font-size: 2.5em;
    color: #0A1931;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-resources-slot-fishing-platform-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-slot-fishing-platform-guide__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8;
}

.page-resources-slot-fishing-platform-guide__image-content {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
}

/* Color contrast classes */
.page-resources-slot-fishing-platform-guide__dark-bg {
    background-color: #0A1931;
    color: #ffffff;
}

.page-resources-slot-fishing-platform-guide__light-bg {
    background-color: #f8f9fa;
    color: #333333;
}

.page-resources-slot-fishing-platform-guide__dark-bg .page-resources-slot-fishing-platform-guide__section-title {
    color: #ffffff;
}

/* Hero Section */
.page-resources-slot-fishing-platform-guide__hero-section {
    padding: 100px 20px;
    text-align: center;
    background-image: url('[GALLERY:bg:1920x1080:ca no hu,gaming,platform,background,dynamic]');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-resources-slot-fishing-platform-guide__hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    z-index: 1;
}

.page-resources-slot-fishing-platform-guide__hero-section > .page-resources-slot-fishing-platform-guide__container {
    position: relative;
    z-index: 2;
}

.page-resources-slot-fishing-platform-guide__hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.page-resources-slot-fishing-platform-guide__hero-description {
    font-size: 1.3em;
    color: #f0f0f0;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Buttons */
.page-resources-slot-fishing-platform-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-resources-slot-fishing-platform-guide__btn-primary,
.page-resources-slot-fishing-platform-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-slot-fishing-platform-guide__btn-primary {
    background-color: #FFD700;
    color: #0A1931;
    border: 2px solid #FFD700;
}

.page-resources-slot-fishing-platform-guide__btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-resources-slot-fishing-platform-guide__btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-slot-fishing-platform-guide__btn-secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
}

/* Video Section */
.page-resources-slot-fishing-platform-guide__video-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #f0f2f5;
}

.page-resources-slot-fishing-platform-guide__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-slot-fishing-platform-guide__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
    max-width: 100%;
    min-width: 200px; /* Video minimum display size */
    min-height: 200px;
}

.page-resources-slot-fishing-platform-guide__video-caption {
    font-style: italic;
    color: #666;
    font-size: 0.9em;
}

/* Content Sections */
.page-resources-slot-fishing-platform-guide__content-section,
.page-resources-slot-fishing-platform-guide__promotions-section,
.page-resources-slot-fishing-platform-guide__payment-section,
.page-resources-slot-fishing-platform-guide__mobile-section,
.page-resources-slot-fishing-platform-guide__conclusion-section {
    padding: 60px 20px;
}

/* Card Grid for Criteria */
.page-resources-slot-fishing-platform-guide__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-slot-fishing-platform-guide__card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333333;
}

.page-resources-slot-fishing-platform-guide__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-slot-fishing-platform-guide__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Card image minimum display size */
    min-height: 200px;
}

.page-resources-slot-fishing-platform-guide__card-title {
    font-size: 1.8em;
    color: #0A1931;
    margin-bottom: 15px;
}

.page-resources-slot-fishing-platform-guide__card-text {
    font-size: 1em;
    color: #555555;
}

/* FAQ Section */
.page-resources-slot-fishing-platform-guide__faq-section {
    padding: 60px 20px;
    background-color: #0A1931;
    color: #ffffff;
}

.page-resources-slot-fishing-platform-guide__faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.page-resources-slot-fishing-platform-guide__faq-item {
    background-color: #1a2c42; /* Slightly lighter dark background for FAQ item */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-slot-fishing-platform-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFD700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-resources-slot-fishing-platform-guide__faq-question:hover {
    background-color: #2a3d54;
}

.page-resources-slot-fishing-platform-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-resources-slot-fishing-platform-guide__faq-item.active .page-resources-slot-fishing-platform-guide__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-slot-fishing-platform-guide__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0;
}

.page-resources-slot-fishing-platform-guide__faq-item.active .page-resources-slot-fishing-platform-guide__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 20px;
}

.page-resources-slot-fishing-platform-guide__faq-answer p {
    margin: 0;
    font-size: 1em;
    color: #f0f0f0;
}

/* Conclusion Section */
.page-resources-slot-fishing-platform-guide__conclusion-section {
    text-align: center;
    padding: 80px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-slot-fishing-platform-guide__hero-title {
        font-size: 3em;
    }
    .page-resources-slot-fishing-platform-guide__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-slot-fishing-platform-guide {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-resources-slot-fishing-platform-guide__hero-section {
        padding: 80px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Important for mobile fixed header */
    }
    .page-resources-slot-fishing-platform-guide__hero-title {
        font-size: 2.2em;
    }
    .page-resources-slot-fishing-platform-guide__hero-description {
        font-size: 1em;
    }
    .page-resources-slot-fishing-platform-guide__section-title {
        font-size: 1.8em;
    }
    .page-resources-slot-fishing-platform-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-slot-fishing-platform-guide__btn-primary,
    .page-resources-slot-fishing-platform-guide__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin: 0 auto; /* Center buttons if they stack */
    }
    .page-resources-slot-fishing-platform-guide__video-section,
    .page-resources-slot-fishing-platform-guide__content-section,
    .page-resources-slot-fishing-platform-guide__promotions-section,
    .page-resources-slot-fishing-platform-guide__payment-section,
    .page-resources-slot-fishing-platform-guide__mobile-section,
    .page-resources-slot-fishing-platform-guide__faq-section,
    .page-resources-slot-fishing-platform-guide__conclusion-section {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    .page-resources-slot-fishing-platform-guide__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-resources-slot-fishing-platform-guide img,
    .page-resources-slot-fishing-platform-guide__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }
    .page-resources-slot-fishing-platform-guide__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-resources-slot-fishing-platform-guide__card {
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .page-resources-slot-fishing-platform-guide__card-title {
        font-size: 1.5em;
    }
    .page-resources-slot-fishing-platform-guide__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
    .page-resources-slot-fishing-platform-guide__faq-answer {
        padding: 0 15px;
    }
    .page-resources-slot-fishing-platform-guide__faq-item.active .page-resources-slot-fishing-platform-guide__faq-answer {
        padding: 15px 15px;
    }
}