/* style/resources-mcw-casino-latest-promotions.css */

.page-resources-mcw-casino-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: #FFFFFF; /* Light text on dark background */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
}

.page-resources-mcw-casino-latest-promotions .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-mcw-casino-latest-promotions .hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #30475E 100%); /* Darker blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-resources-mcw-casino-latest-promotions .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-mcw-casino-latest-promotions .hero-section p {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-resources-mcw-casino-latest-promotions .cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #0A192F; /* Dark text on gold */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-mcw-casino-latest-promotions .cta-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-mcw-casino-latest-promotions .primary-cta {
    font-size: 1.4em;
    padding: 18px 35px;
    margin-top: 30px;
}

.page-resources-mcw-casino-latest-promotions .section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.page-resources-mcw-casino-latest-promotions .section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.page-resources-mcw-casino-latest-promotions section {
    padding: 80px 0;
}

.page-resources-mcw-casino-latest-promotions section:nth-of-type(even) {
    background-color: #1A2B42; /* Slightly lighter dark blue for alternating sections */
}

.page-resources-mcw-casino-latest-promotions h2, .page-resources-mcw-casino-latest-promotions h3 {
    color: #FFD700;
    margin-bottom: 20px;
}

.page-resources-mcw-casino-latest-promotions h3 {
    font-size: 1.8em;
    color: #FFD700;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 10px;
    margin-top: 30px;
}

.page-resources-mcw-casino-latest-promotions p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-resources-mcw-casino-latest-promotions .promotion-card {
    background-color: #0F2038;
    border: 1px solid #FFD700;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-resources-mcw-casino-latest-promotions .promotion-card:hover {
    transform: translateY(-5px);
}

.page-resources-mcw-casino-latest-promotions .promotion-card h3 {
    color: #FFD700;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.page-resources-mcw-casino-latest-promotions .image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-resources-mcw-casino-latest-promotions .promotion-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    border: 2px solid #FFD700;
}

.page-resources-mcw-casino-latest-promotions .important-points {
    background-color: #1A2B42;
    border-left: 5px solid #FFD700;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
}

.page-resources-mcw-casino-latest-promotions .important-points h3 {
    color: #FFD700;
    margin-top: 0;
    font-size: 1.6em;
    border-bottom: none;
}

.page-resources-mcw-casino-latest-promotions .important-points ul {
    list-style: disc;
    padding-left: 25px;
    color: #E0E0E0;
}

.page-resources-mcw-casino-latest-promotions .important-points ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-mcw-casino-latest-promotions .step-card {
    background-color: #0F2038;
    border: 1px solid #FFD700;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.page-resources-mcw-casino-latest-promotions .step-card h3 {
    color: #FFD700;
    font-size: 1.7em;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: none;
    padding-bottom: 0;
}

.page-resources-mcw-casino-latest-promotions .step-card p {
    color: #E0E0E0;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-resources-mcw-casino-latest-promotions .conclusion-section {
    text-align: center;
    padding-bottom: 100px;
}

.page-resources-mcw-casino-latest-promotions .conclusion-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-mcw-casino-latest-promotions .hero-section h1 {
        font-size: 2.5em;
    }

    .page-resources-mcw-casino-latest-promotions .hero-section p {
        font-size: 1.1em;
    }

    .page-resources-mcw-casino-latest-promotions .section-title {
        font-size: 2em;
    }

    .page-resources-mcw-casino-latest-promotions h3 {
        font-size: 1.5em;
    }

    .page-resources-mcw-casino-latest-promotions .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-mcw-casino-latest-promotions .primary-cta {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .page-resources-mcw-casino-latest-promotions section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-mcw-casino-latest-promotions .hero-section h1 {
        font-size: 2em;
    }

    .page-resources-mcw-casino-latest-promotions .hero-section p {
        font-size: 1em;
    }

    .page-resources-mcw-casino-latest-promotions .section-title {
        font-size: 1.8em;
    }

    .page-resources-mcw-casino-latest-promotions h3 {
        font-size: 1.3em;
    }

    .page-resources-mcw-casino-latest-promotions .cta-button {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-resources-mcw-casino-latest-promotions .primary-cta {
        width: 90%;
    }

    .page-resources-mcw-casino-latest-promotions .important-points ul {
        padding-left: 20px;
    }

    .page-resources-mcw-casino-latest-promotions .important-points h3 {
        font-size: 1.4em;
    }
}