.page-promotions-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f9f9;
}

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

.page-promotions-deposit-bonus .text-center {
    text-align: center;
}

.page-promotions-deposit-bonus h1,
.page-promotions-deposit-bonus h2,
.page-promotions-deposit-bonus h3 {
    color: #007bff;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-deposit-bonus h1 {
    font-size: 2.8em;
    color: #ffc107; /* Auxiliary color for hero title */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

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

.page-promotions-deposit-bonus h3 {
    font-size: 1.6em;
}

.page-promotions-deposit-bonus p {
    margin-bottom: 15px;
}

.page-promotions-deposit-bonus ul,
.page-promotions-deposit-bonus ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

.page-promotions-deposit-bonus li {
    margin-bottom: 8px;
}

.page-promotions-deposit-bonus .hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3); /* Darker blue gradient for depth */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.page-promotions-deposit-bonus .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract,geometric,pattern,subtle_overlay,55win_bet]');
    background-size: cover;
    opacity: 0.15;
    z-index: 0;
}

.page-promotions-deposit-bonus .hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.page-promotions-deposit-bonus .hero-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-promotions-deposit-bonus .btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.page-promotions-deposit-bonus .btn-primary {
    background-color: #ffc107; /* Auxiliary color */
    color: #007bff; /* Primary color text */
}

.page-promotions-deposit-bonus .btn-primary:hover {
    background-color: #e0a800; /* Darker auxiliary on hover */
    color: #0056b3; /* Darker primary on hover */
    transform: translateY(-2px);
}

.page-promotions-deposit-bonus .btn-secondary {
    background-color: #007bff; /* Primary color */
    color: #fff; /* White text */
}

.page-promotions-deposit-bonus .btn-secondary:hover {
    background-color: #0056b3; /* Darker primary on hover */
    color: #ffc107; /* Auxiliary color text on hover */
    transform: translateY(-2px);
}

.page-promotions-deposit-bonus .btn-large {
    font-size: 1.2em;
    padding: 15px 40px;
}

.page-promotions-deposit-bonus .section {
    background-color: #fff;
    padding: 60px 0;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.page-promotions-deposit-bonus .section-alt {
    background-color: #f0f8ff; /* Light blue background for contrast sections */
    padding: 60px 0;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.page-promotions-deposit-bonus .promo-card {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Ensure cards in a grid have equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-promotions-deposit-bonus .promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.page-promotions-deposit-bonus .promo-card h3 {
    color: #007bff;
    margin-bottom: 15px;
    font-size: 1.8em;
}

.page-promotions-deposit-bonus .promo-card p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-promotions-deposit-bonus .promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-promotions-deposit-bonus .image-full-width {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover; /* Cover the area, crop if needed */
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-promotions-deposit-bonus .faq-list {
    margin-top: 30px;
}

.page-promotions-deposit-bonus .faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.page-promotions-deposit-bonus .faq-question {
    font-weight: bold;
    color: #007bff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.page-promotions-deposit-bonus .faq-question:hover {
    color: #0056b3;
}

.page-promotions-deposit-bonus .faq-answer {
    color: #555;
    margin-top: 10px;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 10px;
}

.page-promotions-deposit-bonus .faq-answer.active {
    max-height: 200px; /* Adjust as needed for content */
    padding-bottom: 10px;
}

.page-promotions-deposit-bonus .faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
    color: #ffc107; /* Auxiliary color for icon */
}

.page-promotions-deposit-bonus .faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
    color: #ffc107;
}

.page-promotions-deposit-bonus .cta-final-section {
    background-color: #007bff; /* Primary color background */
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
}

.page-promotions-deposit-bonus .cta-final-section h2 {
    color: #ffc107; /* Auxiliary color for CTA title */
    font-size: 2.5em;
    margin-bottom: 20px;
}

.page-promotions-deposit-bonus .cta-final-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-promotions-deposit-bonus h1 {
        font-size: 2.2em;
    }
    .page-promotions-deposit-bonus h2 {
        font-size: 1.8em;
    }
    .page-promotions-deposit-bonus h3 {
        font-size: 1.4em;
    }
    .page-promotions-deposit-bonus .hero-section {
        padding: 60px 0;
        min-height: 350px;
    }
    .page-promotions-deposit-bonus .hero-section p {
        font-size: 1.1em;
    }
    .page-promotions-deposit-bonus .section,
    .page-promotions-deposit-bonus .section-alt {
        padding: 40px 0;
    }
    .page-promotions-deposit-bonus .promo-card {
        padding: 20px;
    }
    .page-promotions-deposit-bonus .image-full-width {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .page-promotions-deposit-bonus h1 {
        font-size: 1.8em;
    }
    .page-promotions-deposit-bonus h2 {
        font-size: 1.6em;
    }
    .page-promotions-deposit-bonus .hero-section {
        padding: 40px 0;
        min-height: 300px;
    }
    .page-promotions-deposit-bonus .hero-section p {
        font-size: 1em;
    }
    .page-promotions-deposit-bonus .promo-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-deposit-bonus .section,
    .page-promotions-deposit-bonus .section-alt {
        padding: 30px 0;
    }
    .page-promotions-deposit-bonus .image-full-width {
        height: 150px;
    }
    .page-promotions-deposit-bonus .btn {
        padding: 10px 25px;
        font-size: 0.9em;
    }
    .page-promotions-deposit-bonus .btn-large {
        font-size: 1.1em;
        padding: 12px 30px;
    }
    .page-promotions-deposit-bonus .cta-final-section {
        padding: 50px 20px;
    }
    .page-promotions-deposit-bonus .cta-final-section h2 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .page-promotions-deposit-bonus h1 {
        font-size: 1.5em;
    }
    .page-promotions-deposit-bonus h2 {
        font-size: 1.4em;
    }
    .page-promotions-deposit-bonus .hero-section {
        min-height: 250px;
    }
    .page-promotions-deposit-bonus .cta-final-section h2 {
        font-size: 1.8em;
    }
}