/* File: homestyle.min.css */
.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.hero-swiper,.hero-swiper .swiper-slide,.vjs-wrap{position:relative}img{display:block;max-width:100%;height:auto}.swiper-slide img{aspect-ratio:420/630;width:100%;height:auto;object-fit:cover}.vjs-wrap{width:100%;aspect-ratio:16/9}.vjs-wrap video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-swiper{width:100%;min-height:400px;aspect-ratio:9/15;overflow:hidden}.hero-swiper .swiper-slide::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:180px;pointer-events:none;z-index:5;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.95) 100%)}@media (min-width:640px){.hero-swiper{min-height:450px;aspect-ratio:4/3}}@media (min-width:1024px){.hero-swiper{min-height:600px;aspect-ratio:25/9}}.content-slider .swiper{width:100%;height:auto}.content-slider .swiper-wrapper{display:flex;align-items:stretch}.content-slider .swiper-slide{height:auto;display:flex}body{font-display:swap}#order-count{min-width:60px;display:inline-block;text-align:center}.hero-swiper .swiper-slide .image-hero-container{width:100%;height:100%;min-height:inherit}.hero-swiper .swiper-slide .image-hero-container img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.vjs-wrap{aspect-ratio:9/16;min-height:400px}}.hero-meta,.hero-overlay{position:relative;z-index:10}

/* File: mini-chain-slider.css */

        body {
            font-family: 'Inter', sans-serif;
            background-color: #1a1a1a;
            color: #f3f4f6;
        }
        /* Custom styling for the slider area */
        .swiper-container-inner {
             /* Remove outer container padding to let the inner slider fill the space, needed since p-4 is on the visibility wrapper */
            padding: 0 !important;
        }


/* File: center-slider.css */

    /* Enforce aspect ratios for posters */
    .content-slider .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        /* Mobile Aspect Ratio: 113:169 */
        aspect-ratio: 113/169;
        border-radius: 10px; /* Optional: adds slight rounding like modern apps */
    }

    /* Desktop breakpoints */
    @media (min-width: 1024px) {
        .content-slider .swiper-slide img {
            /* Desktop Aspect Ratio: 209:313 */
            aspect-ratio: 209/313;
			border-radius: 12px; /* Optional: adds slight rounding like modern apps */
        }
    }


/* File: IPTV-Experience.css */

    /* Scoped styles for this section */
    .iptv-feature-section {
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
        background-color: #0a0a0a;
        color: #e5e7eb;
    }
    
    .iptv-gradient-text {
        background: linear-gradient(to right, #60a5fa, #22d3ee);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* Smooth fade-up animation classes */
    .iptv-animate-up {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }
    
    .iptv-animate-up.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    .delay-100 { transition-delay: 0.1s; }
    .delay-200 { transition-delay: 0.2s; }
    .delay-300 { transition-delay: 0.3s; }


/* File: What-Our-Customers-Say.css */

    .swiper-pagination-bullet {
        background: #4b5563;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background: #3b82f6;
        width: 20px;
        border-radius: 4px;
        transition: all 0.3s ease;
    }
    .swiper-button-next, .swiper-button-prev {
        color: #3b82f6;
        background: rgba(17, 24, 39, 0.8);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        backdrop-filter: blur(4px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px;
        font-weight: bold;
    }
    
    /* Glass Card Effect */
    .review-card {
        background: rgba(17, 24, 39, 0.7);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
    }
    .review-card:hover {
        border-color: rgba(59, 130, 246, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    }



/* File: How-to-Purchase.css */

    .purchase-step-card {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
        z-index: 10;
        position: relative;
    }
    
    .purchase-step-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(59, 130, 246, 0.3);
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    }

    .step-number {
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        box-shadow: 0 0 15px rgba(37, 99, 235, 0.3);
    }

    .payment-badge {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.2s ease;
    }

    .payment-badge:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.2);
    }

    /* Added more visible, brighter animated blue lights with better blur and movement */
    .ambient-light {
        position: absolute;
        border-radius: 50%;
        filter: blur(120px);
        pointer-events: none;
        z-index: 1;
    }

    .light-1 {
        top: 10%;
        left: 5%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(37,99,235,0.6) 0%, rgba(59,130,246,0.3) 40%, rgba(0,0,0,0) 70%);
        animation: float1 15s infinite ease-in-out;
    }

    .light-2 {
        bottom: 10%;
        right: 5%;
        width: 700px;
        height: 700px;
        background: radial-gradient(circle, rgba(59,130,246,0.5) 0%, rgba(37,99,235,0.3) 40%, rgba(0,0,0,0) 70%);
        animation: float2 18s infinite ease-in-out;
    }

    .light-3 {
        top: 50%;
        left: 50%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(96,165,250,0.4) 0%, rgba(59,130,246,0.2) 50%, rgba(0,0,0,0) 70%);
        animation: float3 12s infinite ease-in-out;
        transform: translate(-50%, -50%);
    }

    @keyframes float1 {
        0%, 100% { 
            transform: translate(0, 0); 
            opacity: 0.6;
        }
        33% { 
            transform: translate(100px, -80px); 
            opacity: 0.8;
        }
        66% { 
            transform: translate(-50px, 100px); 
            opacity: 0.5;
        }
    }

    @keyframes float2 {
        0%, 100% { 
            transform: translate(0, 0); 
            opacity: 0.5;
        }
        33% { 
            transform: translate(-120px, 70px); 
            opacity: 0.7;
        }
        66% { 
            transform: translate(80px, -90px); 
            opacity: 0.6;
        }
    }

    @keyframes float3 {
        0%, 100% { 
            transform: translate(-50%, -50%) scale(1); 
            opacity: 0.4;
        }
        50% { 
            transform: translate(-50%, -50%) scale(1.3); 
            opacity: 0.6;
        }
    }



/* File: iptvapp.css */

    .app-card {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .app-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(59, 130, 246, 0.5);
        box-shadow: 0 10px 30px -10px rgba(59, 130, 246, 0.3);
    }

    .app-icon-wrapper {
        position: relative;
        overflow: hidden;
        background: white !important; /* Added white background to image container */
    }
    
    .app-card:hover .app-icon-wrapper img {
        transform: scale(1.1);
    }

    /* Custom Scrollbar for horizontal scroll on very small screens if needed */
    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }
    .hide-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }


/* File: whatsapp-widget.min.css */
.whatsapp-float{position:fixed;bottom:20px;right:20px;width:48px;height:48px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:24px;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:1000;display:flex;align-items:center;justify-content:center;transition:.3s;text-decoration:none}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1);box-shadow:0 6px 14px rgba(0,0,0,.4)}.whatsapp-icon{width:28px;height:28px;fill:white}

/* File: footer-section.css */
/* Footer Variables */
:root {
  --footer-bg: #0a0a0a;
  --footer-text: #a0a0a0;
  --footer-heading: #ffffff;
  --footer-accent: #3b82f6; /* Blue accent */
  --footer-accent-hover: #2563eb;
  --footer-border: #222222;
}

.modern-footer {
  background-color: var(--footer-bg);
  color: var(--footer-text);
  padding: 80px 0 0;
  font-family: "Inter", sans-serif;
  border-top: 1px solid var(--footer-border);
  position: relative;
}

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

/* Top Section Grid */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--footer-border);
}

/* Brand Column */
.footer-logo {
  color: var(--footer-heading);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.footer-logo span {
  color: var(--footer-accent);
}

.footer-desc {
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 15px;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--footer-heading);
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background: var(--footer-accent);
  transform: translateY(-3px);
}

/* Columns Headings */
.footer-col h4 {
  color: var(--footer-heading);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Links List */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15px;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--footer-accent);
  transform: translateX(5px);
}

/* Newsletter */
.newsletter-col p {
  margin-bottom: 20px;
  font-size: 14px;
}

.input-group {
  display: flex;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 5px;
  border: 1px solid var(--footer-border);
  transition: border-color 0.3s ease;
}

.input-group:focus-within {
  border-color: var(--footer-accent);
}

.input-group input {
  background: transparent;
  border: none;
  color: var(--footer-heading);
  padding: 10px 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
}

.input-group button {
  background: var(--footer-accent);
  color: white;
  border: none;
  width: 40px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.input-group button:hover {
  background: var(--footer-accent-hover);
}

/* Bottom Section */
.footer-bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

/* Back to Top Button */
.back-to-top {
  background: var(--footer-border);
  color: var(--footer-heading);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--footer-accent);
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .brand-col {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .brand-col {
    grid-column: span 1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
}


/* File: faq-section.css */
.faq-section {
  /* Changed to solid black background, no gradient */
  background: #000000;
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.faq-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-container {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: start;
}

.faq-left {
  position: sticky;
  top: 100px;
}

.faq-heading {
  font-size: 48px;
  font-weight: 900;
  color: white;
  margin-bottom: 40px;
  line-height: 1.1;
}

/* Added WhatsApp chat section styles */
.faq-chat-section {
  margin-top: 40px;
}

.faq-chat-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 8px;
}

.faq-chat-subtext {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  /* Changed from blue to WhatsApp green theme */
  background: #25d366;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-button:hover {
  /* Updated hover color to darker WhatsApp green */
  background: #20ba5a;
  transform: scale(1.05);
}

.faq-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Added search bar styles */
.faq-search {
  position: relative;
  margin-bottom: 8px;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.faq-search-input {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  background: white;
  color: #000;
  outline: none;
  transition: border-color 0.3s ease;
}

.faq-search-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.faq-search-input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.faq-item {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-text {
  flex: 1;
}

.faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.faq-icon svg {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 20px 24px 20px;
}

.faq-answer p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 968px) {
  .faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-left {
    position: static;
  }

  .faq-heading {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .faq-section {
    padding: 60px 16px;
  }

  .faq-heading {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .faq-question {
    padding: 16px;
    font-size: 14px;
  }

  .faq-answer p {
    font-size: 13px;
  }

  .faq-item.active .faq-answer {
    padding: 0 16px 16px 16px;
  }
}


/* File: heroall.css */

        /* --- Keep all your existing base styles here --- */
        body {
            font-family: 'Inter', sans-serif;
            background-color: #111827; /* Dark background */
            color: #d1d5db; /* Light text */
            overflow-x: hidden; /* Prevent horizontal scroll */
        }
        .page-section { display: none; }
        .page-section.active { display: block; }
        .pulse-shadow {
            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); }
            100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
        }
        .faq-toggle svg { transition: transform 0.2s ease-in-out; }
        .faq-toggle.faq-open svg { transform: rotate(45deg); }

        /* --- Customer Reviews Slider --- */
        /* ... (styles remain the same) ... */
        .customer-reviews-swiper .swiper-button-next,
        .customer-reviews-swiper .swiper-button-prev { color: #3b82f6; background-color: rgba(31, 41, 55, 0.8); width: 44px; height: 44px; border-radius: 9999px; transition: background-color 0.2s; }
        .customer-reviews-swiper .swiper-button-next:hover,
        .customer-reviews-swiper .swiper-button-prev:hover { background-color: rgba(55, 65, 81, 1); }
        .customer-reviews-swiper .swiper-button-next::after,
        .customer-reviews-swiper .swiper-button-prev::after { font-size: 1.25rem; font-weight: 800; }
        .customer-reviews-swiper .swiper-pagination-bullet { background-color: #6b7280; opacity: 0.8; width: 10px; height: 10px; transition: background-color 0.2s; }
        .customer-reviews-swiper .swiper-pagination-bullet-active { background-color: #3b82f6; opacity: 1; }
        .customer-reviews-swiper .swiper-pagination { position: static; margin-top: 2rem; }


        /* --- Content Sliders (Movies/Series/etc. - Poster Style) --- */
		

        .content-slider .swiper-slide { width: auto; flex-shrink: 0; }
        .content-slider .swiper-slide img { display: block; height: 350px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 0.5rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .content-slider .swiper-slide:hover img { transform: scale(1.05); box-shadow: 0 10px 5px -3px rgba(59, 130, 246, 0.3), 0 4px 6px -4px rgba(59, 130, 246, 0.3); }
        .content-slider .swiper-button-next, .content-slider .swiper-button-prev { color: #ffffff; background-color: rgba(17, 24, 39, 0.6); width: 40px; height: 40px; border-radius: 9999px; top: 50%; transform: translateY(-50%); transition: background-color 0.2s; z-index: 10; }
        .content-slider .swiper-button-prev { left: 10px; }
        .content-slider .swiper-button-next { right: 10px; }
        .content-slider .swiper-button-next:hover, .content-slider .swiper-button-prev:hover { background-color: rgba(17, 24, 39, 0.9); }
         .content-slider .swiper-button-next::after, .content-slider .swiper-button-prev::after { font-size: 1rem; font-weight: 600; }

        /* --- Featured Match Slider (Sports Hero) --- */
        /* ... (styles remain the same) ... */
        .featured-match-swiper { width: 100%; background-color: #1f2937; border-radius: 0; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); min-height: 200px; position: relative; overflow: hidden; z-index: 0; height: 550px; }
        .featured-match-swiper .swiper-slide { display: flex; align-items: center; justify-content: flex-start; height: 100%; padding: 1rem 1rem 1rem 5%; position: relative; z-index: 1; background-size: contain; background-position: right; background-repeat: no-repeat; }
        .featured-match-swiper .swiper-slide::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%); z-index: 0; }
        .featured-match-swiper .swiper-button-next,
        .featured-match-swiper .swiper-button-prev { color: #ffffff; width: 44px; height: 44px; top: 50%; transform: translateY(-50%); transition: background-color 0.2s; z-index: 2; }
        .featured-match-swiper .swiper-button-next:hover,
        .featured-match-swiper .swiper-button-prev:hover { background-color: rgba(17, 24, 39, 0.4); border-radius: 9999px; }
        .featured-match-swiper .swiper-button-next::after,
        .featured-match-swiper .swiper-button-prev::after { font-size: 1.25rem; font-weight: 800; }
        .featured-match-swiper .swiper-wrapper { position: relative; z-index: 1; }
        .slide-meta-text { color: #d1d5db; }
        .slide-meta-text span.text-gray-600 { color: #6b7280; }


        /* === CONSOLIDATED HERO STYLES (Applies to Movies, Series, Kids) === */

        /* --- Video Hero Container (Movies/Series - Desktop Default) --- */
       .vjs-wrap {
    position: relative;
    aspect-ratio: 21 / 9;
    max-height: 85vh;	
    width: 100%;
    overflow: hidden;
    background: #000;
}

.vjs-wrap .video-js,
.vjs-wrap .vjs-tech {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

        .vjs-wrap .video-js {
            position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
        }

/* --- Image Hero Container (Kids - Desktop Default) --- */
.image-hero-container {
    position: relative;
    height: 0;
    padding-top: 40% !important;   /* EXACT SAME HEIGHT AS VIDEO HERO */
    overflow: hidden;
    background: #000;
    max-width: 100%;
}

.image-hero-container img {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    object-fit: cover;
}

        /* --- Common Hero Overlay --- */
        #movie-hero-overlay {
            position: absolute; bottom: 0; left: 0; right: 0; top: 0;
            display: flex; flex-direction: column; justify-content: flex-end;
            padding: 7% 7% 2% 2%;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 75%);
             z-index: 10; pointer-events: none;
        }
         #movie-hero-overlay > * { pointer-events: auto; max-width: 60%; }

        /* --- Common Mute Button --- */
        .custom-mute-button {
            position: absolute; top: 1rem; right: 1rem; z-index: 15;
            background-color: rgba(41, 41, 41, 0.7); border: none;
            border-radius: 0.5rem; padding: 0.6rem; cursor: pointer;
            transition: background-color 0.2s ease;
        }
        .custom-mute-button:hover { background-color: rgba(61, 61, 61, 0.9); }
        .custom-mute-button svg { width: 1.5rem; height: 1.5rem; color: white; display: block; }

        /* --- Common Hero Navigation Arrows (Visible on Desktop by default) --- */
        .hero-swiper .swiper-button-next,
        .hero-swiper .swiper-button-prev {
             color: #ffffff; width: 44px; height: 44px; top: 45%;
             transform: translateY(-50%); transition: background-color 0.2s;
             z-index: 15; /* Ensure visibility */
        }
        .hero-swiper .swiper-button-next:hover,
        .hero-swiper .swiper-button-prev:hover {
              background-color: rgba(17, 24, 39, 0.4); border-radius: 9999px;
         }
        .hero-swiper .swiper-button-next::after,
        .hero-swiper .swiper-button-prev::after { font-size: 1.25rem; font-weight: 800; }

        /* === END CONSOLIDATED HERO STYLES === */


        /* --- START: MOBILE OVERRIDES --- */
        @media (max-width: 768px) {
            /* General Slider Mobile Adjustments */
            .content-slider .swiper-button-next, .content-slider .swiper-button-prev { display: none; }
            .content-slider .swiper-slide img { height: 165px; } /* Default poster height on mobile */
            .content-slider.w-full { padding-left: 1rem; padding-right: 1rem; }
            .content-slider h2.container { padding-left: 0rem; padding-right: 0rem; }

            /* Sports Hero Mobile Adjustments */
            .featured-match-swiper .swiper-button-next, .featured-match-swiper .swiper-button-prev { display: none; }
            /* ... (keep other specific .featured-match-swiper mobile styles) ... */
             .featured-match-swiper { height: 550px; border-radius: 0; width: 100vw; margin-left: calc(-50vw + 50%); }
             .countdown-timer-wrapper .countdown-boxes .hidden.sm\:block { display: none !important; }
             .countdown-timer-wrapper .countdown-boxes span.hidden.sm\:inline { display: none !important; }
             .subscribe-hero-btn { width: calc(100% - 2rem); max-width: 300px; display: block; margin-left: auto; margin-right: auto; font-size: 1rem; padding: 0.6rem 2rem; }
             .featured-match-swiper .swiper-slide { padding: 0; justify-content: flex-start; display: flex; flex-direction: column; }
             .featured-match-swiper .swiper-slide::before { background: none; }
             .featured-match-swiper .swiper-slide .relative.z-10 { z-index: 2; width: 100%; text-shadow: none; justify-content: flex-start; align-items: flex-start; }
             .mobile-countdown-timer .countdown-boxes > div { min-width: 50px; padding: 0.35rem; }
             .mobile-countdown-timer .countdown-boxes span:first-child { font-size: 1.25rem; }
             .mobile-countdown-timer .countdown-boxes span:last-child { font-size: 0.65rem; margin-top: 0; }
             .mobile-countdown-timer .countdown-boxes span.text-xl { font-size: 1.25rem; }


             /* --- Mobile Hero Video Fix (Portrait 9:16) --- */
.vjs-wrap {
    aspect-ratio: 9 / 16; /* Portrait video */
    height: auto !important;
}
.vjs-wrap .video-js, 
.vjs-wrap .vjs-tech {
    object-fit: cover !important;
}

             .vjs-wrap .video-js .vjs-tech {
                 object-fit: cover !important; /* Fill tall screen, crop sides */
             }

             /* --- *** ADDED *** Mobile Hero Image Fix (Portrait 9:16) --- */
             .image-hero-container {
                 padding-top: 169% !important; /* 9:16 Aspect Ratio */
                 aspect-ratio: auto !important; /* Remove fixed landscape ratio */
                 height: 0;
                 position: relative; /* Needed for the img inside */
             }
             .image-hero-container img {
                 /* Position image inside the padding-based container */
                 position: absolute; top: 0; left: 0; height: 100%; width: 100%;
                 object-fit: cover; /* Crop to fill the portrait shape */
             }

             /* General Hero Mobile Adjustments */
             .hero-swiper .swiper-button-next,
             .hero-swiper .swiper-button-prev {
                display: none; /* Hide arrows on mobile */
             }
             #movie-hero-overlay { /* Common Overlay Mobile */
                 padding: 5% 5% 10% !important;
                 background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%) !important;
             }
              #movie-hero-overlay > * { max-width: 90% !important; }
        }
        /* --- END: MOBILE OVERRIDES --- */
		




/* File: swiper-bundle.min.css */
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* File: home-new.css */
/* mini slider css */

    .channel-section {
        background-color: transparent;
        padding: 0rem 0;
        overflow: hidden;
        width: 100%;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    /* Logo Card Style - Fixed for Cropping */
    .channel-card {
        background-color: rgba(255, 255, 255, 0.03);
        border-radius: 8px;
        height: 70px;
        width: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 15px; /* Changed from 12px 20px for better spacing */
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        overflow: hidden;
    }
    /* Logo Styling - Fixed to Prevent Cropping */
    .channel-logo {
        max-width: 100%;
        max-height: 100%;
        width: 100%; /* Changed from auto to fill container */
        height: 100%; /* Changed from auto to fill container */
        object-fit: contain; /* This ensures no cropping */
        object-position: center;
        opacity: 0.85;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: block;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    /* Hover Effects */
    .channel-card:hover {
        background-color: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.15);
        transform: translateY(-3px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }
    .channel-card:hover .channel-logo {
        opacity: 1;
        transform: scale(1.05); /* Reduced from 1.08 to prevent overflow */
    }
    /* Swiper Overrides */
    .channel-swiper {
        width: 100%;
        padding: 10px 0;
    }
    
    .channel-swiper .swiper-wrapper {
        transition-timing-function: linear !important;
    }
    .channel-swiper .swiper-slide {
        width: auto !important;
    }
    /* Hide Arrows for Marquee Style */
    .channel-next, .channel-prev { display: none !important; }
    /* Mobile Adjustments */
    @media (max-width: 768px) {
        .channel-section {
            padding: 0rem 0;
        }
        
        .channel-card {
            height: 55px;
            width: 130px;
            padding: 12px; /* Consistent padding */
        }
    }
    @media (max-width: 480px) {
        .channel-card {
            height: 45px;
            width: 110px;
            padding: 10px; /* Consistent padding */
        }
    }


/* end mini slider css */


    /* Global Reset for this section */
    .hero-section {
        position: relative;
        width: 100%;
        height: 100vh; /* Full Screen Height for Desktop */
        min-height: 600px;
        background-color: #000;
        overflow: hidden;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    
    /* Mobile Adjustment: Shorter height */
    @media (max-width: 768px) {
        .hero-section { height: 85vh; min-height: 500px; }
    }

    /* --- GRADIENT SHADES --- */
    .hero-gradient {
        position: absolute;
        inset: 0;
        z-index: 10;
        pointer-events: none;
        /* Desktop: Strong left-to-right gradient for text readability */
        background: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.6) 30%,
            rgba(0, 0, 0, 0.2) 60%,
            transparent 100%
        );
    }

    /* Mobile Gradient: BOTTOM ONLY (No Left Shadow) */
    @media (max-width: 768px) {
        .hero-gradient {
            background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.9) 0%,      /* Dark at bottom */
                rgba(0, 0, 0, 0.4) 30%,     /* Fade out quickly */
                transparent 60%
            );
        }
    }

    /* --- CONTENT CONTAINER --- */
    .hero-content {
        position: absolute;
        inset: 0;
        z-index: 20;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0 4rem 5rem 4rem; /* Desktop Padding */
    }

    /* Mobile Content Padding - Reduced bottom padding significantly */
    @media (max-width: 768px) {
        .hero-content {
            padding: 0 1rem 2.5rem 1rem; /* Less padding left/right, minimal bottom */
            justify-content: flex-end;
        }
    }

    .hero-text-wrapper {
        max-width: 550px; /* Made "smuller" (more compact) on desktop */
        width: 100%;
    }

    /* --- TYPOGRAPHY & BADGES --- */
    .tod-badge {
        color: #f59e0b; /* Amber-500 */
        font-weight: 800;
        letter-spacing: 0.1em;
        font-size: 0.75rem;
        text-transform: uppercase;
        border-left: 4px solid #f59e0b;
        padding-left: 0.75rem;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .hero-title {
        /* Desktop size - slightly reduced to be compact */
        font-size: clamp(2.5rem, 5vw, 4.5rem);
        line-height: 0.95;
        font-weight: 900;
        text-transform: uppercase;
        color: white;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
        text-shadow: 2px 4px 10px rgba(0,0,0,0.8);
    }

    .badge-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        margin-bottom: 1.5rem;
        font-weight: 600;
        color: #e5e5e5;
        font-size: 0.9rem;
    }

    .badge-hd {
        border: 1px solid rgba(255,255,255,0.6);
        padding: 2px 6px;
        border-radius: 3px;
        font-size: 0.75rem;
        color: white;
    }

    .badge-match { color: #46d369; font-weight: 800; }
    .badge-rating { border: 1px solid #808080; padding: 0 5px; color: white; }
    .badge-new { color: #4ade80; font-weight: 800; }

    .hero-description {
        color: #d1d5db; /* Gray-300 */
        font-size: 1rem; 
        margin-bottom: 2rem;
        max-width: 100%;
        display: none; /* Default hidden on mobile */
        line-height: 1.4;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    }
    /* Show description on desktop */
    @media (min-width: 768px) { .hero-description { display: block; } }


    /* --- MOBILE TEXT SIZE FIXES (Make info smaller) --- */
    @media (max-width: 768px) {
        .tod-badge { 
            font-size: 0.6rem; 
            padding-left: 0.4rem; 
            border-left-width: 3px; 
            margin-bottom: 0.4rem; 
        }
        
        .hero-title { 
            /* Significantly smaller on mobile to fit */
            font-size: 2rem; 
            margin-bottom: 0.5rem; 
        }
        
        .badge-container { 
            font-size: 0.7rem; 
            gap: 8px; 
            margin-bottom: 0.8rem; 
        }
        
        .badge-hd, .badge-rating { 
            padding: 1px 3px; 
            font-size: 0.6rem; 
        }
    }


    /* --- BUTTONS --- */
    .btn-container {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    /* GRADIENT BLUE PLAY BUTTON */
    .btn-play {
        background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 100%); /* Blue to Cyan */
        color: white;
        border: none;
        padding: 12px 32px;
        border-radius: 6px;
        font-size: 1.1rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        transition: transform 0.2s, filter 0.2s;
        box-shadow: 0 4px 15px rgba(6, 182, 212, 0.3);
        white-space: nowrap;
    }
    .btn-play:hover { transform: scale(1.05); filter: brightness(1.1); }

    /* Info / My List Button */
    .btn-info {
        background: rgba(109, 109, 110, 0.7);
        color: white;
        border: none;
        padding: 12px 32px;
        border-radius: 6px;
        font-size: 1.1rem;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        backdrop-filter: blur(4px);
        transition: background 0.2s;
        white-space: nowrap;
    }
    .btn-info:hover { background: rgba(109, 109, 110, 0.4); }

    /* --- MOBILE BUTTON FIXES --- */
    @media (max-width: 768px) {
        .btn-container { 
            gap: 0.6rem; 
            width: 100%; /* Ensure container takes width if needed */
        }
        
        .btn-play, .btn-info {
            padding: 8px 16px; /* Smaller padding */
            font-size: 0.9rem; /* Smaller text */
            gap: 6px;
            border-radius: 4px;
            flex: 1; /* Make buttons equal width on mobile */
            justify-content: center;
        }
        
        .btn-play svg, .btn-info svg { 
            width: 18px; 
            height: 18px; 
        }
    }

    /* --- SWIPER ARROWS --- */
    .swiper-button-prev, .swiper-button-next {
        color: white !important;
        width: 5%;
        height: 100%;
        top: 0;
        margin-top: 0;
        opacity: 0;
        transition: opacity 0.3s;
        text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    }
    
    @media (min-width: 1024px) {
        .hero-section:hover .swiper-button-prev,
        .hero-section:hover .swiper-button-next { opacity: 1; }
    }
    
    .swiper-button-prev:after, .swiper-button-next:after { font-size: 2rem !important; font-weight: 900; }
	@media (min-width: 1024px) {
    .movies-swiper:hover .swiper-button-prev,
    .movies-swiper:hover .swiper-button-next {
        opacity: 1;
    }
}


