/* style/promotions-event-specials.css */
.page-promotions-event-specials {
    font-family: 'Arial', sans-serif;
    color: #F5F5F5; /* Light text for dark background */
    background-color: #0A192F; /* Main dark blue background */
    line-height: 1.6;
}

.page-promotions-event-specials .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-promotions-event-specials .hero-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0A192F 0%, #2a3d5f 100%); /* Dark blue gradient */
    padding: 20px;
}

.page-promotions-event-specials .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-promotions-event-specials .hero-content {
    position: relative;
    z-index: 2;
    color: #FFD700; /* Gold for main titles */
    max-width: 800px;
}

.page-promotions-event-specials .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700; /* Gold for main title */
}

.page-promotions-event-specials .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #F5F5F5;
}

/* General Section Styling */
.page-promotions-event-specials section {
    padding: 60px 0;
}

.page-promotions-event-specials .intro-section,
.page-promotions-event-specials .how-to-participate,
.page-promotions-event-specials .why-okwinbet,
.page-promotions-event-specials .terms-conditions,
.page-promotions-event-specials .faq-section,
.page-promotions-event-specials .call-to-action-final {
    background-color: #1a2a47; /* Slightly lighter dark blue for content sections */
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-event-specials .promo-categories {
    background-color: #0A192F; /* Main dark blue for contrast */
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-event-specials .section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-event-specials .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #FFD700;
}

.page-promotions-event-specials .section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #F5F5F5;
}

/* Buttons */
.page-promotions-event-specials .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-promotions-event-specials .btn-primary {
    background-color: #FFD700; /* Gold primary button */
    color: #0A192F; /* Dark blue text on gold */
    border: 2px solid #FFD700;
}

.page-promotions-event-specials .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-promotions-event-specials .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text for secondary button */
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-promotions-event-specials .btn-secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
}

.page-promotions-event-specials .cta-buttons {
    text-align: center;
    margin-top: 40px;
}

/* Category Grid */
.page-promotions-event-specials .category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-event-specials .category-item {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.15);
}

.page-promotions-event-specials .category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-event-specials .category-item h3 {
    font-size: 1.6em;
    color: #FFD700;
    margin: 15px 0;
}

.page-promotions-event-specials .category-item p {
    color: #CCCCCC;
    margin-bottom: 20px;
}

.page-promotions-event-specials .category-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: invert(80%) sepia(100%) saturate(2000%) hue-rotate(30deg) brightness(1.2);
}

/* Steps Grid */
.page-promotions-event-specials .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-event-specials .step-item {
    background-color: #0A192F;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 215, 0, 0.15);
}

.page-promotions-event-specials .step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFD700;
    color: #0A192F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    border: 3px solid #0A192F;
}

.page-promotions-event-specials .step-item h3 {
    font-size: 1.5em;
    color: #FFD700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-promotions-event-specials .step-item p {
    color: #CCCCCC;
}

.page-promotions-event-specials .step-item a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-event-specials .step-item a:hover {
    text-decoration: underline;
}

.page-promotions-event-specials .cta-block {
    text-align: center;
    margin-top: 50px;
    background-color: #2a3d5f;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-promotions-event-specials .cta-block p {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #F5F5F5;
}

/* Why Okwinbet Section */
.page-promotions-event-specials .reason-list {
    list-style: none;
    padding: 0;
    margin: 40px auto 0 auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.page-promotions-event-specials .reason-list li {
    background-color: #0A192F;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #F5F5F5;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-event-specials .reason-list li strong {
    color: #FFD700;
}

.page-promotions-event-specials .list-icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
    filter: invert(80%) sepia(100%) saturate(2000%) hue-rotate(30deg) brightness(1.2);
}

.page-promotions-event-specials .reason-list li a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-event-specials .reason-list li a:hover {
    text-decoration: underline;
}

/* Terms & Conditions */
.page-promotions-event-specials .terms-content {
    background-color: #0A192F;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-event-specials .terms-content h3 {
    font-size: 1.4em;
    color: #FFD700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-promotions-event-specials .terms-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #CCCCCC;
}

.page-promotions-event-specials .terms-content ul li {
    margin-bottom: 10px;
}

.page-promotions-event-specials .terms-content p {
    color: #F5F5F5;
    margin-bottom: 15px;
    text-align: left;
}

.page-promotions-event-specials .terms-content a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-promotions-event-specials .terms-content a:hover {
    text-decoration: underline;
}

/* FAQ Section */
.page-promotions-event-specials .faq-item {
    background-color: #0A192F;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-event-specials .faq-item h3 {
    font-size: 1.3em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-promotions-event-specials .faq-item p {
    color: #CCCCCC;
}

/* Final Call to Action */
.page-promotions-event-specials .call-to-action-final {
    text-align: center;
    padding: 80px 20px;
    background-color: #0A192F;
}

.page-promotions-event-specials .call-to-action-final .section-title {
    color: #FFD700;
}

.page-promotions-event-specials .call-to-action-final .section-description {
    color: #F5F5F5;
    margin-bottom: 50px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-event-specials .hero-title {
        font-size: 2.8em;
    }

    .page-promotions-event-specials .hero-subtitle {
        font-size: 1.3em;
    }

    .page-promotions-event-specials .section-title {
        font-size: 2em;
    }

    .page-promotions-event-specials .category-grid,
    .page-promotions-event-specials .steps-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-event-specials .hero-section {
        height: 400px;
    }

    .page-promotions-event-specials .hero-title {
        font-size: 2.2em;
    }

    .page-promotions-event-specials .hero-subtitle {
        font-size: 1.1em;
    }

    .page-promotions-event-specials .section-title {
        font-size: 1.8em;
    }

    .page-promotions-event-specials .section-description {
        font-size: 1em;
    }

    .page-promotions-event-specials .btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-promotions-event-specials .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-promotions-event-specials .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-promotions-event-specials .reason-list li {
        flex-direction: column;
        text-align: center;
    }

    .page-promotions-event-specials .list-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .page-promotions-event-specials .hero-section {
        height: 350px;
    }

    .page-promotions-event-specials .hero-title {
        font-size: 1.8em;
    }

    .page-promotions-event-specials .hero-subtitle {
        font-size: 0.9em;
    }

    .page-promotions-event-specials section {
        padding: 40px 0;
    }

    .page-promotions-event-specials .section-title {
        font-size: 1.5em;
    }

    .page-promotions-event-specials .category-grid,
    .page-promotions-event-specials .steps-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-event-specials .btn-primary, .page-promotions-event-specials .btn-secondary {
        width: 100%;
        box-sizing: border-box;
    }
}