/* style/resources-top-cockfighting-leagues.css */
:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-color-dark-bg: #FFFFFF;
    --text-color-light-bg: #333333;
    --button-register-color: #C30808;
    --button-login-color: #C30808;
    --button-text-color: #FFFF00;
    --background-color-light: #FFFFFF;
    --background-color-dark: #121212;
}

.page-resources-top-cockfighting-leagues {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color-dark-bg); /* Default text color for the main body on dark background */
    background-color: var(--background-color-dark);
}

.page-resources-top-cockfighting-leagues__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-top-cockfighting-leagues__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    text-align: center;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    overflow: hidden;
    background-color: var(--primary-color);
    color: var(--text-color-dark-bg);
}

.page-resources-top-cockfighting-leagues__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.3;
}

.page-resources-top-cockfighting-leagues__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--text-color-dark-bg);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-top-cockfighting-leagues__intro-text {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-color-dark-bg);
}

.page-resources-top-cockfighting-leagues__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Buttons */
.page-resources-top-cockfighting-leagues__btn-primary,
.page-resources-top-cockfighting-leagues__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-resources-top-cockfighting-leagues__btn-primary {
    background-color: var(--button-register-color);
    color: var(--button-text-color);
    border: 2px solid var(--button-register-color);
}

.page-resources-top-cockfighting-leagues__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-resources-top-cockfighting-leagues__btn-secondary {
    background-color: transparent;
    color: var(--button-text-color);
    border: 2px solid var(--button-login-color);
}

.page-resources-top-cockfighting-leagues__btn-secondary:hover {
    background-color: var(--button-login-color);
    color: var(--secondary-color);
}

/* Content Sections */
.page-resources-top-cockfighting-leagues__content-section,
.page-resources-top-cockfighting-leagues__conclusion-section {
    padding: 60px 0;
    background-color: var(--background-color-light);
    color: var(--text-color-light-bg);
}

.page-resources-top-cockfighting-leagues__section-title {
    font-size: 2.5em;
    margin-bottom: 30px;
    text-align: center;
    color: var(--primary-color);
}

.page-resources-top-cockfighting-leagues__section-title--white {
    color: var(--text-color-dark-bg);
}

.page-resources-top-cockfighting-leagues__sub-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.page-resources-top-cockfighting-leagues__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--text-color-light-bg);
}

.page-resources-top-cockfighting-leagues__paragraph--white {
    color: var(--text-color-dark-bg);
}

.page-resources-top-cockfighting-leagues__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-resources-top-cockfighting-leagues__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.page-resources-top-cockfighting-leagues__card-grid,
.page-resources-top-cockfighting-leagues__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-top-cockfighting-leagues__card,
.page-resources-top-cockfighting-leagues__feature-item {
    background-color: var(--background-color-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--text-color-light-bg);
}

.page-resources-top-cockfighting-leagues__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-color-dark-bg);
}

.page-resources-top-cockfighting-leagues__light-bg {
    background-color: var(--background-color-light);
    color: var(--text-color-light-bg);
}

.page-resources-top-cockfighting-leagues__card-title,
.page-resources-top-cockfighting-leagues__feature-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-resources-top-cockfighting-leagues__feature-item.page-resources-top-cockfighting-leagues__dark-bg .page-resources-top-cockfighting-leagues__feature-title {
    color: var(--text-color-dark-bg);
}

.page-resources-top-cockfighting-leagues__card-text,
.page-resources-top-cockfighting-leagues__feature-text {
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-resources-top-cockfighting-leagues__feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-top-cockfighting-leagues__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 30px;
}

.page-resources-top-cockfighting-leagues__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: var(--text-color-light-bg);
}

/* Video Section */
.page-resources-top-cockfighting-leagues__video-section {
    padding: 80px 0;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--text-color-dark-bg);
}

.page-resources-top-cockfighting-leagues__video-wrapper {
    max-width: 900px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.page-resources-top-cockfighting-leagues__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.page-resources-top-cockfighting-leagues__video-cta {
    margin-top: 30px;
}

/* FAQ Section */
.page-resources-top-cockfighting-leagues__faq-list {
    margin-top: 40px;
}

.page-resources-top-cockfighting-leagues__faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: var(--background-color-light);
    color: var(--text-color-light-bg);
}

.page-resources-top-cockfighting-leagues__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    background-color: var(--background-color-light);
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.page-resources-top-cockfighting-leagues__faq-question:hover {
    background-color: #f5f5f5;
}

.page-resources-top-cockfighting-leagues__faq-heading {
    margin: 0;
    color: inherit;
    font-size: 1em;
}

.page-resources-top-cockfighting-leagues__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: var(--primary-color);
}

.page-resources-top-cockfighting-leagues__faq-item.active .page-resources-top-cockfighting-leagues__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-top-cockfighting-leagues__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--text-color-light-bg);
}

.page-resources-top-cockfighting-leagues__faq-item.active .page-resources-top-cockfighting-leagues__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px 25px;
}

/* Conclusion Section */
.page-resources-top-cockfighting-leagues__conclusion-cta {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-top-cockfighting-leagues__main-title {
        font-size: 2.8em;
    }
    .page-resources-top-cockfighting-leagues__section-title {
        font-size: 2em;
    }
    .page-resources-top-cockfighting-leagues__sub-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-resources-top-cockfighting-leagues {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-resources-top-cockfighting-leagues__hero-section {
        min-height: 500px;
        padding: 40px 20px;
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-resources-top-cockfighting-leagues__main-title {
        font-size: 2.2em;
    }
    .page-resources-top-cockfighting-leagues__intro-text {
        font-size: 1em;
    }
    .page-resources-top-cockfighting-leagues__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-top-cockfighting-leagues__btn-primary,
    .page-resources-top-cockfighting-leagues__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-resources-top-cockfighting-leagues__content-section,
    .page-resources-top-cockfighting-leagues__conclusion-section,
    .page-resources-top-cockfighting-leagues__video-section {
        padding: 40px 0;
    }
    .page-resources-top-cockfighting-leagues__container {
        padding: 0 15px;
    }
    .page-resources-top-cockfighting-leagues__section-title {
        font-size: 1.8em;
    }
    .page-resources-top-cockfighting-leagues__sub-title {
        font-size: 1.4em;
    }
    .page-resources-top-cockfighting-leagues__paragraph,
    .page-resources-top-cockfighting-leagues__list-item,
    .page-resources-top-cockfighting-leagues__card-text,
    .page-resources-top-cockfighting-leagues__feature-text {
        font-size: 1em;
    }
    .page-resources-top-cockfighting-leagues__card-grid,
    .page-resources-top-cockfighting-leagues__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-resources-top-cockfighting-leagues__content-image,
    .page-resources-top-cockfighting-leagues__feature-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }
    .page-resources-top-cockfighting-leagues__video-wrapper {
        margin: 20px auto;
        padding-bottom: 56.25% !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .page-resources-top-cockfighting-leagues__video {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
    .page-resources-top-cockfighting-leagues__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }
    .page-resources-top-cockfighting-leagues__faq-answer {
        padding: 0 20px;
    }
    .page-resources-top-cockfighting-leagues__faq-item.active .page-resources-top-cockfighting-leagues__faq-answer {
        padding: 15px 20px 20px;
    }
    .page-resources-top-cockfighting-leagues__conclusion-cta {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-top-cockfighting-leagues__faq-item, .page-resources-top-cockfighting-leagues__card, .page-resources-top-cockfighting-leagues__feature-item {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .page-resources-top-cockfighting-leagues__main-title {
        font-size: 1.8em;
    }
    .page-resources-top-cockfighting-leagues__section-title {
        font-size: 1.5em;
    }
    .page-resources-top-cockfighting-leagues__sub-title {
        font-size: 1.2em;
    }
    .page-resources-top-cockfighting-leagues__hero-section {
        min-height: 400px;
    }
}