/* style/resources-suncity888-official-website-entry.css */
.page-resources-suncity888-official-website-entry {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-suncity888-official-website-entry .page-resources-suncity888-official-website-entry__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-suncity888-official-website-entry .page-resources-suncity888-official-website-entry__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-suncity888-official-website-entry .page-resources-suncity888-official-website-entry__section:nth-of-type(even) {
    background-color: #fdfdfd;
}

.page-resources-suncity888-official-website-entry__hero-section {
    background: linear-gradient(135deg, #FFD700, #000000);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-resources-suncity888-official-website-entry__hero-section .page-resources-suncity888-official-website-entry__container {
    z-index: 1;
    position: relative;
}

.page-resources-suncity888-official-website-entry__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-resources-suncity888-official-website-entry__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
}

.page-resources-suncity888-official-website-entry__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.page-resources-suncity888-official-website-entry__hero-actions .page-resources-suncity888-official-website-entry__btn {
    margin: 0 10px;
}

.page-resources-suncity888-official-website-entry__section-title {
    font-size: 2.5em;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-suncity888-official-website-entry__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-suncity888-official-website-entry h3 {
    font-size: 1.8em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-suncity888-official-website-entry p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444;
}

.page-resources-suncity888-official-website-entry ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-resources-suncity888-official-website-entry ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #444;
}

.page-resources-suncity888-official-website-entry .highlight {
    color: #DC143C;
    font-weight: bold;
}

.page-resources-suncity888-official-website-entry__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer;
    border: none;
}

.page-resources-suncity888-official-website-entry__btn--primary {
    background-color: #FFD700;
    color: #000000;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-suncity888-official-website-entry__btn--primary:hover {
    background-color: #e0b800;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-suncity888-official-website-entry__btn--secondary {
    background-color: #000000;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-suncity888-official-website-entry__btn--secondary:hover {
    background-color: #222;
    color: #fff;
    border-color: #fff;
}

.page-resources-suncity888-official-website-entry__btn--small {
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 25px;
    background-color: #DC143C;
    color: #fff;
}

.page-resources-suncity888-official-website-entry__btn--small:hover {
    background-color: #b0102f;
}

/* Content specific styles */
.page-resources-suncity888-official-website-entry__content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.page-resources-suncity888-official-website-entry__text-content {
    flex: 1;
}

.page-resources-suncity888-official-website-entry__image {
    flex: 0 0 400px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-suncity888-official-website-entry__image--left {
    order: 0;
}

.page-resources-suncity888-official-website-entry__image--right {
    order: 1;
}

@media (max-width: 992px) {
    .page-resources-suncity888-official-website-entry__content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .page-resources-suncity888-official-website-entry__image {
        flex: none;
        width: 100%;
        max-width: 600px;
    }
}

/* Registration Guide */
.page-resources-suncity888-official-website-entry__grid-2-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-suncity888-official-website-entry__step-item {
    text-align: center;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-suncity888-official-website-entry__step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-suncity888-official-website-entry__step-image {
    width: 100%;
    max-width: 250px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 4px;
}

.page-resources-suncity888-official-website-entry__step-item h3 {
    font-size: 1.4em;
    color: #000000;
    margin-top: 0;
    border-left: none;
    padding-left: 0;
}

/* Official Links */
.page-resources-suncity888-official-website-entry__link-list {
    list-style: none;
    padding: 0;
}

.page-resources-suncity888-official-website-entry__link-item {
    background-color: #FFD700;
    color: #000000;
    padding: 12px 20px;
    margin-bottom: 10px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-suncity888-official-website-entry__link-item:hover {
    background-color: #e0b800;
    transform: translateX(5px);
}

.page-resources-suncity888-official-website-entry__note {
    font-style: italic;
    color: #777;
    margin-top: 30px;
    text-align: center;
    font-size: 0.95em;
}

/* Security Features */
.page-resources-suncity888-official-website-entry__grid-3-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-suncity888-official-website-entry__feature-item {
    text-align: center;
    padding: 30px;
    background-color: #fdfdfd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-suncity888-official-website-entry__feature-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page-resources-suncity888-official-website-entry__feature-item h3 {
    font-size: 1.5em;
    margin-top: 0;
    border-left: none;
    padding-left: 0;
    color: #000000;
}

/* Game Variety */
.page-resources-suncity888-official-website-entry__grid-gap {
    gap: 40px;
}

.page-resources-suncity888-official-website-entry__game-category {
    background-color: #fdfdfd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-resources-suncity888-official-website-entry__game-category:hover {
    transform: translateY(-8px);
}

.page-resources-suncity888-official-website-entry__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.page-resources-suncity888-official-website-entry__game-category h3 {
    font-size: 1.6em;
    padding: 15px 20px 0;
    margin-top: 0;
    border-left: none;
    padding-left: 20px;
    color: #000000;
}

.page-resources-suncity888-official-website-entry__game-category p {
    padding: 0 20px 20px;
    color: #555;
}

/* Promotions */
.page-resources-suncity888-official-website-entry__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-suncity888-official-website-entry__promo-item {
    background-color: #fdfdfd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-suncity888-official-website-entry__promo-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.page-resources-suncity888-official-website-entry__promo-item h3 {
    font-size: 1.5em;
    color: #DC143C;
    margin-top: 0;
    margin-bottom: 10px;
    border-left: none;
    padding-left: 0;
}

.page-resources-suncity888-official-website-entry__promo-item p {
    padding: 0 20px;
    flex-grow: 1;
    color: #555;
}

.page-resources-suncity888-official-website-entry__promo-item .page-resources-suncity888-official-website-entry__btn {
    margin-top: 15px;
}

/* FAQ */
.page-resources-suncity888-official-website-entry__faq-item {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-resources-suncity888-official-website-entry__faq-item h3 {
    font-size: 1.3em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: none;
    padding-left: 0;
}

.page-resources-suncity888-official-website-entry__faq-item h3::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-resources-suncity888-official-website-entry__faq-item h3.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-suncity888-official-website-entry__faq-item p {
    display: none;
    margin-top: 10px;
    padding-left: 10px;
    border-left: 3px solid #FFD700;
    color: #666;
}

.page-resources-suncity888-official-website-entry__faq-item p.active {
    display: block;
}

/* CTA Section */
.page-resources-suncity888-official-website-entry__cta-section {
    background: linear-gradient(90deg, #000000, #333333);
    color: #fff;
    text-align: center;
    padding: 80px 0;
    border-radius: 8px;
    margin-top: 40px;
}

.page-resources-suncity888-official-website-entry__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.page-resources-suncity888-official-website-entry__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #eee;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-suncity888-official-website-entry__hero-title {
        font-size: 2.5em;
    }

    .page-resources-suncity888-official-website-entry__hero-description {
        font-size: 1.1em;
    }

    .page-resources-suncity888-official-website-entry__section-title {
        font-size: 2em;
    }

    .page-resources-suncity888-official-website-entry h3 {
        font-size: 1.5em;
    }

    .page-resources-suncity888-official-website-entry p,
    .page-resources-suncity888-official-website-entry ul li {
        font-size: 1em;
    }

    .page-resources-suncity888-official-website-entry__grid-2-cols,
    .page-resources-suncity888-official-website-entry__grid-3-cols,
    .page-resources-suncity888-official-website-entry__promo-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-suncity888-official-website-entry__cta-title {
        font-size: 2em;
    }

    .page-resources-suncity888-official-website-entry__cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-suncity888-official-website-entry__hero-title {
        font-size: 2em;
    }

    .page-resources-suncity888-official-website-entry__hero-description {
        font-size: 0.9em;
    }

    .page-resources-suncity888-official-website-entry__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-suncity888-official-website-entry__hero-actions {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}