/* style/promotions-789b-deposit-bonus.css */
.page-promotions-789b-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light gray for general text */
    background-color: #0A192F; /* Deep blue background */
}

.page-promotions-789b-deposit-bonus .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-789b-deposit-bonus .hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%); /* Dark blue gradient */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero text */
}

.page-promotions-789b-deposit-bonus .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold */
    line-height: 1.2;
}

.page-promotions-789b-deposit-bonus .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0; /* Light gray */
}

.page-promotions-789b-deposit-bonus .section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    border-bottom: 2px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 15px;
}

.page-promotions-789b-deposit-bonus .introduction-section, 
.page-promotions-789b-deposit-bonus .bonus-types-section, 
.page-promotions-789b-deposit-bonus .how-to-claim-section, 
.page-promotions-789b-deposit-bonus .terms-conditions-section, 
.page-promotions-789b-deposit-bonus .faq-section, 
.page-promotions-789b-deposit-bonus .cta-section {
    padding: 60px 0;
    background-color: #0A192F;
}

.page-promotions-789b-deposit-bonus p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-promotions-789b-deposit-bonus a {
    color: #FFD700;
    text-decoration: none;
}

.page-promotions-789b-deposit-bonus a:hover {
    text-decoration: underline;
    color: #FFC000;
}

.page-promotions-789b-deposit-bonus .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.page-promotions-789b-deposit-bonus .primary-btn {
    background-color: #FFD700; /* Gold */
    color: #0A192F; /* Deep blue */
    border: none;
}

.page-promotions-789b-deposit-bonus .primary-btn:hover {
    background-color: #FFC000; /* Slightly darker gold */
    transform: translateY(-2px);
}

.page-promotions-789b-deposit-bonus .secondary-btn {
    background-color: #1a3a60; /* Slightly lighter blue */
    color: #FFD700; /* Gold */
    border: 1px solid #FFD700;
}

.page-promotions-789b-deposit-bonus .secondary-btn:hover {
    background-color: #2a4b70;
    transform: translateY(-2px);
}

.page-promotions-789b-deposit-bonus .large-btn {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-promotions-789b-deposit-bonus .content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-promotions-789b-deposit-bonus .content-image-small {
    max-width: 600px;
    margin: 30px auto;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-789b-deposit-bonus .bonus-item {
    background-color: #1a2b47; /* Slightly lighter deep blue */
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-789b-deposit-bonus .bonus-item:last-child {
    margin-bottom: 0;
}

.page-promotions-789b-deposit-bonus .bonus-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold */
    margin-bottom: 15px;
}

.page-promotions-789b-deposit-bonus ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-promotions-789b-deposit-bonus ul li {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 10px;
}

.page-promotions-789b-deposit-bonus ol {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-promotions-789b-deposit-bonus ol li {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 15px;
}

.page-promotions-789b-deposit-bonus .note {
    font-style: italic;
    color: #FFD700;
    margin-top: 30px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-promotions-789b-deposit-bonus .faq-item {
    background-color: #1a2b47;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-promotions-789b-deposit-bonus .faq-question {
    font-size: 1.4em;
    color: #FFD700; /* Gold */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-789b-deposit-bonus .faq-answer {
    font-size: 1em;
    line-height: 1.6;
    color: #E0E0E0;
    margin-top: 15px;
}

.page-promotions-789b-deposit-bonus .cta-section {
    text-align: center;
    background-color: #0A192F;
    padding-bottom: 100px;
}

.page-promotions-789b-deposit-bonus .cta-section .section-title {
    color: #FFD700;
}

.page-promotions-789b-deposit-bonus .cta-small-text {
    margin-top: 20px;
    font-size: 1.2em;
    color: #E0E0E0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-promotions-789b-deposit-bonus .hero-title {
        font-size: 2.5em;
    }

    .page-promotions-789b-deposit-bonus .hero-subtitle {
        font-size: 1.2em;
    }

    .page-promotions-789b-deposit-bonus .section-title {
        font-size: 2em;
    }

    .page-promotions-789b-deposit-bonus p, 
    .page-promotions-789b-deposit-bonus ul li, 
    .page-promotions-789b-deposit-bonus ol li, 
    .page-promotions-789b-deposit-bonus .faq-answer {
        font-size: 1em;
    }

    .page-promotions-789b-deposit-bonus .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-789b-deposit-bonus .large-btn {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-promotions-789b-deposit-bonus .bonus-title {
        font-size: 1.5em;
    }

    .page-promotions-789b-deposit-bonus .faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-789b-deposit-bonus .hero-title {
        font-size: 2em;
    }

    .page-promotions-789b-deposit-bonus .hero-subtitle {
        font-size: 1em;
    }

    .page-promotions-789b-deposit-bonus .section-title {
        font-size: 1.8em;
    }

    .page-promotions-789b-deposit-bonus .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .page-promotions-789b-deposit-bonus .large-btn {
        width: 100%;
    }
}