/* style/resources-safe-gambling-fund-security.css */
.page-resources-safe-gambling-fund-security {
    font-family: 'Arial', sans-serif;
    color: #0A2463;
    line-height: 1.6;
}

.page-resources-safe-gambling-fund-security__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-safe-gambling-fund-security__text-center {
    text-align: center;
}

.page-resources-safe-gambling-fund-security__text-gold {
    color: #E3B505;
}

.page-resources-safe-gambling-fund-security__text-light {
    color: #f0f0f0;
}

.page-resources-safe-gambling-fund-security__bg-light {
    background-color: #f8f9fa;
}

.page-resources-safe-gambling-fund-security__bg-dark {
    background-color: #0A2463;
    color: #f0f0f0;
}

.page-resources-safe-gambling-fund-security__margin-top-large {
    margin-top: 40px;
}

.page-resources-safe-gambling-fund-security__hero-section {
    background: linear-gradient(135deg, #0A2463, #3a5b9e);
    color: #f0f0f0;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-safe-gambling-fund-security__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,security,pattern,blue_gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-safe-gambling-fund-security__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #E3B505;
    position: relative;
    z-index: 1;
}

.page-resources-safe-gambling-fund-security__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-resources-safe-gambling-fund-security__cta-button {
    display: inline-block;
    background-color: #E3B505;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.page-resources-safe-gambling-fund-security__cta-button:hover {
    background-color: #f0c20f;
    transform: translateY(-3px);
}

.page-resources-safe-gambling-fund-security__content-section {
    padding: 60px 0;
}

.page-resources-safe-gambling-fund-security__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    color: #0A2463;
}

.page-resources-safe-gambling-fund-security__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333;
}

.page-resources-safe-gambling-fund-security__bg-dark .page-resources-safe-gambling-fund-security__paragraph {
    color: #f0f0f0;
}

.page-resources-safe-gambling-fund-security__highlight {
    color: #E3B505;
    font-weight: bold;
}

.page-resources-safe-gambling-fund-security__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-safe-gambling-fund-security__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.page-resources-safe-gambling-fund-security__feature-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-resources-safe-gambling-fund-security__feature-item:hover {
    transform: translateY(-5px);
}

.page-resources-safe-gambling-fund-security__feature-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-safe-gambling-fund-security__feature-item .page-resources-safe-gambling-fund-security__paragraph {
    color: #555;
    font-size: 1em;
}

.page-resources-safe-gambling-fund-security__feature-image {
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    margin-top: 20px;
    border-radius: 8px;
}

.page-resources-safe-gambling-fund-security__cta-section {
    padding: 80px 0;
}

.page-resources-safe-gambling-fund-security__cta-group {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-safe-gambling-fund-security__cta-button--primary {
    background-color: #E3B505;
    color: #0A2463;
}

.page-resources-safe-gambling-fund-security__cta-button--primary:hover {
    background-color: #f0c20f;
}

.page-resources-safe-gambling-fund-security__cta-button--secondary {
    background-color: #0A2463;
    color: #E3B505;
    border: 2px solid #E3B505;
}

.page-resources-safe-gambling-fund-security__cta-button--secondary:hover {
    background-color: #1a3c7c;
    color: #f0c20f;
    border-color: #f0c20f;
}

.page-resources-safe-gambling-fund-security__faq-section {
    padding: 60px 0;
}

.page-resources-safe-gambling-fund-security__faq-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.page-resources-safe-gambling-fund-security__faq-question {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resources-safe-gambling-fund-security__faq-question::after {
    content: '+';
    font-size: 1.2em;
    color: #E3B505;
    transition: transform 0.3s ease;
}

.page-resources-safe-gambling-fund-security__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-safe-gambling-fund-security__faq-item .page-resources-safe-gambling-fund-security__paragraph {
    color: #555;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.page-resources-safe-gambling-fund-security__faq-item .page-resources-safe-gambling-fund-security__paragraph.active {
    max-height: 200px; /* Adjust as needed */
}

.page-resources-safe-gambling-fund-security__contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-safe-gambling-fund-security__hero-title {
        font-size: 2.5em;
    }

    .page-resources-safe-gambling-fund-security__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-safe-gambling-fund-security__section-title {
        font-size: 2em;
    }

    .page-resources-safe-gambling-fund-security__feature-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-safe-gambling-fund-security__cta-group {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .page-resources-safe-gambling-fund-security__hero-title {
        font-size: 2em;
    }

    .page-resources-safe-gambling-fund-security__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-safe-gambling-fund-security__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-safe-gambling-fund-security__section-title {
        font-size: 1.8em;
    }

    .page-resources-safe-gambling-fund-security__feature-title {
        font-size: 1.5em;
    }
}