/* style/the-thao.css */
:root {
    --primary-color: #FFD700; /* Gold */
    --secondary-color: #000080; /* Dark Blue */
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f8f8f8;
    --bg-dark: #1a1a2e;
    --border-color: #e0e0e0;
}

.page-the-thao {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #ffffff;
}

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

.page-the-thao section {
    padding: 60px 0;
    text-align: center;
}

.page-the-thao section:nth-of-type(even) {
    background-color: var(--bg-light);
}

.page-the-thao h1, .page-the-thao h2, .page-the-thao h3 {
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-weight: bold;
}

.page-the-thao h1 {
    font-size: 3em;
    color: var(--primary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-the-thao h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
}

.page-the-thao h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-the-thao p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-the-thao .cta-button, .page-the-thao .button-primary, .page-the-thao .button-secondary, .page-the-thao .cta-button-bottom {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1em;
    text-align: center;
}

.page-the-thao .cta-button, .page-the-thao .button-primary, .page-the-thao .cta-button-bottom {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-the-thao .cta-button:hover, .page-the-thao .button-primary:hover, .page-the-thao .cta-button-bottom:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao .button-secondary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-the-thao .button-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.page-the-thao .hero-section {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    background-color: var(--secondary-color);
}

.page-the-thao .hero-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    z-index: 1;
}

.page-the-thao .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.6);
    z-index: 0;
}

.page-the-thao .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text-light);
    max-width: 900px;
}

.page-the-thao .hero-content h1 {
    color: var(--primary-color);
    font-size: 3.8em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-the-thao .hero-content p {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-the-thao .hero-content .cta-button {
    font-size: 1.4em;
    padding: 18px 45px;
}

/* Section Intro */
.page-the-thao .section-intro {
    background-color: var(--bg-light);
    padding: 80px 0;
}

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

.page-the-thao .intro-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao .intro-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-the-thao .intro-card h3 {
    color: var(--primary-color);
    font-size: 1.6em;
    margin-top: 0;
}

.page-the-thao .intro-card p {
    font-size: 1em;
    color: var(--text-dark);
}

/* Section Features */
.page-the-thao .section-features {
    padding: 80px 0;
}

.page-the-thao .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    text-align: left;
}

.page-the-thao .feature-item:last-child {
    margin-bottom: 0;
}

.page-the-thao .feature-item.reverse {
    flex-direction: row-reverse;
}

.page-the-thao .feature-image {
    width: 45%;
    min-width: 300px; /* Minimum size requirement */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.page-the-thao .feature-item.reverse .feature-image {
    margin-left: 5%;
    margin-right: 0;
}

.page-the-thao .feature-item .feature-content {
    width: 50%;
    padding: 0 2.5%;
}

.page-the-thao .feature-item.reverse .feature-content {
    padding: 0 2.5%;
}

.page-the-thao .feature-content h3 {
    color: var(--secondary-color);
    font-size: 2em;
}

.page-the-thao .feature-content p {
    font-size: 1.1em;
    color: var(--text-dark);
}

/* Section Sports Types */
.page-the-thao .section-sports-types {
    background-color: var(--bg-light);
    padding: 80px 0;
}

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

.page-the-thao .sport-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao .sport-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-the-thao .sport-image {
    width: 100%;
    height: 250px; /* Ensure minimum size */
    object-fit: cover;
    border-bottom: 1px solid var(--border-color);
}

.page-the-thao .sport-card h3 {
    color: var(--secondary-color);
    font-size: 1.8em;
    padding: 20px 15px 10px;
}

.page-the-thao .sport-card p {
    font-size: 1em;
    color: var(--text-dark);
    padding: 0 15px 20px;
    margin-bottom: 0;
}

/* Section Promotions */
.page-the-thao .section-promotions {
    padding: 80px 0;
}

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

.page-the-thao .promo-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-the-thao .promo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-the-thao .promo-card h3 {
    color: var(--primary-color);
    font-size: 1.6em;
    margin-top: 0;
}

.page-the-thao .promo-card p {
    font-size: 1em;
    color: var(--text-dark);
    margin-bottom: 25px;
}

/* FAQ Section */
.page-the-thao .section-faq {
    background-color: var(--bg-light);
    padding: 80px 0;
}

.page-the-thao .faq-list {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: left;
}

.page-the-thao .faq-item {
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
}

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

.page-the-thao .faq-question:hover {
    background-color: #f5f5f5;
}

.page-the-thao .faq-question h3 {
    margin: 0;
    font-size: 1.25em;
    color: var(--secondary-color);
}

.page-the-thao .faq-toggle {
    font-size: 1.8em;
    font-weight: bold;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.page-the-thao .faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--secondary-color);
}

.page-the-thao .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 25px;
    background-color: #f9f9f9;
    color: var(--text-dark);
}

.page-the-thao .faq-item.active .faq-answer {
    max-height: 500px; /* Adjust as needed for content */
    padding: 20px 25px;
}

.page-the-thao .faq-answer p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6;
}

/* CTA Bottom Section */
.page-the-thao .section-cta-bottom {
    background-color: var(--secondary-color);
    color: var(--text-light);
    padding: 80px 0;
}

.page-the-thao .section-cta-bottom h2 {
    color: var(--primary-color);
    font-size: 2.8em;
}

.page-the-thao .section-cta-bottom p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #f0f0f0;
}

.page-the-thao .cta-button-bottom {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
    padding: 18px 50px;
    font-size: 1.5em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao .cta-button-bottom:hover {
    background-color: #ffffff;
    color: var(--secondary-color);
    border-color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-the-thao .hero-content h1 {
        font-size: 3em;
    }
    .page-the-thao .hero-content p {
        font-size: 1.1em;
    }
    .page-the-thao .feature-item, .page-the-thao .feature-item.reverse {
        flex-direction: column;
        text-align: center;
    }
    .page-the-thao .feature-image {
        width: 80%;
        margin: 0 auto 30px !important;
    }
    .page-the-thao .feature-item .feature-content, .page-the-thao .feature-item.reverse .feature-content {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .page-the-thao section {
        padding: 40px 0;
    }
    .page-the-thao h1 {
        font-size: 2.5em;
    }
    .page-the-thao h2 {
        font-size: 2em;
    }
    .page-the-thao h3 {
        font-size: 1.5em;
    }
    .page-the-thao p {
        font-size: 1em;
    }
    .page-the-thao .hero-content h1 {
        font-size: 2.5em;
    }
    .page-the-thao .hero-content p {
        font-size: 1em;
    }
    .page-the-thao .cta-button, .page-the-thao .button-primary, .page-the-thao .button-secondary, .page-the-thao .cta-button-bottom {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-the-thao .intro-grid, .page-the-thao .sports-grid, .page-the-thao .promo-grid {
        grid-template-columns: 1fr;
    }
    .page-the-thao .feature-image {
        width: 90%;
    }
    .page-the-thao .section-cta-bottom h2 {
        font-size: 2em;
    }
    .page-the-thao .section-cta-bottom p {
        font-size: 1em;
    }
    .page-the-thao .cta-button-bottom {
        font-size: 1.2em;
        padding: 15px 35px;
    }
    .page-the-thao .faq-question {
        padding: 15px 20px;
    }
    .page-the-thao .faq-question h3 {
        font-size: 1.1em;
    }
    .page-the-thao .faq-toggle {
        font-size: 1.5em;
    }
    .page-the-thao .faq-answer {
        padding: 0 20px;
    }
    .page-the-thao .faq-item.active .faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-the-thao .hero-content h1 {
        font-size: 2em;
    }
    .page-the-thao .hero-content p {
        font-size: 0.9em;
    }
    .page-the-thao .cta-button {
        font-size: 1em;
        padding: 10px 20px;
    }
    .page-the-thao .section-cta-bottom h2 {
        font-size: 1.8em;
    }
    .page-the-thao .cta-button-bottom {
        font-size: 1em;
        padding: 12px 25px;
    }
}