.page-lottery-games-pk10 {
    font-family: 'Arial', sans-serif;
    color: #FFFFFF; /* Default text color on dark background */
    background-color: #0F1A2B; /* Main background color */
    line-height: 1.6;
}

.page-lottery-games-pk10__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-lottery-games-pk10__hero {
    background: linear-gradient(135deg, #0F1A2B 0%, #2a3d5e 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-lottery-games-pk10__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,racing,lines,speed_effect]'); /* Abstract racing lines */
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-lottery-games-pk10__hero > * {
    position: relative;
    z-index: 1;
}

.page-lottery-games-pk10__title {
    font-size: 3.5em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-lottery-games-pk10__subtitle {
    font-size: 1.4em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-lottery-games-pk10__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-lottery-games-pk10__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-pk10__btn--primary {
    background-color: #FFD700; /* Gold button */
    color: #0F1A2B; /* Dark blue text on gold */
    border: 2px solid #FFD700;
}

.page-lottery-games-pk10__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-pk10__btn--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold text on dark background */
    border: 2px solid #FFD700;
}

.page-lottery-games-pk10__btn--secondary:hover {
    background-color: #FFD700;
    color: #0F1A2B;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-pk10__btn--center {
    margin-top: 30px;
}

.page-lottery-games-pk10__introduction,
.page-lottery-games-pk10__how-to-play,
.page-lottery-games-pk10__betting-types,
.page-lottery-games-pk10__strategies,
.page-lottery-games-pk10__why-23win,
.page-lottery-games-pk10__faq,
.page-lottery-games-pk10__call-to-action {
    padding: 60px 0;
    background-color: #0F1A2B; /* Consistent dark background */
}

.page-lottery-games-pk10__introduction .page-lottery-games-pk10__container,
.page-lottery-games-pk10__how-to-play .page-lottery-games-pk10__container,
.page-lottery-games-pk10__betting-types .page-lottery-games-pk10__container,
.page-lottery-games-pk10__strategies .page-lottery-games-pk10__container,
.page-lottery-games-pk10__why-23win .page-lottery-games-pk10__container,
.page-lottery-games-pk10__faq .page-lottery-games-pk10__container,
.page-lottery-games-pk10__call-to-action .page-lottery-games-pk10__container {
    background-color: #1a2940; /* Slightly lighter dark background for content blocks */
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}


.page-lottery-games-pk10__heading {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-lottery-games-pk10__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-lottery-games-pk10__description {
    font-size: 1.1em;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: 30px;
}

.page-lottery-games-pk10__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.page-lottery-games-pk10__content-wrapper--reverse {
    flex-direction: row-reverse;
}

.page-lottery-games-pk10__text-content {
    flex: 1;
    color: #D0D0D0;
}

.page-lottery-games-pk10__text-content h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-lottery-games-pk10__text-content p {
    margin-bottom: 15px;
}

.page-lottery-games-pk10__text-content a {
    color: #FFD700;
    text-decoration: underline;
}

.page-lottery-games-pk10__text-content a:hover {
    color: #e6c200;
}

.page-lottery-games-pk10__image-wrapper {
    flex: 1;
    text-align: center;
}

.page-lottery-games-pk10__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-lottery-games-pk10__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    color: #D0D0D0;
}

.page-lottery-games-pk10__list li {
    background-color: #2a3d5e;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 60px;
    font-size: 1.1em;
}

.page-lottery-games-pk10__list li strong {
    color: #FFD700;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
}

.page-lottery-games-pk10__list li::before {
    content: attr(data-step);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFD700;
    color: #0F1A2B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
}

.page-lottery-games-pk10__how-to-play .page-lottery-games-pk10__list li:nth-child(1)::before { content: '1'; }
.page-lottery-games-pk10__how-to-play .page-lottery-games-pk10__list li:nth-child(2)::before { content: '2'; }
.page-lottery-games-pk10__how-to-play .page-lottery-games-pk10__list li:nth-child(3)::before { content: '3'; }
.page-lottery-games-pk10__how-to-play .page-lottery-games-pk10__list li:nth-child(4)::before { content: '4'; }
.page-lottery-games-pk10__how-to-play .page-lottery-games-pk10__list li:nth-child(5)::before { content: '5'; }


.page-lottery-games-pk10__note {
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    color: #B0B0B0;
}

.page-lottery-games-pk10__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-lottery-games-pk10__card {
    background-color: #2a3d5e;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-games-pk10__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-pk10__card-title {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-lottery-games-pk10__card-text {
    color: #D0D0D0;
    font-size: 1em;
}

.page-lottery-games-pk10__features-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-lottery-games-pk10__features-list li {
    background-color: #2a3d5e;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-lottery-games-pk10__features-list li:hover {
    transform: translateY(-5px);
}

.page-lottery-games-pk10__feature-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-lottery-games-pk10__features-list p {
    color: #D0D0D0;
}

.page-lottery-games-pk10__image-wrapper--full-width {
    margin-top: 40px;
    text-align: center;
}

.page-lottery-games-pk10__faq {
    background-color: #0F1A2B;
}

.page-lottery-games-pk10__accordion {
    margin-top: 30px;
}

.page-lottery-games-pk10__accordion-item {
    background-color: #2a3d5e;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-pk10__accordion-title {
    color: #FFD700;
    font-size: 1.3em;
    padding: 20px;
    cursor: pointer;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-lottery-games-pk10__accordion-title::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-lottery-games-pk10__accordion-title.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-lottery-games-pk10__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0 20px;
    color: #D0D0D0;
}

.page-lottery-games-pk10__accordion-content.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px;
}

.page-lottery-games-pk10__accordion-content p {
    margin-bottom: 10px;
}

.page-lottery-games-pk10__call-to-action {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(90deg, #0F1A2B, #2a3d5e);
}

.page-lottery-games-pk10__call-to-action .page-lottery-games-pk10__heading {
    color: #FFD700;
}

.page-lottery-games-pk10__call-to-action .page-lottery-games-pk10__description {
    color: #E0E0E0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.page-lottery-games-pk10__copyright {
    text-align: center;
    padding: 30px 20px;
    background-color: #0a111a; /* Even darker background for footer */
    color: #888;
    font-size: 0.9em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-lottery-games-pk10__hero {
        padding: 80px 0;
    }

    .page-lottery-games-pk10__title {
        font-size: 2.8em;
    }

    .page-lottery-games-pk10__subtitle {
        font-size: 1.2em;
    }

    .page-lottery-games-pk10__content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .page-lottery-games-pk10__content-wrapper--reverse {
        flex-direction: column; /* Keep column for reverse on mobile */
    }

    .page-lottery-games-pk10__image-wrapper {
        margin-top: 30px;
    }

    .page-lottery-games-pk10__heading {
        font-size: 2em;
    }

    .page-lottery-games-pk10__grid {
        grid-template-columns: 1fr;
    }

    .page-lottery-games-pk10__features-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-lottery-games-pk10__hero {
        padding: 60px 0;
    }

    .page-lottery-games-pk10__title {
        font-size: 2.2em;
    }

    .page-lottery-games-pk10__subtitle {
        font-size: 1em;
    }

    .page-lottery-games-pk10__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-lottery-games-pk10__introduction .page-lottery-games-pk10__container,
    .page-lottery-games-pk10__how-to-play .page-lottery-games-pk10__container,
    .page-lottery-games-pk10__betting-types .page-lottery-games-pk10__container,
    .page-lottery-games-pk10__strategies .page-lottery-games-pk10__container,
    .page-lottery-games-pk10__why-23win .page-lottery-games-pk10__container,
    .page-lottery-games-pk10__faq .page-lottery-games-pk10__container,
    .page-lottery-games-pk10__call-to-action .page-lottery-games-pk10__container {
        padding: 25px;
    }

    .page-lottery-games-pk10__heading {
        font-size: 1.8em;
    }

    .page-lottery-games-pk10__text-content h3 {
        font-size: 1.4em;
    }

    .page-lottery-games-pk10__list li {
        padding-left: 50px;
        font-size: 1em;
    }

    .page-lottery-games-pk10__list li::before {
        left: 15px;
        width: 25px;
        height: 25px;
        font-size: 1em;
    }

    .page-lottery-games-pk10__card-title {
        font-size: 1.5em;
    }

    .page-lottery-games-pk10__feature-title {
        font-size: 1.3em;
    }

    .page-lottery-games-pk10__accordion-title {
        font-size: 1.1em;
        padding: 15px;
    }

    .page-lottery-games-pk10__accordion-content {
        padding: 0 15px;
    }

    .page-lottery-games-pk10__accordion-content.active {
        padding: 15px;
    }
}