/* style/resources-sv88-faq-support.css */

/* Base styles for the specific page */
.page-resources-sv88-faq-support {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F;
    line-height: 1.6;
}

.page-resources-sv88-faq-support__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-resources-sv88-faq-support__hero {
    background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%);
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #FFD700;
}

.page-resources-sv88-faq-support__hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.page-resources-sv88-faq-support__back-link {
    display: inline-block;
    color: #FFD700;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-sv88-faq-support__back-link:hover {
    color: #e6c200;
}

.page-resources-sv88-faq-support__title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sv88-faq-support__intro {
    font-size: 1.1em;
    color: #c0c0c0;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* Content Sections */
.page-resources-sv88-faq-support__content-section,
.page-resources-sv88-faq-support__faq-section,
.page-resources-sv88-faq-support__support-section,
.page-resources-sv88-faq-support__cta-section,
.page-resources-sv88-faq-support__related-resources {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-sv88-faq-support__section-heading {
    font-size: 2.2em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-resources-sv88-faq-support__section-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-sv88-faq-support__text-block {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #e0e0e0;
}

/* FAQ Section */
.page-resources-sv88-faq-support__faq-list {
    display: grid;
    gap: 30px;
}

.page-resources-sv88-faq-support__faq-category {
    background-color: #1a2a40;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-sv88-faq-support__category-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-sv88-faq-support__faq-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(255, 215, 0, 0.2);
    padding-bottom: 20px;
}

.page-resources-sv88-faq-support__faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.page-resources-sv88-faq-support__question {
    font-size: 1.3em;
    color: #FFD700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.page-resources-sv88-faq-support__question::after {
    content: '+';
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-sv88-faq-support__question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-sv88-faq-support__answer {
    font-size: 1.0em;
    color: #c0c0c0;
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding-top 0.5s ease-out;
    padding-top: 0;
}

.page-resources-sv88-faq-support__answer.active {
    max-height: 500px; /* Adjust as needed for content length */
    padding-top: 15px;
}

.page-resources-sv88-faq-support__link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-sv88-faq-support__link:hover {
    color: #e6c200;
    text-decoration: underline;
}

/* Support Section */
.page-resources-sv88-faq-support__support-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-sv88-faq-support__sub-heading {
    font-size: 1.6em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-sv88-faq-support__contact-list,
.page-resources-sv88-faq-support__tips-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-resources-sv88-faq-support__contact-list li,
.page-resources-sv88-faq-support__tips-list li {
    background-color: #1a2a40;
    margin-bottom: 10px;
    padding: 15px;
    border-left: 4px solid #FFD700;
    border-radius: 5px;
    color: #e0e0e0;
}

.page-resources-sv88-faq-support__contact-list strong {
    color: #FFD700;
}

/* Call to Action Section */
.page-resources-sv88-faq-support__cta-section {
    text-align: center;
    background: #0A192F;
    padding: 60px 0;
    border-top: 3px solid #FFD700;
    border-bottom: 3px solid #FFD700;
}

.page-resources-sv88-faq-support__cta-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-sv88-faq-support__cta-description {
    font-size: 1.2em;
    color: #e0e0e0;
    margin-bottom: 30px;
}

.page-resources-sv88-faq-support__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-sv88-faq-support__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-sv88-faq-support__cta-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/* Related Resources */
.page-resources-sv88-faq-support__related-resources {
    padding-bottom: 60px;
}

.page-resources-sv88-faq-support__related-list {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.page-resources-sv88-faq-support__related-list li {
    margin-bottom: 10px;
}

.page-resources-sv88-faq-support__related-list .page-resources-sv88-faq-support__link {
    font-size: 1.1em;
    color: #FFD700;
    text-decoration: none;
    padding: 8px 15px;
    background-color: #1a2a40;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.page-resources-sv88-faq-support__related-list .page-resources-sv88-faq-support__link:hover {
    background-color: #2a3a50;
    color: #e6c200;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-sv88-faq-support__title {
        font-size: 2.2em;
    }

    .page-resources-sv88-faq-support__section-heading {
        font-size: 1.8em;
    }

    .page-resources-sv88-faq-support__category-title {
        font-size: 1.5em;
    }

    .page-resources-sv88-faq-support__question {
        font-size: 1.1em;
    }

    .page-resources-sv88-faq-support__answer {
        font-size: 0.95em;
    }

    .page-resources-sv88-faq-support__cta-title {
        font-size: 2em;
    }

    .page-resources-sv88-faq-support__cta-button {
        padding: 12px 25px;
        font-size: 1.1em;
    }

    .page-resources-sv88-faq-support__contact-list li,
    .page-resources-sv88-faq-support__tips-list li {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .page-resources-sv88-faq-support__hero {
        padding: 60px 0 30px;
    }

    .page-resources-sv88-faq-support__title {
        font-size: 1.8em;
    }

    .page-resources-sv88-faq-support__intro {
        font-size: 1.0em;
    }

    .page-resources-sv88-faq-support__section-heading {
        font-size: 1.6em;
    }

    .page-resources-sv88-faq-support__category-title {
        font-size: 1.3em;
    }

    .page-resources-sv88-faq-support__question {
        font-size: 1.0em;
    }

    .page-resources-sv88-faq-support__faq-category {
        padding: 15px;
    }

    .page-resources-sv88-faq-support__cta-title {
        font-size: 1.8em;
    }

    .page-resources-sv88-faq-support__cta-button {
        padding: 10px 20px;
        font-size: 1.0em;
    }
}