/* style/promotions-13wim-welcome-bonus.css */
.page-promotions-13wim-welcome-bonus {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Default text color for dark background */
    background-color: #1A2A4A; /* Main background color */
}

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

.page-promotions-13wim-welcome-bonus .hero-section {
    background: linear-gradient(135deg, #1A2A4A, #3a507a); /* Darker gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #FFD700; /* Gold for hero text */
    position: relative;
    overflow: hidden;
}

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

.page-promotions-13wim-welcome-bonus .hero-section > .container {
    position: relative;
    z-index: 1;
}

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

.page-promotions-13wim-welcome-bonus .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-promotions-13wim-welcome-bonus .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-promotions-13wim-welcome-bonus .btn-primary {
    background-color: #FFD700; /* Gold button */
    color: #1A2A4A; /* Dark blue text */
    border: 2px solid #FFD700;
}

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

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

.page-promotions-13wim-welcome-bonus .btn-secondary:hover {
    background-color: #FFD700;
    color: #1A2A4A;
    transform: translateY(-2px);
}

.page-promotions-13wim-welcome-bonus .btn-lg {
    padding: 18px 35px;
    font-size: 1.2em;
}

.page-promotions-13wim-welcome-bonus .btn-sm {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
}

.page-promotions-13wim-welcome-bonus .content-area {
    padding: 60px 0;
}

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

.page-promotions-13wim-welcome-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-13wim-welcome-bonus p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-promotions-13wim-welcome-bonus strong {
    color: #FFD700;
}

.page-promotions-13wim-welcome-bonus .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-promotions-13wim-welcome-bonus .about-13wim-section, 
.page-promotions-13wim-welcome-bonus .welcome-offer-details, 
.page-promotions-13wim-welcome-bonus .how-to-claim-section, 
.page-promotions-13wim-welcome-bonus .terms-conditions-section, 
.page-promotions-13wim-welcome-bonus .explore-games-section, 
.page-promotions-13wim-welcome-bonus .why-choose-13wim, 
.page-promotions-13wim-welcome-bonus .other-promotions, 
.page-promotions-13wim-welcome-bonus .faq-section {
    background-color: #213355; /* Slightly lighter dark blue for sections */
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    padding: 40px 20px;
}

.page-promotions-13wim-welcome-bonus .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-promotions-13wim-welcome-bonus .about-content .content-image {
    order: -1; /* Image before text on desktop */
    margin-bottom: 30px;
}

.page-promotions-13wim-welcome-bonus .offer-highlight {
    background-color: #1A2A4A;
    border-left: 5px solid #FFD700;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-13wim-welcome-bonus .offer-highlight h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.page-promotions-13wim-welcome-bonus .steps-list {
    list-style: none;
    padding: 0;
}

.page-promotions-13wim-welcome-bonus .steps-list li {
    background-color: #1A2A4A;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #3a507a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    counter-increment: step-counter;
    position: relative;
    padding-left: 80px;
}

.page-promotions-13wim-welcome-bonus .steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFD700;
    color: #1A2A4A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
}

.page-promotions-13wim-welcome-bonus .steps-list li h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-top: 0;
}

.page-promotions-13wim-welcome-bonus .terms-list {
    list-style: disc inside;
    color: #f0f0f0;
    padding-left: 20px;
}

.page-promotions-13wim-welcome-bonus .terms-list li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.page-promotions-13wim-welcome-bonus .terms-list li strong {
    color: #FFD700;
}

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

.page-promotions-13wim-welcome-bonus .game-item {
    background-color: #1A2A4A;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-promotions-13wim-welcome-bonus .game-item:hover {
    transform: translateY(-5px);
}

.page-promotions-13wim-welcome-bonus .game-item h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-promotions-13wim-welcome-bonus .game-item .game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-promotions-13wim-welcome-bonus .advantages-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-promotions-13wim-welcome-bonus .advantages-list li {
    background-color: #1A2A4A;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #3a507a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-promotions-13wim-welcome-bonus .advantages-list li h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.page-promotions-13wim-welcome-bonus .promo-list {
    list-style: disc inside;
    color: #f0f0f0;
    padding-left: 20px;
}

.page-promotions-13wim-welcome-bonus .promo-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-promotions-13wim-welcome-bonus .faq-item {
    background-color: #1A2A4A;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #3a507a;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-13wim-welcome-bonus .faq-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.page-promotions-13wim-welcome-bonus .call-to-action-final {
    background-color: #1A2A4A;
    padding: 80px 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 40px;
}

.page-promotions-13wim-welcome-bonus .call-to-action-final .section-title {
    color: #FFD700;
    margin-bottom: 30px;
}

.page-promotions-13wim-welcome-bonus .call-to-action-final p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-promotions-13wim-welcome-bonus .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-promotions-13wim-welcome-bonus .hero-title {
        font-size: 2.8em;
    }
    .page-promotions-13wim-welcome-bonus .hero-subtitle {
        font-size: 1.3em;
    }
    .page-promotions-13wim-welcome-bonus .section-title {
        font-size: 2em;
    }
    .page-promotions-13wim-welcome-bonus .about-content .content-image {
        order: 0;
    }
    .page-promotions-13wim-welcome-bonus .game-categories, 
    .page-promotions-13wim-welcome-bonus .advantages-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-promotions-13wim-welcome-bonus .hero-section {
        padding: 80px 0;
    }
    .page-promotions-13wim-welcome-bonus .hero-title {
        font-size: 2.2em;
    }
    .page-promotions-13wim-welcome-bonus .hero-subtitle {
        font-size: 1.1em;
    }
    .page-promotions-13wim-welcome-bonus .btn-lg {
        padding: 15px 25px;
        font-size: 1.1em;
    }
    .page-promotions-13wim-welcome-bonus .section-title {
        font-size: 1.8em;
    }
    .page-promotions-13wim-welcome-bonus p {
        font-size: 1em;
    }
    .page-promotions-13wim-welcome-bonus .steps-list li {
        padding-left: 60px;
    }
    .page-promotions-13wim-welcome-bonus .steps-list li::before {
        width: 35px;
        height: 35px;
        font-size: 1.3em;
        left: 15px;
    }
    .page-promotions-13wim-welcome-bonus .offer-highlight h3, 
    .page-promotions-13wim-welcome-bonus .steps-list li h3, 
    .page-promotions-13wim-welcome-bonus .game-item h3, 
    .page-promotions-13wim-welcome-bonus .advantages-list li h3, 
    .page-promotions-13wim-welcome-bonus .faq-item h3 {
        font-size: 1.5em;
    }
    .page-promotions-13wim-welcome-bonus .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-promotions-13wim-welcome-bonus .btn-lg {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-promotions-13wim-welcome-bonus .hero-title {
        font-size: 1.8em;
    }
    .page-promotions-13wim-welcome-bonus .hero-subtitle {
        font-size: 0.9em;
    }
    .page-promotions-13wim-welcome-bonus .btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-promotions-13wim-welcome-bonus .section-title {
        font-size: 1.5em;
    }
    .page-promotions-13wim-welcome-bonus .steps-list li::before {
        width: 30px;
        height: 30px;
        font-size: 1.1em;
        left: 10px;
    }
    .page-promotions-13wim-welcome-bonus .steps-list li {
        padding-left: 50px;
    }
}