/* style/lottery-welfare-lottery-sports-lottery.css */
.page-lottery-welfare-lottery-sports-lottery {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text */
    background-color: #1A1A2E; /* Dark blue/near black background */
    line-height: 1.6;
}

.page-lottery-welfare-lottery-sports-lottery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-lottery-welfare-lottery-sports-lottery-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    background: linear-gradient(135deg, #FFD700, #DC143C); /* Main and auxiliary colors */
    color: #1A1A2E; /* Dark text on light background */
    text-align: center;
    padding: 60px 20px;
    overflow: hidden;
}

.page-lottery-welfare-lottery-sports-lottery-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-lottery-welfare-lottery-sports-lottery-hero h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #1A1A2E; /* Dark text for contrast */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.page-lottery-welfare-lottery-sports-lottery-hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #333; /* Slightly lighter dark text */
}

.page-lottery-welfare-lottery-sports-lottery-hero p .page-lottery-welfare-lottery-sports-lottery-link {
    color: #000; /* Darker link for contrast */
    text-decoration: underline;
}

.page-lottery-welfare-lottery-sports-lottery-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Blend with background gradient */
    z-index: 1;
}

/* Buttons */
.page-lottery-welfare-lottery-sports-lottery-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 10px;
    cursor: pointer;
}

.page-lottery-welfare-lottery-sports-lottery-btn-primary {
    background-color: #FFD700; /* Main color */
    color: #1A1A2E; /* Dark text */
    border: 2px solid #FFD700;
}

.page-lottery-welfare-lottery-sports-lottery-btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-lottery-welfare-lottery-sports-lottery-btn-secondary {
    background-color: #DC143C; /* Auxiliary color */
    color: #FFFFFF; /* White text */
    border: 2px solid #DC143C;
}

.page-lottery-welfare-lottery-sports-lottery-btn-secondary:hover {
    background-color: #c01032;
    border-color: #c01032;
}

/* General Section Styling */
.page-lottery-welfare-lottery-sports-lottery-section {
    padding: 60px 0;
    text-align: center;
}

.page-lottery-welfare-lottery-sports-lottery-section:nth-of-type(even) {
    background-color: #2a2a4a; /* Slightly lighter dark background */
}

.page-lottery-welfare-lottery-sports-lottery h2 {
    font-size: 2.5em;
    color: #FFD700; /* Main color for headings */
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.page-lottery-welfare-lottery-sports-lottery h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #DC143C; /* Auxiliary color for accent */
    border-radius: 2px;
}

.page-lottery-welfare-lottery-sports-lottery h3 {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-lottery-welfare-lottery-sports-lottery p {
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-lottery-welfare-lottery-sports-lottery .page-lottery-welfare-lottery-sports-lottery-link {
    color: #FFD700; /* Main color for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-lottery-welfare-lottery-sports-lottery .page-lottery-welfare-lottery-sports-lottery-link:hover {
    color: #DC143C; /* Auxiliary color on hover */
    text-decoration: underline;
}

.page-lottery-welfare-lottery-sports-lottery ul {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    max-width: 800px;
    text-align: left;
}

.page-lottery-welfare-lottery-sports-lottery ul li {
    background-color: #2a2a4a;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #DC143C;
    border-radius: 5px;
    color: #E0E0E0;
    font-size: 1.1em;
}

.page-lottery-welfare-lottery-sports-lottery ol {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    max-width: 800px;
    margin: 20px auto;
    text-align: left;
}

.page-lottery-welfare-lottery-sports-lottery ol li {
    counter-increment: step-counter;
    background-color: #2a2a4a;
    margin-bottom: 15px;
    padding: 20px 20px 20px 60px;
    border-radius: 8px;
    position: relative;
    color: #E0E0E0;
    font-size: 1.1em;
    line-height: 1.5;
}

.page-lottery-welfare-lottery-sports-lottery ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-color: #FFD700;
    color: #1A1A2E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

/* Feature Grid */
.page-lottery-welfare-lottery-sports-lottery-feature-grid,
.page-lottery-welfare-lottery-sports-lottery-advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: left;
}

.page-lottery-welfare-lottery-sports-lottery-feature-item,
.page-lottery-welfare-lottery-sports-lottery-advantage-item {
    background-color: #2a2a4a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-lottery-welfare-lottery-sports-lottery-feature-item:hover,
.page-lottery-welfare-lottery-sports-lottery-advantage-item:hover {
    transform: translateY(-10px);
}

.page-lottery-welfare-lottery-sports-lottery-feature-item h3,
.page-lottery-welfare-lottery-sports-lottery-advantage-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-lottery-welfare-lottery-sports-lottery-advantage-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7)); /* Glow effect for icons */
}

.page-lottery-welfare-lottery-sports-lottery-image-full {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Call to Action */
.page-lottery-welfare-lottery-sports-lottery-cta {
    background-color: #DC143C; /* Auxiliary color for CTA */
    color: #FFFFFF;
    padding: 80px 20px;
}

.page-lottery-welfare-lottery-sports-lottery-cta-content {
    max-width: 900px;
}

.page-lottery-welfare-lottery-sports-lottery-cta h2 {
    color: #FFD700; /* Main color for CTA heading */
}

.page-lottery-welfare-lottery-sports-lottery-cta p {
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #FFF;
}

.page-lottery-welfare-lottery-sports-lottery-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Accordion (FAQ) */
.page-lottery-welfare-lottery-sports-lottery-accordion {
    max-width: 900px;
    margin: 40px auto;
}

.page-lottery-welfare-lottery-sports-lottery-accordion-item {
    background-color: #2a2a4a;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-lottery-welfare-lottery-sports-lottery-accordion-header {
    background-color: #3e3e60; /* Slightly different dark shade */
    color: #FFD700;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-lottery-welfare-lottery-sports-lottery-accordion-header:hover {
    background-color: #4a4a70;
}

.page-lottery-welfare-lottery-sports-lottery-accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-lottery-welfare-lottery-sports-lottery-accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-lottery-welfare-lottery-sports-lottery-accordion-content {
    padding: 0 25px;
    background-color: #2a2a4a;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    text-align: left;
}

.page-lottery-welfare-lottery-sports-lottery-accordion-content p {
    padding: 15px 0;
    margin-bottom: 0;
    color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-lottery-welfare-lottery-sports-lottery-hero h1 {
        font-size: 2.2em;
    }

    .page-lottery-welfare-lottery-sports-lottery-hero p {
        font-size: 1em;
    }

    .page-lottery-welfare-lottery-sports-lottery h2 {
        font-size: 2em;
    }

    .page-lottery-welfare-lottery-sports-lottery h3 {
        font-size: 1.5em;
    }

    .page-lottery-welfare-lottery-sports-lottery-feature-grid,
    .page-lottery-welfare-lottery-sports-lottery-advantage-grid {
        grid-template-columns: 1fr;
    }

    .page-lottery-welfare-lottery-sports-lottery-cta-buttons {
        flex-direction: column;
    }

    .page-lottery-welfare-lottery-sports-lottery-btn {
        width: 80%;
        margin: 10px auto;
    }
}

@media (max-width: 480px) {
    .page-lottery-welfare-lottery-sports-lottery-hero {
        min-height: 400px;
    }

    .page-lottery-welfare-lottery-sports-lottery-hero h1 {
        font-size: 1.8em;
    }

    .page-lottery-welfare-lottery-sports-lottery h2 {
        font-size: 1.8em;
    }

    .page-lottery-welfare-lottery-sports-lottery h3 {
        font-size: 1.3em;
    }

    .page-lottery-welfare-lottery-sports-lottery-accordion-header {
        font-size: 1em;
        padding: 15px 20px;
    }
}