/* style/resources-how-to-choose-best-online-casino-net88-advantages.css */

/* Root styling for the page content area */
.page-resources-how-to-choose-best-online-casino-net88-advantages {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--background-color, #FFFFFF); /* Inherit from shared, fallback to white */
}

/* Hero Section */
.page-resources-how-to-choose-best-online-casino-net88-advantages__hero-section {
    position: relative;
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    min-height: 500px;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__dark-bg {
    background: #26A9E0; /* Brand primary color */
    color: #ffffff; /* White text for dark background */
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__light-bg {
    background: #ffffff; /* White background */
    color: #333333; /* Dark text for light background */
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.2; /* Subtle background image */
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

/* Call to Action Buttons */
.page-resources-how-to-choose-best-online-casino-net88-advantages__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__btn-primary,
.page-resources-how-to-choose-best-online-casino-net88-advantages__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box; /* Ensure padding doesn't cause overflow */
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__btn-primary {
    background: #26A9E0;
    color: #ffffff;
    border: 2px solid transparent;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__btn-primary:hover {
    background: #1e87c0;
    border-color: #1e87c0;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__btn-secondary {
    background: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__btn-secondary:hover {
    background: #e0e0e0;
    border-color: #e0e0e0;
}

/* Content Area */
.page-resources-how-to-choose-best-online-casino-net88-advantages__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #333333; /* Ensure text color for content area */
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__container {
    max-width: 100%;
    margin: 0 auto;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__section-title {
    font-size: 2.5em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

/* Feature Grid */
.page-resources-how-to-choose-best-online-casino-net88-advantages__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__feature-card,
.page-resources-how-to-choose-best-online-casino-net88-advantages__guide-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__card-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__card-text {
    font-size: 1em;
    margin-bottom: 20px;
    text-align: justify;
    flex-grow: 1;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #333333;
}

.page-resources-how-to-choose-best-online-casino-net88-advantages__list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #26A9E0;
}