:root {
	--rta-primary: #16a34a;
	--rta-primary-dark: #0f7a37;
	--rta-text: #111827;
	--rta-muted: #64748b;
	--rta-border: #e5e7eb;
	--rta-bg: #f8fafc;
	--rta-surface: #ffffff;
	--rta-soft: #eef6f2;
	--rta-accent: #f59e0b;
	--rta-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

* {
	box-sizing: border-box;
}

html {
	direction: rtl;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--rta-bg);
	color: var(--rta-text);
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	text-rendering: optimizeSpeed;
}

.rta-ad-load-gate {
	position: fixed;
	inset: 0;
	z-index: 2147483647;
	background: #fff;
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.18s ease;
}

.rta-ad-load-gate.is-hidden {
	opacity: 0;
	pointer-events: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--rta-primary);
}

.rta-container {
	width: min(1120px, calc(100% - 32px));
	margin-inline: auto;
}

.rta-skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.rta-skip-link:focus {
	z-index: 10;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--rta-text);
	color: #fff;
	clip: auto;
}

.rta-site-header {
	background: var(--rta-surface);
	border-bottom: 1px solid var(--rta-border);
}

.rta-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 14px;
}

.rta-brand {
	min-width: 160px;
}

.rta-site-title {
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.rta-site-description {
	margin: 2px 0 0;
	color: var(--rta-muted);
	font-size: 13px;
}

.rta-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.rta-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rta-menu a {
	display: block;
	padding: 8px 10px;
	color: var(--rta-muted);
	font-size: 14px;
	font-weight: 700;
}

.rta-menu a:hover {
	color: var(--rta-primary);
}

.rta-creators-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 16px;
	border-radius: 8px;
	background: var(--rta-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.rta-creators-button:hover {
	background: var(--rta-primary-dark);
	color: #fff;
}

.rta-site-main {
	min-height: 60vh;
}

.rta-ad {
	margin-block: 16px;
	min-height: var(--rta-ad-min-height, 90px);
	overflow: hidden;
	border: 1px solid var(--rta-border);
	background: var(--rta-surface);
	display: flex;
	align-items: center;
	justify-content: center;
	contain: layout paint;
}

.rta-ad-lazy {
	position: relative;
}

.rta-ad-reserved {
	display: block;
	width: 100%;
	min-height: var(--rta-ad-min-height, 90px);
}

.rta-header-ad {
	margin-top: 0;
}

.rta-top-ad-container {
	padding-top: 16px;
}

.rta-title-before-post-ad {
	margin-top: -2px;
	margin-bottom: 18px;
}

.rta-home-hero {
	background: linear-gradient(135deg, #102a43 0%, #1f7a4f 100%);
	color: #fff;
}

.rta-home-hero-inner {
	display: grid;
	grid-template-columns: 1fr minmax(280px, 420px);
	align-items: center;
	gap: 24px;
	padding-block: 34px;
}

.rta-home-hero h1 {
	margin: 0;
	font-size: clamp(30px, 6vw, 54px);
	line-height: 1.18;
}

.rta-home-hero p {
	max-width: 680px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
}

.rta-search-form {
	display: flex;
	gap: 8px;
	width: 100%;
}

.rta-search-form input {
	min-width: 0;
	flex: 1;
	border: 1px solid var(--rta-border);
	border-radius: 8px;
	padding: 12px 14px;
	font: inherit;
}

.rta-search-form button,
.rta-button,
.rta-card-button {
	border: 0;
	border-radius: 8px;
	background: var(--rta-primary);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	text-align: center;
}

.rta-search-form button {
	padding: 12px 18px;
	white-space: nowrap;
}

.rta-search-form button:hover,
.rta-button:hover,
.rta-card-button:hover {
	background: var(--rta-primary-dark);
	color: #fff;
}

.rta-section {
	padding-block: 28px;
	content-visibility: auto;
	contain-intrinsic-size: 520px;
}

.rta-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.rta-section h2,
.rta-page-header h1 {
	margin: 0;
	font-size: 24px;
	line-height: 1.35;
}

.rta-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.rta-card {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	min-height: 136px;
	padding: 12px;
	background: var(--rta-surface);
	border: 1px solid var(--rta-border);
	border-radius: 8px;
	box-shadow: var(--rta-shadow);
}

.rta-card-media {
	aspect-ratio: 1;
	border-radius: 8px;
	overflow: hidden;
	background: var(--rta-soft);
}

.rta-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rta-card-placeholder,
.rta-single-icon span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: var(--rta-soft);
	color: var(--rta-primary);
	font-size: 36px;
	font-weight: 900;
}

.rta-card-body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 5px;
}

.rta-card-cat {
	color: var(--rta-muted);
	font-size: 12px;
	font-weight: 700;
}

.rta-card-title {
	display: -webkit-box;
	overflow: hidden;
	min-height: 44px;
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rta-card-button {
	margin-top: auto;
	padding: 8px 10px;
	font-size: 13px;
}

.rta-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: max-content;
	color: #cbd5e1;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

.rta-rating-stars {
	position: relative;
	display: inline-block;
	width: 70px;
	overflow: hidden;
}

.rta-rating-front {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	overflow: hidden;
	color: var(--rta-accent);
	white-space: nowrap;
}

.rta-rating-number {
	color: var(--rta-muted);
	font-size: 12px;
}

.rta-rating-empty {
	color: #cbd5e1;
}

.rta-archive,
.rta-page,
.rta-download-template,
.rta-single {
	padding-block: 24px 36px;
}

.rta-breadcrumbs {
	margin-bottom: 14px;
	color: var(--rta-muted);
	font-size: 13px;
}

.rta-breadcrumbs a {
	color: var(--rta-muted);
}

.rta-crumb-sep {
	margin-inline: 8px;
}

.rta-page-header {
	margin-bottom: 18px;
}

.rta-archive-description {
	color: var(--rta-muted);
}

.rta-single-header,
.rta-download-header {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	margin-bottom: 18px;
	padding: 18px;
	background: var(--rta-surface);
	border: 1px solid var(--rta-border);
	border-radius: 8px;
	box-shadow: var(--rta-shadow);
}

.rta-download-header {
	grid-template-columns: 120px minmax(0, 1fr);
}

.rta-single-icon {
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 8px;
	background: var(--rta-soft);
}

.rta-single-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rta-single-title-wrap h1,
.rta-download-header h1 {
	margin: 0 0 8px;
	font-size: clamp(26px, 4vw, 40px);
	line-height: 1.25;
}

.rta-single-tax {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.rta-single-tax a,
.rta-tags a {
	padding: 4px 9px;
	background: var(--rta-soft);
	color: var(--rta-primary);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.rta-info-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 18px;
}

.rta-info-item {
	padding: 12px;
	background: var(--rta-surface);
	border: 1px solid var(--rta-border);
	border-radius: 8px;
}

.rta-info-item span {
	display: block;
	color: var(--rta-muted);
	font-size: 12px;
}

.rta-info-item strong {
	display: block;
	overflow-wrap: anywhere;
	font-size: 14px;
}

.rta-download-box,
.rta-download-page-card {
	margin-block: 18px;
	padding: 18px;
	background: var(--rta-surface);
	border: 1px solid var(--rta-border);
	border-radius: 8px;
	text-align: center;
	box-shadow: var(--rta-shadow);
}

.rta-download-showcase {
	max-width: 786px;
	margin-inline: auto;
	padding: 24px clamp(14px, 4vw, 36px);
	border-color: #e7edf7;
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.rta-download-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 6px;
	color: #020617;
	font-size: 20px;
	line-height: 1.35;
}

.rta-download-title-icon {
	display: inline-grid;
	width: 24px;
	height: 24px;
	place-items: center;
	color: #2f73d9;
	font-size: 28px;
	line-height: 1;
}

.rta-download-subtitle {
	margin: 0 auto 14px;
	color: #48617d;
	font-size: 14px;
	line-height: 1.7;
}

.rta-single-countdown-panel {
	flex-direction: column;
	gap: 6px;
	max-width: 520px;
	min-height: 120px;
	margin: 0 auto 14px;
	padding: 16px;
	border: 1px solid #dce7ff;
	border-radius: 12px;
	background: #f5f7ff;
	color: #27364a;
}

.rta-single-countdown-panel .rta-countdown-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
}

.rta-single-countdown-panel .rta-countdown-label span {
	color: #3779dc;
	font-size: 10px;
}

.rta-single-countdown-panel strong {
	width: auto;
	height: auto;
	background: transparent;
	color: #3779dc;
	border-radius: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: clamp(32px, 7vw, 48px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.rta-single-download-button {
	position: relative;
	display: flex;
	width: min(100%, 520px);
	min-height: 56px;
	margin: 0 auto 14px;
	gap: 10px;
	border-radius: 10px;
	background: linear-gradient(90deg, #91d7ae 0%, var(--rta-primary) 72%);
	font-size: 16px;
	overflow: hidden;
}

.rta-single-download-button::after {
	content: "";
	position: absolute;
	inset-block: 0;
	inset-inline-end: 28%;
	width: 1px;
	background: rgba(255, 255, 255, 0.25);
}

.rta-single-download-button:hover {
	background: linear-gradient(90deg, #7ecb9d 0%, var(--rta-primary-dark) 72%);
}

.rta-single-download-icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.rta-single-download-icon::before {
	content: "";
	position: absolute;
	inset-inline: 4px;
	inset-block-start: 2px;
	width: 12px;
	height: 13px;
	border: 2px solid #fff;
	border-radius: 3px;
}

.rta-single-download-icon::after {
	content: "";
	position: absolute;
	inset-inline-start: 8px;
	inset-block-end: 0;
	width: 4px;
	height: 5px;
	background: #fff;
	box-shadow: -8px -9px 0 -1px #fff, 8px -9px 0 -1px #fff;
}

.rta-download-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.rta-download-badge {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 14px;
	border: 1px solid var(--rta-border);
	border-radius: 10px;
	background: #fff;
	color: #0f172a;
	font-size: 14px;
	font-weight: 800;
}

.rta-badge-safe {
	border-color: #c9f2d7;
	background: #f5fff8;
}

.rta-badge-fast {
	border-color: #f8e8bd;
	background: #fffdf5;
}

.rta-badge-clean {
	border-color: #f4caca;
	background: #fff8f8;
}

.rta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
}

.rta-button-large {
	min-width: min(100%, 260px);
	min-height: 52px;
	font-size: 18px;
}

.rta-button-secondary {
	background: #0f172a;
}

.rta-button-secondary:hover {
	background: #334155;
}

.rta-button-light {
	background: var(--rta-soft);
	color: var(--rta-primary);
}

.rta-button-light:hover {
	background: #dff1e8;
	color: var(--rta-primary-dark);
}

.rta-platform-ios {
	background: #0f172a;
}

.rta-platform-ios:hover {
	background: #334155;
}

.rta-platform-windows {
	background: #2563eb;
}

.rta-platform-windows:hover {
	background: #1d4ed8;
}

.rta-platform-other {
	background: #475569;
}

.rta-platform-other:hover {
	background: #334155;
}

.rta-final-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.rta-final-links[hidden],
.rta-countdown[hidden],
[data-rta-final-button][hidden] {
	display: none;
}

.rta-countdown {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--rta-muted);
	font-size: 18px;
}

.rta-countdown strong {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	background: var(--rta-soft);
	color: var(--rta-primary);
	border-radius: 50%;
	font-size: 24px;
}

.rta-download-safe-note {
	max-width: 840px;
	margin: 0 auto 18px;
	color: var(--rta-muted);
	font-size: 15px;
	line-height: 1.9;
}

.rta-download-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.rta-download-empty {
	width: 100%;
	margin: 0;
	text-align: center;
}

.rta-entry-content {
	padding: 20px;
	background: var(--rta-surface);
	border: 1px solid var(--rta-border);
	border-radius: 8px;
	box-shadow: var(--rta-shadow);
	overflow-wrap: anywhere;
}

.rta-entry-content h2 {
	margin-top: 28px;
	font-size: 24px;
	line-height: 1.35;
}

.rta-entry-content p {
	margin: 0 0 16px;
}

.rta-entry-content ul,
.rta-entry-content ol {
	padding-inline-start: 24px;
}

.rta-entry-content a {
	color: var(--rta-primary);
	font-weight: 700;
}

.entry-content iframe,
.entry-content video,
.entry-content embed,
.entry-content object,
.rta-entry-content iframe,
.rta-entry-content video,
.rta-entry-content embed,
.rta-entry-content object {
	max-width: 100%;
}

.entry-content iframe,
.rta-entry-content iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border: 0;
}

.entry-content video,
.rta-entry-content video {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.video-wrap,
.entry-content .wp-block-embed__wrapper,
.rta-entry-content .wp-block-embed__wrapper {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
}

.video-wrap iframe,
.video-wrap video,
.entry-content .wp-block-embed__wrapper iframe,
.rta-entry-content .wp-block-embed__wrapper iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.entry-content .wp-video,
.entry-content .wp-block-video,
.rta-entry-content .wp-video,
.rta-entry-content .wp-block-video {
	max-width: 100%;
	overflow: hidden;
}

.rta-entry-footer {
	margin-top: 16px;
}

.rta-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: var(--rta-muted);
	font-size: 14px;
}

.rta-back-link {
	display: inline-block;
	margin-top: 10px;
	color: var(--rta-primary);
	font-weight: 800;
}

.rta-empty {
	padding: 18px;
	background: var(--rta-surface);
	border: 1px solid var(--rta-border);
	border-radius: 8px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 24px;
}

.page-numbers {
	display: inline-grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	padding-inline: 10px;
	background: var(--rta-surface);
	border: 1px solid var(--rta-border);
	border-radius: 8px;
}

.page-numbers.current {
	background: var(--rta-primary);
	color: #fff;
	border-color: var(--rta-primary);
}

.rta-site-footer {
	border-top: 1px solid var(--rta-border);
	background: #0f172a;
	color: var(--rta-muted);
}

.rta-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
	align-items: start;
	justify-content: space-between;
	gap: 28px;
	padding-block: 30px 22px;
	font-size: 14px;
}

.rta-footer-brand {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	color: #fff;
}

.rta-footer-brand .custom-logo {
	width: auto;
	max-width: 88px;
	height: auto;
}

.rta-footer-brand strong {
	display: block;
	margin-bottom: 6px;
	font-size: 22px;
	line-height: 1.3;
}

.rta-footer-inner p {
	margin: 0;
	max-width: 560px;
	color: #cbd5e1;
}

.rta-footer-creators-button {
	margin-top: 14px;
}

.rta-footer-links h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}

.rta-footer-links ul {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rta-footer-links a {
	color: #cbd5e1;
}

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

.rta-footer-bottom {
	padding-block: 12px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #94a3b8;
	font-size: 13px;
}

.rta-footer-bottom p {
	margin: 0;
}

@media (max-width: 980px) {
	.rta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rta-info-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rta-home-hero-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.rta-container {
		width: min(100% - 20px, 1120px);
	}

	.rta-header-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.rta-header-actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.rta-main-nav {
		width: 100%;
		overflow-x: auto;
	}

	.rta-menu {
		flex-wrap: nowrap;
		width: max-content;
	}

	.rta-creators-button {
		width: 100%;
	}

	.rta-home-hero-inner {
		padding-block: 26px;
	}

	.rta-home-hero p {
		font-size: 16px;
	}

	.rta-search-form {
		flex-direction: column;
	}

	.rta-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.rta-card {
		display: flex;
		min-height: 0;
		flex-direction: column;
		gap: 8px;
		padding: 8px;
		border-radius: 14px;
	}

	.rta-card-media {
		width: 100%;
		border-radius: 11px;
	}

	.rta-card-body {
		align-items: center;
		text-align: center;
		gap: 4px;
	}

	.rta-card-cat {
		font-size: 10px;
		line-height: 1.25;
	}

	.rta-card-title {
		min-height: 34px;
		font-size: 12px;
		line-height: 1.45;
	}

	.rta-card .rta-rating {
		font-size: 11px;
	}

	.rta-card .rta-rating-stars {
		width: 55px;
	}

	.rta-card .rta-rating-number,
	.rta-card-button {
		display: none;
	}

	.rta-single-header,
	.rta-download-header {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 12px;
		padding: 12px;
	}

	.rta-single-title-wrap h1,
	.rta-download-header h1 {
		font-size: 23px;
	}

	.rta-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rta-entry-content {
		padding: 16px;
	}

	.rta-footer-inner {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.rta-footer-brand {
		flex-direction: column;
	}
}

@media (max-width: 420px) {
	.rta-card {
		padding: 7px;
	}

	.rta-card-title {
		font-size: 11px;
	}

	.rta-info-grid {
		grid-template-columns: 1fr;
	}

	.rta-countdown {
		flex-wrap: wrap;
	}

	.rta-download-showcase {
		padding-inline: 12px;
	}

	.rta-single-countdown-panel {
		min-height: 112px;
	}

	.rta-single-download-button {
		font-size: 14px;
	}

	.rta-download-badge {
		width: 100%;
		justify-content: center;
	}
}


/* Logo Size */
.custom-logo-link{
    display:flex;
    align-items:center;
}

.custom-logo{
    width:70px !important;
    max-width:70px !important;
    height:auto !important;
    object-fit:contain;
}