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

:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #ffffff;
    --bg-dark: #26A9E0;
    --login-color: #EA7C07;
    --black-color: #000000;
}

.page-promotions-first-deposit-bonus {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

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

/* Fixed header offset for main content */
.page-promotions-first-deposit-bonus__hero-section {
    padding-top: var(--header-offset, 120px);
}

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

.page-promotions-first-deposit-bonus__dark-bg {
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-promotions-first-deposit-bonus__light-bg {
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.page-promotions-first-deposit-bonus__hero-section {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.page-promotions-first-deposit-bonus__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.6);
}

.page-promotions-first-deposit-bonus__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-first-deposit-bonus__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    color: var(--secondary-color);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-promotions-first-deposit-bonus__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: inherit; /* Inherits from parent section */
}

.page-promotions-first-deposit-bonus__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-promotions-first-deposit-bonus__content-image {
    display: block;
    margin: 40px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-promotions-first-deposit-bonus__btn-primary,
.page-promotions-first-deposit-bonus__btn-secondary {
    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;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-promotions-first-deposit-bonus__btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
}

.page-promotions-first-deposit-bonus__btn-primary:hover {
    background-color: darken(var(--primary-color), 10%);
    border-color: darken(var(--primary-color), 10%);
}

.page-promotions-first-deposit-bonus__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-promotions-first-deposit-bonus__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-promotions-first-deposit-bonus__list {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

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

.page-promotions-first-deposit-bonus__step-item {
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-promotions-first-deposit-bonus__step-icon {
    font-size: 2em;
    font-weight: bold;
    color: var(--primary-color);
    width: 60px;
    height: 60px;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus__step-title {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-promotions-first-deposit-bonus__step-description {
    font-size: 1em;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-promotions-first-deposit-bonus__btn-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: auto; /* Push to bottom */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-promotions-first-deposit-bonus__btn-link:hover {
    background-color: darken(var(--primary-color), 10%);
}

.page-promotions-first-deposit-bonus__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    list-style: none;
    padding: 0;
}

.page-promotions-first-deposit-bonus__feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.page-promotions-first-deposit-bonus__feature-title {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.page-promotions-first-deposit-bonus__feature-description {
    font-size: 1em;
    color: var(--secondary-color);
}

.page-promotions-first-deposit-bonus__faq-list {
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus__faq-item {
    background-color: var(--secondary-color);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #f9f9f9;
    color: var(--text-dark);
    list-style: none;
}

.page-promotions-first-deposit-bonus__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-promotions-first-deposit-bonus__faq-qtext {
    flex-grow: 1;
}

.page-promotions-first-deposit-bonus__faq-toggle {
    font-size: 1.5em;
    margin-left: 10px;
    color: var(--primary-color);
}

.page-promotions-first-deposit-bonus__faq-item[open] .page-promotions-first-deposit-bonus__faq-toggle {
    content: '−';
}

.page-promotions-first-deposit-bonus__faq-answer {
    padding: 20px;
    font-size: 1.05em;
    color: var(--text-dark);
    border-top: 1px solid #e0e0e0;
}

.page-promotions-first-deposit-bonus__cta-section {
    text-align: center;
    padding: 80px 0;
}

.page-promotions-first-deposit-bonus__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.page-promotions-first-deposit-bonus__cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: var(--secondary-color);
}

.page-promotions-first-deposit-bonus__cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 3em;
    }
    .page-promotions-first-deposit-bonus__hero-description {
        font-size: 1.2em;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit-bonus__cta-title {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-promotions-first-deposit-bonus__hero-section {
        min-height: 400px;
        padding: 40px 0;
        padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
    }
    .page-promotions-first-deposit-bonus__hero-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit-bonus__hero-description {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .page-promotions-first-deposit-bonus__section {
        padding: 40px 0;
    }
    .page-promotions-first-deposit-bonus__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-promotions-first-deposit-bonus__text-block,
    .page-promotions-first-deposit-bonus__list-item,
    .page-promotions-first-deposit-bonus__feature-description,
    .page-promotions-first-deposit-bonus__faq-answer p {
        font-size: 1em;
    }
    .page-promotions-first-deposit-bonus__cta-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit-bonus__cta-description {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .page-promotions-first-deposit-bonus__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .page-promotions-first-deposit-bonus__btn-primary,
    .page-promotions-first-deposit-bonus__btn-secondary,
    .page-promotions-first-deposit-bonus__btn-link {
        width: 90% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-promotions-first-deposit-bonus__container,
    .page-promotions-first-deposit-bonus__step-item,
    .page-promotions-first-deposit-bonus__feature-item,
    .page-promotions-first-deposit-bonus__faq-item {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .page-promotions-first-deposit-bonus img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-promotions-first-deposit-bonus__step-list,
    .page-promotions-first-deposit-bonus__feature-list {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus__faq-item summary {
        font-size: 1.1em;
        padding: 15px;
    }
    .page-promotions-first-deposit-bonus__faq-answer {
        padding: 15px;
    }
}