
    /* Base styles for the 18bet page */
.page-18bet {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f0f0f0;
    background-color: #1a1a2e;
    line-height: 1.6;
    overflow-x: hidden;
    padding-top: 10px; /* Small top padding, assuming body has header offset */
}

.page-18bet__section-title {
    font-size: 2.5em;
    color: #e94560;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 700;
}

.page-18bet__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #ccc;
}

/* Hero Section */
.page-18bet__hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 60px 20px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
}

.page-18bet__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.page-18bet__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.page-18bet__hero-title {
    font-size: 3.5em;
    color: #e94560;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.page-18bet__hero-description {
    font-size: 1.4em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-18bet__hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-18bet__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
}

.page-18bet__button--primary {
    background-color: #e94560;
    color: #fff;
    border: 2px solid #e94560;
}

.page-18bet__button--primary:hover {
    background-color: #ff6a80;
    transform: translateY(-3px);
}

.page-18bet__button--secondary {
    background-color: transparent;
    color: #e94560;
    border: 2px solid #e94560;
}

.page-18bet__button--secondary:hover {
    background-color: #e94560;
    color: #fff;
    transform: translateY(-3px);
}

/* Product Showcase Section */
.page-18bet__product-showcase {
    padding: 60px 20px;
    background-color: #1a1a2e;
    text-align: center;
}

.page-18bet__product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-18bet__product-item {
    background-color: #2c2c4d;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.page-18bet__product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-18bet__product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.page-18bet__product-name {
    font-size: 1.8em;
    color: #e94560;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-18bet__product-text {
    font-size: 1em;
    color: #ccc;
}

/* Promotions Section */
.page-18bet__promotions-section {
    padding: 60px 20px;
    background-color: #0f3460;
    text-align: center;
}

.page-18bet__promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.page-18bet__promo-card {
    background-color: #1a1a2e;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.page-18bet__promo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.page-18bet__promo-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.page-18bet__promo-title {
    font-size: 1.8em;
    color: #e94560;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-18bet__promo-text {
    font-size: 1em;
    color: #ccc;
}

.page-18bet__promo-cta {
    margin-top: 30px;
}

/* About Us Section */
.page-18bet__about-us-section {
    padding: 60px 20px;
    background-color: #1a1a2e;
}

.page-18bet__about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.page-18bet__about-image {
    flex: 1;
    min-width: 300px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    max-width: 100% !important;
    height: auto;
    box-sizing: border-box !important;
}

.page-18bet__about-text {
    flex: 2;
    min-width: 300px;
    font-size: 1.1em;
    color: #ccc;
}

.page-18bet__about-text strong {
    color: #e94560;
}

.page-18bet__about-features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-18bet__about-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 1.05em;
    box-sizing: border-box; /* Required for list items */
}

.page-18bet__feature-icon {
    color: #e94560;
    margin-right: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/* FAQ Section */
.page-18bet__faq-section {
    padding: 60px 20px;
    background-color: #0f3460;
}

.page-18bet__faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.page-18bet__faq-item {
    background-color: #1a1a2e;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box; /* Required for list items */
    width: 100%; /* Ensure it takes full width */
}

.page-18bet__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    background-color: #2c2c4d;
    border-bottom: 1px solid #3a3a5a;
    transition: background-color 0.3s ease;
}

.page-18bet__faq-question:hover {
    background-color: #3a3a5a;
}

.page-18bet__faq-title {
    margin: 0;
    font-size: 1.2em;
    color: #f0f0f0;
    font-weight: 600;
    pointer-events: none; /* Prevent text from blocking click event */
}

.page-18bet__faq-toggle {
    font-size: 1.8em;
    font-weight: bold;
    color: #e94560;
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevent icon from blocking click event */
}

.page-18bet__faq-item.active .page-18bet__faq-toggle {
    transform: rotate(45deg);
}

.page-18bet__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;
    color: #ccc;
}

.page-18bet__faq-item.active .page-18bet__faq-answer {
    max-height: 2000px !important;
    padding: 20px 25px !important;
    opacity: 1;
}

.page-18bet__faq-answer p {
    margin: 0;
    font-size: 1em;
}

/* Bottom CTA */
.page-18bet__cta-bottom {
    padding: 60px 20px;
    text-align: center;
    background-color: #1a1a2e;
}

.page-18bet__cta-title {
    font-size: 2.5em;
    color: #e94560;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-18bet__cta-description {
    font-size: 1.2em;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-18bet__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Floating Register/Login Buttons */
.page-18bet__floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-18bet__floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-18bet__floating-button--register {
    background-color: #e94560;
}

.page-18bet__floating-button--register:hover {
    background-color: #ff6a80;
    transform: translateY(-3px);
}

.page-18bet__floating-button--login {
    background-color: #0f3460;
}

.page-18bet__floating-button--login:hover {
    background-color: #1a5290;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-18bet__hero-title {
        font-size: 3em;
    }
    .page-18bet__hero-description {
        font-size: 1.2em;
    }
    .page-18bet__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-18bet__hero-title {
        font-size: 2.5em;
    }
    .page-18bet__hero-description {
        font-size: 1.1em;
    }
    .page-18bet__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-18bet__button {
        width: 100%;
        padding: 12px 20px;
    }
    .page-18bet__product-grid, .page-18bet__promo-cards {
        grid-template-columns: 1fr;
    }
    .page-18bet__product-item, .page-18bet__promo-card, .page-18bet__about-features li, .page-18bet__faq-item, .page-18bet__faq-container, .page-18bet__faq-answer {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding for mobile */
        padding-right: 15px !important; /* Adjust padding for mobile */
    }
    .page-18bet__product-item p, .page-18bet__promo-card p, .page-18bet__about-features li, .page-18bet__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }
    .page-18bet__about-content {
        flex-direction: column;
    }
    .page-18bet__about-image {
        width: 100%;
        height: auto;
    }
    .page-18bet__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-18bet__floating-buttons {
        bottom: 10px;
        right: 10px;
        flex-direction: row;
        width: calc(100% - 20px);
        justify-content: space-around;
    }
    .page-18bet__floating-button {
        width: 48%;
        height: 45px;
        font-size: 1em;
    }
    .page-18bet__faq-question {
        padding: 15px 20px;
    }
    .page-18bet__faq-title {
        font-size: 1.1em;
    }
    .page-18bet__faq-answer {
        padding: 15px 20px !important;
    }
}

@media (max-width: 480px) {
    .page-18bet__hero-title {
        font-size: 2em;
    }
    .page-18bet__hero-description {
        font-size: 1em;
    }
    .page-18bet__section-title {
        font-size: 1.8em;
    }
    .page-18bet__hero-content {
        padding: 15px;
    }
    .page-18bet__floating-buttons {
        bottom: 5px;
        right: 5px;
        width: calc(100% - 10px);
    }
    .page-18bet__floating-button {
        width: 48%;
        height: 40px;
        font-size: 0.95em;
    }
}
  