/* style/resources-ji88bet-new-user-bonus.css */

:root {
    --ji88bet-primary-color: #0A2342;
    --ji88bet-secondary-color: #E0B400;
    --ji88bet-text-light: #F8F8F8;
    --ji88bet-text-dark: #333333;
    --ji88bet-background-light: #FFFFFF;
    --ji88bet-background-dark: #1A3B5D;
    --ji88bet-accent-gold-hover: #FFD700;
    --ji88bet-dark-blue-hover: #153A65;
}

.page-resources-ji88bet-new-user-bonus {
    font-family: 'Arial', sans-serif;
    color: var(--ji88bet-text-dark);
    line-height: 1.6;
    background-color: var(--ji88bet-background-light);
}

.page-resources-ji88bet-new-user-bonus .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-ji88bet-new-user-bonus .hero-section {
    background: linear-gradient(135deg, var(--ji88bet-primary-color) 0%, #1A3B5D 100%);
    color: var(--ji88bet-text-light);
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-resources-ji88bet-new-user-bonus .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media (min-width: 768px) {
    .page-resources-ji88bet-new-user-bonus .hero-section .container {
        flex-direction: row;
        text-align: left;
    }
    .page-resources-ji88bet-new-user-bonus .hero-content {
        flex: 1;
    }
    .page-resources-ji88bet-new-user-bonus .hero-image-wrapper {
        flex: 1;
        text-align: right;
    }
}

.page-resources-ji88bet-new-user-bonus .hero-content h1 {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--ji88bet-secondary-color);
    line-height: 1.2;
}

.page-resources-ji88bet-new-user-bonus .hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #E6E6E6;
}

.page-resources-ji88bet-new-user-bonus .hero-buttons .btn {
    margin: 10px;
    padding: 12px 28px;
    font-size: 1.1em;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.page-resources-ji88bet-new-user-bonus .btn-primary {
    background-color: var(--ji88bet-secondary-color);
    color: var(--ji88bet-primary-color);
    border: 2px solid var(--ji88bet-secondary-color);
}

.page-resources-ji88bet-new-user-bonus .btn-primary:hover {
    background-color: var(--ji88bet-accent-gold-hover);
    border-color: var(--ji88bet-accent-gold-hover);
    transform: translateY(-2px);
}

.page-resources-ji88bet-new-user-bonus .btn-secondary {
    background-color: transparent;
    color: var(--ji88bet-secondary-color);
    border: 2px solid var(--ji88bet-secondary-color);
}

.page-resources-ji88bet-new-user-bonus .btn-secondary:hover {
    background-color: var(--ji88bet-secondary-color);
    color: var(--ji88bet-primary-color);
    transform: translateY(-2px);
}

.page-resources-ji88bet-new-user-bonus .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-ji88bet-new-user-bonus section {
    padding: 60px 0;
    background-color: var(--ji88bet-background-light);
}

.page-resources-ji88bet-new-user-bonus section:nth-of-type(even) {
    background-color: #f4f7fa;
}

.page-resources-ji88bet-new-user-bonus h2 {
    font-size: 2.2em;
    color: var(--ji88bet-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-ji88bet-new-user-bonus h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: var(--ji88bet-secondary-color);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.page-resources-ji88bet-new-user-bonus h3 {
    font-size: 1.6em;
    color: var(--ji88bet-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-ji88bet-new-user-bonus p {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: var(--ji88bet-text-dark);
}

.page-resources-ji88bet-new-user-bonus ul,
.page-resources-ji88bet-new-user-bonus ol {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--ji88bet-text-dark);
}

.page-resources-ji88bet-new-user-bonus ul li,
.page-resources-ji88bet-new-user-bonus ol li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-ji88bet-new-user-bonus ul li strong {
    color: var(--ji88bet-primary-color);
}

.page-resources-ji88bet-new-user-bonus .full-width-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-ji88bet-new-user-bonus .bonus-types-section .bonus-item {
    background-color: var(--ji88bet-background-dark);
    color: var(--ji88bet-text-light);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-ji88bet-new-user-bonus .bonus-types-section .bonus-item h3 {
    color: var(--ji88bet-secondary-color);
    margin-top: 20px;
    font-size: 1.8em;
}

.page-resources-ji88bet-new-user-bonus .bonus-types-section .bonus-item p {
    color: #E6E6E6;
}

.page-resources-ji88bet-new-user-bonus .bonus-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.page-resources-ji88bet-new-user-bonus .btn-small {
    padding: 8px 20px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-resources-ji88bet-new-user-bonus .how-to-claim-section ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
}

.page-resources-ji88bet-new-user-bonus .how-to-claim-section ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative;
    font-size: 1.1em;
    color: var(--ji88bet-text-dark);
}

.page-resources-ji88bet-new-user-bonus .how-to-claim-section ol li::before {
    content: counter(my-awesome-counter);
    background-color: var(--ji88bet-secondary-color);
    color: var(--ji88bet-primary-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
}

.page-resources-ji88bet-new-user-bonus .note {
    font-style: italic;
    color: #666;
    margin-top: 30px;
    text-align: center;
}

.page-resources-ji88bet-new-user-bonus .large-btn {
    padding: 15px 35px;
    font-size: 1.3em;
    display: block;
    width: fit-content;
    margin: 40px auto 0 auto;
}

.page-resources-ji88bet-new-user-bonus .terms-conditions-section ul {
    list-style: disc;
    margin-left: 40px;
}

.page-resources-ji88bet-new-user-bonus .responsible-gambling-section {
    background-color: var(--ji88bet-background-dark);
    color: var(--ji88bet-text-light);
}

.page-resources-ji88bet-new-user-bonus .responsible-gambling-section h2,
.page-resources-ji88bet-new-user-bonus .responsible-gambling-section h3 {
    color: var(--ji88bet-secondary-color);
}

.page-resources-ji88bet-new-user-bonus .responsible-gambling-section p,
.page-resources-ji88bet-new-user-bonus .responsible-gambling-section ul li {
    color: #E6E6E6;
}

.page-resources-ji88bet-new-user-bonus .responsible-gambling-section .responsive-image {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-ji88bet-new-user-bonus .faq-section .faq-item {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-ji88bet-new-user-bonus .faq-section .faq-item h3 {
    color: var(--ji88bet-primary-color);
    font-size: 1.4em;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-ji88bet-new-user-bonus .faq-section .faq-item p {
    margin-top: 15px;
    padding-left: 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.page-resources-ji88bet-new-user-bonus .call-to-action-section {
    background: linear-gradient(45deg, var(--ji88bet-primary-color) 0%, #1A3B5D 100%);
    color: var(--ji88bet-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-resources-ji88bet-new-user-bonus .call-to-action-section h2 {
    color: var(--ji88bet-secondary-color);
}

.page-resources-ji88bet-new-user-bonus .call-to-action-section p {
    font-size: 1.1em;
    margin-bottom: 40px;
    color: #E6E6E6;
}

.page-resources-ji88bet-new-user-bonus .cta-buttons .cta-btn {
    margin: 10px;
    padding: 15px 40px;
    font-size: 1.3em;
    min-width: 250px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-ji88bet-new-user-bonus .hero-content h1 {
        font-size: 2.2em;
    }
    .page-resources-ji88bet-new-user-bonus h2 {
        font-size: 1.8em;
    }
    .page-resources-ji88bet-new-user-bonus h3 {
        font-size: 1.4em;
    }
    .page-resources-ji88bet-new-user-bonus .hero-section {
        padding: 60px 0;
    }
    .page-resources-ji88bet-new-user-bonus section {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .page-resources-ji88bet-new-user-bonus .hero-section .container {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-ji88bet-new-user-bonus .hero-content h1 {
        font-size: 2em;
    }
    .page-resources-ji88bet-new-user-bonus .hero-content p {
        font-size: 1em;
    }
    .page-resources-ji88bet-new-user-bonus .hero-buttons .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .page-resources-ji88bet-new-user-bonus h2 {
        font-size: 1.6em;
    }
    .page-resources-ji88bet-new-user-bonus h3 {
        font-size: 1.2em;
    }
    .page-resources-ji88bet-new-user-bonus .how-to-claim-section ol li {
        padding-left: 40px;
    }
    .page-resources-ji88bet-new-user-bonus .how-to-claim-section ol li::before {
        width: 30px;
        height: 30px;
        font-size: 1em;
    }
    .page-resources-ji88bet-new-user-bonus .large-btn {
        font-size: 1.1em;
        padding: 12px 25px;
        min-width: unset;
        width: 100%;
    }
    .page-resources-ji88bet-new-user-bonus .cta-buttons .cta-btn {
        font-size: 1.1em;
        padding: 12px 25px;
        min-width: unset;
        width: 100%;
    }
}