/* style/promotions-first-deposit-bonus.css */

/* Base styles for the page content */
.page-promotions-first-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #FFFFFF; /* Light text on dark background */
    background-color: #1A202C; /* Main dark background */
    line-height: 1.6;
}

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

/* Hero Section */
.page-promotions-first-deposit-bonus .hero-section {
    background: linear-gradient(135deg, #1A202C 0%, #3a4252 50%, #E0B400 100%);
    padding: 80px 0;
    text-align: center;
    color: #FFFFFF;
}

.page-promotions-first-deposit-bonus .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E0B400; /* Accent color for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit-bonus .hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

.page-promotions-first-deposit-bonus .hero-actions .btn {
    margin: 10px;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.page-promotions-first-deposit-bonus .btn-primary {
    background-color: #E0B400;
    color: #1A202C;
    border: 2px solid #E0B400;
}

.page-promotions-first-deposit-bonus .btn-primary:hover {
    background-color: #f0c51a;
    transform: translateY(-2px);
}

.page-promotions-first-deposit-bonus .btn-secondary {
    background-color: transparent;
    color: #E0B400;
    border: 2px solid #E0B400;
}

.page-promotions-first-deposit-bonus .btn-secondary:hover {
    background-color: #E0B400;
    color: #1A202C;
    transform: translateY(-2px);
}

/* Content Section */
.page-promotions-first-deposit-bonus .content-section {
    padding: 60px 0;
    background-color: #242b3b; /* Slightly lighter dark background for content */
}

.page-promotions-first-deposit-bonus .content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.page-promotions-first-deposit-bonus .main-content {
    background-color: #1A202C;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus .section-title {
    font-size: 2.2em;
    color: #E0B400;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(224, 180, 0, 0.3);
    padding-bottom: 10px;
}

.page-promotions-first-deposit-bonus .subsection-title {
    font-size: 1.6em;
    color: #f0c51a; /* Slightly brighter accent for sub-titles */
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus p {
    margin-bottom: 15px;
    color: #CCCCCC;
}

.page-promotions-first-deposit-bonus ul,
.page-promotions-first-deposit-bonus ol {
    margin-bottom: 15px;
    padding-left: 25px;
    color: #CCCCCC;
}

.page-promotions-first-deposit-bonus ul li,
.page-promotions-first-deposit-bonus ol li {
    margin-bottom: 8px;
}

.page-promotions-first-deposit-bonus .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus .cta-group {
    text-align: center;
    margin: 30px 0;
}

.page-promotions-first-deposit-bonus .cta-group .btn {
    margin: 10px;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.page-promotions-first-deposit-bonus .btn-large {
    padding: 18px 35px;
    font-size: 1.1em;
}

/* Sidebar */
.page-promotions-first-deposit-bonus .sidebar {
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus .sidebar-widget {
    margin-bottom: 30px;
    background-color: #242b3b;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus .widget-title {
    font-size: 1.8em;
    color: #E0B400;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(224, 180, 0, 0.2);
    padding-bottom: 10px;
}

.page-promotions-first-deposit-bonus .sidebar ul {
    list-style: none;
    padding: 0;
}

.page-promotions-first-deposit-bonus .sidebar ul li {
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus .sidebar ul li a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 1.05em;
    transition: color 0.3s ease;
}

.page-promotions-first-deposit-bonus .sidebar ul li a:hover {
    color: #E0B400;
}

.page-promotions-first-deposit-bonus .promotion-banner {
    text-align: center;
    background-color: #333d52;
    border: 1px solid #E0B400;
}

.page-promotions-first-deposit-bonus .banner-image {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus .banner-title {
    font-size: 1.5em;
    color: #E0B400;
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus .banner-text {
    color: #CCCCCC;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus .btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
}

/* FAQ Section */
.page-promotions-first-deposit-bonus .faq-container {
    margin-top: 30px;
}

.page-promotions-first-deposit-bonus .faq-item {
    background-color: #242b3b;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus .faq-question {
    font-size: 1.4em;
    color: #E0B400;
    padding: 18px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2c3447;
    border-bottom: 1px solid rgba(224, 180, 0, 0.1);
    transition: background-color 0.3s ease;
}

.page-promotions-first-deposit-bonus .faq-question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus .faq-question.active {
    background-color: #3a4252;
}

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

.page-promotions-first-deposit-bonus .faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    color: #CCCCCC;
}

.page-promotions-first-deposit-bonus .faq-answer.open {
    max-height: 200px; /* Adjust as needed */
    padding: 15px 25px;
}

/* Call to Action Footer */
.page-promotions-first-deposit-bonus .call-to-action-footer {
    background: linear-gradient(135deg, #E0B400 0%, #f0c51a 100%);
    padding: 70px 0;
    text-align: center;
    color: #1A202C;
}

.page-promotions-first-deposit-bonus .cta-footer-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #1A202C;
}

.page-promotions-first-deposit-bonus .cta-footer-description {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #333;
}

.page-promotions-first-deposit-bonus .cta-footer-actions .btn {
    margin: 10px;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1em;
}

.page-promotions-first-deposit-bonus .cta-footer-actions .btn-primary {
    background-color: #1A202C;
    color: #E0B400;
    border: 2px solid #1A202C;
}

.page-promotions-first-deposit-bonus .cta-footer-actions .btn-primary:hover {
    background-color: #333d52;
    color: #f0c51a;
    transform: translateY(-2px);
}

.page-promotions-first-deposit-bonus .cta-footer-actions .btn-secondary {
    background-color: transparent;
    color: #1A202C;
    border: 2px solid #1A202C;
}

.page-promotions-first-deposit-bonus .cta-footer-actions .btn-secondary:hover {
    background-color: #1A202C;
    color: #E0B400;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-first-deposit-bonus .content-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-first-deposit-bonus .hero-title {
        font-size: 2.5em;
    }

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

    .page-promotions-first-deposit-bonus .subsection-title {
        font-size: 1.4em;
    }

    .page-promotions-first-deposit-bonus .cta-footer-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus .hero-section,
    .page-promotions-first-deposit-bonus .content-section,
    .page-promotions-first-deposit-bonus .call-to-action-footer {
        padding: 40px 0;
    }

    .page-promotions-first-deposit-bonus .hero-title {
        font-size: 2em;
    }

    .page-promotions-first-deposit-bonus .hero-description {
        font-size: 1em;
    }

    .page-promotions-first-deposit-bonus .main-content,
    .page-promotions-first-deposit-bonus .sidebar {
        padding: 25px;
    }

    .page-promotions-first-deposit-bonus .cta-group .btn,
    .page-promotions-first-deposit-bonus .btn-large,
    .page-promotions-first-deposit-bonus .cta-footer-actions .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-first-deposit-bonus .faq-question {
        font-size: 1.2em;
        padding: 15px 20px;
    }

    .page-promotions-first-deposit-bonus .faq-answer.open {
        padding: 10px 20px;
    }

    .page-promotions-first-deposit-bonus .cta-footer-title {
        font-size: 1.8em;
    }

    .page-promotions-first-deposit-bonus .cta-footer-description {
        font-size: 1.1em;
    }
}

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

    .page-promotions-first-deposit-bonus .section-title {
        font-size: 1.6em;
    }

    .page-promotions-first-deposit-bonus .subsection-title {
        font-size: 1.3em;
    }

    .page-promotions-first-deposit-bonus .hero-actions .btn,
    .page-promotions-first-deposit-bonus .cta-group .btn,
    .page-promotions-first-deposit-bonus .cta-footer-actions .btn {
        width: 100%;
        margin: 10px 0;
    }
}