/* style/promotions-welcome-bonus.css */
.page-promotions-welcome-bonus {
    font-family: 'Arial', sans-serif;
    color: #0A2463;
    line-height: 1.6;
}

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

.page-promotions-welcome-bonus .hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #305A9C 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-welcome-bonus .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,light_effect]') no-repeat center center;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-welcome-bonus .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-welcome-bonus .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-welcome-bonus .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    font-size: 1.1em;
}

.page-promotions-welcome-bonus .btn-primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

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

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

.page-promotions-welcome-bonus .btn-secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-promotions-welcome-bonus .btn-primary-large {
    padding: 18px 40px;
    font-size: 1.3em;
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-promotions-welcome-bonus .btn-primary-large:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-welcome-bonus .content-section {
    padding: 60px 0;
}

.page-promotions-welcome-bonus .intro-section {
    background-color: #fff;
}

.page-promotions-welcome-bonus .section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

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

.page-promotions-welcome-bonus .section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: -20px auto 50px;
    color: #333;
}

.page-promotions-welcome-bonus .content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.page-promotions-welcome-bonus .content-wrapper.reverse-layout {
    flex-direction: row-reverse;
}

.page-promotions-welcome-bonus .text-content {
    flex: 1;
}

.page-promotions-welcome-bonus .text-content p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #333;
}

.page-promotions-welcome-bonus .text-content a {
    color: #0A2463;
    text-decoration: underline;
}

.page-promotions-welcome-bonus .text-content a:hover {
    color: #FFD700;
}

.page-promotions-welcome-bonus .image-content {
    flex: 1;
    text-align: center;
}

.page-promotions-welcome-bonus .section-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

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

.page-promotions-welcome-bonus .bonus-item {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-welcome-bonus .bonus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-promotions-welcome-bonus .bonus-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.page-promotions-welcome-bonus .bonus-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 15px;
}

.page-promotions-welcome-bonus .bonus-description {
    font-size: 1em;
    color: #555;
}

.page-promotions-welcome-bonus .bg-dark-blue {
    background-color: #0A2463;
    color: #fff;
}

.page-promotions-welcome-bonus .text-gold {
    color: #FFD700;
}

.page-promotions-welcome-bonus .text-white {
    color: #fff;
}

.page-promotions-welcome-bonus .conditions-section .section-title::after,
.page-promotions-welcome-bonus .why-choose-section .section-title::after,
.page-promotions-welcome-bonus .cta-final-section .section-title::after {
    background-color: #fff;
}

.page-promotions-welcome-bonus .condition-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
}

.page-promotions-welcome-bonus .condition-list li {
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    font-size: 1.1em;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus .condition-list li .list-icon {
    font-size: 1.5em;
    color: #FFD700;
    margin-right: 15px;
    line-height: 1;
}

.page-promotions-welcome-bonus .cta-center {
    text-align: center;
    margin-top: 50px;
}

.page-promotions-welcome-bonus .guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-welcome-bonus .step-item {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-top: 60px; /* Space for step number */
}

.page-promotions-welcome-bonus .step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFD700;
    color: #0A2463;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    border: 3px solid #0A2463;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus .step-image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.page-promotions-welcome-bonus .step-title {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-promotions-welcome-bonus .step-description {
    font-size: 0.95em;
    color: #555;
}

.page-promotions-welcome-bonus .step-description a {
    color: #0A2463;
    text-decoration: underline;
}

.page-promotions-welcome-bonus .step-description a:hover {
    color: #FFD700;
}

.page-promotions-welcome-bonus .wagering-section {
    background-color: #f0f4f8;
}

.page-promotions-welcome-bonus .wagering-section .sub-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-promotions-welcome-bonus .wagering-section p {
    color: #333;
}

.page-promotions-welcome-bonus .important-notes-section {
    background-color: #fff;
}

.page-promotions-welcome-bonus .notes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-welcome-bonus .note-item {
    background-color: #f8f8f8;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-welcome-bonus .note-item .sub-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-promotions-welcome-bonus .note-item p {
    font-size: 0.95em;
    color: #555;
}

.page-promotions-welcome-bonus .responsible-gambling-title {
    font-size: 2em;
    color: #0A2463;
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.page-promotions-welcome-bonus .responsible-gambling-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #FFD700;
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-promotions-welcome-bonus .why-choose-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
}

.page-promotions-welcome-bonus .why-choose-list li {
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    font-size: 1.1em;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-promotions-welcome-bonus .why-choose-list li strong {
    color: #FFD700;
}

.page-promotions-welcome-bonus .why-choose-list li .list-icon {
    font-size: 1.5em;
    color: #FFD700;
    margin-right: 15px;
    line-height: 1;
}

.page-promotions-welcome-bonus .faq-section {
    background-color: #f0f4f8;
}

.page-promotions-welcome-bonus .faq-items {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-promotions-welcome-bonus .faq-item {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-promotions-welcome-bonus .faq-question {
    font-size: 1.3em;
    color: #0A2463;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.page-promotions-welcome-bonus .faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

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

.page-promotions-welcome-bonus .faq-answer {
    padding: 0 20px 20px;
    font-size: 1em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-promotions-welcome-bonus .faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 20px;
}

.page-promotions-welcome-bonus .cta-final-section {
    background: linear-gradient(135deg, #0A2463 0%, #305A9C 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

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

    .page-promotions-welcome-bonus .hero-subtitle {
        font-size: 1.2em;
    }

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

    .page-promotions-welcome-bonus .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .page-promotions-welcome-bonus .content-wrapper.reverse-layout {
        flex-direction: column;
    }

    .page-promotions-welcome-bonus .bonus-grid, 
    .page-promotions-welcome-bonus .guide-steps, 
    .page-promotions-welcome-bonus .notes-grid {
        grid-template-columns: 1fr;
    }

    .page-promotions-welcome-bonus .condition-list li, 
    .page-promotions-welcome-bonus .why-choose-list li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-promotions-welcome-bonus .condition-list li .list-icon, 
    .page-promotions-welcome-bonus .why-choose-list li .list-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page-promotions-welcome-bonus .step-number {
        top: -25px;
    }
}

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

    .page-promotions-welcome-bonus .hero-subtitle {
        font-size: 1em;
    }

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

    .page-promotions-welcome-bonus .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-promotions-welcome-bonus .btn-primary-large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}