/* style/resources-top-reasons-choose-hello88.css */
.page-resources-top-reasons-choose-hello88 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-resources-top-reasons-choose-hello88__hero-section {
    background: linear-gradient(135deg, #1A237E, #3F51B5);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-resources-top-reasons-choose-hello88__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.page-resources-top-reasons-choose-hello88__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-top-reasons-choose-hello88__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFC107;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-top-reasons-choose-hello88__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-top-reasons-choose-hello88__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}

.page-resources-top-reasons-choose-hello88__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-top-reasons-choose-hello88__cta-button {
    display: inline-block;
    background-color: #FFC107;
    color: #1A237E;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-top-reasons-choose-hello88__cta-button:hover {
    background-color: #e6b000; /* Slightly darker yellow */
    transform: translateY(-3px);
}

.page-resources-top-reasons-choose-hello88__content-section {
    padding: 40px 20px;
}

.page-resources-top-reasons-choose-hello88__article-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-top-reasons-choose-hello88__article-content h2 {
    color: #1A237E;
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFC107;
    padding-bottom: 10px;
}

.page-resources-top-reasons-choose-hello88__article-content h3 {
    color: #3F51B5;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-top-reasons-choose-hello88__article-content p {
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-top-reasons-choose-hello88__article-content a {
    color: #1A237E;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-top-reasons-choose-hello88__article-content a:hover {
    color: #FFC107;
}

.page-resources-top-reasons-choose-hello88__article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-top-reasons-choose-hello88__conclusion {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px dashed #FFC107;
    text-align: center;
}

.page-resources-top-reasons-choose-hello88__conclusion h2 {
    font-size: 2.2em;
    color: #1A237E;
    margin-bottom: 25px;
    border-bottom: none;
}

.page-resources-top-reasons-choose-hello88__conclusion p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #333;
}

.page-resources-top-reasons-choose-hello88__cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-resources-top-reasons-choose-hello88__cta-button--primary {
    background-color: #FFC107;
    color: #1A237E;
}

.page-resources-top-reasons-choose-hello88__cta-button--primary:hover {
    background-color: #e6b000;
}

.page-resources-top-reasons-choose-hello88__cta-button--secondary {
    background-color: #1A237E;
    color: #ffffff;
    border: 2px solid #FFC107;
}

.page-resources-top-reasons-choose-hello88__cta-button--secondary:hover {
    background-color: #0d123e;
    border-color: #e6b000;
}

.page-resources-top-reasons-choose-hello88__back-link-wrapper {
    margin-top: 50px;
    text-align: center;
}

.page-resources-top-reasons-choose-hello88__back-link {
    display: inline-block;
    color: #1A237E;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    border: 1px solid #1A237E;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-top-reasons-choose-hello88__back-link:hover {
    background-color: #1A237E;
    color: #FFC107;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-top-reasons-choose-hello88__hero-title {
        font-size: 2em;
    }

    .page-resources-top-reasons-choose-hello88__hero-description {
        font-size: 1em;
    }

    .page-resources-top-reasons-choose-hello88__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-top-reasons-choose-hello88__article-container {
        padding: 25px;
    }

    .page-resources-top-reasons-choose-hello88__article-content h2 {
        font-size: 1.8em;
    }

    .page-resources-top-reasons-choose-hello88__article-content h3 {
        font-size: 1.3em;
    }

    .page-resources-top-reasons-choose-hello88__cta-group {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-resources-top-reasons-choose-hello88__hero-title {
        font-size: 1.5em;
    }

    .page-resources-top-reasons-choose-hello88__hero-description {
        font-size: 0.9em;
    }

    .page-resources-top-reasons-choose-hello88__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-top-reasons-choose-hello88__article-container {
        padding: 15px;
    }

    .page-resources-top-reasons-choose-hello88__article-content h2 {
        font-size: 1.5em;
    }

    .page-resources-top-reasons-choose-hello88__article-content h3 {
        font-size: 1.1em;
    }

    .page-resources-top-reasons-choose-hello88__article-content p {
        font-size: 0.95em;
    }
}