/* 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 for dark background */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
}

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

.page-promotions-first-deposit-bonus__section {
    padding: 60px 0;
    text-align: center;
}

.page-promotions-first-deposit-bonus__section:nth-of-type(even) {
    background-color: #1A2E44; /* Slightly lighter dark background for contrast */
}

.page-promotions-first-deposit-bonus__section-title {
    font-size: 2.8em;
    color: #E0B92B; /* Accent color for titles */
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-promotions-first-deposit-bonus__text {
    font-size: 1.1em;
    color: #E0E0E0; /* Slightly off-white for body text */
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-first-deposit-bonus__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 10px;
    cursor: pointer;
    border: none;
}

.page-promotions-first-deposit-bonus__btn--primary {
    background-color: #E0B92B; /* Accent background */
    color: #0A192F; /* Dark text for accent background */
}

.page-promotions-first-deposit-bonus__btn--primary:hover {
    background-color: #f0cc42; /* Lighter accent on hover */
    color: #000000;
}

.page-promotions-first-deposit-bonus__btn--secondary {
    background-color: transparent;
    color: #E0B92B; /* Accent text for dark background */
    border: 2px solid #E0B92B;
}

.page-promotions-first-deposit-bonus__btn--secondary:hover {
    background-color: #E0B92B;
    color: #0A192F; /* Dark text on accent background on hover */
}

/* Hero Section */
.page-promotions-first-deposit-bonus__hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #1A2E44 100%); /* Dark gradient background */
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-promotions-first-deposit-bonus__hero-title {
    font-size: 3.8em;
    color: #E0B92B; /* Accent color for main title */
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.page-promotions-first-deposit-bonus__hero-subtitle {
    font-size: 1.4em;
    color: #E0E0E0; /* Light text */
    margin-bottom: 30px;
}

.page-promotions-first-deposit-bonus__hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%; /* Adjust size as needed */
    height: auto;
    opacity: 0.2;
    z-index: 1;
    filter: grayscale(100%);
}

/* About F88bet Section */
.page-promotions-first-deposit-bonus__about-f88bet .page-promotions-first-deposit-bonus__text {
    text-align: left;
}

/* Promo Details Section */
.page-promotions-first-deposit-bonus__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__promo-item {
    background-color: #1A2E44;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.page-promotions-first-deposit-bonus__promo-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(70%) sepia(80%) saturate(600%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Make icons golden */
}

.page-promotions-first-deposit-bonus__promo-heading {
    font-size: 1.6em;
    color: #E0B92B;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-promotions-first-deposit-bonus__promo-item .page-promotions-first-deposit-bonus__text {
    font-size: 1em;
    color: #C0C0C0;
    text-align: center;
    margin-bottom: 0;
}

/* How to Claim Section */
.page-promotions-first-deposit-bonus__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__step-item {
    background-color: #0A192F;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #E0B92B30;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-promotions-first-deposit-bonus__step-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    filter: invert(70%) sepia(80%) saturate(600%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Make icons golden */
}

.page-promotions-first-deposit-bonus__step-heading {
    font-size: 1.8em;
    color: #E0B92B;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-promotions-first-deposit-bonus__step-item .page-promotions-first-deposit-bonus__text {
    font-size: 1em;
    color: #C0C0C0;
    text-align: center;
    margin-bottom: 20px;
}

/* Terms and Conditions Section */
.page-promotions-first-deposit-bonus__list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 900px;
    margin: 30px auto 0 auto;
}

.page-promotions-first-deposit-bonus__list li {
    background-color: #1A2E44;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus__list-heading {
    font-size: 1.4em;
    color: #E0B92B;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus__list li .page-promotions-first-deposit-bonus__text {
    font-size: 1em;
    color: #C0C0C0;
    text-align: left;
    margin-bottom: 0;
}

/* Why Choose Section */
.page-promotions-first-deposit-bonus__benefit-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 900px;
    margin: 30px auto 0 auto;
}

.page-promotions-first-deposit-bonus__benefit-list li {
    background-color: #0A192F;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #E0B92B;
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-promotions-first-deposit-bonus__benefit-list li strong {
    color: #E0B92B;
}

/* Expert Tips Section */
.page-promotions-first-deposit-bonus__tip-list {
    list-style: decimal;
    padding-left: 25px;
    text-align: left;
    max-width: 900px;
    margin: 30px auto 0 auto;
    color: #E0E0E0;
}

.page-promotions-first-deposit-bonus__tip-list li {
    background-color: #1A2E44;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
    color: #E0E0E0;
}

.page-promotions-first-deposit-bonus__tip-list li strong {
    color: #E0B92B;
}

.page-promotions-first-deposit-bonus__responsible-gaming-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* Call to Action Section */
.page-promotions-first-deposit-bonus__call-to-action {
    background-color: #0A192F;
    padding: 80px 0;
    border-top: 5px solid #E0B92B;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 3em;
    }
    .page-promotions-first-deposit-bonus__hero-subtitle {
        font-size: 1.2em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit-bonus__hero-image {
        width: 80%;
        opacity: 0.15;
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus__hero-section {
        padding: 80px 0 120px 0;
    }
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 2.5em;
    }
    .page-promotions-first-deposit-bonus__hero-subtitle {
        font-size: 1em;
    }
    .page-promotions-first-deposit-bonus__promo-grid,
    .page-promotions-first-deposit-bonus__steps-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus__section {
        padding: 40px 0;
    }
    .page-promotions-first-deposit-bonus__hero-image {
        width: 100%;
        bottom: -20px;
        opacity: 0.1;
    }
    .page-promotions-first-deposit-bonus__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit-bonus__promo-heading,
    .page-promotions-first-deposit-bonus__step-heading {
        font-size: 1.4em;
    }
    .page-promotions-first-deposit-bonus__text,
    .page-promotions-first-deposit-bonus__list li,
    .page-promotions-first-deposit-bonus__benefit-list li,
    .page-promotions-first-deposit-bonus__tip-list li {
        font-size: 0.95em;
    }
}