/* style/index-review-sinbet.css */
:root {
    --primary-color: #0A246A; /* Deep Blue */
    --secondary-color: #FFD700; /* Gold */
    --accent-color: #DC3545; /* Red for emphasis */
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f8f9fa;
    --bg-dark: #0A1B4A; /* Slightly darker than primary for contrast */
}

.page-index-review-sinbet {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

.page-index-review-sinbet .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-index-review-sinbet .hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1A3E8A 100%); /* Gradient with primary color */
    color: var(--text-light);
}

.page-index-review-sinbet .hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-index-review-sinbet .hero-image {
    width: 100%;
    margin-bottom: 30px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-sinbet .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-index-review-sinbet .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.page-index-review-sinbet .hero-content h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-index-review-sinbet .hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: var(--text-light);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-review-sinbet .cta-button {
    display: inline-block;
    padding: 18px 45px;
    background: var(--secondary-color);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-sinbet .cta-button:hover {
    background: #FFC107; /* Slightly darker gold */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-sinbet .cta-button.large {
    padding: 22px 60px;
    font-size: 1.5em;
    border-radius: 10px;
}

/* General Section Styling */
.page-index-review-sinbet section {
    padding: 80px 0;
    background-color: var(--bg-light);
    border-bottom: 1px solid #e0e0e0;
}

.page-index-review-sinbet section:last-of-type {
    border-bottom: none;
}

.page-index-review-sinbet section h2 {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-index-review-sinbet section h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.page-index-review-sinbet section h3 {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.page-index-review-sinbet section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.page-index-review-sinbet .btn-primary, .page-index-review-sinbet .btn-secondary, .page-index-review-sinbet .btn-promo {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
}

.page-index-review-sinbet .btn-primary {
    background: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
}

.page-index-review-sinbet .btn-primary:hover {
    background: #071C5A; /* Slightly darker primary */
    border-color: #071C5A;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet .btn-secondary {
    background: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-index-review-sinbet .btn-secondary:hover {
    background: #FFC107;
    border-color: #FFC107;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet .btn-promo {
    background: var(--accent-color);
    color: var(--text-light);
    border: 2px solid var(--accent-color);
    margin-top: 15px;
}

.page-index-review-sinbet .btn-promo:hover {
    background: #BD2130;
    border-color: #BD2130;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Content with Image Wrapper */
.page-index-review-sinbet .content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.page-index-review-sinbet .content-wrapper.reverse {
    flex-direction: row-reverse;
}

.page-index-review-sinbet .content-wrapper .text-content {
    flex: 1;
}

.page-index-review-sinbet .content-wrapper .image-content {
    flex: 1;
    text-align: center;
}

.page-index-review-sinbet .content-wrapper .image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
    object-fit: cover;
}

/* Game Grid */
.page-index-review-sinbet .game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-review-sinbet .game-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-sinbet .game-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet .game-item img {
    max-width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
}

.page-index-review-sinbet .game-item h3 {
    color: var(--primary-color);
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-index-review-sinbet .game-item p {
    font-size: 1em;
    color: var(--text-dark);
}

/* Promotion List */
.page-index-review-sinbet .promo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-review-sinbet .promo-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-review-sinbet .promo-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet .promo-item img {
    max-width: 100%;
    height: 180px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px;
}

.page-index-review-sinbet .promo-item h3 {
    color: var(--primary-color);
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-index-review-sinbet .promo-item p {
    font-size: 1em;
    color: var(--text-dark);
    flex-grow: 1;
}

.page-index-review-sinbet .promo-note {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 40px;
    font-size: 0.95em;
}

/* Lists */
.page-index-review-sinbet ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-index-review-sinbet ul li {
    background: #f0f3f7;
    margin-bottom: 10px;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 1.05em;
    color: var(--text-dark);
    border-left: 4px solid var(--secondary-color);
}

/* Pros and Cons */
.page-index-review-sinbet .pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.page-index-review-sinbet .pros-column, .page-index-review-sinbet .cons-column {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.page-index-review-sinbet .pros-column h3 {
    color: #28a745; /* Green for pros */
    text-align: center;
    margin-bottom: 25px;
}

.page-index-review-sinbet .cons-column h3 {
    color: var(--accent-color); /* Red for cons */
    text-align: center;
    margin-bottom: 25px;
}

.page-index-review-sinbet .pros-column ul li {
    border-left-color: #28a745;
}

.page-index-review-sinbet .cons-column ul li {
    border-left-color: var(--accent-color);
}

/* FAQ Section */
.page-index-review-sinbet .faq-list {
    margin-top: 40px;
}

.page-index-review-sinbet .faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-index-review-sinbet .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-index-review-sinbet .faq-question:hover {
    background: #f5f5f5;
}

.page-index-review-sinbet .faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: var(--primary-color);
}

.page-index-review-sinbet .faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--secondary-color);
    transition: transform 0.3s ease;
    line-height: 1;
}

.page-index-review-sinbet .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 25px;
    background: #f9f9f9;
    color: var(--text-dark);
}

.page-index-review-sinbet .faq-item.active .faq-answer {
    max-height: 500px; /* Adjust as needed for content */
    padding: 20px 25px;
    border-top: 1px solid #e0e0e0;
}

.page-index-review-sinbet .faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--accent-color);
}

/* Conclusion Section */
.page-index-review-sinbet .section-conclusion {
    background: var(--primary-color);
    color: var(--text-light);
    text-align: center;
    padding: 100px 20px;
    border-bottom: none;
}

.page-index-review-sinbet .section-conclusion h2 {
    color: var(--secondary-color);
}

.page-index-review-sinbet .section-conclusion p {
    color: var(--text-light);
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-review-sinbet .hero-content h1 {
        font-size: 2.5em;
    }

    .page-index-review-sinbet .hero-content p {
        font-size: 1.1em;
    }

    .page-index-review-sinbet section h2 {
        font-size: 2em;
    }

    .page-index-review-sinbet .content-wrapper {
        flex-direction: column;
    }

    .page-index-review-sinbet .content-wrapper.reverse {
        flex-direction: column;
    }

    .page-index-review-sinbet .pros-cons-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-index-review-sinbet .hero-section {
        padding: 40px 15px;
    }

    .page-index-review-sinbet .hero-content h1 {
        font-size: 2em;
    }

    .page-index-review-sinbet .hero-content p {
        font-size: 1em;
    }

    .page-index-review-sinbet .cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-index-review-sinbet .cta-button.large {
        padding: 18px 40px;
        font-size: 1.2em;
    }

    .page-index-review-sinbet section {
        padding: 50px 0;
    }

    .page-index-review-sinbet section h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-index-review-sinbet section h3 {
        font-size: 1.5em;
    }

    .page-index-review-sinbet .game-grid, .page-index-review-sinbet .promo-list {
        grid-template-columns: 1fr;
    }

    .page-index-review-sinbet .faq-question {
        padding: 15px 20px;
    }

    .page-index-review-sinbet .faq-question h3 {
        font-size: 1.1em;
    }

    .page-index-review-sinbet .faq-toggle {
        font-size: 20px;
    }

    .page-index-review-sinbet .faq-item.active .faq-answer {
        padding: 15px 20px;
    }
    
    .page-index-review-sinbet .section-conclusion {
        padding: 60px 20px;
    }
    .page-index-review-sinbet .section-conclusion p {
        font-size: 1.05em;
    }
}

@media (max-width: 480px) {
    .page-index-review-sinbet .hero-content h1 {
        font-size: 1.8em;
    }

    .page-index-review-sinbet .hero-content p {
        font-size: 0.95em;
    }

    .page-index-review-sinbet .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-index-review-sinbet section h2 {
        font-size: 1.6em;
    }

    .page-index-review-sinbet .game-item, .page-index-review-sinbet .promo-item {
        padding: 15px;
    }

    .page-index-review-sinbet .game-item img, .page-index-review-sinbet .promo-item img {
        height: 150px;
    }
    .page-index-review-sinbet .faq-question h3 {
        font-size: 1em;
    }
}