/* style/index-new88-exclusive-offers.css */
.page-index-new88-exclusive-offers {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-index-new88-exclusive-offers .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-index-new88-exclusive-offers .hero-section {
    background: linear-gradient(135deg, #0A2342, #1A3A60); /* Deeper blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.page-index-new88-exclusive-offers .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-index-new88-exclusive-offers .hero-content {
    max-width: 800px;
    text-align: center;
    z-index: 1;
}

.page-index-new88-exclusive-offers .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    line-height: 1.2;
}

.page-index-new88-exclusive-offers .hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-index-new88-exclusive-offers .hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-index-new88-exclusive-offers .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-index-new88-exclusive-offers .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Deep Blue */
    border: 2px solid #FFD700;
}

.page-index-new88-exclusive-offers .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-index-new88-exclusive-offers .btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-index-new88-exclusive-offers .btn-secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-3px);
}

.page-index-new88-exclusive-offers .hero-image-wrapper {
    margin-top: 40px;
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.page-index-new88-exclusive-offers .hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-new88-exclusive-offers .section-title {
    font-size: 2.5em;
    color: #0A2342; /* Deep Blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-index-new88-exclusive-offers .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold */
    border-radius: 2px;
}

.page-index-new88-exclusive-offers .introduction-section, 
.page-index-new88-exclusive-offers .offer-types-section, 
.page-index-new88-exclusive-offers .vip-program-section, 
.page-index-new88-exclusive-offers .terms-conditions-section, 
.page-index-new88-exclusive-offers .how-to-claim-section, 
.page-index-new88-exclusive-offers .maximize-benefits-section, 
.page-index-new88-exclusive-offers .faq-section, 
.page-index-new88-exclusive-offers .call-to-action-section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-index-new88-exclusive-offers .introduction-section p, 
.page-index-new88-exclusive-offers .offer-types-section p, 
.page-index-new88-exclusive-offers .vip-program-section p, 
.page-index-new88-exclusive-offers .terms-conditions-section p, 
.page-index-new88-exclusive-offers .how-to-claim-section p, 
.page-index-new88-exclusive-offers .maximize-benefits-section p, 
.page-index-new88-exclusive-offers .faq-section p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
}

.page-index-new88-exclusive-offers .section-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-index-new88-exclusive-offers .offer-category {
    background-color: #f0f4f7;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 5px solid #FFD700;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-new88-exclusive-offers .category-title {
    font-size: 1.8em;
    color: #0A2342; /* Deep Blue */
    margin-bottom: 20px;
}

.page-index-new88-exclusive-offers .offer-category ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-index-new88-exclusive-offers .offer-category ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-index-new88-exclusive-offers .category-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.page-index-new88-exclusive-offers .vip-program-section {
    background-color: #0A2342;
    color: #e0e0e0;
    text-align: center;
    padding: 80px 0;
}

.page-index-new88-exclusive-offers .vip-program-section .section-title {
    color: #FFD700;
}

.page-index-new88-exclusive-offers .vip-program-section .section-title::after {
    background-color: #FFD700;
}

.page-index-new88-exclusive-offers .vip-program-section p {
    color: #cccccc;
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.page-index-new88-exclusive-offers .vip-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-index-new88-exclusive-offers .benefit-item {
    background-color: #1a3a60;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-index-new88-exclusive-offers .benefit-item:hover {
    transform: translateY(-10px);
}

.page-index-new88-exclusive-offers .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.5);
}

.page-index-new88-exclusive-offers .benefit-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-index-new88-exclusive-offers .benefit-item p {
    font-size: 1em;
    color: #e0e0e0;
    margin-bottom: 0;
}

.page-index-new88-exclusive-offers .vip-join-text {
    margin-top: 40px;
    font-style: italic;
}

.page-index-new88-exclusive-offers .terms-conditions-section ul {
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 30px;
    color: #444;
}

.page-index-new88-exclusive-offers .terms-conditions-section ul li {
    margin-bottom: 12px;
    font-size: 1.05em;
}

.page-index-new88-exclusive-offers .responsible-gambling {
    font-style: italic;
    color: #888;
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #eee;
}

.page-index-new88-exclusive-offers .how-to-claim-section ol {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    margin: 0 auto 40px auto;
    max-width: 800px;
}

.page-index-new88-exclusive-offers .how-to-claim-section ol li {
    counter-increment: step-counter;
    margin-bottom: 25px;
    padding-left: 60px;
    position: relative;
    font-size: 1.1em;
    color: #444;
}

.page-index-new88-exclusive-offers .how-to-claim-section ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Deep Blue */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5em;
}

.page-index-new88-exclusive-offers .faq-section .faq-item {
    background-color: #f0f4f7;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #0A2342;
}

.page-index-new88-exclusive-offers .faq-question {
    font-size: 1.4em;
    color: #0A2342; /* Deep Blue */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.page-index-new88-exclusive-offers .faq-question::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-index-new88-exclusive-offers .faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-index-new88-exclusive-offers .faq-answer {
    font-size: 1em;
    color: #555;
    padding-left: 20px;
    margin-top: 15px;
    display: none;
}

.page-index-new88-exclusive-offers .faq-answer.show {
    display: block;
}

.page-index-new88-exclusive-offers .call-to-action-section {
    background: linear-gradient(45deg, #0A2342, #1A3A60);
    color: #fff;
    text-align: center;
    padding: 80px 0;
    border-radius: 10px;
}

.page-index-new88-exclusive-offers .call-to-action-section .section-title {
    color: #FFD700;
    margin-bottom: 30px;
}

.page-index-new88-exclusive-offers .call-to-action-section .section-title::after {
    background-color: #FFD700;
}

.page-index-new88-exclusive-offers .call-to-action-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #e0e0e0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-new88-exclusive-offers .btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-new88-exclusive-offers .hero-title {
        font-size: 2.8em;
    }

    .page-index-new88-exclusive-offers .hero-description {
        font-size: 1.1em;
    }

    .page-index-new88-exclusive-offers .section-title {
        font-size: 2em;
    }

    .page-index-new88-exclusive-offers .vip-benefits {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-index-new88-exclusive-offers .hero-section {
        padding: 80px 0;
    }

    .page-index-new88-exclusive-offers .hero-title {
        font-size: 2.2em;
    }

    .page-index-new88-exclusive-offers .hero-description {
        font-size: 1em;
    }

    .page-index-new88-exclusive-offers .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-index-new88-exclusive-offers .btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-index-new88-exclusive-offers .section-title {
        font-size: 1.8em;
    }

    .page-index-new88-exclusive-offers .introduction-section, 
    .page-index-new88-exclusive-offers .offer-types-section, 
    .page-index-new88-exclusive-offers .vip-program-section, 
    .page-index-new88-exclusive-offers .terms-conditions-section, 
    .page-index-new88-exclusive-offers .how-to-claim-section, 
    .page-index-new88-exclusive-offers .maximize-benefits-section, 
    .page-index-new88-exclusive-offers .faq-section, 
    .page-index-new88-exclusive-offers .call-to-action-section {
        padding: 40px 0;
    }

    .page-index-new88-exclusive-offers .offer-category, 
    .page-index-new88-exclusive-offers .benefit-item, 
    .page-index-new88-exclusive-offers .faq-item {
        padding: 20px;
    }

    .page-index-new88-exclusive-offers .category-title {
        font-size: 1.5em;
    }

    .page-index-new88-exclusive-offers .vip-benefits {
        grid-template-columns: 1fr;
    }

    .page-index-new88-exclusive-offers .faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-index-new88-exclusive-offers .hero-title {
        font-size: 1.8em;
    }

    .page-index-new88-exclusive-offers .hero-description {
        font-size: 0.9em;
    }

    .page-index-new88-exclusive-offers .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-index-new88-exclusive-offers .section-title {
        font-size: 1.5em;
    }

    .page-index-new88-exclusive-offers .category-title {
        font-size: 1.3em;
    }

    .page-index-new88-exclusive-offers .faq-question {
        font-size: 1.1em;
    }

    .page-index-new88-exclusive-offers .how-to-claim-section ol li {
        padding-left: 50px;
        font-size: 1em;
    }

    .page-index-new88-exclusive-offers .how-to-claim-section ol li::before {
        width: 35px;
        height: 35px;
        font-size: 1.3em;
    }
}