/* style/responsible-gambling-addiction-test.css */

.page-responsible-gambling-addiction-test {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #E0E0E0; /* Light gray for readability on dark background */
    background-color: #1A202C;
}

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

.page-responsible-gambling-addiction-test__hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a4a6e 100%);
    padding: 80px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-responsible-gambling-addiction-test__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.page-responsible-gambling-addiction-test__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-responsible-gambling-addiction-test__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #E0E0E0;
}

.page-responsible-gambling-addiction-test__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-responsible-gambling-addiction-test__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-responsible-gambling-addiction-test__section:last-of-type {
    border-bottom: none;
}

.page-responsible-gambling-addiction-test__heading {
    font-size: 2.2em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-responsible-gambling-addiction-test__heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-responsible-gambling-addiction-test__sub-heading {
    font-size: 1.6em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-responsible-gambling-addiction-test__paragraph {
    margin-bottom: 20px;
    color: #E0E0E0;
    font-size: 1.05em;
}

.page-responsible-gambling-addiction-test__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-responsible-gambling-addiction-test__list li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.page-responsible-gambling-addiction-test__list li strong {
    color: #FFD700;
}

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

.page-responsible-gambling-addiction-test__btn:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-responsible-gambling-addiction-test__btn--secondary {
    background-color: #1A202C;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-responsible-gambling-addiction-test__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
}

.page-responsible-gambling-addiction-test__test-form {
    background-color: #2D3748;
    padding: 60px 0;
}

.page-responsible-gambling-addiction-test__form {
    background-color: #1A202C;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-addiction-test__question-group {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
}

.page-responsible-gambling-addiction-test__question-group:last-of-type {
    border-bottom: none;
}

.page-responsible-gambling-addiction-test__question {
    font-size: 1.2em;
    color: #FFD700;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-responsible-gambling-addiction-test__question-group label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    color: #E0E0E0;
    font-size: 1.1em;
}

.page-responsible-gambling-addiction-test__question-group input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.page-responsible-gambling-addiction-test__result-area {
    margin-top: 40px;
    background-color: #1A202C;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-addiction-test__result-area h3 {
    color: #FFD700;
    font-size: 2em;
    margin-bottom: 20px;
}

.page-responsible-gambling-addiction-test__result-area p {
    font-size: 1.3em;
    color: #E0E0E0;
}

.page-responsible-gambling-addiction-test__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-addiction-test__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
    width: 40%; /* Adjust as needed */
}

.page-responsible-gambling-addiction-test__image--right {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
    width: 40%; /* Adjust as needed */
}

.page-responsible-gambling-addiction-test__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 60%; /* Adjust as needed */
}

.page-responsible-gambling-addiction-test__intro::after,
.page-responsible-gambling-addiction-test__responsible-gaming-tools::after,
.page-responsible-gambling-addiction-test__professional-help::after {
    content: '';
    display: block;
    clear: both;
}

.page-responsible-gambling-addiction-test__result-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
}

.page-responsible-gambling-addiction-test__result-list li {
    background-color: #2D3748;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-addiction-test__result-list li .page-responsible-gambling-addiction-test__sub-heading {
    color: #FFD700;
    margin-top: 0;
}

.page-responsible-gambling-addiction-test__keyword {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-responsible-gambling-addiction-test__hero-title {
        font-size: 2.2em;
    }

    .page-responsible-gambling-addiction-test__heading {
        font-size: 1.8em;
    }

    .page-responsible-gambling-addiction-test__sub-heading {
        font-size: 1.4em;
    }

    .page-responsible-gambling-addiction-test__image--left,
    .page-responsible-gambling-addiction-test__image--right {
        float: none;
        margin: 20px auto;
        width: 80%;
        display: block;
    }

    .page-responsible-gambling-addiction-test__image--center {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .page-responsible-gambling-addiction-test__hero {
        padding: 60px 0;
    }

    .page-responsible-gambling-addiction-test__hero-title {
        font-size: 1.8em;
    }

    .page-responsible-gambling-addiction-test__hero-description {
        font-size: 1em;
    }

    .page-responsible-gambling-addiction-test__heading {
        font-size: 1.6em;
    }

    .page-responsible-gambling-addiction-test__sub-heading {
        font-size: 1.2em;
    }

    .page-responsible-gambling-addiction-test__section {
        padding: 40px 0;
    }

    .page-responsible-gambling-addiction-test__form {
        padding: 20px;
    }

    .page-responsible-gambling-addiction-test__question {
        font-size: 1.1em;
    }

    .page-responsible-gambling-addiction-test__question-group label {
        font-size: 1em;
    }

    .page-responsible-gambling-addiction-test__image--center {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .page-responsible-gambling-addiction-test__hero-title {
        font-size: 1.5em;
    }

    .page-responsible-gambling-addiction-test__heading {
        font-size: 1.4em;
    }

    .page-responsible-gambling-addiction-test__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-responsible-gambling-addiction-test__image--left,
    .page-responsible-gambling-addiction-test__image--right,
    .page-responsible-gambling-addiction-test__image--center {
        width: 100%;
    }
}