/* style/promotions-red88-betting-boost.css */
.page-promotions-red88-betting-boost {
    font-family: 'Arial', sans-serif;
    color: #36454F; /* Charcoal Gray for main text */
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-promotions-red88-betting-boost .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-promotions-red88-betting-boost .hero-section {
    background: linear-gradient(135deg, #DC143C 0%, #36454F 100%);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-red88-betting-boost .hero-section::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-betting-boost .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.page-promotions-red88-betting-boost .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.page-promotions-red88-betting-boost .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-promotions-red88-betting-boost .hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}

.page-promotions-red88-betting-boost .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* General Buttons */
.page-promotions-red88-betting-boost .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-promotions-red88-betting-boost .btn-primary {
    background-color: #DC143C; /* Crimson */
    color: #ffffff;
    margin-right: 15px;
}

.page-promotions-red88-betting-boost .btn-primary:hover {
    background-color: #a00f2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-red88-betting-boost .btn-secondary {
    background-color: #36454F; /* Charcoal Gray */
    color: #ffffff;
}

.page-promotions-red88-betting-boost .btn-secondary:hover {
    background-color: #2a353d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-red88-betting-boost .btn-tertiary {
    background-color: transparent;
    border: 2px solid #DC143C;
    color: #DC143C;
    padding: 10px 20px;
}

.page-promotions-red88-betting-boost .btn-tertiary:hover {
    background-color: #DC143C;
    color: #ffffff;
}

/* Section Titles */
.page-promotions-red88-betting-boost .section-title {
    font-size: 2.5em;
    color: #DC143C; /* Crimson */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-red88-betting-boost .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-betting-boost .section-description {
    text-align: center;
    font-size: 1.2em;
    color: #555;
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* About Boost Section */
.page-promotions-red88-betting-boost .about-boost-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.page-promotions-red88-betting-boost .about-boost-section .content-grid {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-promotions-red88-betting-boost .about-boost-section .text-content {
    flex: 1;
}

.page-promotions-red88-betting-boost .about-boost-section .text-content p {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #444;
}

.page-promotions-red88-betting-boost .about-boost-section .image-content {
    flex: 1;
    text-align: center;
}

.page-promotions-red88-betting-boost .about-boost-section .feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Benefits Section */
.page-promotions-red88-betting-boost .benefits-section {
    padding: 80px 0;
    background-color: #f0f2f5;
}

.page-promotions-red88-betting-boost .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-promotions-red88-betting-boost .benefit-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-red88-betting-boost .benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-betting-boost .benefit-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    color: #DC143C;
}

.page-promotions-red88-betting-boost .benefit-title {
    font-size: 1.5em;
    color: #36454F; /* Charcoal Gray */
    margin-bottom: 15px;
}

.page-promotions-red88-betting-boost .benefit-item p {
    color: #666;
}

/* How It Works Section */
.page-promotions-red88-betting-boost .how-it-works-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.page-promotions-red88-betting-boost .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-promotions-red88-betting-boost .step-item {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    border-top: 5px solid #DC143C;
}

.page-promotions-red88-betting-boost .step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #DC143C;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-red88-betting-boost .step-title {
    font-size: 1.4em;
    color: #36454F;
    margin-bottom: 15px;
}

.page-promotions-red88-betting-boost .step-item p {
    color: #555;
}

.page-promotions-red88-betting-boost .text-link {
    color: #DC143C;
    text-decoration: underline;
}

.page-promotions-red88-betting-boost .text-link:hover {
    color: #a00f2d;
}

.page-promotions-red88-betting-boost .cta-bottom {
    text-align: center;
}

/* Featured Events Section */
.page-promotions-red88-betting-boost .featured-events-section {
    padding: 80px 0;
    background-color: #f0f2f5;
}

.page-promotions-red88-betting-boost .events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.page-promotions-red88-betting-boost .event-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-red88-betting-boost .event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-red88-betting-boost .event-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-promotions-red88-betting-boost .event-card h3 {
    font-size: 1.4em;
    color: #36454F;
    padding: 20px 20px 10px;
}

.page-promotions-red88-betting-boost .event-card p {
    color: #666;
    padding: 0 20px 20px;
}

.page-promotions-red88-betting-boost .event-card .btn-tertiary {
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 12px 0;
    font-size: 1em;
}

.page-promotions-red88-betting-boost .note-text {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: 40px;
}

/* Why Red88 Section */
.page-promotions-red88-betting-boost .why-red88-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.page-promotions-red88-betting-boost .why-red88-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-promotions-red88-betting-boost .why-item {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #DC143C;
}

.page-promotions-red88-betting-boost .why-item h3 {
    font-size: 1.4em;
    color: #36454F;
    margin-bottom: 15px;
}

.page-promotions-red88-betting-boost .why-item p {
    color: #555;
}

/* Responsible Gambling Section */
.page-promotions-red88-betting-boost .responsible-gambling-section {
    padding: 80px 0;
    background-color: #f0f2f5;
}

.page-promotions-red88-betting-boost .responsible-gambling-section p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 20px;
}

.page-promotions-red88-betting-boost .responsible-gambling-section ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 30px;
    color: #555;
}

.page-promotions-red88-betting-boost .responsible-gambling-section ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-promotions-red88-betting-boost .responsible-gambling-section ul li strong {
    color: #36454F;
}

/* Final CTA Section */
.page-promotions-red88-betting-boost .cta-final-section {
    padding: 80px 0;
    text-align: center;
    background: #36454F;
    color: #ffffff;
}

.page-promotions-red88-betting-boost .cta-final-section .section-title {
    color: #ffffff;
}

.page-promotions-red88-betting-boost .cta-final-section .section-title::after {
    background-color: #DC143C;
}

.page-promotions-red88-betting-boost .cta-final-section .section-description {
    color: #f0f0f0;
    margin-bottom: 40px;
}

.page-promotions-red88-betting-boost .cta-final-section .btn {
    margin: 0 10px;
}

.page-promotions-red88-betting-boost .cta-final-section .btn-tertiary {
    border-color: #ffffff;
    color: #ffffff;
}

.page-promotions-red88-betting-boost .cta-final-section .btn-tertiary:hover {
    background-color: #ffffff;
    color: #DC143C;
}

/* FAQ Section */
.page-promotions-red88-betting-boost .faq-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.page-promotions-red88-betting-boost .faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.page-promotions-red88-betting-boost .faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.page-promotions-red88-betting-boost .faq-question {
    font-size: 1.3em;
    color: #36454F; /* Charcoal Gray */
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.page-promotions-red88-betting-boost .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #DC143C;
    transition: transform 0.3s ease;
}

.page-promotions-red88-betting-boost .faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-promotions-red88-betting-boost .faq-answer {
    font-size: 1.05em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding-left: 15px;
}

.page-promotions-red88-betting-boost .faq-answer.active {
    max-height: 200px; /* Adjust as needed for content */
    padding-top: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-red88-betting-boost .hero-title {
        font-size: 2.8em;
    }
    .page-promotions-red88-betting-boost .hero-subtitle {
        font-size: 1.2em;
    }
    .page-promotions-red88-betting-boost .about-boost-section .content-grid {
        flex-direction: column;
    }
    .page-promotions-red88-betting-boost .about-boost-section .image-content {
        order: -1; /* Image above text on smaller screens */
        margin-bottom: 30px;
    }
    .page-promotions-red88-betting-boost .section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-red88-betting-boost .hero-title {
        font-size: 2.2em;
    }
    .page-promotions-red88-betting-boost .hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-red88-betting-boost .hero-section {
        padding: 60px 0;
    }
    .page-promotions-red88-betting-boost .btn {
        padding: 12px 25px;
        font-size: 1em;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-promotions-red88-betting-boost .cta-final-section .btn {
        display: block;
        width: 80%;
        margin: 15px auto;
    }
    .page-promotions-red88-betting-boost .section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-promotions-red88-betting-boost .section-description {
        font-size: 1em;
        margin-bottom: 40px;
    }
    .page-promotions-red88-betting-boost .benefits-grid, 
    .page-promotions-red88-betting-boost .steps-grid, 
    .page-promotions-red88-betting-boost .events-grid, 
    .page-promotions-red88-betting-boost .why-red88-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-red88-betting-boost .event-card .btn-tertiary {
        width: calc(100% - 40px);
    }
    .page-promotions-red88-betting-boost .faq-question {
        font-size: 1.1em;
    }
    .page-promotions-red88-betting-boost .faq-answer {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-promotions-red88-betting-boost .hero-title {
        font-size: 1.8em;
    }
    .page-promotions-red88-betting-boost .hero-subtitle {
        font-size: 0.9em;
    }
    .page-promotions-red88-betting-boost .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-promotions-red88-betting-boost .section-title {
        font-size: 1.5em;
    }
    .page-promotions-red88-betting-boost .benefit-title, 
    .page-promotions-red88-betting-boost .step-title, 
    .page-promotions-red88-betting-boost .event-title, 
    .page-promotions-red88-betting-boost .why-item h3 {
        font-size: 1.2em;
    }
}