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

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

.page-responsible-gambling-help-resources__hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-responsible-gambling-help-resources__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffc107; /* Highlight with accent color */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-help-resources__hero-subtitle {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.5;
}

.page-responsible-gambling-help-resources__hero-image-wrapper {
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-help-resources__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-responsible-gambling-help-resources__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-responsible-gambling-help-resources__section:nth-of-type(even) {
    background-color: #f2f7fc; /* Light blue tint for alternating sections */
}

.page-responsible-gambling-help-resources__section-title {
    font-size: 2.5em;
    color: #007bff;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-responsible-gambling-help-resources__text {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #495057;
    text-align: justify;
}

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

.page-responsible-gambling-help-resources__tool-item {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gambling-help-resources__tool-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-help-resources__tool-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    color: #007bff;
    background-color: #eaf5ff;
    border-radius: 50%;
    padding: 10px;
}

.page-responsible-gambling-help-resources__tool-title {
    font-size: 1.6em;
    color: #007bff;
    margin-bottom: 15px;
}

.page-responsible-gambling-help-resources__tool-description {
    font-size: 1em;
    color: #6c757d;
}

.page-responsible-gambling-help-resources__cta-wrapper {
    text-align: center;
    margin-top: 50px;
}

.page-responsible-gambling-help-resources__btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.page-responsible-gambling-help-resources__btn--primary {
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
}

.page-responsible-gambling-help-resources__btn--primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
}

.page-responsible-gambling-help-resources__btn--secondary {
    background-color: #ffc107;
    color: #333;
    border: 2px solid #ffc107;
    margin-left: 20px;
}

.page-responsible-gambling-help-resources__btn--secondary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    transform: translateY(-2px);
}

.page-responsible-gambling-help-resources__support-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-responsible-gambling-help-resources__support-item {
    background-color: #f8f9fa;
    border-left: 5px solid #007bff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-responsible-gambling-help-resources__support-item-title {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 10px;
}

.page-responsible-gambling-help-resources__support-item-description {
    font-size: 1em;
    color: #555;
    margin-bottom: 15px;
}

.page-responsible-gambling-help-resources__support-item-contact {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.page-responsible-gambling-help-resources__link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-responsible-gambling-help-resources__link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.page-responsible-gambling-help-resources__checklist {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-responsible-gambling-help-resources__checklist li {
    font-size: 1.1em;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #333;
}

.page-responsible-gambling-help-resources__checklist-icon {
    color: #28a745; /* Green checkmark */
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 15px;
    line-height: 1.6;
}

.page-responsible-gambling-help-resources__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-responsible-gambling-help-resources__tips-list li {
    background-color: #eaf5ff;
    border-left: 4px solid #007bff;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 1.1em;
    color: #333;
}

.page-responsible-gambling-help-resources__tips-list li strong {
    color: #0056b3;
}

.page-responsible-gambling-help-resources__faq-item {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.page-responsible-gambling-help-resources__faq-question {
    font-size: 1.4em;
    color: #007bff;
    padding: 20px 25px;
    cursor: pointer;
    margin: 0;
    background-color: #eaf5ff;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.page-responsible-gambling-help-resources__faq-question:hover {
    background-color: #d1e7ff;
}

.page-responsible-gambling-help-resources__faq-answer {
    font-size: 1.1em;
    color: #495057;
    padding: 20px 25px;
    display: none; /* Hidden by default, JS will toggle */
}

.page-responsible-gambling-help-resources__image-wrapper {
    margin-top: 40px;
    text-align: center;
}

.page-responsible-gambling-help-resources__section-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-help-resources__cta-bottom {
    background: linear-gradient(135deg, #007bff 0%, #ffc107 100%);
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.page-responsible-gambling-help-resources__cta-bottom .page-responsible-gambling-help-resources__section-title {
    color: #fff;
}

.page-responsible-gambling-help-resources__cta-bottom .page-responsible-gambling-help-resources__section-title::after {
    background-color: #fff;
}

.page-responsible-gambling-help-resources__cta-bottom .page-responsible-gambling-help-resources__text {
    color: #f8f9fa;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-responsible-gambling-help-resources__bottom-cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-responsible-gambling-help-resources__hero-title {
        font-size: 2.8em;
    }
    .page-responsible-gambling-help-resources__hero-subtitle {
        font-size: 1.1em;
    }
    .page-responsible-gambling-help-resources__section-title {
        font-size: 2em;
    }
    .page-responsible-gambling-help-resources__tools-grid,
    .page-responsible-gambling-help-resources__support-list {
        grid-template-columns: 1fr;
    }
    .page-responsible-gambling-help-resources__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-responsible-gambling-help-resources__bottom-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .page-responsible-gambling-help-resources__hero-section,
    .page-responsible-gambling-help-resources__cta-bottom {
        padding: 60px 0 30px;
    }
    .page-responsible-gambling-help-resources__hero-title {
        font-size: 2.2em;
    }
    .page-responsible-gambling-help-resources__section {
        padding: 40px 0;
    }
    .page-responsible-gambling-help-resources__section-title {
        font-size: 1.8em;
    }
    .page-responsible-gambling-help-resources__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 576px) {
    .page-responsible-gambling-help-resources__hero-title {
        font-size: 1.8em;
    }
    .page-responsible-gambling-help-resources__hero-subtitle {
        font-size: 1em;
    }
    .page-responsible-gambling-help-resources__section-title {
        font-size: 1.6em;
    }
    .page-responsible-gambling-help-resources__tool-item,
    .page-responsible-gambling-help-resources__support-item {
        padding: 20px;
    }
    .page-responsible-gambling-help-resources__checklist li,
    .page-responsible-gambling-help-resources__tips-list li,
    .page-responsible-gambling-help-resources__faq-answer {
        font-size: 0.95em;
    }
    .page-responsible-gambling-help-resources__faq-question {
        font-size: 1.2em;
        padding: 15px 20px;
    }
    .page-responsible-gambling-help-resources__bottom-cta-buttons a {
        width: 100%;
        margin-left: 0 !important;
    }
}