* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #F5F7FA;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

a {
	color: #0077b6;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: #ff6600;
}

.container {
	margin: 72px auto 0;
	max-width: 1400px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: #fff;
}

main {
	width: 100%;
	padding: 0 10px;
}

.short-description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 1.6;
}

.read-more {
	display: block;
	margin-top: 10px;
	color: #007BFF;
	text-decoration: none;
}

.description {
	padding: 0 0 10px 0;
}

#movie-description {
	line-height: 1.6;
}

#movie-page section {
	display: block;
}

section {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fill, 160px);
	justify-content: space-around;
	padding: 10px 0;
}

article {
	position: relative;
	transition: transform 0.3s ease;
	width: 160px;
}

article a {
	display: block;
	text-decoration: none;
}

.movie-poster {
	overflow: hidden;
	padding-bottom: 150%;
	position: relative;
	width: 100%;
}

.movie-poster img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	width: 100%;
}

.movie-type {
	align-items: center;
	display: flex;
	font-size: 12px;
	font-weight: bold;
	gap: 6px;
	left: 0;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	z-index: 2;
}

#tvshows {
	background: #03243f;
	color: #fff;
}

#movies {
	background: #f5c518;
	color: #000;
}

.movie-info {
	padding: 10px 5px;
}

.movie-title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
	white-space: nowrap;
}

article:hover .movie-title {
	color: #ff6600;
}

.movie-year {
	color: #422e14;
	font-size: 12px;
	margin: 0;
}

.movie-poster::after {
	background: url('https://hdzetflix.shop/wp-content/themes/dooplay/assets/css/img/play4.svg') no-repeat center center;
	background-size: 60px 60px;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .65s ease-in-out;
	width: 100%;
	z-index: 1;
}

.rating {
	align-items: center;
	background: #f5c518;
	bottom: 0;
	color: #000;
	display: flex;
	font-size: 12px;
	font-weight: bold;
	gap: 5px;
	opacity: 0;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
}

.rating.dark {
	background: #03243f;
	color: #fff;
}

article:hover .movie-poster img {
	filter: brightness(0.7);
	transform: scale(1.05);
}

article:hover .movie-poster::after,
article:hover .rating {
	opacity: 1;
}

.slider-container {
	grid-column: 1 / -1;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0 22px;
}

.slider-track {
	display: flex;
	transition: transform 0.5s ease;
}

.slider-item {
	margin-right: 10px;
	min-width: 160px;
}

footer {
	background: #fff;
	color: #000;
	font-size: 14px;
	padding: 10px 10px 20px;
	position: relative;
	border-top: 1px solid #ddd;
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-logo img {
	height: 30px;
	width: 200px;
}

.footer-text {
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
}

.footer-bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.copyright {
	text-align: left;
}

.footer-links {
	text-align: right;
}

.footer-links a {
	margin: 0 5px;
	text-decoration: none;
}

.social-links {
	margin-bottom: 20px;
	text-align: left;
}

.social-links a {
	background: #F5F7FA;
	border-radius: 4px;
	color: #000;
	font-size: 20px;
	margin-right: 15px;
	padding: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-links a:hover {
	color: #fff;
}

.social-links a[title="Facebook"]:hover {
	background: #3b5998;
}

.social-links a[title="Pinterest"]:hover {
	background: #c8232c;
}

.social-links a[title="Яндекс Дзен"]:hover {
	background: #ff0000;
}

.social-links a[title="VK"]:hover {
	background: #4a76a8;
}

.social-links a[title="Telegram"]:hover {
	background: #0088cc;
}

.social-links a[title="Tumblr"]:hover {
	background: #34526f;
}

.social-links a[title="Twitter"]:hover {
	background: #1da1f2;
}

.social-links a[title="YouTube"]:hover {
	background: #ff0000;
}

.social-links a[title="Одноклассники"]:hover {
	background: #ee8208;
}

.keywords {
	margin-bottom: 20px;
	text-align: center;
}

.keywords a {
	background: #F5F7FA;
	border-radius: 2px;
	display: inline-block;
	margin: 0 3px 5px;
	padding: 4px;
	text-decoration: none;
}

.keywords a:hover {
	background: #F5F7FA;
}

.footer-bottom-text {
	line-height: 1.5;
	text-align: center;
	font-size: 13px;
}

.back-to-top {
	background: #F5F7FA;
	border-radius: 4px;
	bottom: 20px;
	padding: 8px 12px;
	position: absolute;
	right: 20px;
}

.back-to-top a {
	font-size: 24px;
	text-decoration: none;
}

.header-wrapper {
	background-color: #000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	padding: 15px 20px;
	position: relative;
	width: 100%;
}

.logo {
	align-items: center;
	display: flex;
}

.logo img {
	height: 30px;
}

nav {
	align-items: center;
	display: flex;
	flex-grow: 1;
	margin-left: 20px;
}

.nav-links {
	display: flex;
	list-style: none;
}

.nav-links li {
	margin-right: 14px;
	position: relative;
}

.nav-links a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s;
	white-space: nowrap;
}

.nav-links a:hover {
	color: #ff6600;
}

.nav-links i {
	font-size: 16px;
	margin-right: 8px;
}

.dropdown {
	position: relative;
}

.dropdown-content {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	column-count: 3;
	column-gap: 20px;
	display: none;
	max-height: 70vh;
	min-width: 400px;
	overflow-y: auto;
	padding: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}

.dropdown-content a {
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	color: #000;
	display: flex;
	padding: 8px 12px;
	text-decoration: none;
	white-space: nowrap;
}

.dropdown-content i {
	margin-right: 10px;
	text-align: center;
	width: 20px;
}

.dropdown.active .dropdown-content {
	display: block;
}

.search-container {
	align-items: center;
	display: flex;
}

.search-box {
	align-items: center;
	display: flex;
	position: relative;
	transition: all 0.3s ease;
}

.search-box input {
	border: none;
	border-radius: 20px;
	font-size: 14px;
	outline: none;
	padding: 8px 35px 8px 15px;
	transition: width 0.3s;
	width: 200px;
}

.search-box input:focus {
	width: 250px;
}

.search-icon {
	color: #757a7d;
	cursor: pointer;
	position: absolute;
	right: 0;
	flex: 1;
	padding: 12px 6px;
	border: none;
	outline: none;
	font-size: 16px;
	background: none;
}

.search-icon:hover {
	color: #ff6600;
}

.search-icon-link {
	color: #757a7d;
	display: none;
	font-size: 16px;
}

.hamburger {
	cursor: pointer;
	display: none;
	height: 24px;
	margin-right: 15px;
	position: relative;
	width: 24px;
	z-index: 1001;
}

.hamburger span {
	background: #fff;
	border-radius: 3px;
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
	top: 8px;
}

.hamburger span:nth-child(4) {
	top: 16px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(4) {
	left: 50%;
	top: 8px;
	width: 0%;
}

.hamburger.active span:nth-child(2) {
	transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg);
}

.hamburger .active .genre-arrow {
	display: none;
}

.genre-arrow {
	margin-left: 5px;
}

.search-box.active {
	align-items: center;
	background: #000;
	display: flex;
	left: 0;
	padding: 8px;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 999;
}

.search-box.active input {
	border-radius: 4px;
	flex-grow: 1;
	margin-right: 10px;
	padding: 8px;
}

.search-box.active .search-icon-link {
	color: #fff;
	display: flex;
	font-size: 18px;
	margin-left: auto;
}

main h1 {
	font-size: 20px;
	font-weight: 500;
	padding-left: 10px;
	margin: 10px 0;
	text-align: left;
	border-left: solid 3px #ff6600;
}

main .desc {
	text-align: justify;
	padding: 10px 0;
	line-height: 20px;
}

main .desc p {
	padding: 10px 0;
}

.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
	grid-column: 1 / -1;
}


.section-title {
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	padding-left: 10px;
	border-left: solid 3px #ff6600;
	text-align: left;
	color: #000;
}

.all-movies-link {
	display: inline-flex;
	align-items: center;
	background-color: #ff6600;
	color: #fff;
	padding: 6px 15px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	gap: 5px;
}

.all-movies-link:hover {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.all-movies-link i {
	font-size: 12px;
	transition: transform 0.3s ease;
}

.all-movies-link:hover i {
	transform: translateX(2px);
}

@media (max-width: 768px) {
	.section-header {
		align-items: flex-start;
		gap: 10px;
	}

	#tr {
		flex-direction: column;
	}

	.all-movies-link {
		margin-left: 13px;
	}
}

.tabs-container {
	margin: 20px auto;
}

.tabs-container .wp-caption {
	text-align: center;
	width: 100%;
}

.tabs-header {
	display: flex;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	justify-content: space-around;
}

.tabs-content {
	line-height: 1.6;
}

.tab-btn {
	padding: 10px 0;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	transition: all 0.3s;
	border-right: 1px solid #ddd;
}

#tab-btn {
	border-left: 1px solid #ddd;
}

.tab-btn:hover {
	background-color: #F5F7FA;
}

.tab-btn.active {
	background-color: #ff6600;
	color: #fff;
}

.tab-pane {
	display: none;
	border-top: none;
	animation: fadeIn 0.5s;
}

.tab-pane.active {
	display: block;
}

.tab-pane.active p {
	margin: 10px 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.breadcrumbs {
	padding: 20px 0;
	font-size: 14px;
	color: #757a7d;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}

.breadcrumbs a {
	text-decoration: none;
	transition: color 0.3s;
	margin: 0 5px;
}

.breadcrumbs i {
	font-size: 12px;
	color: #757a7d;
	margin: 0 5px;
}

.movie-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1400px;
	width: 100%;
	background-color: white;
}

.movie-container .main-content {
	display: flex;
	flex: 1;
	min-width: 0;
	gap: 20px;
}

.movie-container .poster {
	flex: 0 0 202px;
}

.movie-container .poster img {
	width: 100%;
	height: auto;
}

.movie-container .info-middle {
	flex: 1;
	min-width: 0;
}

.movie-container .info-right {
	flex: 0 0 280px;
	padding-left: 20px;
	border-left: 1px solid rgba(167, 130, 233, 0.06);
}

.movie-container h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 0;
	padding: 0;
}

.movie-container h1 svg {
	width: 24px;
	height: 24px;
	color: #d1cdcd;
}

.movie-container .alternative-title {
	font-style: italic;
	font-weight: normal;
}

.movie-container ul li a {
	text-decoration: none;
}

.movie-container ul li span {
	font-weight: bold;
}

.movie-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.movie-container ul li {
	margin-bottom: 10px;
	line-height: 21px;
}

.movie-container ul li i {
	color: #d1cdcd;
	width: 16px;
	text-align: center;
	margin-right: 4px;
}

.movie-container .ratings {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.movie-container .rating_content {
	flex: 1;
	padding: 8px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.movie-container .rating_content.imdb {
	background-color: #f5c518;
	color: #000;
}

.movie-container .rating_content.tmdb {
	background-color: #101d3c;
	color: #fff;
}

.rating_content svg {
	width: 42px;
	aspect-ratio: 16 / 9;
	margin-right: 8px;
}

.video-player {
	position: relative;
	width: 100%;
	cursor: pointer;
	aspect-ratio: 16 / 9;
	background-color: #000;
	overflow: hidden;
	margin: 0 auto;
}

.video-player img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	background-size: cover;
}

.video-player .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	opacity: 0;
	transition: opacity 0.3s ease;
	flex-direction: column;
}

.video-player:hover .overlay {
	opacity: 1;
}

.video-player .overlay svg {
	width: 50px;
	height: 50px;
	fill: white;
	margin-bottom: 10px;
	transition: fill 0.3s ease;
}

.video-player:hover .overlay svg {
	fill: #f50057;
}

.video-player .overlay::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-image: url('https://hdzetflix.shop/wp-content/themes/dooplay/assets/css/img/play4.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	transition: filter 0.3s ease;
}

.controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(50, 50, 50, 0.9);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	transition: opacity 0.3s ease;
}

.controls button {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	margin: 0 5px;
	transition: color 0.3s ease;
}

.controls button:hover {
	color: #f50057;
}

.controls .left-controls,
.controls .right-controls {
	display: flex;
	align-items: center;
}

.controls .time {
	color: white;
	font-size: 14px;
	margin: 0 10px;
}

.reviewz {
	display: grid;
	margin: 20px 0;
	text-align: center;
}

.reviewz a {
	padding: 14px 20px;
	background: #77d325;
	color: #000;
	font-weight: 500;
}

.reviewz a:hover {
	background: #9de75b;
}

.keywords_mov {
	margin-bottom: 20px;
	text-align: center;
}

.keywords_mov span {
	background: #c7c3c3;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 0 3px 5px;
	padding: 4px;
	font-size: 12px;
}

.searchresult {
	display: block;
}

.search-box-container {
	padding: 30px 0;
}

.searchresult .search-box {
	display: flex;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-box input {
	flex: 1;
	padding: 12px 20px;
	border: none;
	outline: none;
	font-size: 16px;
}

.searchresult .search-button {
	background: #fff;
	color: #757a7d;
	border: none;
	padding: 0 20px;
	cursor: pointer;
	transition: background 0.3s;
}

.searchresult .search-button:hover {
	background: #fff;
	color: #ff6600;
}

.search-results-header {
	background: #fce5ba;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	border-radius: 4px;
}

.search-results-header h2 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.search-results-header h2 span {
	font-weight: bold;
	color: #ff6600;
}

.search-result-item {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.search-result-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 0 10px 0 rgb(4 162 220 / 50%);
}

.search-result-link {
	display: flex;
	padding: 15px;
	text-decoration: none;
	color: inherit;
}

.search-result-poster {
	flex: 0 0 120px;
	margin-right: 20px;
}

.search-result-poster img {
	width: 100%;
	height: auto;
}

.search-result-info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.search-result-title {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #333;
	font-weight: 600;
}

.search-result-description {
	color: #555;
	line-height: 1.5;
	margin: 0 0 12px 0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.search-result-meta {
	margin-top: auto;
	display: flex;
	gap: 15px;
	font-size: 13px;
	color: #666;
}

.meta-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.meta-item i {
	color: #888;
	font-size: 12px;
}

.error {
	display: block;
}

.error-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 20px;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
}

.error-image {
	flex: 0 0 400px;
}

.error-image img {
	width: 100%;
	height: auto;
}

.error-content {
	flex: 1;
}

.error-code {
	font-size: 130px;
	font-weight: bold;
	color: #ff6600;
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
}

.error-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
	border: 0;
}

.error-message {
	font-size: 18px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 30px;
	text-align: center;
}

.error-actions {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.error-btn {
	display: inline-block;
	padding: 12px 25px;
	background: #ff6600;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	transition: background 0.3s;
}

.error-btn:hover {
	background: #e55c00;
}

.error-btn.secondary {
	background: #333;
}

.error-btn.secondary:hover {
	background: #222;
}

#newyear a {
	color: #70e000;
}

#newyear a:hover {
	color: #70e000;
}

@media (max-width: 1380px) {
	header {
		flex-wrap: wrap;
		padding: 10px;
	}

	.logo {
		margin: 0;
		order: 1;
		text-align: center;
		width: 100%;
	}

	.hamburger {
		display: block;
		order: 0;
	}

	.search-container {
		margin-left: 0;
		order: 2;
	}

	.search-icon-link {
		color: #fff;
		display: block;
		font-size: 18px;
		margin-left: 15px;
	}

	.search-box {
		display: none;
		margin-top: 10px;
		order: 3;
		width: 100%;
	}

	.search-box input {
		width: 100%;
	}

	.search-icon {
		right: 30px;
		top: 0;
	}

	nav {
		display: none;
		margin-left: 0;
		order: 4;
		width: 100%;
	}

	nav.active {
		background: #000;
		display: block;
		height: calc(100vh - 50px);
		left: 0;
		overflow-y: auto;
		padding: 20px;
		position: fixed;
		top: 50px;
		width: 100%;
		z-index: 1000;
	}

	.nav-links {
		display: none;
		flex-direction: column;
		padding: 0;
	}

	.nav-links.active {
		display: flex;
	}

	.nav-links li {
		border-bottom: 1px solid #333;
		margin: 0;
	}

	.nav-links li a {
		font-size: 13px;
		padding: 12px;
	}

	.dropdown>a::after {
		content: '\f078';
		font-family: 'Font Awesome 5 Free';
		font-size: 12px;
		font-weight: 900;
		margin-left: 5px;
		transition: transform 0.3s;
	}

	.dropdown.active>a::after {
		content: '\f077';
	}

	.dropdown-content {
		background-color: rgba(0, 0, 0, 0.1);
		box-shadow: none;
		column-gap: 15px;
		columns: 2;
		display: none;
		margin-top: 0;
		position: static;
		width: 100%;
	}

	.dropdown-content a {
		border-bottom: 1px solid #333;
		color: #fff;
		font-size: 14px;
		padding: 10px 15px 10px 30px;
	}

	header {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
	}

	.hamburger,
	.logo,
	.search-container {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		margin: 0;
		padding: 0;
	}

	.logo {
		justify-content: center;
		width: auto;
		text-align: center;
		flex-grow: 1;
		margin-left: auto;
		margin-right: auto;
	}

	.hamburger {
		margin-right: 10px;
	}

	.search-container {
		margin-left: 10px;
	}

	.logo img {
		display: block;
		margin: 0 auto;
	}

	.movie-container {
		flex-direction: column;
	}

	.movie-container .main-content {
		width: 100%;
	}

	.movie-container .info-right {
		flex: 1;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		margin-top: 20px;
		border-left: none;
		border-top: 1px solid rgba(167, 130, 233, 0.06);
	}
}

@media (min-width: 993px) {
	.search-container {
		margin-left: auto;
	}

	nav {
		margin-left: 20px;
	}
}

@media (max-width: 768px) {
	footer {
		display: none;
	}

	.search-result-link {
		flex-direction: column;
	}

	.search-result-poster img {
		width: 120px;
		height: auto;
	}

	.search-result-poster {
		margin-right: 0;
		margin-bottom: 15px;
		flex: 0 0 auto;
		text-align: center;
	}

	.search-result-meta {
		flex-direction: column;
		gap: 8px;
	}

	.error-container {
		flex-direction: column;
		text-align: center;
		padding: 30px 15px;
		gap: 30px;
	}

	.error-image {
		flex: 0 0 auto;
		max-width: 300px;
	}

	.error-code {
		font-size: 100px;
	}

	.error-title {
		font-size: 26px;
	}

	.error-message {
		font-size: 16px;
	}

	.error-actions {
		justify-content: center;
	}

	.movie-container {
		flex-direction: column;
	}

	.movie-container .main-content {
		width: 100%;
	}

	.movie-container .info-right {
		flex: 1;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		margin-top: 20px;
		border-left: none;
		border-top: 1px solid rgba(167, 130, 233, 0.06);
	}

	.movie-container .main-content {
		flex-direction: column;
	}

	.movie-container .poster {
		margin: 0 auto 20px;
	}

	.movie-container h1 {
		justify-content: center;
	}

	.movie-container .ratings {
		justify-content: center;
	}
}

.pagination {
	width: 100%;
	display: flex;
	font-size: 14px;
	padding-bottom: 10px;
	margin: 0 auto;
	justify-content: center;
	flex-direction: row;
}

.pagination a,
.pagination span {
	padding: 10.5px 20px;
	border: 1px solid;
	margin: 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	font-size: 13px
}

.pagination a:hover {
	color: #ff6600;
}

.trending {
	gap: 10px;
	display: flex;
}

.years-section {
	background: #fff;
	padding: 10px 0;
	margin-top: 20px;
	display: block;
}

.years-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 5px;
	padding: 0;
	margin: 0;
	overflow-x: auto;
	scrollbar-width: thin;
}

.years-list li {
	flex: 0 0 auto;
}

.years-list a {
	display: block;
	padding: 6px 12px;
	background: #F5F7FA;
	border-radius: 4px;
	color: #0077b6;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.years-list a:hover {
	color: #ff6600;
	background: #e1e5eb;
}

.years-list::-webkit-scrollbar {
	height: 4px;
}

.years-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.years-list::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 2px;
}

.years-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.no-results-container {
	padding: 40px 20px;
	margin: 20px 0;
	text-align: center;
}

.no-results-content {
	max-width: 600px;
	margin: 0 auto;
}

.no-results-content h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 25px;
	font-weight: 500;
	border-left: none;
	text-align: center;
	padding: 0;
}

.no-results-icon {
	font-size: 60px;
	color: #ff6600;
	margin-bottom: 25px;
}

.no-results-text {
	text-align: left;
	display: inline-block;
	margin-bottom: 30px;
}

.no-results-text p {
	margin-bottom: 10px;
	color: #555;
	line-height: 1.6;
	position: relative;
	padding-left: 25px;
}

.no-results-text p:before {
	content: "•";
	color: #ff6600;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}

.search-box-container {
	margin: 0 auto;
}

@media (max-width: 768px) {
	.no-results-container {
		padding: 30px 15px;
	}

	.no-results-content h2 {
		font-size: 20px;
	}

	.no-results-icon {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.no-results-text p {
		padding-left: 20px;
		font-size: 15px;
	}

	.years-list {
		gap: 3px;
	}

	.years-list a {
		padding: 5px 8px;
		font-size: 13px;
	}

	.pagination a,
	.pagination span {
		padding: 6px 10px;
	}
}


.contact {
	display: flex;
}

.contact .wrapper {
	padding: 15px 10px;
	width: 100%;
}

.contact .wrapper form.contactame {
	max-width: 750px;
	margin: 0 auto
}

.contact .wrapper h1 {
	padding-left: 10px;
	float: left;
	font-size: 22px;
	font-weight: 500;
	border-left: solid 3px #f60;
	width: 100%;
	margin-bottom: 10px;
}

.contact .wrapper p.descrip {
	line-height: 30px
}

.contact .wrapper fieldset {
	width: 100%;
	float: left;
	padding: 10px 0;
	border: 0;
}

.contact .wrapper fieldset.nine {
	width: 48%
}

.contact .wrapper fieldset.fix {
	margin-left: 4%
}

.contact .wrapper fieldset label {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-weight: 600
}

.contact .wrapper fieldset p {
	float: left;
	width: 100%;
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 14px
}

.contact .wrapper fieldset input[type=text] {
	width: 100%;
	padding: 12px;
	font-weight: 600;
	border: 1px solid #b0bdc5;
	color: #67696b;
}

.contact .wrapper fieldset input[type=submit] {
	border: 0;
	cursor: pointer;
	padding: 10px 20px;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	background: #ff6600;
	color: #fff
}


.contact .wrapper fieldset textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #b0bdc5;
}

.contact .wrapper fieldset .notice {
	float: left;
	width: 100%;
	padding: 15px;
	border-left: solid 5px #ddd
}

.contact .wrapper fieldset .notice p {
	margin-bottom: 0;
	font-size: 15px
}

.contact .wrapper fieldset .notice.success {
	border-color: #53d058
}

.contact .wrapper fieldset .notice.error {
	border-color: #ef5b5b
}

.contact .wrapper fieldset label,
.contact .wrapper h1,
span.s_trending a.active,
span.s_trending a.m_trending:hover {
	color: #222d34
}

.contact .wrapper fieldset input[type=text]:hover {
	border: 1px solid #408bea;
}

.contact .wrapper fieldset label,
.contact .wrapper h1,
span.s_trending a.active,
span.s_trending a.m_trending:hover {
	color: #222d34;
}

#rek {
	text-align: center;
}

#rek ul {
	color: #67696b;
	list-style-type: none;
}

#rek ul li {
	font-style: italic;
	list-style-type: none;
}

@media (max-width: 992px) {
	nav.active {
		padding: 0;
	}

	.container {
		margin: 50px auto 0;
	}

	.genre-arrow {
		display: none;
	}

	.dropdown-content {
		padding: 0px 0 0 20px;
		columns: 2;
		column-gap: 2px;
		width: 100%;
		overflow-x: hidden;
		min-width: auto;
	}

	.dropdown-content a {
		border-bottom: none;
		padding: 8px 15px;
		font-size: 13px;
		break-inside: avoid;
	}
}

@media (min-width: 993px) {
	.dropdown-content {
		columns: 3;
		column-gap: 20px;
		padding: 10px;
	}
}

.wp-page {
	
}

.wp-page h2 {
	margin:10px 0;
}

.wp-page p{
    padding:10px 0;
    text-align:justify-content;	
}
.wp-page ul{
	list-style-type:none;
}

.wp-page ul li{
}

.slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-prev,
.slider-next {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-prev:hover,
.slider-next:hover {
    background: rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
    .slider-prev,
    .slider-next {
        width: 35px;
        height: 50px;
    }
}

.caramel-banner {
	display: block;
    margin: 0 auto;
}

/* Blog page styles */
.blog-article {
    margin: 0 auto;
}

.article-title {
    font-size: 28px;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.3;
    border-left: none;
    padding-left: 0;
    text-align: left;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    color: #666;
    font-size: 14px;
}

.article-meta i {
    margin-right: 5px;
    color: #ff6600;
}

.article-content {
    line-height: 1.7;
    color: #333;
    text-align: left;
}

.article-content div{
	text-align:center;
	margin:0 auto;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content h2 {
    margin: 30px 0 15px;
    color: #222;
    border-left: none;
    padding-left: 0;
}

.article-content figure {
    margin: 25px auto;
    text-align: center;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.article-content figcaption {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.article-content blockquote {
    border-left: 3px solid #ff6600;
    padding-left: 20px;
    margin: 25px 0;
    font-style: italic;
    color: #555;
}

/* Related articles */
.related-articles {
    margin-top: 50px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.article-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-image {
    height: 160px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.05);
}

.article-info {
    padding: 15px;
}

.article-info h3 {
    margin-bottom: 10px;
    color: #222;
    line-height: 1.4;
	font-size: 13px;
}

.article-info .article-meta {
    margin: 0;
    font-size: 13px;
    color: #888;
}

@media (max-width: 768px) {
    .article-title {
        font-size: 24px;
    }
    
    .article-content h2 {
        font-size: 20px;
    }
    
}

.twitter-tweet {
	margin:0 auto;
}

.iframe_all{
    margin:0 auto
}
.container_if{
    position:relative;
    overflow:hidden;
    width:100%;
    padding-top:56.25%
}
.container_if iframe{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%
}