/* style/resources-bi88-cockfighting-betting-guide.css */

.page-resources-bi88-cockfighting-betting-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #1A2E44; /* Dark text on light background */
    background-color: #f9f9f9;
}

.page-resources-bi88-cockfighting-betting-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-bi88-cockfighting-betting-guide__hero {
    background: linear-gradient(135deg, #1A2E44, #3a506b); /* Dark blue gradient */
    color: #FFFFFF;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 40px;
}

.page-resources-bi88-cockfighting-betting-guide__hero-content {
    max-width: 600px;
    text-align: left;
}

.page-resources-bi88-cockfighting-betting-guide__hero h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #E7C200; /* Gold heading */
    line-height: 1.2;
}

.page-resources-bi88-cockfighting-betting-guide__hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-bi88-cockfighting-betting-guide__hero-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page-resources-bi88-cockfighting-betting-guide__btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-resources-bi88-cockfighting-betting-guide__btn--primary {
    background-color: #E7C200; /* Gold button */
    color: #1A2E44; /* Dark text on gold */
    border: 2px solid #E7C200;
}

.page-resources-bi88-cockfighting-betting-guide__btn--primary:hover {
    background-color: #d6b300;
    color: #0d1e2f;
    transform: translateY(-2px);
}

.page-resources-bi88-cockfighting-betting-guide__btn--secondary {
    background-color: transparent;
    color: #E7C200; /* Gold text on dark background */
    border: 2px solid #E7C200;
}

.page-resources-bi88-cockfighting-betting-guide__btn--secondary:hover {
    background-color: #E7C200;
    color: #1A2E44;
    transform: translateY(-2px);
}

.page-resources-bi88-cockfighting-betting-guide__hero-image-wrapper {
    flex-shrink: 0;
    width: 45%;
    min-width: 300px;
    max-width: 600px;
}

.page-resources-bi88-cockfighting-betting-guide__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-bi88-cockfighting-betting-guide__section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-resources-bi88-cockfighting-betting-guide__section--dark {
    background-color: #1A2E44;
    color: #f0f0f0;
}

.page-resources-bi88-cockfighting-betting-guide__section--dark h2,
.page-resources-bi88-cockfighting-betting-guide__section--dark h3 {
    color: #E7C200;
}

.page-resources-bi88-cockfighting-betting-guide__section-title {
    font-size: 2.5em;
    color: #1A2E44;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-bi88-cockfighting-betting-guide__section--dark .page-resources-bi88-cockfighting-betting-guide__section-title {
    color: #E7C200;
}

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

.page-resources-bi88-cockfighting-betting-guide__section h3 {
    font-size: 1.8em;
    color: #1A2E44;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-bi88-cockfighting-betting-guide__section--dark h3 {
    color: #E7C200;
}

.page-resources-bi88-cockfighting-betting-guide__section p {
    margin-bottom: 1em;
    font-size: 1.1em;
    color: #333;
}

.page-resources-bi88-cockfighting-betting-guide__section--dark p {
    color: #f0f0f0;
}

.page-resources-bi88-cockfighting-betting-guide__section ul,
.page-resources-bi88-cockfighting-betting-guide__section ol {
    list-style-position: inside;
    margin-bottom: 1em;
    padding-left: 20px;
}

.page-resources-bi88-cockfighting-betting-guide__section ul li,
.page-resources-bi88-cockfighting-betting-guide__section ol li {
    margin-bottom: 0.5em;
    font-size: 1.05em;
    color: #333;
}

.page-resources-bi88-cockfighting-betting-guide__section--dark ul li,
.page-resources-bi88-cockfighting-betting-guide__section--dark ol li {
    color: #f0f0f0;
}

.page-resources-bi88-cockfighting-betting-guide__image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto 20px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-resources-bi88-cockfighting-betting-guide__cta-banner {
    background: #E7C200; /* Gold background */
    color: #1A2E44; /* Dark text on gold */
    padding: 80px 0;
    text-align: center;
}

.page-resources-bi88-cockfighting-betting-guide__cta-banner h2 {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #1A2E44;
}

.page-resources-bi88-cockfighting-betting-guide__cta-banner p {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #333;
}

.page-resources-bi88-cockfighting-betting-guide__cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-bi88-cockfighting-betting-guide__cta-actions .page-resources-bi88-cockfighting-betting-guide__btn--primary {
    background-color: #1A2E44;
    color: #E7C200;
    border-color: #1A2E44;
}

.page-resources-bi88-cockfighting-betting-guide__cta-actions .page-resources-bi88-cockfighting-betting-guide__btn--primary:hover {
    background-color: #0d1e2f;
    color: #d6b300;
}

.page-resources-bi88-cockfighting-betting-guide__cta-actions .page-resources-bi88-cockfighting-betting-guide__btn--secondary {
    background-color: transparent;
    color: #1A2E44;
    border-color: #1A2E44;
}

.page-resources-bi88-cockfighting-betting-guide__cta-actions .page-resources-bi88-cockfighting-betting-guide__btn--secondary:hover {
    background-color: #1A2E44;
    color: #E7C200;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-bi88-cockfighting-betting-guide__hero {
        flex-direction: column;
        padding: 60px 0;
        text-align: center;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero-content {
        text-align: center;
        max-width: 100%;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero-actions {
        justify-content: center;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero-image-wrapper {
        width: 80%;
        margin-top: 40px;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero h1 {
        font-size: 2.8em;
    }

    .page-resources-bi88-cockfighting-betting-guide__section-title {
        font-size: 2em;
    }

    .page-resources-bi88-cockfighting-betting-guide__section h3 {
        font-size: 1.6em;
    }

    .page-resources-bi88-cockfighting-betting-guide__cta-banner h2 {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-resources-bi88-cockfighting-betting-guide__hero h1 {
        font-size: 2.4em;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero p {
        font-size: 1.1em;
    }

    .page-resources-bi88-cockfighting-betting-guide__section {
        padding: 40px 0;
    }

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

    .page-resources-bi88-cockfighting-betting-guide__section h3 {
        font-size: 1.4em;
    }

    .page-resources-bi88-cockfighting-betting-guide__section p,
    .page-resources-bi88-cockfighting-betting-guide__section ul li,
    .page-resources-bi88-cockfighting-betting-guide__section ol li {
        font-size: 1em;
    }

    .page-resources-bi88-cockfighting-betting-guide__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-resources-bi88-cockfighting-betting-guide__cta-banner h2 {
        font-size: 1.8em;
    }

    .page-resources-bi88-cockfighting-betting-guide__cta-banner p {
        font-size: 1.1em;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero-image-wrapper {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .page-resources-bi88-cockfighting-betting-guide__hero h1 {
        font-size: 2em;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-bi88-cockfighting-betting-guide__hero-image-wrapper {
        width: 95%;
    }

    .page-resources-bi88-cockfighting-betting-guide__cta-buttons,
    .page-resources-bi88-cockfighting-betting-guide__cta-actions {
        flex-direction: column;
        align-items: center;
    }
}