/* style/promotions-live-casino-rebate.css */

/* Base styles for the page content */
.page-promotions-live-casino-rebate {
    font-family: 'Arial', sans-serif;
    color: #0A192F; /* Dark blue text on light backgrounds */
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-promotions-live-casino-rebate a {
    color: #E0B92B; /* Gold for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-promotions-live-casino-rebate a:hover {
    color: #c9a425; /* Slightly darker gold on hover */
}

.page-promotions-live-casino-rebate__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-promotions-live-casino-rebate__hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    background-color: #0A192F; /* Dark blue background */
    color: #FFFFFF; /* White text for contrast */
    text-align: center;
    padding: 60px 20px;
    overflow: hidden;
}

.page-promotions-live-casino-rebate__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-promotions-live-casino-rebate__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E0B92B; /* Gold for main title */
    line-height: 1.2;
}

.page-promotions-live-casino-rebate__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0; /* Light gray for description */
}

.page-promotions-live-casino-rebate__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Slightly transparent to let background color show */
    z-index: 1;
}

/* General Section Styling */
.page-promotions-live-casino-rebate__section {
    padding: 60px 0;
}

.page-promotions-live-casino-rebate__section:nth-of-type(even) {
    background-color: #f0f0f0;
}

.page-promotions-live-casino-rebate__heading {
    font-size: 2.5em;
    color: #0A192F;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-promotions-live-casino-rebate__heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #E0B92B;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-promotions-live-casino-rebate__sub-heading {
    font-size: 1.6em;
    color: #0A192F;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-promotions-live-casino-rebate__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-live-casino-rebate__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-live-casino-rebate__image--medium {
    max-width: 70%;
}

.page-promotions-live-casino-rebate__image--small {
    max-width: 50%;
}

/* Buttons */
.page-promotions-live-casino-rebate__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    margin: 10px;
}

.page-promotions-live-casino-rebate__btn--primary {
    background-color: #E0B92B; /* Gold background */
    color: #0A192F; /* Dark blue text */
}

.page-promotions-live-casino-rebate__btn--primary:hover {
    background-color: #c9a425; /* Slightly darker gold */
    color: #000000; /* Black text on hover for more contrast */
}

.page-promotions-live-casino-rebate__btn--secondary {
    background-color: #0A192F; /* Dark blue background */
    color: #E0B92B; /* Gold text */
    border: 2px solid #E0B92B;
}

.page-promotions-live-casino-rebate__btn--secondary:hover {
    background-color: #1a2c42; /* Slightly lighter dark blue */
    color: #FFFFFF; /* White text on hover */
}

/* Benefits Grid */
.page-promotions-live-casino-rebate__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-live-casino-rebate__benefit-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-promotions-live-casino-rebate__benefit-item .page-promotions-live-casino-rebate__sub-heading {
    color: #E0B92B;
}

/* Details Section */
.page-promotions-live-casino-rebate__details-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.page-promotions-live-casino-rebate__details-item:last-child {
    margin-bottom: 0;
}

.page-promotions-live-casino-rebate__formula {
    font-size: 1.3em;
    font-weight: bold;
    color: #0A192F;
    background-color: #f0f0f0;
    padding: 15px;
    border-left: 5px solid #E0B92B;
    margin: 20px 0;
    text-align: center;
}

/* How-to-join Steps */
.page-promotions-live-casino-rebate__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-live-casino-rebate__step-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    padding-top: 60px; /* Space for step number */
}

.page-promotions-live-casino-rebate__step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #E0B92B;
    color: #0A192F;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    border: 3px solid #0A192F;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Lists */
.page-promotions-live-casino-rebate__list {
    list-style: disc;
    padding-left: 25px;
    margin-top: 15px;
}

.page-promotions-live-casino-rebate__list li {
    margin-bottom: 10px;
}

.page-promotions-live-casino-rebate__list--important {
    list-style: none;
    padding-left: 0;
}

.page-promotions-live-casino-rebate__list--important li {
    background-color: #fff3cd; /* Light yellow for important notes */
    border-left: 5px solid #E0B92B;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #0A192F; /* Dark blue text for contrast */
}

/* Call to Action */
.page-promotions-live-casino-rebate__cta {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Animation for sections */
.page-promotions-live-casino-rebate .fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.page-promotions-live-casino-rebate .fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-promotions-live-casino-rebate__hero {
        min-height: 350px;
        padding: 40px 20px;
    }

    .page-promotions-live-casino-rebate__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-live-casino-rebate__hero-description {
        font-size: 1em;
    }

    .page-promotions-live-casino-rebate__heading {
        font-size: 2em;
    }

    .page-promotions-live-casino-rebate__sub-heading {
        font-size: 1.4em;
    }

    .page-promotions-live-casino-rebate__image--medium {
        max-width: 90%;
    }

    .page-promotions-live-casino-rebate__image--small {
        max-width: 70%;
    }

    .page-promotions-live-casino-rebate__benefits-grid,
    .page-promotions-live-casino-rebate__steps-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-live-casino-rebate__btn {
        width: 100%;
        margin: 10px 0;
    }

    .page-promotions-live-casino-rebate__cta {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-promotions-live-casino-rebate__hero-title {
        font-size: 2em;
    }

    .page-promotions-live-casino-rebate__heading {
        font-size: 1.8em;
    }

    .page-promotions-live-casino-rebate__sub-heading {
        font-size: 1.2em;
    }

    .page-promotions-live-casino-rebate__hero-description {
        font-size: 0.9em;
    }
}