/*!
Theme Name: APKMODBAG
Theme URI: https://apkmodbag.com
Author: Hamid
Author URI: https://dimahali.github.io
Description: APKMODBAG Android Apps Store.
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apkmodbag
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Components
# Layouts
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@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: #76BB3F;
	--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;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
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%;
}

/* Elements
--------------------------------------------- */
body {
	background: 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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
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: 100px;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Search Box
----------------------------------------*/
.site-search svg{
	color: #444444;
	width: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.site-search {
	margin-right: 10px;
}
.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;
}
.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
----------------------------------------*/
.slider-container {
	position: relative;
	margin-bottom: 80px;
}
.main-slider {
	width: 100%;
	height: 400px;
	margin: 30px 0;
}
.swiper-button-prev, .swiper-button-next {
	visibility: hidden;
	font-size: 20px;
	color: var(--primary-text);
	width: 40px;
	background-color: var(--primary-bg);
	border-radius: 4px;
}
.swiper-button-prev::after, .swiper-button-next::after {
	font-size: 20px;
}
.slider-container:hover .swiper-button-prev, .slider-container:hover .swiper-button-next {
	visibility: visible;
}
.slider-container .swiper-pagination {
	transform: translateY(50px);
}
.slide-card {
	border-radius: 8px;
	background-color: var(--primary-bg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slide-overlay, .slide-content {
	position: absolute;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
	transition: .5s all;
}
.slide-overlay {
	backdrop-filter: none;
	backdrop-filter: blur(1px);
}
.slide-card:hover .slide-overlay {
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: none;
}
.slide-content {
	z-index: 20;
	background-color: transparent;
	padding: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	text-decoration: none;
}
.slide-content-inner {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.get-badge{
	background-color: var(--accent-color);
    width: fit-content;
    padding: 5px 15px 8px 15px;
    border-radius: 20px;
	line-height: 1;
}
.get-badge span{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
.slide-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 0 0 3px #121212;
	margin-bottom: 10px;
}
.slide-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	padding: 10px;
	color: var(--primary-text);
	background-color: rgba(255,255,255, 0.8);
	border-radius: 20px;
}
.slide-button-div {
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem; /* text-[0.7rem] */
    width: 1.5rem; /* w-8 */
    height: 1.5rem; /* h-8 */
    --tw-gradient-from: #34D399; /* from-green-400 */
    --tw-gradient-to: #22D3EE; /* to-cyan-400 */
    color: #ffffff; /* text-white */
    margin-left: 0.75rem; /* ml-3 */
}
.main-slider-title{
	font-size: 24px;
	margin: 0;
}
.slide-button svg{
	color: #fff;
	height: 1em;
	vertical-align: -0.125em;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
/* App Card
----------------------------------------*/
.app-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    border: 1px solid #76BB3F;
    border-radius: 15px;
}
.apps-grid-column .app-card {
	flex-direction: column;
	padding-top: 20px;
}
.app-card:hover {
	background-color: var(--secondary-bg);
}
.app-card .card-thumb {
	line-height: 0;
	text-align: center;
}
.app-card .card-thumb img {
	border-radius: 5px;
	width: 90px;
}
.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: left;
    padding: 0 0 0 15px;
}
.apps-grid-column .app-card .card-content {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.app-card .card-content .app-rating {
	margin-bottom:4px;
	margin-top: 4px;
	display: block;
}
.apps-grid-column .app-card .card-content .app-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.app-card .card-meta {
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    font-size: 10px !important;
    color: var(--primary-text) !important;
    flex-wrap: nowrap;
    align-items: stretch;
}
.app-card .card-meta span {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.apps-grid-column .app-card .card-meta span {
	justify-content: center;
}
.app-card .card-meta span i,.app-card .card-meta span svg {
	font-size: 14px;
	color: var(--accent-color);
	width: 12px;
}
.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: 5px;
}
.apps-grid-column .app-card .app-rating {
	margin-top: 10px;
	margin-bottom: 10px;
}
.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, .apps-grid-column .kksr-stars, .sidebar-similar-apps .kksr-stars {
	display: block !important;
}
.app-card .kksr-legend {
	display: block;
	margin: 0 !important;
	color: #121212 !important;
	font-size: 12px !important;
}
.app-card .kksr-muted  {
	display: none !important;
}
.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;
	border: none;
	gap: 10px;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.top-downloads .app-card:hover{
	box-shadow:none;
	background-color: var(--primary-bg);
}
.top-downloads .app-card .card-thumb img {
	width: 100%;
	border-radius: 20px;
}
.top-downloads .app-card .card-title{
	color: var(--primary-bg);
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}
.top-downloads .app-card:hover .card-title {
	color: var(--primary-text);
}
.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: 260px;
	position: relative;
	text-decoration: none;
}
.blog-card .card-overlay {
	border-radius: 0 0 6px 6px;
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 10%, 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: 24px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.4;
	margin: 10px 0;
	text-shadow: 0 0 2px #121212;
}
.blog-card .posted-category {
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
	padding: 5px 10px;
}
/* Social Sharing
--------------------------------------------- */
.social-sharing {
	text-align: center;
	transform: translatez(0);
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-sharing li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px;
	list-style: none;
}
.social-sharing li div {
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	background-color: var(--accent-color);
	transition: all 0.5s ease;
}
.social-sharing li a {
	color: #ffffff;
}
.social-sharing li div:hover {
	transform: rotate(360deg);
	border-radius: 50%;
}
/* 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;
}
.pagination .page-numbers.prev {
	float: left;
}
/* Lightbox
----------------------------------------------*/
.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 {
	background-color: var(--accent-color);
	border-radius: 5px;
	width: 250px;
	padding: 0 20px;
}
.toc-header a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.toc-header a i {
	font-size: 24px !important;
	color: #ffffff !important;
}
#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: 5px 0;
}
.header-extras {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.header-extras .site-search, .header-extras .translate, .header-extras .darkmod {
	width: 100%;
}
.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 a, .mobile-header .mobile-logo a {
	display: block;
	line-height: 0;
}
.site-branding img {
	width: 48px;
	max-width: 48px;
}
.mobile-header .mobile-logo a img {
	width: 48px;
	max-width: 48px;
}
.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;
	justify-content: flex-end;
}

.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: 16px;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	line-height: 1;
	flex-direction: row;
	gap: 7px;
	font-weight: 600;
	color: #444444;
}

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: "";
	display: inline-block;
	background-image: url(assets/img/icon-home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-bottom:2px;
}
.main-navigation ul li:first-child a:before {
	background-image: url(assets/img/icon-home.svg);
}
.main-navigation ul li:nth-child(2) a:before {
	background-image: url(assets/img/icon-apps.svg);
}
.main-navigation ul li:nth-child(3) a:before {
	background-image: url(assets/img/icon-games.svg);
}
.main-navigation ul li:nth-child(4) a:before {
	background-image: url(assets/img/icon-blog.svg);
}
.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);
}
.search-toggle {
	color: #444444;
	background-color: var(--primary-bg);
	border: none;
	cursor: pointer;
}
#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%;
}

/* Posts and pages
--------------------------------------------- */
.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;
}
.blog-page-header {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.blog-page-header p {
	font-family: var(--sacondary-font), serif;
	margin: 10px 0 0 0;
	font-size: 14px;
}
.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 {
	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 {
	background-color: #fff;
    padding: 20px;
	margin: 20px 0 50px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
}
.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.updated-apps .section-header {
	justify-content: flex-start;
	font-weight: 600;
	font-size: 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 .more-link:hover{
	background: none;
}
.section-header 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;
}
.top-d-bg .section-header {
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	padding: 10px;
	margin-bottom: 10px;
}
.top-d-bg .section-header i {
	position: relative;
	margin-bottom: -4px;
}
.apps-grid-large {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.top-d-bg {
	background-color: var(--accent-color);
	padding: 10px;
    border-radius: 20px;
}
.top-d-bg .section-header a {
	color: var(--primary-bg);
}
.top-d-bg .section-header a:hover {
	color: var(--accent-color);
}
.top-downloads {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 15px;
	padding: 5px;
}
.blog-grid-small {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.blog-grid-large {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 30px 0;
}
.apps-grid-sidebar {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.padding{
	padding: 20px 10px;
}
.similar-apps-single{
    background-color: var(--primary-bg);
    margin-top: 20px;
}
.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 30px 0 30px;
	background-color: var(--primary-bg);
}
.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, 0, 0);
	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-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.app-general-details {
	width: 60%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.app-header-thumb {
	width: 120px;
}
.app-header-thumb img {
	width: 100%;
	border-radius: 8px;
}
.app-general-info {
	width: calc(100% - 130px);
	display: flex;
	flex-direction: column;
	padding-left: 10px;
}
.app-header-info .app-sharing {
	grid-column: 1 / span 2;
}
.app-header-thumb {
	width: 150px;
}
.app-general-info h1 {
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}
.app-general-info .app-version-txt {
	font-size: 14px;
	color: var(--secondary-text);
	margin-top: 10px;
}
.app-header-info .app-info-dev {
	font-size: 16px;
}
.app-header-info .app-rating {
	margin-top: 10px;
}
.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: 1fr;
	gap: 10px;
	justify-content: end;
	margin-top: -20px;
	width: 40%;
}
.bg-white{
	background-color: #fff;
	padding: 25px;
}
.app-header-buttons2{
	display: grid;
	gap: 10px;
}
.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 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);
}
#similar-apps.app-details-section{
	padding: 0;
}
.app-details-section {
	background-color: var(--primary-bg);
	padding: 0 25px 25px 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;
}
.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, calc(33.3% - 10px));
	gap: 20px;
	margin-bottom: 20px;
}
.app-metabox {
	display: flex;
	align-items: center;
	align-content: flex-start;
}
.app-mb-icon {
	width: 40px;
	text-align: center;
	font-size: 24px;
	color: var(--accent-color);
}
.app-mb-icon img, .app-mb-icon svg {
	width: 25px;
}
.app-mb-icon i {
	font-size: 20px;
}
.app-mb-data {
    font-family: var(--sacondary-font);
	display: flex;
	flex-direction: column;
	width: calc(100% - 50px);
}
.app-mb-data label {
	font-size: 14px;
	color: var(--primary-text);
	font-weight: 600;
}
.app-mb-data h5 {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	word-break: break-all;
	color: var(--secondary-text);
}
.category-page {
	margin-top: 50px;
}
.archive-container {
	background-color: var(--primary-bg);
	padding: 20px 0;
	border-radius: 12px;
}
.category-page-header {
	position: relative;
}
.header-info-bar {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: var(--primary-bg);
	border: 1px solid var(--border-color);
}
.category-page-header .archive-title {
	width: calc(100% - 200px);
}
.category-page-header .archive-title h2 {
	margin: 0;
	font-size: 20px;
	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;
}
.categories-sidebar .widget-head {
	background-color: var(--accent-color);
	padding: 15px;
}
.categories-sidebar .widget-head h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-bg);
	margin: 0;
}
.widget-content {
	padding: 15px;
	background-color: var(--primary-bg);
	border: 1px solid var(--border-color);
	position: sticky;
	top: 10px;
}
.widget-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 50%);
	row-gap: 10px;
}
.widget-content ul li {
	display: block;
	line-height: 1;
	width: 100%;
}
.widget-content ul li a {
	font-size: 12px;
	padding: 10px;
	display: inline-block;
	width: 100%;
	color: var(--primary-text);
}
.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
-------------------------------------------------------------*/
.download-main {
    width: 944px;
    padding: 2rem;
    border-radius: 1rem;
    margin: 20px auto;
	max-width: 100%;
}
.download-page-content {
	text-align: center;
	background-color: #fff;
    padding: 30px;
	border-radius: 5px;
}
.download-page-content a {
	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-top: 10px;
	margin-bottom: 10px;
}
.download-info .first-text {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}
.download-info .second-text{
	font-size: 14px;
	display: none;
}
.download-page-content .dl-counter {
	margin: 25px 0;
}
.download-page-content .counter {
	font-family: var(--sacondary-font);
	font-weight: 600;
	display: inline-block;
	width: 200px;
	height: 200px;
	border: 2px solid var(--secondary-text);
	color: var(--secondary-text);
	font-size: 100px;
	line-height: 200px;
	border-radius: 50%;
}
.download-page-content .second-text {
	text-align: center;
	font-size: 14px;
}
.download-page-content ul {
	margin: 0;
}
.download-page-content .app-header-meta{
	display: flex;
    align-items: center;
    gap: 10px;
	flex-direction: column;
}
.download-page-content .app-header-meta .app-thumb {
	text-align: center;
}
.download-page-content .app-header-meta .app-thumb img {
	width: 150px;
	border-radius: 20px;
}
.download-main .general-faqs h5 {
	margin-bottom: 10px;
	font-size: 34px;
	font-family: var(--primary-font);
}
.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;
}
.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: 0 10px 10px 10px;
    color: #666;
    font-family: var(--sacondary-font);
    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;
}
.apps-grid-column {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	padding: 15px;
	background-color: var(--primary-bg);
	border: 1px solid var(--border-color);
	border-top: none;
}
.single-page-sidebar .apps-grid-large .app-card {
	padding: 10px;
	border: 1px solid var(--accent-color);
	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;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    background: transparent;
    /* border-radius: 50%; */
    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) {
	.page-content,
	.entry-content,
	.entry-summary  {
		padding: 10px;
	}
	.category-page {
		margin-top: 10px;
	}
	.category-page .categories-sidebar, .category-page .site-main {
		padding: 0;
	}
	.category-page .categories-sidebar {
		margin-top: 20px;
	}
	.category-page .row {
		flex-direction: column-reverse;
	}
	.top-downloads{
		grid-template-columns: repeat(2, 1fr);
	}
	.apps-grid-large, .category-archive-grid, .search-results-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-grid-small, .app-meta-grid, .blog-grid-large {
		grid-template-columns: repeat(2, 1fr);
	}
	.apps-grid-column {
		grid-template-columns: repeat(2, calc(50% - 6px));
	}
	.apps-grid-column .app-card .card-meta {
		margin-top: 10px;
		flex-direction: column;
	}
	.app-details-page .app-header {
		height: auto;
		overflow: hidden;
		padding: 10px;
		text-align: center;
	}
	.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: 100px;
		line-height: 1;
		padding-top: 5px;
	}
	.app-header-thumb img {
		max-width: 150px;
	}
	.app-general-info {
		width: calc(100% - 110px);
		text-align: left;
	}
	.app-general-info .app-version-txt {
		margin-top: 5px;
	}
	.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);
	}
}
@media all and (max-width: 500px) {
	#ajaxSearchResultsM {
		width: 100%;
	}
	.searchform {
		margin-top: 0;
	}
	.category-page-header {
		margin: 20px 0;
	}
	.header-info-bar {
		flex-direction: column;
	}
	.app-header-info .app-sharing {
		margin-top: 10px;
		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-general-details {
		width: 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);
	}
	.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);
    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;
	display: inline-block;
}
.social-icons li a {
	font-size: 40px;
	color: var(--accent-color);
}
.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{
	background-color: #fbfbfb;
    width: 100%;
    padding: 15px 15px;
    color: #666;
	font-family: var(--sacondary-font), serif;
	font-size: 14px;
	border-bottom: 1px solid #e8e8e8;
}
.rank-math-breadcrumb p{
	margin: 0;
}
.rank-math-breadcrumb a{
	color: #666;
}
@media (max-width: 500px) {
	.download-main {
		padding: 10px;
	}
	.mobile-logo {
		max-width: 48px;
	}
	.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%;
	}
}