/* style/resources-j88best-latest-promotions.css */

:root {
    --j88best-primary-color: #0056B3;
    --j88best-accent-color: #FFD700;
    --j88best-text-dark: #333333;
    --j88best-text-light: #ffffff;
    --j88best-bg-light: #f9f9f9;
    --j88best-bg-dark: #004080;
}

.page-resources-j88best-latest-promotions {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--j88best-text-dark);
    background-color: var(--j88best-bg-light);
}

.page-resources-j88best-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-j88best-latest-promotions__hero-section {
    background: linear-gradient(135deg, var(--j88best-primary-color) 0%, var(--j88best-bg-dark) 100%);
    color: var(--j88best-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-j88best-latest-promotions__hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(50px);
}

.page-resources-j88best-latest-promotions__hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background-color: rgba(255, 215, 0, 0.2);
    border-radius: 50%;
    filter: blur(40px);
}

.page-resources-j88best-latest-promotions__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--j88best-text-light);
}

.page-resources-j88best-latest-promotions__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

.page-resources-j88best-latest-promotions__highlight {
    color: var(--j88best-accent-color);
}

.page-resources-j88best-latest-promotions__text-bold {
    font-weight: bold;
    color: var(--j88best-primary-color);
}

.page-resources-j88best-latest-promotions__hero-section .page-resources-j88best-latest-promotions__btn {
    font-size: 1.2em;
    padding: 15px 30px;
}

.page-resources-j88best-latest-promotions__content-section {
    padding: 60px 0;
}

.page-resources-j88best-latest-promotions__article p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: var(--j88best-text-dark);
}

.page-resources-j88best-latest-promotions__article ul {
    list-style: disc inside;
    margin-bottom: 1em;
    padding-left: 20px;
}

.page-resources-j88best-latest-promotions__article li {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    color: var(--j88best-text-dark);
}

.page-resources-j88best-latest-promotions__heading {
    font-size: 2.5em;
    color: var(--j88best-primary-color);
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-j88best-latest-promotions__sub-heading {
    font-size: 1.8em;
    color: var(--j88best-primary-color);
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-resources-j88best-latest-promotions__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-j88best-latest-promotions__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}

.page-resources-j88best-latest-promotions__btn--primary {
    background-color: var(--j88best-accent-color);
    color: var(--j88best-primary-color);
    border: 2px solid var(--j88best-accent-color);
}

.page-resources-j88best-latest-promotions__btn--primary:hover {
    background-color: #e6c200; /* Darker gold */
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-j88best-latest-promotions__btn--secondary {
    background-color: var(--j88best-primary-color);
    color: var(--j88best-text-light);
    border: 2px solid var(--j88best-primary-color);
}

.page-resources-j88best-latest-promotions__btn--secondary:hover {
    background-color: var(--j88best-bg-dark);
    border-color: var(--j88best-bg-dark);
    transform: translateY(-2px);
}

.page-resources-j88best-latest-promotions__btn--tertiary {
    background-color: transparent;
    color: var(--j88best-primary-color);
    border: 2px solid var(--j88best-primary-color);
}

.page-resources-j88best-latest-promotions__btn--tertiary:hover {
    background-color: var(--j88best-primary-color);
    color: var(--j88best-text-light);
    transform: translateY(-2px);
}

.page-resources-j88best-latest-promotions__faq {
    margin-top: 40px;
}

.page-resources-j88best-latest-promotions__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-j88best-latest-promotions__faq-question {
    font-size: 1.3em;
    color: var(--j88best-primary-color);
    margin-bottom: 10px;
}

.page-resources-j88best-latest-promotions__faq-answer {
    font-size: 1.05em;
    color: var(--j88best-text-dark);
}

.page-resources-j88best-latest-promotions__cta-banner {
    background: linear-gradient(45deg, var(--j88best-primary-color), var(--j88best-bg-dark));
    color: var(--j88best-text-light);
    padding: 60px 30px;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-j88best-latest-promotions__cta-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: var(--j88best-accent-color);
}

.page-resources-j88best-latest-promotions__cta-text {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-j88best-latest-promotions__hero-title {
        font-size: 2.8em;
    }
    .page-resources-j88best-latest-promotions__hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-j88best-latest-promotions__heading {
        font-size: 2em;
    }
    .page-resources-j88best-latest-promotions__sub-heading {
        font-size: 1.6em;
    }
    .page-resources-j88best-latest-promotions__cta-title {
        font-size: 2.2em;
    }
    .page-resources-j88best-latest-promotions__cta-text {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-j88best-latest-promotions__hero-section {
        padding: 80px 0;
    }
    .page-resources-j88best-latest-promotions__hero-title {
        font-size: 2.2em;
    }
    .page-resources-j88best-latest-promotions__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-j88best-latest-promotions__heading {
        font-size: 1.8em;
    }
    .page-resources-j88best-latest-promotions__sub-heading {
        font-size: 1.4em;
    }
    .page-resources-j88best-latest-promotions__btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-resources-j88best-latest-promotions__cta-banner {
        padding: 40px 20px;
    }
    .page-resources-j88best-latest-promotions__cta-title {
        font-size: 1.8em;
    }
    .page-resources-j88best-latest-promotions__cta-text {
        font-size: 1em;
    }
    .page-resources-j88best-latest-promotions__article p,
    .page-resources-j88best-latest-promotions__article li,
    .page-resources-j88best-latest-promotions__faq-answer {
        font-size: 0.95em;
    }
    .page-resources-j88best-latest-promotions__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-j88best-latest-promotions__hero-section {
        padding: 60px 0;
    }
    .page-resources-j88best-latest-promotions__hero-title {
        font-size: 1.8em;
    }
    .page-resources-j88best-latest-promotions__hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-j88best-latest-promotions__btn {
        display: block;
        margin: 10px auto;
        width: 90%;
    }
    .page-resources-j88best-latest-promotions__heading {
        font-size: 1.5em;
    }
    .page-resources-j88best-latest-promotions__sub-heading {
        font-size: 1.2em;
    }
    .page-resources-j88best-latest-promotions__cta-title {
        font-size: 1.5em;
    }
    .page-resources-j88best-latest-promotions__cta-text {
        font-size: 0.9em;
    }
    .page-resources-j88best-latest-promotions__container {
        padding: 0 15px;
    }
}