/* style/resources-online-cockfighting-betting-strategy.css */
.page-resources-online-cockfighting-betting-strategy {
    font-family: 'Arial', sans-serif;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-resources-online-cockfighting-betting-strategy__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-online-cockfighting-betting-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-resources-online-cockfighting-betting-strategy__hero-section {
    position: relative;
    padding-top: var(--header-offset, 120px); /* Account for fixed header */
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    overflow: hidden;
    text-align: center;
    background-color: #1a1a1a; /* Slightly lighter dark background for hero */
    color: #ffffff;
}

.page-resources-online-cockfighting-betting-strategy__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.page-resources-online-cockfighting-betting-strategy__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    filter: brightness(0.7); /* Darken image for text readability, not color change */
}

.page-resources-online-cockfighting-betting-strategy__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-online-cockfighting-betting-strategy__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
}

.page-resources-online-cockfighting-betting-strategy__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-online-cockfighting-betting-strategy__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Section Titles */
.page-resources-online-cockfighting-betting-strategy__section-title {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #26A9E0; /* Primary brand color for titles */
    position: relative;
    padding-bottom: 10px;
}

.page-resources-online-cockfighting-betting-strategy__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #26A9E0;
    border-radius: 2px;
}

/* Text Blocks */
.page-resources-online-cockfighting-betting-strategy__text-block {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    color: #f0f0f0; /* Light text for dark backgrounds */
}

/* Lists */
.page-resources-online-cockfighting-betting-strategy__list,
.page-resources-online-cockfighting-betting-strategy__ordered-list {
    list-style-position: inside;
    text-align: left;
    max-width: 900px;
    margin: 0 auto 30px auto;
    padding-left: 0;
}

.page-resources-online-cockfighting-betting-strategy__list-item {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #f0f0f0;
}

.page-resources-online-cockfighting-betting-strategy__list-item strong {
    color: #26A9E0;
}

/* Images */
.page-resources-online-cockfighting-betting-strategy__image-full-width {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Video Section */
.page-resources-online-cockfighting-betting-strategy__video-section {
    padding: 60px 0;
    background-color: #1a1a1a; /* Dark background */
    color: #ffffff;
}

.page-resources-online-cockfighting-betting-strategy__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.page-resources-online-cockfighting-betting-strategy__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Buttons */
.page-resources-online-cockfighting-betting-strategy__btn-primary,
.page-resources-online-cockfighting-betting-strategy__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, border-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
}

.page-resources-online-cockfighting-betting-strategy__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-resources-online-cockfighting-betting-strategy__btn-primary:hover {
    background-color: #1e87c0;
    border-color: #1e87c0;
}

.page-resources-online-cockfighting-betting-strategy__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-online-cockfighting-betting-strategy__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-online-cockfighting-betting-strategy__hero-buttons .page-resources-online-cockfighting-betting-strategy__btn-primary {
    background-color: #EA7C07; /* Login color */
    border-color: #EA7C07;
}

.page-resources-online-cockfighting-betting-strategy__hero-buttons .page-resources-online-cockfighting-betting-strategy__btn-primary:hover {
    background-color: #d46c00;
    border-color: #d46c00;
}

.page-resources-online-cockfighting-betting-strategy__hero-buttons .page-resources-online-cockfighting-betting-strategy__btn-secondary {
    color: #EA7C07;
    border-color: #EA7C07;
}

.page-resources-online-cockfighting-betting-strategy__hero-buttons .page-resources-online-cockfighting-betting-strategy__btn-secondary:hover {
    background-color: #EA7C07;
    color: #ffffff;
}

.page-resources-online-cockfighting-betting-strategy__cta-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* FAQ Section */
.page-resources-online-cockfighting-betting-strategy__faq-list {
    max-width: 900px;
    margin: 40px auto;
    text-align: left;
}

.page-resources-online-cockfighting-betting-strategy__faq-item {
    background-color: #1a1a1a; /* Darker background for FAQ items */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-online-cockfighting-betting-strategy__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #26A9E0; /* Primary color for question background */
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.page-resources-online-cockfighting-betting-strategy__faq-question:hover {
    background-color: #1e87c0;
}

.page-resources-online-cockfighting-betting-strategy__faq-question h3 {
    margin: 0;
    font-size: 1.2em;
    color: #ffffff;
}

.page-resources-online-cockfighting-betting-strategy__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    user-select: none;
}

.page-resources-online-cockfighting-betting-strategy__faq-item.active .page-resources-online-cockfighting-betting-strategy__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-online-cockfighting-betting-strategy__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #f0f0f0;
    background-color: #0a0a0a; /* Body background for answer content */
}

.page-resources-online-cockfighting-betting-strategy__faq-item.active .page-resources-online-cockfighting-betting-strategy__faq-answer {
    max-height: 1000px !important; /* Sufficient height for content */
    padding: 20px;
    padding-top: 10px;
}

.page-resources-online-cockfighting-betting-strategy__faq-answer p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6;
    color: #f0f0f0;
}

/* Highlight Text */
.page-resources-online-cockfighting-betting-strategy__highlight {
    color: #26A9E0;
    font-weight: bold;
}

/* Links within text */
.page-resources-online-cockfighting-betting-strategy__text-link {
    color: #26A9E0;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-online-cockfighting-betting-strategy__text-link:hover {
    color: #EA7C07;
}

/* Background color variations */
.page-resources-online-cockfighting-betting-strategy__dark-bg {
    background-color: #0a0a0a;
    color: #ffffff;
}

.page-resources-online-cockfighting-betting-strategy__light-bg {
    background-color: #1a1a1a; /* Slightly lighter dark for contrast */
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-online-cockfighting-betting-strategy__hero-title {
        font-size: 2.8em;
    }
    .page-resources-online-cockfighting-betting-strategy__hero-description {
        font-size: 1.1em;
    }
    .page-resources-online-cockfighting-betting-strategy__section-title {
        font-size: 2em;
    }
    .page-resources-online-cockfighting-betting-strategy__text-block,
    .page-resources-online-cockfighting-betting-strategy__list-item {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-resources-online-cockfighting-betting-strategy {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-online-cockfighting-betting-strategy__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        padding-bottom: 60px;
        min-height: 500px;
    }

    .page-resources-online-cockfighting-betting-strategy__hero-title {
        font-size: 2em;
    }

    .page-resources-online-cockfighting-betting-strategy__hero-description {
        font-size: 0.95em;
    }

    .page-resources-online-cockfighting-betting-strategy__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-resources-online-cockfighting-betting-strategy__section-title::after {
        width: 60px;
    }

    .page-resources-online-cockfighting-betting-strategy__section {
        padding: 40px 0;
    }

    .page-resources-online-cockfighting-betting-strategy__container {
        padding: 0 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Images */
    .page-resources-online-cockfighting-betting-strategy img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Video */
    .page-resources-online-cockfighting-betting-strategy video,
    .page-resources-online-cockfighting-betting-strategy__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-resources-online-cockfighting-betting-strategy__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0;
        padding-right: 0;
        margin: 40px auto;
    }

    /* Buttons */
    .page-resources-online-cockfighting-betting-strategy__btn-primary,
    .page-resources-online-cockfighting-betting-strategy__btn-secondary,
    .page-resources-online-cockfighting-betting-strategy a[class*="button"],
    .page-resources-online-cockfighting-betting-strategy a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px;
    }

    .page-resources-online-cockfighting-betting-strategy__hero-buttons,
    .page-resources-online-cockfighting-betting-strategy__cta-buttons {
        flex-direction: column;
        gap: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-resources-online-cockfighting-betting-strategy__faq-question {
        padding: 15px;
    }

    .page-resources-online-cockfighting-betting-strategy__faq-question h3 {
        font-size: 1.1em;
    }

    .page-resources-online-cockfighting-betting-strategy__faq-answer {
        padding: 0 15px;
    }

    .page-resources-online-cockfighting-betting-strategy__faq-item.active .page-resources-online-cockfighting-betting-strategy__faq-answer {
        padding: 15px;
        padding-top: 10px;
    }

    .page-resources-online-cockfighting-betting-strategy__text-block,
    .page-resources-online-cockfighting-betting-strategy__list-item {
        text-align: left;
    }

    .page-resources-online-cockfighting-betting-strategy__list,
    .page-resources-online-cockfighting-betting-strategy__ordered-list {
        padding-left: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .page-resources-online-cockfighting-betting-strategy__hero-title {
        font-size: 1.8em;
    }
    .page-resources-online-cockfighting-betting-strategy__hero-description {
        font-size: 0.9em;
    }
    .page-resources-online-cockfighting-betting-strategy__section-title {
        font-size: 1.6em;
    }
    .page-resources-online-cockfighting-betting-strategy__list-item {
        font-size: 0.95em;
    }
}