/**
 * IPTV Website Custom Styles
 * Modern IPTV Theme - Black Background, White Text, Yellow Buttons
 */

/* ============================================
   GENERAL STYLING & RESET
   ============================================ */

:root {
	--iptv-black: #000000;
	--iptv-white: #FFFFFF;
	--iptv-yellow: #006400; /* Dark Green */
	--iptv-yellow-hover: #004d00; /* Darker Green Hover */
	--iptv-yellow-glow: rgba(0, 100, 0, 0.5); /* Dark Green Glow */
	--iptv-red: #006400; /* Dark Green */
	--iptv-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base styling - Black background, white text */
html {
	background-color: var(--iptv-black);
}

body.iptv-theme,
body.iptv-theme .site,
body.iptv-theme #page {
	background-color: var(--iptv-black);
	color: var(--iptv-white);
	min-height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body.iptv-theme #content,
body.iptv-theme .site-content {
	background-color: var(--iptv-black);
	color: var(--iptv-white);
	margin: 0;
	padding: 0;
}

/* Single offset for fixed header: content starts exactly below header on all pages */
body.iptv-theme .site-content-contain {
	padding-top: var(--iptv-header-height, 90px) !important;
}

body.iptv-theme .site-content-contain {
	background-color: var(--iptv-black);
	color: var(--iptv-white);
	margin: 0 !important;
	padding: 0 !important;
	padding-top: var(--iptv-header-height, 90px) !important;
	width: 100%;
}

/* Center inner-wrap when it contains black background sections on front page */
body.iptv-theme .site-content-contain {
	width: 100% !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-top: var(--iptv-header-height, 90px) !important;
}

body.iptv-theme .site-content-contain > .inner-wrap,
body.iptv-theme .inner-wrap {
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Ensure sections inside inner-wrap are also centered */
body.iptv-theme .inner-wrap section#packages,
body.iptv-theme .inner-wrap .iptv-brands-section,
body.iptv-theme .inner-wrap .iptv-statistics-section,
body.iptv-theme .inner-wrap .iptv-content-entertainment-section {
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

/* Front page: no padding band above hero so hero is the only background (no double layer) */
body.iptv-theme.home .site-content-contain,
body.iptv-theme.iptv-has-hero .site-content-contain {
	padding-top: 0 !important;
}
body.iptv-theme.home #content,
body.iptv-theme.home .site-content,
body.iptv-theme.iptv-has-hero #content,
body.iptv-theme.iptv-has-hero .site-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
body.iptv-theme.home .iptv-hero-section,
body.iptv-theme.iptv-has-hero .iptv-hero-section,
body.iptv-theme.iptv-has-hero .iptv-blog-hero-section,
body.iptv-theme.iptv-has-hero .iptv-reviews-page-hero,
body.iptv-theme.iptv-has-hero .iptv-single-hero-section,
body.iptv-theme.iptv-has-hero .iptv-pricing-hero {
	margin-top: 0 !important;
}

/* Hide parent theme header image block on front page and any page with IPTV hero */
body.iptv-theme.home .custom-header,
body.iptv-theme.iptv-has-hero .custom-header {
	display: none !important;
}

/* Override black background when inside white wrapper */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white ~ *,
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .site-content,
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white #content {
	background-color: transparent;
}

body.iptv-theme h1,
body.iptv-theme h2,
body.iptv-theme h3,
body.iptv-theme h4,
body.iptv-theme h5,
body.iptv-theme h6,
body.iptv-theme p,
body.iptv-theme span,
body.iptv-theme li,
body.iptv-theme a:not(.iptv-btn),
body.iptv-theme .entry-content,
body.iptv-theme .widget {
	color: var(--iptv-white);
}

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* ============================================
   HEADER & NAVIGATION - MODERN DESIGN
   Single source for header height: used for content offset (no gap, no overlap).
   ============================================ */

body.iptv-theme {
	--iptv-header-height: 90px; /* Desktop: padding 20 + logo 50 + padding 20 */
}

@media (max-width: 1023px) {
	body.iptv-theme {
		--iptv-header-height: 80px;
	}
}

@media (max-width: 767px) {
	body.iptv-theme {
		--iptv-header-height: 59px; /* 12 + logo 35 + 12 */
	}
}

body.iptv-theme #masthead.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: transparent;
	transition: var(--iptv-transition);
	box-shadow: none;
	margin: 0;
	padding: 0;
}

body.iptv-theme #masthead.site-header.scrolled {
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
}

/* Modern Navigation Container - Transparent Background */
body.iptv-theme .iptv-modern-nav {
	background-color: transparent;
	width: 100%;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: relative;
}

/* Optimize backdrop-filter on desktop - reduce blur intensity */
@media (min-width: 1024px) {
	body.iptv-theme .iptv-modern-nav {
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}
}

body.iptv-theme .iptv-modern-nav::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
	pointer-events: none;
	z-index: 0;
}

body.iptv-theme #masthead.scrolled .iptv-modern-nav,
body.iptv-theme #masthead.site-header.scrolled .iptv-modern-nav {
	background-color: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

/* Optimize scrolled header backdrop-filter on desktop */
@media (min-width: 1024px) {
	body.iptv-theme #masthead.scrolled .iptv-modern-nav,
	body.iptv-theme #masthead.site-header.scrolled .iptv-modern-nav {
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
}

body.iptv-theme #masthead.scrolled .iptv-modern-nav::before,
body.iptv-theme #masthead.site-header.scrolled .iptv-modern-nav::before {
	background: rgba(0, 0, 0, 0.8);
}

body.iptv-theme .iptv-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* Logo Section - Left */
body.iptv-theme .iptv-logo-wrapper {
	flex: 0 0 auto;
	z-index: 10;
}

body.iptv-theme .iptv-logo-wrapper .custom-logo-link img {
	max-height: 50px;
	width: auto;
	transition: var(--iptv-transition);
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

body.iptv-theme .iptv-logo-text {
	font-size: 24px;
	font-weight: 700;
	color: var(--iptv-white);
	text-decoration: none;
	letter-spacing: 1px;
	transition: var(--iptv-transition);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 1px 3px rgba(0, 0, 0, 0.5);
}

body.iptv-theme .iptv-logo-text:hover {
	color: var(--iptv-yellow);
	text-shadow: 0 2px 8px rgba(0, 100, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Centered Menu */
body.iptv-theme .iptv-menu-wrapper {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

body.iptv-theme .iptv-primary-menu {
	display: flex;
	align-items: center;
}

body.iptv-theme .iptv-menu-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px;
	align-items: center;
}

body.iptv-theme .iptv-menu-item {
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-menu-item a {
	color: var(--iptv-white);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 12px 24px;
	display: block;
	position: relative;
	transition: var(--iptv-transition);
	letter-spacing: 0.5px;
	border-radius: 4px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.6);
}

body.iptv-theme .iptv-menu-item a::before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: calc(100% - 20px);
	height: 2px;
	background-color: var(--iptv-yellow);
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-menu-item a:hover,
body.iptv-theme .iptv-menu-item.current-menu-item > a,
body.iptv-theme .iptv-menu-item.current_page_item > a {
	color: var(--iptv-yellow);
	text-shadow: 0 2px 8px rgba(0, 100, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.5);
}

body.iptv-theme .iptv-menu-item a:hover::before,
body.iptv-theme .iptv-menu-item.current-menu-item > a::before,
body.iptv-theme .iptv-menu-item.current_page_item > a::before {
	transform: translateX(-50%) scaleX(1);
}

/* Header Right Section - CTA + Hamburger */
body.iptv-theme .iptv-header-right {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 20px;
	z-index: 10;
}

/* CTA Button */
body.iptv-theme .iptv-header-cta {
	background-color: var(--iptv-yellow);
	color: var(--iptv-white) !important;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body.iptv-theme .iptv-header-cta:hover {
	background-color: var(--iptv-yellow-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px var(--iptv-yellow-glow);
	color: var(--iptv-white) !important;
}

/* Modern Hamburger Menu */
body.iptv-theme .iptv-hamburger {
	display: none;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1001;
	position: relative;
}

body.iptv-theme .iptv-hamburger-box {
	width: 30px;
	height: 24px;
	position: relative;
	display: block;
}

body.iptv-theme .iptv-hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1.5px;
	width: 30px;
	height: 3px;
	background-color: var(--iptv-white);
	border-radius: 3px;
	position: absolute;
	transition: var(--iptv-transition);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

body.iptv-theme .iptv-hamburger-inner:first-child {
	top: 0;
}

body.iptv-theme .iptv-hamburger-inner:nth-child(2) {
	top: 50%;
	margin-top: -1.5px;
}

body.iptv-theme .iptv-hamburger-inner:last-child {
	top: auto;
	bottom: 0;
}

body.iptv-theme .iptv-hamburger.active .iptv-hamburger-inner:first-child {
	top: 50%;
	margin-top: -1.5px;
	transform: rotate(45deg);
}

body.iptv-theme .iptv-hamburger.active .iptv-hamburger-inner:nth-child(2) {
	opacity: 0;
}

body.iptv-theme .iptv-hamburger.active .iptv-hamburger-inner:last-child {
	bottom: 50%;
	margin-bottom: -1.5px;
	transform: rotate(-45deg);
}

body.iptv-theme .iptv-hamburger:hover .iptv-hamburger-inner {
	background-color: var(--iptv-yellow);
}

/* Mobile Menu Overlay */
body.iptv-theme .iptv-mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.98);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	overflow-y: auto;
	padding-top: 80px;
}

body.iptv-theme .iptv-mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

body.iptv-theme .iptv-mobile-menu {
	padding: 40px 20px;
	max-width: 600px;
	margin: 0 auto;
}

body.iptv-theme .iptv-mobile-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.iptv-theme .iptv-mobile-menu-item {
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-mobile-menu-item a {
	color: var(--iptv-white);
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	padding: 20px;
	display: block;
	text-align: center;
	border-radius: 8px;
	transition: var(--iptv-transition);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body.iptv-theme .iptv-mobile-menu-item a:hover,
body.iptv-theme .iptv-mobile-menu-item.current-menu-item > a {
	background-color: rgba(0, 100, 0, 0.1);
	color: var(--iptv-yellow);
}

body.iptv-theme .iptv-mobile-cta {
	display: block;
	background-color: var(--iptv-yellow);
	color: var(--iptv-white) !important;
	padding: 18px 40px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body.iptv-theme .iptv-mobile-cta:hover {
	background-color: var(--iptv-yellow-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px var(--iptv-yellow-glow);
	color: var(--iptv-white) !important;
}

/* Responsive Design - Mobile */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-header-container {
		padding: 15px 20px;
	}
	
	body.iptv-theme .iptv-menu-wrapper {
		display: none;
	}
	
	body.iptv-theme .iptv-hamburger {
		display: block;
	}
	
	body.iptv-theme .iptv-header-cta {
		display: none;
	}
	
	body.iptv-theme .iptv-logo-wrapper .custom-logo-link img {
		max-height: 40px;
	}
	
	body.iptv-theme .iptv-logo-text {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-header-container {
		padding: 12px 15px;
	}
	
	body.iptv-theme .iptv-logo-wrapper .custom-logo-link img {
		max-height: 35px;
	}
	
	body.iptv-theme .iptv-logo-text {
		font-size: 18px;
	}
}

/* Legacy Navigation Support (for compatibility) */
body.iptv-theme .navbar:not(.iptv-modern-nav) {
	background-color: transparent;
	transition: var(--iptv-transition);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.iptv-theme .header-inner:not(.iptv-header-container) {
	padding: 0;
}

/* ============================================
   HERO SECTION WITH 3D CAROUSEL
   Full viewport: hero covers entire screen, content centered and fully visible below header.
   ============================================ */

body.iptv-theme .iptv-hero-section {
	position: relative;
	min-height: 100vh;
	height: 100vh;
	margin-top: calc(-1 * var(--iptv-header-height, 90px));
	padding-top: var(--iptv-header-height, 90px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	overflow: hidden;
	background: #000000;
	margin-bottom: 0;
	z-index: 1;
}

/* Hero Layout: text container + carousel side-by-side, zoom-friendly */
body.iptv-theme .iptv-hero-layout {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 56px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	flex: 1;
	min-height: 0;
	padding: 0 20px;
	box-sizing: border-box;
}

/* Centered Hero Text Container - zoom-friendly, maintains composition */
body.iptv-theme .hero-text-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	padding: 0 24px;
	max-width: 640px;
	flex: 0 1 52%;
	min-width: 0;
	transform: translateZ(0);
	will-change: auto;
}

/* Mobile Hero Section - full viewport, content centered and visible */
@media (max-width: 767px) {
	body.iptv-theme .iptv-hero-section {
		min-height: 100vh !important;
		height: 100vh !important;
		margin-top: calc(-1 * var(--iptv-header-height, 59px)) !important;
		padding-top: var(--iptv-header-height, 59px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		overflow: hidden !important;
		gap: 0 !important;
	}
	
	/* Ensure hero background doesn't overflow on mobile */
	body.iptv-theme .iptv-hero-background-wrapper {
		overflow: hidden;
	}
	
	/* Reduce gradient mesh animation on mobile for performance */
	body.iptv-theme .iptv-hero-gradient-mesh {
		animation-duration: 15s;
	}
	
	/* Reduce particle count on mobile */
	body.iptv-theme .iptv-hero-section .iptv-particles {
		display: none; /* Hide particles on mobile for better performance */
	}
}

/* Hero Background Wrapper */
body.iptv-theme .iptv-hero-background-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* Modern Gradient Mesh Background - Enhanced Depth */
body.iptv-theme .iptv-hero-gradient-mesh {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: 
		radial-gradient(circle at 20% 30%, rgba(75, 0, 130, 0.45) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(0, 100, 200, 0.35) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(30, 30, 60, 0.55) 0%, transparent 70%),
		linear-gradient(135deg, rgba(0, 50, 100, 0.15) 0%, transparent 50%),
		linear-gradient(45deg, rgba(50, 0, 100, 0.12) 0%, transparent 50%);
	animation: heroGradientMesh 20s ease-in-out infinite;
	z-index: 1;
	overflow: hidden;
	will-change: transform;
}

@keyframes heroGradientMesh {
	0%, 100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.8;
	}
	33% {
		transform: translate(-5%, 5%) scale(1.1);
		opacity: 1;
}
	66% {
		transform: translate(5%, -5%) scale(0.9);
		opacity: 0.9;
	}
}

/* Dark Overlay with Subtle Gradient */
body.iptv-theme .iptv-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.6) 100%);
	z-index: 2;
	overflow: hidden;
}

/* ============================================
   BANNER CAROUSEL SECTION
   Full-width sliding image carousel
   ============================================ */

body.iptv-theme .iptv-banner-carousel-section {
	position: relative;
	width: 100vw;
	max-width: 100%;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	overflow: hidden;
	background: #ffffff;
	padding: 40px 0 20px 0;
}

body.iptv-theme .iptv-banner-carousel-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

body.iptv-theme .iptv-banner-carousel {
	display: flex;
	gap: 20px;
	animation: scrollBanner 30s linear infinite;
	width: fit-content;
	will-change: transform;
}

body.iptv-theme .iptv-banner-carousel:hover {
	animation-play-state: paused;
}

body.iptv-theme .iptv-banner-carousel-item {
	flex-shrink: 0;
	width: 300px;
	height: 180px;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	transition: var(--iptv-transition);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-banner-carousel-item:hover {
	transform: translateY(-5px) scale(1.02);
	border-color: var(--iptv-yellow);
	box-shadow: 0 10px 30px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-banner-carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--iptv-transition);
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.iptv-theme .iptv-banner-carousel-item:hover img {
	transform: scale(1.1);
}

@keyframes scrollBanner {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-100% / 3));
	}
}

/* ============================================
   BANNER CAROUSEL 2 SECTION
   Full-width sliding image carousel (left to right)
   ============================================ */

body.iptv-theme .iptv-banner-carousel-2-section {
	position: relative;
	width: 100vw;
	max-width: 100%;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	overflow: hidden;
	background: #ffffff;
	padding: 20px 0;
	margin-bottom: 0;
}

body.iptv-theme .iptv-banner-carousel-2-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

body.iptv-theme .iptv-banner-carousel-2 {
	display: flex;
	gap: 20px;
	animation: scrollBanner2 30s linear infinite;
	width: fit-content;
	will-change: transform;
}

body.iptv-theme .iptv-banner-carousel-2:hover {
	animation-play-state: paused;
}

body.iptv-theme .iptv-banner-carousel-2-item {
	flex-shrink: 0;
	width: 300px;
	height: 180px;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	transition: var(--iptv-transition);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-banner-carousel-2-item:hover {
	transform: translateY(-5px) scale(1.02);
	border-color: var(--iptv-yellow);
	box-shadow: 0 10px 30px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-banner-carousel-2-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--iptv-transition);
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.iptv-theme .iptv-banner-carousel-2-item:hover img {
	transform: scale(1.1);
}

@keyframes scrollBanner2 {
	0% {
		transform: translateX(calc(-100% / 3));
	}
	100% {
		transform: translateX(0);
	}
}

/* Responsive Design for Banner Carousel */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-banner-carousel-item,
	body.iptv-theme .iptv-banner-carousel-2-item {
		width: 300px;
		height: 200px;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-banner-carousel-item,
	body.iptv-theme .iptv-banner-carousel-2-item {
		width: 250px;
		height: 160px;
	}
	
	body.iptv-theme .iptv-banner-carousel,
	body.iptv-theme .iptv-banner-carousel-2 {
		gap: 15px;
	}
}


/* Hero Button - prominent, left-aligned with text */
body.iptv-theme .hero-text-container .iptv-btn {
	display: inline-block;
	margin-top: 36px;
	margin-left: 0;
	margin-right: auto;
	align-self: flex-start;
	width: auto;
	padding: 20px 52px;
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Mobile Hero Layout - stacked, text first then 3D carousel */
@media (max-width: 767px) {
	body.iptv-theme .iptv-hero-section {
		padding-left: 0;
		padding-right: 0;
		justify-content: flex-start;
	}
	
	body.iptv-theme .iptv-hero-layout {
		flex-direction: column;
		gap: 32px;
	}
	
	body.iptv-theme .hero-text-container {
		order: 1;
		width: 100%;
		max-width: 100%;
		flex: 0 0 auto;
		padding: 0 16px;
	}
	
	/* Center Get Started button on mobile */
	body.iptv-theme .hero-text-container .iptv-btn {
		align-self: center;
	}
	
	/* Ensure 3D carousel is displayed on mobile (below the text) */
	body.iptv-theme .iptv-3d-carousel {
		order: 2;
		display: block !important;
		visibility: visible !important;
		flex: 0 0 auto !important;
	}
}

/* Hero H1 - prominent, centered */
body.iptv-theme .hero-text-container h1 {
	font-size: clamp(2.5rem, 5.5vw, 4rem);
	font-weight: 800;
	color: var(--iptv-white);
	margin-bottom: 24px;
	margin-top: 0;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
	letter-spacing: -0.02em;
	animation: fadeInUp 1s ease-out;
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	display: block;
	box-sizing: border-box;
}

/* Subtitle - centered lead paragraph */
body.iptv-theme .hero-text-container .subtitle-wrapper {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 0;
	margin-top: 0;
	box-sizing: border-box;
}

body.iptv-theme .hero-text-container .subtitle {
	font-size: clamp(1rem, 2.2vw, 1.25rem);
	color: var(--iptv-white);
	margin-bottom: 0;
	margin-top: 0;
	opacity: 0.92;
	animation: fadeInUp 1s ease-out 0.2s both;
	width: 100%;
	max-width: 100%;
	display: block;
	line-height: 1.6;
	box-sizing: border-box;
	font-weight: 400;
	letter-spacing: 0.01em;
}

/* Stagger animation for multiple subtitle paragraphs */
body.iptv-theme .hero-text-container .subtitle-wrapper .subtitle:nth-child(1) {
	animation-delay: 0.2s;
}

body.iptv-theme .hero-text-container .subtitle-wrapper .subtitle:nth-child(2) {
	animation-delay: 0.35s;
}

body.iptv-theme .hero-text-container .subtitle-wrapper .subtitle:nth-child(3) {
	animation-delay: 0.5s;
}

body.iptv-theme .hero-text-container .subtitle-wrapper .subtitle:nth-child(n+4) {
	animation-delay: 0.65s;
}

/* ============================================
   3D VERTICAL CAROUSEL - Cover Flow Style
   Carousel shifted left; bigger images; zoom-friendly (vw/vh/vmin). Mobile: front visible + sliver of prev/next.
   ============================================ */

/* 3D Carousel Container - right column, adjacent to hero text */
body.iptv-theme .iptv-3d-carousel {
	position: relative;
	z-index: 2;
	flex: 0 1 48%;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	height: 740px;
	min-height: 620px;
	perspective: 3000px;
	perspective-origin: center center;
	margin: 0;
	overflow: hidden;
	transform: translateZ(0);
	transform-origin: center center;
}

/* Mobile: 3D carousel visible below hero text; front image + sliver of prev/next */
@media (max-width: 767px) {
	body.iptv-theme .iptv-3d-carousel {
		display: block !important;
		visibility: visible !important;
		min-height: min(420px, 58vh) !important;
		height: min(420px, 58vh) !important;
		perspective: min(1400px, 85vmin);
		margin: 20px 0 0;
		order: 2;
		flex: 0 0 auto !important;
		width: 100%;
		max-width: 100%;
		overflow: hidden !important;
		box-sizing: border-box;
		margin-left: 0;
	}
	
	body.iptv-theme .iptv-3d-carousel .iptv-carousel-container {
		display: block !important;
		visibility: visible !important;
		width: 100%;
		height: 100%;
		overflow: hidden !important;
		max-width: 100%;
	}
	
	body.iptv-theme .iptv-carousel-item {
		width: min(320px, 88vw) !important;
		height: min(214px, 58.67vw) !important; /* 3:2 */
	}
}

body.iptv-theme .iptv-carousel-container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	transform-style: preserve-3d;
	transform-origin: center center;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: visible;
}

/* Base carousel item - fixed 3:2 size for consistent layout on all laptops */
body.iptv-theme .iptv-carousel-item {
	position: absolute;
	width: 560px;
	height: 373px;
	left: 50%;
	top: 50%;
	transform-style: preserve-3d;
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.7s ease;
	cursor: pointer;
	pointer-events: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform, opacity;
	opacity: 0;
	visibility: hidden;
	display: none;
	transform: translate(-50%, -50%) translateY(0) translateZ(-320px) rotateX(0deg) scale(0.6);
	z-index: 1;
	box-sizing: border-box;
}

/* Center (Active) Image */
body.iptv-theme .iptv-carousel-item.active {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	width: 660px;
	height: 440px;
	transform: translate(-50%, -50%) translateY(0) translateZ(0) rotateX(0deg) scale(1);
	z-index: 10;
}

/* Previous - fixed offset */
body.iptv-theme .iptv-carousel-item.prev {
	opacity: 0.92 !important;
	visibility: visible !important;
	display: block !important;
	transform: translate(-50%, -50%) translateY(-220px) translateZ(-180px) rotateX(14deg) scale(0.85);
	z-index: 2;
	filter: brightness(1.05) contrast(1.1);
}

/* Next - fixed offset */
body.iptv-theme .iptv-carousel-item.next {
	opacity: 0.92 !important;
	visibility: visible !important;
	display: block !important;
	transform: translate(-50%, -50%) translateY(220px) translateZ(-180px) rotateX(-14deg) scale(0.85);
	z-index: 2;
	filter: brightness(1.05) contrast(1.1);
}

/* Hide all other items (only show exactly 3) */
body.iptv-theme .iptv-carousel-item:not(.active):not(.prev):not(.next) {
	opacity: 0 !important;
	visibility: hidden !important;
	display: none !important;
	pointer-events: none;
	transform: translate(-50%, -50%) translateY(0) translateZ(-350px) rotateX(90deg) scale(0.5);
	z-index: 0;
}

body.iptv-theme .iptv-carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 3:2 crop */
	border-radius: 20px;
	box-shadow: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	border: none;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	background-color: rgba(255, 255, 255, 0.05);
	will-change: transform;
	/* Floating animation on images */
	animation: floatImage 4s ease-in-out infinite;
	/* Improve image quality and clarity */
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

body.iptv-theme .iptv-carousel-item.active img {
	animation: floatImageActive 4s ease-in-out infinite;
	box-shadow: none;
}

body.iptv-theme .iptv-carousel-item.prev img,
body.iptv-theme .iptv-carousel-item.next img {
	animation: floatImageSide 4.5s ease-in-out infinite;
	/* Enhanced image quality for back images */
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Hover effects with red shadow */
body.iptv-theme .iptv-carousel-item:hover img {
	box-shadow: 0 20px 60px rgba(0, 100, 0, 0.6), 0 10px 30px rgba(0, 100, 0, 0.4);
	transform: translateY(-5px) scale(1.02);
}

body.iptv-theme .iptv-carousel-item.active:hover img {
	box-shadow: 0 25px 70px rgba(0, 100, 0, 0.7), 0 15px 40px rgba(0, 100, 0, 0.5);
	transform: translateY(-8px) scale(1.03);
	animation-play-state: paused;
}

/* Floating/Hovering Animations - Optimized for smoothness */
@keyframes floatImage {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-12px) scale(1.01);
	}
}

@keyframes floatImageActive {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-20px) scale(1.02);
	}
}

@keyframes floatImageSide {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-10px) scale(1.01);
	}
}

/* Particle Background Effect - Stars */
body.iptv-theme .iptv-particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

body.iptv-theme .iptv-particle {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: var(--iptv-yellow);
	border-radius: 50%;
	opacity: 0.9;
	box-shadow: 0 0 6px rgba(0, 100, 0, 0.8), 0 0 12px rgba(0, 100, 0, 0.4);
	animation: float 15s infinite ease-in-out;
}

@keyframes float {
	0%, 100% {
		transform: translateY(0) translateX(0);
		opacity: 0.9;
	}
	50% {
		transform: translateY(-100px) translateX(50px);
		opacity: 0.6;
	}
}

/* ============================================
   BUTTONS - YELLOW STYLE
   ============================================ */

body.iptv-theme .iptv-btn,
body.iptv-theme a.iptv-btn,
body.iptv-theme button.iptv-btn,
body.iptv-theme .wp-block-button__link,
body.iptv-theme .elementor-button,
body.iptv-theme input[type="submit"],
body.iptv-theme button[type="submit"] {
	background-color: var(--iptv-yellow);
	color: var(--iptv-white) !important;
	border: 2px solid var(--iptv-yellow);
	padding: 16px 42px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	transition: var(--iptv-transition);
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 100, 0, 0.4), 0 2px 8px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

body.iptv-theme .iptv-btn:hover,
body.iptv-theme .iptv-btn:focus {
	background-color: var(--iptv-yellow-hover);
	border-color: var(--iptv-yellow-hover);
	color: var(--iptv-white) !important;
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 100, 0, 0.5), 0 4px 12px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-btn:hover::before {
	width: 300px;
	height: 300px;
}

body.iptv-theme .iptv-btn:active {
	transform: translateY(0);
}

/* Button Variants */
body.iptv-theme .iptv-btn-outline {
	background-color: transparent;
	color: var(--iptv-yellow) !important;
	border-color: var(--iptv-yellow);
}

body.iptv-theme .iptv-btn-outline:hover {
	background-color: var(--iptv-yellow);
	color: var(--iptv-white) !important;
}

/* ============================================
   SECTIONS - FADE IN ON SCROLL
   ============================================ */

body.iptv-theme .iptv-section,
body.iptv-theme .elementor-section,
body.iptv-theme .wp-block-group {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	padding: 80px 20px;
}

/* Features section on white background - ensure it's completely white */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white #features {
	background-color: #ffffff !important;
	background: #ffffff !important;
}

/* Ensure all child elements in white wrapper don't have backgrounds */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-section {
	background: transparent !important;
	background-color: transparent !important;
}

body.iptv-theme .iptv-section.visible,
body.iptv-theme .elementor-section.visible,
body.iptv-theme .wp-block-group.visible {
	opacity: 1;
	transform: translateY(0);
}

body.iptv-theme .iptv-section-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	color: var(--iptv-white);
	position: relative;
	padding-bottom: 20px;
}

body.iptv-theme .iptv-section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background-color: var(--iptv-yellow);
}

/* Remove title underline in Features section on white background */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white #features .iptv-section-title::after {
	display: none;
}

body.iptv-theme .iptv-section-subtitle {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 60px;
	color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   FULL-WIDTH BACKGROUND WRAPPERS
   ============================================ */

body.iptv-theme .iptv-section-bg-wrapper {
	position: relative;
	width: 100vw;
	max-width: 100%;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	transition: background-color 0.4s ease-in-out;
	overflow-x: hidden;
}

/* White Background Wrapper */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white {
	background-color: #ffffff !important;
	background: #ffffff !important;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

/* Reduce gap between banner sections and Features section */
body.iptv-theme .iptv-banner-carousel-2-section + .iptv-section-bg-wrapper.iptv-bg-white,
body.iptv-theme .iptv-banner-carousel-2-section ~ .iptv-section-bg-wrapper.iptv-bg-white {
	margin-top: 0;
	padding-top: 0;
}

body.iptv-theme .iptv-banner-carousel-2-section + .iptv-section-bg-wrapper.iptv-bg-white .iptv-section,
body.iptv-theme .iptv-banner-carousel-2-section ~ .iptv-section-bg-wrapper.iptv-bg-white .iptv-section {
	padding-top: 20px;
}

/* Ensure white background extends fully to cover any black gaps */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white::after {
	content: '';
	position: absolute;
	top: 0;
	left: -50vw;
	right: -50vw;
	bottom: 0;
	background-color: #ffffff;
	z-index: -1;
	width: 200vw;
	margin-left: 50vw;
}

/* Reduce gap between Sports and Movies sections */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white + .iptv-section-bg-wrapper.iptv-bg-white {
	margin-top: -20px;
}

/* Black Background Wrapper (default, can be used for other sections) */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-black {
	background-color: #000000;
}

/* Ensure inner-wrap inside background wrappers maintains proper width */
body.iptv-theme .iptv-section-bg-wrapper .inner-wrap {
	max-width: 1400px !important;
	margin: 0 auto !important;
	padding: 0 40px !important;
	background-color: transparent;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Ensure white background shows through in features section */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .inner-wrap {
	background-color: transparent !important;
}

/* Ensure site-content is transparent in white sections to show white background */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .site-content,
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white #content {
	background-color: transparent !important;
}

/* Section Title & Subtitle on White Background */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-section-title {
	color: #000000;
}

body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-section-subtitle {
	color: rgba(0, 0, 0, 0.7);
}

/* ============================================
   FEATURES / SERVICES SECTION
   ============================================ */

body.iptv-theme .iptv-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px;
	margin-top: 60px;
	perspective: 1000px;
}

/* Feature Card Wrapper - 3D Container */
body.iptv-theme .iptv-feature-card-wrapper {
	perspective: 1000px;
	height: 100%;
	min-height: 300px;
}

/* Feature Card - 3D Flip Container */
body.iptv-theme .iptv-feature-card {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 300px;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
	cursor: pointer;
}

/* Flip on hover */
body.iptv-theme .iptv-feature-card-wrapper:hover .iptv-feature-card,
body.iptv-theme .iptv-feature-card-wrapper.flipped .iptv-feature-card {
	transform: rotateY(180deg);
}

/* Front and Back Sides */
body.iptv-theme .iptv-feature-card-front,
body.iptv-theme .iptv-feature-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 30px;
	text-align: center;
	background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Feature cards on white background - keep them black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-feature-card-front,
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-feature-card-back {
	background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%);
	border: none;
}

/* Back side - rotated 180 degrees initially */
body.iptv-theme .iptv-feature-card-back {
	transform: rotateY(180deg);
	background: linear-gradient(135deg, #0a0a0a 0%, #000000 100%);
}

/* Front Side Content */
body.iptv-theme .iptv-feature-card-front .iptv-feature-icon {
	font-size: 48px;
	margin-bottom: 20px;
	display: inline-block;
	opacity: 1 !important;
	visibility: visible !important;
	/* No filter - display emojis in their original colors */
}

body.iptv-theme .iptv-feature-card-front h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: var(--iptv-white);
}

body.iptv-theme .iptv-feature-card-front p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

/* Back Side Content */
body.iptv-theme .iptv-feature-card-back h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	color: var(--iptv-white);
	border-bottom: 2px solid #006400;
	padding-bottom: 10px;
	width: 100%;
}

body.iptv-theme .iptv-feature-details {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}

body.iptv-theme .iptv-feature-details li {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
	font-size: 0.95rem;
}

body.iptv-theme .iptv-feature-details li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #006400;
	font-weight: bold;
	font-size: 1.1rem;
}

/* Hover effect - lift card slightly */
body.iptv-theme .iptv-feature-card-wrapper:hover {
	transform: translateY(-10px);
}

body.iptv-theme .iptv-feature-card-wrapper:hover .iptv-feature-card-front,
body.iptv-theme .iptv-feature-card-wrapper:hover .iptv-feature-card-back {
	box-shadow: 0 20px 40px rgba(0, 100, 0, 0.3);
}

/* Responsive Styles for 3D Flip Cards */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-feature-card-wrapper {
		min-height: 280px;
	}
	
	body.iptv-theme .iptv-feature-card {
		min-height: 280px;
	}
	
	body.iptv-theme .iptv-feature-card-front,
	body.iptv-theme .iptv-feature-card-back {
		padding: 35px 25px;
	}
	
	body.iptv-theme .iptv-feature-card-front .iptv-feature-icon {
		font-size: 42px;
		margin-bottom: 15px;
		opacity: 1 !important;
		visibility: visible !important;
		/* No filter - display emojis in their original colors */
	}
	
	body.iptv-theme .iptv-feature-card-front h3,
	body.iptv-theme .iptv-feature-card-back h3 {
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-feature-card-wrapper {
		min-height: 250px;
	}
	
	body.iptv-theme .iptv-feature-card {
		min-height: 250px;
	}
	
	body.iptv-theme .iptv-feature-card-front,
	body.iptv-theme .iptv-feature-card-back {
		padding: 30px 20px;
	}
	
	body.iptv-theme .iptv-feature-card-front .iptv-feature-icon {
		font-size: 36px;
		margin-bottom: 12px;
		opacity: 1 !important;
		visibility: visible !important;
		/* No filter - display emojis in their original colors */
	}
	
	body.iptv-theme .iptv-feature-card-front h3,
	body.iptv-theme .iptv-feature-card-back h3 {
		font-size: 1.2rem;
		margin-bottom: 12px;
	}
	
	body.iptv-theme .iptv-feature-card-front p {
		font-size: 0.9rem;
	}
	
	body.iptv-theme .iptv-feature-details li {
		font-size: 0.85rem;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	
	/* Reduce perspective on mobile for better performance */
	body.iptv-theme .iptv-features-grid {
		perspective: 800px;
	}
	
	body.iptv-theme .iptv-feature-card-wrapper {
		perspective: 800px;
	}
}

/* Disable flip cards on mobile - make them static */
@media (max-width: 767px) {
	/* Disable 3D flip effect on mobile */
	body.iptv-theme .iptv-feature-card {
		transform: none !important;
		cursor: default !important;
		pointer-events: none !important;
	}
	
	body.iptv-theme .iptv-feature-card-wrapper {
		cursor: default !important;
		pointer-events: auto !important;
	}
	
	body.iptv-theme .iptv-feature-card-wrapper:hover .iptv-feature-card,
	body.iptv-theme .iptv-feature-card-wrapper.flipped .iptv-feature-card {
		transform: none !important;
	}
	
	/* Show only front side on mobile */
	body.iptv-theme .iptv-feature-card-back {
		display: none !important;
	}
	
	body.iptv-theme .iptv-feature-card-front {
		position: relative !important;
		backface-visibility: visible !important;
	}
	
	/* Disable hover effects on mobile */
	body.iptv-theme .iptv-feature-card-wrapper:hover {
		transform: none !important;
	}
}

/* Touch-friendly: Disable tap to flip on mobile */
@media (hover: none) and (pointer: coarse) {
	body.iptv-theme .iptv-feature-card-wrapper {
		touch-action: auto;
		pointer-events: auto;
	}
	
	body.iptv-theme .iptv-feature-card {
		pointer-events: none;
	}
}

/* Feature card hover on white background */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-feature-card:hover {
	box-shadow: 0 20px 40px rgba(0, 100, 0, 0.4);
	border-color: #006400;
}

body.iptv-theme .iptv-feature-icon {
	font-size: 48px;
	margin-bottom: 20px;
	display: inline-block;
	opacity: 1 !important;
	visibility: visible !important;
	/* No filter - display emojis in their original colors */
}

/* Ensure feature icons in feature cards display in original colors */
body.iptv-theme .iptv-feature-card .iptv-feature-icon {
	opacity: 1 !important;
	visibility: visible !important;
	/* No filter - display emojis in their original colors */
}

body.iptv-theme .iptv-feature-card h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: var(--iptv-white);
}

/* Feature card text on white background - keep white text on black cards */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-feature-card h3 {
	color: var(--iptv-white);
}

body.iptv-theme .iptv-feature-card p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

/* Feature card description on white background - keep white text on black cards */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-feature-card p {
	color: rgba(255, 255, 255, 0.8);
}

/* ============================================
   PACKAGES / CHANNELS SECTION - MODERN DESIGN
   ============================================ */

body.iptv-theme .iptv-packages-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 0;
	align-items: stretch; /* Ensure all cards have equal height */
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Space between packages and statistics sections */
body.iptv-theme section#packages {
	margin-bottom: 0;
	padding-bottom: 40px;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
}

body.iptv-theme section#packages + .iptv-statistics-section,
body.iptv-theme section#packages ~ .iptv-statistics-section {
	margin-top: 0;
	padding-top: 40px;
}

/* Package Card - Equal Height with Flexbox */
body.iptv-theme .iptv-package-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	border-radius: 20px;
	overflow: hidden;
	transition: var(--iptv-transition);
	border: 2px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}

body.iptv-theme .iptv-package-card:hover {
	transform: translateY(-8px);
	border-color: var(--iptv-yellow);
	box-shadow: 0 12px 40px rgba(0, 100, 0, 0.4);
}

/* Popular Badge */
body.iptv-theme .iptv-package-badge {
	position: absolute;
	top: 20px;
	right: -30px;
	background: linear-gradient(135deg, var(--iptv-yellow), #004d00);
	color: var(--iptv-white) !important;
	padding: 6px 40px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transform: rotate(45deg);
	box-shadow: 0 2px 10px rgba(0, 100, 0, 0.5);
	z-index: 10;
}

body.iptv-theme .iptv-package-popular {
	border-color: var(--iptv-yellow);
	box-shadow: 0 8px 30px rgba(0, 100, 0, 0.3);
}

/* Package Content - Flexbox Layout */
body.iptv-theme .iptv-package-content {
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
}

/* Package Header */
body.iptv-theme .iptv-package-header {
	margin-bottom: 20px;
	text-align: center;
}

body.iptv-theme .iptv-package-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
}

body.iptv-theme .iptv-package-price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	margin-bottom: 0;
}

body.iptv-theme .iptv-price-amount {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--iptv-yellow);
	line-height: 1;
}

body.iptv-theme .iptv-price-period {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
}

/* Package Description */
body.iptv-theme .iptv-package-description {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 25px 0;
	text-align: center;
	flex-shrink: 0;
}

/* Package Features List */
body.iptv-theme .iptv-package-features {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	flex: 1; /* Take available space, pushing button to bottom */
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.iptv-theme .iptv-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	line-height: 1.5;
}

body.iptv-theme .iptv-feature-item .iptv-feature-icon {
	color: #006400; /* Dark Red */
	font-weight: 700;
	font-size: 1.1rem;
	flex-shrink: 0;
	margin-top: 2px;
}

body.iptv-theme .iptv-feature-text {
	flex: 1;
}

/* Package Footer - Always at Bottom */
body.iptv-theme .iptv-package-footer {
	margin-top: auto; /* Push to bottom */
	padding-top: 20px;
	flex-shrink: 0;
}

/* Package Button */
body.iptv-theme .iptv-package-btn {
	display: block;
	width: 100%;
	background-color: var(--iptv-yellow);
	color: var(--iptv-white) !important;
	padding: 16px 32px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
	border: 2px solid var(--iptv-yellow);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	position: relative;
	overflow: hidden;
}

body.iptv-theme .iptv-package-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

body.iptv-theme .iptv-package-btn:hover {
	background-color: var(--iptv-yellow-hover);
	border-color: var(--iptv-yellow-hover);
	color: var(--iptv-white) !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px var(--iptv-yellow-glow);
}

body.iptv-theme .iptv-package-btn:hover::before {
	width: 300px;
	height: 300px;
}

body.iptv-theme .iptv-package-btn:active {
	transform: translateY(0);
}

/* Popular Plan Button Styling */
body.iptv-theme .iptv-package-popular .iptv-package-btn {
	background: linear-gradient(135deg, var(--iptv-yellow), #004d00);
	box-shadow: 0 6px 20px rgba(0, 100, 0, 0.5);
	color: var(--iptv-white) !important;
}

body.iptv-theme .iptv-package-popular .iptv-package-btn:hover {
	background: linear-gradient(135deg, var(--iptv-yellow-hover), #006633);
	box-shadow: 0 8px 30px var(--iptv-yellow-glow);
	color: var(--iptv-white) !important;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

/* ============================================
   IPTV USAGE GUIDE SECTION
   ============================================ */

body.iptv-theme .iptv-usage-guide-section {
	background-color: var(--iptv-black);
	padding: 100px 20px;
	position: relative;
	overflow-x: hidden;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

body.iptv-theme .iptv-usage-guide-container {
	max-width: 1400px;
	margin: 0 auto;
}

/* Centered Header */
body.iptv-theme .iptv-usage-guide-header {
	text-align: center;
	margin-bottom: 40px;
}

body.iptv-theme .iptv-usage-guide-title {
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 20px 0;
	line-height: 1.2;
}

body.iptv-theme .iptv-usage-guide-header .iptv-usage-guide-intro {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Content Grid - removed; layout is now header → full-width image → centered steps */
body.iptv-theme .iptv-usage-guide-content-grid {
	display: block;
}

/* Text Content - when inside steps wrapper */
body.iptv-theme .iptv-usage-guide-text {
	display: flex;
	flex-direction: column;
	gap: 30px;
	height: auto;
	min-height: 0;
}

body.iptv-theme .iptv-usage-points {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 0 0 24px 0;
	flex: 0 0 auto;
}

body.iptv-theme .iptv-usage-point {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: var(--iptv-transition);
	flex: 1 1 200px;
	min-width: 180px;
	max-width: 280px;
}

body.iptv-theme .iptv-usage-point:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: #006400;
	transform: translateY(-2px);
}

body.iptv-theme .iptv-usage-point-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #006400;
	background: rgba(0, 100, 0, 0.1);
	border-radius: 8px;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-usage-point:hover .iptv-usage-point-icon {
	background: rgba(0, 100, 0, 0.2);
	transform: scale(1.1);
}

body.iptv-theme .iptv-usage-point-icon svg {
	width: 24px;
	height: 24px;
}

body.iptv-theme .iptv-usage-point-text {
	flex: 1;
	min-width: 0;
}

body.iptv-theme .iptv-usage-point-text h3 {
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--iptv-white);
	margin: 0 0 4px 0;
}

body.iptv-theme .iptv-usage-point-text p {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	line-height: 1.5;
}

/* Centered steps and CTA under the image - steps in a row, button below */
body.iptv-theme .iptv-usage-guide-steps-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

body.iptv-theme .iptv-usage-guide-steps-wrapper .iptv-usage-guide-text {
	align-items: center;
	width: 100%;
	max-width: 900px;
}

body.iptv-theme .iptv-usage-guide-steps-wrapper .iptv-usage-points {
	width: 100%;
	justify-content: center;
}

body.iptv-theme .iptv-usage-guide-cta-wrap {
	text-align: center;
	width: 100%;
	margin-top: 8px;
}

/* Learn More Button */
body.iptv-theme .iptv-usage-guide-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 32px;
	background: linear-gradient(135deg, #006400 0%, #004d00 100%);
	color: var(--iptv-white);
	text-decoration: none;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 600;
	transition: var(--iptv-transition);
	border: 2px solid #006400;
	width: fit-content;
	margin: 0 auto;
	align-self: center;
}

body.iptv-theme .iptv-usage-guide-button:hover {
	background: linear-gradient(135deg, #004d00 0%, #006400 100%);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-usage-guide-button svg {
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-usage-guide-button:hover svg {
	transform: translateX(5px);
}

/* Image Wrapper - centered in section, 16:9, smaller width */
body.iptv-theme .iptv-usage-guide-image-wrapper {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

/* Image Container - 16:9 horizontal */
body.iptv-theme .iptv-usage-guide-image-container {
	width: 100%;
	aspect-ratio: 16 / 9;
	padding: 0;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

body.iptv-theme .iptv-usage-guide-image-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 100, 0, 0.08) 0%, rgba(0, 0, 0, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

body.iptv-theme .iptv-usage-guide-image-container:hover::before {
	opacity: 1;
}

body.iptv-theme .iptv-usage-guide-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-usage-guide-image-placeholder {
	width: 100%;
	height: 100%;
	min-height: 280px;
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	padding: 40px;
	text-align: center;
}

body.iptv-theme .iptv-usage-guide-image-placeholder p {
	margin: 0 0 10px;
	font-size: 1.1rem;
}

body.iptv-theme .iptv-usage-guide-image-placeholder p:last-child {
	margin-bottom: 0;
	font-size: 0.9rem;
	opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-usage-guide-image-wrapper {
		margin-bottom: 40px;
	}
	
	body.iptv-theme .iptv-usage-guide-image-container {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-usage-guide-section {
		padding: 60px 15px;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	body.iptv-theme .iptv-usage-guide-header {
		margin-bottom: 40px;
	}
	
	body.iptv-theme .iptv-usage-guide-image-wrapper {
		margin-bottom: 36px;
		max-width: 100%;
	}
	
	body.iptv-theme .iptv-usage-guide-intro {
		font-size: 1rem;
	}
	
	body.iptv-theme .iptv-usage-points {
		flex-direction: column;
		gap: 12px;
		max-width: 100%;
	}
	
	body.iptv-theme .iptv-usage-point {
		padding: 14px;
		min-width: 0;
		max-width: 100%;
	}
	
	body.iptv-theme .iptv-usage-point-icon {
		width: 36px;
		height: 36px;
	}
	
	body.iptv-theme .iptv-usage-point-icon svg {
		width: 22px;
		height: 22px;
	}
	
	body.iptv-theme .iptv-usage-point-text h3 {
		font-size: 1rem;
	}
	
	body.iptv-theme .iptv-usage-point-text p {
		font-size: 0.85rem;
	}
	
	body.iptv-theme .iptv-usage-guide-steps-wrapper .iptv-usage-guide-text {
		max-width: 100%;
	}
}

body.iptv-theme .iptv-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
	margin-top: 60px;
}

body.iptv-theme .iptv-testimonial-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	padding: 40px 30px;
	border-radius: 15px;
	position: relative;
	border-left: 4px solid var(--iptv-yellow);
	border-radius: 20px;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.1);
	overflow: hidden;
	animation: deviceGlow 4s ease-in-out infinite;
}

@keyframes deviceGlow {
	0%, 100% {
		box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.1);
	}
	50% {
		box-shadow: 0 25px 80px rgba(0, 100, 0, 0.4), 0 0 0 3px rgba(0, 100, 0, 0.3);
	}
}

body.iptv-theme .iptv-device-screen {
	position: absolute;
	top: 8%;
	left: 8%;
	width: 84%;
	height: 84%;
	background: #000000;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.iptv-theme .iptv-screen-content {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

body.iptv-theme .iptv-screen-feature {
	position: absolute;
	text-align: center;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.5s ease, transform 0.5s ease;
	pointer-events: none;
}

body.iptv-theme .iptv-screen-feature.active {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

body.iptv-theme .iptv-screen-icon {
	font-size: clamp(3rem, 8vw, 5rem);
	margin-bottom: 20px;
	display: block;
	animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

body.iptv-theme .iptv-screen-feature h3 {
	font-size: clamp(1.2rem, 3vw, 1.8rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 10px;
}

body.iptv-theme .iptv-screen-feature p {
	font-size: clamp(0.9rem, 2vw, 1.1rem);
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	line-height: 1.6;
}

body.iptv-theme .iptv-device-frame {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	pointer-events: none;
}

/* Orbiting Feature Elements */
body.iptv-theme .iptv-feature-orbits {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 900px;
	pointer-events: none;
}

body.iptv-theme .iptv-feature-orbit-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 5;
}

/* Calculate orbit positions */
body.iptv-theme .iptv-feature-orbit-item[data-angle="0"] {
	transform: translate(-50%, -50%) translateY(-400px);
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="60"] {
	transform: translate(-50%, -50%) translate(346px, -200px);
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="120"] {
	transform: translate(-50%, -50%) translate(346px, 200px);
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="180"] {
	transform: translate(-50%, -50%) translateY(400px);
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="240"] {
	transform: translate(-50%, -50%) translate(-346px, 200px);
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="300"] {
	transform: translate(-50%, -50%) translate(-346px, -200px);
}

body.iptv-theme .iptv-orbit-icon {
	font-size: 3.5rem;
	margin-bottom: 15px;
	display: block;
	transition: transform 0.3s ease;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

body.iptv-theme .iptv-feature-orbit-item:hover .iptv-orbit-icon {
	transform: scale(1.2) rotate(5deg);
}

body.iptv-theme .iptv-orbit-content {
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
	border-radius: 15px;
	padding: 15px 20px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	width: 100%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

body.iptv-theme .iptv-feature-orbit-item:hover .iptv-orbit-content {
	background: rgba(0, 100, 0, 0.9);
	border-color: var(--orbit-color);
	box-shadow: 0 12px 30px rgba(0, 100, 0, 0.6);
	transform: scale(1.05);
}

/* Floating animation for orbit items */
body.iptv-theme .iptv-feature-orbit-item.iptv-orbit-float {
	animation: orbitFloat 3s ease-in-out infinite;
}

@keyframes orbitFloat {
	0%, 100% {
		transform: translate(-50%, -50%) translateY(0);
	}
	50% {
		transform: translate(-50%, -50%) translateY(-10px);
	}
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="0"].iptv-orbit-float {
	animation-name: orbitFloat0;
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="60"].iptv-orbit-float {
	animation-name: orbitFloat60;
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="120"].iptv-orbit-float {
	animation-name: orbitFloat120;
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="180"].iptv-orbit-float {
	animation-name: orbitFloat180;
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="240"].iptv-orbit-float {
	animation-name: orbitFloat240;
}

body.iptv-theme .iptv-feature-orbit-item[data-angle="300"].iptv-orbit-float {
	animation-name: orbitFloat300;
}

@keyframes orbitFloat0 {
	0%, 100% { transform: translate(-50%, -50%) translateY(-400px); }
	50% { transform: translate(-50%, -50%) translateY(-410px); }
}

@keyframes orbitFloat60 {
	0%, 100% { transform: translate(-50%, -50%) translate(346px, -200px); }
	50% { transform: translate(-50%, -50%) translate(351px, -205px); }
}

@keyframes orbitFloat120 {
	0%, 100% { transform: translate(-50%, -50%) translate(346px, 200px); }
	50% { transform: translate(-50%, -50%) translate(351px, 205px); }
}

@keyframes orbitFloat180 {
	0%, 100% { transform: translate(-50%, -50%) translateY(400px); }
	50% { transform: translate(-50%, -50%) translateY(410px); }
}

@keyframes orbitFloat240 {
	0%, 100% { transform: translate(-50%, -50%) translate(-346px, 200px); }
	50% { transform: translate(-50%, -50%) translate(-351px, 205px); }
}

@keyframes orbitFloat300 {
	0%, 100% { transform: translate(-50%, -50%) translate(-346px, -200px); }
	50% { transform: translate(-50%, -50%) translate(-351px, -205px); }
}

body.iptv-theme .iptv-orbit-content h4 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 5px;
	line-height: 1.3;
}

body.iptv-theme .iptv-orbit-content p {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	line-height: 1.4;
}

/* Orbit animation */
@keyframes orbitRotate {
	from {
		transform: translate(-50%, -50%) rotate(0deg) translateY(-400px) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg) translateY(-400px) rotate(-360deg);
	}
}

/* CTA Section */
body.iptv-theme .iptv-usage-guide-cta {
	text-align: center;
	margin-top: 80px;
}

body.iptv-theme .iptv-usage-guide-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 40px;
	background: linear-gradient(135deg, #006400 0%, #004d00 100%);
	color: var(--iptv-white);
	text-decoration: none;
	border-radius: 12px;
	font-size: 1.15rem;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 2px solid #006400;
	box-shadow: 0 8px 25px rgba(0, 100, 0, 0.3);
	position: relative;
	overflow: hidden;
}

body.iptv-theme .iptv-usage-guide-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

body.iptv-theme .iptv-usage-guide-button:hover::before {
	left: 100%;
}

body.iptv-theme .iptv-usage-guide-button:hover {
	background: linear-gradient(135deg, #004d00 0%, #006400 100%);
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(0, 100, 0, 0.5);
	border-color: #004d00;
}

body.iptv-theme .iptv-usage-guide-button svg {
	transition: transform 0.3s ease;
	width: 20px;
	height: 20px;
}

body.iptv-theme .iptv-usage-guide-button:hover svg {
	transform: translateX(6px);
}

body.iptv-theme .iptv-usage-guide-cta-text {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.6);
	margin: 15px 0 0;
	line-height: 1.6;
}

/* Scroll-in animations */
body.iptv-theme .iptv-feature-orbit-item {
	opacity: 0;
	transition: opacity 0.6s ease;
}

body.iptv-theme .iptv-feature-orbit-item .iptv-orbit-content {
	transform: scale(0.8);
	transition: transform 0.6s ease;
}

body.iptv-theme .iptv-feature-orbit-item.iptv-animate-in {
	opacity: 1;
}

body.iptv-theme .iptv-feature-orbit-item.iptv-animate-in .iptv-orbit-content {
	transform: scale(1);
}

body.iptv-theme .iptv-device-center {
	opacity: 0;
	transform: scale(0.9);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

body.iptv-theme .iptv-device-center.iptv-animate-in {
	opacity: 1;
	transform: scale(1);
}

/* Responsive Design */
@media (max-width: 1024px) {
	body.iptv-theme .iptv-usage-showcase-container {
		min-height: 500px;
	}
	
	body.iptv-theme .iptv-feature-orbit-item {
		width: 150px;
		height: 150px;
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="0"] {
		transform: translate(-50%, -50%) translateY(-320px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="60"] {
		transform: translate(-50%, -50%) translate(277px, -160px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="120"] {
		transform: translate(-50%, -50%) translate(277px, 160px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="180"] {
		transform: translate(-50%, -50%) translateY(320px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="240"] {
		transform: translate(-50%, -50%) translate(-277px, 160px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="300"] {
		transform: translate(-50%, -50%) translate(-277px, -160px);
	}
	
	body.iptv-theme .iptv-orbit-icon {
		font-size: 2.8rem;
	}
	
	body.iptv-theme .iptv-orbit-content {
		padding: 12px 16px;
	}
	
	body.iptv-theme .iptv-orbit-content h4 {
		font-size: 0.9rem;
	}
	
	body.iptv-theme .iptv-orbit-content p {
		font-size: 0.8rem;
	}
	
	/* Update float animations for tablet */
	@keyframes orbitFloat0 {
		0%, 100% { transform: translate(-50%, -50%) translateY(-320px); }
		50% { transform: translate(-50%, -50%) translateY(-330px); }
	}
	
	@keyframes orbitFloat60 {
		0%, 100% { transform: translate(-50%, -50%) translate(277px, -160px); }
		50% { transform: translate(-50%, -50%) translate(282px, -165px); }
	}
	
	@keyframes orbitFloat120 {
		0%, 100% { transform: translate(-50%, -50%) translate(277px, 160px); }
		50% { transform: translate(-50%, -50%) translate(282px, 165px); }
	}
	
	@keyframes orbitFloat180 {
		0%, 100% { transform: translate(-50%, -50%) translateY(320px); }
		50% { transform: translate(-50%, -50%) translateY(330px); }
	}
	
	@keyframes orbitFloat240 {
		0%, 100% { transform: translate(-50%, -50%) translate(-277px, 160px); }
		50% { transform: translate(-50%, -50%) translate(-282px, 165px); }
	}
	
	@keyframes orbitFloat300 {
		0%, 100% { transform: translate(-50%, -50%) translate(-277px, -160px); }
		50% { transform: translate(-50%, -50%) translate(-282px, -165px); }
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-usage-guide-section {
		padding: 80px 15px;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	body.iptv-theme .iptv-usage-guide-header {
		margin-bottom: 60px;
	}
	
	body.iptv-theme .iptv-usage-showcase-container {
		min-height: 400px;
	}
	
	body.iptv-theme .iptv-device-mockup {
		padding-top: 70%;
	}
	
	body.iptv-theme .iptv-feature-orbits {
		max-width: 100%;
		max-height: 100%;
	}
	
	body.iptv-theme .iptv-feature-orbit-item {
		width: 120px;
		height: 120px;
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="0"] {
		transform: translate(-50%, -50%) translateY(-250px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="60"] {
		transform: translate(-50%, -50%) translate(217px, -125px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="120"] {
		transform: translate(-50%, -50%) translate(217px, 125px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="180"] {
		transform: translate(-50%, -50%) translateY(250px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="240"] {
		transform: translate(-50%, -50%) translate(-217px, 125px);
	}
	
	body.iptv-theme .iptv-feature-orbit-item[data-angle="300"] {
		transform: translate(-50%, -50%) translate(-217px, -125px);
	}
	
	body.iptv-theme .iptv-orbit-icon {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	
	body.iptv-theme .iptv-orbit-content {
		padding: 10px 12px;
	}
	
	body.iptv-theme .iptv-orbit-content h4 {
		font-size: 0.85rem;
	}
	
	body.iptv-theme .iptv-orbit-content p {
		font-size: 0.75rem;
	}
	
	/* Update float animations for mobile */
	@keyframes orbitFloat0 {
		0%, 100% { transform: translate(-50%, -50%) translateY(-250px); }
		50% { transform: translate(-50%, -50%) translateY(-260px); }
	}
	
	@keyframes orbitFloat60 {
		0%, 100% { transform: translate(-50%, -50%) translate(217px, -125px); }
		50% { transform: translate(-50%, -50%) translate(222px, -130px); }
	}
	
	@keyframes orbitFloat120 {
		0%, 100% { transform: translate(-50%, -50%) translate(217px, 125px); }
		50% { transform: translate(-50%, -50%) translate(222px, 130px); }
	}
	
	@keyframes orbitFloat180 {
		0%, 100% { transform: translate(-50%, -50%) translateY(250px); }
		50% { transform: translate(-50%, -50%) translateY(260px); }
	}
	
	@keyframes orbitFloat240 {
		0%, 100% { transform: translate(-50%, -50%) translate(-217px, 125px); }
		50% { transform: translate(-50%, -50%) translate(-222px, 130px); }
	}
	
	@keyframes orbitFloat300 {
		0%, 100% { transform: translate(-50%, -50%) translate(-217px, -125px); }
		50% { transform: translate(-50%, -50%) translate(-222px, -130px); }
	}
	
	body.iptv-theme .iptv-usage-guide-cta {
		margin-top: 60px;
	}
	
	body.iptv-theme .iptv-usage-guide-button {
		padding: 15px 30px;
		font-size: 1rem;
	}
}

/* ============================================
   WHATSAPP TESTIMONIALS CAROUSEL - WHITE BACKGROUND
   Modern design following WhatsApp interface
   ============================================ */

/* Main Section Container */
body.iptv-theme .iptv-whatsapp-testimonials-section,
body.iptv-theme #testimonials.iptv-whatsapp-testimonials-section {
	background-color: #ffffff !important;
	background: #ffffff !important;
	padding: 100px 20px;
	position: relative;
	overflow: hidden;
	width: 100vw;
	max-width: 100%;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

/* Ensure parent containers don't override white background */
body.iptv-theme #content .iptv-whatsapp-testimonials-section,
body.iptv-theme .site-content .iptv-whatsapp-testimonials-section,
body.iptv-theme .inner-wrap .iptv-whatsapp-testimonials-section {
	background-color: #ffffff !important;
	background: #ffffff !important;
}

/* Container - Centers content */
body.iptv-theme .iptv-whatsapp-testimonials-section .iptv-whatsapp-container {
	max-width: 1400px;
	margin: 0 auto;
	background-color: transparent !important;
	background: transparent !important;
}

/* Section Title & Subtitle on White Background */
body.iptv-theme .iptv-whatsapp-testimonials-section .iptv-section-title {
	color: #000000;
	text-align: center;
}

body.iptv-theme .iptv-whatsapp-testimonials-section .iptv-section-subtitle {
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

/* Carousel Wrapper */
body.iptv-theme .iptv-whatsapp-carousel-wrapper {
	position: relative;
	margin: 60px 0 40px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Carousel */
body.iptv-theme .iptv-whatsapp-carousel {
	display: flex;
	gap: 30px;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
	width: 100%;
	position: relative;
}

/* Image Container - 3 per row on desktop */
body.iptv-theme .iptv-whatsapp-image-container {
	flex: 0 0 calc(33.333% - 20px);
	min-width: calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	width: calc(33.333% - 20px);
	cursor: pointer;
	transition: transform 0.3s ease;
	touch-action: pan-y; /* Allow vertical scrolling on images */
}

body.iptv-theme .iptv-whatsapp-image-container:hover {
	transform: translateY(-5px);
}

/* Image Wrapper */
body.iptv-theme .iptv-whatsapp-image-wrapper {
	position: relative;
	width: 100%;
	height: 600px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	background: #0b141a;
}

body.iptv-theme .iptv-whatsapp-image-container:hover .iptv-whatsapp-image-wrapper {
	box-shadow: 0 15px 50px rgba(0, 100, 0, 0.4);
}

/* Screenshot Image */
body.iptv-theme .iptv-whatsapp-screenshot {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-whatsapp-image-container:hover .iptv-whatsapp-screenshot {
	transform: scale(1.02);
}

/* Hover Overlay */
body.iptv-theme .iptv-whatsapp-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	border-radius: 12px;
}

body.iptv-theme .iptv-whatsapp-image-container:hover .iptv-whatsapp-image-overlay {
	opacity: 1;
}

/* View Full Button */
body.iptv-theme .iptv-whatsapp-view-btn {
	background: rgba(0, 100, 0, 0.95);
	border: 2px solid #006400;
	color: #ffffff;
	padding: 12px 24px;
	border-radius: 25px;
	font-size: 0.95rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-whatsapp-view-btn:hover {
	background: #006400;
	transform: scale(1.05);
	box-shadow: 0 5px 20px rgba(0, 100, 0, 0.6);
	border-color: #004d00;
}

body.iptv-theme .iptv-whatsapp-view-btn svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
}

/* Navigation Container */
body.iptv-theme .iptv-whatsapp-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
	padding: 10px 0;
}

/* Navigation Buttons */
body.iptv-theme .iptv-whatsapp-nav-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 100, 0, 0.15);
	border: 2px solid #006400;
	color: #006400;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-whatsapp-nav-btn:hover {
	background: #006400;
	border-color: #006400;
	color: #ffffff;
	transform: scale(1.1);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-whatsapp-nav-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
	transform: none;
	background: rgba(0, 100, 0, 0.1) !important;
	border-color: rgba(0, 100, 0, 0.2) !important;
	color: rgba(0, 100, 0, 0.4) !important;
}

body.iptv-theme .iptv-whatsapp-nav-btn svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
}

/* Dot Indicators */
body.iptv-theme .iptv-whatsapp-dots {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.iptv-theme .iptv-whatsapp-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(0, 100, 0, 0.4);
	border: 2px solid rgba(0, 100, 0, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
	padding: 0;
}

body.iptv-theme .iptv-whatsapp-dot.active {
	background: #006400;
	border-color: #006400;
	width: 32px;
	border-radius: 6px;
	box-shadow: 0 0 12px rgba(0, 100, 0, 0.7);
}

body.iptv-theme .iptv-whatsapp-dot:hover {
	background: rgba(0, 100, 0, 0.8);
	border-color: #006400;
	transform: scale(1.3);
}

/* Placeholder */
body.iptv-theme .iptv-whatsapp-placeholder {
	text-align: center;
	padding: 60px 20px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	margin-top: 60px;
}

body.iptv-theme .iptv-whatsapp-placeholder p {
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.1rem;
	margin-bottom: 10px;
}

body.iptv-theme .iptv-whatsapp-instructions {
	font-size: 0.9rem !important;
	color: rgba(0, 0, 0, 0.5) !important;
	font-style: italic;
}

/* Modal (Full Image View) */
body.iptv-theme .iptv-whatsapp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	animation: modalFadeIn 0.3s ease-out;
}

body.iptv-theme .iptv-whatsapp-lightbox.active {
	display: flex;
}

@keyframes modalFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

body.iptv-theme .iptv-whatsapp-lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}

body.iptv-theme .iptv-whatsapp-lightbox-content {
	position: relative;
	z-index: 1;
	background: #0b141a;
	border-radius: 12px;
	max-width: 500px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
	animation: modalSlideUp 0.3s ease-out;
}

@keyframes modalSlideUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.iptv-theme .iptv-whatsapp-lightbox-image {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

body.iptv-theme .iptv-whatsapp-lightbox-close {
	position: absolute;
	top: -50px;
	right: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	z-index: 10;
	transition: all 0.3s ease;
	cursor: pointer;
}

body.iptv-theme .iptv-whatsapp-lightbox-close:hover {
	background: #ff3333;
	border-color: #ff3333;
	transform: rotate(90deg);
}

body.iptv-theme .iptv-whatsapp-lightbox-prev,
body.iptv-theme .iptv-whatsapp-lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(0, 100, 0, 0.9);
	border: 2px solid #006400;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-whatsapp-lightbox-prev:hover,
body.iptv-theme .iptv-whatsapp-lightbox-next:hover {
	background: #006400;
	border-color: #004d00;
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 100, 0, 0.6);
}

body.iptv-theme .iptv-whatsapp-lightbox-prev {
	left: -70px;
}

body.iptv-theme .iptv-whatsapp-lightbox-next {
	right: -70px;
}

body.iptv-theme .iptv-whatsapp-lightbox-prev svg,
body.iptv-theme .iptv-whatsapp-lightbox-next svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
}

/* Responsive Design */
@media (max-width: 1400px) {
	body.iptv-theme .iptv-whatsapp-image-container {
		flex: 0 0 calc(33.333% - 18px);
		min-width: calc(33.333% - 18px);
		max-width: calc(33.333% - 18px);
		width: calc(33.333% - 18px);
	}
	
	body.iptv-theme .iptv-whatsapp-carousel {
		gap: 20px;
	}
}

@media (max-width: 1024px) {
	body.iptv-theme .iptv-whatsapp-image-container {
		flex: 0 0 calc(33.333% - 15px);
		min-width: calc(33.333% - 15px);
		max-width: calc(33.333% - 15px);
		width: calc(33.333% - 15px);
	}
	
	body.iptv-theme .iptv-whatsapp-carousel {
		gap: 15px;
	}
	
	body.iptv-theme .iptv-whatsapp-carousel-wrapper {
		margin: 50px 0 35px;
	}
}

@media (max-width: 768px) {
	body.iptv-theme .iptv-whatsapp-testimonials-section {
		padding: 60px 15px;
	}
	
	body.iptv-theme .iptv-whatsapp-carousel-wrapper {
		margin: 40px 0 30px;
		padding: 0 10px;
	}
	
	body.iptv-theme .iptv-whatsapp-carousel {
		gap: 20px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE and Edge */
	}
	
	body.iptv-theme .iptv-whatsapp-carousel::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera */
	}
	
	body.iptv-theme .iptv-whatsapp-image-container {
		flex: 0 0 calc(100% - 20px);
		min-width: calc(100% - 20px);
		max-width: calc(100% - 20px);
		scroll-snap-align: center;
	}
	
	body.iptv-theme .iptv-whatsapp-image-wrapper {
		height: 500px;
	}
	
	body.iptv-theme .iptv-whatsapp-view-btn {
		padding: 10px 20px;
		font-size: 0.85rem;
	}
	
	/* Navigation buttons - larger and more touch-friendly */
	body.iptv-theme .iptv-whatsapp-nav {
		margin-top: 25px;
		gap: 15px;
	}
	
	body.iptv-theme .iptv-whatsapp-nav-btn {
		width: 50px;
		height: 50px;
		min-width: 50px;
		min-height: 50px;
	}
	
	body.iptv-theme .iptv-whatsapp-nav-btn svg {
		width: 24px;
		height: 24px;
	}
	
	/* Dots - larger for touch */
	body.iptv-theme .iptv-whatsapp-dot {
		width: 16px;
		height: 16px;
		min-width: 16px;
		min-height: 16px;
	}
	
	body.iptv-theme .iptv-whatsapp-dot.active {
		width: 36px;
	}
	
	/* Lightbox adjustments */
	body.iptv-theme .iptv-whatsapp-lightbox-prev {
		left: 10px;
		width: 40px;
		height: 40px;
	}
	
	body.iptv-theme .iptv-whatsapp-lightbox-next {
		right: 10px;
		width: 40px;
		height: 40px;
	}
	
	body.iptv-theme .iptv-whatsapp-lightbox-close {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	
	body.iptv-theme .iptv-whatsapp-lightbox-content {
		max-width: 95vw;
		padding: 15px;
	}
	
	body.iptv-theme .iptv-whatsapp-lightbox-image {
		max-height: 85vh;
	}
}

@media (max-width: 480px) {
	body.iptv-theme .iptv-whatsapp-testimonials-section {
		padding: 50px 10px;
	}
	
	body.iptv-theme .iptv-whatsapp-carousel-wrapper {
		margin: 30px 0 25px;
		padding: 0 5px;
	}
	
	body.iptv-theme .iptv-whatsapp-carousel {
		gap: 15px;
	}
	
	body.iptv-theme .iptv-whatsapp-image-container {
		flex: 0 0 calc(100% - 15px);
		min-width: calc(100% - 15px);
		max-width: calc(100% - 15px);
	}
	
	body.iptv-theme .iptv-whatsapp-image-wrapper {
		height: 450px;
		border-radius: 10px;
	}
	
	body.iptv-theme .iptv-whatsapp-view-btn {
		padding: 8px 16px;
		font-size: 0.8rem;
		gap: 6px;
	}
	
	body.iptv-theme .iptv-whatsapp-view-btn svg {
		width: 18px;
		height: 18px;
	}
	
	/* Section title and subtitle adjustments */
	body.iptv-theme .iptv-whatsapp-testimonials-section .iptv-section-title {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	
	body.iptv-theme .iptv-whatsapp-testimonials-section .iptv-section-subtitle {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	
	/* Navigation */
	body.iptv-theme .iptv-whatsapp-nav {
		margin-top: 20px;
		gap: 12px;
		flex-wrap: wrap;
	}
	
	body.iptv-theme .iptv-whatsapp-nav-btn {
		width: 45px;
		height: 45px;
		min-width: 45px;
		min-height: 45px;
	}
	
	body.iptv-theme .iptv-whatsapp-dots {
		gap: 8px;
	}
	
	body.iptv-theme .iptv-whatsapp-dot {
		width: 14px;
		height: 14px;
		min-width: 14px;
		min-height: 14px;
	}
	
	body.iptv-theme .iptv-whatsapp-dot.active {
		width: 32px;
	}
}

body.iptv-theme .iptv-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
	margin-top: 60px;
}

body.iptv-theme .iptv-testimonial-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	padding: 40px 30px;
	border-radius: 15px;
	position: relative;
	border-left: 4px solid var(--iptv-yellow);
}

/* Testimonials on white background - keep cards black but adjust text colors */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white #testimonials .iptv-section-title {
	color: #000000;
}

body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white #testimonials .iptv-section-subtitle {
	color: rgba(0, 0, 0, 0.7);
}

body.iptv-theme .iptv-testimonial-card::before {
	content: '"';
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 80px;
	color: var(--iptv-yellow);
	opacity: 0.3;
	line-height: 1;
}

body.iptv-theme .iptv-testimonial-text {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.9);
	font-style: italic;
}

body.iptv-theme .iptv-testimonial-author {
	display: flex;
	align-items: center;
	gap: 15px;
}

body.iptv-theme .iptv-testimonial-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--iptv-yellow);
}

body.iptv-theme .iptv-testimonial-author-info h4 {
	margin: 0;
	color: var(--iptv-white);
	font-size: 1.1rem;
}

body.iptv-theme .iptv-testimonial-author-info p {
	margin: 5px 0 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
}

/* ============================================
   MODERN FOOTER
   ============================================ */

body.iptv-theme .iptv-modern-footer {
	position: relative;
	background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
	color: var(--iptv-white);
	padding: 80px 0 0;
	margin-top: 60px;
}

body.iptv-theme .iptv-footer-top-border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent 0%, var(--iptv-yellow) 50%, transparent 100%);
}

body.iptv-theme .iptv-footer-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px 40px;
}

body.iptv-theme .iptv-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
	margin-bottom: 60px;
}

body.iptv-theme .iptv-footer-column {
	display: flex;
	flex-direction: column;
}

/* Column 1: Brand */
body.iptv-theme .iptv-footer-brand {
	gap: 20px;
}

body.iptv-theme .iptv-footer-logo {
	margin-bottom: 10px;
}

body.iptv-theme .iptv-footer-logo img {
	max-height: 50px;
	width: auto;
}

body.iptv-theme .iptv-footer-brand-name {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: 700;
}

body.iptv-theme .iptv-footer-brand-name a {
	color: var(--iptv-white);
	text-decoration: none;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-footer-brand-name a:hover {
	color: var(--iptv-yellow);
}

body.iptv-theme .iptv-footer-tagline {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

body.iptv-theme .iptv-footer-social {
	display: flex;
	gap: 15px;
	margin-top: 10px;
}

body.iptv-theme .iptv-footer-social-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: var(--iptv-transition);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-footer-social-icon:hover {
	background-color: var(--iptv-yellow);
	color: var(--iptv-white);
	transform: translateY(-3px);
	border-color: var(--iptv-yellow);
	box-shadow: 0 5px 15px var(--iptv-yellow-glow);
}

/* Column 2 & 3: Links */
body.iptv-theme .iptv-footer-links {
	gap: 40px;
}

body.iptv-theme .iptv-footer-link-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

body.iptv-theme .iptv-footer-heading {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--iptv-white);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body.iptv-theme .iptv-footer-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.iptv-theme .iptv-footer-link-list li {
	margin: 0;
}

body.iptv-theme .iptv-footer-link-list a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 14px;
	transition: var(--iptv-transition);
	display: inline-block;
}

body.iptv-theme .iptv-footer-link-list a:hover {
	color: var(--iptv-yellow);
	transform: translateX(5px);
}

/* Column 4: Contact & Newsletter */
body.iptv-theme .iptv-footer-contact {
	gap: 25px;
}

body.iptv-theme .iptv-footer-newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.iptv-theme .iptv-footer-newsletter-email {
	width: 100%;
	padding: 14px 18px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: var(--iptv-white);
	font-size: 14px;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-footer-newsletter-email::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-footer-newsletter-email:focus {
	outline: none;
	border-color: var(--iptv-yellow);
	background-color: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 0 3px var(--iptv-yellow-glow);
}

body.iptv-theme .iptv-footer-newsletter-submit {
	padding: 14px 24px;
	background-color: var(--iptv-yellow);
	color: var(--iptv-white);
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: var(--iptv-transition);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body.iptv-theme .iptv-footer-newsletter-submit:hover {
	background-color: var(--iptv-yellow-hover);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px var(--iptv-yellow-glow);
}

body.iptv-theme .iptv-footer-newsletter-privacy {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
}

body.iptv-theme .iptv-footer-contact-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

body.iptv-theme .iptv-footer-contact-item {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

body.iptv-theme .iptv-footer-contact-item a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-footer-contact-item a:hover {
	color: var(--iptv-yellow);
}

/* Bottom Bar */
body.iptv-theme .iptv-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

body.iptv-theme .iptv-footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}

body.iptv-theme .iptv-footer-copyright {
	flex: 1;
	min-width: 250px;
}

body.iptv-theme .iptv-footer-copyright p {
	margin: 0 0 8px 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

body.iptv-theme .iptv-footer-disclaimer {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 8px;
}

body.iptv-theme .iptv-footer-payment-methods {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-end;
}

body.iptv-theme .iptv-footer-payment-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body.iptv-theme .iptv-footer-payment-icons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

body.iptv-theme .iptv-payment-icon {
	padding: 8px 16px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body.iptv-theme .iptv-payment-icon.iptv-payment-icon-img {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	font-size: 0;
	line-height: 0;
}

body.iptv-theme .iptv-payment-icon.iptv-payment-icon-img .iptv-payment-svg {
	width: auto;
	height: 24px;
	display: block;
	vertical-align: middle;
}

body.iptv-theme .iptv-payment-icon.iptv-payment-icon-img .iptv-payment-svg path[fill="currentColor"] {
	fill: rgba(255, 255, 255, 0.9);
}

/* Visa logo: ensure clear readability (blue bar + white VISA text) */
body.iptv-theme .iptv-payment-svg-visa {
	height: 26px;
	width: auto;
	min-width: 52px;
}
body.iptv-theme .iptv-payment-svg-visa text {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
}

body.iptv-theme .iptv-footer-trust-badges {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-trust-badge {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	gap: 8px;
}

/* WhatsApp Floating Button */
body.iptv-theme .iptv-whatsapp-button {
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #25D366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	z-index: 9998;
	text-decoration: none;
	transition: var(--iptv-transition);
	animation: whatsappPulse 2s ease-in-out infinite;
}

body.iptv-theme .iptv-whatsapp-button:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

body.iptv-theme .iptv-whatsapp-button svg {
	width: 28px;
	height: 28px;
}

body.iptv-theme .iptv-whatsapp-button-text {
	position: absolute;
	right: 70px;
	white-space: nowrap;
	background-color: #25D366;
	color: white;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	transform: translateX(10px);
	transition: var(--iptv-transition);
	pointer-events: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

body.iptv-theme .iptv-whatsapp-button-text::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #25D366;
}

body.iptv-theme .iptv-whatsapp-button:hover .iptv-whatsapp-button-text {
	opacity: 1;
	transform: translateX(0);
}

@keyframes whatsappPulse {
	0%, 100% {
		box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	}
	50% {
		box-shadow: 0 4px 30px rgba(37, 211, 102, 0.7);
	}
}

/* Back to Top Button */
body.iptv-theme .iptv-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 100, 0, 0.8);
	border: 2px solid var(--iptv-yellow);
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	color: var(--iptv-white);
	cursor: pointer;
	z-index: 9997;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

body.iptv-theme .iptv-back-to-top.visible {
	display: flex;
}

body.iptv-theme .iptv-back-to-top:hover {
	background-color: var(--iptv-yellow);
	color: var(--iptv-black);
	transform: translateY(-5px);
	box-shadow: 0 6px 20px var(--iptv-yellow-glow);
}

body.iptv-theme .iptv-back-to-top svg {
	width: 20px;
	height: 20px;
}

/* Background Wrappers Responsive Styles */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-section-bg-wrapper .inner-wrap {
		padding: 0 30px;
	}
	
	body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-hero-inner-container {
		padding: 50px 30px;
	}
}

@media (max-width: 767px) {
	/* Ensure no horizontal scrollbars */
	body.iptv-theme {
		overflow-x: hidden;
	}
	
	body.iptv-theme .site-content-contain,
	body.iptv-theme .site-content {
		overflow-x: hidden;
	}
	
	body.iptv-theme .iptv-section-bg-wrapper {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	body.iptv-theme .iptv-section-bg-wrapper .inner-wrap {
		padding: 0 20px;
	}
	
	body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-hero-inner-container {
		padding: 40px 20px;
		border-radius: 15px;
	}
	
	/* Sports and Movies sections on mobile */
	body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-sports-content-wrapper,
	body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-movies-content-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/* Footer Responsive Styles */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
	
	body.iptv-theme .iptv-footer-container {
		padding: 0 30px 30px;
	}
	
	body.iptv-theme .iptv-footer-bottom-content {
		flex-direction: column;
		align-items: flex-start;
	}
	
	body.iptv-theme .iptv-footer-payment-methods {
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-modern-footer {
		padding: 60px 0 0;
	}
	
	body.iptv-theme .iptv-footer-container {
		padding: 0 20px 30px;
	}
	
	body.iptv-theme .iptv-footer-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	body.iptv-theme .iptv-footer-links {
		gap: 30px;
	}
	
	body.iptv-theme .iptv-footer-bottom-content {
		flex-direction: column;
		gap: 20px;
	}
	
	body.iptv-theme .iptv-footer-trust-badges {
		flex-direction: column;
		gap: 15px;
		align-items: center;
	}
	
	body.iptv-theme .iptv-whatsapp-button {
		width: 50px;
		height: 50px;
		bottom: 80px;
		right: 15px;
	}
	
	body.iptv-theme .iptv-whatsapp-button svg {
		width: 24px;
		height: 24px;
	}
	
	body.iptv-theme .iptv-whatsapp-button-text {
		display: none;
	}
	
	body.iptv-theme .iptv-back-to-top {
		width: 45px;
		height: 45px;
		bottom: 15px;
		right: 15px;
	}
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE FIRST
   ============================================ */

/* Mobile (up to 767px) - Comprehensive Optimizations */
@media (max-width: 767px) {
	/* Global Mobile Optimizations */
	body.iptv-theme {
		font-size: 16px; /* Prevent iOS zoom on input focus */
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
	}
	
	/* Ensure proper viewport width */
	body.iptv-theme .site,
	body.iptv-theme #page {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	/* Fix touch targets - minimum 44x44px */
	body.iptv-theme a,
	body.iptv-theme button {
		min-height: 44px;
		min-width: 44px;
	}
	/* Checkout Page Mobile - Optimized */
	body.iptv-theme .iptv-checkout-section {
		padding: 60px 15px 100px !important;
		min-height: auto !important;
	}
	
	body.iptv-theme .iptv-checkout-container {
		max-width: 100% !important;
		padding: 0 !important;
	}
	
	body.iptv-theme .iptv-checkout-header {
		margin-bottom: 30px !important;
		padding: 0 5px;
	}
	
	body.iptv-theme .iptv-checkout-title {
		font-size: clamp(1.5rem, 5vw, 2rem) !important;
		margin-bottom: 10px !important;
		line-height: 1.3 !important;
	}
	
	body.iptv-theme .iptv-checkout-subtitle {
		font-size: clamp(0.9rem, 3vw, 1rem) !important;
		line-height: 1.5 !important;
	}
	
	body.iptv-theme .iptv-checkout-grid {
		grid-template-columns: 1fr !important;
		gap: 25px !important;
	}
	
	body.iptv-theme .iptv-checkout-summary {
		position: static !important;
		order: 1;
	}
	
	body.iptv-theme .iptv-summary-title {
		font-size: 1.25rem !important;
		margin-bottom: 15px !important;
	}
	
	body.iptv-theme .iptv-summary-card {
		padding: 20px 15px !important;
		border-radius: 12px !important;
	}
	
	body.iptv-theme .iptv-summary-plan-title {
		font-size: 1.35rem !important;
		margin-bottom: 10px !important;
	}
	
	body.iptv-theme .iptv-summary-price {
		font-size: 1.5rem !important;
		margin-bottom: 15px !important;
	}
	
	body.iptv-theme .iptv-summary-features li {
		padding: 10px 0 !important;
		font-size: 0.9rem !important;
		line-height: 1.4 !important;
	}
	
	body.iptv-theme .iptv-checkout-form-wrapper {
		padding: 25px 15px !important;
		border-radius: 12px !important;
		order: 2;
	}
	
	body.iptv-theme .iptv-checkout-form {
		gap: 20px !important;
	}
	
	body.iptv-theme .iptv-form-label {
		font-size: 0.9rem !important;
		margin-bottom: 5px !important;
	}
	
	body.iptv-theme .iptv-form-input,
	body.iptv-theme .iptv-form-textarea {
		padding: 12px 15px !important;
		font-size: 16px !important; /* Prevents zoom on iOS */
		border-radius: 8px !important;
	}
	
	body.iptv-theme .iptv-form-textarea {
		min-height: 80px !important;
	}
	
	body.iptv-theme .iptv-checkout-submit-btn {
		padding: 16px 30px !important;
		font-size: 14px !important;
		width: 100% !important;
		margin-top: 5px !important;
	}
	
	body.iptv-theme .iptv-form-note {
		font-size: 0.8rem !important;
		margin-top: 8px !important;
	}
	
	body.iptv-theme .iptv-sticky-button {
		display: block !important;
	}
	
	body.iptv-theme .iptv-sticky-submit {
		width: calc(100% - 40px) !important;
		padding: 16px !important;
		font-size: 14px !important;
		margin: 0 20px !important;
	}
	
	/* Brand Carousel Mobile */
	body.iptv-theme .iptv-brand-item {
		min-width: 120px;
		padding: 20px 15px;
	}
	
	body.iptv-theme .iptv-brand-icon {
		font-size: 2.5rem;
	}
	
	body.iptv-theme .iptv-brands-carousel {
		gap: 20px;
	}
	
	/* IPTV Packages Mobile - Reduced Length */
	body.iptv-theme .inner-wrap {
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	body.iptv-theme section#packages {
		padding: 30px 15px 15px !important;
		margin-bottom: 0 !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	body.iptv-theme section#packages .iptv-section {
		padding: 0 !important;
	}
	
	body.iptv-theme section#packages .iptv-section-title {
		font-size: 1.75rem !important;
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}
	
	body.iptv-theme section#packages .iptv-section-subtitle {
		font-size: 1rem !important;
		margin-bottom: 30px !important;
	}
	
	body.iptv-theme section#packages .iptv-packages-grid {
		gap: 20px !important;
		margin-top: 0 !important;
	}
	
	body.iptv-theme .iptv-package-card {
		min-height: auto !important;
		height: auto !important;
	}
	
	body.iptv-theme .iptv-package-content {
		padding: 20px 15px !important;
		min-height: auto !important;
	}
	
	body.iptv-theme .iptv-package-header {
		margin-bottom: 12px !important;
	}
	
	body.iptv-theme .iptv-package-title {
		font-size: 1.35rem !important;
		margin-bottom: 8px !important;
		line-height: 1.2 !important;
	}
	
	body.iptv-theme .iptv-price-amount {
		font-size: 1.75rem !important;
	}
	
	body.iptv-theme .iptv-price-period {
		font-size: 0.9rem !important;
	}
	
	body.iptv-theme .iptv-package-description {
		margin-bottom: 12px !important;
		font-size: 0.85rem !important;
		line-height: 1.4 !important;
	}
	
	body.iptv-theme .iptv-package-features {
		margin-bottom: 15px !important;
		gap: 8px !important;
	}
	
	body.iptv-theme .iptv-feature-item {
		font-size: 0.85rem !important;
		line-height: 1.3 !important;
		padding: 0 !important;
	}
	
	body.iptv-theme .iptv-feature-item .iptv-feature-icon {
		font-size: 1rem !important;
		margin-top: 0 !important;
	}
	
	body.iptv-theme .iptv-package-footer {
		margin-top: auto;
		padding-top: 15px !important;
	}
	
	body.iptv-theme .iptv-package-btn {
		padding: 12px 24px !important;
		font-size: 13px !important;
	}
	
	/* Pricing Hero Mobile */
	body.iptv-theme .iptv-pricing-hero {
		padding: 80px 20px 40px;
	}
	
	/* Hero Text Container Mobile - centered, full width */
	body.iptv-theme .hero-text-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 24px 16px 20px !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center !important;
	}
	
	body.iptv-theme .hero-text-container h1 {
		font-size: clamp(2rem, 8vw, 3rem) !important;
		margin-bottom: 16px !important;
		line-height: 1.15 !important;
		max-width: 100% !important;
	}
	
	body.iptv-theme .hero-text-container .subtitle-wrapper {
		max-width: 100% !important;
		gap: 10px !important;
		width: 100% !important;
	}
	
	body.iptv-theme .hero-text-container .subtitle {
		font-size: clamp(0.9rem, 2.5vw, 1rem) !important;
		margin-bottom: 0 !important;
		line-height: 1.6 !important;
		padding: 0;
		max-width: 100% !important;
		opacity: 0.92 !important;
	}
	
	/* Hero Button Mobile - centered */
	body.iptv-theme .hero-text-container .iptv-btn {
		padding: 16px 36px !important;
		font-size: 0.95rem !important;
		width: auto;
		display: inline-block;
		margin: 24px 0 0 0 !important;
		align-self: center !important;
	}
	
	/* 3D Carousel Mobile - ensure visible, front image full; sliver of prev/next */
	body.iptv-theme .iptv-3d-carousel {
		display: block !important;
		visibility: visible !important;
		min-height: min(480px, 62vh) !important;
		height: min(480px, 62vh) !important;
		perspective: min(1600px, 90vmin) !important;
		margin: 20px 0 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow: hidden !important;
		flex: 0 0 auto !important;
	}
	
	body.iptv-theme .iptv-3d-carousel .iptv-carousel-container {
		display: block !important;
		visibility: visible !important;
	}
	
	body.iptv-theme .iptv-carousel-item {
		width: min(360px, 90vw) !important;
		height: min(240px, 60vw) !important; /* 3:2 */
		pointer-events: none !important; /* unclickable on mobile; swipe still works on container */
	}
	
	/* Prev: mostly above viewport, only bottom sliver visible */
	body.iptv-theme .iptv-carousel-item.prev {
		transform: translate(-50%, -50%) translateY(-42vh) translateZ(-8vmin) rotateX(8deg) scale(0.78) !important;
		opacity: 1 !important;
		z-index: 2 !important;
		filter: brightness(1.08) contrast(1.15) !important;
	}
	
	/* Next: mostly below viewport, only top sliver visible */
	body.iptv-theme .iptv-carousel-item.next {
		transform: translate(-50%, -50%) translateY(42vh) translateZ(-8vmin) rotateX(-8deg) scale(0.78) !important;
		opacity: 1 !important;
		z-index: 2 !important;
		filter: brightness(1.08) contrast(1.15) !important;
	}
	
	body.iptv-theme .iptv-carousel-item.active {
		width: min(400px, 96vw) !important;
		height: min(267px, 64vw) !important; /* 3:2, larger on mobile */
		max-width: min(400px, 96vw) !important;
		max-height: min(267px, 64vh) !important;
		transform: translate(-50%, -50%) translateY(0) translateZ(0) rotateX(0deg) scale(1) !important;
	}
	
	body.iptv-theme .iptv-section {
		padding: 40px 15px;
	}
	
	body.iptv-theme .iptv-features-grid,
	body.iptv-theme .iptv-packages-grid,
	body.iptv-theme .iptv-testimonials-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	body.iptv-theme .iptv-package-content {
		padding: 30px 20px;
	}
	
	body.iptv-theme .iptv-package-title {
		font-size: 1.5rem;
	}
	
	body.iptv-theme .iptv-price-amount {
		font-size: 2rem;
	}
	
	body.iptv-theme .nav.navbar-nav {
		background-color: var(--iptv-black);
		padding: 20px;
	}
	
	body.iptv-theme .header-inner {
		padding: 15px 0;
	}
	
	body.iptv-theme .iptv-btn {
		padding: 12px 30px;
		font-size: 14px;
	}
}

/* Tablet (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
	/* Checkout Page Tablet */
	body.iptv-theme .iptv-checkout-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	body.iptv-theme .iptv-checkout-summary {
		position: static;
	}
	
	body.iptv-theme .iptv-sticky-button {
		display: none;
	}
	
	body.iptv-theme .inner-wrap {
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	body.iptv-theme .iptv-features-grid,
	body.iptv-theme .iptv-packages-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	
	body.iptv-theme .iptv-package-content {
		padding: 35px 25px;
	}
}

/* Desktop (1024px and up) */
@media (min-width: 1024px) {
	body.iptv-theme .iptv-features-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	
	body.iptv-theme .iptv-packages-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	body.iptv-theme .iptv-testimonials-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Large Desktop (1440px and up) */
@media (min-width: 1440px) {
	body.iptv-theme .inner-wrap {
		max-width: 1400px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	body.iptv-theme .iptv-footer-content {
		max-width: 1400px;
	}
}

/* ============================================
   CHECKOUT PAGE STYLES
   ============================================ */

body.iptv-theme .iptv-checkout-section {
	padding: 80px 20px 120px;
	min-height: calc(100vh - 200px);
}

body.iptv-theme .iptv-checkout-container {
	max-width: 1200px;
	margin: 0 auto;
}

body.iptv-theme .iptv-checkout-header {
	text-align: center;
	margin-bottom: 60px;
}

body.iptv-theme .iptv-checkout-header .iptv-back-to-home {
	margin-bottom: 20px;
	display: inline-block;
}

body.iptv-theme .iptv-checkout-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin-bottom: 15px;
}

body.iptv-theme .iptv-checkout-subtitle {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
}

body.iptv-theme .iptv-checkout-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 40px;
	align-items: start;
}

body.iptv-theme .iptv-checkout-grid.iptv-checkout-grid-single {
	grid-template-columns: 1fr;
	max-width: 480px;
}

body.iptv-theme .iptv-place-order-wrap {
	margin-top: 28px;
}

body.iptv-theme .iptv-place-order-link.iptv-checkout-submit-btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

body.iptv-theme .iptv-form-note.iptv-form-warning {
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 1em;
}

body.iptv-theme .iptv-checkout-summary {
	position: sticky;
	top: 100px;
}

body.iptv-theme .iptv-summary-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--iptv-white);
	margin-bottom: 25px;
}

body.iptv-theme .iptv-summary-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	border-radius: 15px;
	padding: 30px;
	border-top: 4px solid var(--iptv-yellow);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

body.iptv-theme .iptv-summary-plan-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 15px;
}

body.iptv-theme .iptv-summary-price {
	font-size: 2rem;
	font-weight: 700;
	color: var(--iptv-yellow);
	margin-bottom: 25px;
}

body.iptv-theme .iptv-summary-price span {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
}

body.iptv-theme .iptv-summary-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

body.iptv-theme .iptv-summary-features li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	gap: 10px;
}

body.iptv-theme .iptv-check-icon {
	color: var(--iptv-yellow);
	font-weight: bold;
}

body.iptv-theme .iptv-change-plan-link {
	color: var(--iptv-yellow);
	text-decoration: none;
	font-weight: 500;
	transition: var(--iptv-transition);
	display: inline-block;
}

body.iptv-theme .iptv-change-plan-link:hover {
	color: var(--iptv-yellow-hover);
	text-decoration: underline;
}

body.iptv-theme .iptv-checkout-form-wrapper {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	border-radius: 15px;
	padding: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

body.iptv-theme .iptv-checkout-form {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

body.iptv-theme .iptv-form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.iptv-theme .iptv-form-label {
	color: var(--iptv-white);
	font-weight: 500;
	font-size: 0.95rem;
}

body.iptv-theme .iptv-form-label .required {
	color: #ff4444;
}

body.iptv-theme .iptv-form-input,
body.iptv-theme .iptv-form-textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 14px 18px;
	color: var(--iptv-white);
	font-size: 1rem;
	transition: var(--iptv-transition);
	font-family: inherit;
}

body.iptv-theme .iptv-form-input:focus,
body.iptv-theme .iptv-form-textarea:focus {
	outline: none;
	border-color: var(--iptv-yellow);
	background-color: rgba(255, 255, 255, 0.15);
}

body.iptv-theme .iptv-form-input.iptv-input-error,
body.iptv-theme .iptv-form-textarea.iptv-input-error {
	border-color: #ff4444;
	background-color: rgba(255, 68, 68, 0.1);
}

body.iptv-theme .iptv-form-input.iptv-input-error:focus,
body.iptv-theme .iptv-form-textarea.iptv-input-error:focus {
	border-color: #ff4444;
	box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.2);
}

body.iptv-theme .iptv-form-input::placeholder,
body.iptv-theme .iptv-form-textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-form-textarea {
	resize: vertical;
	min-height: 100px;
}

body.iptv-theme .iptv-form-error {
	color: #ff4444;
	font-size: 0.85rem;
	min-height: 20px;
	display: block;
	margin-top: 5px;
	font-weight: 500;
}

body.iptv-theme .iptv-form-error:empty {
	min-height: 0;
}

body.iptv-theme .iptv-checkout-submit-btn {
	background-color: var(--iptv-yellow);
	color: var(--iptv-white) !important;
	border: none;
	padding: 18px 40px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
	margin-top: 10px;
	position: relative;
}

body.iptv-theme .iptv-checkout-submit-btn .btn-text {
	color: var(--iptv-white) !important;
}

body.iptv-theme .iptv-checkout-submit-btn:hover:not(:disabled) {
	background-color: var(--iptv-yellow-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px var(--iptv-yellow-glow);
}

body.iptv-theme .iptv-checkout-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

body.iptv-theme .iptv-checkout-submit-btn .btn-loader {
	display: none;
}

body.iptv-theme .iptv-form-note {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	margin-top: 10px;
}

/* Sticky Button (Mobile) */
body.iptv-theme .iptv-sticky-button {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
	padding: 20px;
	z-index: 999;
	display: none;
}

body.iptv-theme .iptv-sticky-submit {
	width: 100%;
	background-color: var(--iptv-yellow);
	color: var(--iptv-white) !important;
	border: none;
	padding: 16px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.5);
}

body.iptv-theme .iptv-sticky-submit:hover {
	background-color: var(--iptv-yellow-hover);
	transform: translateY(-2px);
}

body.iptv-theme a.iptv-sticky-submit {
	display: block;
	text-align: center;
	text-decoration: none;
}

/* ============================================
   THANK YOU PAGE STYLES
   ============================================ */

body.iptv-theme .iptv-thankyou-section {
	padding: 80px 20px 120px;
	min-height: calc(100vh - 200px);
	text-align: center;
}

body.iptv-theme .iptv-thankyou-container {
	max-width: 640px;
	margin: 0 auto;
}

body.iptv-theme .iptv-thankyou-header {
	margin-bottom: 40px;
}

body.iptv-theme .iptv-thankyou-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin-bottom: 15px;
}

body.iptv-theme .iptv-thankyou-subtitle {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
}

body.iptv-theme .iptv-thankyou-summary {
	margin-bottom: 32px;
}

body.iptv-theme .iptv-thankyou-plan {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

body.iptv-theme .iptv-thankyou-cta {
	margin-top: 24px;
}

body.iptv-theme .iptv-thankyou-back-home {
	margin-top: 28px;
	text-align: center;
}

body.iptv-theme .iptv-thankyou-back-home .iptv-back-to-home {
	display: inline-block;
}

body.iptv-theme .iptv-thankyou-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #25d366;
	color: #fff;
	text-decoration: none;
	padding: 18px 32px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 1.1rem;
	box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.iptv-theme .iptv-thankyou-whatsapp-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
	color: #fff;
}

body.iptv-theme .iptv-thankyou-whatsapp-btn svg {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
}

body.iptv-theme .iptv-thankyou-whatsapp-btn-text {
	white-space: nowrap;
}

/* ============================================
   PRICING PAGE STYLES
   ============================================ */

body.iptv-theme .iptv-pricing-hero {
	padding: 100px 20px 60px;
	text-align: center;
	background: linear-gradient(135deg, rgba(0, 100, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

body.iptv-theme .iptv-pricing-hero-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin-bottom: 20px;
}

body.iptv-theme .iptv-pricing-hero-subtitle {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.8);
}

body.iptv-theme .iptv-pricing-card {
	border-top-width: 4px;
	border-top-style: solid;
}

/* ============================================
   STATISTICS SECTION
   ============================================ */

body.iptv-theme .iptv-statistics-section {
	padding: 20px 20px;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
	margin-top: 0;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
	box-sizing: border-box;
}

body.iptv-theme .iptv-statistics-container {
	max-width: 1400px !important;
	margin: 0 auto !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.iptv-theme .iptv-statistics-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	align-items: stretch;
}

body.iptv-theme .iptv-statistic-card {
	position: relative;
	background: rgba(15, 15, 25, 0.6);
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	border-radius: 20px;
	padding: 40px 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	overflow: hidden;
	transition: var(--iptv-transition);
	cursor: default;
}

body.iptv-theme .iptv-statistic-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Background fading with statistic color */
body.iptv-theme .iptv-statistic-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.15;
	transition: opacity 0.3s ease;
	background: linear-gradient(135deg, transparent 0%, transparent 50%, transparent 100%);
}

body.iptv-theme .iptv-statistic-card:hover .iptv-statistic-background {
	opacity: 0.25;
}

body.iptv-theme .iptv-statistic-content {
	position: relative;
	z-index: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

body.iptv-theme .iptv-statistic-number-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.iptv-theme .iptv-statistic-number {
	font-size: clamp(2.5rem, 4vw, 3.5rem);
	font-weight: 700;
	line-height: 1;
	color: #FFFFFF !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-block;
	position: relative;
}

body.iptv-theme .iptv-statistic-number.animate {
	animation: numberRoll 0.6s ease-out;
}

@keyframes numberRoll {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

body.iptv-theme .iptv-statistic-label {
	font-size: 1.1rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}

/* Responsive Design for Statistics */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-statistics-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-statistics-section {
		padding: 60px 15px;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	body.iptv-theme .iptv-statistics-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	body.iptv-theme .iptv-statistic-card {
		padding: 30px 20px;
	}
	
	body.iptv-theme .iptv-statistic-number {
		font-size: 2.5rem;
	}
}

/* ============================================
   BRAND ICONS CAROUSEL
   ============================================ */

body.iptv-theme .iptv-brands-section {
	padding: 20px 20px;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
	margin-bottom: 0;
	padding-bottom: 0;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Reduce gap between brand carousel and packages section */
body.iptv-theme .iptv-brands-section + section#packages,
body.iptv-theme .iptv-brands-section ~ section#packages {
	margin-top: 0;
	padding-top: 20px;
}

body.iptv-theme .iptv-brands-container {
	max-width: 1400px !important;
	margin: 0 auto !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.iptv-theme .iptv-brands-title {
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 700;
	text-align: center;
	color: var(--iptv-white);
	margin-bottom: 15px;
}

body.iptv-theme .iptv-brands-subtitle {
	font-size: 1.1rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 50px;
}

body.iptv-theme .iptv-brands-carousel-wrapper {
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

body.iptv-theme .iptv-brands-carousel {
	display: flex;
	gap: 40px;
	animation: scrollBrands 40s linear infinite;
	width: fit-content;
	will-change: transform;
}

body.iptv-theme .iptv-brands-carousel:hover {
	animation-play-state: paused;
}

body.iptv-theme .iptv-brand-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 140px;
	padding: 25px 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: var(--iptv-transition);
	cursor: pointer;
}

body.iptv-theme .iptv-brand-item:hover {
	background: linear-gradient(135deg, rgba(0, 100, 0, 0.1) 0%, rgba(0, 100, 0, 0.05) 100%);
	border-color: var(--iptv-yellow);
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-brand-icon-wrapper {
	width: 120px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--iptv-transition);
	background-color: transparent;
}

body.iptv-theme .iptv-brand-logo {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(0.4) brightness(0.9);
	transition: var(--iptv-transition);
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.iptv-theme .iptv-brand-item:hover .iptv-brand-logo {
	filter: grayscale(0) brightness(1.1);
	transform: scale(1.1);
}

body.iptv-theme .iptv-brand-name {
	color: var(--iptv-white);
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes scrollBrands {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* ============================================
   LAZY LOADING IMAGES
   ============================================ */

/* All images load immediately - no lazy loading */
body.iptv-theme img {
	opacity: 1;
	display: block;
}

/* ============================================
   ELEMENTOR COMPATIBILITY
   ============================================ */

body.iptv-theme .elementor-widget-wrap,
body.iptv-theme .elementor-section-wrap {
	background-color: transparent;
}

body.iptv-theme .elementor-heading-title {
	color: var(--iptv-white) !important;
}

body.iptv-theme .elementor-text-editor,
body.iptv-theme .elementor-widget-text-editor {
	color: var(--iptv-white);
}

/* ============================================
   ACCESSIBILITY & PERFORMANCE
   ============================================ */

body.iptv-theme *:focus-visible {
	outline: 2px solid var(--iptv-yellow);
	outline-offset: 2px;
}

body.iptv-theme .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	
	/* Keep carousel animations running even with reduced motion preference */
	body.iptv-theme .iptv-sports-carousel,
	body.iptv-theme .iptv-movies-carousel {
		animation-duration: var(--scroll-duration, 30s) !important;
		animation-iteration-count: infinite !important;
	}
	
	html {
		scroll-behavior: auto;
	}
}

/* ============================================
   SPORTS & MOVIES SECTIONS (HERO-STYLE)
   ============================================ */

/* Shared Hero-Style Section */
body.iptv-theme .iptv-hero-style-section {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
	padding: 80px 20px;
	border-radius: 24px;
}

/* Reduce padding and gap for Sports and Movies sections on white background */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-hero-style-section {
	padding: 60px 20px;
	margin: 0;
}

/* Sports Section Background - Fade from left (lighter/whiter) to right (darker/almost black) */
body.iptv-theme .iptv-sports-section {
	background: linear-gradient(to right, rgba(40, 40, 40, 0.95) 0%, rgba(20, 20, 20, 0.98) 50%, rgba(5, 5, 5, 1) 100%);
}

/* Override sports/movies section background when inside white wrapper */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-sports-section,
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-movies-section {
	background: transparent;
}

body.iptv-theme .iptv-hero-inner-container {
	position: relative;
	z-index: 3;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

/* Override hero-inner-container background for white sections */
/* Keep Sports and Movies inner containers pure black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-hero-inner-container {
	background: #000000;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

/* Increase bottom padding of Sports Events inner container to match Movies section */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-sports-section .iptv-hero-inner-container {
	padding-bottom: 100px;
}

/* Hide particles on white background sections */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-particles {
	display: none;
}

/* Sports Section */
body.iptv-theme .iptv-sports-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 60px;
	align-items: center;
}

body.iptv-theme .iptv-sports-text {
	color: var(--iptv-white);
}

/* Sports text on white background - keep white since inner container is black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-sports-text {
	color: var(--iptv-white);
}

body.iptv-theme .iptv-sports-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin-bottom: 20px;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

/* Sports title on white background - keep white since inner container is black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-sports-title {
	color: var(--iptv-white);
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

body.iptv-theme .iptv-sports-subtitle {
	font-size: clamp(1rem, 2vw, 1.2rem);
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.8;
	opacity: 0.9;
}

/* Sports subtitle on white background - keep white since inner container is black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-sports-subtitle {
	color: rgba(255, 255, 255, 0.9);
	opacity: 0.9;
}

/* Sports Carousel */
body.iptv-theme .iptv-sports-carousel-wrapper {
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(to right, black 5%, black 95%, transparent);
	-webkit-mask-image: linear-gradient(to right, black 5%, black 95%, transparent);
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

body.iptv-theme .iptv-sports-carousel {
	display: flex;
	gap: 25px;
	animation: scrollSports var(--scroll-duration, 30s) linear infinite;
	width: fit-content;
	will-change: transform;
}

body.iptv-theme .iptv-sports-carousel-wrapper:hover .iptv-sports-carousel {
	animation-play-state: paused;
}

body.iptv-theme .iptv-sports-card {
	flex-shrink: 0;
	width: 280px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	overflow: hidden;
	transition: var(--iptv-transition);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-sports-card:hover {
	transform: translateY(-10px) scale(1.02);
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--iptv-yellow);
	box-shadow: 0 15px 40px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-sports-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

body.iptv-theme .iptv-sports-card-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	background-color: rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-sports-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--iptv-transition);
	display: block !important;
	min-height: 200px;
	opacity: 1 !important;
	visibility: visible !important;
}

body.iptv-theme .iptv-sports-card-image:empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

body.iptv-theme .iptv-sports-card:hover .iptv-sports-card-image img {
	transform: scale(1.1);
}

body.iptv-theme .iptv-sports-card-title {
	padding: 20px;
	color: var(--iptv-white);
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

/* Sports card title on white background - keep white text for contrast on dark card */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-sports-card-title {
	color: var(--iptv-white);
}

/* Movies Section */
body.iptv-theme .iptv-movies-content-wrapper {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 60px;
	align-items: center;
}

body.iptv-theme .iptv-movies-text {
	color: var(--iptv-white);
	order: 2;
}

/* Movies text on white background - keep white since inner container is black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-movies-text {
	color: var(--iptv-white);
}

body.iptv-theme .iptv-movies-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin-bottom: 20px;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

/* Movies title on white background - keep white since inner container is black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-movies-title {
	color: var(--iptv-white);
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

body.iptv-theme .iptv-movies-subtitle {
	font-size: clamp(1rem, 2vw, 1.2rem);
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.8;
	opacity: 0.9;
}

/* Movies subtitle on white background - keep white since inner container is black */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-movies-subtitle {
	color: rgba(255, 255, 255, 0.9);
	opacity: 0.9;
}

/* Movies Carousel */
body.iptv-theme .iptv-movies-carousel-wrapper {
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
	order: 1;
}

body.iptv-theme .iptv-movies-carousel {
	display: flex;
	gap: 25px;
	animation: scrollMovies var(--scroll-duration, 30s) linear infinite;
	width: fit-content;
	will-change: transform;
}

body.iptv-theme .iptv-movies-carousel-wrapper:hover .iptv-movies-carousel {
	animation-play-state: paused;
}

body.iptv-theme .iptv-movies-card {
	flex-shrink: 0;
	width: 280px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	overflow: hidden;
	transition: var(--iptv-transition);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-movies-card:hover {
	transform: translateY(-10px) scale(1.05);
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--iptv-yellow);
	box-shadow: 0 15px 40px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-movies-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

body.iptv-theme .iptv-movies-card-image {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	position: relative;
	background-color: rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-movies-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--iptv-transition);
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.iptv-theme .iptv-movies-card-image:empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

body.iptv-theme .iptv-movies-card:hover .iptv-movies-card-image img {
	transform: scale(1.1);
	filter: brightness(1.1);
}

body.iptv-theme .iptv-movies-card-title {
	padding: 15px;
	color: var(--iptv-white);
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
}

/* Movies card title on white background - keep white text for contrast on dark card */
body.iptv-theme .iptv-section-bg-wrapper.iptv-bg-white .iptv-movies-card-title {
	color: var(--iptv-white);
	line-height: 1.4;
}

/* Carousel Animations */
@keyframes scrollSports {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes scrollMovies {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Responsive Design */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-sports-content-wrapper,
	body.iptv-theme .iptv-movies-content-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	body.iptv-theme .iptv-movies-text {
		order: 1;
	}
	
	body.iptv-theme .iptv-movies-carousel-wrapper {
		order: 2;
	}
	
	body.iptv-theme .iptv-hero-inner-container {
		padding: 40px 30px;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-hero-style-section {
		min-height: 500px;
		padding: 60px 15px;
		border-radius: 18px;
	}
	
	body.iptv-theme .iptv-hero-inner-container {
		padding: 30px 20px;
		border-radius: 15px;
	}
	
	body.iptv-theme .iptv-sports-card {
		width: 240px;
	}
	
	body.iptv-theme .iptv-movies-card {
		width: 240px;
	}
	
	body.iptv-theme .iptv-sports-card-image {
		height: 160px;
	}
	
	body.iptv-theme .iptv-sports-carousel,
	body.iptv-theme .iptv-movies-carousel {
		gap: 15px;
	}
}

/* ============================================
   BLOG PAGE STYLES
   ============================================ */

/* Blog Hero Section - Enhanced */
body.iptv-theme .iptv-blog-hero-section {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #000000;
	padding: 120px 20px 80px;
}

body.iptv-theme .iptv-blog-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

/* Modern Gradient Mesh Background */
body.iptv-theme .iptv-blog-hero-gradient-mesh {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: 
		radial-gradient(circle at 20% 30%, rgba(75, 0, 130, 0.4) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(0, 100, 200, 0.3) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(30, 30, 60, 0.5) 0%, transparent 70%);
	animation: blogGradientMesh 20s ease-in-out infinite;
	z-index: 1;
}

@keyframes blogGradientMesh {
	0%, 100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.8;
	}
	33% {
		transform: translate(-5%, 5%) scale(1.1);
		opacity: 1;
	}
	66% {
		transform: translate(5%, -5%) scale(0.9);
		opacity: 0.9;
	}
}

body.iptv-theme .iptv-blog-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

body.iptv-theme .iptv-blog-hero-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

body.iptv-theme .iptv-blog-hero-content {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	animation: fadeInUp 1s ease-out 0.2s both;
}

body.iptv-theme .iptv-blog-hero-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	color: var(--iptv-white);
	margin: 0 0 20px 0;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

body.iptv-theme .iptv-blog-hero-subtitle {
	font-size: clamp(1rem, 2vw, 1.3rem);
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	line-height: 1.6;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

body.iptv-theme .iptv-blog-hero-content .iptv-back-to-home {
	margin-top: 24px;
	display: inline-block;
}

/* Featured Post Highlight */
body.iptv-theme .iptv-blog-featured-post {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	animation: fadeInUp 1s ease-out 0.4s both;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-featured-post:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
	border-color: rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-blog-featured-image {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 350px;
	overflow: hidden;
}

body.iptv-theme .iptv-blog-featured-image img,
body.iptv-theme .iptv-featured-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

body.iptv-theme .iptv-blog-featured-post:hover .iptv-featured-img {
	transform: scale(1.1);
}

body.iptv-theme .iptv-featured-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	opacity: 0.5;
}

body.iptv-theme .iptv-featured-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 1;
}

body.iptv-theme .iptv-blog-featured-content {
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}

body.iptv-theme .iptv-featured-badge {
	display: inline-block;
	background: linear-gradient(135deg, var(--iptv-yellow), #6B0000);
	color: var(--iptv-white) !important;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	width: fit-content;
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-featured-title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

body.iptv-theme .iptv-featured-title a {
	color: var(--iptv-white);
	text-decoration: none;
	transition: color 0.3s ease;
}

body.iptv-theme .iptv-featured-title a:hover {
	color: var(--iptv-yellow);
	}

body.iptv-theme .iptv-featured-excerpt {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	margin-bottom: 30px;
}

body.iptv-theme .iptv-featured-read-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--iptv-yellow);
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	width: fit-content;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-featured-read-more:hover {
	gap: 15px;
	color: #004d00; /* Dark red hover */
}

body.iptv-theme .iptv-featured-arrow {
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-featured-read-more:hover .iptv-featured-arrow {
	transform: translateX(5px);
}

/* Search Bar in Hero Section */
/* Search Bar Above Blog Grid - Centered */
body.iptv-theme .iptv-blog-search-top {
	position: relative;
	z-index: 3;
	margin: 0 auto 40px auto;
	margin-left: calc(30% - 30px);
	transform: translateX(-50%);
	width: 100%;
	max-width: 600px;
	animation: fadeInUp 1s ease-out 0.2s both;
}

body.iptv-theme .iptv-blog-search-top .search-form {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 0;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	padding: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-search-top .search-form:hover {
	border-color: rgba(0, 100, 0, 0.3);
	box-shadow: 0 12px 40px rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-blog-search-top .search-field {
	flex: 1;
	padding: 14px 20px;
	background: transparent;
	border: none;
	border-radius: 50px;
	color: var(--iptv-white);
	font-size: 1rem;
	transition: var(--iptv-transition);
	outline: none;
}

body.iptv-theme .iptv-blog-search-top .search-field::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-blog-search-top .search-field:focus {
	color: var(--iptv-white);
}

body.iptv-theme .iptv-blog-search-top .search-submit {
	padding: 0;
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: transparent;
	color: var(--iptv-yellow);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: var(--iptv-transition);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}

/* Hide button text */
body.iptv-theme .iptv-blog-search-top .search-submit span {
	display: none;
}

/* Add search icon using CSS */
body.iptv-theme .iptv-blog-search-top .search-submit::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid var(--iptv-yellow);
	border-radius: 50%;
	position: relative;
	display: block;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-search-top .search-submit::after {
	content: '';
	width: 8px;
	height: 2px;
	background: var(--iptv-yellow);
	position: absolute;
	bottom: 14px;
	right: 12px;
	transform: rotate(45deg);
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-search-top .search-submit:hover {
	background: rgba(0, 100, 0, 0.1);
	transform: scale(1.1);
}

body.iptv-theme .iptv-blog-search-top .search-submit:hover::before,
body.iptv-theme .iptv-blog-search-top .search-submit:hover::after {
	border-color: #FFC700;
	background: #FFC700;
}

body.iptv-theme .iptv-blog-search-top .search-submit:active {
	transform: scale(0.95);
}

/* Blog Container */
body.iptv-theme .iptv-blog-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 20px;
}

/* Blog Main Content */
body.iptv-theme .iptv-blog-main {
	width: 100%;
}


/* Category Filter Bar */
body.iptv-theme .iptv-blog-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 50px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: var(--iptv-transition);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.iptv-theme .iptv-filter-btn:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(0, 100, 0, 0.3);
	color: var(--iptv-white);
	transform: translateY(-2px);
}

body.iptv-theme .iptv-filter-btn.active {
	background: linear-gradient(135deg, var(--iptv-yellow), #6B0000);
	border-color: var(--iptv-yellow);
	color: var(--iptv-white);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-filter-count {
	font-size: 0.85rem;
	opacity: 0.7;
	font-weight: 500;
}

body.iptv-theme .iptv-filter-btn.active .iptv-filter-count {
	opacity: 0.8;
}

/* Blog Grid - 3 columns */
body.iptv-theme .iptv-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 60px;
}

/* Blog Card - Taller Container to Show Image and Title */
body.iptv-theme .iptv-blog-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	border-radius: 20px;
	overflow: hidden;
	transition: var(--iptv-transition);
	border: 2px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	min-height: 500px; /* Increased height to show image and title */
	position: relative;
}

/* Entire card link - makes whole card clickable */
body.iptv-theme .iptv-blog-card-link {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: var(--iptv-white) !important; /* Explicit white color */
	flex: 1;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Ensure all text elements inside the link are visible */
body.iptv-theme .iptv-blog-card-link * {
	visibility: visible !important;
	color: inherit;
}

body.iptv-theme .iptv-blog-card-link h2,
body.iptv-theme .iptv-blog-card-link .iptv-blog-card-title,
body.iptv-theme .iptv-blog-card-link h2.iptv-blog-card-title {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #FFFFFF !important;
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	margin: 0 0 14px 0 !important;
	padding: 0 !important;
	line-height: 1.4 !important;
	position: relative !important;
	z-index: 15 !important;
}

body.iptv-theme .iptv-blog-card-link .iptv-blog-card-excerpt,
body.iptv-theme .iptv-blog-card-link .iptv-blog-card-date {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.iptv-theme .iptv-blog-card:hover {
	transform: translateY(-8px);
	border-color: var(--iptv-yellow);
	box-shadow: 0 12px 40px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-blog-card.hidden {
	display: none;
}

body.iptv-theme .iptv-blog-card.fade-out {
	opacity: 0;
	transform: scale(0.9);
	pointer-events: none;
}

body.iptv-theme .iptv-blog-card.fade-in {
	animation: blogCardFadeIn 0.4s ease-out forwards;
}

@keyframes blogCardFadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Blog Card Image - Wider Aspect Ratio */
body.iptv-theme .iptv-blog-card-image {
	width: 100%;
	aspect-ratio: 16 / 9; /* Changed from 1:1 to 16:9 for better image display */
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.05);
	display: block !important;
	visibility: visible !important;
	flex-shrink: 0; /* Prevent image from shrinking */
}

body.iptv-theme .iptv-blog-card-image img {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.iptv-theme .iptv-blog-card-image img,
body.iptv-theme .iptv-blog-featured-image,
body.iptv-theme .iptv-blog-card-image .iptv-blog-featured-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: var(--iptv-transition);
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.iptv-theme .iptv-blog-card:hover .iptv-blog-card-image img,
body.iptv-theme .iptv-blog-card:hover .iptv-blog-featured-image {
	transform: scale(1.1);
}

body.iptv-theme .iptv-blog-card-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(0, 100, 0, 0.1) 0%, rgba(0, 100, 0, 0.05) 100%);
}

body.iptv-theme .iptv-blog-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.iptv-theme .iptv-blog-placeholder-icon {
	font-size: 4rem;
	opacity: 0.3;
}

/* Blog Card Content - Larger for better visibility */
body.iptv-theme .iptv-blog-card-content {
	padding: 32px;
	display: flex !important;
	flex-direction: column;
	flex: 1;
	overflow: visible !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: relative;
	z-index: 10;
	min-height: 200px; /* Ensure content area has enough space */
}

body.iptv-theme .iptv-blog-card-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

body.iptv-theme .iptv-blog-card-date {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}

body.iptv-theme .iptv-blog-reading-time {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8rem;
}

body.iptv-theme .iptv-reading-icon {
	font-size: 0.75rem;
	opacity: 0.7;
}

body.iptv-theme .iptv-blog-card-title,
body.iptv-theme .iptv-blog-card-link h2,
body.iptv-theme h2.iptv-blog-card-title,
body.iptv-theme .iptv-blog-card-content h2,
body.iptv-theme .iptv-blog-card-content .iptv-blog-card-title,
body.iptv-theme article.iptv-blog-card h2,
body.iptv-theme article.iptv-blog-card .iptv-blog-card-title {
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	margin-bottom: 14px !important;
	margin-top: 0 !important;
	padding: 0 !important;
	line-height: 1.4 !important;
	color: #FFFFFF !important; /* Explicit white hex color */
	transition: var(--iptv-transition);
	overflow: visible !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Stronger shadow for visibility */
	position: relative !important;
	z-index: 15 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 1.4em !important;
}

/* Fallback for line clamping */
@supports (-webkit-line-clamp: 2) {
	body.iptv-theme .iptv-blog-card-title,
	body.iptv-theme .iptv-blog-card-link h2,
	body.iptv-theme h2.iptv-blog-card-title {
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		max-height: none;
	}
}

body.iptv-theme .iptv-blog-card-link:hover .iptv-blog-card-title {
	color: var(--iptv-yellow);
}

body.iptv-theme .iptv-blog-card-excerpt {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 1rem;
	line-height: 1.65;
	margin-bottom: 16px;
	flex: 1;
	overflow: hidden;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-height: 80px; /* Ensure description area is visible */
	max-height: 8.25em; /* Approximately 5 lines */
	text-overflow: ellipsis;
}

/* Fallback for line clamping */
@supports (-webkit-line-clamp: 5) {
	body.iptv-theme .iptv-blog-card-excerpt {
		display: -webkit-box !important;
		-webkit-line-clamp: 5;
		line-clamp: 5;
		-webkit-box-orient: vertical;
		max-height: none;
	}
}

body.iptv-theme .iptv-blog-card-footer {
	margin-top: auto;
	padding-top: 12px;
}

/* Learn More Button - Text Only */
body.iptv-theme .iptv-blog-read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	color: var(--iptv-yellow);
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: var(--iptv-transition);
	cursor: pointer;
	width: fit-content;
}

body.iptv-theme .iptv-blog-read-more:hover {
	background: transparent;
	color: var(--iptv-white);
	border: none;
	transform: none;
	box-shadow: none;
	gap: 8px;
}

body.iptv-theme .iptv-blog-arrow {
	transition: var(--iptv-transition);
	display: inline-block;
	font-size: 1.1rem;
}

body.iptv-theme .iptv-blog-read-more:hover .iptv-blog-arrow {
	transform: translateX(5px);
}

/* Newsletter CTA Section */
body.iptv-theme .iptv-blog-newsletter-cta {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, rgba(0, 100, 0, 0.1) 0%, rgba(107, 0, 0, 0.05) 100%);
	border: 2px solid rgba(0, 100, 0, 0.2);
	border-radius: 24px;
	padding: 60px 50px;
	margin: 40px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

body.iptv-theme .iptv-newsletter-content {
	position: relative;
	z-index: 2;
}

body.iptv-theme .iptv-newsletter-title {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 15px 0;
}

body.iptv-theme .iptv-newsletter-description {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 35px 0;
	line-height: 1.6;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

body.iptv-theme .iptv-newsletter-form {
	max-width: 550px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

body.iptv-theme .iptv-newsletter-email {
	flex: 1;
	padding: 16px 24px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: var(--iptv-white);
	font-size: 1rem;
	outline: none;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-newsletter-email:focus {
	border-color: var(--iptv-yellow);
	box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-newsletter-email::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-newsletter-submit {
	padding: 16px 32px;
	background: linear-gradient(135deg, var(--iptv-yellow), #6B0000);
	color: var(--iptv-white) !important;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: var(--iptv-transition);
	white-space: nowrap;
}

body.iptv-theme .iptv-newsletter-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 100, 0, 0.4);
	gap: 12px;
}

body.iptv-theme .iptv-newsletter-arrow {
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-newsletter-submit:hover .iptv-newsletter-arrow {
	transform: translateX(3px);
}

body.iptv-theme .iptv-newsletter-privacy {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
	margin: 20px 0 0 0;
}

/* Popular Posts Widget */
body.iptv-theme .iptv-popular-posts {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

body.iptv-theme .iptv-widget-icon {
	font-size: 1.2rem;
	margin-right: 8px;
}

body.iptv-theme .iptv-blog-popular-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-blog-popular-item {
	margin-bottom: 20px;
}

body.iptv-theme .iptv-blog-popular-item:last-child {
	margin-bottom: 0;
}

body.iptv-theme .iptv-blog-popular-item a {
	display: flex;
	gap: 15px;
	text-decoration: none;
	color: inherit;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-popular-item a:hover {
	transform: translateX(5px);
}

body.iptv-theme .iptv-blog-popular-thumb {
	position: relative;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-blog-popular-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-blog-popular-item a:hover .iptv-blog-popular-thumb img {
	transform: scale(1.1);
}

body.iptv-theme .iptv-popular-badge {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, var(--iptv-yellow), #6B0000);
	color: var(--iptv-white) !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(0, 100, 0, 0.5);
	z-index: 2;
}

body.iptv-theme .iptv-blog-popular-content {
	flex: 1;
	min-width: 0;
}

body.iptv-theme .iptv-blog-popular-content h4 {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--iptv-white);
	margin: 0 0 8px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.iptv-theme .iptv-popular-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-popular-comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

/* Modern Pagination */
body.iptv-theme .iptv-blog-pagination-modern {
	margin-top: 60px;
	text-align: center;
}

body.iptv-theme .iptv-blog-pagination-modern .page-numbers {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

body.iptv-theme .iptv-blog-pagination-modern .page-numbers li {
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-blog-pagination-modern .page-numbers a,
body.iptv-theme .iptv-blog-pagination-modern .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: var(--iptv-transition);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.iptv-theme .iptv-blog-pagination-modern .page-numbers a:hover {
	background: rgba(0, 100, 0, 0.1);
	border-color: var(--iptv-yellow);
	color: var(--iptv-yellow);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-blog-pagination-modern .page-numbers .current {
	background: linear-gradient(135deg, var(--iptv-yellow), #6B0000);
	border-color: var(--iptv-yellow);
	color: var(--iptv-white);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.4);
	cursor: default;
}

body.iptv-theme .iptv-pagination-arrow {
	font-size: 1.1rem;
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-blog-pagination-modern .page-numbers a:hover .iptv-pagination-arrow {
	transform: translateX(2px);
}

body.iptv-theme .iptv-blog-pagination-modern .page-numbers a[rel="prev"]:hover .iptv-pagination-arrow {
	transform: translateX(-2px);
}

/* Blog Pagination */
body.iptv-theme .iptv-blog-pagination {
	margin-top: 60px;
	text-align: center;
}

body.iptv-theme .iptv-blog-pagination .page-numbers {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

body.iptv-theme .iptv-blog-pagination .page-numbers li {
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-blog-pagination a,
body.iptv-theme .iptv-blog-pagination span {
	display: inline-block;
	padding: 12px 20px;
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	color: var(--iptv-white);
	text-decoration: none;
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	transition: var(--iptv-transition);
	font-weight: 600;
	min-width: 44px;
	text-align: center;
}

body.iptv-theme .iptv-blog-pagination a:hover {
	background: var(--iptv-yellow);
	color: var(--iptv-white);
	border-color: var(--iptv-yellow);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-blog-pagination .current {
	background: var(--iptv-yellow);
	color: var(--iptv-white);
	border-color: var(--iptv-yellow);
	cursor: default;
}

body.iptv-theme .iptv-blog-pagination .dots {
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.5);
	cursor: default;
}

/* Blog Empty State */
body.iptv-theme .iptv-blog-empty {
	text-align: center;
	padding: 80px 20px;
}

body.iptv-theme .iptv-blog-empty-content h2 {
	color: var(--iptv-white);
	font-size: 2rem;
	margin-bottom: 20px;
}

body.iptv-theme .iptv-blog-empty-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.1rem;
	margin-bottom: 30px;
}

/* Blog Sidebar */
body.iptv-theme .iptv-blog-sidebar {
	width: 100%;
}

/* Blog Widget */
body.iptv-theme .iptv-blog-widget {
	background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
	border: 2px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

body.iptv-theme .iptv-blog-widget-title {
	color: var(--iptv-white);
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(0, 100, 0, 0.3);
}

/* Search Form */
body.iptv-theme .iptv-blog-widget .search-form {
	display: flex;
	gap: 10px;
}

body.iptv-theme .iptv-blog-widget .search-field {
	flex: 1;
	padding: 12px 15px;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: var(--iptv-white);
	font-size: 0.95rem;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-widget .search-field:focus {
	outline: none;
	border-color: var(--iptv-yellow);
	background: rgba(255, 255, 255, 0.08);
}

body.iptv-theme .iptv-blog-widget .search-submit {
	padding: 12px 24px;
	background: var(--iptv-yellow);
	color: var(--iptv-white);
	border: none;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-widget .search-submit:hover {
	background: #FFC700;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
}

/* Recent Posts List */
body.iptv-theme .iptv-blog-recent-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-blog-recent-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-blog-recent-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.iptv-theme .iptv-blog-recent-item a {
	display: flex;
	gap: 15px;
	text-decoration: none;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-recent-item a:hover {
	opacity: 0.8;
}

body.iptv-theme .iptv-blog-recent-thumb {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-blog-recent-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.iptv-theme .iptv-blog-recent-content {
	flex: 1;
}

body.iptv-theme .iptv-blog-recent-content h4 {
	color: var(--iptv-white);
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.4;
}

body.iptv-theme .iptv-blog-recent-content time {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.85rem;
}

/* Categories List */
body.iptv-theme .iptv-blog-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-blog-category-item {
	margin-bottom: 12px;
}

body.iptv-theme .iptv-blog-category-item:last-child {
	margin-bottom: 0;
}

body.iptv-theme .iptv-blog-category-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	padding: 10px 15px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-blog-category-item a:hover {
	background: rgba(0, 100, 0, 0.1);
	color: var(--iptv-yellow);
	transform: translateX(5px);
}

body.iptv-theme .iptv-blog-category-count {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.9rem;
}

/* Blog Page Responsive */
@media (max-width: 1023px) {
	body.iptv-theme .iptv-blog-container {
		max-width: 100%;
	}
	
	body.iptv-theme .iptv-blog-search-top {
		max-width: 90%;
		margin-bottom: 30px;
	}
	
	body.iptv-theme .iptv-blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

@media (max-width: 1023px) {
	body.iptv-theme .iptv-blog-featured-post {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	body.iptv-theme .iptv-blog-featured-image {
		min-height: 250px;
	}
	
	body.iptv-theme .iptv-blog-featured-content {
		padding: 40px 30px;
	}
	
	body.iptv-theme .iptv-blog-filter-bar {
		gap: 10px;
		margin-bottom: 40px;
	}
	
	body.iptv-theme .iptv-filter-btn {
		padding: 8px 16px;
		font-size: 0.9rem;
	}
	
	body.iptv-theme .iptv-blog-newsletter-cta {
		padding: 40px 30px;
	}
	
	body.iptv-theme .iptv-newsletter-input-wrapper {
		flex-direction: column;
		border-radius: 20px;
		padding: 4px;
	}
	
	body.iptv-theme .iptv-newsletter-submit {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-blog-hero-section {
		min-height: auto;
		padding: 80px 15px 40px;
	}
	
	body.iptv-theme .iptv-blog-hero-title {
		margin-bottom: 15px;
	}
	
	body.iptv-theme .iptv-blog-hero-subtitle {
		font-size: 0.95rem;
	}
	
	body.iptv-theme .iptv-blog-featured-post {
		border-radius: 16px;
	}
	
	body.iptv-theme .iptv-blog-featured-image {
		min-height: 200px;
	}
	
	body.iptv-theme .iptv-blog-featured-content {
		padding: 30px 20px;
	}
	
	body.iptv-theme .iptv-featured-title {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	
	body.iptv-theme .iptv-featured-excerpt {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	
	body.iptv-theme .iptv-blog-filter-bar {
		padding: 15px 0;
		margin-bottom: 30px;
		gap: 8px;
	}
	
	body.iptv-theme .iptv-filter-btn {
		padding: 8px 14px;
		font-size: 0.85rem;
	}
	
	body.iptv-theme .iptv-filter-count {
		font-size: 0.75rem;
	}
	
	body.iptv-theme .iptv-blog-newsletter-cta {
		padding: 30px 20px;
		margin: 30px 0;
		border-radius: 16px;
	}
	
	body.iptv-theme .iptv-newsletter-title {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
	
	body.iptv-theme .iptv-newsletter-description {
		font-size: 1rem;
		margin-bottom: 25px;
	}
	
	body.iptv-theme .iptv-blog-popular-thumb {
		width: 70px;
		height: 70px;
	}
	
	body.iptv-theme .iptv-blog-popular-content h4 {
		font-size: 0.9rem;
	}
	
	body.iptv-theme .iptv-blog-pagination-modern .page-numbers {
		gap: 6px;
	}
	
	body.iptv-theme .iptv-blog-pagination-modern .page-numbers a,
	body.iptv-theme .iptv-blog-pagination-modern .page-numbers span {
		min-width: 40px;
		height: 40px;
		padding: 0 12px;
		font-size: 0.85rem;
	}
	
	body.iptv-theme .iptv-blog-container {
		padding: 40px 15px;
	}
	
	body.iptv-theme .iptv-blog-search-top {
		max-width: 95%;
		margin-bottom: 25px;
	}
	
	body.iptv-theme .iptv-blog-search-top .search-form {
		flex-direction: column;
		padding: 6px;
		border-radius: 30px;
	}
	
	body.iptv-theme .iptv-blog-search-top .search-field {
		padding: 12px 18px;
		font-size: 0.95rem;
	}
	
	body.iptv-theme .iptv-blog-search-top .search-submit {
		width: 45px;
		height: 45px;
		min-width: 45px;
	}
	
	body.iptv-theme .iptv-blog-search-top .search-submit::before {
		width: 18px;
		height: 18px;
	}
	
	body.iptv-theme .iptv-blog-search-top .search-submit::after {
		width: 7px;
		height: 2px;
		bottom: 12px;
		right: 11px;
	}
	
	body.iptv-theme .iptv-blog-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-bottom: 40px;
	}
	
	body.iptv-theme .iptv-blog-card {
		min-height: 450px; /* Slightly smaller on mobile */
	}
	
	body.iptv-theme .iptv-blog-card-image {
		aspect-ratio: 16 / 9; /* Keep 16:9 on mobile too */
	}
	
	body.iptv-theme .iptv-blog-card-content {
		padding: 15px;
		min-height: 180px; /* Ensure content area has space on mobile */
	}
	
	body.iptv-theme .iptv-blog-card-title {
		font-size: 1.1rem;
		margin-bottom: 8px;
	}
	
	body.iptv-theme .iptv-blog-card-excerpt {
		font-size: 0.875rem;
		margin-bottom: 12px;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		min-height: 60px;
	}
	
	body.iptv-theme .iptv-blog-card-date {
		font-size: 0.75rem;
		margin-bottom: 8px;
	}
	
	body.iptv-theme .iptv-blog-card-footer {
		padding-top: 6px;
	}
	
	body.iptv-theme .iptv-blog-read-more {
		font-size: 0.85rem;
	}
	
	body.iptv-theme .iptv-blog-pagination .page-numbers {
		gap: 5px;
	}
	
	body.iptv-theme .iptv-blog-pagination a,
	body.iptv-theme .iptv-blog-pagination span {
		padding: 10px 15px;
		font-size: 0.9rem;
		min-width: 40px;
	}
}

/**
 * Single Post Page Styles
 * Modern styling for individual blog post pages
 */

/* ============================================
   SINGLE POST HERO SECTION
   ============================================ */

body.iptv-theme .iptv-single-hero-section {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #000000;
	padding: 120px 20px 80px;
}

body.iptv-theme .iptv-single-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

/* Modern Gradient Mesh Background - Matching Blog Listing */
body.iptv-theme .iptv-single-hero-gradient-mesh {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: 
		radial-gradient(circle at 20% 30%, rgba(75, 0, 130, 0.4) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(0, 100, 200, 0.3) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(30, 30, 60, 0.5) 0%, transparent 70%);
	animation: blogGradientMesh 20s ease-in-out infinite;
	z-index: 1;
}

body.iptv-theme .iptv-single-hero-featured-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.3;
}

body.iptv-theme .iptv-single-hero-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(30%) contrast(1.1);
}

body.iptv-theme .iptv-single-hero-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(42, 27, 89, 0.6) 0%, rgba(10, 159, 167, 0.4) 50%, rgba(26, 26, 26, 0.7) 100%);
	z-index: 1;
}

body.iptv-theme .iptv-single-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

body.iptv-theme .iptv-single-hero-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

body.iptv-theme .iptv-single-hero-nav {
	margin-bottom: 30px;
	animation: fadeInUp 0.8s ease-out 0.2s both;
}

body.iptv-theme .iptv-back-to-blog {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	transition: var(--iptv-transition);
	padding: 8px 16px;
	border-radius: 8px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-back-to-blog:hover {
	color: var(--iptv-white);
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(0, 100, 0, 0.3);
	transform: translateX(-3px);
}

body.iptv-theme .iptv-back-arrow {
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-back-to-blog:hover .iptv-back-arrow {
	transform: translateX(-3px);
}

body.iptv-theme .iptv-single-hero-content {
	position: relative;
	text-align: center;
	animation: fadeInUp 1s ease-out 0.4s both;
}

body.iptv-theme .iptv-single-hero-categories {
	margin-bottom: 20px;
	font-size: 0.9rem;
}

body.iptv-theme .iptv-single-hero-categories a {
	color: var(--iptv-yellow);
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-single-hero-categories a:hover {
	color: var(--iptv-white);
	text-decoration: underline;
}

body.iptv-theme .iptv-category-separator {
	color: rgba(255, 255, 255, 0.4);
	margin: 0 8px;
}

body.iptv-theme .iptv-single-hero-title {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 800;
	color: var(--iptv-white);
	margin: 0 0 30px 0;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
	line-height: 1.2;
}

body.iptv-theme .iptv-single-hero-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	font-size: 0.95rem;
}

body.iptv-theme .iptv-single-meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.9);
}

body.iptv-theme .iptv-meta-label {
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.85rem;
}

body.iptv-theme .iptv-meta-value {
	font-weight: 600;
	color: var(--iptv-white);
}

body.iptv-theme .iptv-meta-value time {
	color: var(--iptv-white);
}

/* ============================================
   SINGLE POST MAIN CONTENT
   ============================================ */

body.iptv-theme .iptv-single-container {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 20px;
}

body.iptv-theme .iptv-single-main {
	min-width: 0;
}

body.iptv-theme .iptv-single-article {
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: 60px;
}

/* Optimize article backdrop-filter on desktop */
@media (min-width: 1024px) {
	body.iptv-theme .iptv-single-article {
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
}

body.iptv-theme .iptv-single-content {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.125rem;
	line-height: 1.8;
	width: 100%;
	max-width: 100%;
	margin: 0;
	content-visibility: visible;
}

/* Optimize content rendering on desktop */
@media (min-width: 1024px) {
	body.iptv-theme .iptv-single-content {
		contain: layout style paint;
	}
}

body.iptv-theme .iptv-single-content p {
	margin-bottom: 1.5em;
}

body.iptv-theme .iptv-single-content h2 {
	font-size: 2rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 2em 0 1em 0;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

body.iptv-theme .iptv-single-content h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 1.8em 0 0.8em 0;
	line-height: 1.4;
}

body.iptv-theme .iptv-single-content h4 {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--iptv-white);
	margin: 1.5em 0 0.8em 0;
	line-height: 1.4;
}

body.iptv-theme .iptv-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	margin: 2em 0;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
	loading: lazy;
}

body.iptv-theme .iptv-single-content blockquote {
	border-left: 4px solid var(--iptv-yellow);
	padding: 20px 30px;
	margin: 2em 0;
	background: rgba(0, 100, 0, 0.05);
	border-radius: 8px;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
}

body.iptv-theme .iptv-single-content code {
	background: rgba(0, 0, 0, 0.4);
	padding: 2px 8px;
	border-radius: 4px;
	font-family: 'Courier New', monospace;
	font-size: 0.9em;
	color: var(--iptv-yellow);
}

body.iptv-theme .iptv-single-content pre {
	background: rgba(0, 0, 0, 0.5);
	padding: 24px;
	border-radius: 12px;
	overflow-x: auto;
	margin: 2em 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-single-content pre code {
	background: transparent;
	padding: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9em;
	line-height: 1.6;
}

body.iptv-theme .iptv-single-content ul,
body.iptv-theme .iptv-single-content ol {
	margin: 1.5em 0;
	padding-left: 2em;
}

body.iptv-theme .iptv-single-content li {
	margin-bottom: 0.8em;
	line-height: 1.7;
}

body.iptv-theme .iptv-single-content a {
	color: var(--iptv-yellow);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-single-content a:hover {
	color: var(--iptv-white);
	text-decoration: none;
}

/* ============================================
   RESPONSIVE TABLES - HYBRID APPROACH
   Desktop: Default WordPress table format
   Mobile: Card-style for small tables, Horizontal scroll for large tables
   ============================================ */

/* Base Table Styles - Desktop (Default WordPress Format) */
body.iptv-theme .iptv-single-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.5em 0;
	word-wrap: break-word;
	table-layout: auto;
}

body.iptv-theme .iptv-single-content thead th {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 0.5em;
}

body.iptv-theme .iptv-single-content th {
	padding: 0.4em;
	text-align: left;
	font-weight: 600;
	color: var(--iptv-white);
}

body.iptv-theme .iptv-single-content tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-single-content td {
	padding: 0.4em;
	color: rgba(255, 255, 255, 0.9);
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Remove padding from first/last cells (default WordPress style) */
body.iptv-theme .iptv-single-content th,
body.iptv-theme .iptv-single-content td,
body.iptv-theme .iptv-single-content th:first-child,
body.iptv-theme .iptv-single-content td:first-child {
	padding-left: 0;
}

body.iptv-theme .iptv-single-content th:last-child,
body.iptv-theme .iptv-single-content td:last-child {
	padding-right: 0;
}

/* Right-align numeric columns (detected via class or content) */
body.iptv-theme .iptv-single-content th.numeric,
body.iptv-theme .iptv-single-content td.numeric {
	text-align: right;
}

/* Table wrapper for horizontal scroll on large tables */
body.iptv-theme .iptv-single-content .table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 1.5em 0;
}

body.iptv-theme .iptv-single-content .table-wrapper table {
	margin: 0;
}

/* ============================================
   MOBILE RESPONSIVE TABLES
   ============================================ */

@media (max-width: 767px) {
	
	/* Small Tables (≤5 columns) - Card Style Layout */
	body.iptv-theme .iptv-single-content table.table-small,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) {
		display: block;
		width: 100%;
		margin: 1.5em 0;
		border-radius: 8px;
		background: transparent;
		border: none;
	}
	
	body.iptv-theme .iptv-single-content table.table-small thead,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) thead {
		display: none;
	}
	
	body.iptv-theme .iptv-single-content table.table-small tbody,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) tbody {
		display: block;
		width: 100%;
	}
	
	body.iptv-theme .iptv-single-content table.table-small tr,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) tr {
		display: block;
		margin-bottom: 20px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.04);
		padding: 18px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
		transition: box-shadow 0.2s ease, background 0.2s ease;
	}
	
	body.iptv-theme .iptv-single-content table.table-small tr:hover,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) tr:hover {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
		background: rgba(255, 255, 255, 0.06);
		border-color: rgba(255, 255, 255, 0.25);
	}
	
	body.iptv-theme .iptv-single-content table.table-small td,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) td {
		display: block;
		text-align: left;
		padding: 14px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
		width: 100%;
		word-wrap: break-word;
		overflow-wrap: break-word;
		font-size: 1rem;
		line-height: 1.7;
		min-height: 50px;
		box-sizing: border-box;
	}
	
	body.iptv-theme .iptv-single-content table.table-small td:before,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) td:before {
		content: attr(data-label);
		display: block;
		font-weight: 700;
		color: var(--iptv-yellow);
		margin-bottom: 10px;
		font-size: 0.9rem;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		padding-bottom: 8px;
		border-bottom: 2px solid rgba(255, 255, 255, 0.2);
		width: 100%;
		line-height: 1.4;
	}
	
	body.iptv-theme .iptv-single-content table.table-small td:last-child,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) td:last-child {
		border-bottom: none;
		padding-bottom: 14px;
	}
	
	body.iptv-theme .iptv-single-content table.table-small td:not([data-label]):before,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) td:not([data-label]):before {
		content: '';
		display: none;
	}
	
	/* Ensure all cell content is visible and readable */
	body.iptv-theme .iptv-single-content table.table-small td,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) td {
		color: rgba(255, 255, 255, 0.95);
		overflow: visible;
		white-space: normal;
	}
	
	/* Content after label */
	body.iptv-theme .iptv-single-content table.table-small td,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) td {
		display: block;
	}
	
	body.iptv-theme .iptv-single-content table.table-small td > *,
	body.iptv-theme .iptv-single-content table[data-columns]:not([data-columns="6"]):not([data-columns="7"]):not([data-columns="8"]):not([data-columns="9"]):not([data-columns="10"]) td > * {
		display: block;
		width: 100%;
		margin-top: 0;
	}
	
	/* Large Tables (6+ columns) - Horizontal Scroll */
	body.iptv-theme .iptv-single-content table.table-large,
	body.iptv-theme .iptv-single-content table[data-columns="6"],
	body.iptv-theme .iptv-single-content table[data-columns="7"],
	body.iptv-theme .iptv-single-content table[data-columns="8"],
	body.iptv-theme .iptv-single-content table[data-columns="9"],
	body.iptv-theme .iptv-single-content table[data-columns="10"] {
		display: table;
		width: 100%;
		min-width: 600px;
		margin: 1.5em 0;
		border-radius: 8px;
	}
	
	body.iptv-theme .iptv-single-content .table-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 1.5em 0;
		border-radius: 8px;
		position: relative;
		background: rgba(255, 255, 255, 0.02);
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	body.iptv-theme .iptv-single-content .table-wrapper::after {
		content: '← Scroll →';
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 0.75rem;
		color: rgba(255, 255, 255, 0.5);
		pointer-events: none;
		z-index: 1;
	}
	
	body.iptv-theme .iptv-single-content table.table-large thead,
	body.iptv-theme .iptv-single-content table[data-columns="6"] thead,
	body.iptv-theme .iptv-single-content table[data-columns="7"] thead,
	body.iptv-theme .iptv-single-content table[data-columns="8"] thead,
	body.iptv-theme .iptv-single-content table[data-columns="9"] thead,
	body.iptv-theme .iptv-single-content table[data-columns="10"] thead {
		display: table-header-group;
	}
	
	body.iptv-theme .iptv-single-content table.table-large th,
	body.iptv-theme .iptv-single-content table[data-columns="6"] th,
	body.iptv-theme .iptv-single-content table[data-columns="7"] th,
	body.iptv-theme .iptv-single-content table[data-columns="8"] th,
	body.iptv-theme .iptv-single-content table[data-columns="9"] th,
	body.iptv-theme .iptv-single-content table[data-columns="10"] th {
		padding: 12px 14px;
		font-size: 0.9rem;
		white-space: nowrap;
		min-width: 100px;
	}
	
	body.iptv-theme .iptv-single-content table.table-large td,
	body.iptv-theme .iptv-single-content table[data-columns="6"] td,
	body.iptv-theme .iptv-single-content table[data-columns="7"] td,
	body.iptv-theme .iptv-single-content table[data-columns="8"] td,
	body.iptv-theme .iptv-single-content table[data-columns="9"] td,
	body.iptv-theme .iptv-single-content table[data-columns="10"] td {
		padding: 12px 14px;
		font-size: 0.9rem;
		white-space: normal;
		min-width: 100px;
		max-width: 200px;
	}
	
	/* Ensure all tables are readable */
	body.iptv-theme .iptv-single-content table {
		font-size: 0.95rem;
	}
	
	body.iptv-theme .iptv-single-content table td,
	body.iptv-theme .iptv-single-content table th {
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
}

body.iptv-theme .iptv-page-links {
	margin-top: 3em;
	padding-top: 2em;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

body.iptv-theme .iptv-page-number {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	color: var(--iptv-white);
	text-decoration: none;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-page-number:hover {
	background: rgba(0, 100, 0, 0.2);
	color: var(--iptv-yellow);
}

body.iptv-theme .iptv-single-footer {
	margin-top: 3em;
	padding-top: 2em;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-single-tags {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

body.iptv-theme .iptv-tags-label {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.9rem;
}

body.iptv-theme .iptv-tags-list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

body.iptv-theme .iptv-tags-list a {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(0, 100, 0, 0.1);
	border: 1px solid rgba(0, 100, 0, 0.3);
	border-radius: 20px;
	color: var(--iptv-yellow);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-tags-list a:hover {
	background: rgba(0, 100, 0, 0.2);
	border-color: var(--iptv-yellow);
	color: var(--iptv-white);
	transform: translateY(-2px);
}

/* ============================================
   AUTHOR BOX
   ============================================ */

body.iptv-theme .iptv-author-box {
	display: flex;
	gap: 30px;
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}

body.iptv-theme .iptv-author-avatar {
	flex-shrink: 0;
}

body.iptv-theme .iptv-author-img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border: 3px solid var(--iptv-yellow);
	box-shadow: 0 4px 20px rgba(0, 100, 0, 0.3);
}

body.iptv-theme .iptv-author-info {
	flex: 1;
}

body.iptv-theme .iptv-author-name {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 12px 0;
}

body.iptv-theme .iptv-author-bio {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	margin: 0 0 16px 0;
}

body.iptv-theme .iptv-author-link {
	color: var(--iptv-yellow);
	text-decoration: none;
	font-weight: 600;
	transition: var(--iptv-transition);
	display: inline-block;
}

body.iptv-theme .iptv-author-link:hover {
	color: var(--iptv-white);
	text-decoration: underline;
}

/* ============================================
   POST NAVIGATION (PREVIOUS/NEXT)
   ============================================ */

body.iptv-theme .iptv-single-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 60px;
}

body.iptv-theme .iptv-nav-previous,
body.iptv-theme .iptv-nav-next {
	position: relative;
}

body.iptv-theme .iptv-nav-link {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
	min-height: 120px;
	justify-content: space-between;
	will-change: transform;
}

/* Optimize navigation backdrop-filter on desktop */
@media (min-width: 1024px) {
	body.iptv-theme .iptv-nav-link {
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
}

body.iptv-theme .iptv-nav-link:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(0, 100, 0, 0.3);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

body.iptv-theme .iptv-nav-next .iptv-nav-link {
	text-align: right;
	align-items: flex-end;
}

body.iptv-theme .iptv-nav-label {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 8px;
	font-weight: 600;
}

body.iptv-theme .iptv-nav-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--iptv-white);
	line-height: 1.4;
	margin-bottom: 12px;
}

body.iptv-theme .iptv-nav-arrow {
	font-size: 1.5rem;
	color: var(--iptv-yellow);
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-nav-link:hover .iptv-nav-arrow {
	transform: translateX(-5px);
}

body.iptv-theme .iptv-nav-next .iptv-nav-link:hover .iptv-nav-arrow {
	transform: translateX(5px);
}

body.iptv-theme .iptv-nav-image-wrapper {
	width: 100%;
	height: 180px;
	margin-bottom: 16px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	background: transparent;
	z-index: 10;
	isolation: isolate;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	filter: none !important;
}

body.iptv-theme .iptv-nav-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	will-change: transform;
	display: block;
	opacity: 1 !important;
	z-index: 10;
	position: relative;
	visibility: visible !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	filter: none !important;
}

body.iptv-theme .iptv-nav-link:hover .iptv-nav-image {
	transform: scale(1.05);
}

/* ============================================
   RELATED POSTS
   ============================================ */

body.iptv-theme .iptv-related-posts {
	margin-bottom: 60px;
}

body.iptv-theme .iptv-related-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 40px 0;
	text-align: center;
}

body.iptv-theme .iptv-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

body.iptv-theme .iptv-related-card {
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: var(--iptv-transition);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

body.iptv-theme .iptv-related-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 100, 0, 0.3);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

body.iptv-theme .iptv-related-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

body.iptv-theme .iptv-related-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-related-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

body.iptv-theme .iptv-related-card:hover .iptv-related-img {
	transform: scale(1.1);
}

body.iptv-theme .iptv-related-content {
	padding: 24px;
}

body.iptv-theme .iptv-related-card-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--iptv-white);
	margin: 0 0 12px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.iptv-theme .iptv-related-excerpt {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.iptv-theme .iptv-related-meta {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-related-meta time {
	color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   SIDEBAR
   ============================================ */

body.iptv-theme .iptv-single-sidebar {
	min-width: 0;
}

body.iptv-theme .iptv-sidebar-widget {
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

/* Bottom Widgets - Horizontal Layout */
body.iptv-theme .iptv-single-bottom-widgets {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-bottom-widget {
	margin-bottom: 0;
}

body.iptv-theme .iptv-widget-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 24px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

body.iptv-theme .iptv-widget-icon {
	font-size: 1.5rem;
}

body.iptv-theme .iptv-popular-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-popular-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-popular-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.iptv-theme .iptv-popular-link {
	display: flex;
	gap: 15px;
	text-decoration: none;
	color: inherit;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-popular-link:hover {
	transform: translateX(5px);
}

body.iptv-theme .iptv-popular-thumb {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-popular-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

body.iptv-theme .iptv-popular-link:hover .iptv-popular-img {
	transform: scale(1.1);
}

body.iptv-theme .iptv-popular-content {
	flex: 1;
	min-width: 0;
}

body.iptv-theme .iptv-popular-title {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--iptv-white);
	margin: 0 0 8px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.iptv-theme .iptv-popular-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-popular-comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

body.iptv-theme .iptv-newsletter-widget {
	background: linear-gradient(135deg, rgba(0, 100, 0, 0.1) 0%, rgba(107, 0, 0, 0.05) 100%);
	border-color: rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-newsletter-description {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

body.iptv-theme .iptv-newsletter-input-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.iptv-theme .iptv-newsletter-email {
	width: 100%;
	padding: 14px 18px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: var(--iptv-white);
	font-size: 0.95rem;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-newsletter-email:focus {
	outline: none;
	border-color: var(--iptv-yellow);
	box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
}

body.iptv-theme .iptv-newsletter-email::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .iptv-newsletter-submit {
	padding: 14px 24px;
	background: linear-gradient(135deg, var(--iptv-yellow), #6B0000);
	color: var(--iptv-white) !important;
	border: none;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	transition: var(--iptv-transition);
	width: 100%;
}

body.iptv-theme .iptv-newsletter-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-newsletter-privacy {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
	margin: 16px 0 0 0;
	text-align: center;
}

body.iptv-theme .iptv-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.iptv-theme .iptv-category-item {
	margin-bottom: 12px;
}

body.iptv-theme .iptv-category-item:last-child {
	margin-bottom: 0;
}

body.iptv-theme .iptv-category-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-category-link:hover {
	background: rgba(0, 100, 0, 0.1);
	border-color: rgba(0, 100, 0, 0.3);
	color: var(--iptv-white);
	transform: translateX(5px);
}

body.iptv-theme .iptv-category-name {
	font-weight: 500;
	font-size: 0.95rem;
}

body.iptv-theme .iptv-category-count {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	padding: 4px 10px;
	border-radius: 12px;
	font-weight: 600;
}

body.iptv-theme .iptv-category-link:hover .iptv-category-count {
	background: rgba(0, 100, 0, 0.2);
	color: var(--iptv-yellow);
}

/* ============================================
   COMMENTS SECTION
   ============================================ */

body.iptv-theme #comments {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .comments-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--iptv-white);
	margin: 0 0 40px 0;
}

body.iptv-theme .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.iptv-theme .comment {
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 16px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 24px;
}

body.iptv-theme .comment .comment {
	margin-left: 60px;
	margin-top: 24px;
	background: rgba(255, 255, 255, 0.01);
}

body.iptv-theme .comment-body {
	display: flex;
	gap: 20px;
}

body.iptv-theme .comment-author-avatar {
	flex-shrink: 0;
}

body.iptv-theme .comment-author-avatar img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid rgba(0, 100, 0, 0.3);
}

body.iptv-theme .comment-content {
	flex: 1;
	min-width: 0;
}

body.iptv-theme .comment-meta {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

body.iptv-theme .comment-author {
	font-weight: 600;
	color: var(--iptv-white);
	font-size: 1rem;
}

body.iptv-theme .comment-author a {
	color: var(--iptv-white);
	text-decoration: none;
}

body.iptv-theme .comment-author a:hover {
	color: var(--iptv-yellow);
}

body.iptv-theme .comment-metadata {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.5);
}

body.iptv-theme .comment-metadata a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

body.iptv-theme .comment-metadata a:hover {
	color: var(--iptv-yellow);
}

body.iptv-theme .comment-text {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.7;
	font-size: 0.95rem;
}

body.iptv-theme .comment-text p {
	margin-bottom: 1em;
}

body.iptv-theme .comment-text p:last-child {
	margin-bottom: 0;
}

body.iptv-theme .comment-reply-link {
	display: inline-block;
	margin-top: 12px;
	padding: 8px 16px;
	background: rgba(0, 100, 0, 0.1);
	border: 1px solid rgba(0, 100, 0, 0.3);
	border-radius: 8px;
	color: var(--iptv-yellow);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	transition: var(--iptv-transition);
}

body.iptv-theme .comment-reply-link:hover {
	background: rgba(0, 100, 0, 0.2);
	border-color: var(--iptv-yellow);
	color: var(--iptv-white);
	transform: translateY(-2px);
}

body.iptv-theme .comment-form {
	margin-top: 40px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .comment-form-comment label,
body.iptv-theme .comment-form-author label,
body.iptv-theme .comment-form-email label,
body.iptv-theme .comment-form-url label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: var(--iptv-white);
	font-size: 0.95rem;
}

body.iptv-theme .comment-form textarea,
body.iptv-theme .comment-form input[type="text"],
body.iptv-theme .comment-form input[type="email"],
body.iptv-theme .comment-form input[type="url"] {
	width: 100%;
	padding: 14px 18px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: var(--iptv-white);
	font-size: 0.95rem;
	transition: var(--iptv-transition);
	margin-bottom: 20px;
	font-family: inherit;
}

body.iptv-theme .comment-form textarea:focus,
body.iptv-theme .comment-form input:focus {
	outline: none;
	border-color: var(--iptv-yellow);
	box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
}

body.iptv-theme .comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

body.iptv-theme .comment-form .form-submit {
	margin-top: 10px;
}

body.iptv-theme .comment-form input[type="submit"] {
	padding: 16px 40px;
	background: linear-gradient(135deg, var(--iptv-yellow), #6B0000);
	color: var(--iptv-white) !important;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: var(--iptv-transition);
	text-transform: uppercase;
	letter-spacing: 1px;
}

body.iptv-theme .comment-form input[type="submit"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 20px;
}

body.iptv-theme .comment-form-cookies-consent input[type="checkbox"] {
	margin-top: 4px;
	flex-shrink: 0;
}

body.iptv-theme .comment-form-cookies-consent label {
	margin: 0;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	line-height: 1.6;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1023px) {
	body.iptv-theme .iptv-single-container {
		padding: 40px 20px;
	}
	
	body.iptv-theme .iptv-single-article {
		padding: 40px;
	}
	
	body.iptv-theme .iptv-related-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	
	body.iptv-theme .iptv-single-bottom-widgets {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	body.iptv-theme .iptv-single-navigation {
		grid-template-columns: 1fr;
	}
	
	body.iptv-theme .iptv-nav-next .iptv-nav-link {
		text-align: left;
		align-items: flex-start;
	}
	
	body.iptv-theme .iptv-author-box {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	body.iptv-theme .iptv-single-hero-section {
		min-height: 400px;
		padding: 100px 15px 60px;
	}
	
	body.iptv-theme .iptv-single-hero-title {
		font-size: 2rem;
	}
	
	body.iptv-theme .iptv-single-hero-meta {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}
	
	body.iptv-theme .iptv-single-container {
		padding: 40px 15px;
	}
	
	body.iptv-theme .iptv-single-article {
		padding: 30px 20px;
	}
	
	body.iptv-theme .iptv-single-content {
		font-size: 1rem;
	}
	
	body.iptv-theme .iptv-single-bottom-widgets {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-top: 40px;
		padding-top: 40px;
	}
	
	body.iptv-theme .iptv-single-content h2 {
		font-size: 1.75rem;
	}
	
	body.iptv-theme .iptv-single-content h3 {
		font-size: 1.35rem;
	}
	
	body.iptv-theme .iptv-author-box {
		padding: 30px 20px;
	}
	
	body.iptv-theme .iptv-related-grid {
		grid-template-columns: 1fr;
	}
	
	body.iptv-theme .iptv-nav-link {
		min-height: auto;
		padding: 20px;
	}
	
	body.iptv-theme .iptv-nav-image-wrapper {
		height: 150px;
		margin-bottom: 12px;
	}
	
	body.iptv-theme .comment {
		padding: 20px;
	}
	
	body.iptv-theme .comment .comment {
		margin-left: 30px;
	}
	
	body.iptv-theme .comment-form {
		padding: 30px 20px;
	}
}

/* ============================================
   CUSTOMER REVIEWS SECTION (HOMEPAGE)
   ============================================ */

/* Reviews Section Container */
body.iptv-theme .iptv-customer-reviews-section {
	padding: 100px 20px;
	background-color: #ffffff;
	color: #000000;
}

body.iptv-theme .iptv-reviews-container {
	max-width: 1200px;
	margin: 0 auto;
}

body.iptv-theme .iptv-customer-reviews-section .iptv-section-title {
	color: #000000;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

body.iptv-theme .iptv-customer-reviews-section .iptv-section-subtitle {
	color: rgba(0, 0, 0, 0.7);
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 60px;
}

/* Reviews Grid */
body.iptv-theme .iptv-reviews-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

/* Review Card */
body.iptv-theme .iptv-review-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: var(--iptv-transition);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

body.iptv-theme .iptv-review-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	border-color: rgba(0, 100, 0, 0.2);
}

/* Star Rating */
body.iptv-theme .iptv-review-rating {
	display: flex;
	gap: 4px;
	align-items: center;
}

body.iptv-theme .iptv-star {
	width: 20px;
	height: 20px;
	color: #E0E0E0;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-star-filled {
	color: #FFB800;
}

body.iptv-theme .iptv-star-empty {
	color: #E0E0E0;
}

/* Review Text */
body.iptv-theme .iptv-review-text {
	color: #333333;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	flex: 1;
}

/* Review Author */
body.iptv-theme .iptv-review-author {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.iptv-theme .iptv-review-author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(135deg, #006400 0%, #004d00 100%);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 600;
	flex-shrink: 0;
}

body.iptv-theme .iptv-review-author-info {
	flex: 1;
}

body.iptv-theme .iptv-review-author-name {
	color: #000000;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 4px 0;
}

body.iptv-theme .iptv-review-author-details {
	color: rgba(0, 0, 0, 0.6);
	font-size: 0.875rem;
	margin: 0;
}

/* View All Reviews Button */
body.iptv-theme .iptv-reviews-cta {
	text-align: center;
	margin-top: 40px;
}

body.iptv-theme .iptv-reviews-view-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #006400;
	color: #ffffff;
	padding: 16px 32px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
	border: 2px solid #006400;
}

body.iptv-theme .iptv-reviews-view-all-btn:hover {
	background-color: #004d00;
	border-color: #004d00;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-reviews-view-all-btn svg {
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-reviews-view-all-btn:hover svg {
	transform: translateX(4px);
}

/* Reviews Placeholder */
body.iptv-theme .iptv-reviews-placeholder {
	text-align: center;
	padding: 60px 20px;
	color: rgba(0, 0, 0, 0.6);
}

/* ============================================
   REVIEWS PAGE (FULL PAGE)
   ============================================ */

/* Reviews Page Hero */
body.iptv-theme .iptv-reviews-page-hero {
	background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
	padding: 120px 20px 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

body.iptv-theme .iptv-reviews-page-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 50% 50%, rgba(0, 100, 0, 0.1) 0%, transparent 70%);
	pointer-events: none;
}

body.iptv-theme .iptv-reviews-page-hero-content {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

body.iptv-theme .iptv-reviews-page-title {
	color: #ffffff;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
}

body.iptv-theme .iptv-reviews-page-subtitle {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.2rem;
	margin: 0;
}

body.iptv-theme .iptv-reviews-page-hero-content .iptv-back-to-home {
	margin-top: 24px;
	display: inline-block;
}

/* Reviews Page Container */
body.iptv-theme .iptv-reviews-page-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 20px;
	background-color: #000000;
	color: #ffffff;
}

/* Section Titles */
body.iptv-theme .iptv-reviews-section-title {
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}

body.iptv-theme .iptv-reviews-section-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.1rem;
	text-align: center;
	margin-bottom: 50px;
}

/* WhatsApp Carousel Section on Reviews Page */
body.iptv-theme .iptv-reviews-whatsapp-section {
	margin-bottom: 80px;
}

/* Use the same WhatsApp carousel styling as front page */
body.iptv-theme .iptv-reviews-whatsapp-section .iptv-whatsapp-carousel-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

/* Reviews Grid Section */
body.iptv-theme .iptv-reviews-grid-section {
	margin-bottom: 100px;
}

body.iptv-theme .iptv-reviews-page-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
}

/* Review Page Card */
body.iptv-theme .iptv-reviews-page-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transition: var(--iptv-transition);
	display: flex;
	flex-direction: column;
	gap: 20px;
	backdrop-filter: blur(10px);
}

body.iptv-theme .iptv-reviews-page-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 100, 0, 0.2);
	border-color: rgba(0, 100, 0, 0.3);
	background: rgba(255, 255, 255, 0.05);
}

/* Review Page Rating */
body.iptv-theme .iptv-reviews-page-rating {
	display: flex;
	gap: 4px;
	align-items: center;
}

body.iptv-theme .iptv-reviews-page-star {
	width: 18px;
	height: 18px;
	color: rgba(255, 255, 255, 0.2);
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-reviews-page-star-filled {
	color: #FFB800;
}

body.iptv-theme .iptv-reviews-page-star-empty {
	color: rgba(255, 255, 255, 0.2);
}

/* Review Page Text */
body.iptv-theme .iptv-reviews-page-text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
	flex: 1;
}

/* Review Page Author */
body.iptv-theme .iptv-reviews-page-author {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.iptv-theme .iptv-reviews-page-author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(135deg, #006400 0%, #004d00 100%);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 600;
	flex-shrink: 0;
}

body.iptv-theme .iptv-reviews-page-author-info {
	flex: 1;
}

body.iptv-theme .iptv-reviews-page-author-name {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 4px 0;
}

body.iptv-theme .iptv-reviews-page-author-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

body.iptv-theme .iptv-reviews-page-author-details {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.875rem;
}

body.iptv-theme .iptv-reviews-page-author-date {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8rem;
}

/* Add Review Form Section */
body.iptv-theme .iptv-reviews-add-section {
	max-width: 700px;
	margin: 0 auto;
	padding: 60px 40px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Review Form */
body.iptv-theme .iptv-reviews-form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

body.iptv-theme .iptv-reviews-form-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.iptv-theme .iptv-reviews-form-label {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

body.iptv-theme .iptv-reviews-form-label-hint {
	font-size: 0.875rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
}

/* Star Rating Selector */
body.iptv-theme .iptv-reviews-form-rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 8px;
	align-items: center;
}

body.iptv-theme .iptv-reviews-form-rating-input {
	display: none;
}

body.iptv-theme .iptv-reviews-form-rating-label {
	cursor: pointer;
	color: rgba(255, 255, 255, 0.2);
	transition: var(--iptv-transition);
	padding: 4px;
	border-radius: 4px;
}

body.iptv-theme .iptv-reviews-form-rating-label:hover,
body.iptv-theme .iptv-reviews-form-rating-label:hover ~ .iptv-reviews-form-rating-label {
	color: #FFB800;
}

body.iptv-theme .iptv-reviews-form-rating-input:checked ~ .iptv-reviews-form-rating-label,
body.iptv-theme .iptv-reviews-form-rating-input:checked ~ .iptv-reviews-form-rating-label ~ .iptv-reviews-form-rating-label {
	color: #FFB800;
}

body.iptv-theme .iptv-reviews-form-rating-label.preview-active {
	color: #FFB800;
}

body.iptv-theme .iptv-reviews-form-rating-label svg {
	display: block;
	width: 32px;
	height: 32px;
}

body.iptv-theme .iptv-reviews-form-rating-text {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	margin-top: 8px;
}

/* Form Inputs */
body.iptv-theme .iptv-reviews-form-input,
body.iptv-theme .iptv-reviews-form-textarea {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 14px 18px;
	color: #ffffff;
	font-size: 1rem;
	font-family: inherit;
	transition: var(--iptv-transition);
	width: 100%;
	box-sizing: border-box;
}

body.iptv-theme .iptv-reviews-form-input:focus,
body.iptv-theme .iptv-reviews-form-textarea:focus {
	outline: none;
	border-color: #006400;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-reviews-form-input::placeholder,
body.iptv-theme .iptv-reviews-form-textarea::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

body.iptv-theme .iptv-reviews-form-textarea {
	resize: vertical;
	min-height: 120px;
}

/* File Upload */
body.iptv-theme .iptv-reviews-form-file-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.iptv-theme .iptv-reviews-form-file {
	display: none;
}

body.iptv-theme .iptv-reviews-form-file-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 2px dashed rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 16px 20px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	transition: var(--iptv-transition);
	text-align: center;
	justify-content: center;
}

body.iptv-theme .iptv-reviews-form-file-label:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #006400;
	color: #ffffff;
}

body.iptv-theme .iptv-reviews-form-file-name {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	padding-left: 4px;
}

/* Submit Button */
body.iptv-theme .iptv-reviews-form-group-submit {
	margin-top: 10px;
}

body.iptv-theme .iptv-reviews-form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #006400;
	color: #ffffff;
	padding: 16px 32px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	border: 2px solid #006400;
	cursor: pointer;
	transition: var(--iptv-transition);
	box-shadow: 0 4px 15px rgba(0, 100, 0, 0.3);
	width: 100%;
}

body.iptv-theme .iptv-reviews-form-submit:hover {
	background-color: #004d00;
	border-color: #004d00;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 100, 0, 0.4);
}

body.iptv-theme .iptv-reviews-form-submit:active {
	transform: translateY(0);
}

body.iptv-theme .iptv-reviews-form-submit svg {
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-reviews-form-submit:hover svg {
	transform: translateX(4px);
}

/* Form Messages */
body.iptv-theme .iptv-reviews-form-message {
	padding: 16px 20px;
	border-radius: 8px;
	font-size: 0.95rem;
	display: none;
	margin-top: 10px;
}

body.iptv-theme .iptv-reviews-form-message.success {
	display: block;
	background: rgba(76, 175, 80, 0.2);
	border: 1px solid rgba(76, 175, 80, 0.4);
	color: #4CAF50;
}

body.iptv-theme .iptv-reviews-form-message.error {
	display: block;
	background: rgba(244, 67, 54, 0.2);
	border: 1px solid rgba(244, 67, 54, 0.4);
	color: #F44336;
}

/* ============================================
   RESPONSIVE STYLES - REVIEWS
   ============================================ */

@media (max-width: 1024px) {
	body.iptv-theme .iptv-reviews-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 25px;
	}
	
	body.iptv-theme .iptv-reviews-page-grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 25px;
	}
}

@media (max-width: 768px) {
	body.iptv-theme .iptv-customer-reviews-section {
		padding: 60px 20px;
	}
	
	body.iptv-theme .iptv-customer-reviews-section .iptv-section-title {
		font-size: 2rem;
	}
	
	body.iptv-theme .iptv-reviews-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	body.iptv-theme .iptv-review-card {
		padding: 25px;
	}
	
	body.iptv-theme .iptv-reviews-page-hero {
		padding: 80px 20px 60px;
	}
	
	body.iptv-theme .iptv-reviews-page-title {
		font-size: 2rem;
	}
	
	body.iptv-theme .iptv-reviews-page-subtitle {
		font-size: 1rem;
	}
	
	body.iptv-theme .iptv-reviews-page-container {
		padding: 50px 20px;
	}
	
	body.iptv-theme .iptv-reviews-section-title {
		font-size: 1.75rem;
	}
	
	body.iptv-theme .iptv-reviews-page-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	body.iptv-theme .iptv-reviews-add-section {
		padding: 40px 25px;
	}
	
	body.iptv-theme .iptv-reviews-form {
		gap: 25px;
	}
}

@media (max-width: 480px) {
	body.iptv-theme .iptv-customer-reviews-section .iptv-section-title {
		font-size: 1.75rem;
	}
	
	body.iptv-theme .iptv-reviews-view-all-btn {
		padding: 14px 24px;
		font-size: 0.95rem;
	}
	
	body.iptv-theme .iptv-reviews-page-title {
		font-size: 1.75rem;
	}
	
	body.iptv-theme .iptv-reviews-section-title {
		font-size: 1.5rem;
	}
	
	body.iptv-theme .iptv-reviews-form-rating-label svg {
		width: 28px;
		height: 28px;
	}
}

/* ============================================
   CHANNELS PAGE
   ============================================ */

body.iptv-theme .iptv-channels-header {
	position: relative;
	padding: 120px 20px 80px;
	text-align: center;
	margin-bottom: 40px;
	background: 
		linear-gradient(135deg, rgba(0, 100, 0, 0.85) 0%, rgba(30, 30, 60, 0.9) 50%, rgba(0, 0, 0, 0.85) 100%),
		radial-gradient(circle at 20% 50%, rgba(0, 100, 0, 0.4) 0%, transparent 60%),
		radial-gradient(circle at 80% 50%, rgba(75, 0, 130, 0.4) 0%, transparent 60%),
		radial-gradient(circle at 50% 50%, rgba(20, 20, 40, 0.8) 0%, transparent 70%);
	background-size: cover, cover, cover, cover;
	background-position: center center;
	overflow: hidden;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
	box-sizing: border-box;
}

body.iptv-theme .iptv-channels-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 30% 40%, rgba(0, 100, 0, 0.2) 0%, transparent 50%),
		radial-gradient(circle at 70% 60%, rgba(75, 0, 130, 0.2) 0%, transparent 50%);
	animation: channelsHeaderGlow 8s ease-in-out infinite;
	z-index: 0;
}

body.iptv-theme .iptv-channels-header .inner-wrap {
	position: relative;
	z-index: 1;
}

@keyframes channelsHeaderGlow {
	0%, 100% {
		opacity: 0.8;
		transform: scale(1);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
}

body.iptv-theme .iptv-channels-title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 800;
	color: var(--iptv-white);
	margin-bottom: 15px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

body.iptv-theme .iptv-channels-subtitle {
	font-size: clamp(1.1rem, 2vw, 1.5rem);
	color: rgba(255, 255, 255, 0.8);
	max-width: 700px;
	margin: 0 auto;
}

body.iptv-theme .iptv-channels-header {
	padding: 40px 20px 20px;
	text-align: left;
}

body.iptv-theme .iptv-channels-header .iptv-back-to-home {
	display: inline-block;
}

body.iptv-theme .iptv-channels-section {
	padding: 40px 20px;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
	box-sizing: border-box;
}

body.iptv-theme .iptv-country-item {
	margin-bottom: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.02);
	overflow: hidden;
	transition: all 0.3s ease;
}

body.iptv-theme .iptv-country-item:hover {
	border-color: rgba(0, 100, 0, 0.5);
	background: rgba(255, 255, 255, 0.04);
}

body.iptv-theme .iptv-country-item.active {
	border-color: var(--iptv-red);
	background: rgba(0, 100, 0, 0.1);
}

body.iptv-theme .iptv-country-header {
	width: 100%;
	padding: 20px 25px;
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	text-align: left;
	color: var(--iptv-white);
	font-size: 1.1rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

body.iptv-theme .iptv-country-header:hover {
	background: rgba(255, 255, 255, 0.05);
}

body.iptv-theme .iptv-country-header:focus {
	outline: 2px solid var(--iptv-red);
	outline-offset: -2px;
}

body.iptv-theme .iptv-country-flag {
	font-size: 1.8rem;
	margin-right: 15px;
	line-height: 1;
}

/* Remove picture/fallback icons that appear next to some country flags */
body.iptv-theme .iptv-country-header img,
body.iptv-theme .iptv-country-flag img,
body.iptv-theme .iptv-country-flag object {
	display: none !important;
}

body.iptv-theme .iptv-country-name {
	flex: 1;
	font-size: 1.2rem;
}

body.iptv-theme .iptv-channel-count {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
	margin-right: 15px;
	font-weight: 400;
}

body.iptv-theme .iptv-expand-icon {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.3s ease;
	color: var(--iptv-red);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-country-item.active .iptv-expand-icon {
	transform: rotate(45deg);
	background: var(--iptv-red);
	color: var(--iptv-white);
}

body.iptv-theme .iptv-channels-list {
	padding: 0 25px 25px;
	animation: slideDown 0.3s ease;
}

body.iptv-theme .iptv-channels-count-only {
	margin: 0;
	padding: 15px 0 5px;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85);
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.iptv-theme .iptv-channels-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 12px;
	margin-top: 15px;
}

body.iptv-theme .iptv-channel-item {
	padding: 12px 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: default;
}

body.iptv-theme .iptv-channel-item:hover {
	background: rgba(0, 100, 0, 0.2);
	border-color: var(--iptv-red);
	transform: translateY(-2px);
}

body.iptv-theme .iptv-channel-name {
	color: var(--iptv-white);
	font-size: 0.95rem;
	font-weight: 500;
}

/* Responsive Design for Channels Page */
@media (max-width: 767px) {
	body.iptv-theme .iptv-channels-section {
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	body.iptv-theme .iptv-channels-header {
		padding: 60px 15px 40px;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	body.iptv-theme .iptv-country-header {
		padding: 15px 18px;
		font-size: 1rem;
	}
	
	body.iptv-theme .iptv-country-flag {
		font-size: 1.5rem;
		margin-right: 12px;
	}
	
	body.iptv-theme .iptv-country-name {
		font-size: 1.1rem;
	}
	
	body.iptv-theme .iptv-channel-count {
		display: none;
	}
	
	body.iptv-theme .iptv-channels-list {
		padding: 0 18px 18px;
	}
	
	body.iptv-theme .iptv-channels-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 10px;
	}
	
	body.iptv-theme .iptv-channel-item {
		padding: 10px 14px;
	}
	
	body.iptv-theme .iptv-channel-name {
		font-size: 0.9rem;
	}
	
	body.iptv-theme .iptv-channels-header {
		background-attachment: scroll;
		padding: 80px 15px 50px;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
}

/* ============================================
   CONTENT & ENTERTAINMENT SECTION
   ============================================ */

body.iptv-theme .iptv-content-entertainment-section {
	padding: 80px 20px;
	margin: 0;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Center inner-wrap inside content-entertainment section */
body.iptv-theme .iptv-content-entertainment-section .inner-wrap {
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

body.iptv-theme .iptv-content-entertainment-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 50px;
}

body.iptv-theme .iptv-content-entertainment-item {
	padding: 30px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	transition: var(--iptv-transition);
}

body.iptv-theme .iptv-content-entertainment-item:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: var(--iptv-yellow);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 100, 0, 0.2);
}

body.iptv-theme .iptv-content-entertainment-subtitle {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--iptv-white);
	margin: 0 0 15px 0;
	line-height: 1.4;
}

body.iptv-theme .iptv-content-entertainment-text {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
	body.iptv-theme .iptv-content-entertainment-section {
		padding: 60px 15px;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}
	
	body.iptv-theme .iptv-content-entertainment-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 40px;
	}
	
	body.iptv-theme .iptv-content-entertainment-item {
		padding: 25px 20px;
	}
	
	body.iptv-theme .iptv-content-entertainment-subtitle {
		font-size: 1.25rem;
	}
	
	body.iptv-theme .iptv-content-entertainment-text {
		font-size: 0.95rem;
	}
}

