/* style/cockfight-betting-ga88-features.css */
.page-cockfight-betting-ga88-features {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-cockfight-betting-ga88-features h1, .page-cockfight-betting-ga88-features h2, .page-cockfight-betting-ga88-features h3 {
    color: #B22222;
    margin-bottom: 15px;
}

.page-cockfight-betting-ga88-features h1 {
    font-size: 2.8em;
    text-align: center;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-cockfight-betting-ga88-features h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.page-cockfight-betting-ga88-features h3 {
    font-size: 1.6em;
    color: #B22222;
}

.page-cockfight-betting-ga88-features p {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.page-cockfight-betting-ga88-features ul,
.page-cockfight-betting-ga88-features ol {
    list-style-position: inside;
    margin-bottom: 1em;
    padding-left: 20px;
}

.page-cockfight-betting-ga88-features ul li,
.page-cockfight-betting-ga88-features ol li {
    margin-bottom: 0.5em;
    font-size: 1.05em;
}

.page-cockfight-betting-ga88-features strong {
    color: #B22222;
}

.page-cockfight-betting-ga88-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-cockfight-betting-ga88-features__hero {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}

.page-cockfight-betting-ga88-features__hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.page-cockfight-betting-ga88-features__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(178, 34, 34, 0.7));
    z-index: -1;
}

.page-cockfight-betting-ga88-features__hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 800px;
}

.page-cockfight-betting-ga88-features__hero-content p {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-cockfight-betting-ga88-features__cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-cockfight-betting-ga88-features__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-cockfight-betting-ga88-features__btn--primary {
    background-color: #FFD700;
    color: #B22222;
    border: 2px solid #FFD700;
}

.page-cockfight-betting-ga88-features__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-cockfight-betting-ga88-features__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-cockfight-betting-ga88-features__btn--secondary:hover {
    background-color: #FFD700;
    color: #B22222;
    transform: translateY(-3px);
}

/* General Section Styling */
.page-cockfight-betting-ga88-features__section {
    padding: 60px 0;
}

.page-cockfight-betting-ga88-features__section--why-choose {
    background-color: #fff;
}

.page-cockfight-betting-ga88-features__section--features {
    background-color: #f0f0f0;
}

.page-cockfight-betting-ga88-features__section--promotions {
    background-color: #B22222;
    color: #fff;
}

.page-cockfight-betting-ga88-features__section--promotions h2,
.page-cockfight-betting-ga88-features__section--promotions h3 {
    color: #FFD700;
}

.page-cockfight-betting-ga88-features__section--promotions p {
    color: #f0f0f0;
}

.page-cockfight-betting-ga88-features__section--guide {
    background-color: #fff;
}

.page-cockfight-betting-ga88-features__section--tips {
    background-color: #f0f0f0;
}

.page-cockfight-betting-ga88-features__section--support {
    background-color: #fff;
}

.page-cockfight-betting-ga88-features__section--conclusion {
    background-color: #B22222;
    color: #fff;
    text-align: center;
}

.page-cockfight-betting-ga88-features__section--conclusion h2 {
    color: #FFD700;
}

.page-cockfight-betting-ga88-features__section--conclusion p {
    color: #f0f0f0;
    font-size: 1.2em;
    margin-bottom: 30px;
}

/* Features Grid */
.page-cockfight-betting-ga88-features__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfight-betting-ga88-features__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-cockfight-betting-ga88-features__feature-item .page-cockfight-betting-ga88-features__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

/* Feature Blocks with Image */
.page-cockfight-betting-ga88-features__feature-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.page-cockfight-betting-ga88-features__feature-block--reverse {
    flex-direction: row-reverse;
}

.page-cockfight-betting-ga88-features__feature-text {
    flex: 1;
    min-width: 300px;
}

.page-cockfight-betting-ga88-features__feature-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-cockfight-betting-ga88-features__feature-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Promotions Grid */
.page-cockfight-betting-ga88-features__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-cockfight-betting-ga88-features__promotion-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-cockfight-betting-ga88-features__promotion-item .page-cockfight-betting-ga88-features__promotion-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    object-fit: contain;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-cockfight-betting-ga88-features__cta-center {
    text-align: center;
    margin-top: 50px;
}

/* Guide List */
.page-cockfight-betting-ga88-features__guide-list {
    counter-reset: step-counter;
    padding: 0;
}

.page-cockfight-betting-ga88-features__guide-list li {
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    padding-left: 70px;
}

.page-cockfight-betting-ga88-features__guide-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #B22222;
    color: #FFD700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-cockfight-betting-ga88-features__guide-list li h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

/* Tips List */
.page-cockfight-betting-ga88-features__tips-list {
    list-style: disc;
    padding-left: 25px;
}

.page-cockfight-betting-ga88-features__tips-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-cockfight-betting-ga88-features__tips-list li strong {
    color: #B22222;
}

/* Support Section */
.page-cockfight-betting-ga88-features__support-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-cockfight-betting-ga88-features__support-list li {
    background-color: #f0f0f0;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    color: #B22222;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-cockfight-betting-ga88-features__support-image {
    display: block;
    max-width: 600px;
    margin: 40px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-cockfight-betting-ga88-features__hero {
        height: 500px;
    }

    .page-cockfight-betting-ga88-features h1 {
        font-size: 2.2em;
    }

    .page-cockfight-betting-ga88-features h2 {
        font-size: 1.8em;
    }

    .page-cockfight-betting-ga88-features h3 {
        font-size: 1.4em;
    }

    .page-cockfight-betting-ga88-features__hero-content p {
        font-size: 1.1em;
    }

    .page-cockfight-betting-ga88-features__feature-block {
        flex-direction: column;
    }

    .page-cockfight-betting-ga88-features__feature-block--reverse {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-cockfight-betting-ga88-features__hero {
        height: 400px;
    }

    .page-cockfight-betting-ga88-features h1 {
        font-size: 1.8em;
    }

    .page-cockfight-betting-ga88-features h2 {
        font-size: 1.6em;
    }

    .page-cockfight-betting-ga88-features__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-cockfight-betting-ga88-features__btn {
        width: 80%;
        margin: 0 auto;
    }

    .page-cockfight-betting-ga88-features__guide-list li {
        padding-left: 60px;
    }

    .page-cockfight-betting-ga88-features__guide-list li::before {
        width: 45px;
        height: 45px;
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    .page-cockfight-betting-ga88-features h1 {
        font-size: 1.5em;
    }

    .page-cockfight-betting-ga88-features h2 {
        font-size: 1.4em;
    }

    .page-cockfight-betting-ga88-features__btn {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-cockfight-betting-ga88-features__feature-item,
    .page-cockfight-betting-ga88-features__promotion-item {
        padding: 20px;
    }
}