/* style/cockfighting.css */

/* Base Styles */
.page-cockfighting {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-cockfighting__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-cockfighting__section-title {
    font-size: 2.5em;
    color: #8B0000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-cockfighting__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-cockfighting__highlight {
    color: #8B0000;
    font-weight: bold;
}

.page-cockfighting__link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-cockfighting__link:hover {
    text-decoration: underline;
}

/* Buttons */
.page-cockfighting__btn-primary,
.page-cockfighting__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-cockfighting__btn-primary {
    background-color: #FFD700;
    color: #ffffff;
    border: 2px solid #FFD700;
    margin-right: 15px;
}

.page-cockfighting__btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-cockfighting__btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-cockfighting__btn-secondary:hover {
    background-color: #FFD700;
    color: #ffffff;
}

.page-cockfighting__cta-buttons-center {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* Hero Section */
.page-cockfighting__hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-cockfighting__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-cockfighting__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.page-cockfighting__hero-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    max-width: 900px;
    padding: 20px;
}

.page-cockfighting__hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFD700; /* Gold for title */
}

.page-cockfighting__hero-description {
    font-size: 1.4em;
    margin-bottom: 30px;
    line-height: 1.5;
}

.page-cockfighting__hero-cta-buttons .page-cockfighting__btn-primary,
.page-cockfighting__hero-cta-buttons .page-cockfighting__btn-secondary {
    margin: 10px;
}

/* Section Backgrounds */
.page-cockfighting__dark-bg {
    background-color: #8B0000;
    color: #ffffff;
    padding: 80px 0;
}

.page-cockfighting__dark-bg .page-cockfighting__section-title {
    color: #FFD700;
}

.page-cockfighting__dark-bg .page-cockfighting__paragraph {
    color: #f0f0f0;
}

.page-cockfighting__light-bg {
    background-color: #f8f8f8;
    color: #333333;
    padding: 80px 0;
}

.page-cockfighting__light-bg .page-cockfighting__section-title {
    color: #8B0000;
}

.page-cockfighting__image-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.page-cockfighting__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.page-cockfighting__feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-cockfighting__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-cockfighting__feature-description {
    color: #f0f0f0;
    font-size: 1em;
}

/* Guide Section */
.page-cockfighting__step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-cockfighting__step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-cockfighting__step-title {
    font-size: 1.6em;
    color: #8B0000;
    margin-bottom: 15px;
}

.page-cockfighting__step-description {
    color: #555555;
    font-size: 1em;
}

/* Bet Types Section */
.page-cockfighting__bet-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-cockfighting__bet-type-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    color: #333333;
}

.page-cockfighting__bet-type-title {
    font-size: 1.6em;
    color: #8B0000;
    margin-bottom: 15px;
}

.page-cockfighting__bet-type-description {
    color: #555555;
    font-size: 1em;
}

/* Promotions Section */
.page-cockfighting__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-cockfighting__promo-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    color: #333333;
}

.page-cockfighting__promo-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.page-cockfighting__promo-title {
    font-size: 1.4em;
    color: #8B0000;
    margin-bottom: 10px;
}

.page-cockfighting__promo-description {
    color: #555555;
    font-size: 0.95em;
}

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

.page-cockfighting__faq-item {
    background-color: #ffffff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-cockfighting__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    background-color: #FFD700;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.page-cockfighting__faq-question:hover {
    background-color: #e6c200;
}

.page-cockfighting__faq-title {
    margin: 0;
    color: #ffffff;
    font-size: 1.2em;
}

.page-cockfighting__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-cockfighting__faq-item.active .page-cockfighting__faq-toggle {
    transform: rotate(45deg);
}

.page-cockfighting__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #ffffff;
    color: #333333;
}

.page-cockfighting__faq-item.active .page-cockfighting__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to contain content */
    padding: 20px;
}

.page-cockfighting__faq-answer .page-cockfighting__paragraph {
    margin-bottom: 0;
    font-size: 1em;
}

/* Conclusion Section */
.page-cockfighting__conclusion-section .page-cockfighting__paragraph {
    color: #f0f0f0;
    font-size: 1.2em;
    text-align: center;
}

.page-cockfighting__conclusion-section .page-cockfighting__link-highlight {
    color: #FFD700;
    font-weight: bold;
    text-decoration: underline;
}

.page-cockfighting__conclusion-section .page-cockfighting__link-highlight:hover {
    color: #e6c200;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-cockfighting__hero-title {
        font-size: 3em;
    }
    .page-cockfighting__hero-description {
        font-size: 1.2em;
    }
    .page-cockfighting__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-cockfighting {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-cockfighting__hero-section {
        min-height: 500px;
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-cockfighting__hero-title {
        font-size: 2.5em;
    }
    .page-cockfighting__hero-description {
        font-size: 1.1em;
    }
    .page-cockfighting__section-title {
        font-size: 1.8em;
    }
    .page-cockfighting__paragraph {
        font-size: 1em;
    }
    
    /* General image responsiveness for content area */
    .page-cockfighting img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* Container responsiveness for content area */
    .page-cockfighting__container,
    .page-cockfighting__hero-section,
    .page-cockfighting__content-section,
    .page-cockfighting__features-section,
    .page-cockfighting__guide-section,
    .page-cockfighting__bet-types-section,
    .page-cockfighting__promotions-section,
    .page-cockfighting__strategy-section,
    .page-cockfighting__faq-section,
    .page-cockfighting__conclusion-section,
    .page-cockfighting__feature-item,
    .page-cockfighting__step-item,
    .page-cockfighting__bet-type-card,
    .page-cockfighting__promo-card,
    .page-cockfighting__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    /* Button responsiveness */
    .page-cockfighting__btn-primary,
    .page-cockfighting__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        margin: 10px 0 !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
    }
    .page-cockfighting__cta-buttons-center {
        flex-direction: column;
        gap: 10px;
    }

    .page-cockfighting__hero-cta-buttons {
        flex-direction: column;
    }

    .page-cockfighting__faq-question {
        padding: 15px;
        font-size: 1.1em;
    }

    .page-cockfighting__faq-answer {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .page-cockfighting__hero-title {
        font-size: 2em;
    }
    .page-cockfighting__hero-description {
        font-size: 0.95em;
    }
    .page-cockfighting__section-title {
        font-size: 1.5em;
    }
    .page-cockfighting__feature-list,
    .page-cockfighting__step-by-step,
    .page-cockfighting__bet-type-grid,
    .page-cockfighting__promo-grid {
        grid-template-columns: 1fr;
    }
}