/* style/responsible-gambling-self-exclusion.css */
.page-responsible-gambling-self-exclusion {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-responsible-gambling-self-exclusion .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-responsible-gambling-self-exclusion .hero-section {
    background: linear-gradient(135deg, #003366 0%, #004488 100%); /* Dark blue gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-responsible-gambling-self-exclusion .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Glory Gold for title */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-self-exclusion .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-responsible-gambling-self-exclusion .btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1.1em;
}

.page-responsible-gambling-self-exclusion .btn-primary {
    background-color: #FFD700; /* Glory Gold */
    color: #003366; /* JJ88 Blue */
    border: 2px solid #FFD700;
}

.page-responsible-gambling-self-exclusion .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-self-exclusion .btn-secondary {
    background-color: #003366; /* JJ88 Blue */
    color: #FFD700; /* Glory Gold */
    border: 2px solid #003366;
}

.page-responsible-gambling-self-exclusion .btn-secondary:hover {
    background-color: #002244;
    border-color: #002244;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-self-exclusion .btn-outline {
    background-color: transparent;
    color: #003366;
    border: 2px solid #003366;
}

.page-responsible-gambling-self-exclusion .btn-outline:hover {
    background-color: #003366;
    color: #FFD700;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* General Section Styling */
.page-responsible-gambling-self-exclusion section {
    padding: 60px 0;
}

.page-responsible-gambling-self-exclusion section:nth-of-type(even) {
    background-color: #f8f8f8;
}

.page-responsible-gambling-self-exclusion .section-title {
    font-size: 2.5em;
    color: #003366; /* JJ88 Blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

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

.page-responsible-gambling-self-exclusion p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #444;
}

.page-responsible-gambling-self-exclusion .content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-responsible-gambling-self-exclusion .content-wrapper .text-content {
    flex: 1;
}

.page-responsible-gambling-self-exclusion .content-wrapper .image-content {
    flex: 1;
    text-align: center;
}

.page-responsible-gambling-self-exclusion .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* How It Works Section */
.page-responsible-gambling-self-exclusion .how-it-works-section .steps-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-responsible-gambling-self-exclusion .how-it-works-section .steps-list li {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gambling-self-exclusion .how-it-works-section .steps-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-self-exclusion .how-it-works-section .steps-list h3 {
    color: #003366;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-responsible-gambling-self-exclusion .icon-small {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #FFD700;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-self-exclusion .note {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
    color: #666;
}

/* Benefits Section */
.page-responsible-gambling-self-exclusion .benefits-section .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-responsible-gambling-self-exclusion .benefit-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #003366;
}

.page-responsible-gambling-self-exclusion .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-top-color: #FFD700;
}

.page-responsible-gambling-self-exclusion .icon-medium {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #003366;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-self-exclusion .benefit-card h3 {
    color: #003366;
    font-size: 1.6em;
    margin-bottom: 10px;
}

/* Additional Tools Section */
.page-responsible-gambling-self-exclusion .additional-tools-section .tools-list {
    list-style: disc;
    padding-left: 30px;
    margin-top: 20px;
    font-size: 1.1em;
    color: #444;
}

.page-responsible-gambling-self-exclusion .additional-tools-section .tools-list li {
    margin-bottom: 10px;
}

.page-responsible-gambling-self-exclusion .cta-group {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Support Resources Section */
.page-responsible-gambling-self-exclusion .support-resources-section {
    background-color: #003366;
    color: #fff;
}

.page-responsible-gambling-self-exclusion .support-resources-section .section-title {
    color: #FFD700;
}

.page-responsible-gambling-self-exclusion .support-resources-section .section-title::after {
    background-color: #FFD700;
}

.page-responsible-gambling-self-exclusion .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.page-responsible-gambling-self-exclusion .contact-info p,
.page-responsible-gambling-self-exclusion .contact-info ul {
    max-width: 700px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-responsible-gambling-self-exclusion .contact-info ul {
    list-style: none;
    padding: 0;
}

.page-responsible-gambling-self-exclusion .contact-info li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-responsible-gambling-self-exclusion .link-email,
.page-responsible-gambling-self-exclusion .link-contact {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-responsible-gambling-self-exclusion .link-email:hover,
.page-responsible-gambling-self-exclusion .link-contact:hover {
    color: #fff;
    text-decoration: underline;
}

.page-responsible-gambling-self-exclusion .disclaimer {
    text-align: center;
    font-style: italic;
    margin-top: 40px;
    color: #a0a0a0;
    font-size: 0.95em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-responsible-gambling-self-exclusion .hero-title {
        font-size: 2.5em;
    }

    .page-responsible-gambling-self-exclusion .hero-subtitle {
        font-size: 1.1em;
    }

    .page-responsible-gambling-self-exclusion .section-title {
        font-size: 2em;
    }

    .page-responsible-gambling-self-exclusion .content-wrapper {
        flex-direction: column;
    }

    .page-responsible-gambling-self-exclusion .content-wrapper .image-content {
        order: -1; /* Image appears above text on smaller screens */
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-responsible-gambling-self-exclusion .hero-title {
        font-size: 2em;
    }

    .page-responsible-gambling-self-exclusion .hero-subtitle {
        font-size: 1em;
    }

    .page-responsible-gambling-self-exclusion .section-title {
        font-size: 1.8em;
    }

    .page-responsible-gambling-self-exclusion .how-it-works-section .steps-list,
    .page-responsible-gambling-self-exclusion .benefits-section .grid-container {
        grid-template-columns: 1fr;
    }

    .page-responsible-gambling-self-exclusion .btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-responsible-gambling-self-exclusion section {
        padding: 40px 0;
    }

    .page-responsible-gambling-self-exclusion .cta-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-responsible-gambling-self-exclusion .hero-title {
        font-size: 1.8em;
    }

    .page-responsible-gambling-self-exclusion .hero-subtitle {
        font-size: 0.95em;
    }

    .page-responsible-gambling-self-exclusion .section-title {
        font-size: 1.6em;
    }

    .page-responsible-gambling-self-exclusion p {
        font-size: 0.95em;
    }
}