/* style/promotions-may88-holiday-specials.css */
:root {
    --may88-primary-color: #4A0E6B;
    --may88-secondary-color: #FFD700;
    --may88-text-dark: #2C083F;
    --may88-text-light: #FFFFFF;
    --may88-background-light: #F8F8F8;
    --may88-accent-green: #b5f194;
}

.page-promotions-may88-holiday-specials {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--may88-text-dark);
    background-color: var(--may88-background-light);
}

.page-promotions-may88-holiday-specials__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-promotions-may88-holiday-specials__section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-may88-holiday-specials__section:nth-of-type(even) {
    background-color: #EFEFEF;
}

.page-promotions-may88-holiday-specials__hero {
    background: linear-gradient(135deg, var(--may88-primary-color) 0%, #6E1A9D 50%, var(--may88-secondary-color) 100%);
    color: var(--may88-text-light);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-may88-holiday-specials__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(255,215,0,0.2) 0%, transparent 70%);
    pointer-events: none;
}

.page-promotions-may88-holiday-specials__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--may88-text-light);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-weight: bold;
}

.page-promotions-may88-holiday-specials__hero-subtitle {
    font-size: 1.25em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-may88-holiday-specials__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    margin-bottom: 40px;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

.page-promotions-may88-holiday-specials__section-title {
    font-size: 2.5em;
    color: var(--may88-primary-color);
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-may88-holiday-specials__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--may88-secondary-color);
    border-radius: 2px;
}

.page-promotions-may88-holiday-specials__subsection-title {
    font-size: 1.8em;
    color: var(--may88-primary-color);
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-promotions-may88-holiday-specials__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--may88-text-dark);
    text-align: justify;
}

.page-promotions-may88-holiday-specials__list {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    max-width: 900px;
    text-align: left;
}

.page-promotions-may88-holiday-specials__list li {
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid var(--may88-secondary-color);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 1em;
    color: var(--may88-text-dark);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-promotions-may88-holiday-specials__list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.page-promotions-may88-holiday-specials__list strong {
    color: var(--may88-primary-color);
}

.page-promotions-may88-holiday-specials__image {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.page-promotions-may88-holiday-specials__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-may88-holiday-specials__image--small {
    max-width: 60%;
}

.page-promotions-may88-holiday-specials__button {
    display: inline-block;
    background-color: var(--may88-secondary-color);
    color: var(--may88-primary-color);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    border: 2px solid var(--may88-secondary-color);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.page-promotions-may88-holiday-specials__button:hover {
    background-color: var(--may88-primary-color);
    color: var(--may88-secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    border-color: var(--may88-primary-color);
}

.page-promotions-may88-holiday-specials__button--primary {
    background-color: var(--may88-secondary-color);
    color: var(--may88-primary-color);
    border-color: var(--may88-secondary-color);
}

.page-promotions-may88-holiday-specials__button--download {
    background-color: var(--may88-accent-green);
    color: var(--may88-primary-color);
    border-color: var(--may88-accent-green);
}

.page-promotions-may88-holiday-specials__button--download:hover {
    background-color: var(--may88-primary-color);
    color: var(--may88-accent-green);
    border-color: var(--may88-primary-color);
}

.page-promotions-may88-holiday-specials__button--final-cta {
    margin-top: 30px;
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-promotions-may88-holiday-specials__promo-card {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-may88-holiday-specials__promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.page-promotions-may88-holiday-specials__promo-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-promotions-may88-holiday-specials__promo-content {
    padding: 25px;
}

.page-promotions-may88-holiday-specials__promo-title {
    font-size: 1.6em;
    color: var(--may88-primary-color);
    margin-top: 0;
    margin-bottom: 15px;
}

.page-promotions-may88-holiday-specials__promo-content .page-promotions-may88-holiday-specials__list {
    margin: 15px 0;
    max-width: 100%;
}

.page-promotions-may88-holiday-specials__promo-content .page-promotions-may88-holiday-specials__list li {
    padding: 10px 15px;
    font-size: 0.95em;
}

.page-promotions-may88-holiday-specials__promo-content .page-promotions-may88-holiday-specials__button {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 1em;
}

.page-promotions-may88-holiday-specials__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-may88-holiday-specials__step-card {
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-promotions-may88-holiday-specials__step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.page-promotions-may88-holiday-specials__step-title {
    font-size: 1.4em;
    color: var(--may88-primary-color);
    margin-bottom: 20px;
}

.page-promotions-may88-holiday-specials__step-image {
    max-width: 150px;
    height: auto;
    margin: 0 auto 25px auto;
    display: block;
}

.page-promotions-may88-holiday-specials__step-card .page-promotions-may88-holiday-specials__text {
    font-size: 0.95em;
    color: #555;
    flex-grow: 1;
}

.page-promotions-may88-holiday-specials__step-card .page-promotions-may88-holiday-specials__text a {
    color: var(--may88-primary-color);
    text-decoration: underline;
    font-weight: bold;
}

.page-promotions-may88-holiday-specials__step-card .page-promotions-may88-holiday-specials__text a:hover {
    color: var(--may88-secondary-color);
}

.page-promotions-may88-holiday-specials__step-card .page-promotions-may88-holiday-specials__button {
    margin-top: 25px;
    width: 100%;
    padding: 12px 0;
}

.page-promotions-may88-holiday-specials__app-image {
    max-width: 400px;
    height: auto;
    margin: 30px auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.page-promotions-may88-holiday-specials__faq-item {
    background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: left;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-promotions-may88-holiday-specials__faq-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.page-promotions-may88-holiday-specials__faq-question {
    font-size: 1.3em;
    color: var(--may88-primary-color);
    padding: 20px 25px;
    margin: 0;
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-promotions-may88-holiday-specials__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: var(--may88-secondary-color);
    transition: transform 0.3s ease;
}

.page-promotions-may88-holiday-specials__faq-item.active .page-promotions-may88-holiday-specials__faq-question::after {
    transform: rotate(45deg);
}

.page-promotions-may88-holiday-specials__faq-answer {
    padding: 0 25px 20px 25px;
    margin: 0;
    font-size: 1em;
    color: #444;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-may88-holiday-specials__faq-item.active .page-promotions-may88-holiday-specials__faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-promotions-may88-holiday-specials__promo-card {
        flex-direction: row;
        text-align: left;
    }

    .page-promotions-may88-holiday-specials__promo-card:nth-child(even) {
        flex-direction: row-reverse;
    }

    .page-promotions-may88-holiday-specials__promo-image {
        width: 40%;
        height: auto;
        border-bottom: none;
        border-right: 1px solid #eee;
    }

    .page-promotions-may88-holiday-specials__promo-card:nth-child(even) .page-promotions-may88-holiday-specials__promo-image {
        border-left: 1px solid #eee;
        border-right: none;
    }

    .page-promotions-may88-holiday-specials__promo-content {
        width: 60%;
    }

    .page-promotions-may88-holiday-specials__hero-title {
        font-size: 4em;
    }

    .page-promotions-may88-holiday-specials__section-title {
        font-size: 3em;
    }
}

@media (max-width: 767px) {
    .page-promotions-may88-holiday-specials__hero-title {
        font-size: 2.5em;
    }

    .page-promotions-may88-holiday-specials__hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-may88-holiday-specials__section-title {
        font-size: 2em;
    }

    .page-promotions-may88-holiday-specials__subsection-title {
        font-size: 1.5em;
    }

    .page-promotions-may88-holiday-specials__text {
        font-size: 0.95em;
    }

    .page-promotions-may88-holiday-specials__list li {
        font-size: 0.9em;
    }

    .page-promotions-may88-holiday-specials__button {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-promotions-may88-holiday-specials__promo-card {
        flex-direction: column;
    }

    .page-promotions-may88-holiday-specials__promo-image {
        height: 200px;
    }

    .page-promotions-may88-holiday-specials__steps {
        grid-template-columns: 1fr;
    }
}