body {
    margin: 0;
    background: #fff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.header-banner {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
}

.xlhean-title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.xl-lang-nav-wrap {
    max-width: 1000px;
    margin: 25px auto;
    padding: 0 15px;
}

.xl-lang-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
}

.xl-lang-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.2s;
    background: #f9f9f9;
}

.xl-lang-card.active {
    border-color: #fd0f1e;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(253, 15, 30, 0.2);
}

.xl-lang-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.xl-lang-count {
    font-size: 11px;
    color: #888;
}



.c-1 {
    background-color: #fff0f6;
}

.c-1 .xl-lang-name {
    color: #e91e63;
}

.c-2 {
    background-color: #f3f0ff;
}

.c-2 .xl-lang-name {
    color: #7048e8;
}

.c-3 {
    background-color: #e7f5ff;
}

.c-3 .xl-lang-name {
    color: #1c7ed6;
}

.c-4 {
    background-color: #e3fafc;
}

.c-4 .xl-lang-name {
    color: #0c8599;
}

.c-5 {
    background-color: #e6fcf5;
}

.c-5 .xl-lang-name {
    color: #099268;
}

.c-6 {
    background-color: #f4fce3;
}

.c-6 .xl-lang-name {
    color: #66a80f;
}

.c-7 {
    background-color: #fff9db;
}

.c-7 .xl-lang-name {
    color: #f08c00;
}

.c-8 {
    background-color: #fff4e6;
}

.c-8 .xl-lang-name {
    color: #e67e22;
}

.c-9 {
    background-color: #fff0f0;
}

.c-9 .xl-lang-name {
    color: #fa5252;
}

.c-10 {
    background-color: #f8f0fc;
}

.c-10 .xl-lang-name {
    color: #ae3ec9;
}

.c-11 {
    background-color: #f1f3f5;
}

.c-11 .xl-lang-name {
    color: #495057;
}

.c-12 {
    background-color: #eef2ff;
}

.c-12 .xl-lang-name {
    color: #4c6ef5;
}

.c-13 {
    background-color: #fff5f8;
}

.c-13 .xl-lang-name {
    color: #d6336c;
}

.c-14 {
    background-color: #fdf2f8;
}

.c-14 .xl-lang-name {
    color: #be4bdb;
}

.xlbigst-wrap-2026211 {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
}

.xlbigst-grid-2026211 {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px 15px;
}


.xlbigst-card-2026211 {
    text-decoration: none;
    display: block;
    position: relative;
}

.xlbigst-thumb-2026211 {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.xlbigst-thumb-2026211 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


.play-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
}

.play-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.play-btn::after {
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 4px;
}

.xlbigst-card-2026211:hover .xlbigst-thumb-2026211 {
    transform: translateY(-6px);
}

.xlbigst-card-2026211:hover .play-btn {
    background: #fd0f1e;
    border-color: #fd0f1e;
}

.xlbigst-overlay-2026211 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    padding: 15px 10px 8px;
    text-align: center;
    z-index: 2;
}

.stars {
    color: #ffb400;
    font-size: 11px;
}

.xlbigst-duration-2026211 {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 4;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 9px;
    padding: 3px 7px;
    border-radius: 6px;
}

.xlbigst-external-title {
    color: #222;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.xlbigst-pagination-wrap-2026211 {
    margin: 30px auto;
    text-align: center;
    max-width: 430px;
}

.xlbigst-pagination-wrap-2026211 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.xlbigst-pagination-wrap-2026211 a,
.xlbigst-pagination-wrap-2026211 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #ececec;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.xlbigst-pagination-wrap-2026211 .current {
    background: #fd0f1e !important;
    color: #fff !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .xlhean-title {
        font-size: 22px;
    }

    .xlbigst-grid-2026211 {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 12px;
    }

    .xl-lang-grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    }
}

.btn-watch {
    display: inline-block;
    background: linear-gradient(180deg, #ff3e3e 0%, #b30000 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ff7b7b;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
    margin-bottom: 15px;
}

.footer-container {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
}

.footer-content {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}

.footer-section a {
    text-decoration: none;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-section p {
    color: #b3b3b3;
    font-size: 0.9rem;
    margin: 5px 0;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 10px;
    font-size: 0.85rem;
    color: #888;
}


@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: left;
        max-width: 335px;
    }

    .footer-section {
        margin-bottom: 10px;
    }
}