
    .page-kingbet86-2728 {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* White text for dark background */
    background-color: #1a1a1a; /* Dark background */
    line-height: 1.6;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

.page-kingbet86-2728__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-kingbet86-2728__section-title {
    font-size: 2.5em;
    color: #ffcc00; /* Gold/yellow for titles */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-kingbet86-2728__text-content {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-kingbet86-2728__button {
    display: inline-block;
    background-color: #ffcc00; /* Gold/yellow button */
    color: #1a1a1a; /* Dark text for button */
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.page-kingbet86-2728__button:hover {
    background-color: #e6b800; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-kingbet86-2728__button--secondary {
    background-color: transparent;
    color: #ffcc00;
    border: 2px solid #ffcc00;
    margin-left: 15px;
}

.page-kingbet86-2728__button--secondary:hover {
    background-color: #ffcc00;
    color: #1a1a1a;
}

.page-kingbet86-2728__button--large {
    padding: 15px 35px;
    font-size: 1.3em;
    border-radius: 10px;
}

.page-kingbet86-2728__center-content {
    text-align: center;
    margin-top: 40px;
}

/* Hero Section */
.page-kingbet86-2728__hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 10px; /* Small padding as body handles header offset */
}

.page-kingbet86-2728__hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-kingbet86-2728__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5); /* Darken background image for text readability */
}

.page-kingbet86-2728__hero-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    max-width: 900px;
    padding: 20px;
    box-sizing: border-box;
}

.page-kingbet86-2728__hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    color: #ffcc00;
    line-height: 1.1;
    font-weight: bold;
}

.page-kingbet86-2728__hero-description {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-kingbet86-2728__hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* About Section */
.page-kingbet86-2728__about-section {
    padding: 60px 0;
    background-color: #222222;
}

/* Products Section */
.page-kingbet86-2728__products-section {
    padding: 60px 0;
}

.page-kingbet86-2728__product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-kingbet86-2728__product-card {
    background-color: #2c2c2c;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-kingbet86-2728__product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-kingbet86-2728__product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-bottom: 3px solid #ffcc00;
}

.page-kingbet86-2728__product-title {
    font-size: 1.8em;
    color: #ffcc00;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-kingbet86-2728__product-description {
    font-size: 1em;
    color: #cccccc;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Promotions Section */
.page-kingbet86-2728__promotions-section {
    padding: 60px 0;
    background-color: #222222;
}

.page-kingbet86-2728__promo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.page-kingbet86-2728__promo-item {
    background-color: #2c2c2c;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-kingbet86-2728__promo-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-kingbet86-2728__promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-bottom: 3px solid #ffcc00;
}

.page-kingbet86-2728__promo-title {
    font-size: 1.6em;
    color: #ffcc00;
    margin-bottom: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-kingbet86-2728__promo-description {
    font-size: 1em;
    color: #cccccc;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Features Section */
.page-kingbet86-2728__features-section {
    padding: 60px 0;
}

.page-kingbet86-2728__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-kingbet86-2728__feature-item {
    background-color: #2c2c2c;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.page-kingbet86-2728__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-kingbet86-2728__feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page-kingbet86-2728__feature-title {
    font-size: 1.5em;
    color: #ffcc00;
    margin-bottom: 10px;
}

.page-kingbet86-2728__feature-description {
    font-size: 0.95em;
    color: #cccccc;
}

/* Providers Section */
.page-kingbet86-2728__providers-section {
    padding: 60px 0;
    background-color: #222222;
}

.page-kingbet86-2728__provider-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.page-kingbet86-2728__provider-item {
    background-color: #2c2c2c;
    border-radius: 8px;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.page-kingbet86-2728__provider-logo {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.page-kingbet86-2728__provider-name {
    font-size: 1em;
    color: #ffcc00;
    font-weight: bold;
}

/* FAQ Section */
.page-kingbet86-2728__faq-section {
    padding: 60px 0;
}

.page-kingbet86-2728__faq-list {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-kingbet86-2728__faq-item {
    background-color: #2c2c2c;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.page-kingbet86-2728__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    background-color: #3a3a3a;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.page-kingbet86-2728__faq-question:hover {
    background-color: #4a4a4a;
}

.page-kingbet86-2728__faq-question-title {
    font-size: 1.3em;
    color: #ffcc00;
    margin: 0;
    flex-grow: 1;
    pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-kingbet86-2728__faq-toggle {
    font-size: 1.8em;
    color: #ffcc00;
    margin-left: 15px;
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevent span from blocking click event */
}

.page-kingbet86-2728__faq-item.active .page-kingbet86-2728__faq-toggle {
    transform: rotate(45deg); /* Change + to X or similar */
}

.page-kingbet86-2728__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    background-color: #2c2c2c;
    color: #cccccc;
    box-sizing: border-box;
}

.page-kingbet86-2728__faq-item.active .page-kingbet86-2728__faq-answer {
    max-height: 2000px !important; /* Sufficiently large to contain content */
    padding: 20px 25px !important;
    opacity: 1;
}

.page-kingbet86-2728__faq-answer p {
    margin: 0;
    padding-bottom: 10px;
}

/* Bottom CTA Section */
.page-kingbet86-2728__cta-bottom-section {
    padding: 80px 0;
    background-color: #1a1a1a;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-kingbet86-2728__hero-title {
        font-size: 3em;
    }
    .page-kingbet86-2728__hero-description {
        font-size: 1.3em;
    }
    .page-kingbet86-2728__section-title {
        font-size: 2em;
    }
    .page-kingbet86-2728__product-grid,
    .page-kingbet86-2728__promo-list,
    .page-kingbet86-2728__feature-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-kingbet86-2728__hero-section {
        height: 80vh;
    }
    .page-kingbet86-2728__hero-title {
        font-size: 2.5em;
    }
    .page-kingbet86-2728__hero-description {
        font-size: 1.1em;
    }
    .page-kingbet86-2728__hero-cta {
        flex-direction: column;
        gap: 15px;
    }
    .page-kingbet86-2728__button {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-kingbet86-2728__button--secondary {
        margin-left: auto;
    }

    .page-kingbet86-2728__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-kingbet86-2728__text-content {
        font-size: 1em;
    }

    /* List Item Mobile Responsiveness */
    .page-kingbet86-2728__product-grid,
    .page-kingbet86-2728__promo-list,
    .page-kingbet86-2728__feature-grid {
        grid-template-columns: 1fr; /* Single column layout */
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-kingbet86-2728__product-card,
    .page-kingbet86-2728__promo-item,
    .page-kingbet86-2728__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .page-kingbet86-2728__promo-description,
    .page-kingbet86-2728__product-description,
    .page-kingbet86-2728__feature-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .page-kingbet86-2728__provider-list {
        padding: 0 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-kingbet86-2728__provider-item {
        min-width: unset;
        width: calc(50% - 20px) !important; /* Two items per row on mobile */
        max-width: calc(50% - 20px) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .page-kingbet86-2728__faq-question {
        padding: 15px 20px;
    }
    .page-kingbet86-2728__faq-question-title {
        font-size: 1.1em;
    }
    .page-kingbet86-2728__faq-toggle {
        font-size: 1.5em;
    }
    .page-kingbet86-2728__faq-answer {
        padding: 0 20px;
    }
    .page-kingbet86-2728__faq-item.active .page-kingbet86-2728__faq-answer {
        padding: 15px 20px !important;
    }
}

@media (max-width: 480px) {
    .page-kingbet86-2728__hero-title {
        font-size: 2em;
    }
    .page-kingbet86-2728__hero-description {
        font-size: 1em;
    }
    .page-kingbet86-2728__container {
        padding: 15px;
    }
    .page-kingbet86-2728__provider-item {
        width: calc(100% - 20px) !important; /* Single item per row on smaller mobile */
        max-width: calc(100% - 20px) !important;
    }
    .page-kingbet86-2728__button--large {
        font-size: 1.1em;
        padding: 12px 25px;
    }
}
  