/*!
Theme Name: Top Follow Snap
Theme URI: http://underscores.me/
Author: Robert Lee
Author URI: http://underscores.me/
Description: Description
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: topsnap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Top Follow Snap is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


       :root {
            --home-gradient: linear-gradient(119deg, #ff0044 0, #ffd221 31%, #fff721 100%);
            --home-menu: #000000;
            --menu-hover: #000000;
            --home-download: #ff0000;
            --home-download-txt: #fff;
            --features-bg: #eeee22;
            --box-bg-1: #f8fc00;
            --box-bg-2: #ff7f00;
            --box-txt: #0a0a0a;
            --faq-1: #45c660;
            --faq-2: #ece34e;
            --faq-3: #ff6635;
            --blog-hover: #d9f0ff;
            --more-link-bg: #c40091;
            --more-link-border: #f34042;
            --more-link-txt: #fff;
            --footer-top-bg: #0a0000;
            --footer-top-txt: #fff;
            --footer-bottom-bg: #f5f5f5;
            --footer-bottom-txt: #6c6b6b;
            --gotop-bg: #ff0000;
            --gotop-bg-txt: #fff;
            --link-color: #182e7c;
            --link-hover: #888;
        }
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: 0;
  background: 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 41.4px;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  transition-duration: 0.2s;
}
::selection {
  background-color: #0b7465;
  color: #fff;
}
body {
  background: #fff;
  font: 12px/1.14 arial, \5b8b\4f53;
  color: #333;
}
#main_wrap {
  position: relative;
  width: 100%;
  float: left;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  position: relative;
}
.nobl {
  border-left: none;
}
a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover);
	cursor: pointer
}
p {
  font-size: 16px;
  line-height: 26px;
}
h1 {
  font-size: 36px;
  line-height: 46px;
}
h2 {
  font-size: 32px;
  line-height: 42px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
}
strong {
  font-size: inherit;
  font-weight: 700;
}
iframe,
img {
  max-width: 100%;
}
figure {
  text-align: center;
}
.container {
  display: block;
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
.main_bar {
  width: 800px;
  float: left;
  position: relative;
	margin-bottom: 50px;
}
.side_bar {
  width: 300px;
  float: right;
  max-width: 100%;
  word-break: break-all;
	margin-bottom: 50px;
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
  .main_bar {
    width: 70%;
  }
  .side_bar {
    width: 28%;
  }
}
@media (max-width: 1080px) {
  .main_bar {
    width: 100%;
    margin-bottom: 15px;
  }
  .side_bar {
    width: 100%;
  }
}
header {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
header .logo_wrap {
  float: left;
  width: 25%;
  height: 60px;
  line-height: 60px;
}
header #nav_wrap {
  float: left;
  width: 75%;
  padding-right: 150px;
}
header .lang_box {
  position: absolute;
  width: 140px;
  height: 36px;
  border: 0.02415rem solid #333;
  border-radius: 4px;
  right: 0;
  top: 12px;
}
header .lang_box #lang_hndlr {
  margin-bottom: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
header .lang_box .lang_box_1 {
  position: relative;
}
header .lang_box .lang_box_1 .lang_inn {
  position: absolute;
  top: 36px;
  left: 0;
  background: #fbfbfb;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 999;
  width: 100%;
  display: none;
}
header .lang_box .lang_box_1 .lang_inn a {
  float: left;
  width: 100%;
  margin: 1px 0;
  padding: 1px 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #000;
}
header .lang_box .lang_box_1 .lang_inn a:hover {
  background: #e0e0e0;
}
header .lang_box:hover > .lang_box_1 .lang_inn {
  display: inline-block;
}
@media (max-width: 1120px) {
  header .lang_box {
    right: 15px;
    width: 100px;
  }
}
header .logo_wrap img.logo {
  vertical-align: middle;
}
header #nav_wrap ul.main_nav {
  float: left;
  width: 100%;
  text-align: right;
}
header #nav_wrap ul.main_nav li {
  position: relative;
  display: inline-block;
}
header #nav_wrap ul.main_nav li a {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  color: #333;
  font-size: 24px;
}
header #nav_wrap ul.main_nav li:hover > a {
  background: var(--home-gradient);
  color: var(--menu-hover);
}
header #nav_wrap ul.main_nav li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  background: #26272b;
  min-width: 180px;
}
header #nav_wrap ul.main_nav li > ul li {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
header #nav_wrap ul.main_nav li > ul li a {
  float: left;
  width: 100%;
  padding: 10px;
  line-height: 22px;
  height: auto;
}
header #nav_wrap ul.main_nav li:hover > ul {
  display: block;
}
header .menu_hndlr {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px;
  cursor: pointer;
}
header .menu_hndlr i {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1080px) {
  header #nav_wrap {
    padding-right: 0;
  }
  header #nav_wrap ul.main_nav li a {
    padding: 0 10px;
  }
  header .logo_wrap {
    width: 100%;
    text-align: center;
  }
  header .menu_hndlr {
    display: block;
  }
  header #nav_wrap {
    display: none;
    position: fixed;
    width: 250px;
    background: #fff;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    box-shadow: 5px 0 12px rgba(18, 26, 33, 0.1);
    padding-bottom: 60px;
    z-index: 999999;
  }
  header #nav_wrap ul.main_nav li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  header #nav_wrap ul.main_nav li a {
    padding: 8px;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    height: auto;
    color: #000 !important;
  }
  header #nav_wrap ul.main_nav li > ul {
    display: inline-block;
    width: 100%;
    position: static;
    background: #ececec;
  }
  header #nav_wrap ul.main_nav li > ul li {
    padding-left: 15px;
  }
  header #nav_wrap ul.main_nav li > ul li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  header .logo_wrap {
    width: 70%;
    padding-left: 45px;
  }
  header .logo_wrap img.logo {
    max-width: 140px !important;
  }
}
@media (max-width: 400px) {
  header .btnsearch {
    padding: 18px 5px;
  }
  header .logo_wrap img.logo {
    max-width: 100px !important;
  }
}
.mob_menu_close {
  background: #26272b;
  margin-bottom: 0;
  height: 60px;
  display: none;
}
.mob_menu_close i {
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
header .show_mob_menu {
  display: block !important;
}
header .show_mob_menu .mob_menu_close {
  display: block;
}
.widget:not(.widget_polylang) {
  background-color: #f9fcff; /* Light blue background */
  border-left: 5px solid #c8c9c9;
  padding: 20px; /* Increased padding for more space */
  margin-bottom: 30px; /* More space between widgets */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* Slightly stronger shadow for clearer view */
  font-size: 18px; /* Increased font size for better readability */
  line-height: 1.6; /* Improve line spacing for clarity */
}

.widget:not(.widget_polylang) h2, .widget-title  {
  color: #0073aa; /* Matching title color */
  font-size: 24px; /* Larger font size for widget titles */
  font-weight: bold;
  margin-bottom: 15px; /* Space below title */
}

.widget:not(.widget_polylang) ul {
  padding-left: 20px;
  list-style: none; /* No bullets */
}

.widget:not(.widget_polylang) ul li {
  margin-bottom: 15px; /* Space between list items */
  font-size: 18px; /* Larger font for list items */
  color: #333; /* Darker text color for better contrast */
}

.widget:not(.widget_polylang) ul li a {
  color: #0073aa; /* Link color */
  font-weight: 600; /* Slightly bolder links for emphasis */
  text-decoration: none;
  transition: color 0.3s ease;
}

.widget:not(.widget_polylang) ul li a:hover {
  color: #005a8b; /* Darker color on hover */
}

footer {
  margin-top: 30px;
  text-align: center;
	  clear: both;
  position: relative; /* Ensure the footer stays after the content */
  width: 100%; /* Make it span the full width of the page */
  bottom: 0; /* Stick to the bottom of the content */
}
footer .footer_top {
  background: linear-gradient(
    135deg,
    var(--footer-top-bg) 0,
    var(--footer-top-bg) 100%
  );
  padding: 30px 0 20px 0;
  color: var(--footer-top-txt);
}
footer .ftr_links {
  text-align: center;
}
footer .ftr_links a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin: 2px 5px;
}
footer .ftr_links a:after {
  content: "|";
  color: rgba(255, 255, 255, 0.2);
  padding-left: 15px;
}
footer .ftr_links a:last-child:after {
  content: "";
}
footer .footer_bottom {
  background: var(--footer-bottom-bg);
  color: var(--footer-bottom-txt);
  padding: 15px;
}
.suprt_box h2 {
  color: #212121;
  font-size: 1.25604rem;
  text-align: center;
  line-height: 1.47343rem;
}
.suprt_box .suprt_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.suprt_box .suprt_list .suprt_item {
  width: 14.66%;
  margin: 1%;
  text-align: center;
}
.suprt_box .suprt_list .suprt_item p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin: 5px 0 15px 0;
}
@media (max-width: 1020px) {
  .suprt_box .suprt_list .suprt_item {
    width: 18%;
  }
}
@media (max-width: 800px) {
  .suprt_box .suprt_list .suprt_item {
    width: 23%;
  }
}
@media (max-width: 600px) {
  .suprt_box .suprt_list .suprt_item {
    width: 31.33%;
  }
}
@media (max-width: 480px) {
  .suprt_box .suprt_list .suprt_item {
    width: 48%;
  }
}
@media (max-width: 320px) {
  .suprt_box .suprt_list .suprt_item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.faqs_box {
  width: 100%;
  background: #212121;
  text-align: center;
  float: left;
}
.faqs_box h2 {
  margin: 0 auto 61px;
  text-align: center;
  padding-top: 1.8599rem;
  font-size: 1.25604rem;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  letter-spacing: 0.12077rem;
  background: linear-gradient(
    334deg,
    var(--faq-1) 0,
    var(--faq-2) 50%,
    var(--faq-3) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faqs_box .faq-list {
  margin-bottom: 0.65217rem;
}
.faqs_box .bl-title {
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 0.57971rem;
  line-height: 0.67633rem;
  color: #fff;
  letter-spacing: 0;
}
.faqs_box .bl-title span:nth-child(1) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333;
  height: 0.72464rem;
  width: 0.72464rem;
  border-radius: 50%;
  font-size: 0.48309rem;
  color: #fff;
  letter-spacing: 0;
  margin-right: 0.22464rem;
}
.faqs_box .bl-content {
  margin: 0 auto;
  margin-top: 0.31401rem;
  margin-bottom: 1.47343rem;
  display: flex;
  align-items: center;
}
.faqs_box .bl-content .bl-text {
  padding: 0.36232rem 0.28986rem;
  font-size: 0.33816rem;
  color: #e3e3e3;
  letter-spacing: 0;
  line-height: 0.43478rem;
  text-align: left;
  background: #333;
  border-radius: 0.24155rem;
}
.faqs_box .bl-content .triangle-left {
  width: 0;
  height: 0;
  position: relative;
  left: -0.60386rem;
  z-index: 1;
  margin-bottom: -1.20773rem;
  top: -0.36232rem;
  border: 0.62802rem solid transparent;
  border-top: 0.62802rem solid #333;
  border-radius: 0.36232rem;
}
.faqs_box .bl-content .answ {
  font-size: 13px;
  line-height: 0.45894rem;
  border-radius: 0.50725rem;
  border-top-left-radius: 0;
  margin-left: 0.12077rem;
  position: relative;
}
#ScrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  background: linear-gradient(135deg, var(--gotop-bg) 0, var(--gotop-bg) 100%);
  color: var(--gotop-bg-txt);
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
}
#ScrollToTop:hover {
  filter: brightness(85%);
}
.more_link {
  color: var(--more-link-txt);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 10%;
  border-radius: 5px;
  margin: 10px auto 0;
  text-transform: uppercase;
  border: 1px solid var(--more-link-border);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(
    135deg,
    var(--more-link-bg) 0,
    var(--more-link-bg) 100%
  );
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
  display: inline-block;
}
.more_link:hover {
  background: #fff;
  color: #182e7c !important;
}
.blog_wrap {
  width: 100%;
  margin: 0 auto;
}
.blog_wrap .blog_item {
  width: 100%;
  border-bottom: 0.02415rem solid #ededed;
  padding: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
}
.blog_item .bl_content {
  width: 75%;
}
.blog_item .bl_content .bl_title {
  text-align: left;
  font-size: 0.57971rem;
  font-weight: 700;
  color: #000;
  line-height: 0.67633rem;
}
.blog_item .bl_content .bl_text {
  height: 2.31884rem;
  overflow: hidden;
  text-align: left;
  font-size: 0.38647rem;
  font-weight: 400;
  color: #757575;
  line-height: 0.57971rem;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.blog_item .bl_img {
  padding-left: 15px;
  width: 25%;
}
.blog_item .bl_img img {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.blog_wrap .blog_item:hover {
  background: var(--blog-hover);
}
@media (max-width: 800px) {
  .blog_item .bl_img {
    width: 32%;
  }
}
@media (max-width: 600px) {
  .blog_item .bl_img {
    width: 38%;
  }
}
.youtube_embed {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube_embed img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube_embed .yt_play_btn {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube_embed .yt_play_btn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube_embed .yt_play_btn,
.youtube_embed img {
  cursor: pointer;
}
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before,
.youtube_embed iframe,
.youtube_embed img {
  position: absolute;
}
.youtube_embed .yt_play_btn,
.youtube_embed .yt_play_btn:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube_embed iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.social_sharer {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.social_sharer .ss_btn {
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 15%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: inset 0 -4px 0 rgb(0 0 0 / 20%);
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.social_sharer .ss_btn i {
  font-size: 22px;
  line-height: 50px;
}
.social_sharer .ss_btn.facebook {
  background: #3a579a;
}
.social_sharer .ss_btn.twitter {
  background: #00abf0;
}
.social_sharer .ss_btn.reddit {
  background: #d63c1a;
}
.social_sharer .ss_btn.pinterest {
  background: #cd1c1f;
}
.social_sharer .ss_btn.whatsapp {
  background: #5cbe4a;
}
.cnt_box i {
  font-style: italic;
}
.cnt_box u {
  text-decoration: underline;
}
.cnt_box a {
  text-decoration: underline !important;
}
.cnt_box ol,
.cnt_box ul {
  padding-left: 20px !important;
  margin-bottom: 10px !important;
  text-align: left;
}
.cnt_box ol {
  list-style: decimal !important;
}
.cnt_box ul {
  list-style: disc !important;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.full {
  width: 100% !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.vam {
  vertical-align: middle;
}
.ac {
  text-align: center !important;
}
.aj {
  text-align: justify !important;
}
.db {
  display: block !important;
}
.dib {
  display: inline-block !important;
}
.rtl {
  direction: rtl !important;
}
.ltr {
  direction: ltr !important;
}
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.fs17 {
  font-size: 17px;
}
.txt_red {
  color: #c14d44 !important;
}
.txt_green {
  color: #063f4f !important;
}
.txt_suc {
  color: green;
}
.txt_err {
  color: #c14d44;
}
.txt_blue {
  color: #084888 !important;
}
.txt_gray {
  color: #333 !important;
}
.txt_white {
  color: #fff !important;
}
.txt_black {
  color: #000 !important;
}
.txt_orange {
  color: #f29423 !important;
}
.blue_bg {
  background: #f1f5fd;
  float: left;
  width: 100%;
  padding: 15px 0;
}
.hwa {
  height: auto !important;
  width: auto !important;
}
.box-file {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.box-file > .foot {
  padding-top: 0;
  margin-top: 2.25rem;
}
.box-file > .spec {
  opacity: 0.65;
  margin-top: 0;
  font-size: 0.875rem;
}
@media (max-width: 500px) {
  .box-file > .spec {
    display: inline-block;
    text-align: left;
  }
  .box-file > .spec > li {
    display: block;
    margin-right: 0 !important;
  }
}
.box-file > .title {
  margin-bottom: 2.25rem;
  font-size: 1.25rem;
}
.box-file .btn {
  height: 4rem;
  line-height: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.25rem;
}
.timer {
  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: #357e38;
  box-shadow: 0 0.25rem 1rem 0 rgba(58, 121, 50, 0.25),
    0 0 0 0.5rem rgba(104, 203, 91, 0.15);
  text-align: center;
}
.timer::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3rem 0 0 -3rem;
  width: 6rem;
  height: 6rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path fill='%23fff' d='M24,46A22,22,0,0,1,24,2V0A24,24,0,1,0,48,24H46A22,22,0,0,1,24,46Z'/></svg>");
  background-size: 100% 100%;
  opacity: 0.5;
  animation: load-rotate 2s infinite linear;
}
@keyframes load-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.gtranslate_wrapper {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.gt_selector {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  font-size: 0.4rem;
}
@media (min-width: 1024px) {
  .gt_selector option {
    font-size: 0.4rem;
  }
}
.primaryimage {
  margin-top: 0;
  margin-bottom: 30px;
}
.primaryimage img {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full_gray_box .app.clickable:hover {
  background: #fff;
}
.blog_head {
  text-align: center;
  font-weight: 700;
}
figure {
  text-align: center;
}
.main_head {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}
.date_line {
  color: #6c757d;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}
.blog_inn {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .blog_inn {
    width: 100%;
  }
}
.snaptube-ads {
  width: 100%;
  height: auto;
  clear: both;
  text-align: center;
  margin: 10px auto;
}
.rtl {text-align: right !important}
/* Style the Polylang dropdown */

.pll-switcher-select , .lang_box_1{
    width: 100% !important;
    height: 34px !important;
    border-radius: 3px !important;
	background: transparent !important;
	text-align: center;
    font-size: 14px;
}
article.post{
	margin-bottom: 20px
}
.entry-meta{
	margin-bottom: 5px
}
/* Post Navigation Styling */
.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.post-navigation a {
    text-decoration: none;
    padding: 10px 20px;
    color: #ecf1f3;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.post-navigation a:hover {
    background-color: #ecf1f3;
    color: #fff;
    border-color: #ecf1f3;
}

.post-navigation .nav-previous {
    text-align: left;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-previous a::before {
    content: "« ";
}

.post-navigation .nav-next a::after {
    content: " »";
}

.post-navigation .nav-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 5px;
}

.post-navigation .nav-subtitle {
    font-size: 14px;
    color: #777;
}

/* Responsive Styling */
@media (max-width: 600px) {
    .post-navigation {
        flex-direction: column;
        text-align: center;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Basic Comment Section Styling */
.comments-area {
    margin-top: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.comments-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

/* Comment List */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .comment {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-metadata {
    font-size: 12px;
    color: #777;
}

.comment-content {
    margin-top: 10px;
    line-height: 1.6;
    color: #555;
}

.comment-reply-link {
    font-size: 12px;
    color: #0073aa;
    text-decoration: none;
}

.comment-reply-link:hover {
    color: #005177;
}

/* Comment Form */
.comment-form {
    margin-top: 40px;
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.comment-form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.comment-form input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.comment-form input[type="submit"]:hover {
    background-color: #005177;
}
#flag-display img {
    width: 16px;
    height: auto;
    margin-left: 10px;
}
.widget_polylang label{display: none}

.widget_polylang h2{display: none}