/* style/responsible-gambling-healthy-gambling-habits.css */

.page-responsible-gambling-healthy-gambling-habits {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light gray for general text */
    line-height: 1.6;
    background-color: #0D1B2A; /* Darker background to contrast with main color */
}

.page-responsible-gambling-healthy-gambling-habits__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-responsible-gambling-healthy-gambling-habits__hero {
    position: relative;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
}

.page-responsible-gambling-healthy-gambling-habits__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-responsible-gambling-healthy-gambling-habits__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 43, 76, 0.8), rgba(255, 215, 0, 0.4)); /* #1A2B4C and #FFD700 */
    z-index: 2;
}

.page-responsible-gambling-healthy-gambling-habits__hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 20px;
}

.page-responsible-gambling-healthy-gambling-habits__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFD700; /* Bright gold for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-healthy-gambling-habits__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #F5F5F5;
}

/* General Section Styling */
.page-responsible-gambling-healthy-gambling-habits__section {
    padding: 60px 0;
    background-color: #1A2B4C; /* Deep blue for sections */
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-healthy-gambits__section:nth-of-type(even) {
    background-color: #12213D; /* Slightly different shade for alternating sections */
}

.page-responsible-gambling-healthy-gambling-habits__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-responsible-gambling-healthy-gambling-habits__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-responsible-gambling-healthy-gambling-habits__text-block {
    font-size: 1.1em;
    color: #E0E0E0;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Card Grid */
.page-responsible-gambling-healthy-gambling-habits__grid-2-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-responsible-gambling-healthy-gambling-habits__grid-3-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-responsible-gambling-healthy-gambling-habits__card,
.page-responsible-gambling-healthy-gambling-habits__commitment-item {
    background-color: #2A3E5C; /* Slightly lighter blue for cards */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-responsible-gambling-healthy-gambling-habits__card:hover,
.page-responsible-gambling-healthy-gambling-habits__commitment-item:hover {
    transform: translateY(-8px);
    background-color: #3A527A;
}

.page-responsible-gambling-healthy-gambling-habits__card-title,
.page-responsible-gambling-healthy-gambling-habits__commitment-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
    text-align: center;
}

.page-responsible-gambling-healthy-gambling-habits__card p,
.page-responsible-gambling-healthy-gambling-habits__commitment-item p {
    color: #D0D0D0;
    font-size: 1em;
    text-align: justify;
}

/* Feature List */
.page-responsible-gambling-healthy-gambling-habits__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-responsible-gambling-healthy-gambling-habits__feature-item {
    background-color: #2A3E5C;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.page-responsible-gambling-healthy-gambling-habits__feature-item:hover {
    transform: translateY(-8px);
}

.page-responsible-gambling-healthy-gambling-habits__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFD700;
}

.page-responsible-gambling-healthy-gambling-habits__feature-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-responsible-gambling-healthy-gambling-habits__feature-item p {
    color: #D0D0D0;
    font-size: 1em;
    text-align: justify;
}

/* List Styling */
.page-responsible-gambling-healthy-gambling-habits__list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-responsible-gambling-healthy-gambling-habits__list li {
    background-color: #12213D;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    color: #E0E0E0;
    font-size: 1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-healthy-gambling-habits__list li::before {
    content: '✓';
    color: #FFD700;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
}

/* Call to Action */
.page-responsible-gambling-healthy-gambling-habits__section--cta {
    background: linear-gradient(90deg, #1A2B4C, #FFD700);
    text-align: center;
    padding: 80px 20px;
    border-radius: 0;
    margin-bottom: 0;
}

.page-responsible-gambling-healthy-gambling-habits__cta-title {
    font-size: 2.8em;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-healthy-gambling-habits__cta-description {
    font-size: 1.2em;
    color: #F5F5F5;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.page-responsible-gambling-healthy-gambling-habits__btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-responsible-gambling-healthy-gambling-habits__btn--primary {
    background-color: #FFD700;
    color: #1A2B4C;
    border: 2px solid #FFD700;
}

.page-responsible-gambling-healthy-gambling-habits__btn--primary:hover {
    background-color: #E6C200;
    border-color: #E6C200;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.page-responsible-gambling-healthy-gambling-habits__btn--secondary {
    background-color: #1A2B4C;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-responsible-gambling-healthy-gambling-habits__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A2B4C;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-responsible-gambling-healthy-gambling-habits__hero {
        height: 70vh;
    }

    .page-responsible-gambling-healthy-gambling-habits__hero-title {
        font-size: 2.5em;
    }

    .page-responsible-gambling-healthy-gambling-habits__hero-subtitle {
        font-size: 1em;
    }

    .page-responsible-gambling-healthy-gambling-habits__section-title {
        font-size: 2em;
    }

    .page-responsible-gambling-healthy-gambling-habits__card-title,
    .page-responsible-gambling-healthy-gambling-habits__feature-title,
    .page-responsible-gambling-healthy-gambling-habits__commitment-title {
        font-size: 1.4em;
    }

    .page-responsible-gambling-healthy-gambling-habits__grid-2-cols,
    .page-responsible-gambling-healthy-gambling-habits__grid-3-cols,
    .page-responsible-gambling-healthy-gambling-habits__feature-list {
        grid-template-columns: 1fr;
    }

    .page-responsible-gambling-healthy-gambling-habits__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-responsible-gambling-healthy-gambling-habits__cta-title {
        font-size: 2em;
    }

    .page-responsible-gambling-healthy-gambling-habits__cta-description {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-responsible-gambling-healthy-gambling-habits__hero {
        height: 80vh;
    }

    .page-responsible-gambling-healthy-gambling-habits__hero-title {
        font-size: 2em;
    }

    .page-responsible-gambling-healthy-gambling-habits__hero-subtitle {
        font-size: 0.9em;
    }

    .page-responsible-gambling-healthy-gambling-habits__section-title {
        font-size: 1.8em;
    }

    .page-responsible-gambling-healthy-gambling-habits__btn {
        width: 100%;
        padding: 15px 20px;
    }

    .page-responsible-gambling-healthy-gambling-habits__list li {
        padding: 10px 15px;
        font-size: 0.9em;
    }
}