/* style/promotions-new-player-bonus.css */
.page-promotions-new-player-bonus {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-promotions-new-player-bonus .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-new-player-bonus h1, 
.page-promotions-new-player-bonus h2, 
.page-promotions-new-player-bonus h3 {
    color: #0A2342;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-promotions-new-player-bonus h1 {
    font-size: 2.8em;
    text-align: center;
    color: #0A2342;
}

.page-promotions-new-player-bonus h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.page-promotions-new-player-bonus h3 {
    font-size: 1.6em;
    margin-top: 25px;
}

.page-promotions-new-player-bonus p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-promotions-new-player-bonus ul, 
.page-promotions-new-player-bonus ol {
    margin-bottom: 15px;
    padding-left: 20px;
    color: #444;
}

.page-promotions-new-player-bonus ul li, 
.page-promotions-new-player-bonus ol li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

/* Buttons */
.page-promotions-new-player-bonus .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
}

.page-promotions-new-player-bonus .btn-primary {
    background-color: #E6B31E; /* Auxiliary color */
    color: #0A2342; /* Primary color for text */
    border: 2px solid #E6B31E;
}

.page-promotions-new-player-bonus .btn-primary:hover {
    background-color: #d1a01b;
    transform: translateY(-2px);
}

.page-promotions-new-player-bonus .btn-secondary {
    background-color: #0A2342; /* Primary color */
    color: #f8f8f8; /* Light background color for text */
    border: 2px solid #0A2342;
}

.page-promotions-new-player-bonus .btn-secondary:hover {
    background-color: #1a3c63;
    transform: translateY(-2px);
}

.page-promotions-new-player-bonus .btn-large {
    padding: 15px 35px;
    font-size: 1.2em;
}

/* Hero Section */
.page-promotions-new-player-bonus .hero-section {
    background: linear-gradient(135deg, #0A2342, #1a3c63, #E6B31E);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.page-promotions-new-player-bonus .hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern,subtle]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 1;
}

.page-promotions-new-player-bonus .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 30px;
}

.page-promotions-new-player-bonus .hero-content h1 {
    color: #fff;
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-promotions-new-player-bonus .hero-content p {
    color: #eee;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.page-promotions-new-player-bonus .hero-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 600px;
}

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

/* Introduction Section */
.page-promotions-new-player-bonus .introduction-section {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.page-promotions-new-player-bonus .introduction-section p {
    max-width: 900px;
    margin: 0 auto 20px auto;
}

/* Bonus Types Section */
.page-promotions-new-player-bonus .bonus-types-section {
    padding: 60px 0;
    background-color: #f0f4f7;
}

.page-promotions-new-player-bonus .bonus-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

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

.page-promotions-new-player-bonus .bonus-item img {
    max-width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.page-promotions-new-player-bonus .bonus-item h3 {
    color: #E6B31E;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-promotions-new-player-bonus .bonus-item ul {
    text-align: left;
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 15px;
}

.page-promotions-new-player-bonus .bonus-item ul li {
    color: #555;
}

/* How to Claim Section */
.page-promotions-new-player-bonus .how-to-claim-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-promotions-new-player-bonus .how-to-claim-section ol {
    list-style-type: decimal;
    padding-left: 25px;
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.page-promotions-new-player-bonus .how-to-claim-section ol li {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #333;
    line-height: 1.8;
}

.page-promotions-new-player-bonus .how-to-claim-section ol li a {
    color: #0A2342;
    text-decoration: underline;
}

.page-promotions-new-player-bonus .how-to-claim-section .btn-secondary {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}

/* Terms & Conditions Section */
.page-promotions-new-player-bonus .terms-conditions-section {
    padding: 60px 0;
    background-color: #f0f4f7;
}

.page-promotions-new-player-bonus .terms-conditions-section ul {
    list-style-type: square;
    max-width: 900px;
    margin: 0 auto 20px auto;
    padding-left: 25px;
}

.page-promotions-new-player-bonus .terms-conditions-section ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #555;
}

/* Why Choose 181bet Section */
.page-promotions-new-player-bonus .why-choose-181bet-section {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.page-promotions-new-player-bonus .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-new-player-bonus .feature-item {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-new-player-bonus .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-promotions-new-player-bonus .feature-item img {
    max-width: 60px;
    height: auto;
    margin-bottom: 20px;
}

.page-promotions-new-player-bonus .feature-item h3 {
    font-size: 1.5em;
    color: #0A2342;
    margin-bottom: 10px;
}

.page-promotions-new-player-bonus .feature-item p {
    font-size: 1em;
    color: #666;
}

/* FAQ Section */
.page-promotions-new-player-bonus .faq-section {
    padding: 60px 0;
    background-color: #f0f4f7;
}

.page-promotions-new-player-bonus .faq-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-new-player-bonus .faq-item h3 {
    font-size: 1.4em;
    color: #0A2342;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-new-player-bonus .faq-item h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #E6B31E;
}

.page-promotions-new-player-bonus .faq-item h3.active::after {
    content: '-';
}

.page-promotions-new-player-bonus .faq-item p {
    font-size: 1em;
    color: #555;
    display: none;
    margin-top: 15px;
}

.page-promotions-new-player-bonus .faq-item p.active {
    display: block;
}

/* CTA Section */
.page-promotions-new-player-bonus .cta-section {
    background: linear-gradient(45deg, #0A2342, #1a3c63);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-promotions-new-player-bonus .cta-section h2 {
    color: #E6B31E;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.page-promotions-new-player-bonus .cta-section p {
    color: #eee;
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-new-player-bonus .cta-section .btn {
    margin: 0 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-new-player-bonus .hero-content h1 {
        font-size: 2.8em;
    }
    .page-promotions-new-player-bonus .hero-content p {
        font-size: 1.1em;
    }
    .page-promotions-new-player-bonus h2 {
        font-size: 1.8em;
    }
    .page-promotions-new-player-bonus h3 {
        font-size: 1.4em;
    }
    .page-promotions-new-player-bonus .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-new-player-bonus .hero-section {
        flex-direction: column;
        padding: 60px 0;
    }
    .page-promotions-new-player-bonus .hero-content {
        margin-bottom: 20px;
    }
    .page-promotions-new-player-bonus .hero-content h1 {
        font-size: 2.2em;
    }
    .page-promotions-new-player-bonus .hero-content p {
        font-size: 1em;
    }
    .page-promotions-new-player-bonus .btn-large {
        padding: 12px 25px;
        font-size: 1.1em;
    }
    .page-promotions-new-player-bonus .cta-section .btn {
        margin: 10px 0;
        display: block;
    }
    .page-promotions-new-player-bonus .bonus-item {
        padding: 20px;
    }
    .page-promotions-new-player-bonus .bonus-item h3 {
        font-size: 1.5em;
    }
    .page-promotions-new-player-bonus .feature-item {
        padding: 20px;
    }
    .page-promotions-new-player-bonus .faq-item h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-new-player-bonus .hero-content h1 {
        font-size: 1.8em;
    }
    .page-promotions-new-player-bonus h2 {
        font-size: 1.6em;
    }
    .page-promotions-new-player-bonus .hero-content p {
        font-size: 0.9em;
    }
    .page-promotions-new-player-bonus .btn {
        font-size: 1em;
        padding: 10px 20px;
    }
    .page-promotions-new-player-bonus .cta-section h2 {
        font-size: 2em;
    }
    .page-promotions-new-player-bonus .cta-section p {
        font-size: 1em;
    }
    .page-promotions-new-player-bonus .container {
        padding: 0 15px;
    }
}