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

/* Base styles for the page content */
.page-promotions-deposit-match-bonus {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light grey for general text on dark background */
    background-color: #1A1A1A;
    line-height: 1.6;
}

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

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

.page-promotions-deposit-match-bonus .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-promotions-deposit-match-bonus h3 {
    color: #FFD700; /* Gold for sub-titles */
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-promotions-deposit-match-bonus p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #CCCCCC; /* Slightly lighter grey for paragraph text */
}

.page-promotions-deposit-match-bonus ul,
.page-promotions-deposit-match-bonus ol {
    list-style-position: inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-promotions-deposit-match-bonus ul li,
.page-promotions-deposit-match-bonus ol li {
    margin-bottom: 10px;
    color: #CCCCCC;
}

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

.page-promotions-deposit-match-bonus a:hover {
    text-decoration: underline;
    color: #b39700; /* Darker gold on hover */
}

/* Buttons */
.page-promotions-deposit-match-bonus .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
}

.page-promotions-deposit-match-bonus .btn-primary {
    background-color: #FFD700;
    color: #1A1A1A;
}

.page-promotions-deposit-match-bonus .btn-primary:hover {
    background-color: #b39700; /* Darker gold */
    color: #FFFFFF;
}

.page-promotions-deposit-match-bonus .btn-secondary {
    background-color: #333333;
    color: #FFD700;
    border: 1px solid #FFD700;
}

.page-promotions-deposit-match-bonus .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A1A1A;
}

.page-promotions-deposit-match-bonus .btn-outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-promotions-deposit-match-bonus .btn-outline:hover {
    background-color: #FFD700;
    color: #1A1A1A;
}

/* Hero Section */
.page-promotions-deposit-match-bonus .hero-section {
    background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
    padding: 80px 20px;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 5px solid #FFD700;
}

.page-promotions-deposit-match-bonus .hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-promotions-deposit-match-bonus .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* General Section Styling */
.page-promotions-deposit-match-bonus section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-deposit-match-bonus section:last-of-type {
    border-bottom: none;
}

.page-promotions-deposit-match-bonus .image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-promotions-deposit-match-bonus .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Specific Section Styles */
.page-promotions-deposit-match-bonus .introduction-section,
.page-promotions-deposit-match-bonus .eligibility-section,
.page-promotions-deposit-match-bonus .responsible-gaming-section {
    background-color: #1A1A1A;
}

.page-promotions-deposit-match-bonus .how-it-works-section,
.page-promotions-deposit-match-bonus .claiming-process-section,
.page-promotions-deposit-match-bonus .benefits-section {
    background-color: #222222;
}

.page-promotions-deposit-match-bonus .terms-conditions-section,
.page-promotions-deposit-match-bonus .why-choose-bet88-section,
.page-promotions-deposit-match-bonus .faq-section {
    background-color: #1A1A1A;
}

/* Step List */
.page-promotions-deposit-match-bonus .step-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-promotions-deposit-match-bonus .step-item {
    background-color: #2A2A2A;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-promotions-deposit-match-bonus .step-item:hover {
    transform: translateY(-5px);
}

.page-promotions-deposit-match-bonus .step-item h3 {
    color: #FFD700;
    font-size: 1.4em;
    margin-top: 0;
}

.page-promotions-deposit-match-bonus .step-item p {
    color: #CCCCCC;
}

/* Terms Grid */
.page-promotions-deposit-match-bonus .terms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-promotions-deposit-match-bonus .term-item {
    background-color: #2A2A2A;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-deposit-match-bonus .term-item h3 {
    color: #FFD700;
    font-size: 1.4em;
    margin-top: 0;
}

/* Feature Grid */
.page-promotions-deposit-match-bonus .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-promotions-deposit-match-bonus .feature-item {
    background-color: #2A2A2A;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-promotions-deposit-match-bonus .feature-item:hover {
    transform: translateY(-5px);
}

.page-promotions-deposit-match-bonus .feature-item h3 {
    color: #FFD700;
    font-size: 1.4em;
    margin-top: 0;
}

/* FAQ Section */
.page-promotions-deposit-match-bonus .faq-item {
    background-color: #2A2A2A;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-promotions-deposit-match-bonus .faq-item h3 {
    color: #FFD700;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-deposit-match-bonus .faq-item p {
    color: #CCCCCC;
}

/* CTA Section */
.page-promotions-deposit-match-bonus .cta-section {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(90deg, #FFD700 0%, #b39700 100%); /* Gold gradient background */
    color: #1A1A1A;
}

.page-promotions-deposit-match-bonus .cta-section .section-title {
    color: #1A1A1A; /* Dark text on gold background */
    margin-bottom: 20px;
}

.page-promotions-deposit-match-bonus .cta-section .section-title::after {
    background-color: #1A1A1A;
}

.page-promotions-deposit-match-bonus .cta-section p {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #333333; /* Darker text for contrast */
}

.page-promotions-deposit-match-bonus .cta-buttons .btn {
    margin: 0 15px;
}

.page-promotions-deposit-match-bonus .cta-buttons .btn-primary {
    background-color: #1A1A1A;
    color: #FFD700;
}

.page-promotions-deposit-match-bonus .cta-buttons .btn-primary:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.page-promotions-deposit-match-bonus .cta-buttons .btn-secondary {
    background-color: #FFFFFF;
    color: #1A1A1A;
    border: 1px solid #1A1A1A;
}

.page-promotions-deposit-match-bonus .cta-buttons .btn-secondary:hover {
    background-color: #EEEEEE;
    color: #000000;
}

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

    .page-promotions-deposit-match-bonus .hero-subtitle {
        font-size: 1.1em;
    }

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

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

    .page-promotions-deposit-match-bonus p,
    .page-promotions-deposit-match-bonus ul li,
    .page-promotions-deposit-match-bonus ol li {
        font-size: 1em;
    }

    .page-promotions-deposit-match-bonus .step-list,
    .page-promotions-deposit-match-bonus .terms-grid,
    .page-promotions-deposit-match-bonus .feature-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-deposit-match-bonus .cta-buttons .btn {
        margin: 10px 0;
        width: 100%;
    }
}

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

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

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