@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}



body {
  font-family: var(--font-family-sans-serif) !important;
}


.seo-text {
  padding-bottom: 15px;
}

.ftrc {
  background-color: #ffffff !important;
}

.ftrcc {
  background-color: white !important;
  border-top: 0.2px solid gray;
}

.ftrcolor {
  color: black;
}



ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.site {
  padding-top: 65px !important;
}

.bg-light {
  background-color: #ffffff !important;
}



.mg-card-wrap {
  margin-bottom: 12px;
}


.mg-card {
  display: flex;
  align-items: center;
  gap: 12px;

  background: #fff;
  border-radius: 14px;
  border: 1px solid #f0f0f0;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);

  padding: 12px;

  text-decoration: none;
  color: inherit;

  transition: all 0.25s ease;
}


.mg-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}


.mg-icon img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
}


.mg-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #eee;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  color: #666;
}


.mg-content {
  flex: 1;
}


.mg-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
}


.mg-meta {
  font-size: 13px;
  color: #777;
}


.mg-mod {
  font-size: 13px;
  color: #ff3b30;
  margin-top: 2px;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block;
}




.rtk-card {
  min-width: 260px;
  max-width: 260px;
}


.rtk-card-img {
  position: relative;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
}

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


.rtk-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 10px;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}


.rtk-app-icon {
  height: 42px;
  width: 42px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}


.rtk-app-icon {
  height: 56px;
  width: 56px;
  border-radius: 16px
}



.rtk-app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rtk-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.rtk-cat {
  font-size: 12px;
  color: #ddd;
}


.rtk-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-right: 20px;
}

.rtk-scroll::-webkit-scrollbar {
  display: none;
}


.rtk-section-head h2 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 10px
}


.rtk-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.rtk-view-all {
  font-size: 13px;
  font-weight: 600;
  color: #ff0000;
  text-decoration: none;

  display: flex;
  align-items: center;
  gap: 4px;

  transition: 0.25s ease;
}


.rtk-view-all .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}


.rtk-view-all:hover {
  opacity: 0.8;
}

.rtk-view-all:hover .arrow {
  transform: translateX(4px);
}


@media (max-width: 768px) {
  .rtk-view-all {
    font-size: 12px;
  }
}


.rtk-home-section {
  margin-bottom: 25px;

}


.rtk-scroll {
  padding-bottom: 5px;

}


.rtk-scroll::after {
  content: "";
  display: block;
  min-width: 5px;
}



.kg-share {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.kg-share--responsive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}


.kg-share li {
  width: 100%;
}


.kg-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  width: 100%;
  padding: 10px 0;

  font-size: 13px;
  font-weight: 500;
  text-decoration: none;

  border-radius: 12px;
  border: 1px solid #eee;

  background: #fff;
  color: #222;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

  transition: all 0.25s ease;
}


.kg-share {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}


.kg-share--responsive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.kg-share li {
  width: 100%;
}


.kg-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  width: 100%;
  padding: 10px 0;

  font-size: 13px;
  font-weight: 500;
  text-decoration: none;

  border-radius: 12px;
  border: 1px solid #eee;

  background: #fff;
  color: #222;

  transition: all 0.25s ease;
}


.kg-share__icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}


.kg-share__link:hover {
  transform: translateY(-2px);
}

.kg-share__link--whatsapp:hover {
  background: #25D366;
  color: #fff;
}

.kg-share__link--facebook:hover {
  background: #1877F2;
  color: #fff;
}

.kg-share__link--twitter:hover {
  background: #000;
  color: #fff;
}

.kg-share__link--telegram:hover {
  background: #229ED9;
  color: #fff;
}

.kg-share__link--email:hover {
  background: #EA4335;
  color: #fff;
}


@media (max-width: 768px) {
  .kg-share--responsive {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .kg-share--responsive {
    grid-template-columns: 1fr;
  }
}








.site-footer {
  background: #ffffff !important;
  padding: 20px 0 10px !important;
}

.site-footer h4 {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  color: #111 !important;
}



.site-footer .menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}

.site-footer .menu li a {
  font-size: 13px !important;
  color: #777 !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}


.site-footer .menu li a:hover {
  color: #ff3b30 !important;
  transform: translateX(4px) !important;
}







.site-footer h4 svg {
  width: 14px !important;
  height: 14px !important;
  opacity: 0.7 !important;
}



.ftrcc {
  color: #fff !important;
  border-top: 0.2px solid gray !important;
  padding: 10px 0 !important;
  font-size: 12px !important;
}



.site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-footer::after {
  display: none !important;
}



.site-footer section {
  opacity: 0;
  transform: translateY(20px);
  animation: footerFade 0.6s ease forwards;
}

.site-footer section:nth-child(1) {
  animation-delay: 0.1s;
}

.site-footer section:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes footerFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 768px) {

  .site-footer .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .site-footer .col-12.col-md-6 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

}







.related-heading {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
  line-height: 1.3;
}


.related-head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}


.related-view-all {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #ff2e2e;
  text-decoration: none;
  transition: all 0.3s ease;
}


.related-view-all svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}


.related-view-all:hover svg {
  transform: translateX(4px);
}


.related-view-all:hover {
  opacity: 0.8;
}


.related-heading-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;


  color: #ff3b30;


  filter: drop-shadow(0 2px 6px rgba(255, 59, 48, 0.3));
}


.related-heading span {
  display: inline-block;
  color: #222;


  background: linear-gradient(90deg, #111, #444);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media (max-width: 768px) {
  .related-heading {
    font-size: 15px;
    gap: 8px;
  }

  .related-heading-icon {
    width: 16px;
    height: 16px;
  }
}


.related-slider {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}



.related-card {
  flex: 0 0 30%;
  max-width: 30%;
}


.related-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 140px;

  padding: 12px 8px;
}


.related-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin-bottom: 6px;
}


.related-name {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #222;

  height: 32px;

  line-height: 16px;

  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.related-rating {
  margin-top: auto;

  font-size: 11px;
  text-align: center;
  color: #888;
}


@media (max-width: 768px) {
  .related-card {
    flex: 0 0 calc(33.33% - 10px);
  }
}


@media (min-width: 769px) and (max-width: 1024px) {
  .related-card {
    flex: 0 0 calc(25% - 12px);
  }
}


@media (min-width: 1025px) {
  .related-card {
    flex: 0 0 150px;
  }
}




.mg-rating-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 16px 18px;
  margin: 22px 0;

  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #fafafa);
  border: 1px solid #eee;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  position: relative;
}


.mg-rating-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;

}


.mg-rating-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}


.mg-rating-scorebox {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.mg-rating-number {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mg-rating-outof {
  font-size: 13px;
  color: #999;
}


.mg-rating-action {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  gap: 10px;
  flex-direction: row;
}


.rating.jq-ry-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  width: 120px !important;
  margin: 0 !important;
  cursor: pointer;
  transition: transform 0.2s ease;
}


.rating.jq-ry-container:hover {
  transform: scale(1.08);
}


.rating.jq-ry-container svg {
  filter: drop-shadow(0 2px 4px rgba(255, 170, 0, 0.35));
  transform: translateY(1px);
}


.mg-rating-meta {
  font-size: 13px;
  color: #888;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.9;
}


.mg-rating-alert {
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}


@media (max-width: 768px) {

  .mg-rating-wrap {
    padding: 14px;
  }

  .mg-rating-number {
    font-size: 24px;
  }

  .rating.jq-ry-container {
    width: 100px !important;
  }

  .mg-rating-action {
    gap: 8px;
  }

  .mg-rating-meta {
    font-size: 12px;
  }
}




article.bg-white {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}


article {
  max-width: 880px;
  margin: auto;
}


article>* {
  margin-bottom: 18px;
}


.entry-content {
  line-height: 1.7;
  font-size: 15px;
}



.btn {
  border-radius: 12px;
}


@media (min-width: 992px) {

  .container {
    max-width: 1200px !important;

  }


  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }


  article,
  #primary,
  .content-area {
    max-width: 100% !important;
  }
}




.mg-readmore-wrap {
  position: relative;
}


.mg-content-preview {
  max-height: 180px;

  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}


.mg-content-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}


.mg-readmore-wrap.active .mg-content-preview {
  max-height: none;
}

.mg-readmore-wrap.active .mg-content-preview::after {
  display: none;
}


.mg-readmore-btn {
  margin-top: 10px;
  background: none;
  border: none;
  color: #ff3b30;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}


.mg-readmore-btn:hover {
  opacity: 0.8;
}


@media (max-width: 768px) {
  .mg-content-preview {
    max-height: 150px;
  }
}

.faq-box {
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  padding: 10px 0;
}


.faq-title {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 16px;
  color: #222;
}


.faq-item {
  border-top: 1px solid #f2f2f2;
}


.faq-question {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}


.faq-question::after {
  content: "+";
  position: absolute;
  right: 16px;
  font-size: 18px;
  transition: 0.2s;
}


.faq-item.active .faq-question::after {
  content: "−";
}


.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 13px;
  color: #555;
  padding: 0 16px;
  transition: all 0.3s ease;
}


.faq-item.active .faq-answer {
  max-height: 120px;
  padding-bottom: 12px;
}






.ps-app {
  padding: 16px;
}


.ps-header {
  display: flex;
  gap: 14px;
  align-items: center;
}

.ps-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}


.ps-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  color: #111;
}

.ps-dev {
  font-size: 13px;
  color: #1a73e8;
  margin-top: 3px;
}

.ps-mod {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}


.ps-stats {
  display: flex;
  gap: 22px;
  margin-top: 18px;
  padding: 14px 12px;

  border-radius: 18px;
  background: #f6f7f8;

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 12px rgba(0, 0, 0, 0.05);
}



.ps-stats {
  margin-bottom: 16px;
}




.ps-stats::-webkit-scrollbar {
  display: none;
}

.ps-stat {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: max-content;
  flex-shrink: 0;
  position: relative;
}


.ps-value {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1;

  display: flex;
  align-items: center;
}


.ps-link {
  text-decoration: none;
  color: inherit;
}


.ps-play:hover .ps-icon-svg,
.ps-play:hover .ps-link {
  color: #1a73e8;
}


.ps-stat {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  min-width: 70px;
  flex-shrink: 0;

  position: relative;
}


.ps-icon-svg {
  width: 22px;
  height: 22px;
  color: #666;
  margin-bottom: 5px;
  transition: all 0.25s ease;
}


.ps-value {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}


.ps-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: #ddd;
}


.ps-stat:hover .ps-icon-svg {
  color: #1a73e8;
  transform: translateY(-2px) scale(1.08);
}


@media (max-width: 480px) {

  .ps-icon {
    width: 64px;
    height: 64px;
  }

  .ps-title {
    font-size: 16px;
  }

  .ps-stats {
    gap: 18px;
    padding: 12px 10px;
  }

  .ps-stat {
    min-width: 65px;
  }

  .ps-icon-svg {
    width: 20px;
    height: 20px;
  }

  .ps-value {
    font-size: 13px;
  }
}






@media (min-width: 768px) {


  .ps-stats {
    justify-content: space-between;
    overflow-x: visible;

    padding: 16px 18px;
    gap: 0;
  }

  .ps-stat {
    flex: 1;
    min-width: auto;
  }


  .ps-stat:not(:last-child)::after {
    right: 0;
    height: 32px;
  }


  .ps-icon-svg {
    width: 24px;
    height: 24px;
  }

  .ps-value {
    font-size: 15px;
  }

}




.ps-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}


.ps-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ps-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.75) 100%);
}


.ps-hero-overlay {
  position: absolute;
  bottom: 12px;
  left: 16px;
  right: 16px;
  z-index: 2;
  color: #fff;
}


.ps-breadcrumb {
  font-size: 13px;
  margin-bottom: 10px;
  opacity: 0.9;
}


.ps-breadcrumb a {
  color: #ddd;
  text-decoration: none;
}

.ps-breadcrumb a:hover {
  color: #fff;
}


@media (max-width: 480px) {
  .ps-breadcrumb {
    font-size: 12px;
  }

}

@media (min-width: 720px) {
  .ps-breadcrumb {
    margin-bottom: 35px;

  }
}



.ps-app {
  margin-top: -60px;

  background: #fff;
  border-radius: 22px 22px 0 0;
  padding: 18px;

  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}


.ps-header {
  display: flex;
  gap: 14px;
  align-items: center;
}


.ps-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;

  border: 4px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}


.ps-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}


@media (max-width: 480px) {

  .ps-hero {
    height: 170px;
  }

  .ps-app {
    margin-top: -40px;
    border-radius: 18px 18px 0 0;
  }

}




.ps-screenshots {
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}


.ps-ss-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.ps-ss-icon {
  width: 18px;
  height: 18px;
  color: #ff0000;
}


.ps-ss-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 0px 4px 0px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}


.ps-ss-scroll::-webkit-scrollbar {
  display: none;
}


.ps-ss-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: visible;
  position: relative;
}


.ps-ss-item img {
  height: 250px;

  width: auto;

  object-fit: cover;

  border-radius: 16px;
  display: block;


  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  transition: 0.25s ease;
}


.ps-ss-item:hover img {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
}


@media (max-width: 480px) {

  .ps-ss-item img {
    height: 200px;
  }

}



html,
body {
  background: #fff !important;
  height: 100%;
}


#page,
.site,
#content,
.site-content {
  background: #fff !important;
  min-height: 100%;
}


.dl-clean {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}


body::after {
  content: "";
  display: block;
  height: 40px;

  background: #fff;
}





.rtk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  margin: 0;

  font-size: 13px;
  list-style: none;

  background: transparent;
}


.rtk-breadcrumb li {
  display: flex;
  align-items: center;
  color: #666;
}


.rtk-breadcrumb a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}

.rtk-breadcrumb a:hover {
  text-decoration: underline;
}


.rtk-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin: 0 6px;
  color: #bbb;
  font-size: 14px;
}


.rtk-breadcrumb li:last-child {
  color: #111;
  font-weight: 500;
}


@media (max-width: 480px) {
  .rtk-breadcrumb {
    font-size: 12px;
    gap: 4px;
    padding: 8px 12px;
  }

  .rtk-breadcrumb li:not(:last-child)::after {
    margin: 0 4px;
  }
}




.rtk-download-header {
  text-align: center;
  margin: 20px 0 24px;
}


.rtk-app-icon {
  width: 90px;
  height: 90px;
  border-radius: 22px;
  object-fit: cover;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}


.rtk-app-title {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 6px;
  color: #111;
}


.rtk-app-sub {
  font-size: 13px;
  color: #666;
  margin: 0;
}


@media (max-width: 480px) {
  .rtk-app-icon {
    width: 80px;
    height: 80px;
  }

  .rtk-app-title {
    font-size: 16px;
  }
}




.rtk-rec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 0 10px;
}


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


.rtk-rec-title {
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 16px;
  font-weight: 600;
  color: #111;
}


.rtk-rec-title svg {
  width: 18px;
  height: 18px;
  color: #ff0000;
}


.rtk-rec-more {
  font-size: 13px;
  color: #666;
  text-decoration: none;

  display: flex;
  align-items: center;
  gap: 4px;
}


.rtk-rec-more .rtk-arrow {
  font-size: 16px;
  color: #999;
  transition: 0.2s;
}


.rtk-rec-more:hover {
  color: #ff0000;
}

.rtk-rec-more:hover .rtk-arrow {
  transform: translateX(3px);
  color: #ff0000;
}


.rtk-rec .row {
  margin-left: -8px;
  margin-right: -8px;
}

.rtk-rec .row>* {
  padding-left: 8px;
  padding-right: 8px;
}


@media (max-width: 480px) {

  .rtk-rec-title {
    font-size: 15px;
  }

  .rtk-rec-more {
    font-size: 12px;
  }

}




.rtk-dl-wrap {
  max-width: 480px;
  margin: 30px auto;
  text-align: center;
}


.rtk-dl-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  border: 1px solid #eee;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}


.rtk-dl-top h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.rtk-dl-top p {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}


.rtk-progress {
  height: 5px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 14px;
}

.rtk-bar {
  height: 100%;
  width: 0;
  background: #ff0000;
  animation: loadBar linear forwards;
}


.rtk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 14px;

  width: 100%;
  padding: 13px;

  background: #ff0000;
  color: #fff;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  transition: 0.2s;
}

.rtk-btn:hover {
  color: #fff;
  background: transparent;
  border: 0.5px solid black;
}


.rtk-btn svg {
  width: 18px;
  height: 18px;
}


.rtk-safe {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
}


.rtk-tele {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  color: #0088cc;
  text-decoration: none;
}


@keyframes loadBar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}



.rtk-tele {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-top: 12px;

  font-size: 13px;
  color: #0088cc;
  text-decoration: none;
}


.rtk-tele svg {
  width: 16px;
  height: 16px;
}


.rtk-tele:hover {
  opacity: 0.8;
}


.text-star {
  margin-top: 3px;
  --tw-text-opacity: 1;
  color: rgb(232 113 10 / var(--tw-text-opacity, 1));
}

.w-7 {
  width: 1.75rem;
}

.h-7 {
  height: 1.75rem;
}


.rtk-404 {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;


  padding: 60px 16px 80px;
}


.rtk-404-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rtk-404-icon svg {
  width: 36px;
  height: 36px;
  color: #ef4444;
}


.rtk-404-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}


.rtk-404-desc {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 28px;
}


.rtk-404-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}


.rtk-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}

.rtk-btn-primary:hover {
  background: #e60000;
}


.rtk-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 14px;
  background: #f3f4f6;
  color: #111;
  text-decoration: none;
  transition: 0.25s;
}

.rtk-btn-secondary:hover {
  background: #e5e7eb;
}


.rtk-btn-primary svg,
.rtk-btn-secondary svg {
  width: 16px;
  height: 16px;
}


@media (max-width: 768px) {

  .rtk-404 {
    padding: 40px 14px 60px;
  }

  .rtk-404-title {
    font-size: 22px;
  }

  .rtk-404-desc {
    font-size: 14px;
  }

}



.search-modern-wrap {
  background: #fff;
  padding: 30px 0 20px;
}


.search-header h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.search-header span {
  color: #ff0000;
}


.search-modern-wrap .border,
.search-modern-wrap .shadow-sm,
.search-modern-wrap .rounded {
  border: none !important;
  box-shadow: none !important;
}


.search-empty-box {
  text-align: center;
  padding: 60px 20px;
}


.search-empty-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-empty-icon svg {
  width: 34px;
  height: 34px;
  color: #9ca3af;
}


.search-empty-box h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.search-empty-box p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 18px;
}


.search-home-btn {
  display: inline-block;
  padding: 10px 18px;
  background: #ff0000;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.25s;
}

.search-home-btn:hover {
  background: #e60000;
}


@media (max-width: 768px) {

  .search-modern-wrap {
    padding: 20px 0;
  }

  .search-header h1 {
    font-size: 18px;
  }

  .search-empty-box {
    padding: 40px 15px;
  }

}




.rtk-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 16px;

  background: linear-gradient(135deg, #ff0000, #ff3b3b);
  color: #fff;

  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 6px 18px rgba(255, 0, 0, 0.25);

  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}


.rtk-download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.35);
}


.rtk-download-btn:active {
  transform: scale(0.97);
}


.rtk-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rtk-btn-icon svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}


.rtk-download-btn:hover svg {
  transform: translateY(2px);
  color: white;
}


.rtk-btn-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
}

.rtk-btn-text small {
  font-size: 12px;
  opacity: 0.85;
}


.rtk-download-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: all 0.6s ease;
}

.rtk-download-btn:hover::after {
  left: 120%;
}


@media (max-width: 768px) {

  .rtk-download-btn {
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 14px;
  }

  .rtk-btn-icon svg {
    width: 18px;
    height: 18px;
  }

}



.rtk-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px
}


.rtk-acc-item {
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}


.rtk-acc-header {
  color: white;
  width: 100%;
  padding: 14px 16px;
  border: none;
  background: #f70a0a;
  background: linear-gradient(90deg, rgba(247, 10, 10, 1) 0%, rgba(255, 127, 36, 1) 100%);

  display: flex;
  justify-content: space-between;
  align-items: center;

  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.rtk-acc-header small {
  font-weight: 400;
  color: #6b7280;
  margin-left: 6px;
  color: black
}


.rtk-acc-header svg {

  width: 18px;
  height: 18px;
  transition: 0.3s;
}


.rtk-acc-header:not(.collapsed) svg {
  transform: rotate(180deg);
}


.rtk-acc-body {
  display: none;
}

.rtk-acc-item.active .rtk-acc-body {
  display: block;
}

.rtk-acc-header svg {
  transition: transform 0.3s ease;
}

.rtk-acc-item.active .rtk-acc-header svg {
  transform: rotate(180deg);
}

.rtk-mod-info {
  background: #f3f4f6;
  padding: 10px 14px;
  font-size: 13px;
  color: #374151;
}


.rtk-download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 14px;
  text-decoration: none;
  color: #111;

  transition: 0.25s;
}

.rtk-download-item:hover {
  background: #f9fafb;
}


.rtk-dl-left {
  display: flex;
  align-items: center;
  gap: 12px;
}


.rtk-dl-icon {
  width: 40px;
  height: 40px;
  background: #ffecec;
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.rtk-dl-icon svg {
  width: 18px;
  height: 18px;
  color: #ff0000;
}


.rtk-dl-title {
  font-size: 14px;
  font-weight: 600;
}

.rtk-dl-sub {
  font-size: 12px;
  color: #6b7280;
}


.rtk-dl-size {
  font-size: 13px;
  color: #6b7280;
}


@media (max-width: 768px) {

  .rtk-dl-icon {
    width: 34px;
    height: 34px;
  }

  .rtk-dl-title {
    font-size: 13px;
  }

}





.rtk-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

  display: flex;
  justify-content: space-around;
  align-items: center;

  /* Glass effect */
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-top: 1px solid rgba(0, 0, 0, 0.08);

  padding: 8px 0;
  z-index: 9999;
}

.rtk-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;

  font-size: 11px;
  color: #6b7280;
  text-decoration: none;

  transition: 0.25s ease;
}

.rtk-nav-item svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;

  /* 🔥 Smooth zoom animation */
  transition: transform 0.2s ease;
}

/* Hover zoom */
.rtk-nav-item:hover svg {
  transform: scale(1.15);
}

/* Active tab zoom */
.rtk-nav-item.active {
  color: #ff0000;
}

.rtk-nav-item.active svg {
  transform: scale(1.2);
}

/* Click press effect */
.rtk-nav-item:active {
  transform: scale(0.95);
}

.rtk-nav-item:active svg {
  transform: scale(0.9);
}

body {
  padding-bottom: 65px;
}

@media (min-width: 992px) {
  .rtk-bottom-nav {
    display: none;
  }

  body {
    padding-bottom: 0;
  }
}