.page-index-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-index-latest-promotions .hero-section {
    background: linear-gradient(135deg, #0A2463 0%, #203A70 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-latest-promotions .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.page-index-latest-promotions .hero-content {
    max-width: 800px;
    margin-bottom: 40px;
}

.page-index-latest-promotions .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #E3B23C; /* Gold for emphasis */
}

.page-index-latest-promotions .hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-index-latest-promotions .hero-image-wrapper {
    margin-top: 40px;
    max-width: 900px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions .hero-image {
    width: 100%;
    height: auto;
    display: block;
}

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

.page-index-latest-promotions .btn-primary {
    background-color: #E3B23C; /* Gold */
    color: #0A2463; /* Dark blue text */
    box-shadow: 0 5px 15px rgba(227, 178, 60, 0.4);
}

.page-index-latest-promotions .btn-primary:hover {
    background-color: #f5c760; /* Lighter gold */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(227, 178, 60, 0.6);
}

.page-index-latest-promotions .btn-secondary {
    background-color: #0A2463; /* Dark blue */
    color: #E3B23C; /* Gold text */
    border: 2px solid #E3B23C;
}

.page-index-latest-promotions .btn-secondary:hover {
    background-color: #1a3a7a; /* Lighter dark blue */
    border-color: #f5c760;
    transform: translateY(-2px);
}

.page-index-latest-promotions .section-title {
    font-size: 2.8em;
    color: #0A2463; /* Dark blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-index-latest-promotions .section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.page-index-latest-promotions .promotions-overview-section, 
.page-index-latest-promotions .promotion-categories-section, 
.page-index-latest-promotions .how-to-claim-section, 
.page-index-latest-promotions .why-choose-ta88-promotions-section, 
.page-index-latest-promotions .faq-section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-index-latest-promotions .promotion-categories-section {
    background-color: #f0f4f8;
}

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

.page-index-latest-promotions .category-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-index-latest-promotions .category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-latest-promotions .card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-index-latest-promotions .card-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-latest-promotions .card-text {
    font-size: 1em;
    color: #666;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-index-latest-promotions .how-to-claim-section {
    background-color: #ffffff;
}

.page-index-latest-promotions .steps-list {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.page-index-latest-promotions .steps-list li {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-left: 5px solid #E3B23C;
    margin-bottom: 20px;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-latest-promotions .steps-list li h3 {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-index-latest-promotions .steps-list li p {
    color: #555;
    font-size: 1.05em;
}

.page-index-latest-promotions .steps-list li p a {
    color: #0A2463;
    font-weight: bold;
    text-decoration: none;
}

.page-index-latest-promotions .steps-list li p a:hover {
    text-decoration: underline;
    color: #E3B23C;
}

.page-index-latest-promotions .why-choose-ta88-promotions-section {
    background-color: #0A2463;
    color: #ffffff;
    text-align: center;
}

.page-index-latest-promotions .why-choose-ta88-promotions-section .section-title {
    color: #E3B23C;
}

.page-index-latest-promotions .why-choose-ta88-promotions-section .section-title::after {
    background-color: #ffffff;
}

.page-index-latest-promotions .why-choose-ta88-promotions-section .section-description {
    color: #f0f0f0;
}

.page-index-latest-promotions .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-index-latest-promotions .benefit-item {
    background-color: #1a3a7a; /* Lighter dark blue */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-latest-promotions .benefit-item:hover {
    transform: translateY(-5px);
    background-color: #2a4a9a; /* Even lighter */
}

.page-index-latest-promotions .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.page-index-latest-promotions .benefit-item h3 {
    font-size: 1.5em;
    color: #E3B23C;
    margin-bottom: 10px;
}

.page-index-latest-promotions .benefit-item p {
    color: #e0e0e0;
    font-size: 1em;
}

.page-index-latest-promotions .cta-bottom {
    margin-top: 50px;
}

.page-index-latest-promotions .faq-section {
    background-color: #f8f8f8;
}

.page-index-latest-promotions .faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-latest-promotions .faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-index-latest-promotions .faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #E3B23C;
    transition: transform 0.3s ease;
}

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

.page-index-latest-promotions .faq-answer {
    font-size: 1em;
    color: #666;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding: 0 0px;
}

.page-index-latest-promotions .faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 10px 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-latest-promotions .hero-title {
        font-size: 2.8em;
    }
    .page-index-latest-promotions .hero-description {
        font-size: 1.1em;
    }
    .page-index-latest-promotions .section-title {
        font-size: 2.2em;
    }
    .page-index-latest-promotions .category-grid, .page-index-latest-promotions .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-index-latest-promotions .hero-section {
        padding: 60px 0;
    }
    .page-index-latest-promotions .hero-title {
        font-size: 2.2em;
    }
    .page-index-latest-promotions .hero-description {
        font-size: 1em;
    }
    .page-index-latest-promotions .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-latest-promotions .section-title {
        font-size: 1.8em;
    }
    .page-index-latest-promotions .section-description {
        font-size: 0.95em;
    }
    .page-index-latest-promotions .category-grid, .page-index-latest-promotions .benefits-grid {
        grid-template-columns: 1fr;
    }
    .page-index-latest-promotions .category-card, .page-index-latest-promotions .benefit-item {
        padding: 25px;
    }
    .page-index-latest-promotions .steps-list li {
        padding: 20px 25px;
    }
    .page-index-latest-promotions .steps-list li h3 {
        font-size: 1.3em;
    }
    .page-index-latest-promotions .faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-index-latest-promotions .hero-section {
        padding: 40px 0;
    }
    .page-index-latest-promotions .hero-title {
        font-size: 1.8em;
    }
    .page-index-latest-promotions .hero-description {
        font-size: 0.9em;
    }
    .page-index-latest-promotions .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-index-latest-promotions .section-title {
        font-size: 1.6em;
    }
    .page-index-latest-promotions .section-description {
        font-size: 0.9em;
    }
    .page-index-latest-promotions .card-title {
        font-size: 1.5em;
    }
    .page-index-latest-promotions .card-text {
        font-size: 0.9em;
    }
    .page-index-latest-promotions .benefit-item h3 {
        font-size: 1.3em;
    }
    .page-index-latest-promotions .benefit-item p {
        font-size: 0.9em;
    }
}