/* style/promotions-red88-live-casino-challenge.css */
.page-promotions-red88-live-casino-challenge {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #36454F; /* Carbon Gray for general text */
    background-color: #f8f8f8;
}

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

.page-promotions-red88-live-casino-challenge__hero {
    background: linear-gradient(135deg, #DC143C 0%, #DC143C 50%, #36454F 100%);
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-red88-live-casino-challenge__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-promotions-red88-live-casino-challenge__hero .page-promotions-red88-live-casino-challenge__container {
    position: relative;
    z-index: 2;
}

.page-promotions-red88-live-casino-challenge__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #FFFFFF; /* Ensure high contrast */
}

.page-promotions-red88-live-casino-challenge__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #f0f0f0; /* Slightly off-white for contrast */
}

.page-promotions-red88-live-casino-challenge__keyword {
    color: #FFD700; /* Gold for emphasis on keywords */
    font-weight: bold;
}

.page-promotions-red88-live-casino-challenge__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold for CTA */
    color: #36454F; /* Carbon Gray for text on gold */
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-red88-live-casino-challenge__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-red88-live-casino-challenge__cta-button--secondary {
    background-color: #36454F;
    color: #FFFFFF;
}

.page-promotions-red88-live-casino-challenge__cta-button--secondary:hover {
    background-color: #2a353c;
}

.page-promotions-red88-live-casino-challenge__section-title {
    font-size: 2.5em;
    color: #DC143C;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-red88-live-casino-challenge__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #DC143C;
    border-radius: 2px;
}

.page-promotions-red88-live-casino-challenge__introduction,
.page-promotions-red88-live-casino-challenge__how-to-join,
.page-promotions-red88-live-casino-challenge__rules,
.page-promotions-red88-live-casino-challenge__prizes,
.page-promotions-red88-live-casino-challenge__why-red88,
.page-promotions-red88-live-casino-challenge__faq,
.page-promotions-red88-live-casino-challenge__final-cta {
    padding: 80px 0;
}

.page-promotions-red88-live-casino-challenge__introduction {
    background-color: #FFFFFF;
}

.page-promotions-red88-live-casino-challenge__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-promotions-red88-live-casino-challenge__content-wrapper .page-promotions-red88-live-casino-challenge__text-content {
    flex: 1;
}

.page-promotions-red88-live-casino-challenge__content-wrapper .page-promotions-red88-live-casino-challenge__image-box {
    flex: 1;
    text-align: center;
}

.page-promotions-red88-live-casino-challenge__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-live-casino-challenge__inline-cta {
    color: #DC143C;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-promotions-red88-live-casino-challenge__inline-cta:hover {
    color: #9a0e2a;
}

.page-promotions-red88-live-casino-challenge__description {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 50px;
    color: #555;
}

.page-promotions-red88-live-casino-challenge__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-promotions-red88-live-casino-challenge__step-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-promotions-red88-live-casino-challenge__step-item:hover {
    transform: translateY(-5px);
}

.page-promotions-red88-live-casino-challenge__step-icon {
    font-size: 2.5em;
    color: #DC143C;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #fcebeb; /* Light background for number */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.page-promotions-red88-live-casino-challenge__step-title {
    font-size: 1.5em;
    color: #36454F;
    margin-bottom: 15px;
}

.page-promotions-red88-live-casino-challenge__centered-cta {
    text-align: center;
    margin-top: 60px;
}

.page-promotions-red88-live-casino-challenge__rules {
    background-color: #f0f0f0;
}

.page-promotions-red88-live-casino-challenge__rules-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-promotions-red88-live-casino-challenge__rules-list li {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #DC143C;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-red88-live-casino-challenge__rules-list li strong {
    color: #DC143C;
}

.page-promotions-red88-live-casino-challenge__prizes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-promotions-red88-live-casino-challenge__prize-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-red88-live-casino-challenge__prize-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-live-casino-challenge__prize-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.page-promotions-red88-live-casino-challenge__prize-title {
    font-size: 1.8em;
    color: #DC143C;
    margin-bottom: 10px;
}

.page-promotions-red88-live-casino-challenge__prize-description {
    color: #555;
    font-size: 1.1em;
}

.page-promotions-red88-live-casino-challenge__why-red88 {
    background-color: #36454F;
    color: #FFFFFF;
}

.page-promotions-red88-live-casino-challenge__why-red88 .page-promotions-red88-live-casino-challenge__section-title {
    color: #FFD700;
}

.page-promotions-red88-live-casino-challenge__why-red88 .page-promotions-red88-live-casino-challenge__section-title::after {
    background-color: #FFD700;
}

.page-promotions-red88-live-casino-challenge__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-promotions-red88-live-casino-challenge__feature-item {
    background-color: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.page-promotions-red88-live-casino-challenge__feature-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-promotions-red88-live-casino-challenge__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-promotions-red88-live-casino-challenge__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-red88-live-casino-challenge__feature-item p {
    color: #f0f0f0;
}

.page-promotions-red88-live-casino-challenge__faq-item {
    background-color: #FFFFFF;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}

.page-promotions-red88-live-casino-challenge__faq-question {
    font-size: 1.3em;
    color: #DC143C;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-promotions-red88-live-casino-challenge__faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-promotions-red88-live-casino-challenge__faq-question.active::after {
    transform: rotate(45deg);
}

.page-promotions-red88-live-casino-challenge__faq-answer {
    color: #555;
    font-size: 1.05em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-promotions-red88-live-casino-challenge__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

.page-promotions-red88-live-casino-challenge__final-cta {
    background-color: #DC143C;
    color: #FFFFFF;
    text-align: center;
    padding: 100px 0;
}

.page-promotions-red88-live-casino-challenge__final-cta .page-promotions-red88-live-casino-challenge__section-title {
    color: #FFFFFF;
}

.page-promotions-red88-live-casino-challenge__final-cta .page-promotions-red88-live-casino-challenge__section-title::after {
    background-color: #FFFFFF;
}

.page-promotions-red88-live-casino-challenge__final-cta .page-promotions-red88-live-casino-challenge__description {
    color: #f0f0f0;
    margin-bottom: 50px;
}

.page-promotions-red88-live-casino-challenge__disclaimer {
    margin-top: 30px;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

/* Floating Action Menu */
.page-promotions-red88-live-casino-challenge__floating-menu {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.page-promotions-red88-live-casino-challenge__floating-button {
    background-color: #DC143C;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.page-promotions-red88-live-casino-challenge__floating-button:hover {
    background-color: #9a0e2a;
    transform: scale(1.05);
}

.page-promotions-red88-live-casino-challenge__floating-icon {
    width: 30px;
    height: 30px;
    filter: invert(1);
    transition: transform 0.3s ease;
}

.page-promotions-red88-live-casino-challenge__floating-text {
    position: absolute;
    right: 70px;
    background-color: #36454F;
    color: #FFFFFF;
    padding: 8px 15px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-promotions-red88-live-casino-challenge__floating-button:hover .page-promotions-red88-live-casino-challenge__floating-text {
    opacity: 1;
    visibility: visible;
}

.page-promotions-red88-live-casino-challenge__floating-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.page-promotions-red88-live-casino-challenge__floating-links.active {
    max-height: 200px; /* Adjust based on number of links */
}

.page-promotions-red88-live-casino-challenge__floating-links a {
    background-color: #36454F;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-red88-live-casino-challenge__floating-links a:hover {
    background-color: #55626b;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-red88-live-casino-challenge__title {
        font-size: 2.8em;
    }
    .page-promotions-red88-live-casino-challenge__subtitle {
        font-size: 1.3em;
    }
    .page-promotions-red88-live-casino-challenge__section-title {
        font-size: 2em;
    }
    .page-promotions-red88-live-casino-challenge__content-wrapper {
        flex-direction: column;
    }
    .page-promotions-red88-live-casino-challenge__content-wrapper .page-promotions-red88-live-casino-challenge__image-box--left {
        order: -1;
    }
}

@media (max-width: 768px) {
    .page-promotions-red88-live-casino-challenge__hero {
        padding: 80px 0;
    }
    .page-promotions-red88-live-casino-challenge__title {
        font-size: 2.2em;
    }
    .page-promotions-red88-live-casino-challenge__subtitle {
        font-size: 1.1em;
    }
    .page-promotions-red88-live-casino-challenge__cta-button {
        font-size: 1em;
        padding: 12px 25px;
    }
    .page-promotions-red88-live-casino-challenge__introduction,
    .page-promotions-red88-live-casino-challenge__how-to-join,
    .page-promotions-red88-live-casino-challenge__rules,
    .page-promotions-red88-live-casino-challenge__prizes,
    .page-promotions-red88-live-casino-challenge__why-red88,
    .page-promotions-red88-live-casino-challenge__faq,
    .page-promotions-red88-live-casino-challenge__final-cta {
        padding: 60px 0;
    }
    .page-promotions-red88-live-casino-challenge__floating-menu {
        bottom: 20px;
        right: 20px;
    }
    .page-promotions-red88-live-casino-challenge__floating-button {
        width: 50px;
        height: 50px;
    }
    .page-promotions-red88-live-casino-challenge__floating-icon {
        width: 25px;
        height: 25px;
    }
    .page-promotions-red88-live-casino-challenge__floating-text {
        right: 60px;
        padding: 6px 12px;
        font-size: 0.8em;
    }
    .page-promotions-red88-live-casino-challenge__floating-links a {
        padding: 8px 15px;
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .page-promotions-red88-live-casino-challenge__title {
        font-size: 1.8em;
    }
    .page-promotions-red88-live-casino-challenge__subtitle {
        font-size: 1em;
    }
    .page-promotions-red88-live-casino-challenge__section-title {
        font-size: 1.8em;
    }
    .page-promotions-red88-live-casino-challenge__description {
        font-size: 1em;
    }
    .page-promotions-red88-live-casino-challenge__step-title,
    .page-promotions-red88-live-casino-challenge__prize-title,
    .page-promotions-red88-live-casino-challenge__feature-title {
        font-size: 1.3em;
    }
    .page-promotions-red88-live-casino-challenge__faq-question {
        font-size: 1.1em;
    }
    .page-promotions-red88-live-casino-challenge__floating-text {
        display: none; /* Hide text on very small screens */
    }
    .page-promotions-red88-live-casino-challenge__floating-button:hover .page-promotions-red88-live-casino-challenge__floating-text {
        opacity: 0;
        visibility: hidden;
    }
}