:root {
	--home-gradient: linear-gradient(119deg, #00aafc 0%, #cc3d6a 31%, #00aafc 100%);
	--home-menu: #fff;
	--menu-hover: #000000;
	--home-download: #cc3d6a;
	--home-download-txt: #fff;
	--features-bg: #f5f5f5;
	--box-bg-1: #000;
	--box-bg-2: #cc3d6a;
	--box-txt: #fff;
	--faq-1: #45c660;
	--faq-2: #ece34e;
	--faq-3: #ff6635;
	--blog-hover: #d9f0ff;
	--more-link-bg: #cc3d6a;
	--more-link-border: #000;
	--more-link-txt: #fff;
	--footer-top-bg: #cc3d6a;
	--footer-top-txt: #fff;
	--footer-bottom-bg: #f5f5f5;
	--footer-bottom-txt: #525252;
	--gotop-bg: #cc3d6a;
	--gotop-bg-txt: #fff;
	--link-color: #000;
	--link-hover: #888;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
	background: 0 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 41.4px;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	transition-duration: 0.2s;
}

::selection {
	background-color: #cf2e2e;
	color: #fff;
}

body {
	background: #fff;
	font: 12px/1.14 arial, sans-serif;
	color: #333;
}

#main_wrap {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	position: relative;
}

a {
	color: var(--link-color);
	text-decoration: none;
}

a:hover {
	color: var(--link-hover);
	cursor: pointer;
}

p {
	font-size: 16px;
	line-height: 26px;
}

h1 {
	font-size: 36px;
	line-height: 46px;
}

h2 {
	font-size: 32px;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 20px;
	line-height: 30px;
}

h6 {
	font-size: 16px;
	line-height: 26px;
}

strong {
	font-size: inherit;
	font-weight: 700;
}

iframe, img {
	max-width: 100%;
}

figure {
	text-align: center;
}

/* Container */
.container {
	display: block;
	width: 1120px;
	margin: 0 auto;
	position: relative;
}

.main_bar {
	width: 800px;
	float: left;
	position: relative;
	margin-bottom: 50px;
}

.side_bar {
	width: 300px;
	float: right;
	max-width: 100%;
	word-break: break-all;
	margin-bottom: 50px;
}

@media (max-width: 1120px) {
	.container {
		width: 100%;
		padding: 0 10px;
	}
	.main_bar {
		width: 70%;
	}
	.side_bar {
		width: 28%;
	}
}

@media (max-width: 1080px) {
	.main_bar {
		width: 100%;
		margin-bottom: 15px;
	}
	.side_bar {
		width: 100%;
	}
}

/* Header */
header {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
	position: relative;
}

header .logo_wrap {
	float: left;
	width: 25%;
	height: 60px;
	line-height: 90px;
}

header #nav_wrap {
	float: left;
	width: 75%;
}


header .logo_wrap img {
	vertical-align: middle;
}

header #nav_wrap ul.main_nav {
	float: left;
	width: 100%;
	text-align: right;
}

header #nav_wrap ul.main_nav li {
	position: relative;
	display: inline-block;
}

header #nav_wrap ul.main_nav li a {
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 12px;
	color: #333;
	font-size: 24px;
}

header #nav_wrap ul.main_nav li:hover > a {
	background: var(--home-gradient);
	color: var(--menu-hover);
}

header #nav_wrap ul.main_nav li > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	background: #26272b;
	min-width: 180px;
}

header #nav_wrap ul.main_nav li > ul li {
	float: left;
	width: 100%;
	border-bottom: solid 1px #ccc;
}

header #nav_wrap ul.main_nav li > ul li a {
	float: left;
	width: 100%;
	padding: 10px;
	line-height: 22px;
	height: auto;
}

header #nav_wrap ul.main_nav li:hover > ul {
	display: block;
}

header .menu_hndlr {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px;
	cursor: pointer;
}

header .menu_hndlr i {
	color: #fff;
	font-size: 20px;
}

@media (max-width: 1080px) {
	header #nav_wrap {
		padding-right: 0;
	}
	header #nav_wrap ul.main_nav li a {
		padding: 0 10px;
	}
	header .logo_wrap {
		width: 100%;
		text-align: center;
	}
	header .menu_hndlr {
		display: block;
	}
	header #nav_wrap {
		display: none;
		position: fixed;
		width: 250px;
		background: #fff;
		top: 0;
		left: 0;
		height: 100%;
		overflow-y: auto;
		box-shadow: 5px 0 12px rgb(18 26 33 / .1);
		padding-bottom: 60px;
		z-index: 999999;
	}
	header #nav_wrap ul.main_nav li {
		width: 100%;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
	header #nav_wrap ul.main_nav li a {
		padding: 8px;
		float: left;
		width: 100%;
		font-size: 15px;
		font-weight: 400;
		line-height: 23px;
		height: auto;
		color: #000 !important;
	}
	header #nav_wrap ul.main_nav li > ul {
		display: inline-block;
		width: 100%;
		position: static;
		background: #ececec;
	}
	header #nav_wrap ul.main_nav li > ul li {
		padding-left: 15px;
	}
	header #nav_wrap ul.main_nav li > ul li:last-child {
		border-bottom: none;
	}
}

@media (max-width: 600px) {
	header .logo_wrap {
		width: 70%;
		padding-left: 45px;
	}
	header .logo_wrap img {
		max-width: 140px !important;
	}
}

@media (max-width: 400px) {
	header .logo_wrap img {
		max-width: 100px !important;
	}
}

.mob_menu_close {
	background: #26272b;
	margin-bottom: 0;
	height: 60px;
	display: none;
}

.mob_menu_close i {
	padding: 15px;
	color: #fff;
	font-size: 18px;
}

header .show_mob_menu {
	display: block !important;
}

header .show_mob_menu .mob_menu_close {
	display: block;
}

/* Widgets */
.widget:not(.widget_polylang) {
	background-color: #f9fcff;
	border-left: 5px solid #c8c9c9;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 3px 6px rgb(0 0 0 / .1);
	font-size: 18px;
	line-height: 1.6;
}

.widget:not(.widget_polylang) h2,
.widget-title {
	color: #0073aa;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.widget:not(.widget_polylang) ul {
	padding-left: 20px;
	list-style: none;
}

.widget:not(.widget_polylang) ul li {
	margin-bottom: 15px;
	font-size: 18px;
	color: #333;
}

.widget:not(.widget_polylang) ul li a {
	color: #0073aa;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.widget:not(.widget_polylang) ul li a:hover {
	color: #005a8b;
}

/* Footer */
footer {
	margin-top: 30px;
	text-align: center;
	clear: both;
	position: relative;
	width: 100%;
	bottom: 0;
}

footer .footer_top {
	background: linear-gradient(135deg, var(--footer-top-bg) 0, var(--footer-top-bg) 100%);
	padding: 30px 0 20px 0;
	color: var(--footer-top-txt);
}

footer .ftr_links {
	text-align: center;
}

footer .ftr_links a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin: 2px 5px;
}

footer .ftr_links a:after {
	content: "|";
	color: rgb(255 255 255 / .2);
	padding-left: 15px;
}

footer .ftr_links a:last-child:after {
	content: "";
}

footer .footer_bottom {
	background: var(--footer-bottom-bg);
	color: var(--footer-bottom-txt);
	padding: 15px;
}

/* FAQ Section */
.faqs_box {
	width: 100%;
	background: #212121;
	text-align: center;
	float: left;
}

.faqs_box h2 {
	margin: 0 auto 25px;
	text-align: center;
	padding-top: 30px;
	font-size: 32px;
	font-weight: 700;
	line-height: 58px;
	color: #fff;
	letter-spacing: 2px;
	background: linear-gradient(334deg, var(--faq-1) 0, var(--faq-2) 50%, var(--faq-3) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.faqs_box .faq-list {
	margin-bottom: 15px;
}

.faqs_box .bl-title {
	margin: 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0;
}

.faqs_box .bl-title span:nth-child(1) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #333;
	height: 30px;
	width: 30px;
	min-width: 30px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

.faqs_box .bl-content {
	margin: 10px auto 30px;
	display: flex;
	align-items: center;
}

.faqs_box .bl-content .bl-text {
	padding: 15px 12px;
	font-size: 14px;
	color: #e3e3e3;
	line-height: 18px;
	text-align: left;
	background: #333;
	border-radius: 10px;
}

.faqs_box .bl-content .triangle-left {
	width: 0;
	height: 0;
	position: relative;
	left: -25px;
	z-index: 1;
	margin-bottom: -50px;
	top: -15px;
	border: 26px solid transparent;
	border-top: 26px solid #333;
	border-radius: 15px;
}

.faqs_box .bl-content .answ {
	font-size: 13px;
	line-height: 19px;
	border-radius: 21px;
	border-top-left-radius: 0;
	margin-left: 5px;
	position: relative;
}

/* Scroll to Top */
#ScrollToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: 0;
	background: linear-gradient(135deg, var(--gotop-bg) 0, var(--gotop-bg) 100%);
	color: var(--gotop-bg-txt);
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	vertical-align: middle;
}

#ScrollToTop:hover {
	filter: brightness(85%);
}

/* More Link */
.more_link {
	color: var(--more-link-txt);
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 10%;
	border-radius: 5px;
	margin: 10px auto 0;
	text-transform: uppercase;
	border: 1px solid var(--more-link-border);
	transition: all 0.5s ease-in-out;
	background: linear-gradient(135deg, var(--more-link-bg) 0, var(--more-link-bg) 100%);
	box-shadow: 2px 2px 5px #ccc;
	display: inline-block;
}

.more_link:hover {
	background: #fff;
	color: #182e7c !important;
}

/* Blog */
.blog_wrap {
	width: 100%;
	margin: 0 auto;
}

.blog_wrap .blog_item {
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
}

.blog_item .bl_content {
	width: 75%;
}

.blog_item .bl_content .bl_title {
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	line-height: 28px;
}

.blog_item .bl_content .bl_text {
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.blog_item .bl_img {
	padding-left: 15px;
	width: 25%;
}

.blog_item .bl_img img {
	box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
}

.blog_wrap .blog_item:hover {
	background: var(--blog-hover);
}

@media (max-width: 800px) {
	.blog_item .bl_img {
		width: 32%;
	}
}

@media (max-width: 600px) {
	.blog_item .bl_img {
		width: 38%;
	}
}

/* Content Box */
.cnt_box i {
	font-style: italic;
}

.cnt_box u {
	text-decoration: underline;
}

.cnt_box a {
	text-decoration: underline !important;
}

.cnt_box ol, .cnt_box ul {
	padding-left: 20px !important;
	margin-bottom: 10px !important;
	text-align: left;
}

.cnt_box ol {
	list-style: decimal !important;
}

.cnt_box ul {
	list-style: disc !important;
}

/* Home Background */
#home_bg {
	display: block;
	width: 1014px;
	height: 1015px;
	transform: rotate(120deg);
	background: var(--home-gradient);
	border-radius: 110px;
	opacity: .8;
	position: absolute;
	z-index: -1;
	top: -576px;
	right: 0;
	overflow: hidden;
}

header {
	border-bottom: 0;
	padding-top: 28px;
}

header #nav_wrap ul.main_nav li a {
	color: var(--home-menu);
}

/* Home Banner */
.home_banner {
	width: 100%;
	float: left;
	padding-top: 50px;
	margin-bottom: 100px;
}

.home_banner .hb_txt {
	float: left;
	width: 55%;
	padding-top: 80px;
}

.home_banner .hb_txt h1 {
	font-size: 52px;
	line-height: 62px;
}

.home_banner .hb_txt h2 {
	font-size: 48px;
	line-height: 58px;
}

.home_banner .hb_txt p {
	color: #757575;
	font-size: 20px;
	line-height: 30px;
}

.home_banner .hb_txt h3 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
}

.home_banner .hb_txt .btn_down {
	background: linear-gradient(135deg, var(--home-download) 0, var(--home-download) 100%);
	padding: 15px 40px;
	font-size: 26px;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
	border-radius: 3px;
	text-align: center;
	color: var(--home-download-txt);
	display: inline-block;
	margin: 25px 0;
}

.home_banner .hb_txt .btn_down:hover {
	filter: brightness(110%);
	transform: translateY(-2px);
}

/* Hero button group */
.hero-btns {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: nowrap;
}

.btn_telegram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #229ED9;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	border: 2px solid #229ED9;
	text-decoration: none;
	flex-shrink: 0;
	transition: background 0.2s, color 0.2s, transform 0.2s;
}

.btn_telegram:hover {
	background: #229ED9;
	color: #fff;
	transform: translateY(-2px);
}

.home_banner .hb_txt .security_info strong {
	font-size: 28px;
	font-weight: 400;
}

.home_banner .hb_txt .security_info ul {
	display: flex;
	width: 60%;
	margin-top: 20px;
}

.home_banner .hb_txt .security_info ul li {
	flex: 1;
	text-align: left;
	display: flex;
	align-items: center;
}

.home_banner .hb_txt .security_info ul li img {
	margin-right: 5px;
}

.home_banner .hb_img {
	float: right;
	width: 38%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ===================================================
   Phone Mockup
   =================================================== */
.phone-mockup {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0 20px;
}

.phone-frame {
	position: relative;
	width: 230px;
	height: 480px;
	background: linear-gradient(160deg, #2a2a3e 0%, #1a1a2e 100%);
	border-radius: 42px;
	border: 3px solid #3d3d5c;
	box-shadow:
		0 0 0 1px #0d0d1a,
		0 0 0 3px #3d3d5c,
		0 30px 70px rgba(0,0,0,0.45),
		inset 0 1px 0 rgba(255,255,255,0.08);
	overflow: hidden;
}

.phone-notch {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 90px;
	height: 26px;
	background: #1a1a2e;
	border-radius: 0 0 18px 18px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.phone-camera {
	width: 10px;
	height: 10px;
	background: #0d0d1a;
	border-radius: 50%;
	border: 1px solid #2d2d4e;
	box-shadow: inset 0 0 3px rgba(100,100,200,0.4);
}

.phone-screen {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	border-radius: 39px;
	overflow: hidden;
	background: #000;
}

.phone-slider {
	display: flex;
	height: 100%;
	transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.phone-slider img {
	min-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
}

/* Side buttons */
.phone-side-btn {
	position: absolute;
	background: linear-gradient(to right, #2a2a3e, #3d3d5c);
	border-radius: 2px;
}

.phone-vol-up {
	left: -5px;
	top: 90px;
	width: 4px;
	height: 32px;
}

.phone-vol-down {
	left: -5px;
	top: 132px;
	width: 4px;
	height: 32px;
}

.phone-power {
	right: -5px;
	top: 108px;
	width: 4px;
	height: 48px;
}

.phone-home-bar {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: rgba(255,255,255,0.35);
	border-radius: 2px;
	z-index: 10;
}

/* Dots */
.phone-dots {
	display: flex;
	gap: 7px;
	margin-top: 14px;
}

.phone-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(100,100,180,0.35);
	transition: background 0.3s, transform 0.3s;
}

.phone-dot.active {
	background: var(--home-download, #cc3d6a);
	transform: scale(1.2);
}

@media (max-width: 1120px) {
	#home_bg {
		width: 75%;
		height: 75%;
	}
	header {
		padding-top: 15px;
	}
}

@media (max-width: 680px) {
	#home_bg {
		width: 60%;
		height: 65%;
	}
	.home_banner {
		padding-top: 0;
		margin-bottom: 40px;
	}
	.home_banner .hb_txt {
		width: 100%;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 0;
	}
	.home_banner .hb_img {
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.phone-mockup {
		padding: 0 0 10px;
	}
	.home_banner .hb_txt h1 {
		font-size: 42px;
		line-height: 52px;
	}
	.home_banner .hb_txt h2 {
		font-size: 38px;
		line-height: 48px;
	}
	.home_banner .hb_txt h3 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.home_banner .hb_txt p {
		font-size: 18px;
		line-height: 28px;
	}
	.home_banner .hb_txt .btn_down {
		margin: 15px 0;
		font-size: 18px;
		padding: 14px 24px;
		white-space: nowrap;
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}
	.hero-btns {
		justify-content: center;
		flex-wrap: nowrap;
	}
	.home_banner .hb_txt .security_info ul {
		width: 100%;
		text-align: center;
	}
}

/* Intro Box */
.intro_box,
.intro_box div,
.intro_box p {
	color: #757575;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.intro_box h2 {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #333;
}

/* Features */
.feat_head {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.feats_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.feats_wrap .fitem {
	width: 18%;
	margin: 1%;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.feats_wrap .fitem .ficon {
	background: var(--features-bg);
	border-radius: 50px;
	padding: 20px;
	display: table;
	margin: 0 auto 20px auto;
	box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
}

@media (max-width: 900px) {
	.feats_wrap .fitem {
		width: 31.33%;
	}
}

@media (max-width: 550px) {
	.feats_wrap .fitem {
		width: 48%;
	}
}

@media (max-width: 350px) {
	.feats_wrap .fitem {
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* Info Boxes */
.hinfo_box {
	background: #f5f5f5;
	width: 85%;
	margin: 0 auto;
	border-radius: 8px;
	text-align: center;
}

.hinfo_box h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--box-txt);
	line-height: 42px;
	padding-top: 45px;
	margin-bottom: 20px;
}

.hinfo_box p {
	margin: 0 auto;
	font-size: 18px;
	color: var(--box-txt);
	line-height: 28px;
	padding: 0 20px;
}

.hinfo_box img {
	margin-top: 50px;
}

@media (max-width: 600px) {
	.hinfo_box {
		width: 96%;
	}
}

.hinfo_box4 {
	background: linear-gradient(135deg, var(--box-bg-1) 0, var(--box-bg-2) 100%);
}

/* Hart Box */
.hart_box {
	background: linear-gradient(360deg, #fff 0, #f0f0f0 100%);
	padding: 100px 0;
}

.hart_box h2 {
	font-size: 32px;
	font-weight: 700;
	color: #212121;
	line-height: 42px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

/* Social Sharer */
.social_sharer {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.social_sharer .ss_btn {
	box-shadow: inset 0 -4px 0 rgb(0 0 0 / 15%);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.social_sharer .ss_btn i {
	font-size: 22px;
	line-height: 50px;
}

.social_sharer .ss_btn.facebook {
	background: #3a579a;
}

.social_sharer .ss_btn.twitter {
	background: #00abf0;
}

.social_sharer .ss_btn.reddit {
	background: #d63c1a;
}

.social_sharer .ss_btn.pinterest {
	background: #cd1c1f;
}

/* Post Navigation */
.post-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.post-navigation a {
	text-decoration: none;
	padding: 10px 20px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: background-color 0.3s, color 0.3s;
}

.post-navigation a:hover {
	background-color: #ecf1f3;
}

@media (max-width: 600px) {
	.post-navigation {
		flex-direction: column;
		text-align: center;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* Comments */
.comments-area {
	margin-top: 40px;
	padding: 20px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.comments-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
}

.comment-form {
	margin-top: 40px;
	padding: 20px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.comment-form input[type="submit"] {
	background-color: #0073aa;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.comment-form input[type="submit"]:hover {
	background-color: #005177;
}

/* Blog page */
.blog_head {
	text-align: center;
	font-weight: 700;
}

.main_head {
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
}

.date_line {
	color: #6c757d;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 15px;
}

.blog_inn {
	width: 800px;
	margin: 0 auto;
}

@media (max-width: 800px) {
	.blog_inn {
		width: 100%;
	}
}

article.post {
	margin-bottom: 20px;
}

.entry-meta {
	margin-bottom: 5px;
}


/* Ads placeholder */
.snaptube-ads {
	width: 100%;
	height: auto;
	clear: both;
	text-align: center;
	margin: 10px auto;
}

/* Primary image */
.primaryimage {
	margin-top: 0;
	margin-bottom: 30px;
}

.primaryimage img {
	aspect-ratio: 2/1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Utility Classes */
.show { display: block !important; }
.hide { display: none !important; }
.full { width: 100% !important; }
.fl { float: left !important; }
.fr { float: right !important; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.ac { text-align: center !important; }
.aj { text-align: justify !important; }
.db { display: block !important; }
.dib { display: inline-block !important; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.hwa { height: auto !important; width: auto !important; }
.no-sidebar .side_bar { display: none; }
.no-sidebar .main_bar { width: 100%; }

/* __app-text for content styling */
.__app-text h2 { color: #212121; font-size: 28px; line-height: 38px; margin-top: 30px; }
.__app-text h3 { color: #333; font-size: 22px; line-height: 32px; margin-top: 20px; }
.__app-text p { color: #555; font-size: 16px; line-height: 28px; }
.__app-text a { color: var(--link-color); }
.__image { text-align: center; padding: 20px 0; }

/* ===================================================
   Download Page (template-download.php)
   =================================================== */

.dl-page-wrap {
	background: #fff;
}

/* Hero */
.dl-hero {
	background: linear-gradient(135deg, #2d1b4e 0%, #cc3d6a 100%);
	padding: 60px 0 50px;
	color: #fff;
}

.dl-hero-inner {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.dl-app-icon {
	width: 120px;
	height: 120px;
	background: rgba(255,255,255,0.15);
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

.dl-app-icon .fa {
	font-size: 64px;
	color: #fff;
}

.dl-hero-info {
	flex: 1;
	min-width: 280px;
}

.dl-app-title {
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 16px;
	line-height: 1.1;
}

.dl-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.dl-badge {
	background: rgba(255,255,255,0.18);
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.dl-badge-free {
	background: #27ae60;
}

.dl-btn-main {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #cc3d6a;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 36px;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
	transition: transform 0.2s, box-shadow 0.2s;
	margin-bottom: 14px;
}

.dl-btn-main:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(0,0,0,0.3);
	color: #a02a55;
}

.dl-btn-large {
	font-size: 20px;
	padding: 20px 48px;
}

.dl-note {
	font-size: 13px;
	color: rgba(255,255,255,0.75);
	margin: 0;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Trust Bar */
.dl-trust-bar {
	background: #f8f9ff;
	border-bottom: 1px solid #e8eaf0;
	padding: 22px 0;
}

.dl-trust-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 40px;
}

.dl-trust-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.dl-trust-item .fa {
	color: #cc3d6a;
	font-size: 18px;
}

/* Sections */
.dl-section {
	padding: 70px 0;
}

.dl-section-alt {
	background: #f8f9ff;
}

.dl-section-title {
	font-size: 32px;
	font-weight: 800;
	color: #1a1a2e;
	text-align: center;
	margin: 0 0 50px;
}

/* Steps */
.dl-steps-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

.dl-step {
	background: #fff;
	border: 1px solid #e8eaf0;
	border-radius: 16px;
	padding: 32px 28px;
	flex: 1;
	min-width: 220px;
	max-width: 260px;
	text-align: center;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	position: relative;
	transition: box-shadow 0.2s, transform 0.2s;
}

.dl-step:hover {
	box-shadow: 0 8px 28px rgba(204,61,106,0.15);
	transform: translateY(-4px);
}

.dl-step-num {
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 32px;
	background: #cc3d6a;
	color: #fff;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dl-step-icon {
	margin: 10px 0 16px;
}

.dl-step-icon .fa {
	font-size: 40px;
	color: #cc3d6a;
}

.dl-step h3 {
	font-size: 17px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 10px;
}

.dl-step p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* Requirements */
.dl-req-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.dl-req-item {
	background: #fff;
	border-radius: 14px;
	border: 1px solid #e8eaf0;
	padding: 28px 24px;
	flex: 1;
	min-width: 180px;
	max-width: 230px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.dl-req-item .fa {
	font-size: 36px;
	color: #cc3d6a;
	display: block;
	margin-bottom: 12px;
}

.dl-req-item strong {
	display: block;
	font-size: 15px;
	color: #1a1a2e;
	margin-bottom: 6px;
}

.dl-req-item span {
	font-size: 14px;
	color: #666;
}

/* Bottom CTA */
.dl-cta-bottom {
	background: linear-gradient(135deg, #2d1b4e 0%, #cc3d6a 100%);
	padding: 70px 0;
	text-align: center;
	color: #fff;
}

.dl-cta-bottom h2 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	margin: 0 0 14px;
}

.dl-cta-bottom > .container > p {
	font-size: 18px;
	color: rgba(255,255,255,0.85);
	margin-bottom: 30px;
}

.dl-cta-bottom .dl-btn-main {
	margin-bottom: 20px;
}

.dl-compat-note {
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
	.dl-hero-inner {
		flex-direction: column;
		text-align: center;
	}
	.dl-badges {
		justify-content: center;
	}
	.dl-app-title {
		font-size: 30px;
	}
	.dl-btn-main {
		font-size: 16px;
		padding: 14px 28px;
	}
	.dl-section-title {
		font-size: 24px;
	}
	.dl-cta-bottom h2 {
		font-size: 26px;
	}
}
