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

.page-index-ev88-featured-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-index-ev88-featured-promotions__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-ev88-featured-promotions__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:ev88,abstract,promo_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-ev88-featured-promotions__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffc107; /* Highlight with secondary color */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-ev88-featured-promotions__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-index-ev88-featured-promotions__cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #0056b3; /* Darker blue for contrast */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.page-index-ev88-featured-promotions__cta-button:hover {
    background-color: #e0a800; /* Darker gold on hover */
    transform: translateY(-3px);
}

.page-index-ev88-featured-promotions__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-index-ev88-featured-promotions__cta-button--large {
    padding: 18px 35px;
    font-size: 1.4em;
}

.page-index-ev88-featured-promotions__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.page-index-ev88-featured-promotions__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ffc107;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-index-ev88-featured-promotions__description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    color: #555;
}

.page-index-ev88-featured-promotions__promotions-overview,
.page-index-ev88-featured-promotions__promotion-categories,
.page-index-ev88-featured-promotions__how-to-claim,
.page-index-ev88-featured-promotions__tips-section,
.page-index-ev88-featured-promotions__faq-section,
.page-index-ev88-featured-promotions__final-cta {
    padding: 60px 0;
}

.page-index-ev88-featured-promotions__promotions-overview {
    background-color: #ffffff;
}

.page-index-ev88-featured-promotions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-index-ev88-featured-promotions__grid-item {
    background-color: #f0f8ff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-index-ev88-featured-promotions__grid-item:hover {
    transform: translateY(-5px);
}

.page-index-ev88-featured-promotions__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-index-ev88-featured-promotions__grid-item h3 {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-index-ev88-featured-promotions__grid-item p {
    color: #666;
    font-size: 1em;
}

.page-index-ev88-featured-promotions__promotion-categories {
    background-color: #e6f2ff;
}

.page-index-ev88-featured-promotions__category-card {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.page-index-ev88-featured-promotions__category-card:hover {
    transform: translateY(-8px);
}

.page-index-ev88-featured-promotions__category-card--reverse {
    flex-direction: row-reverse;
}

.page-index-ev88-featured-promotions__category-image {
    width: 40%;
    height: auto;
    object-fit: cover;
    min-height: 250px;
}

.page-index-ev88-featured-promotions__category-content {
    width: 60%;
    padding: 40px;
}

.page-index-ev88-featured-promotions__category-content h3 {
    font-size: 2em;
    color: #007bff;
    margin-bottom: 20px;
}

.page-index-ev88-featured-promotions__category-content p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 20px;
}

.page-index-ev88-featured-promotions__category-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.page-index-ev88-featured-promotions__category-content ul li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" 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: #555;
}

.page-index-ev88-featured-promotions__how-to-claim {
    background-color: #f8f9fa;
}

.page-index-ev88-featured-promotions__steps-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-index-ev88-featured-promotions__steps-list li {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    position: relative;
}

.page-index-ev88-featured-promotions__step-icon {
    background-color: #007bff;
    color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;
    margin: -60px auto 20px;
    border: 5px solid #ffc107;
    box-shadow: 0 0 0 5px #e6f2ff;
}

.page-index-ev88-featured-promotions__steps-list li h3 {
    font-size: 1.7em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-index-ev88-featured-promotions__steps-list li p {
    color: #666;
    font-size: 1em;
    margin-bottom: 20px;
}

.page-index-ev88-featured-promotions__step-image {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-index-ev88-featured-promotions__tips-section {
    background-color: #f0f8ff;
}

.page-index-ev88-featured-promotions__tips-list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto 40px;
}

.page-index-ev88-featured-promotions__tips-list li {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #ffc107;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    color: #333;
    font-size: 1.1em;
}

.page-index-ev88-featured-promotions__tips-list li strong {
    color: #007bff;
}

.page-index-ev88-featured-promotions__tips-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 40px auto 0;
}

.page-index-ev88-featured-promotions__faq-section {
    background-color: #ffffff;
}

.page-index-ev88-featured-promotions__faq-item {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-ev88-featured-promotions__faq-item h3 {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-index-ev88-featured-promotions__faq-item h3::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #ffc107;
    transition: transform 0.3s ease;
}

.page-index-ev88-featured-promotions__faq-item.active h3::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-index-ev88-featured-promotions__faq-item p {
    color: #555;
    font-size: 1em;
    margin-top: 15px;
    display: none;
}

.page-index-ev88-featured-promotions__faq-item.active p {
    display: block;
}

.page-index-ev88-featured-promotions__final-cta {
    background: linear-gradient(90deg, #007bff, #0056b3);
    color: #ffffff;
    text-align: center;
    padding: 80px 0;
    border-top: 5px solid #ffc107;
}

.page-index-ev88-featured-promotions__final-cta .page-index-ev88-featured-promotions__section-title {
    color: #ffc107;
}

.page-index-ev88-featured-promotions__final-cta .page-index-ev88-featured-promotions__section-title::after {
    background-color: #ffffff;
}

.page-index-ev88-featured-promotions__final-cta .page-index-ev88-featured-promotions__description {
    color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-ev88-featured-promotions__hero-title {
        font-size: 2.8em;
    }

    .page-index-ev88-featured-promotions__hero-description {
        font-size: 1.1em;
    }

    .page-index-ev88-featured-promotions__section-title {
        font-size: 2em;
    }

    .page-index-ev88-featured-promotions__category-card {
        flex-direction: column;
    }

    .page-index-ev88-featured-promotions__category-card--reverse {
        flex-direction: column;
    }

    .page-index-ev88-featured-promotions__category-image,
    .page-index-ev88-featured-promotions__category-content {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .page-index-ev88-featured-promotions__hero-section {
        padding: 80px 0;
    }

    .page-index-ev88-featured-promotions__hero-title {
        font-size: 2.2em;
    }

    .page-index-ev88-featured-promotions__hero-description {
        font-size: 1em;
    }

    .page-index-ev88-featured-promotions__cta-button {
        font-size: 1em;
        padding: 12px 25px;
    }

    .page-index-ev88-featured-promotions__cta-button--large {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .page-index-ev88-featured-promotions__grid {
        grid-template-columns: 1fr;
    }

    .page-index-ev88-featured-promotions__steps-list {
        grid-template-columns: 1fr;
    }

    .page-index-ev88-featured-promotions__step-icon {
        margin-top: 0;
    }

    .page-index-ev88-featured-promotions__faq-item h3 {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-index-ev88-featured-promotions__hero-title {
        font-size: 1.8em;
    }

    .page-index-ev88-featured-promotions__section-title {
        font-size: 1.8em;
    }

    .page-index-ev88-featured-promotions__category-content h3 {
        font-size: 1.6em;
    }

    .page-index-ev88-featured-promotions__category-content ul li {
        font-size: 0.9em;
    }
}