/* =========================================
   MEDIA.CSS - FULL RESPONSIVE FILE
   Mobile + Tablet + iPad Pro
========================================= */


/* =========================================
   LARGE TABLET / IPAD PRO
   1025px - 1366px
========================================= */

@media screen and (min-width: 1025px) and (max-width: 1366px) {

    .navbar {
        padding: 0 35px;
    }

    .menu {
        gap: 18px;
    }

    .menu a {
        font-size: 14px;
    }

    .slide-content {
        max-width: 580px;
        margin-top: 140px;
        padding-left: 35px;
    }

    .slide-content h1 {
        font-size: 64px;
    }

    .description {
        font-size: 17px;
    }

    .popular-section,
    .upcoming-section,
    .films-catalogue,
    .service-categories,
    .service-stats,
    .service-cta {
        padding-left: 45px;
        padding-right: 45px;
    }

    .films-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .film-grid-card {
        height: 280px;
    }

    .service-showcase {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .service-poster-collage {
        width: 520px;
        height: 1050px;
        margin: 0 auto;
    }

    .service-list-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }

    .collaboration-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-stats-grid,
    .associate-stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}


/* =========================================
   TABLET VIEW
   768px - 1024px
========================================= */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .navbar {
        padding: 0 25px;
    }

    .menu {
        gap: 14px;
    }

    .menu a {
        font-size: 13px;
    }

    .logo img {
        width: 52px;
    }

    .slide-content {
        margin-top: 140px;
        padding-left: 30px;
        max-width: 560px;
    }

    .slide-content h1 {
        font-size: 58px;
    }

    .description {
        font-size: 16px;
    }

    .popular-section {
        padding: 35px 24px 60px;
    }

    .movie-card {
        min-width: 220px;
        max-width: 220px;
    }

    .poster {
        height: 350px;
    }

    .upcoming-section {
        padding: 25px 24px 70px;
    }

    .upcoming-card {
        min-width: 210px;
        max-width: 210px;
    }

    .upcoming-poster {
        height: 340px;
    }

    .about-hero {
        height: 560px;
    }

    .about-hero-content h1 {
        font-size: 54px;
    }

    .about-hero-content p {
        font-size: 19px;
        padding: 0 30px;
    }

    .poster-row img {
        width: 135px;
        height: 200px;
    }

    .about-details {
        padding: 55px 35px;
    }

    .about-detail-row,
    .founder-row {
        gap: 35px;
    }

    .about-detail-image img {
        height: 420px;
    }

    .founder-image img {
        width: 100%;
        height: 620px;
    }

    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline-section {
        padding: 50px 30px;
    }

    .strength-network-section {
        grid-template-columns: 1fr;
        padding: 50px 35px 65px;
    }

    .orbit-box {
        margin: 0 auto;
    }

    .network-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-hero {
        min-height: 560px;
    }

    .page-hero-content {
        padding-top: 110px;
    }

    .page-hero-content h1 {
        font-size: 52px;
    }

    .page-hero-content p {
        font-size: 17px;
    }

    .film-hero {
        min-height: 660px;
    }

    .film-poster-track img {
        width: 165px;
        height: 315px;
    }

    .films-hero-content p {
        font-size: 17px;
    }

    .films-catalogue {
        padding: 20px 35px 60px;
    }

    .film-filter-buttons {
        flex-wrap: wrap;
    }

    .films-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .film-grid-card {
        height: 300px;
    }

    .service-categories {
        padding: 60px 35px 70px;
    }

    .service-showcase {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .service-poster-collage {
        width: 520px;
        height: 1050px;
        margin: 0 auto;
    }

    .service-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .partner-logo-section {
        padding: 45px 0 60px;
    }

    .partner-logo-card {
        width: 160px;
        height: 100px;
    }

    .collaboration-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-stats {
        padding: 20px 35px 70px;
    }

    .service-stats-grid,
    .associate-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-cta {
        padding: 10px 35px 70px;
    }

    .service-cta-box {
        padding: 60px 35px;
    }

    .service-cta-box h2 {
        font-size: 42px;
    }

    .subscribe-box {
        padding: 40px 35px;
    }

    .subscribe-content h2 {
        font-size: 36px;
    }

    .footer {
        padding: 45px 30px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}


/* =========================================
   MOBILE VIEW
   Below 767px
========================================= */

@media screen and (max-width: 767px) {

    body {
        overflow-x: hidden;
    }

    .hero {
        background-size: cover;
        background-position: 75% center !important;
    }

    .navbar {
        height: 75px;
        padding: 0 18px;
    }

    .logo img {
        width: 48px;
    }

    .menu-btn {
        display: block;
        z-index: 20;
    }

    .menu {
        position: absolute;
        top: 75px;
        right: 18px;
        width: 245px;
        max-height: 80vh;
        overflow-y: auto;
        padding: 20px;
        background: rgba(4, 8, 40, 0.96);
        border: 1px solid rgba(255, 194, 51, 0.22);
        border-radius: 14px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        z-index: 30;
    }

    .menu.show {
        display: flex;
    }

    .menu a {
        font-size: 15px;
        padding-bottom: 8px;
    }

    .slide-content {
        margin-top: 110px;
        padding: 0 22px;
        max-width: 100%;
    }

    .genre {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .slide-content h1 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .movie-info {
        gap: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .description {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 24px;
    }

    .buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .watch-btn {
        padding: 14px 24px;
        font-size: 15px;
    }

    .next-btn {
        display: none;
    }

    .slider-bottom {
        left: 22px;
        right: 22px;
        bottom: 22px;
        justify-content: center;
        gap: 14px;
    }

    .progress {
        width: 140px;
    }

    .music-btn {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .popular-section {
        padding: 30px 18px 50px;
    }

    .section-header h2 {
        font-size: 20px;
    }

    .section-header a {
        font-size: 14px;
    }

    .movie-card {
        min-width: 180px;
        max-width: 180px;
    }

    .poster {
        height: 280px;
    }

    .movie-card h3 {
        font-size: 17px;
    }

    .movie-card p {
        font-size: 14px;
    }

    .popular-arrow {
        opacity: 1;
        width: 44px;
        height: 84px;
        font-size: 42px;
        top: 95px;
    }

    .popular-arrow.left {
        left: 0;
    }

    .popular-arrow.right {
        right: 0;
    }

    .upcoming-section {
        padding: 20px 18px 60px;
    }

    .upcoming-slider {
        gap: 18px;
    }

    .upcoming-card {
        min-width: 175px;
        max-width: 175px;
        padding: 8px;
    }

    .upcoming-poster {
        height: 275px;
    }

    .upcoming-card h3 {
        font-size: 16px;
    }

    .upcoming-card p {
        font-size: 13px;
    }

    .upcoming-arrow {
        opacity: 1;
        width: 44px;
        height: 84px;
        font-size: 42px;
        top: 105px;
    }

    .upcoming-arrow.left {
        left: 0;
    }

    .upcoming-arrow.right {
        right: 0;
    }

    .about-hero {
        height: 540px;
    }

    .about-hero-content {
        padding-top: 70px;
    }

    .about-hero-content h1 {
        font-size: 40px;
    }

    .about-hero-content p {
        font-size: 15px;
        padding: 0 22px;
    }

    .poster-wall {
        inset: -160px 0 0 0;
        gap: 14px;
        animation-duration: 22s;
    }

    .poster-row img {
        width: 105px;
        height: 155px;
    }

    .explore-btn {
        width: 125px;
        height: 72px;
        font-size: 16px;
        border-width: 3px;
    }

    .about-details {
        padding: 45px 20px;
    }

    .about-detail-row,
    .founder-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .about-detail-text h2,
    .founder-text h2 {
        font-size: 24px;
        padding-top: 10px;
    }

    .about-detail-text p,
    .founder-text p {
        font-size: 13px;
    }

    .about-detail-image img,
    .founder-image img {
        width: 100%;
        height: auto;
        max-height: 460px;
    }

    .founder-image {
        margin-top: 0;
        order: -1;
    }

    .professional-positions h3 {
        font-size: 18px;
    }

    .professional-positions li {
        font-size: 13px;
    }

    .achievements-section {
        padding: 50px 20px;
    }

    .achievements-section h2 {
        font-size: 32px;
    }

    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .achievement-card {
        padding: 28px 12px;
        border-radius: 18px;
    }

    .achievement-card h3 {
        font-size: 30px;
    }

    .achievement-card p {
        font-size: 12px;
    }

    .timeline-section {
        padding: 45px 20px;
    }

    .timeline-section h2 {
        font-size: 32px;
    }

    .timeline-description {
        font-size: 14px;
    }

    .timeline-item {
        grid-template-columns: 80px 1fr;
        gap: 12px;
    }

    .timeline-year span {
        font-size: 22px;
    }

    .timeline-content {
        padding: 18px;
    }

    .timeline-content h3 {
        font-size: 17px;
    }

    .timeline-content p {
        font-size: 12px;
    }

    .strength-network-section {
        padding: 35px 14px 50px;
        grid-template-columns: 1fr;
        overflow: hidden;
    }

    .strength-area h2,
    .network-area h2 {
        font-size: 30px;
    }

    .orbit-box {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .orbit-line,
    .orbit-particle {
        display: none;
    }

    .center-strength,
    .strength-card {
        position: static;
        transform: none !important;
        animation: none;
    }

    .center-strength {
        grid-column: 1 / 3;
        width: 150px;
        height: 150px;
        margin: 0 auto 10px;
    }

    .strength-card {
        width: 100%;
        height: 95px;
    }

    .network-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .network-card {
        min-height: 145px;
        padding: 20px 12px;
    }

    .network-card img {
        width: 60px;
        height: 42px;
    }

    .network-card h3 {
        font-size: 14px;
    }

    .page-hero {
        min-height: 520px;
    }

    .page-hero-content {
        padding-top: 95px;
        padding-inline: 20px;
    }

    .page-subtitle {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .page-hero-content h1 {
        font-size: 38px;
    }

    .page-hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .page-hero-btn {
        min-width: 190px;
        height: 52px;
        font-size: 15px;
    }

    .film-hero {
        min-height: 500px;
    }

    .films-hero-inner {
        padding-top: 5px;
    }

    .film-poster-marquee {
        padding: 10px 0 25px;
    }

    .film-poster-track {
        gap: 16px;
        animation-duration: 18s;
    }

    .film-poster-track img {
        width: 125px;
        height: 230px;
        border-radius: 10px;
    }

    .film-poster-track img:nth-child(even) {
        transform: translateY(12px);
    }

    .films-hero-content {
        position: relative;
        z-index: 5;
        padding: 0 22px;
        margin-top: -6px;
    }

    .films-hero-content p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 18px;
        padding-inline: 6px;
    }

    .films-explore-btn {
        position: relative;
        z-index: 10;
        padding: 13px 24px;
        font-size: 15px;
        border-radius: 12px;
    }

    .films-catalogue {
        padding: 0 18px 55px;
    }

    .film-filter-buttons {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding: 14px 18px 8px 0;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .film-filter-buttons::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        flex-shrink: 0;
        min-width: fit-content;
        padding: 10px 18px;
        font-size: 12px;
    }

    .films-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .film-grid-card {
        height: 235px;
        border-radius: 12px;
    }

    .film-card-overlay {
        opacity: 1;
        padding: 14px 10px;
    }

    .film-grid-card img {
        filter: brightness(0.78);
    }

    .film-play-btn {
        font-size: 22px;
    }

    .film-tag {
        font-size: 9px;
        padding: 6px 9px;
    }

    .film-card-overlay h3 {
        font-size: 14px;
    }

    .film-card-overlay p {
        font-size: 11px;
    }

    .service-categories {
        padding: 45px 20px 55px;
    }

    .service-showcase {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .service-poster-area h2 {
        font-size: 22px;
        text-align: center;
    }

    .service-poster-collage {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-bottom: 30px;
    }

    .service-poster-collage img {
        position: static !important;
        width: 100%;
        height: 145px;
        object-fit: cover;
        border-radius: 8px;
    }

    .service-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px 18px;
        padding-top: 10px;
    }

    .service-line-icon {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .service-list-item h3 {
        font-size: 12px;
        line-height: 1.4;
    }

    .service-list-item p {
        font-size: 11px;
        line-height: 1.6;
    }

    .partner-logo-section {
        padding: 40px 0 55px;
    }

    .partner-section-heading {
        margin-bottom: 30px;
    }

    .partner-section-heading span {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .partner-section-heading h2 {
        font-size: 30px;
    }

    .partner-logo-track {
        gap: 16px;
        animation-duration: 18s;
    }

    .partner-logo-card {
        width: 135px;
        height: 85px;
        border-radius: 15px;
        padding: 16px;
    }

    .partner-logo-card img {
        max-height: 55px;
    }

    .partner-logo-marquee::before,
    .partner-logo-marquee::after {
        width: 55px;
    }


    .collaboration-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .collaboration-card {
        min-height: 260px;
        padding: 22px 16px;
        border-radius: 18px;
    }

    .collaboration-card img {
        width: 72px;
        height: 55px;
        margin-bottom: 28px;
    }

    .collaboration-content h3 {
        font-size: 15px;
    }

    .collaboration-content span {
        font-size: 11px;
    }

    .collaboration-content p {
        font-size: 11px;
        line-height: 1.6;
    }

    .associate-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .service-stat-card,
    .associate-stat-card {
        border-radius: 18px;
        padding: 28px 14px;
    }

    .service-stat-card h2,
    .associate-stat-card h2 {
        font-size: 32px;
    }

    .service-stat-card p,
    .associate-stat-card p {
        font-size: 13px;
    }

    .service-cta {
        padding: 0 20px 55px;
    }

    .service-cta-box {
        padding: 42px 24px;
        border-radius: 22px;
    }

    .service-cta-box span {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .service-cta-box h2 {
        font-size: 30px;
    }

    .service-cta-box p {
        font-size: 14px;
    }

    .subscribe-section {
        padding: 35px 18px;
    }

    .subscribe-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
        border-radius: 22px;
    }

    .subscribe-content h2 {
        font-size: 32px;
    }

    .subscribe-content p {
        font-size: 15px;
    }

    .youtube-btn {
        width: 100%;
        text-align: center;
        padding: 16px 24px;
        font-size: 16px;
    }

    .footer {
        padding: 40px 20px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 35px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        padding-right: 60px;
    }

    .back-top {
        right: 18px;
        bottom: 18px;
        width: 46px;
        height: 46px;
        font-size: 24px;
    }

    .popup-box {
        width: 92%;
        margin: 20px auto;
        padding: 14px;
    }

    .popup-box iframe {
        height: 220px;
    }
}


/* =========================================
   SMALL PHONES
   Below 420px
========================================= */

@media screen and (max-width: 420px) {

    .slide-content h1 {
        font-size: 34px;
    }

    .description {
        font-size: 14px;
    }

    .progress {
        width: 115px;
    }

    .films-grid {
        grid-template-columns: 1fr;
    }

    .film-grid-card {
        height: 320px;
    }

    .service-list-grid {
        grid-template-columns: 1fr;
    }

    .collaboration-grid,
    .service-stats-grid,
    .associate-stats-grid,
    .achievements-grid,
    .network-grid {
        grid-template-columns: 1fr;
    }

    .service-poster-collage {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-poster-collage img {
        height: 160px;
    }

    .page-hero-content h1 {
        font-size: 34px;
    }

    .subscribe-content h2 {
        font-size: 28px;
    }
}

.movie-search-box{
    max-width:100%;
    margin-bottom:25px;
}

.movie-search-box input{
    font-size:14px;
}


@media screen and (max-width: 767px){

    .film-pagination{
        justify-content:center;
        flex-wrap:wrap;
        gap:8px;
    }

    .page-count{
        position:static;
        width:100%;
        text-align:center;
        margin-top:10px;
        font-size:14px;
    }

}