/* style/resources-88aa-latest-bonuses.css */

.page-resources-88aa-latest-bonuses {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

.page-resources-88aa-latest-bonuses .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-88aa-latest-bonuses .hero-section {
    background: linear-gradient(135deg, #0047AB 0%, #002880 100%); /* Deeper blue for hero */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-88aa-latest-bonuses .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for emphasis */
}

.page-resources-88aa-latest-bonuses .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.page-resources-88aa-latest-bonuses .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page-resources-88aa-latest-bonuses .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #0047AB; /* Royal Blue */
    border: 2px solid #FFD700;
}

.page-resources-88aa-latest-bonuses .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-88aa-latest-bonuses .btn-secondary {
    background-color: #0047AB; /* Royal Blue */
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-resources-88aa-latest-bonuses .btn-secondary:hover {
    background-color: #003a8a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-88aa-latest-bonuses .btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* Sections */
.page-resources-88aa-latest-bonuses section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-resources-88aa-latest-bonuses section:last-of-type {
    border-bottom: none;
}

.page-resources-88aa-latest-bonuses .section-title {
    font-size: 2.5em;
    color: #0047AB;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-88aa-latest-bonuses .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-88aa-latest-bonuses .introduction-section p,
.page-resources-88aa-latest-bonuses .how-to-claim-section p,
.page-resources-88aa-latest-bonuses .download-app-section p,
.page-resources-88aa-latest-bonuses .responsible-gambling-section p,
.page-resources-88aa-latest-bonuses .final-cta-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-88aa-latest-bonuses .content-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Bonus Types Section */
.page-resources-88aa-latest-bonuses .bonus-types-section {
    background-color: #f0f8ff;
}

.page-resources-88aa-latest-bonuses .bonus-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.page-resources-88aa-latest-bonuses .bonus-item:hover {
    transform: translateY(-5px);
}

.page-resources-88aa-latest-bonuses .bonus-title {
    font-size: 1.8em;
    color: #0047AB;
    margin-bottom: 15px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-88aa-latest-bonuses .bonus-details {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-88aa-latest-bonuses .bonus-details li {
    margin-bottom: 8px;
}

/* How To Claim Section */
.page-resources-88aa-latest-bonuses .how-to-claim-section ol {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 30px;
    color: #333;
}

.page-resources-88aa-latest-bonuses .how-to-claim-section ol li {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.8;
}

.page-resources-88aa-latest-bonuses .how-to-claim-section ol li strong {
    color: #0047AB;
}

.page-resources-88aa-latest-bonuses .call-to-action-text {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    color: #0047AB;
    margin-top: 40px;
    margin-bottom: 30px;
}

/* Responsible Gambling Section */
.page-resources-88aa-latest-bonuses .responsible-gambling-section {
    background-color: #fff8e1; /* Light yellow background */
    border-top: 5px solid #FFD700;
    border-bottom: 5px solid #FFD700;
}

.page-resources-88aa-latest-bonuses .responsible-gambling-section .section-title {
    color: #0047AB;
}

/* FAQ Section */
.page-resources-88aa-latest-bonuses .faq-section {
    background-color: #f9f9f9;
}

.page-resources-88aa-latest-bonuses .faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-resources-88aa-latest-bonuses .faq-item:hover {
    background-color: #f5f5f5;
}

.page-resources-88aa-latest-bonuses .faq-question {
    font-size: 1.2em;
    color: #0047AB;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.page-resources-88aa-latest-bonuses .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFD700;
    font-weight: bold;
}

.page-resources-88aa-latest-bonuses .faq-item.active .faq-question::after {
    content: '-';
}

.page-resources-88aa-latest-bonuses .faq-answer {
    font-size: 1.05em;
    color: #555;
    display: none; /* Hidden by default, toggled by JS */
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #eee;
}

.page-resources-88aa-latest-bonuses .faq-item.active .faq-answer {
    display: block;
}

/* Final CTA Section */
.page-resources-88aa-latest-bonuses .final-cta-section {
    text-align: center;
    background-color: #0047AB;
    color: #ffffff;
    padding: 80px 0;
}

.page-resources-88aa-latest-bonuses .final-cta-section .section-title {
    color: #FFD700;
}

.page-resources-88aa-latest-bonuses .final-cta-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
}

.page-resources-88aa-latest-bonuses .btn-final-cta {
    background-color: #FFD700;
    color: #0047AB;
    border: 2px solid #FFD700;
}

.page-resources-88aa-latest-bonuses .btn-final-cta:hover {
    background-color: #e6c200;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-88aa-latest-bonuses .hero-title {
        font-size: 2.5em;
    }

    .page-resources-88aa-latest-bonuses .hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-88aa-latest-bonuses .section-title {
        font-size: 2em;
    }

    .page-resources-88aa-latest-bonuses .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-88aa-latest-bonuses .btn-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-resources-88aa-latest-bonuses .bonus-title {
        font-size: 1.5em;
    }

    .page-resources-88aa-latest-bonuses .faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-88aa-latest-bonuses .hero-title {
        font-size: 2em;
    }

    .page-resources-88aa-latest-bonuses .hero-subtitle {
        font-size: 1em;
    }

    .page-resources-88aa-latest-bonuses .section-title {
        font-size: 1.8em;
    }

    .page-resources-88aa-latest-bonuses .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .page-resources-88aa-latest-bonuses .btn-large {
        width: 100%;
    }
}