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

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

.page-cockfighting h1, .page-cockfighting h2, .page-cockfighting h3 {
    color: #0A2342;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-cockfighting h1 {
    font-size: 2.8em;
    text-align: center;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.page-cockfighting h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-cockfighting h3 {
    font-size: 1.8em;
    color: #0A2342;
}

.page-cockfighting p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-cockfighting .cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: #FFD700;
    color: #0A2342;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #FFD700;
}

.page-cockfighting .cta-button:hover {
    background: #0A2342;
    color: #FFD700;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    border-color: #0A2342;
}

.page-cockfighting .btn-primary {
    display: inline-block;
    padding: 12px 25px;
    background: #0A2342;
    color: #FFD700;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 1px solid #0A2342;
}

.page-cockfighting .btn-primary:hover {
    background: #FFD700;
    color: #0A2342;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-color: #FFD700;
}

.page-cockfighting .btn-small {
    display: inline-block;
    padding: 8px 15px;
    background: #0A2342;
    color: #FFD700;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 1px solid #0A2342;
}

.page-cockfighting .btn-small:hover {
    background: #FFD700;
    color: #0A2342;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-color: #FFD700;
}

/* Hero Section */
.page-cockfighting .hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px 40px;
    background: linear-gradient(180deg, #0A2342 0%, #1a3a5a 100%);
    color: #ffffff;
}

.page-cockfighting .hero-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-cockfighting .hero-image {
    width: 100%;
    margin-bottom: 30px;
    max-width: 900px; /* Adjust max-width for image */
}

.page-cockfighting .hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-cockfighting .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.page-cockfighting .hero-content h1 {
    color: #FFD700;
    font-size: 3.5em;
    margin-bottom: 20px;
}

.page-cockfighting .hero-content p {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #e0e0e0;
}

/* Intro Section */
.page-cockfighting .intro-section {
    padding: 60px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Types Section */
.page-cockfighting .types-section {
    padding: 60px 0;
    background-color: #f4f7f6;
}

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

.page-cockfighting .card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-cockfighting .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-cockfighting .card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.page-cockfighting .card h3 {
    font-size: 1.5em;
    margin: 20px 15px 10px;
    flex-grow: 1;
}

.page-cockfighting .card h3 a {
    color: #0A2342;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-cockfighting .card h3 a:hover {
    color: #FFD700;
}

.page-cockfighting .card p {
    font-size: 0.95em;
    color: #555555;
    padding: 0 15px 20px;
    flex-grow: 1;
}

.page-cockfighting .card .btn-small {
    margin-bottom: 20px;
}

/* Benefits Section */
.page-cockfighting .benefits-section {
    padding: 60px 0;
    background-color: #e6eef5;
}

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

.page-cockfighting .benefit-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-cockfighting .benefit-item:hover {
    transform: translateY(-5px);
}

.page-cockfighting .benefit-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-cockfighting .benefit-item h3 {
    font-size: 1.4em;
    color: #0A2342;
    margin-bottom: 10px;
}

.page-cockfighting .benefit-item p {
    font-size: 0.95em;
    color: #555555;
}

/* Guide Section */
.page-cockfighting .guide-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-cockfighting .guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfighting .step-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-cockfighting .step-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0A2342;
    color: #FFD700;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    border: 3px solid #FFD700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfighting .step-item h3 {
    font-size: 1.3em;
    margin-top: 15px;
    color: #0A2342;
}

.page-cockfighting .step-item p {
    font-size: 0.95em;
    color: #555555;
    margin-bottom: 20px;
}

/* Terms Section */
.page-cockfighting .terms-section {
    padding: 60px 0;
    background-color: #f4f7f6;
}

.page-cockfighting .terms-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfighting .term-item {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-cockfighting .term-item h3 {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    border-bottom: 2px solid #0A2342;
    padding-bottom: 5px;
}

.page-cockfighting .term-item p {
    font-size: 0.95em;
    color: #555555;
}

/* Tips Section */
.page-cockfighting .tips-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-cockfighting .tips-section ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-cockfighting .tips-section ul li {
    background-color: #f9f9f9;
    border-left: 5px solid #FFD700;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    font-size: 1.05em;
    color: #333333;
}

.page-cockfighting .tips-section ul li strong {
    color: #0A2342;
}

/* FAQ Section */
.page-cockfighting .faq-section {
    padding: 60px 0;
    background-color: #e6eef5;
}

.page-cockfighting .faq-list {
    margin-top: 40px;
}

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

.page-cockfighting .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: #0A2342;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.page-cockfighting .faq-question:hover {
    background: #1a3a5a;
}

.page-cockfighting .faq-question h3 {
    margin: 0;
    font-size: 1.25em;
    color: #FFD700;
}

.page-cockfighting .faq-toggle {
    font-size: 2em;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: #FFD700;
    line-height: 1;
}

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

.page-cockfighting .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 25px;
    background-color: #fdfdfd;
    color: #333333;
}

.page-cockfighting .faq-item.active .faq-answer {
    max-height: 500px; /* Sufficient height to contain content */
    padding: 20px 25px;
}

.page-cockfighting .faq-answer p {
    margin: 0;
    font-size: 1.05em;
}

/* Call to Action Section */
.page-cockfighting .call-to-action {
    padding: 80px 0;
    background: linear-gradient(135deg, #0A2342, #1a3a5a);
    color: #ffffff;
    text-align: center;
}

.page-cockfighting .call-to-action h2 {
    color: #FFD700;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.page-cockfighting .call-to-action h2::after {
    background-color: #FFD700;
}

.page-cockfighting .call-to-action p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-cockfighting .hero-content h1 {
        font-size: 3em;
    }
    .page-cockfighting h2 {
        font-size: 2em;
    }
    .page-cockfighting .grid-3-cols, .page-cockfighting .benefits-grid, .page-cockfighting .guide-steps, .page-cockfighting .terms-list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-cockfighting h1 {
        font-size: 2.5em;
    }
    .page-cockfighting h2 {
        font-size: 1.8em;
    }
    .page-cockfighting h3 {
        font-size: 1.5em;
    }
    .page-cockfighting .hero-content p {
        font-size: 1.1em;
    }
    .page-cockfighting .cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
    }
    .page-cockfighting .card-image {
        height: 180px;
    }
    .page-cockfighting .faq-question {
        padding: 15px 20px;
    }
    .page-cockfighting .faq-question h3 {
        font-size: 1.1em;
    }
    .page-cockfighting .faq-toggle {
        font-size: 1.8em;
    }
    .page-cockfighting .faq-answer {
        padding: 15px 20px;
    }
    .page-cockfighting .call-to-action h2 {
        font-size: 2em;
    }
    .page-cockfighting .call-to-action p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-cockfighting .hero-content h1 {
        font-size: 2em;
    }
    .page-cockfighting h2 {
        font-size: 1.6em;
    }
    .page-cockfighting .cta-button {
        padding: 10px 25px;
        font-size: 1em;
    }
    .page-cockfighting .grid-3-cols, .page-cockfighting .benefits-grid, .page-cockfighting .guide-steps, .page-cockfighting .terms-list {
        grid-template-columns: 1fr;
    }
    .page-cockfighting .step-item {
        padding-top: 50px;
    }
    .page-cockfighting .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.6em;
        top: -22px;
    }
    .page-cockfighting .faq-question h3 {
        font-size: 1em;
    }
    .page-cockfighting .faq-toggle {
        font-size: 1.5em;
    }
}