/* style/resources-how-to-choose-reliable-betting-platform.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --button-register: #C30808;
    --button-login: #C30808;
    --font-login-register: #FFFF00;
}

.page-resources-how-to-choose-reliable-betting-platform {
    font-family: 'Arial', sans-serif;
    color: var(--text-dark); /* Default text color for light backgrounds */
    background-color: var(--secondary-color); /* Default body background */
    line-height: 1.6;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-section {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-light);
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-how-to-choose-reliable-betting-platform__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.page-resources-how-to-choose-reliable-betting-platform__hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-how-to-choose-reliable-betting-platform__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--text-light);
}

.page-resources-how-to-choose-reliable-betting-platform__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: var(--text-light);
}

.page-resources-how-to-choose-reliable-betting-platform__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-how-to-choose-reliable-betting-platform__cta-buttons--center {
    margin-top: 40px;
}

.page-resources-how-to-choose-reliable-betting-platform__btn-primary,
.page-resources-how-to-choose-reliable-betting-platform__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-resources-how-to-choose-reliable-betting-platform__btn-primary {
    background-color: var(--button-register);
    color: var(--font-login-register);
    border: 2px solid var(--button-register);
}

.page-resources-how-to-choose-reliable-betting-platform__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
    color: var(--text-light);
}

.page-resources-how-to-choose-reliable-betting-platform__btn-secondary {
    background-color: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

.page-resources-how-to-choose-reliable-betting-platform__btn-secondary:hover {
    background-color: var(--text-light);
    color: var(--primary-color);
}

.page-resources-how-to-choose-reliable-betting-platform__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--secondary-color);
    color: var(--text-dark);
}

.page-resources-how-to-choose-reliable-betting-platform__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-platform__sub-section-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-platform__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.page-resources-how-to-choose-reliable-betting-platform__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-resources-how-to-choose-reliable-betting-platform__process-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.page-resources-how-to-choose-reliable-betting-platform__process-item {
    flex: 1;
    min-width: 300px;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid var(--primary-color);
}

.page-resources-how-to-choose-reliable-betting-platform__process-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-how-to-choose-reliable-betting-platform__ordered-list,
.page-resources-how-to-choose-reliable-betting-platform__unordered-list {
    list-style-position: inside;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-resources-how-to-choose-reliable-betting-platform__ordered-list li,
.page-resources-how-to-choose-reliable-betting-platform__unordered-list li {
    margin-bottom: 10px;
    color: var(--text-dark);
}

/* FAQ Section */
.page-resources-how-to-choose-reliable-betting-platform__faq-container {
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-item {
    border-bottom: 1px solid #eee;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: var(--primary-color);
}

.page-resources-how-to-choose-reliable-betting-platform__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-item.active .page-resources-how-to-choose-reliable-betting-platform__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-how-to-choose-reliable-betting-platform__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: var(--secondary-color);
    color: var(--text-dark);
}

.page-resources-how-to-choose-reliable-betting-platform__faq-item.active .page-resources-how-to-choose-reliable-betting-platform__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px;
}

.page-resources-how-to-choose-reliable-betting-platform__faq-answer p {
    margin-top: 0;
    margin-bottom: 15px;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-resources-how-to-choose-reliable-betting-platform__main-title {
        font-size: 2.8em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__hero-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-choose-reliable-betting-platform {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-how-to-choose-reliable-betting-platform__hero-section {
        height: auto;
        min-height: 400px;
        padding-top: var(--header-offset, 120px) !important;
    }

    .page-resources-how-to-choose-reliable-betting-platform__hero-content {
        padding: 0 15px;
    }

    .page-resources-how-to-choose-reliable-betting-platform__main-title {
        font-size: 2em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__hero-description {
        font-size: 1em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-how-to-choose-reliable-betting-platform__btn-primary,
    .page-resources-how-to-choose-reliable-betting-platform__btn-secondary {
        padding: 12px 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-resources-how-to-choose-reliable-betting-platform__content-area {
        padding: 30px 15px;
    }

    .page-resources-how-to-choose-reliable-betting-platform__section-title {
        font-size: 2em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__text-block {
        font-size: 1em;
    }

    /* Mobile image responsiveness */
    .page-resources-how-to-choose-reliable-betting-platform img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-how-to-choose-reliable-betting-platform__section,
    .page-resources-how-to-choose-reliable-betting-platform__card,
    .page-resources-how-to-choose-reliable-betting-platform__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-how-to-choose-reliable-betting-platform__video-section {
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-resources-how-to-choose-reliable-betting-platform__video-section,
    .page-resources-how-to-choose-reliable-betting-platform__video-container,
    .page-resources-how-to-choose-reliable-betting-platform__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }
    .page-resources-how-to-choose-reliable-betting-platform video,
    .page-resources-how-to-choose-reliable-betting-platform__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    .page-resources-how-to-choose-reliable-betting-platform__faq-question {
        padding: 15px 10px;
    }
    .page-resources-how-to-choose-reliable-betting-platform__faq-question h3 {
        font-size: 1.1em;
    }
    .page-resources-how-to-choose-reliable-betting-platform__faq-answer {
        padding: 0 10px;
    }
    .page-resources-how-to-choose-reliable-betting-platform__faq-item.active .page-resources-how-to-choose-reliable-betting-platform__faq-answer {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-choose-reliable-betting-platform__main-title {
        font-size: 1.8em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__hero-description {
        font-size: 0.9em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__section-title {
        font-size: 1.8em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-how-to-choose-reliable-betting-platform__process-item {
        padding: 20px;
    }
}