/* style/resources-88bet-app-security-privacy.css */

/* Base Styles */
.page-resources-88bet-app-security-privacy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #ffffff; /* Default body background is white */
}

/* Hero Section */
.page-resources-88bet-app-security-privacy__hero-section {
    position: relative;
    width: 100%;
    height: 70vh; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
    background-color: #017439; /* Fallback for dark background */
}

.page-resources-88bet-app-security-privacy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-88bet-app-security-privacy__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
    z-index: 2;
}

.page-resources-88bet-app-security-privacy__hero-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
    max-width: 900px;
    padding: 20px;
}

.page-resources-88bet-app-security-privacy__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-88bet-app-security-privacy__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-88bet-app-security-privacy__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* General Section Styles */
.page-resources-88bet-app-security-privacy__section {
    padding: 60px 20px;
    background-color: #ffffff; /* Default light background */
}

.page-resources-88bet-app-security-privacy__content-area {
    max-width: 1200px;
    margin: 0 auto;
}

.page-resources-88bet-app-security-privacy__section-title {
    font-size: 2.5em;
    color: #017439; /* Brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-88bet-app-security-privacy__sub-title {
    font-size: 1.8em;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-88bet-app-security-privacy__text-block {
    font-size: 1.1em;
    color: #333333;
}

.page-resources-88bet-app-security-privacy__text-block p {
    margin-bottom: 1em;
}

.page-resources-88bet-app-security-privacy__text-block ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
}

.page-resources-88bet-app-security-privacy__text-block li {
    margin-bottom: 0.5em;
}

.page-resources-88bet-app-security-privacy__text-block strong {
    color: #017439;
}

/* Image Wrapper for content images */
.page-resources-88bet-app-security-privacy__image-wrapper {
    text-align: center;
    margin: 40px auto;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-resources-88bet-app-security-privacy__section-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

/* Buttons */
.page-resources-88bet-app-security-privacy__btn-primary,
.page-resources-88bet-app-security-privacy__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-resources-88bet-app-security-privacy__btn-primary {
    background-color: #C30808; /* Custom red for register/login */
    color: #FFFF00; /* Custom yellow for register/login text */
    border: 2px solid #C30808;
}

.page-resources-88bet-app-security-privacy__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-resources-88bet-app-security-privacy__btn-secondary {
    background-color: #ffffff;
    color: #017439; /* Brand green for secondary button text */
    border: 2px solid #017439;
}

.page-resources-88bet-app-security-privacy__btn-secondary:hover {
    background-color: #e0e0e0;
    color: #017439;
}

/* FAQ Section */
.page-resources-88bet-app-security-privacy__faq-section {
    background-color: #f8f8f8; /* Light gray background for FAQ */
}

.page-resources-88bet-app-security-privacy__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-88bet-app-security-privacy__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-88bet-app-security-privacy__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    outline: none;
    list-style: none; /* Remove default marker */
}

.page-resources-88bet-app-security-privacy__faq-item summary::-webkit-details-marker {
    display: none; /* Remove default marker for Webkit browsers */
}

.page-resources-88bet-app-security-privacy__faq-qtext {
    flex-grow: 1;
}

.page-resources-88bet-app-security-privacy__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #017439;
}

.page-resources-88bet-app-security-privacy__faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 1.05em;
    color: #555555;
    line-height: 1.6;
}

.page-resources-88bet-app-security-privacy__faq-answer p {
    margin-bottom: 1em;
}

.page-resources-88bet-app-security-privacy__faq-answer a {
    color: #017439;
    text-decoration: underline;
}

/* Conclusion Section */
.page-resources-88bet-app-security-privacy__conclusion-section {
    background-color: #017439; /* Brand green background */
    color: #ffffff;
    text-align: center;
}

.page-resources-88bet-app-security-privacy__conclusion-section .page-resources-88bet-app-security-privacy__section-title {
    color: #ffffff; /* White title on dark background */
}

.page-resources-88bet-app-security-privacy__conclusion-section .page-resources-88bet-app-security-privacy__text-block {
    color: #f0f0f0;
}

.page-resources-88bet-app-security-privacy__conclusion-section .page-resources-88bet-app-security-privacy__text-block strong {
    color: #ffffff;
}