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

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

.page-the-thao-section-spacing {
    padding: 60px 0;
}

.page-the-thao-bg-dark {
    background-color: #0A2E36;
    color: #f8f8f8;
}

.page-the-thao-bg-light {
    background-color: #ffffff;
    color: #333;
}

.page-the-thao-bg-accent {
    background-color: #E74C3C;
    color: #f8f8f8;
}

.page-the-thao-text-light {
    color: #f8f8f8;
}

.page-the-thao-text-center {
    text-align: center;
}

.page-the-thao-mt-40 {
    margin-top: 40px;
}

.page-the-thao-highlight {
    color: #E74C3C;
    font-weight: bold;
}

.page-the-thao-text-highlight-link {
    color: #F39C12;
    text-decoration: underline;
}

/* Hero Section */
.page-the-thao-hero-section {
    background: linear-gradient(135deg, #0A2E36, #1a4f5c);
    padding: 100px 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-the-thao-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:sports_stadium,abstract,overlay]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-the-thao-hero-section > .page-the-thao-container {
    position: relative;
    z-index: 1;
}

.page-the-thao-hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #F39C12;
}

.page-the-thao-hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-the-thao-hero-actions .page-the-thao-btn {
    margin: 0 10px;
}

/* Buttons */
.page-the-thao-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.page-the-thao-btn-primary {
    background-color: #E74C3C;
    color: #ffffff;
}

.page-the-thao-btn-primary:hover {
    background-color: #d63c2c;
    transform: translateY(-2px);
}

.page-the-thao-btn-secondary {
    background-color: transparent;
    color: #F39C12;
    border: 2px solid #F39C12;
}

.page-the-thao-btn-secondary:hover {
    background-color: #F39C12;
    color: #0A2E36;
    transform: translateY(-2px);
}

.page-the-thao-btn-tertiary {
    background-color: #F39C12;
    color: #0A2E36;
    padding: 8px 18px;
    font-size: 1em;
}

.page-the-thao-btn-tertiary:hover {
    background-color: #e08e0b;
    transform: translateY(-1px);
}

.page-the-thao-btn-lg {
    padding: 15px 30px;
    font-size: 1.2em;
}

/* Section Titles and Paragraphs */
.page-the-thao-section-title {
    font-size: 2.5em;
    color: #0A2E36;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.page-the-thao-section-title.page-the-thao-text-light {
    color: #f8f8f8;
}

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

.page-the-thao-paragraph {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

/* Grid Layouts */
.page-the-thao-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

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

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

/* About Section */
.page-the-thao-content-block {
    text-align: left;
}

.page-the-thao-content-block .page-the-thao-section-title {
    text-align: left;
    margin-left: 0;
}

.page-the-thao-content-block .page-the-thao-section-title::after {
    left: 0;
    transform: translateX(0);
}

.page-the-thao-feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-the-thao-feature-list li {
    font-size: 1.1em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.page-the-thao-list-icon {
    color: #E74C3C;
    font-size: 1.5em;
    margin-right: 10px;
    font-weight: bold;
}

.page-the-thao-image-block {
    text-align: center;
}

.page-the-thao-responsive-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

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

.page-the-thao-card:hover {
    transform: translateY(-5px);
}

.page-the-thao-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}

.page-the-thao-card-title {
    font-size: 1.8em;
    color: #0A2E36;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-the-thao-card-title a {
    color: #0A2E36;
    text-decoration: none;
}

.page-the-thao-card-title a:hover {
    color: #E74C3C;
}

.page-the-thao-card-description {
    font-size: 1em;
    color: #555;
    padding: 0 15px 20px;
}

/* Features Section */
.page-the-thao-feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-the-thao-feature-item:hover {
    transform: translateY(-5px);
}

.page-the-thao-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    /* No filter to change color */
}

.page-the-thao-feature-title {
    font-size: 1.6em;
    color: #0A2E36;
    margin-bottom: 15px;
}

.page-the-thao-feature-description {
    font-size: 1em;
    color: #555;
}

/* Guide Section */
.page-the-thao-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-the-thao-step-item {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-the-thao-step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #E74C3C;
    margin-bottom: 15px;
    line-height: 1;
}

.page-the-thao-step-title {
    font-size: 1.5em;
    color: #0A2E36;
    margin-bottom: 10px;
}

.page-the-thao-step-description {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
}

/* Tips Section */
.page-the-thao-tip-card {
    background-color: #1a4f5c;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    text-align: left;
}

.page-the-thao-tip-title {
    font-size: 1.6em;
    color: #F39C12;
    margin-bottom: 15px;
}

.page-the-thao-tip-description {
    font-size: 1em;
    color: #e0e0e0;
}

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

.page-the-thao-faq-item {
    background-color: #f0f0f0;
    padding: 20px 25px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-the-thao-faq-question {
    font-size: 1.3em;
    color: #0A2E36;
    margin-bottom: 10px;
    cursor: pointer;
}

.page-the-thao-faq-answer {
    font-size: 1em;
    color: #555;
    display: none; /* Hidden by default */
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.page-the-thao-faq-item.active .page-the-thao-faq-answer {
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-the-thao-grid-layout {
        grid-template-columns: 1fr;
    }

    .page-the-thao-hero-title {
        font-size: 2.8em;
    }

    .page-the-thao-section-title {
        font-size: 2em;
    }

    .page-the-thao-content-block .page-the-thao-section-title {
        text-align: center;
    }

    .page-the-thao-content-block .page-the-thao-section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .page-the-thao-image-block {
        order: -1; /* Image appears above text on smaller screens */
    }

    .page-the-thao-grid-2-cols {
        grid-template-columns: 1fr;
    }

    .page-the-thao-grid-3-cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-the-thao-hero-title {
        font-size: 2.2em;
    }

    .page-the-thao-hero-description {
        font-size: 1.1em;
    }

    .page-the-thao-btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-the-thao-section-spacing {
        padding: 40px 0;
    }

    .page-the-thao-section-title {
        font-size: 1.8em;
    }

    .page-the-thao-paragraph {
        font-size: 1em;
    }

    .page-the-thao-steps-grid {
        grid-template-columns: 1fr;
    }

    .page-the-thao-hero-actions {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .page-the-thao-hero-actions .page-the-thao-btn {
        margin: 0;
        width: 80%;
        max-width: 300px;
    }
}