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

:root {
    --may88-primary: #4A0E6B;
    --may88-secondary: #FFD700;
    --may88-text-light: #f8f8f8;
    --may88-text-dark: #333333;
    --may88-bg-dark: #2c083d;
    --may88-bg-light: #f0f0f0;
    --may88-accent-green: #b5f194; /* Complementary to primary */
    --may88-accent-blue: #0028ff; /* Complementary to secondary */
}

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

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

/* Hero Section */
.page-promotions-may88-first-deposit-bonus .hero-section {
    background: linear-gradient(135deg, var(--may88-primary), #6A1A8D);
    color: var(--may88-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-may88-first-deposit-bonus .hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
    animation: rotateGradient 20s linear infinite;
    z-index: 0;
}

.page-promotions-may88-first-deposit-bonus .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--may88-secondary);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-promotions-may88-first-deposit-bonus .hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-promotions-may88-first-deposit-bonus .btn-primary {
    display: inline-block;
    background-color: var(--may88-secondary);
    color: var(--may88-primary);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

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

/* Content Section */
.page-promotions-may88-first-deposit-bonus .content-section {
    padding: 60px 0;
    background-color: var(--may88-bg-light);
}

.page-promotions-may88-first-deposit-bonus .content-section .container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.page-promotions-may88-first-deposit-bonus .main-content {
    flex: 3;
    min-width: 60%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-may88-first-deposit-bonus .sidebar {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-promotions-may88-first-deposit-bonus .section-title {
    font-size: 2.2em;
    color: var(--may88-primary);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--may88-secondary);
    padding-left: 15px;
}

.page-promotions-may88-first-deposit-bonus .subsection-title {
    font-size: 1.6em;
    color: var(--may88-primary);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-promotions-may88-first-deposit-bonus p {
    margin-bottom: 15px;
    color: var(--may88-text-dark);
}

.page-promotions-may88-first-deposit-bonus ul,
.page-promotions-may88-first-deposit-bonus ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-promotions-may88-first-deposit-bonus li {
    margin-bottom: 8px;
    color: var(--may88-text-dark);
}

.page-promotions-may88-first-deposit-bonus .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-promotions-may88-first-deposit-bonus .btn-secondary {
    display: inline-block;
    background-color: var(--may88-primary);
    color: var(--may88-text-light);
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}

.page-promotions-may88-first-deposit-bonus .btn-secondary:hover {
    background-color: #6A1A8D;
    transform: translateY(-2px);
}

/* FAQ */
.page-promotions-may88-first-deposit-bonus .faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.page-promotions-may88-first-deposit-bonus .faq-question {
    font-size: 1.3em;
    color: var(--may88-primary);
    margin-bottom: 10px;
}

.page-promotions-may88-first-deposit-bonus .faq-answer {
    color: var(--may88-text-dark);
}

/* Sidebar */
.page-promotions-may88-first-deposit-bonus .promo-card,
.page-promotions-may88-first-deposit-bonus .related-articles {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-may88-first-deposit-bonus .card-title {
    font-size: 1.8em;
    color: var(--may88-primary);
    margin-bottom: 20px;
    text-align: center;
}

.page-promotions-may88-first-deposit-bonus .promo-card p {
    text-align: center;
    margin-bottom: 20px;
}

.page-promotions-may88-first-deposit-bonus .btn-sidebar {
    display: block;
    width: fit-content;
    margin: 0 auto 20px auto;
    background-color: var(--may88-secondary);
    color: var(--may88-primary);
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promotions-may88-first-deposit-bonus .btn-sidebar:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-promotions-may88-first-deposit-bonus .card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 15px;
}

.page-promotions-may88-first-deposit-bonus .related-articles ul {
    list-style: none;
    padding: 0;
}

.page-promotions-may88-first-deposit-bonus .related-articles li {
    margin-bottom: 10px;
}

.page-promotions-may88-first-deposit-bonus .related-articles li a {
    color: var(--may88-primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.page-promotions-may88-first-deposit-bonus .related-articles li a:hover {
    color: var(--may88-secondary);
    text-decoration: underline;
}

/* CTA Section */
.page-promotions-may88-first-deposit-bonus .cta-section {
    background-color: var(--may88-primary);
    color: var(--may88-text-light);
    padding: 80px 0;
    text-align: center;
    margin-top: 40px;
}

.page-promotions-may88-first-deposit-bonus .cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: var(--may88-secondary);
}

.page-promotions-may88-first-deposit-bonus .cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-may88-first-deposit-bonus .hero-title {
        font-size: 2.8em;
    }
    .page-promotions-may88-first-deposit-bonus .hero-description {
        font-size: 1.1em;
    }
    .page-promotions-may88-first-deposit-bonus .content-section .container {
        flex-direction: column;
    }
    .page-promotions-may88-first-deposit-bonus .main-content,
    .page-promotions-may88-first-deposit-bonus .sidebar {
        min-width: unset;
        width: 100%;
    }
    .page-promotions-may88-first-deposit-bonus .section-title {
        font-size: 2em;
    }
    .page-promotions-may88-first-deposit-bonus .subsection-title {
        font-size: 1.4em;
    }
    .page-promotions-may88-first-deposit-bonus .cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-promotions-may88-first-deposit-bonus .hero-section {
        padding: 60px 0;
    }
    .page-promotions-may88-first-deposit-bonus .hero-title {
        font-size: 2.2em;
    }
    .page-promotions-may88-first-deposit-bonus .hero-description {
        font-size: 1em;
    }
    .page-promotions-may88-first-deposit-bonus .btn-primary {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-may88-first-deposit-bonus .content-section {
        padding: 40px 0;
    }
    .page-promotions-may88-first-deposit-bonus .main-content {
        padding: 20px;
    }
    .page-promotions-may88-first-deposit-bonus .section-title {
        font-size: 1.8em;
    }
    .page-promotions-may88-first-deposit-bonus .subsection-title {
        font-size: 1.2em;
    }
    .page-promotions-may88-first-deposit-bonus .cta-section {
        padding: 60px 0;
    }
    .page-promotions-may88-first-deposit-bonus .cta-title {
        font-size: 1.8em;
    }
    .page-promotions-may88-first-deposit-bonus .cta-description {
        font-size: 1em;
    }
}

/* Animations */
@keyframes rotateGradient {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}