/* style/resources-j88-bonus-features.css */
.page-resources-j88-bonus-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-resources-j88-bonus-features .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-resources-j88-bonus-features .hero-section {
    background: linear-gradient(135deg, #4B0082 0%, #7d26c0 100%); /* Deep Purple to Lighter Purple */
    color: #fff;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.page-resources-j88-bonus-features .hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFC107; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-j88-bonus-features .hero-section p {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

/* Buttons */
.page-resources-j88-bonus-features .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-resources-j88-bonus-features .btn-primary {
    background-color: #FFC107; /* Gold */
    color: #4B0082; /* Deep Purple */
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

.page-resources-j88-bonus-features .btn-primary:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.6);
}

.page-resources-j88-bonus-features .btn-secondary {
    background-color: #4B0082; /* Deep Purple */
    color: #FFC107; /* Gold */
    border: 2px solid #FFC107;
    margin-left: 15px;
}

.page-resources-j88-bonus-features .btn-secondary:hover {
    background-color: #3a0066;
    border-color: #e0a800;
    transform: translateY(-3px);
}

.page-resources-j88-bonus-features .btn-tertiary {
    background-color: transparent;
    color: #4B0082;
    border: 2px solid #4B0082;
    margin-top: 20px;
}

.page-resources-j88-bonus-features .btn-tertiary:hover {
    background-color: #4B0082;
    color: #fff;
    transform: translateY(-3px);
}

/* General Section Styling */
.page-resources-j88-bonus-features section {
    padding: 60px 0;
}

.page-resources-j88-bonus-features section:nth-of-type(even) {
    background-color: #f8f8f8;
}

.page-resources-j88-bonus-features h2 {
    font-size: 2.5em;
    color: #4B0082;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-j88-bonus-features h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFC107;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-resources-j88-bonus-features h3 {
    font-size: 1.8em;
    color: #4B0082;
    margin-bottom: 15px;
}

.page-resources-j88-bonus-features p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
}

.page-resources-j88-bonus-features ul {
    list-style: disc;
    margin-left: 20px;
    color: #555;
    margin-bottom: 20px;
}

.page-resources-j88-bonus-features ul li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

/* Introduction Section */
.page-resources-j88-bonus-features .introduction-section .container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-resources-j88-bonus-features .introduction-section .text-content {
    flex: 1;
}

.page-resources-j88-bonus-features .introduction-section .image-content {
    flex: 1;
    text-align: center;
}

.page-resources-j88-bonus-features .introduction-section .feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Bonus Features Section */
.page-resources-j88-bonus-features .bonus-features-section {
    background-color: #fff;
}

.page-resources-j88-bonus-features .feature-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    padding: 30px;
    border-radius: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-j88-bonus-features .feature-item.reverse {
    flex-direction: row-reverse;
    background-color: #f2f2f2;
}

.page-resources-j88-bonus-features .feature-text {
    flex: 1;
}

.page-resources-j88-bonus-features .feature-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.page-resources-j88-bonus-features .feature-image-wrapper .feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Strategy Section */
.page-resources-j88-bonus-features .strategy-section {
    background-color: #e6e6fa; /* Light purple */
    padding: 80px 0;
}

.page-resources-j88-bonus-features .strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-j88-bonus-features .strategy-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-j88-bonus-features .strategy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-j88-bonus-features .strategy-card h3 {
    color: #4B0082;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-resources-j88-bonus-features .strategy-card p {
    color: #666;
}

/* Why J88 Section */
.page-resources-j88-bonus-features .why-j88-section .container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 15px;
}

.page-resources-j88-bonus-features .why-j88-section .image-content {
    flex: 1;
    text-align: center;
}

.page-resources-j88-bonus-features .why-j88-section .feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-j88-bonus-features .why-j88-section .text-content {
    flex: 1;
}

.page-resources-j88-bonus-features .why-j88-section h2 {
    text-align: left;
    margin-bottom: 20px;
}

.page-resources-j88-bonus-features .why-j88-section h2::after {
    margin-left: 0;
}

.page-resources-j88-bonus-features .why-j88-section .text-content p {
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-j88-bonus-features .hero-section h1 {
        font-size: 2.8em;
    }
    .page-resources-j88-bonus-features .hero-section p {
        font-size: 1.1em;
    }
    .page-resources-j88-bonus-features h2 {
        font-size: 2em;
    }
    .page-resources-j88-bonus-features h3 {
        font-size: 1.5em;
    }
    .page-resources-j88-bonus-features .introduction-section .container,
    .page-resources-j88-bonus-features .feature-item,
    .page-resources-j88-bonus-features .why-j88-section .container {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-j88-bonus-features .feature-item.reverse {
        flex-direction: column;
    }
    .page-resources-j88-bonus-features .feature-text, 
    .page-resources-j88-bonus-features .feature-image-wrapper,
    .page-resources-j88-bonus-features .why-j88-section .text-content,
    .page-resources-j88-bonus-features .why-j88-section .image-content {
        flex: none;
        width: 100%;
    }
    .page-resources-j88-bonus-features .why-j88-section h2 {
        text-align: center;
    }
    .page-resources-j88-bonus-features .why-j88-section h2::after {
        margin-left: auto;
    }
    .page-resources-j88-bonus-features .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .page-resources-j88-bonus-features .hero-section {
        padding: 80px 0;
    }
    .page-resources-j88-bonus-features .hero-section h1 {
        font-size: 2.2em;
    }
    .page-resources-j88-bonus-features .hero-section p {
        font-size: 1em;
    }
    .page-resources-j88-bonus-features section {
        padding: 40px 0;
    }
    .page-resources-j88-bonus-features h2 {
        font-size: 1.8em;
    }
    .page-resources-j88-bonus-features h3 {
        font-size: 1.3em;
    }
    .page-resources-j88-bonus-features .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-j88-bonus-features .feature-item {
        padding: 20px;
        gap: 20px;
    }
    .page-resources-j88-bonus-features .strategy-grid {
        grid-template-columns: 1fr;
    }
}