.container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
}

.container-movie {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.container-movie iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Movie Details Styles */
.details {
    margin: 30px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.movie-info {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.movie-name {
    font-size: 2rem;
    font-weight: 600;
    color: yellow;
    margin-bottom: 10px;
}

.ep {
    font-size: 1.4rem;
    color: #4B9DE5;
    margin-bottom: 15px;
}

.imdb {
    font-size: 1.1rem;
    color: rgba(123, 255, 0, 0.8);
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Download Button Styles */
.element {
    margin: 30px auto;
    max-width: 1200px;
    padding: 0 20px;
}

.box.button {
    text-align: center;
}

.mb-text {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(45deg, #4B9DE5, #BE1CBF);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.mb-text:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #BE1CBF, #4B9DE5);
}

/* Error Message Styles */
.error {
    background: rgba(255, 0, 0, 0.1);
    color: #ff6b6b;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin: 20px auto;
    max-width: 600px;
    border: 1px solid rgba(255, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .movie-name {
        font-size: 1.6rem;
    }

    .ep {
        font-size: 1.2rem;
    }

    .imdb {
        font-size: 1rem;
    }

    .movie-info {
        padding: 20px;
    }

    .mb-text {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
        margin: 10px auto;
    }

    .movie-name {
        font-size: 1.4rem;
    }

    .ep {
        font-size: 1.1rem;
    }

    .imdb {
        font-size: 0.9rem;
    }

    .movie-info {
        padding: 15px;
    }

    .mb-text {
        padding: 10px 20px;
        font-size: 0.9rem;
        width: 100%;
    }

    .details, .element {
        margin: 20px auto;
        padding: 0 10px;
    }
}

/* Animation for content loading */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container, .details, .element {
    animation: fadeIn 0.5s ease-out forwards;
}


/* Improved Compact Footer Styles */
.site-footer {
    width: 100%;
    background: rgba(18, 18, 18, 0.98);
    color: #fff;
    padding: 18px 0 8px 0;
    margin-top: 32px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.12);
    font-family: inherit;
    border-top: 2px solid #00b4db;
    position: relative;
    overflow: hidden;
}
.footer-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.site-footer h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #00b4db;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.site-footer h3::before {
    content: '\f008'; /* FontAwesome film icon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #00b4db;
    font-size: 1.1em;
    margin-right: 6px;
}
.site-footer p {
    font-size: 0.92rem;
    margin-bottom: 6px;
    color: #e0e0e0;
    line-height: 1.4;
}
.site-footer .copyright {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #ffd700;
    font-weight: 600;
}
.site-footer .disclaimer {
    margin-top: 4px;
    font-size: 0.8rem;
    color: #ffb300;
    font-style: italic;
    opacity: 0.85;
}
@media (max-width: 768px) {
    .site-footer {
        padding: 12px 0 6px 0;
        border-radius: 10px 10px 0 0;
    }
    .footer-content {
        padding: 0 4px;
    }
    .site-footer h3 {
        font-size: 0.95rem;
    }
    .site-footer p {
        font-size: 0.85rem;
    }
}
@media (max-width: 480px) {
    .site-footer {
        padding: 8px 0 4px 0;
        border-radius: 7px 7px 0 0;
    }
    .footer-content {
        padding: 0 2px;
    }
    .site-footer h3 {
        font-size: 0.85rem;
    }
    .site-footer p {
        font-size: 0.78rem;
    }
    .site-footer .copyright {
        font-size: 0.75rem;
    }
    .site-footer .disclaimer {
        font-size: 0.7rem;
    }
}
