.page-promotions-first-deposit {
    font-family: 'Arial', sans-serif;
    color: #f5e6ce; /* Light text for general content on dark background */
    background-color: #0A1931; /* Main background color */
    line-height: 1.6;
    overflow-x: hidden;
}

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

.page-promotions-first-deposit .bg-dark {
    background-color: #1a2a47; /* Slightly lighter dark background for contrast */
}

/* Hero Section */
.page-promotions-first-deposit .hero-section {
    background: linear-gradient(135deg, #0A1931, #1a2a47);
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-first-deposit .hero-section .container {
    position: relative;
    z-index: 1;
}

.page-promotions-first-deposit .hero-title {
    font-size: 3.2em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit .hero-description {
    font-size: 1.15em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #e0e0e0;
}

.page-promotions-first-deposit .hero-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* General Section Styling */
.page-promotions-first-deposit .section-content,
.page-promotions-first-deposit .section-details,
.page-promotions-first-deposit .section-how-to-claim,
.page-promotions-first-deposit .section-terms,
.page-promotions-first-deposit .section-faq,
.page-promotions-first-deposit .section-cta,
.page-promotions-first-deposit .section-about-e2bet {
    padding: 60px 0;
}

.page-promotions-first-deposit .section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-promotions-first-deposit .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Buttons */
.page-promotions-first-deposit .btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    margin: 10px;
}

.page-promotions-first-deposit .btn-primary {
    background-color: #FFD700; /* Gold button */
    color: #0A1931; /* Dark text on gold */
    border: 2px solid #FFD700;
}

.page-promotions-first-deposit .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
}

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

.page-promotions-first-deposit .btn-secondary:hover {
    background-color: #FFD700;
    color: #0A1931;
    transform: translateY(-3px);
}

.page-promotions-first-deposit .btn-tertiary {
    background-color: #DC143C; /* Red accent for urgency/details */
    color: #ffffff;
    border: 2px solid #DC143C;
}

.page-promotions-first-deposit .btn-tertiary:hover {
    background-color: #c01134;
    border-color: #c01134;
    transform: translateY(-3px);
}

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

/* Grid Layouts */
.page-promotions-first-deposit .grid-3-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-first-deposit .grid-2-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Feature Cards */
.page-promotions-first-deposit .feature-card {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit .feature-card:hover {
    transform: translateY(-5px);
}

.page-promotions-first-deposit .card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-first-deposit .card-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-first-deposit .card-description {
    font-size: 1em;
    color: #e0e0e0;
}

/* Details Section */
.page-promotions-first-deposit .details-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.page-promotions-first-deposit .details-item {
    background-color: #0A1931;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit .details-heading {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-promotions-first-deposit .details-item p {
    color: #e0e0e0;
    margin-bottom: 8px;
}

/* How-To-Claim Section */
.page-promotions-first-deposit .steps-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-promotions-first-deposit .step-item {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.page-promotions-first-deposit .step-number {
    background-color: #FFD700;
    color: #0A1931;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    margin: -55px auto 20px;
    border: 3px solid #0A1931;
}

.page-promotions-first-deposit .step-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-promotions-first-deposit .step-item p {
    color: #e0e0e0;
    margin-bottom: 20px;
}

.page-promotions-first-deposit .illustration-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 50px auto 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Terms and Conditions */
.page-promotions-first-deposit .intro-text {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
    color: #e0e0e0;
}

.page-promotions-first-deposit .terms-list {
    list-style: disc;
    max-width: 900px;
    margin: 0 auto 40px;
    padding-left: 25px;
    color: #e0e0e0;
}

.page-promotions-first-deposit .terms-list li {
    margin-bottom: 15px;
    font-size: 1em;
}

.page-promotions-first-deposit .terms-list li strong {
    color: #FFD700;
}

.page-promotions-first-deposit .disclaimer-text {
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
    color: #e0e0e0;
}

/* FAQ Section */
.page-promotions-first-deposit .faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.page-promotions-first-deposit .accordion-item {
    background-color: #1a2a47;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.page-promotions-first-deposit .accordion-header {
    background-color: #0A1931;
    color: #FFD700;
    padding: 20px 25px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-promotions-first-deposit .accordion-header::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

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

.page-promotions-first-deposit .accordion-content {
    padding: 0 25px;
    background-color: #1a2a47;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-promotions-first-deposit .accordion-content.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px 25px;
}

.page-promotions-first-deposit .accordion-content p {
    color: #e0e0e0;
}

/* CTA Section */
.page-promotions-first-deposit .section-cta {
    text-align: center;
    padding: 80px 0;
    background-color: #0A1931;
}

.page-promotions-first-deposit .cta-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

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

/* About e2bet Section */
.page-promotions-first-deposit .section-about-e2bet .about-item {
    background-color: #0A1931;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit .section-about-e2bet .about-heading {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-promotions-first-deposit .section-about-e2bet .about-item p {
    color: #e0e0e0;
}

.page-promotions-first-deposit .about-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 50px auto 0;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-first-deposit .hero-title {
        font-size: 2.5em;
    }
    .page-promotions-first-deposit .section-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit .cta-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit .grid-3-cols, .page-promotions-first-deposit .grid-2-cols {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .page-promotions-first-deposit .details-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit .hero-section,
    .page-promotions-first-deposit .section-content,
    .page-promotions-first-deposit .section-details,
    .page-promotions-first-deposit .section-how-to-claim,
    .page-promotions-first-deposit .section-terms,
    .page-promotions-first-deposit .section-faq,
    .page-promotions-first-deposit .section-cta,
    .page-promotions-first-deposit .section-about-e2bet {
        padding: 40px 0;
    }
    .page-promotions-first-deposit .hero-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit .hero-description {
        font-size: 1em;
    }
    .page-promotions-first-deposit .section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-promotions-first-deposit .btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-promotions-first-deposit .btn-large {
        padding: 12px 30px;
        font-size: 1.1em;
    }
    .page-promotions-first-deposit .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
        margin: -45px auto 15px;
    }
    .page-promotions-first-deposit .accordion-header {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-promotions-first-deposit .accordion-content {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-promotions-first-deposit .hero-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit .section-title {
        font-size: 1.6em;
    }
    .page-promotions-first-deposit .cta-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .page-promotions-first-deposit .grid-3-cols, .page-promotions-first-deposit .grid-2-cols, .page-promotions-first-deposit .details-wrapper, .page-promotions-first-deposit .steps-wrapper {
        grid-template-columns: 1fr;
    }
}