/* 
   Custom Styles - PLTube Hero Section
   Professional, clean design for desktop and mobile
*/

/* ============================================
   LIVE BANNER STRIP
   ============================================ */
.live-banner-strip {
	background: #0a0a0a;
	text-align: center;
	padding: 10px 20px;
}

.live-banner-strip a {
	display: inline-block;
	max-width: 100%;
}

.live-banner-strip img {
	max-width: 728px;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

/* ============================================
   HERO SECTION - BASE STYLES
   ============================================ */
.hero-section {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #0a0a0a;
}

.hero-container {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	min-height: 380px;
}

.hero-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	width: 55%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-backdrop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, #0a0a0a 0%, rgba(10, 10, 10, 0.8) 30%, rgba(10, 10, 10, 0.3) 100%);
}

.hero-gradient {
	display: none;
}

/* ============================================
   HERO CONTENT LAYOUT
   ============================================ */
.hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 50px 30px;
}

.hero-main {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 40px;
}

/* Left Side - Video Details */
.hero-details {
	flex: 0 0 480px;
	max-width: 480px;
}

/* Featured Badge */
.hero-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.1);
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 18px;
}

.hero-label svg {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

/* Creator Info */
.hero-creator {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.hero-avatar {
	flex-shrink: 0;
}

.hero-avatar img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.15);
}

.hero-creator-info {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.hero-creator-name {
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
	text-decoration: none;
}

.hero-creator-name:hover {
	text-decoration: none;
	color: #fff !important;
}

.hero-subscribe-wrap .btn {
	padding: 5px 14px;
	font-size: 11px;
	border-radius: 4px;
}

/* Video Title */
.hero-video-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 12px;
	font-family: 'Poppins', sans-serif;
}

.hero-video-title a {
	color: #fff !important;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hero-video-title a:hover {
	text-decoration: none;
}

/* Meta Row */
.hero-meta-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.meta-sep {
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	flex-shrink: 0;
}

/* Description */
.hero-desc {
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hero-desc a {
	color: rgba(255, 255, 255, 0.85) !important;
}

/* CTA Buttons */
.hero-cta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-watch {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	color: #0a0a0a !important;
	padding: 10px 22px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease;
}

.btn-watch:hover {
	background: #f0f0f0;
	text-decoration: none;
	color: #0a0a0a !important;
}

.btn-watch svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-icon:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.25);
}

.btn-icon svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

/* Right Side - Play Button */
.hero-play-zone {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-play-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.15);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero-play-circle:hover {
	transform: scale(1.08);
	background: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.5);
}

.hero-play-circle svg {
	width: 32px;
	height: 32px;
	margin-left: 4px;
}

/* ============================================
   RESPONSIVE - TABLET (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {
	.hero-container {
		min-height: 340px;
	}
	
	.hero-backdrop {
		width: 50%;
	}
	
	.hero-content {
		padding: 40px 25px;
	}
	
	.hero-details {
		flex: 0 0 420px;
		max-width: 420px;
	}
	
	.hero-video-title {
		font-size: 24px;
	}
	
	.hero-play-circle {
		width: 70px;
		height: 70px;
	}
	
	.hero-play-circle svg {
		width: 28px;
		height: 28px;
	}
}

/* ============================================
   RESPONSIVE - TABLET PORTRAIT (max-width: 900px)
   ============================================ */
@media (max-width: 900px) {
	.hero-container {
		min-height: auto;
	}
	
	.hero-backdrop {
		width: 100%;
		opacity: 0.5;
	}
	
	.hero-backdrop::before {
		background: linear-gradient(to bottom, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0.85) 100%);
	}
	
	.hero-content {
		padding: 30px 20px;
	}
	
	.hero-main {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0;
	}
	
	.hero-details {
		flex: 1;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.hero-creator {
		justify-content: center;
	}
	
	.hero-creator-info {
		text-align: left;
	}
	
	.hero-meta-row {
		justify-content: center;
	}
	
	.hero-cta {
		justify-content: center;
	}
	
	.hero-play-zone {
		display: none;
	}
	
	.hero-video-title {
		font-size: 22px;
	}
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 600px)
   ============================================ */
@media (max-width: 600px) {
	.live-banner-strip {
		padding: 6px 10px;
	}
	
	.live-banner-strip img {
		border-radius: 3px;
	}
	
	.hero-backdrop {
		opacity: 0.6;
	}
	
	.hero-backdrop::before {
		background: linear-gradient(to bottom, rgba(10, 10, 10, 0.4) 0%, rgba(10, 10, 10, 0.9) 100%);
	}
	
	.hero-content {
		padding: 20px 15px 25px;
	}
	
	.hero-label {
		font-size: 9px;
		padding: 5px 10px;
		margin-bottom: 12px;
	}
	
	.hero-label svg {
		width: 10px;
		height: 10px;
	}
	
	.hero-creator {
		gap: 10px;
		margin-bottom: 12px;
	}
	
	.hero-avatar img {
		width: 36px;
		height: 36px;
	}
	
	.hero-creator-info {
		gap: 6px;
	}
	
	.hero-creator-name {
		font-size: 13px;
	}
	
	.hero-subscribe-wrap .btn {
		padding: 4px 12px;
		font-size: 10px;
	}
	
	.hero-video-title {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 8px;
	}
	
	.hero-meta-row {
		font-size: 11px;
		gap: 5px;
		margin-bottom: 8px;
	}
	
	.meta-sep {
		width: 3px;
		height: 3px;
	}
	
	.hero-desc {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 14px;
		-webkit-line-clamp: 2;
	}
	
	.hero-cta {
		gap: 8px;
	}
	
	.btn-watch {
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.btn-watch svg {
		width: 14px;
		height: 14px;
	}
	
	.btn-icon {
		width: 38px;
		height: 38px;
	}
	
	.btn-icon svg {
		width: 16px;
		height: 16px;
	}
}

/* ============================================
   RESPONSIVE - SMALL MOBILE (max-width: 400px)
   ============================================ */
@media (max-width: 400px) {
	.live-banner-strip {
		padding: 5px 8px;
	}
	
	.hero-content {
		padding: 16px 12px 20px;
	}
	
	.hero-label {
		font-size: 8px;
		padding: 4px 8px;
		margin-bottom: 10px;
	}
	
	.hero-creator {
		gap: 8px;
		margin-bottom: 10px;
	}
	
	.hero-avatar img {
		width: 32px;
		height: 32px;
	}
	
	.hero-creator-name {
		font-size: 12px;
	}
	
	.hero-subscribe-wrap .btn {
		padding: 3px 10px;
		font-size: 9px;
	}
	
	.hero-video-title {
		font-size: 16px;
		margin-bottom: 6px;
	}
	
	.hero-meta-row {
		font-size: 10px;
		margin-bottom: 6px;
	}
	
	.hero-desc {
		font-size: 11px;
		margin-bottom: 12px;
	}
	
	.btn-watch {
		padding: 9px 16px;
		font-size: 12px;
	}
	
	.btn-icon {
		width: 34px;
		height: 34px;
	}
	
	.btn-icon svg {
		width: 14px;
		height: 14px;
	}
}

/* ============================================
   NIGHT MODE STYLES
   ============================================ */
body.night_mode .live-banner-strip {
	background: #000;
}

body.night_mode .hero-section {
	background: #000;
}

body.night_mode .hero-backdrop::before {
	background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.3) 100%);
}

@media (max-width: 900px) {
	body.night_mode .hero-backdrop::before {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.95) 100%);
	}
}

body.night_mode .btn-watch {
	background: #fff;
	color: #000 !important;
}

body.night_mode .btn-watch:hover {
	background: #e8e8e8;
}

body.night_mode .btn-icon {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

body.night_mode .btn-icon:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.2);
}

/* ============================================
   CONTENT BELOW HERO
   ============================================ */
.page-margin.video-player-page.pt_homepg_whote_bg.margin {
	margin-top: 0 !important;
	position: relative;
	z-index: 1;
	padding-top: 30px;
}

/* ============================================
   NIGHT MODE - HOME PAGE SECTIONS
   ============================================ */
body.night_mode .pt_homepg_whote_bg,
body.night_mode div.pt_homepg_whote_bg,
body.night_mode .page-margin.pt_homepg_whote_bg,
body.night_mode .page-margin.video-player-page.pt_homepg_whote_bg,
body.night_mode .page-margin.video-player-page.pt_homepg_whote_bg.margin {
	background: #000 !important;
}

body.night_mode .pt_hmpg_contanr,
body.night_mode .pt_home_vid_content,
body.night_mode .home-page-categories,
body.night_mode .pt_hmpg_vidlst {
	background: transparent !important;
}

body.night_mode .pt_home_vid_content .title h4 {
	color: #fff !important;
}

/* ============================================
   HIDE OLD CAROUSEL ELEMENTS
   ============================================ */
.owl-carousel.pl_feat_vid_slider.owl-theme.home_feat.pt_new_home_feat_vidd,
.top_marsking {
	display: none !important;
}
