/* style/promotions-vivu88-new-user-bonus.css */

:root {
    --vivu88-primary-color: #003366;
    --vivu88-secondary-color: #FFCC00;
    --vivu88-text-light: #ffffff;
    --vivu88-text-dark: #000000;
    --vivu88-background-light: #f8f9fa;
    --vivu88-background-dark: #002244; /* Slightly darker than primary for contrast */
    --vivu88-accent-color: #ffcc99; /* Complementary for emphasis */
}

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

.page-promotions-vivu88-new-user-bonus .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-promotions-vivu88-new-user-bonus .hero-section {
    background: linear-gradient(135deg, var(--vivu88-primary-color), var(--vivu88-background-dark));
    color: var(--vivu88-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-vivu88-new-user-bonus .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--vivu88-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-vivu88-new-user-bonus .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-vivu88-new-user-bonus .hero-cta .btn {
    margin: 10px;
}

/* Buttons */
.page-promotions-vivu88-new-user-bonus .btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-promotions-vivu88-new-user-bonus .btn-primary {
    background-color: var(--vivu88-secondary-color);
    color: var(--vivu88-primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-vivu88-new-user-bonus .btn-primary:hover {
    background-color: #e6b800; /* Slightly darker gold */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

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

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

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

.page-promotions-vivu88-new-user-bonus .btn-tertiary:hover {
    background-color: var(--vivu88-secondary-color);
    color: var(--vivu88-primary-color);
}

.page-promotions-vivu88-new-user-bonus .btn-link {
    color: var(--vivu88-primary-color);
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.page-promotions-vivu88-new-user-bonus .btn-link:hover {
    border-bottom-color: var(--vivu88-secondary-color);
}

/* Sections */
.page-promotions-vivu88-new-user-bonus section {
    padding: 80px 0;
}

.page-promotions-vivu88-new-user-bonus section:nth-of-type(even) {
    background-color: var(--vivu88-background-light);
}

.page-promotions-vivu88-new-user-bonus section:nth-of-type(odd) {
    background-color: #ffffff;
}

.page-promotions-vivu88-new-user-bonus .section-title {
    font-size: 2.8em;
    color: var(--vivu88-primary-color);
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.page-promotions-vivu88-new-user-bonus .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--vivu88-secondary-color);
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-promotions-vivu88-new-user-bonus .section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    color: #555;
}

/* About VIVU88 Section */
.page-promotions-vivu88-new-user-bonus .about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-promotions-vivu88-new-user-bonus .about-text {
    flex: 1;
}

.page-promotions-vivu88-new-user-bonus .about-text p {
    margin-bottom: 15px;
    color: #333;
}

.page-promotions-vivu88-new-user-bonus .about-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-promotions-vivu88-new-user-bonus .about-text ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #333;
}

.page-promotions-vivu88-new-user-bonus .about-text ul li::before {
    content: '✔';
    color: var(--vivu88-secondary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.page-promotions-vivu88-new-user-bonus .about-image {
    flex: 1;
    text-align: center;
}

.page-promotions-vivu88-new-user-bonus .about-image .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Bonus Details Section */
.page-promotions-vivu88-new-user-bonus .bonus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-promotions-vivu88-new-user-bonus .bonus-item {
    background-color: var(--vivu88-primary-color);
    color: var(--vivu88-text-light);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.page-promotions-vivu88-new-user-bonus .bonus-item:hover {
    transform: translateY(-10px);
}

.page-promotions-vivu88-new-user-bonus .bonus-item .bonus-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(1) brightness(1.5) sepia(1) saturate(5) hue-rotate(30deg); /* Make icons gold */
}

.page-promotions-vivu88-new-user-bonus .bonus-item h3 {
    color: var(--vivu88-secondary-color);
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-promotions-vivu88-new-user-bonus .bonus-item p {
    font-size: 1.05em;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-vivu88-new-user-bonus .bonus-item .note {
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}

/* How to Register Section */
.page-promotions-vivu88-new-user-bonus .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.page-promotions-vivu88-new-user-bonus .step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.page-promotions-vivu88-new-user-bonus .step-item:hover {
    transform: translateY(-5px);
}

.page-promotions-vivu88-new-user-bonus .step-item .step-number {
    background-color: var(--vivu88-secondary-color);
    color: var(--vivu88-primary-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -60px auto 20px;
    border: 5px solid var(--vivu88-primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-vivu88-new-user-bonus .step-item h3 {
    color: var(--vivu88-primary-color);
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-promotions-vivu88-new-user-bonus .step-item p {
    color: #444;
    margin-bottom: 20px;
}

.page-promotions-vivu88-new-user-bonus .step-item .img-fluid {
    max-width: 100%;
    height: 180px; /* Fixed height for consistency */
    object-fit: contain; /* Ensure image fits without cropping */
    border-radius: 8px;
    margin-top: 15px;
}

/* Terms & Conditions Section */
.page-promotions-vivu88-new-user-bonus .terms-conditions-section {
    background-color: var(--vivu88-background-light);
}

.page-promotions-vivu88-new-user-bonus .terms-list {
    list-style: decimal;
    padding-left: 30px;
    max-width: 900px;
    margin: 0 auto 30px;
    color: #333;
}

.page-promotions-vivu88-new-user-bonus .terms-list li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.page-promotions-vivu88-new-user-bonus .responsibility-note {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 30px;
    font-size: 1.1em;
}

/* Featured Games Section */
.page-promotions-vivu88-new-user-bonus .games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-promotions-vivu88-new-user-bonus .game-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-promotions-vivu88-new-user-bonus .game-item:hover {
    transform: translateY(-5px);
}

.page-promotions-vivu88-new-user-bonus .game-item .img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-promotions-vivu88-new-user-bonus .game-item h3 {
    color: var(--vivu88-primary-color);
    font-size: 1.5em;
    margin: 20px 15px 10px;
}

.page-promotions-vivu88-new-user-bonus .game-item p {
    color: #555;
    padding: 0 15px 20px;
}

/* Download App Section */
.page-promotions-vivu88-new-user-bonus .download-app-section {
    background-color: var(--vivu88-primary-color);
    color: var(--vivu88-text-light);
}

.page-promotions-vivu88-new-user-bonus .download-content {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.page-promotions-vivu88-new-user-bonus .download-text {
    flex: 1;
    min-width: 300px;
}

.page-promotions-vivu88-new-user-bonus .download-text .section-title {
    color: var(--vivu88-secondary-color);
    text-align: left;
}

.page-promotions-vivu88-new-user-bonus .download-text .section-title::after {
    margin-left: 0;
}

.page-promotions-vivu88-new-user-bonus .download-text p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-vivu88-new-user-bonus .download-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-promotions-vivu88-new-user-bonus .download-text ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.05em;
    color: rgba(255, 255, 255, 0.9);
}

.page-promotions-vivu88-new-user-bonus .download-text ul li::before {
    content: '★';
    color: var(--vivu88-secondary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.page-promotions-vivu88-new-user-bonus .download-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-promotions-vivu88-new-user-bonus .download-image .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-promotions-vivu88-new-user-bonus .faq-section {
    background-color: var(--vivu88-background-light);
}

.page-promotions-vivu88-new-user-bonus .faq-accordion {
    max-width: 900px;
    margin: 50px auto 0;
}

.page-promotions-vivu88-new-user-bonus .accordion-item {
    background-color: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-vivu88-new-user-bonus .accordion-header {
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    font-size: 1.25em;
    font-weight: bold;
    color: var(--vivu88-primary-color);
    background-color: #f0f4f7;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-promotions-vivu88-new-user-bonus .accordion-header:hover {
    background-color: #e0e7ed;
}

.page-promotions-vivu88-new-user-bonus .accordion-header::after {
    content: '+';
    font-size: 1.5em;
    color: var(--vivu88-secondary-color);
    transition: transform 0.3s ease;
}

.page-promotions-vivu88-new-user-bonus .accordion-header.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-promotions-vivu88-new-user-bonus .accordion-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #ffffff;
}

.page-promotions-vivu88-new-user-bonus .accordion-content.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px 25px;
}

.page-promotions-vivu88-new-user-bonus .accordion-content p {
    color: #444;
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-vivu88-new-user-bonus .hero-title {
        font-size: 2.8em;
    }

    .page-promotions-vivu88-new-user-bonus .hero-subtitle {
        font-size: 1.3em;
    }

    .page-promotions-vivu88-new-user-bonus .about-content,
    .page-promotions-vivu88-new-user-bonus .download-content {
        flex-direction: column;
        text-align: center;
    }

    .page-promotions-vivu88-new-user-bonus .about-image,
    .page-promotions-vivu88-new-user-bonus .download-image {
        margin-top: 30px;
    }

    .page-promotions-vivu88-new-user-bonus .download-text .section-title {
        text-align: center;
    }

    .page-promotions-vivu88-new-user-bonus .download-text .section-title::after {
        margin: 15px auto 0;
    }
}

@media (max-width: 768px) {
    .page-promotions-vivu88-new-user-bonus section {
        padding: 60px 0;
    }

    .page-promotions-vivu88-new-user-bonus .hero-title {
        font-size: 2.2em;
    }

    .page-promotions-vivu88-new-user-bonus .hero-subtitle {
        font-size: 1.1em;
    }

    .page-promotions-vivu88-new-user-bonus .section-title {
        font-size: 2.2em;
    }

    .page-promotions-vivu88-new-user-bonus .bonus-grid,
    .page-promotions-vivu88-new-user-bonus .steps-grid,
    .page-promotions-vivu88-new-user-bonus .games-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-vivu88-new-user-bonus .step-item .step-number {
        margin-top: -40px;
    }

    .page-promotions-vivu88-new-user-bonus .accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-promotions-vivu88-new-user-bonus .accordion-content.active {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-promotions-vivu88-new-user-bonus .hero-title {
        font-size: 1.8em;
    }

    .page-promotions-vivu88-new-user-bonus .hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-vivu88-new-user-bonus .btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-promotions-vivu88-new-user-bonus .section-title {
        font-size: 1.8em;
    }

    .page-promotions-vivu88-new-user-bonus .bonus-item h3 {
        font-size: 1.5em;
    }

    .page-promotions-vivu88-new-user-bonus .step-item .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
        margin-top: -35px;
    }
}