/* style/resources-th777-slot-bonuses.css */

/* Base styling for the page content, ensuring header offset */
.page-resources-th777-slot-bonuses {
    padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
    background-color: #FFFFFF; /* Auxiliary color as background */
    color: #000000; /* Main color for text for high contrast on light background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-resources-th777-slot-bonuses__hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px; /* Adjusted padding for hero section */
    text-align: center;
    background-color: #000000; /* Dark background for the hero section */
    color: #FFFFFF; /* White text on dark background */
}

.page-resources-th777-slot-bonuses__hero-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-resources-th777-slot-bonuses__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-th777-slot-bonuses__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Slightly dim the image to make text more readable */
}

.page-resources-th777-slot-bonuses__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FCBC45; /* Login button color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.page-resources-th777-slot-bonuses__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-th777-slot-bonuses__hero-cta-button {
    display: inline-block;
    background-color: #FCBC45; /* Login button color */
    color: #000000; /* Main color for text on button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 2;
}

.page-resources-th777-slot-bonuses__hero-cta-button:hover {
    background-color: #e0a53b; /* Slightly darker yellow on hover */
}

.page-resources-th777-slot-bonuses__content-area {
    max-width: 800px; /* Content width controlled for readability */
    margin: 0 auto;
    padding: 40px 20px;
}

.page-resources-th777-slot-bonuses__article-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-resources-th777-slot-bonuses__article-title {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #000000;
}

.page-resources-th777-slot-bonuses__article-intro {
    font-size: 1.1em;
    color: #333333;
}

.page-resources-th777-slot-bonuses__section {
    margin-bottom: 60px;
}

.page-resources-th777-slot-bonuses__section-title {
    font-size: 2em;
    margin-bottom: 20px;
    color: #000000;
    border-bottom: 2px solid #FCBC45;
    padding-bottom: 10px;
}

.page-resources-th777-slot-bonuses__section-text {
    font-size: 1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-th777-slot-bonuses__bonus-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.page-resources-th777-slot-bonuses__bonus-card {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-resources-th777-slot-bonuses__bonus-card:hover {
    transform: translateY(-5px);
}

.page-resources-th777-slot-bonuses__bonus-card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-th777-slot-bonuses__bonus-card-title {
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 10px;
}

.page-resources-th777-slot-bonuses__bonus-card-description {
    font-size: 0.95em;
    color: #555555;
    margin-bottom: 20px;
}

.page-resources-th777-slot-bonuses__bonus-card-button {
    display: inline-block;
    background-color: #FCBC45;
    color: #000000;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-th777-slot-bonuses__bonus-card-button:hover {
    background-color: #e0a53b;
}

.page-resources-th777-slot-bonuses__bonus-list {
    list-style: none;
    padding: 0;
}

.page-resources-th777-slot-bonuses__bonus-item {
    background-color: #f2f2f2;
    border-left: 5px solid #FCBC45;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-resources-th777-slot-bonuses__bonus-item-title {
    font-size: 1.3em;
    color: #000000;
    margin-bottom: 5px;
}

.page-resources-th777-slot-bonuses__bonus-item-description {
    font-size: 0.9em;
    color: #444444;
}

.page-resources-th777-slot-bonuses__claiming-steps {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.page-resources-th777-slot-bonuses__step-item {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    padding-left: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-resources-th777-slot-bonuses__step-item::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #FCBC45;
    color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
}

.page-resources-th777-slot-bonuses__step-title {
    font-size: 1.4em;
    color: #000000;
    margin-bottom: 5px;
}

.page-resources-th777-slot-bonuses__step-description {
    font-size: 0.95em;
    color: #555555;
}

.page-resources-th777-slot-bonuses__step-button {
    display: inline-block;
    background-color: #000000; /* Main color for button */
    color: #FFFFFF; /* White text on dark button */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.page-resources-th777-slot-bonuses__step-button:hover {
    background-color: #333333;
}

.page-resources-th777-slot-bonuses__terms-list {
    list-style: disc;
    padding-left: 25px;
}

.page-resources-th777-slot-bonuses__term-item {
    margin-bottom: 15px;
}

.page-resources-th777-slot-bonuses__term-title {
    font-size: 1.3em;
    color: #000000;
    margin-bottom: 5px;
}

.page-resources-th777-slot-bonuses__term-description {
    font-size: 0.95em;
    color: #444444;
}

.page-resources-th777-slot-bonuses__read-terms-button {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.page-resources-th777-slot-bonuses__read-terms-button:hover {
    background-color: #333333;
}

.page-resources-th777-slot-bonuses__section--responsible-gaming {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.page-resources-th777-slot-bonuses__responsible-gaming-list {
    list-style: disc;
    padding-left: 25px;
    color: #333333;
    font-size: 1em;
    margin-bottom: 20px;
}

.page-resources-th777-slot-bonuses__responsible-gaming-item {
    margin-bottom: 8px;
}

.page-resources-th777-slot-bonuses__responsible-gaming-button {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-th777-slot-bonuses__responsible-gaming-button:hover {
    background-color: #333333;
}

.page-resources-th777-slot-bonuses__section--faq {
    margin-top: 60px;
}

.page-resources-th777-slot-bonuses__faq-item {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    background-color: #fcfcfc;
    cursor: pointer; /* To indicate it's clickable for toggle */
}

.page-resources-th777-slot-bonuses__faq-question {
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.page-resources-th777-slot-bonuses__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-resources-th777-slot-bonuses__faq-item.active .page-resources-th777-slot-bonuses__faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-th777-slot-bonuses__faq-answer {
    font-size: 0.95em;
    color: #555555;
    display: none; /* Hidden by default */
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.page-resources-th777-slot-bonuses__faq-item.active .page-resources-th777-slot-bonuses__faq-answer {
    display: block; /* Shown when active */
}

.page-resources-th777-slot-bonuses__section--related-resources {
    background-color: #f8f8f8;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
}

.page-resources-th777-slot-bonuses__resource-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
}

.page-resources-th777-slot-bonuses__resource-card {
    background-color: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.page-resources-th777-slot-bonuses__resource-card:hover {
    transform: translateY(-5px);
}

.page-resources-th777-slot-bonuses__resource-card-image {
    width: 100%;
    height: 200px; /* Enforce min height */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-resources-th777-slot-bonuses__resource-card-title {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.page-resources-th777-slot-bonuses__resource-card-title a {
    color: #000000;
    text-decoration: none;
}

.page-resources-th777-slot-bonuses__resource-card-title a:hover {
    text-decoration: underline;
}

.page-resources-th777-slot-bonuses__resource-card-description {
    font-size: 0.9em;
    color: #555555;
    margin-bottom: 15px;
}

.page-resources-th777-slot-bonuses__resource-card-link {
    display: inline-block;
    color: #FCBC45;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-th777-slot-bonuses__resource-card-link:hover {
    color: #e0a53b;
    text-decoration: underline;
}

.page-resources-th777-slot-bonuses__return-link-wrapper {
    margin-top: 40px;
}

.page-resources-th777-slot-bonuses__return-link {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-th777-slot-bonuses__return-link:hover {
    background-color: #333333;
}

.page-resources-th777-slot-bonuses__final-cta {
    text-align: center;
    background-color: #000000; /* Dark background for final CTA */
    color: #FFFFFF;
    padding: 60px 20px;
    border-radius: 10px;
    margin-top: 60px;
}

.page-resources-th777-slot-bonuses__final-cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #FCBC45;
}

.page-resources-th777-slot-bonuses__final-cta-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-th777-slot-bonuses__final-cta-button {
    display: inline-block;
    background-color: #FCBC45;
    color: #000000;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-th777-slot-bonuses__final-cta-button:hover {
    background-color: #e0a53b;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-th777-slot-bonuses__hero-title {
        font-size: 2.5em;
    }

    .page-resources-th777-slot-bonuses__hero-description {
        font-size: 1em;
    }

    .page-resources-th777-slot-bonuses__hero-cta-button {
        font-size: 1em;
        padding: 12px 25px;
    }
}