/* style/blog-top-5-reasons-33win33-jackpot.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-blog-top-5-reasons-33win33-jackpot {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    padding-bottom: 40px; /* Add some padding at the bottom */
    background-color: #08160F; /* Background */
}

.page-blog-top-5-reasons-33win33-jackpot__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-top-5-reasons-33win33-jackpot__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Image on top, text below */
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    background-color: #0A4B2C; /* Deep Green for hero section background */
    overflow: hidden; /* Ensure no overflow */
}

.page-blog-top-5-reasons-33win33-jackpot__hero-image-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 30px; /* Space between image and content */
}

.page-blog-top-5-reasons-33win33-jackpot__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-top-5-reasons-33win33-jackpot__hero-content {
    max-width: 900px;
    text-align: center;
    padding: 0 20px;
}

.page-blog-top-5-reasons-33win33-jackpot__hero-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive H1 font size */
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5); /* Subtle glow */
}

.page-blog-top-5-reasons-33win33-jackpot__hero-description {
    font-size: 1.2rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-top-5-reasons-33win33-jackpot__hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

/* General Section Styles */
.page-blog-top-5-reasons-33win33-jackpot__introduction-section,
.page-blog-top-5-reasons-33win33-jackpot__reasons-list-section,
.page-blog-top-5-reasons-33win33-jackpot__faq-section {
    padding: 60px 0;
    background-color: #08160F; /* Background */
}

.page-blog-top-5-reasons-33win33-jackpot__section-title {
    font-size: 2.5rem;
    color: #F2C14E; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(242, 193, 78, 0.3);
}

.page-blog-top-5-reasons-33win33-jackpot__text-block {
    font-size: 1.1rem;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 30px;
    text-align: justify;
}

.page-blog-top-5-reasons-33win33-jackpot__text-block strong {
    color: #F2C14E; /* Highlight keywords */
}

.page-blog-top-5-reasons-33win33-jackpot__image-content {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

/* Reason Cards */
.page-blog-top-5-reasons-33win33-jackpot__reason-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-top-5-reasons-33win33-jackpot__reason-card {
    background-color: #11271B; /* Card BG */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #2E7A4E; /* Border */
}

.page-blog-top-5-reasons-33win33-jackpot__reason-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 20px #57E38D; /* Glow */
}

.page-blog-top-5-reasons-33win33-jackpot__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-blog-top-5-reasons-33win33-jackpot__card-title {
    font-size: 1.6rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
}

.page-blog-top-5-reasons-33win33-jackpot__card-text {
    font-size: 1rem;
    color: #F2FFF6; /* Text Main */
    text-align: justify;
}

.page-blog-top-5-reasons-33win33-jackpot__card-text strong {
    color: #A7D9B8; /* Text Secondary */
}

/* Call to Action Section */
.page-blog-top-5-reasons-33win33-jackpot__cta-section {
    padding: 80px 0;
    background-color: #0A4B2C; /* Deep Green */
    text-align: center;
}

.page-blog-top-5-reasons-33win33-jackpot__cta-title {
    font-size: 2.8rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-top-5-reasons-33win33-jackpot__cta-description {
    font-size: 1.3rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-top-5-reasons-33win33-jackpot__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Buttons */
.page-blog-top-5-reasons-33win33-jackpot__btn-primary,
.page-blog-top-5-reasons-33win33-jackpot__btn-secondary {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-top-5-reasons-33win33-jackpot__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
    color: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-5-reasons-33win33-jackpot__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px #57E38D; /* Glow */
}

.page-blog-top-5-reasons-33win33-jackpot__btn-secondary {
    background: transparent;
    color: #F2C14E; /* Gold */
    border: 2px solid #F2C14E; /* Gold */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-5-reasons-33win33-jackpot__btn-secondary:hover {
    background: #F2C14E; /* Gold */
    color: #0A4B2C; /* Deep Green */
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px #F2C14E;
}

/* FAQ Section */
.page-blog-top-5-reasons-33win33-jackpot__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-top-5-reasons-33win33-jackpot__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
}

.page-blog-top-5-reasons-33win33-jackpot__faq-item[open] {
    background-color: #0A4B2C; /* Slightly darker when open */
}

.page-blog-top-5-reasons-33win33-jackpot__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    cursor: pointer;
    list-style: none; /* Remove default marker */
    position: relative;
    transition: color 0.3s ease;
}

.page-blog-top-5-reasons-33win33-jackpot__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-top-5-reasons-33win33-jackpot__faq-question:hover {
    color: #F2C14E; /* Gold */
}

.page-blog-top-5-reasons-33win33-jackpot__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    color: #F2C14E; /* Gold */
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-top-5-reasons-33win33-jackpot__faq-item[open] .page-blog-top-5-reasons-33win33-jackpot__faq-toggle {
    transform: rotate(45deg); /* Rotate + to X when open */
}

.page-blog-top-5-reasons-33win33-jackpot__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
    line-height: 1.7;
}

.page-blog-top-5-reasons-33win33-jackpot__faq-answer p {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-top-5-reasons-33win33-jackpot__hero-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    .page-blog-top-5-reasons-33win33-jackpot__section-title {
        font-size: 2.2rem;
    }
    .page-blog-top-5-reasons-33win33-jackpot__cta-title {
        font-size: 2.4rem;
    }
}

@media (max-width: 768px) {
    /* General content area padding */
    .page-blog-top-5-reasons-33win33-jackpot__container,
    .page-blog-top-5-reasons-33win33-jackpot__hero-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Images */
    .page-blog-top-5-reasons-33win33-jackpot img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-top-5-reasons-33win33-jackpot__hero-image-wrapper {
        margin-bottom: 20px;
    }
    .page-blog-top-5-reasons-33win33-jackpot__card-image {
        height: auto; /* Allow height to adjust */
    }

    /* Buttons */
    .page-blog-top-5-reasons-33win33-jackpot__hero-cta-buttons,
    .page-blog-top-5-reasons-33win33-jackpot__cta-buttons {
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }
    .page-blog-top-5-reasons-33win33-jackpot__btn-primary,
    .page-blog-top-5-reasons-33win33-jackpot__btn-secondary {
        width: 100% !important; /* Full width buttons */
        padding: 12px 25px !important;
        font-size: 1rem !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* Sections */
    .page-blog-top-5-reasons-33win33-jackpot__hero-section,
    .page-blog-top-5-reasons-33win33-jackpot__introduction-section,
    .page-blog-top-5-reasons-33win33-jackpot__reasons-list-section,
    .page-blog-top-5-reasons-33win33-jackpot__cta-section,
    .page-blog-top-5-reasons-33win33-jackpot__faq-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-blog-top-5-reasons-33win33-jackpot__hero-section {
        padding-top: 10px !important; /* Ensure small top padding */
    }

    /* Titles */
    .page-blog-top-5-reasons-33win33-jackpot__hero-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }
    .page-blog-top-5-reasons-33win33-jackpot__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .page-blog-top-5-reasons-33win33-jackpot__cta-title {
        font-size: 2rem;
    }
    .page-blog-top-5-reasons-33win33-jackpot__hero-description,
    .page-blog-top-5-reasons-33win33-jackpot__cta-description {
        font-size: 1rem;
    }
    .page-blog-top-5-reasons-33win33-jackpot__reason-card-grid {
        grid-template-columns: 1fr; /* Stack cards */
    }
    .page-blog-top-5-reasons-33win33-jackpot__card-title {
        font-size: 1.4rem;
    }
    .page-blog-top-5-reasons-33win33-jackpot__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .page-blog-top-5-reasons-33win33-jackpot__faq-answer {
        padding: 0 20px 15px;
    }
}

/* Ensure no filter is used for images */
.page-blog-top-5-reasons-33win33-jackpot img {
    filter: none; /* Explicitly ensure no filter */
}