/*!
Theme Name: OfflineModAPK
Theme URI: https://offlinemodapk.com
Author: Offlinemodapk
Author URI: https://offlinemodapk.com
Description: Android Apps Download Store
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: offlinemodapk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--accent-color: #52cd82;
	--primary-text: #121212;
	--secondary-text: #212121;
	--primary-bg: #ffffff;
	--secondary-bg: #f3f3f3;
	--primary-font: "Poppins", sans-serif;
	--sacondary-font: "Open Sans", sans-serif;
	--border-color: #e3e3e3;
	--border-color-strong: #cccccc;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--primary-text);
	font-family: var(--primary-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background-color: var(--secondary-bg);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: var(--accent-color);
	transition: .5s all;
	text-decoration: none;
}

a:visited {
	color: #191970;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
input, button, select, textarea {
	transition: .5s all;
}
input:focus, input:focus-visible {
	outline: none;
}
button {
	border: none;
	background-color: var(--accent-color);
	padding: 10px;
	border-radius: 4px;
}
button:active, button:focus {
	outline: none;
}
@media (max-width: 768px) {
	.site-container {
		padding-top: 80px !important;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Search Box
----------------------------------------*/
.site-search {
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.site-search, .mobile-search {
	position: relative;
}
.inline-search-box {
	position: relative;
	width: 300px;
}
.inline-search-box:focus-within button {
	color: var(--accent-color);
}
.inline-search-box input {
	width: 100%;
	padding: 10px 20px 10px 50px;
	border: 1px solid #cecece;
	font-size: 16px;
	border-radius: 4px;
}
.inline-search-box input:focus {
	border-color: var(--accent-color);
}
.inline-search-box button {
	position: absolute;
	top: 8px;
	left: 10px;
	padding: 0;
	outline: none;
	border: none;
	background-color: transparent;
	font-size: 20px;
	line-height: 1;
}
.inline-search-box button svg {
	width: 20px !important;
	height: 20px !important;
	margin-top: 5px;
}
.inline-search-box .clear-search {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 14px;
	color: var(--secondary-text);
	display: none;
	font-weight: 600;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	width: 30px;
	left: auto;
}
#ajaxSearchResults, #ajaxSearchResultsM {
	/* position: absolute; */
	background-color: var(--primary-bg);
	border-radius: 8px;
	border: 1px solid var(--border-color);
	display: none;
	z-index: 999;
	width: fit-content;
	/* left: 50%; */
	margin: auto;
}
#ajaxSearchResultsM {
	top: 100%;
	left: 0;
	border-radius: 0;
}
#ajaxSearchResults a, #ajaxSearchResultsM a{
	display: flex;
	margin-bottom: 10px;
	font-size: 16px;
	gap: 10px;
	align-items: center;
	color: var(--primary-text) !important;
	padding: 10px;
	transition: all 0.5s;
	font-weight: 600;
}
#ajaxSearchResults a:hover, #ajaxSearchResultsM a:hover {
	background-color: var(--secondary-bg);
}
#ajaxSearchResults a:first-child {
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
}
#ajaxSearchResults a:last-child, #ajaxSearchResultsM a:last-child {
	border-radius: 0 0 8px 8px;
	margin-bottom: 0;
}
#ajaxSearchResults a .icon, #ajaxSearchResultsM a .icon {
	width: 40px;
	text-align: center;
	line-height: 1;
}
#ajaxSearchResults a .icon img, #ajaxSearchResultsM a .icon img {
	width: 32px;
	border-radius: 50%;
}
#ajaxSearchResults h5, #ajaxSearchResultsM h5 {
	font-weight: 600;
	padding: 0 15px;
}
.search-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 999;
	display: none;
}
.active{
	display: block;
	transition: all 0.5s;
}
.searchform{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.close-icon{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px;
	margin-right: 20px;
	margin-top: 40px;
}
.close-icon svg{
	cursor: pointer;
	fill: var(--accent-color);
}
/* Slider/Featured Area
----------------------------------------*/
.home-featured-section {
	background-color: var(--primary-bg);
	padding: 50px 0;
}
.featured-grids {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 0 15px;
}
.featured-grids .app-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}
.featured-grids .app-list img {
	border-radius: 8px;
}
.featured-grids .title {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
}
@media (max-width: 767px) {
	.featured-grids {
		grid-template-columns: 100%;
	}
	.featured-grids .app-list {
		grid-template-columns: repeat(4, 1fr);
	}
}
/* App Card
----------------------------------------*/
.app-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	background-color: var(--primary-bg);
	border-radius: 5px;
	gap: 15px;
	text-decoration: none;
	transition: all .3s ease;
	position: relative;
}
.app-card .card-thumb {
	width: 100%;
	line-height: 1;
	text-align: center;
}
.app-card .card-thumb img {
	border-radius: 16px;
	width: 70%;
	height: auto;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	object-fit: cover; /* Ensures the image scales correctly within the shape */
}
.app-card .card-title {
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-text);
	line-height: 1;
}
.app-card .card-content {
	width: 100%;
	text-align: center;
	padding: 0 0 0 15px;
}
.app-card .card-content .app-rating {
	margin-bottom:7px;
	margin-top: 4px;
	display: block;
}
.app-card .card-meta {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 12px !important;
	color: var(--primary-text) !important;
	flex-wrap: wrap;
}
.app-card .card-meta span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.app-card .card-meta span i,.app-card .card-meta span svg {
	font-size: 15px;
	color: var(--accent-color);
	width: 15px;
	height: 15px;
}
.app-card .card-meta .card-sep {
	font-size:0;
}
.app-card .card-meta .card-sep::after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	border-right: 1px solid var(--border-color);
}
.app-card .card-meta span svg{
	margin-bottom:0;
}
.app-card .app-rating .kk-star-ratings{
	justify-content: start;
}
.app-card .card-meta span {
	margin-right: 5px;
	gap: 6px;
}
.app-card .kksr-stars {
	display: none;
}
.home-app-cards .kksr-stars {
	display: block !important;
}
.app-card .kksr-legend {
	display: block;
	margin: 0 !important;
	color: #121212 !important;
	font-size: 12px !important;
}
.home-app-cards .kksr-legend {
	display: none !important;
	margin: 0 !important;
	color: #121212 !important;
	font-size: 12px !important;
}
.app-card .kksr-legend::after {
	font-family: 'fontello', serif;
	content: '\E80D';
	display: inline-block;
}
.app-card .kksr-muted {
	display: none;
}
.app-card .card-content .app-size {
	text-transform: uppercase;
}

.app-card .card-content .card-category{
	font-size: 12px;
	color: var(--accent-color);
}
#similar-apps{
	margin-top: 20px;
}
.similar-apps .app-card .card-content .app-version {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 5px;
}
.similar-apps .app-card .card-title {
	margin-bottom: 5px;
}
.top-downloads .app-card{
	flex-direction: column;
	background: none;
	border: none;
	border-radius:0;
}
.top-downloads .app-card:hover{
	box-shadow:none;
}
.top-downloads .app-card .card-thumb img{
	width: 100%;
	border-radius: 5%;
}
.top-downloads .app-card .card-title{
	color: var(--primary-bg);
	text-align: center;
}
.top-downloads .app-card .kksr-legend{
	color: var(--primary-bg) !important;
}
.top-downloads .app-card .app-rating .kk-star-ratings{
	justify-content: center;
}
/* Blog Card
----------------------------------------*/
.blog-card {
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 220px;
	position: relative;
	text-decoration: none;
}
.blog-card .card-overlay {
	border-radius: 0 0 6px 6px;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 10;
}
.blog-card .card-header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background-color: var(--accent-color);
	border-radius: 6px 6px 0 0;
	text-align: center;
	z-index: 20;
	font-size: 12px;
	color: #ffffff;
}
.blog-card .card-data {
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 0 15px;
	display: flex;
	justify-content: flex-end;
	z-index: 20;
	flex-direction: column;
}
.blog-card .card-data h3 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2;
	margin: 10px 0;
	text-shadow: 0 0 2px #121212;
}
.blog-card .card-data .published-date {
	font-size: 12px;
	color: #ffffff;
}
/* Social Sharing
--------------------------------------------- */
.social-sharing {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
	height: 100%;
}
.social-sharing li {
	display: inline-block;
	margin-left: 5px;
}
.social-sharing li a {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	line-height: 32px;
}
.social-sharing li a svg {
	width: 30px !important;
	height: 30px !important;
}
/* Toggles 
---------------------------------------------------- */
.collapsed-content {
	height: 250px;
	overflow: hidden;
	position: relative;
}
.collapsed-content::after {
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.collapsed-content.expanded {
	height: auto;
	overflow: visible;
}
.collapsed-content.expanded::after {
	display: none;
}
#toggleContent {
	margin-top: 20px;
	display: block;
	width: 100%;
}
/* Pagination
-------------------------------------------------------------*/
.pagination-row {
	margin-top: 50px;
}
.pagination {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 10px;
	border-radius: 12px;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
	padding: 5px;
	border-radius: 50%;
	font-size: 16px;
	font-family: var(--sacondary-font), serif;
	font-weight: 600;
	color: var(--primary-text);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 30px;
}
.pagination .page-numbers.current {
	display: inline-block;
	color: #fff;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .page-numbers.next, .page-numbers.prev {
	background: var(--accent-color);
	color: #fff;
	border-color: var(--accent-color);
	border-radius: 50%;
}
.pagination .page-numbers.next {
	float: right;
	line-height: 35px;
}
.pagination .page-numbers.prev {
	float: left;
	line-height: 35px;
}
.pagination .page-numbers svg {
	width: 20px !important;
	height: 16px !important;
	fill: #FFFFFF !important;
}

.lb-data .lb-close {
	position: fixed;
	top: 10px;
	right: 10px;
}
@media all and (max-width: 768px) {
	.slider-container {
		margin-bottom: 10px;
	}
	.slider-container .swiper-pagination {
		display: none;
	}
}
/* Table of Contents 
----------------------------------------------*/
.app-toc-section {
	margin: 0;
	border-radius: 10px;
}
.toc-header {
	position: relative;
}
.toc-header a {
	display: inline-flex;
	width: auto;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	gap: 10px;
	border-bottom: 2px solid #000000;
}
.toc-header .toc-toggle-icon {
	line-height: 0;
}
.toc-header .toc-toggle-icon img {
	width: 20px;
}
#table-of-contents {
	font-size: 14px;
	text-align: left;
	padding: 10px;
	background-color: #f4f4f4;
	border-radius:5px;
	margin-top: 10px;
	display: none;
}
#table-of-contents a {
	text-align: left;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
	color: #212121;
}
#table-of-contents a::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 22px;
	margin-right: 5px;
	background-image: url(assets/icons/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.site-header .container-fluid{
	background-color: var(--primary-bg);
	border-bottom: 1px solid #e2e2e3;
}
.header-width{
	width: 1200px !important;
}
.desktop-header {
	gap: 15px;
	/* justify-content: space-between; */
	position: relative;
	z-index: 999;
	padding: 10px 0;
}
.header-extras {
	/* width: 250px;
	flex-grow: 2; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.header-extras .darkmod {
	padding-top: 5px;
}
.mobile-header {
	gap: 15px;
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: var(--primary-bg);
	padding: 15px;
	justify-content: space-between;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.site-branding{
	margin-right: 60px;
}
.site-branding a, .mobile-header .mobile-logo a {
	display: block;
	line-height: 0;
}
.site-branding img {
	width: 180px;
	max-width: 180px;
}
.mobile-header .mobile-logo a img {
	width: 100%;
	max-width: 100%;
}
.mobile-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: var(--primary-bg);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.header-extras ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}
.mobile-header .gt_switcher-popup span {
	display: none !important;
}
.mobile-header .header-extras {
	gap: 20px;
}
@media all and (max-width: 1024px) {
	.desktop-header {
		flex-wrap: wrap;
	}
}
@media all and (max-width: 768px) {
	.desktop-header {
		display: none !important;
	}
	.mobile-header {
		display: flex !important;
		gap: 10px;
	}
	.inline-search-box {
		width: 100%;
	}
	.mobile-header .header-extras {
		margin-left: 20px;
	}
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100% !important;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li a {
	font-family: var(--primary-font), serif;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	color: var(--primary-text);
	line-height: 1;
	flex-direction: row;
	gap: 7px;
	font-weight: 600;
}

html[data-dracula-scheme="dark"] .main-navigation ul li a {
	border: none;
}
.main-navigation ul li a:hover {
	color: var(--accent-color);
}
.main-navigation ul li a:before {
	content: "";
	background-image: url(assets/img/icon-home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-navigation ul li:first-child a:before {
	background-image: url(assets/img/icon-home.svg);
	box-shadow: 0 7px 10px rgb(30,132,241,.4);
}
.main-navigation ul li:nth-child(2) a:before {
	background-image: url(assets/img/icon-apps.svg);
	box-shadow: 0 7px 10px rgb(148,21,250,.4);
}
.main-navigation ul li:nth-child(3) a:before {
	background-image: url(assets/img/icon-games.svg);
	box-shadow: 0 7px 10px rgb(255,55,80,.4);
}
.main-navigation ul li:nth-child(4) a:before {
	background-image: url(assets/img/icon-blog.svg);
	box-shadow: 0 7px 10px rgb(255,243,160,.4);
}
.main-navigation ul li:nth-child(5) a:before {
	background-image: url(assets/img/icon-chat.svg);
	background-size: auto;
}
html[data-dracula-scheme="dark"] .main-navigation ul li:first-child a:before {background-image: url(assets/img/icon-home-w.svg)}
html[data-dracula-scheme="dark"] .main-navigation ul li:nth-child(2) a:before {background-image: url(assets/img/icon-apps-w.svg)}
html[data-dracula-scheme="dark"] .main-navigation ul li:nth-child(3) a:before {background-image: url(assets/img/icon-games-w.svg)}
html[data-dracula-scheme="dark"] .main-navigation ul li:nth-child(4) a:before {background-image: url(assets/img/icon-blog-w.svg)}
html[data-dracula-scheme="dark"] .main-navigation ul li:nth-child(5) a:before {background-image: url(assets/img/icon-chat-w.svg)}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	min-width: 100px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.translate .gt_switcher-popup{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background-color: var(--primary-bg);
	line-height: 1;
}
.menu-toggle img {
	width: 25px;
	height: 25px;
}
.search-toggle {
	color: #444444;
	background-color: var(--primary-bg);
	border: none;
	cursor: pointer;
	width: 28px;
	line-height: 0;
	padding: 0;
}
.search-toggle img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(90, 16, 255, 0.4);
}
.mobile-search-toggle {
	line-height: 0;
}
#mobile-menu {
	position: fixed;
	top: 80px;
	background-color: var(--secondary-bg);
	width: 100%;
	left: 0;
	padding: 10px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
#mobile-menu li a {
	border-bottom: 1px solid var(--border-color);
	padding: 20px 10px;
}
#mobile-menu li:last-child a {
	border: none;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: center;
	}
}
@media screen and (min-width: 1024px) {
	.main-navigation {
		width: calc(100% - 400px);
	}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.main-hero-text{
	font-size: 45px;
	color: #fff;

}

.home-widget-area {
	margin: 30px 0;
}
.download-widget-area {
	margin: 10px 0;
}
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}
.page-header {
	padding: 20px;
	border-radius: 12px;
	background-color: var(--primary-bg);
	margin: 30px 0;
}
.page-header .page-title {
	margin: 0;
	text-align: center;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding: 20px 30px;
	background-color: var(--primary-bg);
	border-radius: 12px;
}
.section-content p {
	font-size: 16px;
	margin: 10px 0;
}
.single-post-content .entry-content {
	margin: 0;
}
.single-post-content {
	width: 1024px;
	margin: 20px auto;
	max-width: 100%;
}
.page-content {
	margin-bottom: 30px;
}
.single-post-content .featured-image {
	text-align: center;
	margin-left: -30px;
	margin-right: -30px;
}
.featured-image img {
	width: 100%;
}
.article-content p {
	font-size: 16px;
}
.entry-footer {
	margin: 20px 0;
	font-size: 14px;
	padding: 15px;
	background-color: var(--primary-bg);
	border-radius: 12px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.home-section {
	padding: 20px;
	margin: 0 0 50px 0;
}
.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.section-header a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	font-size: 20px;
	color: var(--primary-text);
	padding: 5px 5px 5px 0;
	font-weight: 600;
	border-radius: 4px;
}
.section-header a svg {
	width: 20px !important;
	height: 20px !important;
}
.section-header .more-link:hover{
	background: none;
}
.section-header a img{
	width: 30px;
	margin-right: 15px;
}
.section-header a:hover {
	padding: 5px 5px 5px 15px;
	color: var(--accent-color);
	background-color: #ededed;
}
.section-header .section-heading {
	font-weight: 600;
}
.apps-grid-large {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}

.top-downloads{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 15px;
}
.blog-grid-small {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.blog-grid-large {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin: 30px 0;
}
.apps-grid-sidebar {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.apps-grid-sidebar.dl-page {
	grid-template-columns: repeat(3, 1fr);
	padding: 5px;
}
.padding{
	padding: 20px 10px;
}
.similar-apps-single{
	background-color: var(--primary-bg);
	margin-top: 20px;
}
.similar-apps-single.dl-page {
	background-color: transparent;
}
.search-results-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.app-details-page {
	position: relative;
}
.app-details-page .app-header, .post-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.app-details-page .app-header {
	padding: 30px;
	background-color: var(--primary-bg);
}
.app-details-page .app-header h1 {
	margin-top: 10px;
}
.post-header {
	justify-content: center;
	height: 350px;
}

.post-header h1 {
	margin-bottom: 10px;
	font-size: 3em;
	text-align: center;
}
.post-header .entry-meta {
	font-size: 14px;
	text-align: center;
}
.blur-img {
	position: absolute;
	top: -50px;
	z-index: -1;
	height: 450px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	filter: blur(40px) opacity(0.9);
	transform: translate3d(0px, 0px, 0px);
	width: 100%;
}
.post-header .blur-img {
	height: 300px;
	filter: blur(5px) opacity(0.9);
}
.blur-img::before {
	content: "";
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	background: var(--secondary-bg);
	opacity: 0.4;
}
.blur-img::after {
	content: "";
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, var(--secondary-bg), transparent 30%), linear-gradient(to top, var(--secondary-bg), transparent 30%), linear-gradient(to right, var(--secondary-bg), transparent 50%), linear-gradient(to left, var(--secondary-bg), transparent 100%);
}
.app-header-thumb {
	width: 200px;
	text-align: center;
}
.title-desc {
	width: calc(100% - 230px);
	margin: 0;
}
.title-desc p {
	font-size: 14px;
}
.app-header-thumb img {
	width: 120px;
	height: 120px;
}
.app-header-info {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.app-header-info .app-sharing {
	grid-column: 1 / span 2;
}
.app-header-info h1 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.app-header-info .app-info-dev {
	font-size: 16px;
}
.app-header-info .app-rating {
	display: flex;
	align-items: center;
	margin-top: 10px;
	width: 100%;
	justify-content: center;
}
.app-header-info .app-rating .kksr-legend {
	display: none;
}
.app-short-desc {
	padding: 0;
	margin-top: 10px;
}
.app-short-desc p {
	font-size: 14px;
}
.app-header-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	justify-content: end;
	margin-top: -20px;
	width: 100%;
}
.bg-white{
	background-color: #fff;
	padding: 25px;
}
.app-header-buttons2{
	display: grid;
	gap: 10px;
}
.dl-btn-lg, .dl-btn-sm {
	padding: 10px 30px;
	background-color: var(--accent-color);
	color: #ffffff !important;
	border-radius: 10px;
	border: 1px solid var(--accent-color);
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dl-btn-sm svg, .dl-btn-lg svg {
	margin-right: 10px;
	width: 20px !important;
	height: 20px !important;
}
.dl-btn-sm i {
	margin-right: 10px;
}
.ps-btn-sm {
	padding: 10px 30px;
	background-color: #ffffff;
	border: 1px solid var(--border-color-strong);
	border-radius: 10px;
	display: flex;
	align-items: center;
	color: var(--primary-text) !important;
	font-size: 16px;
	justify-content: center;
}
.ps-btn-sm img {
	margin-right: 10px;
	max-width: 24px;
}
.app-header-social {
	position: absolute;
	right: 0;
	top: 20px;
	text-align: center;
}
.app-header-social .kk-star-ratings {
	justify-content: center;
	margin-bottom: 10px;
}
.app-header-social .kk-star-ratings .kksr-legend {
	margin: 0 5px !important;
}
.app-header-info .app-desc p, .entry-description p {
	font-size: 16px;
	font-family: var(--sacondary-font) serif;
}
#similar-apps.app-details-section{
	padding: 0;
}
.app-details-section {
	background-color: var(--primary-bg);
	padding: 25px;
	background: var(--primary-bg);
}
.app-details-section .section-header {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 20px;
}
.app-details-section .section-header h5 {
	margin: 0;
	font-weight: 600;
}
.sidebar-similar-apps h4 {
	background-color: #fbfbfb;
	width: 100%;
	padding: 15px 15px;
	color: #666;
	font-family: var(--sacondary-font) serif;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
}
.sidebar-similar-apps.dl-page h4 {
	background-color: transparent;
	border: none;
	color: #000000;
	margin: 0;
	font-size: 24px;
	padding: 10px 5px;
	justify-content: center;
}
.sidebar-similar-apps h4 svg {
	width: 20px !important;
	height: 20px !important;
}
.sidebar-similar-apps {
	position: sticky;
	top: 10px;
}
.sidebar-similar-apps h3 {
	font-size: 20px;
	margin-top: 0;
	font-weight: 600;
}
.sidebar-similar-apps hr, .sidebar-similar-posts hr {
	background-color: var(--border-color);
	margin: 15px 0;
}
.sidebar-similar-apps .app-card {
	background-color: #fff;
	border: 1px solid var(--border-color);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.sidebar-similar-apps .app-card:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	top: 0;
	transform: none;
}
#screenshots .section-content {
	height: 300px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	gap: 10px;
}
#screenshots .section-content a {
	display: block;
	height: 100%;
	width: auto;
}
#screenshots .section-content a img {
	height: 100%;
	border-radius: 4px;
	width: auto;
	max-width: none;
}
.app-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.app-metabox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid var(--accent-color);
	border-radius: 5px;
	padding: 5px;
}
.app-mb-icon {
	width: 50px;
	text-align: center;
	line-height: 1;
	color: var(--accent-color);
}
.app-mb-icon svg {
	width: 18px !important;
}
.app-mb-icon img {
	width: 20px !important;
}
.app-mb-data {
	font-family: var(--sacondary-font) serif;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}
.app-mb-data label {
	font-size: 14px;
	color: #666666;
	font-weight: 600;
}
.app-mb-data h5 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	word-break: break-all;
}
.archive-container {
	background-color: var(--primary-bg);
	padding: 20px 0;
	border-radius: 12px;
}
.category-page-header {
	margin-top: 50px;
	margin-bottom: 50px;
}
.header-info-bar {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.category-page-header .archive-title {
	width: calc(100% - 200px);
}
.category-page-header .archive-title h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	display: flex;
	gap: 10px;
	align-items: center;
}
.category-page-header .archive-title h2 img {
	width: 30px;
}
.category-page-header .cat-sorting-dopdown {
	width: 200px;
}
.sub-category-pills {
	position: relative;
}
.sub-category-pills ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
}
.sub-category-pills ul li {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.sub-category-pills ul li a {
	display: inline-block;
	padding: 5px 10px;
	background-color: var(--primary-bg);
	border: 1px solid var(--border-color);
	border-radius: 12px;
	color: var(--primary-text);
	font-weight: 500;
	font-size: 14px;
}
.sub-category-pills ul li a:hover {
	background-color: var(--accent-color);
	border-color: var(--accent-color);
	color: #ffffff;
}
.cat-sorting-dopdown select {
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 14px;
	width: 100%;
}
.cat-sorting-dopdown select:hover {
	background: #eee;
}
.category-archive-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px 10px;
}
.category-archive-grid .app-card {
	flex-direction: column;
	justify-content: center;
	padding: 0;
	gap: 0;
}
.category-archive-grid .app-card .card-meta {
	margin-top: 10px !important;
}
.category-archive-grid .app-card .card-thumb, .category-archive-grid .app-card .card-content {
	width: 100%;
	padding: 15px;
}
.category-archive-grid .app-card .card-thumb {
	text-align: center;
	background-color: var(--secondary-bg);
	border-radius: 8px 8px 0 0;
	position: relative;
	padding: 25px 15px;
}
.card-thumb-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 8px 8px 0 0;
}
.category-archive-grid .app-card .card-thumb img {
	width: 80px;
	position: relative;
	z-index: 10;
}
.category-archive-grid .app-card .card-content .app-version {
	top: auto;
	bottom: 10px;
	right: 10px;
}
.sidebar-similar-posts {
	padding: 15px;
	background-color: var(--primary-bg);
	border-radius: 12px;
	position: sticky;
	top: 10px;
}
.sidebar-similar-posts h3 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.sidebar-similar-posts .app-card {
	padding: 0;
	border: none;
	flex-direction: column;
}
.sidebar-similar-posts .app-card > div {
	width: 100%;
	text-align: center;
}
.sidebar-similar-posts .app-card:hover {
	box-shadow: none;
	transform: none;
	top: 0;
}
.sidebar-similar-posts .app-card .card-meta {
	flex-direction: column;
}
.sidebar-similar-posts .app-card .card-title {
	line-height: 1;
	font-size: 14px;
}
.sidebar-similar-posts .card-thumb img {
	width: 100%;
	border-radius: 8px;
}
/* Download Page
-------------------------------------------------------------*/
@media (min-width: 768px) {
	body.page-template-template-download {
		background-color: #f4f5f3;
		background-image: url(assets/img/bg.svg);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 281rem auto;
	}
}
.background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.background > i {
	position: absolute;
	top: 0;
	width: 55rem;
}
.background > i::after {
	content: "";
	width: 100%;
	display: block;
	padding-top: 100%;
}
.background > i {
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat !important;
}
.bg-c1 {
	right: 50%;
	transform: translate(-10%, -40%);
	-webkit-transform: translate(-10%, -40%);
	background-image: radial-gradient(closest-side, rgba(0, 0, 255, 0.07) 0, rgba(0, 0, 255, 0) 100%);
}
.bg-c2 {
	left: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background-image: radial-gradient(closest-side, rgba(0, 255, 0, 0.07) 0, rgba(0, 255, 0, 0) 100%);
}
.bg-c3 {
	right: 50%;
	transform: translate(30%, -50%);
	-webkit-transform: translate(30%, -50%);
	background-image: radial-gradient(closest-side, rgba(255, 0, 200, 0.07) 0, rgba(255, 0, 200, 0) 100%);
}
.bg-c1 {
	animation: colors1 8s infinite linear;
}
@keyframes colors1 {
	0% {
		transform: translate(-10%, -40%);
	}
	50% {
		transform: translate(90%, -40%);
	}
	100% {
		transform: translate(-10%, -40%);
	}
}
.bg-c2 {
	animation: colors2 8s infinite linear;
}
@keyframes colors2 {
	0% {
		transform: translate(0, -50%);
	}
	50% {
		transform: translate(-90%, -50%);
	}
	100% {
		transform: translate(0, -50%);
	}
}
.bg-c3 {
	animation: colors3 8s infinite linear;
}
@keyframes colors3 {
	0% {
		transform: translate(30%, -50%);
	}
	50% {
		transform: translate(-10%, -50%);
	}
	100% {
		transform: translate(30%, -50%);
	}
}
.download-main {
	margin: 0 auto;
	padding: 2rem;
	border-radius: 1rem;
	width: 800px;
	max-width: 100%;
}
.download-page-content {
	text-align: center;
	padding: 30px;
	border-radius: 5px;
}
.download-page-content a {
	color: var(--accent-color);
}
.back-to-post {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	border: 3px solid #ffffff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.back-to-post img {
	width: 20px;
	height: 20px;margin-top: 5px;
}
.back-to-post:hover {
	border-color: var(--accent-color);
}
.download-page-content .app-icon-single img {
	max-width: 180px;
	border-radius: 12px;
}
.download-page-content h1 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
}
.download-info .first-text {
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
}
.download-info .second-text{
	font-size: 14px;
	display: none;
}
.download-page-content .dl-counter {
	margin: 50px 0;
}
.download-page-content .counter {
	display: block;
	margin: 0 auto;
	width: 6rem;
	height: 6rem;
	padding: 1rem;
	position: relative;
	border-radius: 50%;
	font-weight: 700;
	font-size: 3rem;
	line-height: 4rem;
	color: #fff !important;
	background-color: #68cb5b;
	box-shadow: 0 0.25rem 1rem 0 rgba(58, 121, 50, 0.25), 0 0 0 0.5rem rgba(104, 203, 91, 0.15);
}
.download-page-content .counter::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3rem 0 0 -3rem;
	width: 6rem;
	height: 6rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23fff' d='M24,46A22,22,0,0,1,24,2V0A24,24,0,1,0,48,24H46A22,22,0,0,1,24,46Z'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	opacity: 0.5;
	animation: load-rotate 2s infinite linear;
}
@keyframes load-rotate {
	100% {
		transform: rotate(360deg);
	}
}
.download-main .app-thumb img {
	width: 50% !important;
	border-radius: 20px;
}
.download-page-content .second-text {
	text-align: left;
	font-size: 14px;
}
.download-page-content ul {
	margin: 0;
}
.download-page-content .app-header-meta{
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 22px;
	position: relative;
}
.download-main .general-faqs h5 {
	margin-bottom: 10px;
	font-size: 34px;
	font-family: var(--primary-font), serif;
}
.app-metabox-dl-page {
	display: flex;
	width: 200px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.app-metabox-dl-page > div {
	line-height: 0;
	font-size: 16px;
	font-weight: 600;
}
.dl-page-extra-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
	gap: 10px;
}
.additional-download-links {
	padding: 15px;
	margin: 20px 0;
	border-radius: 12px;
	background-color: var(--primary-bg);
	display: none;
}
.additional-download-links a {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 10px auto;
	padding: 10px 30px;
	border-radius: 8px;
	color: var(--primary-text);
	border: 1px solid var(--accent-color);
}
.verified-badge, .telegram-button {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	border-radius:8px;
	background-color: var(--primary-bg);
	font-size: 18px;
	font-weight: 600;
	border: 1px solid var(--border-color);
	min-width: 320px;
	justify-content: center;
	text-align: center;
}
.telegram-button {
	background-color: #000000;
	color: #ffffff !important;
	border: none;
	display: inline-block;
	cursor: pointer;
}
.telegram-button svg {
	width: 24px !important;
	height: 24px !important;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.telegram-button svg path, .telegram-button svg line {
	stroke: #ffffff !important;
}
.verified-badge img {
	width: 30px;
}
.general-faqs {
	padding: 20px;
	background-color: var(--primary-bg);
	margin-top: 20px;
}
.general-faqs h5 {
	margin-top: 0;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	padding-left: 5px;
}
.general-faqs .faq-item-header {
	font-size: 16px;
	padding: 15px;
	position: relative;
	z-index: 10;
}
.general-faqs .faq-item-content {
	background-color: var(--accent-color);
	color: #ffffff;
	border-radius: 0 0 18px 18px;
	margin-top: -20px;
	padding-top: 20px;
}
.general-faqs .faq-item-content p {
	font-size: 14px;
}
.single-page-sidebar{
	padding: 15px;
	background-color: var(--primary-bg);
}
.single-page-sidebar h4{
	background-color: #fbfbfb;
	width: 100%;
	padding: 15px 15px;
	color: #666;
	font-family: var(--sacondary-font) serif;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
	margin: 0;
}
.single-page-sidebar .apps-grid-large{
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 15px;
}
.single-page-sidebar .apps-grid-large .app-card {
	padding: 0;
	border: none;
	box-shadow: none;
}
/* FAQs
--------------------------------------------- */
.faq-accordion-content {
	position: relative;
}
.faq-accordion-item {
	margin-bottom: 15px;
}
.faq-item-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-radius: 18px;
	background-color: var(--accent-color);
}
.faq-item-header .faq-toggle-btn {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	background: transparent;
	color: #76BB3F;
	padding:0;
	cursor: pointer;
}
.faq-item-header h4 {
	margin: 0;
	font-weight: 600;
	color: #FFFFFF;
}
.faq-item-content {
	padding: 15px;
}
@media all and (max-width: 768px) {
	.home-section {
		padding: 20px 0;
	}
	.page-content,
	.entry-content,
	.entry-summary  {
		padding: 10px;
	}
	.top-downloads{
		grid-template-columns: repeat(2, 1fr);
	}
	.apps-grid-large, .category-archive-grid, .search-results-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.blog-grid-small, .app-meta-grid, .blog-grid-large {
		grid-template-columns: repeat(2, 1fr);
	}
	.app-details-page .app-header {
		height: auto;
		overflow: hidden;
		margin: -12px -12px 0 -12px;
		padding-top: 50px;
	}
	.app-header-info {
		text-align: center;
		flex-direction: column;
	}
	.app-header-buttons {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 20px;
	}
	.app-header-thumb {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.app-header-thumb img {
		max-width: 150px;
	}
	.app-header-social {
		position: relative;
		height: 90px;
	}
	.app-header-info .app-desc p {
		margin-bottom: 0;
	}
	.category-page-header .archive-title h2 {
		font-size: 18px;
	}
	.cat-sorting-dopdown {
		width: 160px;
	}
	.apps-grid-sidebar {
		grid-template-columns: repeat(2, 1fr);
	}
	.title-desc {
		width: 100%;
	}
}
@media all and (max-width: 500px) {
	#ajaxSearchResultsM {
		width: 100%;
	}
	.site-main {
		padding: 15px;
	}
	.searchform {
		margin-top: 0;
	}
	.category-page-header {
		margin: 20px 0;
	}
	.header-info-bar {
		flex-direction: column;
	}
	.app-header-info .app-sharing {
		grid-column: auto;
	}
	.category-page-header .archive-title {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.category-page-header .cat-sorting-dopdown {
		width: 100%;
	}
	.content-area.container, .app-content {
		padding: 0;
	}
	.blog-grid-small, .app-meta-grid, .blog-grid-large {
		grid-template-columns: 100%;
	}
	.app-header-buttons {
		grid-template-columns: 100%;
	}
	.faq-item-header h4 {
		font-size: 16px;
	}
	.faq-item-header .faq-toggle-btn {
		height: 20px;
		line-height: 22px;
	}
	.apps-grid-sidebar {
		grid-template-columns: repeat(1, 1fr);
	}
	.apps-grid-sidebar.dl-page {
		grid-template-columns: repeat(2, 1fr);
	}
	.single-post-content .entry-content {
		padding: 20px;
	}
	.app-details-page .app-header h1, .article-title h1, .article-content h1 {
		font-size: 28px;
		line-height: 1.3;
	}
	.app-header-buttons {
		width: 100%;
		margin-top: 10px;
	}
	.single-post-content .featured-image {
		text-align: center;
		margin-left: -10px;
		margin-right: -10px;
	}
}
/* Comments
--------------------------------------------- */
.comments-area {
	padding: 10px;
}
.comments-area .kk-star-ratings {
	margin: 10px 0 20px 0;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-form-comment {
	margin-bottom: 5px;
}
.comment-form-cookies-consent {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}
.comment-form-cookies-consent label, .comment-form-cookies-consent input {
	margin: 0;
}
.comment-form-author, .comment-form-email {
	width: 50%;
	position: relative;
	float: left;
}
.comment-form-author input, .comment-form-email input {
	width: 100%;
	padding: 10px;
}
.comment-form-author input {
	width: 98%;
}
.bypostauthor {
	display: block;
}
.comment-respond {
	padding: 10px;
}
.comments-title {
	margin-bottom: 20px;
	text-align: center;
}
.comment-list {
	margin: 0;
	padding-left: 0;
}
.comment-list li {
	padding: 20px;
	border: 1px solid #ededed;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
}
.comment-list .children li {
	margin-bottom: 10px;
}
.comment-meta {
	display: flex;
	line-height: 40px;
}
.comment-metadata {
	margin-left: 10px;
	font-size: 12px;
}
.comment-author.vcard img {
	border-radius: 50%;
	position: absolute;
	top: 64px;
	left: -30px;
	border: 2px solid #ededed;
}
.comment-author .says {
	display: none;
}
.comment-content {
	padding: 20px 20px 20px 30px;
	font-size: 20px;
	background: #f6f6f6;
	border-radius: 10px;
}
.comment-content p {
	margin-bottom: 0;
}
.comment-list li .reply {
	text-align: right;
	margin-bottom:0;
	font-size: 12px;
}
.comment-list li .reply a {
	position: relative;
	top: -25px;
	right: 10px;
}
.comment-respond .submit {
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
	transition: 0.5s all;
	border-radius: 8px;
	cursor: pointer;
}
.comment-respond .submit:hover {
	background: var(--primary-text);
	border: 2px solid var(--primary-text);
}
.comment-form p label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.comment-form textarea {
	width: 100%;
}
@media all and (max-width: 768px) {
	.comments-area {
		padding: 10px 0 !important;
	}
	.comment-list {
		padding-left: 20px;
	}
	.comment-list .children {
		margin-left: 0;
		padding-left: 15px;
	}
	.comment-meta {
		line-height: 1;
		margin-bottom: 10px;
	}
	.comment-author.vcard {
		line-height: 1;
		font-size: 16px;
	}
	.comment-author.vcard img {
		top: 52px;
	}
	.comments-title {
		font-size: 20px;
	}
}
@media all and (max-width: 1400px) {
	.comment-list {
		padding-left: 20px;
	}
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: var(--primary-bg);
	margin-top: 50px;
	padding: 50px 0 50px 0;
	font-size: 14px;
}
.site-footer ol, .site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-widgets {
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.widget-title {
	font-weight: 600;
	margin: 0;
	background-color: #fbfbfb;
	width: 100%;
	padding: 15px 15px;
	color: #666;
	font-family: var(--sacondary-font) serif;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
}
.footer-widget ul, .footer-widget ol {
	text-align: center;
}
.footer-widget li {
	margin-bottom: 10px;
}
.footer-widget li a {
	color: var(--secondary-text);
}
.footer-scocial {
	position: relative;
	margin-bottom: 20px;
}
.footer-scocial .follow-heading {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.social-icons {
	display: inline-block;
}
.social-icons li {
	margin: 0 10px;
	display: inline-block;
}
.social-icons li a {
	display: flex;
	align-items:center;
	width: 30px;
}
.social-icons li a svg {
	width: 30px !important;
	height: 30px !important;
	color: var(--primary-text);
}
.site-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-info .copyright-info p {
	text-align: center;
	margin: 0;
}
.footer-navigation ul {
	text-align: left;
}
.footer-navigation ul li {
	display: inline-block;
}
.footer-navigation ul li a {
	color: var(--primary-text);
	font-size: 14px;
	padding: 0 10px;
	border-left: 1px solid var(--border-color);
}
.footer-navigation ul li:first-child a {
	border: none;
}
.footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-menu ul li{
	margin: 0 10px;
}
.footer-menu ul li a{
	color: var(--primary-text);
	font-size: 14px;
}
@media (max-width: 1024px) {
	.footer-widget .widget-title {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.site-info {
		flex-direction: column;
	}
	.site-info .copyright-info, .site-info .footer-navigation {
		width: 100%;
	}
	.footer-navigation ul, .site-info .copyright-info p {
		text-align: center;
	}
	.footer-widgets {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Margin and padding utility classes, setting margin and padding to 0 */
.mt-0 {margin-top: 0 !important}
.mb-0 {margin-bottom: 0 !important}
.mr-0 {margin-right: 0 !important}
.ml-0 {margin-left: 0 !important}

.pt-0 {padding-top: 0 !important}
.pb-0 {padding-bottom: 0 !important}
.pr-0 {padding-right: 0 !important}
.pl-0 {padding-left: 0 !important}

.text-center {
	text-align: center;
}
.text-white{
	color: #ffffff;
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Post Item */

.post-item {
	background-color: white;
	border-radius: 18px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.75rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
}

.post-item:hover {
	opacity: 0.9;
}

.app-version {
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	display: block;
	border-radius: 15px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index: 10;
	color: var(--accent-color);
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.5);
}

.app-version span:first-child {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #37b6e5;
	width: 8px;
	height: 8px;
	border-radius: 9999px;
}

.app-version span:last-child {
	padding-left: 13px;
}

.post-item .post-content {
	display: block;
}

.post-item .relative {
	position: relative;
}

.post-item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	object-fit: cover;
}

.card-thumb .label {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translateX(-50%);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 9999px;
	padding: 4px 8px;
	z-index: 10;
	color: white;
	font-weight: 600;
	background-color: #f56565;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-item .content {
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.post-item h3 {
	font-family: var(--primary-font), serif;
	line-height: 1.375;
}

.post-item h3 a {
	color: #1a202c;
	transition: all 0.3s;
}

.post-item p {
	color: #718096;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	margin-top: 0.5rem;
}

.post-item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: auto;
	position: relative;
	padding-bottom: 1.25rem;
	color: #8b959e;
}

.post-item ul li:first-child {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0.5px;
	height: 100%;
	transform: translateX(-50%);
	background-color: #dddddd;
}

.post-item ul li {
	text-align: center;
	display: block;
}

.post-item ul li svg {
	font-size: 1.125rem;
}

.post-item ul li span {
	color: #718096;
	font-family: 'Lato', sans-serif;
	display: block;
	font-size: 0.75rem;
}
.post-item .app-rating {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -0.5rem;
	margin-bottom: 10px;
}
.post-item .app-rating .kk-star-ratings .kksr-stars .kksr-star{
	width: 11px;
}
.post-item .app-rating .kksr-legend {
	display: none;
}

/* Basic card styling */
.card {
	background-color: #ffffff; /* bg-white */
	border: none;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* shadow-sm */
	transition: transform 0.2s;
	padding: 15px;
	width: 370px;
}

.card:hover {
	transform: scale(1.02);
}

/* Card link styling */
.card a {
	text-decoration: none; /* text-decoration-none */
	color: #000000; /* text-dark */
}

/* Card image styling */
.card-image img {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	width: 100%;
	height: auto;
}

/* Card body styling */
.card-body {
	padding: 1rem;
}

/* Card header styling */
.card-header {
	background-color: transparent; /* bg-transparent */
	border: none; /* border-0 */
	padding: 0; /* p-0 */
	margin-bottom: 0.5rem; /* mb-2 */
	font-size: 0.875rem; /* Small font size for category name */
	color: #6c757d; /* text-muted */
}

/* Card data styling */
.card-data {
	margin-top: 0.5rem;
}
.card-data button{
	color: #fff;
}
/* Card title styling */
.card-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 5px;
}

/* Card text styling */
.card-text {
	font-size: 1rem;
	color: #6c757d; /* Optional: if you want to mute the excerpt text color */
}

/* Margin-bottom utility class */
.mb-4 {
	margin-bottom: 1.5rem;
}
.card-data button svg{
	fill: #fff;
	width: 20px;
	height: 20px;
}
.gap-10{
	gap: 10px;
}
.ml-3{
	margin-left: 1rem;
}
.rank-math-breadcrumb{
	width: 100%;
	padding: 15px 0;
	color: #666;
	font-family: var(--sacondary-font) serif;
	font-size: 14px;
}
.rank-math-breadcrumb p{
	margin:0;
}
.rank-math-breadcrumb a{
	color: #666;
}
.small-grids{
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.small-grids .app-list img{
	width: 2.5rem;
	height: 2.5rem;
}
.small-grids .title{
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-text);
	line-height: 1;
	margin-bottom: 10px;
}
a.view-more img {
	background-color: #68cb5b33;
	border-radius: .5rem;
	padding: .5rem;
}
@media (max-width: 520px) {
	.download-main {
		padding: 10px;
	}
	.mobile-logo {
		max-width: 120px;
	}
	.app-card {
		padding: 20px 15px;
	}
	.app-version {
		top: 15px;
		left: 15px;
		font-size: 13px;
	}
	.app-mb-icon {
		min-width: 50px;
	}
	.app-mb-data {
		flex-direction: column;
		gap: 5px;
		align-items: flex-start;
		width: calc(100% - 60px);
	}
	.app-mb-data h5 {
		width: 100%;
		display: block;
		word-wrap: break-word;
	}
	.app-card .card-title {
		font-size: 18px;
	}
	.verified-badge, .telegram-button {
		width: 100%;
	}
	.small-grids {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 20px;
	}
	.small-grids .app-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}
	.small-grids .app-list a {
		display: flex;
		align-items: center;
	}
	.small-grids .app-list img {
		width: auto;
		height: auto;
	}
}
