/* style/resources-suncity888-latest-promotions-analysis.css */

.page-resources-suncity888-latest-promotions-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #1A202C; /* Dark text for readability on light backgrounds */
    background-color: #f8f8f8;
}

.page-resources-suncity888-latest-promotions-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-suncity888-latest-promotions-analysis__hero-section {
    background: linear-gradient(135deg, #FFD700, #b39700); /* Gradient from primary to a darker gold */
    padding: 80px 0;
    text-align: center;
    color: #1A202C; /* Dark text on light gold background */
    position: relative;
    overflow: hidden;
}

.page-resources-suncity888-latest-promotions-analysis__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:suncity888,khuyen_mai,hero_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-suncity888-latest-promotions-analysis__hero-section .page-resources-suncity888-latest-promotions-analysis__container {
    position: relative;
    z-index: 1;
}

.page-resources-suncity888-latest-promotions-analysis__main-title {
    font-size: 3.2em;
    color: #1A202C; /* Ensure high contrast */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.page-resources-suncity888-latest-promotions-analysis__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #333; /* Slightly lighter dark text */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-suncity888-latest-promotions-analysis__cta-button {
    display: inline-block;
    background-color: #1A202C; /* Dark button */
    color: #FFD700; /* Gold text on dark button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid #FFD700;
}

.page-resources-suncity888-latest-promotions-analysis__cta-button:hover {
    background-color: #FFD700; /* Gold button on hover */
    color: #1A202C; /* Dark text on gold button */
    transform: translateY(-3px);
    border-color: #1A202C;
}

.page-resources-suncity888-latest-promotions-analysis__cta-button--secondary {
    background-color: #FFD700; /* Gold button */
    color: #1A202C; /* Dark text on gold button */
    border-color: #1A202C;
    margin-left: 20px;
}

.page-resources-suncity888-latest-promotions-analysis__cta-button--secondary:hover {
    background-color: #1A202C; /* Dark button on hover */
    color: #FFD700; /* Gold text on dark button */
    border-color: #FFD700;
}

.page-resources-suncity888-latest-promotions-analysis__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
    margin-top: 20px;
}

.page-resources-suncity888-latest-promotions-analysis__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-suncity888-latest-promotions-analysis__text-block p {
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
}

.page-resources-suncity888-latest-promotions-analysis__text-block strong {
    color: #1A202C;
}

.page-resources-suncity888-latest-promotions-analysis__heading {
    font-size: 2.2em;
    color: #1A202C; /* Dark heading */
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-resources-suncity888-latest-promotions-analysis__sub-heading {
    font-size: 1.8em;
    color: #1A202C; /* Dark sub-heading */
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-suncity888-latest-promotions-analysis__text-block ul,
.page-resources-suncity888-latest-promotions-analysis__text-block ol {
    margin-bottom: 1.5em;
    padding-left: 25px;
}

.page-resources-suncity888-latest-promotions-analysis__text-block ul li,
.page-resources-suncity888-latest-promotions-analysis__text-block ol li {
    margin-bottom: 0.8em;
    font-size: 1.05em;
    color: #444;
}

.page-resources-suncity888-latest-promotions-analysis__inline-link {
    color: #007bff; /* Standard link color */
    text-decoration: none;
    font-weight: bold;
}

.page-resources-suncity888-latest-promotions-analysis__inline-link:hover {
    text-decoration: underline;
    color: #0056b3;
}

.page-resources-suncity888-latest-promotions-analysis__image {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-suncity888-latest-promotions-analysis__image--full-width {
    width: 100%;
}

.page-resources-suncity888-latest-promotions-analysis__image--right {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    max-width: 40%;
}

.page-resources-suncity888-latest-promotions-analysis__image--left {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
    max-width: 40%;
}

.page-resources-suncity888-latest-promotions-analysis__text-block::after {
    content: "";
    display: table;
    clear: both;
}

.page-resources-suncity888-latest-promotions-analysis__faq-item {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.page-resources-suncity888-latest-promotions-analysis__faq-question {
    font-size: 1.4em;
    color: #1A202C;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-suncity888-latest-promotions-analysis__faq-answer {
    font-size: 1.05em;
    color: #555;
}

.page-resources-suncity888-latest-promotions-analysis__cta-group {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-suncity888-latest-promotions-analysis__main-title {
        font-size: 2.5em;
    }

    .page-resources-suncity888-latest-promotions-analysis__subtitle {
        font-size: 1.2em;
    }

    .page-resources-suncity888-latest-promotions-analysis__heading {
        font-size: 1.8em;
    }

    .page-resources-suncity888-latest-promotions-analysis__sub-heading {
        font-size: 1.5em;
    }

    .page-resources-suncity888-latest-promotions-analysis__image--right,
    .page-resources-suncity888-latest-promotions-analysis__image--left {
        float: none;
        margin: 20px auto;
        max-width: 80%;
        display: block;
    }

    .page-resources-suncity888-latest-promotions-analysis__cta-group {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-suncity888-latest-promotions-analysis__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-suncity888-latest-promotions-analysis__main-title {
        font-size: 2em;
    }

    .page-resources-suncity888-latest-promotions-analysis__subtitle {
        font-size: 1em;
    }

    .page-resources-suncity888-latest-promotions-analysis__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-suncity888-latest-promotions-analysis__heading {
        font-size: 1.6em;
    }

    .page-resources-suncity888-latest-promotions-analysis__sub-heading {
        font-size: 1.3em;
    }
}