@font-face {
	font-family: 'Yekan';
	src: url('/wp-content/themes/hmoon/assets/iransansweb_b1g9.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	direction: rtl;
	font-family: 'Yekan', sans-serif;
	background: #6c809d;
}

.wp-video{
	margin: 0 auto;
}

.side-title{
	background: url(assets/menu-item.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.more-button{
	background: url(assets/more-back.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: -16px;
}

.audio-player {
	background-color: #333;
	padding: 20px;
	border-radius: 10px;
	width: 300px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	margin: 50px auto;
}

.audio-controls button {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 8px 16px;
	font-size: 16px;
	margin: 10px;
	cursor: pointer;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.audio-controls button:hover {
	background-color: #45a049;
}

.audio-title {
	color: white;
	font-size: 18px;
	margin-bottom: 15px;
}

.audio-list {
	list-style-type: none;
	padding: 0;
}

.audio-list li {
	color: white;
	margin-bottom: 8px;
	cursor: pointer;
	transition: color 0.3s;
}

.audio-list li:hover {
	color: #4CAF50;
}

.slider {
	width: 60%;
	height: 250px;
	overflow: hidden;
}

.slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header{
	background: #2a3346;
}

nav{
	background: #2a3346;
}

header ul, nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	margin: 0;
}

header li, nav li{
	list-style: none;
	background-image: url(assets/menu-item.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-radius: 14px;
	padding: 0;
}

header li a, nav li a{
	display: block;
	padding: 18px 18px;
	padding-top: 38px;
	line-height: 1.2;
	text-decoration: none;
	color: rgba(255,255,255,0.95);
	font-weight: 800;
	text-shadow: 0 8px 16px rgba(0,0,0,0.35);
	white-space: nowrap;
}

header li:hover, nav li:hover{
	filter: brightness(1.05) contrast(1.05);
	transform: translateY(-1px);
	transition: transform 0.15s, filter 0.2s;
}

header li.current-menu-item a,
header li.current_page_item a,
nav li.current-menu-item a,
nav li.current_page_item a{
	color: #ffffff;
}

@media (max-width: 768px){
	header li a, nav li a{
		padding: 14px 14px;
		padding-top: 34px;
	}
}

main article.rounded-lg {
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255,255,255,0.22);
	box-shadow: 0 18px 55px rgba(0,0,0,0.30);
	border-radius: 18px;
	overflow: hidden;
}

main article .relative.bg-cover.bg-center.h-32 {
	background-image: linear-gradient(135deg, rgba(10,16,30,0.92), rgba(26,38,64,0.78)) !important;
}

main article .relative.bg-cover.bg-center.h-32 h1 {
	color: #ffffff;
	text-shadow: 0 10px 26px rgba(0,0,0,0.45);
	letter-spacing: -0.2px;
}

main article .relative.bg-cover.bg-center.h-32 p {
	color: rgba(255,255,255,0.88);
	text-shadow: 0 8px 18px rgba(0,0,0,0.35);
}

main article .px-6.py-8 {
	background: rgba(221,223,227,0.86) !important;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255,255,255,0.35);
	box-shadow: 0 14px 42px rgba(0,0,0,0.18);
}

main article .col-span-1.bg-gray-100,
main article .mt-6.p-4.bg-gray-200 {
	background: rgba(255,255,255,0.90) !important;
	border: 1px solid rgba(17,24,39,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

main article .post-content {
	color: #0f172a;
	font-size: 16px;
	line-height: 2;
	text-align: right;
	direction: rtl;
}

main article .post-content p,
main article .post-content li {
	color: #111827;
	text-align: right;
}

main article .post-content a {
	color: #0b5bd3;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 1px solid rgba(11,91,211,0.28);
}

main article .post-content a:hover {
	border-bottom-color: rgba(11,91,211,0.7);
}

main article .post-content h1,
main article .post-content h2,
main article .post-content h3,
main article .post-content h4 {
	color: #0b1220;
	font-weight: 900;
	line-height: 1.35;
	margin: 18px 0 10px;
}

main article .post-content h2 { font-size: 24px; }
main article .post-content h3 { font-size: 20px; }
main article .post-content h4 { font-size: 18px; }

main article .post-content strong,
main article .post-content b {
	font-weight: 900;
	color: #0b1220;
}

main article .post-content blockquote {
	background: rgba(15, 23, 42, 0.05);
	border-right: 4px solid rgba(11,91,211,0.55);
	padding: 12px 14px;
	border-radius: 12px;
	color: #0b1220;
}

main article .post-content img {
	border-radius: 14px;
	box-shadow: 0 14px 35px rgba(0,0,0,0.16);
}

.post-card{
	background: #8FB4D7;
	border: 1px solid rgba(42,51,70,0.18);
	box-shadow: 0 14px 35px rgba(0,0,0,0.18);
}

.post-card a{
	color: #1b2a44;
	text-decoration: none;
}

.post-card h2,
.post-card a h2{
	color: #162238 !important;
	font-weight: 900;
}

.post-card p,
.post-card .text-gray-600,
.post-card .text-gray-600 *{
	color: rgba(22,34,56,0.88) !important;
}

.post-card .more-button{
	color: #2c1986 !important;
	font-weight: 900;
	text-shadow: 0 6px 14px rgba(255,255,255,0.35);
}

.post-card .more-button:hover{
	filter: brightness(1.05) contrast(1.05);
}
