/* style/index-five88-core-advantages.css */

.page-index-five88-core-advantages {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #f0f0f0; /* Light grey text for dark background */
    background-color: #1a1a1a; /* Dark background */
}

.page-index-five88-core-advantages__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-five88-core-advantages__hero {
    background: linear-gradient(135deg, #8B0000, #FFD700); /* Red to Gold gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-index-five88-core-advantages__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-index-five88-core-advantages__hero .page-index-five88-core-advantages__container {
    position: relative;
    z-index: 1;
}

.page-index-five88-core-advantages__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-index-five88-core-advantages__hero-subtitle {
    font-size: 1.25em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
}

.page-index-five88-core-advantages__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #8B0000; /* Dark Red */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid #FFD700;
}

.page-index-five88-core-advantages__cta-button:hover {
    background-color: #8B0000; /* Dark Red */
    color: #FFD700; /* Gold */
    border-color: #FFD700;
}

.page-index-five88-core-advantages__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-index-five88-core-advantages__cta-button--large {
    padding: 20px 40px;
    font-size: 1.3em;
}

.page-index-five88-core-advantages__section {
    padding: 60px 0;
    background-color: #222; /* Slightly lighter dark background */
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-index-five88-core-advantages__section:nth-of-type(odd) {
    background-color: #1a1a1a;
}

.page-index-five88-core-advantages__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-index-five88-core-advantages__introduction p {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #ccc;
}

.page-index-five88-core-advantages__introduction p a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-index-five88-core-advantages__introduction p a:hover {
    text-decoration: underline;
}

.page-index-five88-core-advantages__content-block {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-index-five88-core-advantages__advantage-item--reverse .page-index-five88-core-advantages__content-block {
    flex-direction: row-reverse;
}

.page-index-five88-core-advantages__text-content {
    flex: 1;
}

.page-index-five88-core-advantages__image-wrapper {
    flex: 1;
    min-width: 300px;
}

.page-index-five88-core-advantages__item-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-five88-core-advantages__item-title {
    font-size: 2em;
    color: #FFD700; /* Gold */
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-five88-core-advantages__text-content p {
    margin-bottom: 15px;
    color: #ccc;
}

.page-index-five88-core-advantages__text-content p a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-index-five88-core-advantages__text-content p a:hover {
    text-decoration: underline;
}

.page-index-five88-core-advantages__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-index-five88-core-advantages__list li {
    background-color: #333;
    margin-bottom: 10px;
    padding: 12px 15px;
    border-left: 5px solid #FFD700;
    border-radius: 4px;
    font-size: 1.05em;
    color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-index-five88-core-advantages__conclusion {
    text-align: center;
    padding-bottom: 80px;
}

.page-index-five88-core-advantages__conclusion p {
    font-size: 1.1em;
    max-width: 900px;
    margin: 0 auto 30px;
    color: #ccc;
}

.page-index-five88-core-advantages__conclusion p a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-index-five88-core-advantages__conclusion p a:hover {
    text-decoration: underline;
}

.page-index-five88-core-advantages__responsible-gambling {
    background-color: #8B0000; /* Secondary color for this section */
    color: #fff;
    text-align: center;
    padding: 40px 0;
    border-radius: 0;
    margin-bottom: 0;
}

.page-index-five88-core-advantages__responsible-gambling .page-index-five88-core-advantages__section-title {
    color: #FFD700; /* Gold title on red background */
    margin-bottom: 20px;
}

.page-index-five88-core-advantages__responsible-gambling p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1em;
    color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-index-five88-core-advantages__hero-title {
        font-size: 2.5em;
    }
    .page-index-five88-core-advantages__hero-subtitle {
        font-size: 1.1em;
    }
    .page-index-five88-core-advantages__section-title {
        font-size: 2em;
    }
    .page-index-five88-core-advantages__item-title {
        font-size: 1.7em;
    }
    .page-index-five88-core-advantages__content-block {
        flex-direction: column;
        text-align: center;
    }
    .page-index-five88-core-advantages__advantage-item--reverse .page-index-five88-core-advantages__content-block {
        flex-direction: column;
    }
    .page-index-five88-core-advantages__image-wrapper {
        order: -1; /* Image appears above text on smaller screens */
        margin-bottom: 20px;
    }
    .page-index-five88-core-advantages__text-content {
        order: 0;
    }
}

@media (max-width: 576px) {
    .page-index-five88-core-advantages__hero-title {
        font-size: 2em;
    }
    .page-index-five88-core-advantages__hero-subtitle {
        font-size: 1em;
    }
    .page-index-five88-core-advantages__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-index-five88-core-advantages__section-title {
        font-size: 1.8em;
    }
    .page-index-five88-core-advantages__item-title {
        font-size: 1.5em;
    }
    .page-index-five88-core-advantages__section {
        padding: 40px 0;
    }
    .page-index-five88-core-advantages__container {
        padding: 0 15px;
    }
}