/* style/promotions-first-deposit-bonus.css */
.page-promotions-first-deposit-bonus {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

/* Hero Section */
.page-promotions-first-deposit-bonus .hero-section {
    background: linear-gradient(135deg, #1A237E 0%, #303F9F 100%); /* Darker blue to slightly lighter blue */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-first-deposit-bonus .hero-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 193, 7, 0.1);
    border-radius: 50%;
    animation: pulse 4s infinite ease-in-out;
}

.page-promotions-first-deposit-bonus .hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background-color: rgba(255, 193, 7, 0.15);
    border-radius: 50%;
    animation: pulse 5s infinite reverse ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(0.8); opacity: 0.5; }
}

.page-promotions-first-deposit-bonus .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFC107;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-first-deposit-bonus .hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

.page-promotions-first-deposit-bonus .hero-actions .btn {
    margin: 10px;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 50px;
    transition: all 0.3s ease;
}

/* General Section Styling */
.page-promotions-first-deposit-bonus section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-first-deposit-bonus section:nth-of-type(odd) {
    background-color: #f2f4f6;
}

.page-promotions-first-deposit-bonus .section-title {
    font-size: 2.5em;
    color: #1A237E;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.page-promotions-first-deposit-bonus .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFC107;
    border-radius: 2px;
}

.page-promotions-first-deposit-bonus .section-subtitle {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

/* Buttons */
.page-promotions-first-deposit-bonus .btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-weight: bold;
    text-align: center;
}

.page-promotions-first-deposit-bonus .btn-primary {
    background-color: #FFC107;
    color: #1A237E;
}

.page-promotions-first-deposit-bonus .btn-primary:hover {
    background-color: #e6b000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus .btn-secondary {
    background-color: transparent;
    color: #FFC107;
    border: 2px solid #FFC107;
}

.page-promotions-first-deposit-bonus .btn-secondary:hover {
    background-color: #FFC107;
    color: #1A237E;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.page-promotions-first-deposit-bonus .btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* Promo Overview Section */
.page-promotions-first-deposit-bonus .promo-overview-section .content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-promotions-first-deposit-bonus .promo-overview-section .text-content {
    flex: 2;
    min-width: 300px;
}

.page-promotions-first-deposit-bonus .promo-overview-section .text-content h3 {
    color: #1A237E;
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus .promo-overview-section .text-content ul {
    list-style: none;
    padding-left: 0;
}

.page-promotions-first-deposit-bonus .promo-overview-section .text-content ul li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFC107"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #444;
}

.page-promotions-first-deposit-bonus .promo-overview-section .image-content {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

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

/* How To Claim Section */
.page-promotions-first-deposit-bonus .how-to-claim-section .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus .how-to-claim-section .step-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-promotions-first-deposit-bonus .how-to-claim-section .step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.page-promotions-first-deposit-bonus .how-to-claim-section .step-icon {
    width: 60px;
    height: 60px;
    background-color: #1A237E;
    color: #FFC107;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0 auto 20px;
    border: 3px solid #FFC107;
}

.page-promotions-first-deposit-bonus .how-to-claim-section .step-item h3 {
    color: #1A237E;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-promotions-first-deposit-bonus .call-to-action-bottom {
    text-align: center;
    margin-top: 50px;
}

/* Terms and Conditions Section */
.page-promotions-first-deposit-bonus .terms-conditions-section {
    background-color: #f8f9fa;
}

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

.page-promotions-first-deposit-bonus .terms-conditions-section .condition-item {
    background-color: #fff;
    padding: 25px;
    border-left: 5px solid #1A237E;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-promotions-first-deposit-bonus .terms-conditions-section .condition-item h3 {
    color: #1A237E;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus .terms-conditions-section .image-content-full {
    text-align: center;
    margin-top: 50px;
}

.page-promotions-first-deposit-bonus .terms-conditions-section .conditions-image {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Why Choose nn88 Section */
.page-promotions-first-deposit-bonus .why-choose-nn88-section {
    background-color: #fff;
}

.page-promotions-first-deposit-bonus .why-choose-nn88-section .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus .why-choose-nn88-section .feature-item {
    text-align: center;
    padding: 30px;
    background-color: #f2f4f6;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus .why-choose-nn88-section .feature-item:hover {
    transform: translateY(-5px);
}

.page-promotions-first-deposit-bonus .why-choose-nn88-section .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
}

.page-promotions-first-deposit-bonus .why-choose-nn88-section .feature-item h3 {
    color: #1A237E;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-promotions-first-deposit-bonus .image-content-center {
    text-align: center;
    margin-top: 50px;
}

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

/* FAQ Section */
.page-promotions-first-deposit-bonus .faq-section {
    background-color: #f8f9fa;
}

.page-promotions-first-deposit-bonus .faq-items {
    margin-top: 40px;
}

.page-promotions-first-deposit-bonus .faq-item {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #FFC107;
}

.page-promotions-first-deposit-bonus .faq-item h3 {
    color: #1A237E;
    font-size: 1.4em;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-first-deposit-bonus .faq-item h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFC107;
    transition: transform 0.3s ease;
}

.page-promotions-first-deposit-bonus .faq-item.active h3::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-promotions-first-deposit-bonus .faq-item p {
    color: #555;
    margin-top: 15px;
    display: none; /* Hidden by default, JS will toggle */
}

.page-promotions-first-deposit-bonus .faq-item.active p {
    display: block;
}

/* Final CTA Section */
.page-promotions-first-deposit-bonus .final-cta-section {
    background: linear-gradient(135deg, #1A237E, #303F9F);
    color: #fff;
    text-align: center;
    padding: 80px 0;
    border-radius: 8px;
    margin-top: 30px;
}

.page-promotions-first-deposit-bonus .final-cta-section .section-title {
    color: #FFC107;
    font-size: 2.8em;
    margin-bottom: 20px;
}

.page-promotions-first-deposit-bonus .final-cta-section .section-title::after {
    background-color: #FFC107;
}

.page-promotions-first-deposit-bonus .final-cta-section .section-subtitle {
    color: #e0e0e0;
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
}

.page-promotions-first-deposit-bonus .final-cta-section .cta-buttons .btn {
    margin: 10px;
}

.page-promotions-first-deposit-bonus .final-cta-section .disclaimer {
    margin-top: 30px;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-promotions-first-deposit-bonus .hero-title {
        font-size: 2.8em;
    }
    .page-promotions-first-deposit-bonus .section-title {
        font-size: 2em;
    }
    .page-promotions-first-deposit-bonus .promo-overview-section .content-wrapper {
        flex-direction: column;
    }
    .page-promotions-first-deposit-bonus .promo-overview-section .image-content {
        order: -1; /* Image above text on smaller screens */
    }
    .page-promotions-first-deposit-bonus .terms-conditions-section .conditions-image {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-promotions-first-deposit-bonus .hero-section {
        padding: 80px 0;
    }
    .page-promotions-first-deposit-bonus .hero-title {
        font-size: 2.2em;
    }
    .page-promotions-first-deposit-bonus .hero-description,
    .page-promotions-first-deposit-bonus .section-subtitle {
        font-size: 1em;
    }
    .page-promotions-first-deposit-bonus .section-title {
        font-size: 1.8em;
    }
    .page-promotions-first-deposit-bonus .how-to-claim-section .steps-grid,
    .page-promotions-first-deposit-bonus .terms-conditions-section .conditions-grid,
    .page-promotions-first-deposit-bonus .why-choose-nn88-section .features-grid {
        grid-template-columns: 1fr;
    }
    .page-promotions-first-deposit-bonus .hero-actions .btn,
    .page-promotions-first-deposit-bonus .final-cta-section .cta-buttons .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-promotions-first-deposit-bonus .final-cta-section .section-title {
        font-size: 2em;
    }
}