/* style/resources-five88-platform-review.css */

/* Base styles for the page content */
.page-resources-five88-platform-review {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-five88-platform-review .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-five88-platform-review .section-title {
    font-size: 2.5em;
    color: #8B0000; /* Dark Red */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-five88-platform-review .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-resources-five88-platform-review .section-description {
    text-align: center;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-five88-platform-review .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.page-resources-five88-platform-review .btn-primary {
    background-color: #FFD700; /* Gold */
    color: #8B0000; /* Dark Red */
    border: 2px solid #FFD700;
}

.page-resources-five88-platform-review .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    color: #6a0000;
}

.page-resources-five88-platform-review .btn-secondary {
    background-color: #8B0000; /* Dark Red */
    color: #FFD700; /* Gold */
    border: 2px solid #8B0000;
}

.page-resources-five88-platform-review .btn-secondary:hover {
    background-color: #6a0000;
    border-color: #6a0000;
    color: #f0c800;
}

.page-resources-five88-platform-review .btn-outline {
    background-color: transparent;
    color: #8B0000; /* Dark Red */
    border: 2px solid #8B0000;
}

.page-resources-five88-platform-review .btn-outline:hover {
    background-color: #8B0000;
    color: #FFD700;
}

.page-resources-five88-platform-review .btn-link {
    color: #8B0000; /* Dark Red */
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}

.page-resources-five88-platform-review .btn-link:hover {
    border-bottom-color: #FFD700; /* Gold */
}

.page-resources-five88-platform-review .btn-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #333;
    color: #FFD700;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 0;
}

.page-resources-five88-platform-review .btn-download img {
    width: 24px;
    height: 24px;
    filter: invert(70%) sepia(80%) saturate(2000%) hue-rotate(30deg) brightness(120%) contrast(100%); /* Gold filter */
}

.page-resources-five88-platform-review .btn-download:hover {
    background-color: #555;
}

.page-resources-five88-platform-review .cta-center {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-resources-five88-platform-review .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.page-resources-five88-platform-review .hero-section {
    background: linear-gradient(135deg, #FFD700, #8B0000);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-five88-platform-review .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-five88-platform-review .hero-subtitle {
    font-size: 1.4em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #f0f0f0;
}

.page-resources-five88-platform-review .hero-section .btn-primary {
    background-color: #fff;
    color: #8B0000;
    border-color: #fff;
}

.page-resources-five88-platform-review .hero-section .btn-primary:hover {
    background-color: #f0f0f0;
    color: #6a0000;
    border-color: #f0f0f0;
}

/* Content Sections */
.page-resources-five88-platform-review .introduction-section, 
.page-resources-five88-platform-review .features-section,
.page-resources-five88-platform-review .game-categories-section,
.page-resources-five88-platform-review .promotions-section,
.page-resources-five88-platform-review .registration-guide-section,
.page-resources-five88-platform-review .mobile-app-section,
.page-resources-five88-platform-review .customer-service-section,
.page-resources-five88-platform-review .conclusion-section {
    padding: 80px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-five88-platform-review .introduction-section {
    padding-top: 60px;
}

.page-resources-five88-platform-review .content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-resources-five88-platform-review .content-wrapper .text-content {
    flex: 1;
}

.page-resources-five88-platform-review .content-wrapper .text-content p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-five88-platform-review .content-wrapper .image-content {
    flex: 1;
    text-align: center;
}

.page-resources-five88-platform-review .content-wrapper.reverse {
    flex-direction: row-reverse;
}

/* Features Section */
.page-resources-five88-platform-review .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-five88-platform-review .feature-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-five88-platform-review .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-five88-platform-review .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
    /* Ensure icons are visible on light background */
}

.page-resources-five88-platform-review .feature-item h3 {
    font-size: 1.5em;
    color: #8B0000; /* Dark Red */
    margin-bottom: 15px;
}

.page-resources-five88-platform-review .feature-item p {
    font-size: 1em;
    color: #666;
}

/* Game Categories Section */
.page-resources-five88-platform-review .game-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-five88-platform-review .game-category-item {
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-five88-platform-review .game-category-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-five88-platform-review .game-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700; /* Gold */
}

.page-resources-five88-platform-review .game-category-item h3 {
    font-size: 1.4em;
    color: #8B0000; /* Dark Red */
    margin: 20px 0 10px;
}

.page-resources-five88-platform-review .game-category-item p {
    font-size: 0.95em;
    color: #666;
    padding: 0 20px;
    margin-bottom: 20px;
}

/* Promotions Section */
.page-resources-five88-platform-review .promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-five88-platform-review .promotion-item {
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-five88-platform-review .promotion-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-five88-platform-review .promo-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700; /* Gold */
}

.page-resources-five88-platform-review .promotion-item h3 {
    font-size: 1.4em;
    color: #8B0000; /* Dark Red */
    margin: 20px 0 10px;
}

.page-resources-five88-platform-review .promotion-item p {
    font-size: 0.95em;
    color: #666;
    padding: 0 20px;
    margin-bottom: 20px;
}

/* Registration Guide Section */
.page-resources-five88-platform-review .guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-five88-platform-review .step-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-resources-five88-platform-review .step-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: invert(40%) sepia(90%) saturate(1500%) hue-rotate(330deg) brightness(80%) contrast(120%); /* Dark Red filter */
}

.page-resources-five88-platform-review .step-item h3 {
    font-size: 1.5em;
    color: #FFD700; /* Gold */
    margin-bottom: 15px;
}

.page-resources-five88-platform-review .step-item p {
    font-size: 1em;
    color: #666;
}

/* Mobile App Section */
.page-resources-five88-platform-review .mobile-app-section .text-content ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-resources-five88-platform-review .mobile-app-section .text-content ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #444;
    position: relative;
    padding-left: 30px;
}

.page-resources-five88-platform-review .mobile-app-section .text-content ul li::before {
    content: '✓';
    color: #FFD700; /* Gold */
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.page-resources-five88-platform-review .download-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Customer Service Section */
.page-resources-five88-platform-review .service-channels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-five88-platform-review .channel-item {
    background-color: #fefefe;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-resources-five88-platform-review .channel-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: invert(70%) sepia(80%) saturate(2000%) hue-rotate(30deg) brightness(120%) contrast(100%); /* Gold filter */
}

.page-resources-five88-platform-review .channel-item h3 {
    font-size: 1.5em;
    color: #8B0000; /* Dark Red */
    margin-bottom: 15px;
}

.page-resources-five88-platform-review .channel-item p {
    font-size: 1em;
    color: #666;
}

.page-resources-five88-platform-review .contact-info {
    text-align: center;
    font-size: 1.1em;
    color: #555;
    margin-top: 40px;
}

/* Conclusion Section */
.page-resources-five88-platform-review .conclusion-section .content-wrapper .text-content p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

/* Floating Ad Menu */
.page-resources-five88-platform-review .floating-ad-menu {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-resources-five88-platform-review .floating-ad-menu .ad-item {
    display: flex;
    align-items: center;
    background-color: #8B0000; /* Dark Red */
    color: #FFD700; /* Gold */
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.page-resources-five88-platform-review .floating-ad-menu .ad-item:hover {
    background-color: #a00000;
    transform: translateX(-5px);
}

.page-resources-five88-platform-review .floating-ad-menu .ad-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    filter: invert(70%) sepia(80%) saturate(2000%) hue-rotate(30deg) brightness(120%) contrast(100%); /* Gold filter */
}

.page-resources-five88-platform-review .floating-ad-menu .ad-item span {
    font-weight: bold;
    white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-five88-platform-review .hero-title {
        font-size: 2.8em;
    }
    .page-resources-five88-platform-review .hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-five88-platform-review .section-title {
        font-size: 2em;
    }
    .page-resources-five88-platform-review .content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-five88-platform-review .content-wrapper.reverse {
        flex-direction: column-reverse;
    }
    .page-resources-five88-platform-review .download-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-resources-five88-platform-review .hero-section {
        padding: 80px 0;
    }
    .page-resources-five88-platform-review .hero-title {
        font-size: 2.2em;
    }
    .page-resources-five88-platform-review .hero-subtitle {
        font-size: 1em;
    }
    .page-resources-five88-platform-review .section-title {
        font-size: 1.8em;
    }
    .page-resources-five88-platform-review .section-description {
        font-size: 1em;
    }
    .page-resources-five88-platform-review .btn {
        padding: 10px 20px;
        font-size: 1em;
    }
    .page-resources-five88-platform-review .features-grid,
    .page-resources-five88-platform-review .game-category-grid,
    .page-resources-five88-platform-review .promotions-grid,
    .page-resources-five88-platform-review .guide-steps,
    .page-resources-five88-platform-review .service-channels {
        grid-template-columns: 1fr;
    }
    .page-resources-five88-platform-review .floating-ad-menu {
        right: 10px;
        bottom: 10px;
    }
    .page-resources-five88-platform-review .floating-ad-menu .ad-item {
        padding: 8px 12px;
    }
    .page-resources-five88-platform-review .floating-ad-menu .ad-item img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .page-resources-five88-platform-review .floating-ad-menu .ad-item span {
        font-size: 0.9em;
    }
}

@media (max-width: 576px) {
    .page-resources-five88-platform-review .hero-section {
        padding: 60px 0;
    }
    .page-resources-five88-platform-review .hero-title {
        font-size: 1.8em;
    }
    .page-resources-five88-platform-review .hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-five88-platform-review .section-title {
        font-size: 1.5em;
    }
    .page-resources-five88-platform-review .download-buttons {
        flex-direction: column;
        align-items: center;
    }
}