 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
html{
	margin: 0px !important;
}
  body {
    font-family: 'Arial', sans-serif;
  }

  a {
    text-decoration: none;
  }
.af-button{
	display: none;
}
/* Nav container */
/* Nav container */
.yono-secondary-nav {
  background-color: #0d2845;
  padding: 6px 0;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.yono-secondary-nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Menu List */
.yono-secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* List items */
.yono-secondary-menu li {
  flex: 0 0 auto;
  margin: 0 4px;
}

/* Menu links */
.yono-secondary-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  padding: 7px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.3s ease;
}

/* Hover effect */
.yono-secondary-menu li a:hover {
  background-color: #e2e2e2;
}

/* Font Awesome icons before text */
.yono-secondary-menu li.menu-home a::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
}

.yono-secondary-menu li.menu-about a::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
}

.yono-secondary-menu li.menu-contact a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
}

.yono-secondary-menu li.menu-disclaimer a::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
}

.yono-secondary-menu li.menu-telegram a::before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
}

/* Responsive adjustments for 768px and below */
@media (max-width: 768px) {
  .yono-secondary-menu li a {
    padding: 6px 10px;
    font-size: 13px;
    gap: 6px;
  }

  .yono-secondary-menu li a::before {
    font-size: 13px;
    margin-right: 4px;
  }
}

/* 480px and below */
@media (max-width: 480px) {
      .yono-secondary-menu li a {
        padding: 0px 6px;
        font-size: 9.5px;
        gap: 5px;
    }

  .yono-secondary-menu li a::before {
    font-size: 12px;
    margin-right: 3px;
  }

  .yono-secondary-nav {
    padding: 4px 0;
  }

  .yono-secondary-menu li {
    margin: 0 3px;
  }
	.yono-title h1 {
    font-size: 14px !important;
	}		
}




  /* ===== Header Section ===== */
  .yono-header {
    background: linear-gradient(to bottom, #4a7ba0, #0a2e50);
    color: #fff;
    padding: 10px 0;
  }

  .yono-flex {
	margin: 0px 20px;  
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .yono-logo img {
    width: 40px;
    height: auto;
	border-radius: 8px
  }

  .yono-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .yono-telegram a {
    display: flex;
    align-items: center;
    background: #00b2ff;
    color: white;
    border-radius: 50px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .yono-telegram img {
    width: 20px;
    margin-right: 5px;
  }

  .yono-menu {
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .yono-menu i {
    font-size: 18px;
  }

  /* ===== Collapsible Menu ===== */
  .yono-hidden-menu {
    display: none;
    background: #e0e0e0;
    padding: 30px 20px;
    text-align: center;
  }

  .yono-hidden-menu.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .yono-hidden-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .yono-hidden-menu li {
    flex: 1 1 calc(33.33% - 40px);
    max-width: 300px;
  }

  .yono-hidden-menu a {
    display: block;
    background: linear-gradient(to right, #120f3b, #69bce8);
    color: white;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.3s;
  }

  .yono-hidden-menu a i {
    margin-right: 8px;
  }

  .yono-hidden-menu a:hover {
    opacity: 0.85;
  }
 .banner-img {
    width: 100%;
    height: auto;
/*     margin-bottom: 10px; */
  }

  .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .tab {
	  text-align: center;
    width: 50%;
    padding: 10px 20px;
    background-color: #003366;
    color: white;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ccc;
  }

  .tab.active {
    background-color: #1e90ff;
  }


  .app-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
/*     max-width: 900px; */
  }

  .app-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    gap: 10px;
  }

  .app-icon-container img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }

  .app-details {
    flex: 1;
  }

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

  .bonus-amount {
  display: block;
  font-size: 14px;
  color: #d10000; /* red */
  font-weight: 600;
}

.withdrawal-amount{
  display: block;
  font-size: 14px;
  color: #018c1a; /* green */
  font-weight: 600;
}
.bonus-amount i,
.withdrawal-amount i {
  margin-right: 5px;
}

  .download-button {
    background: linear-gradient(to bottom, #4a90ff, #0055cc);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 1px 1px 3px #0003;
  }

  .download-button:hover {
    background: #004bb5;
  }

  @media (max-width: 768px) {
    .app-item {
/*       flex-direction: column; */
      align-items: flex-start;
    }
    .app-icon-container {
      margin-bottom: 10px;
    }
    .download-button {
      width: 100%;
    }
  }
.app-icon {
    height: 60px !important;
    width: 60px !important;
}
.game-download-button{
	padding: 10px 14px !important;
}

  .app-list {
    display: none;
  }

  .app-list.show {
    display: block;
  }

.custom-footer {
    background: linear-gradient(to bottom, #3b5a78, #001f3f);
    color: white;
    padding: 20px;
    text-align: center;
    font-family: sans-serif;
}

.footer-telegram-box, .footer-share-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f8ff;
    padding: 10px;
    border: 1px solid #004d7a;
    margin-bottom: 10px;
    border-radius: 5px;
}

.footer-share-box {
    background: #eaffea;
    border: 1px solid #0d7a35;
    color: #0d7a35;
}

.footer-telegram-box i,
.footer-share-box i {
    margin-right: 5px;
}

.btn {
    padding: 8px 15px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #004d7a;
    color: white;
}

.btn-success {
    background-color: #1b783f;
    color: white;
}

.footer-links {
    margin-top: 20px;
}

.footer-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: underline;
    font-weight: bold;
}

.footer-telegram-link {
    margin: 20px 0;
    font-size: 1.1em;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 0.9em;
    color: #ccc;
}
.group-card {
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f0f8ff;
  transition: all 0.3s ease-in-out;
}
.group-card-1 {
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
/*   margin-bottom: 20px; */
  overflow: hidden;
  background-color: #f0f8ff;
  transition: all 0.3s ease-in-out;
}
.telegram-card {
  background-color: #f0f8ff;
  animation: telegram-border-animation 1.5s infinite;
}

.share-card {
  background-color: #eaffea;
  animation: share-border-animation 1.5s infinite;
}

/* Border Animations */
@keyframes telegram-border-animation {
  0%, 100% {
    border-color: transparent;
    box-shadow: none;
  }
  50% {
    border-color: #0088cc;
    box-shadow: 0 0 10px rgba(0, 136, 204, 0.5);
  }
}

@keyframes share-border-animation {
  0%, 100% {
    border-color: transparent;
    box-shadow: none;
  }
  50% {
    border-color: #28a745;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.5);
  }
}

/* Icons and Text */
.icon-telegram {
  color: #0088cc;
  margin-right: 10px;
  font-size: 18px;
}
.icon-share {
  color: #28a745;
  margin-right: 10px;
  font-size: 18px;
}

.join-text {
  font-weight: bold;
  color: #333;
}

/* Button Styles */
.telegram-card a,
.share-card a {
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}

.telegram-card a {
  background-color: #0088cc;
}
.telegram-card a:hover {
  background-color: #006699;
}

.share-card a {
  background-color: #28a745;
}
.share-card a:hover {
  background-color: #1e7e34;
}
.about-us-section {
  padding: 40px 15px;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #000;
}

.about-us-section .container {
  max-width: 1140px;
  margin: auto;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 5px solid #0026ff;
  padding-left: 10px;
  color: #e60000;
}

.about-content p {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .about-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }
	.disclaimer-content h1{
	font-size: 25px;
	}
	.contact-us-section h1{
	font-size: 25px;
	}
	.about-content h1{
		font-size: 25px;
	}
  .about-content p {
    font-size: 14px;
  }
}
.contact-us-section {
  background-color: #fff;
  padding: 40px 15px;
  font-family: 'Segoe UI', sans-serif;
  color: #111;
}

.container {
  max-width: 1140px;
  margin: auto;
}

.section-heading {
  background: linear-gradient(to right, #00778B, #00D0A0);
  color: white;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.sub-heading {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.contact-table-wrapper {
  margin: 25px 0;
  overflow-x: auto;
}

.contact-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 300px;
}

.contact-table th, .contact-table td {
  padding: 12px 15px;
  border: 1px solid #333;
}

.contact-table th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.contact-table a {
  color: #00778B;
  text-decoration: none;
}

.contact-table a:hover {
  text-decoration: underline;
}

.note {
  margin-top: 20px;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading {
    font-size: 20px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .contact-table th, .contact-table td {
    font-size: 14px;
    padding: 10px;
  }
}
.disclaimer-section {
  font-family: 'Segoe UI', sans-serif;
  padding: 30px 15px;
  background-color: #fff;
  color: #111;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.disclaimer-top-img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.disclaimer-banner {
  background: linear-gradient(to right, #00778B, #00CFA6);
  color: white;
	margin: 10px !important;
/*   padding: 12px 20px; */
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 2px solid #004d7a;
}

.disclaimer-content h2 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: bold;
  color: #00264d;
}

.disclaimer-content p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.7;
}

.disclaimer-content .highlight {
  color: #e60000;
  font-size: 20px;
}

@media (max-width: 768px) {
  .disclaimer-banner {
    font-size: 16px;
    padding: 10px 12px;
  }

  .disclaimer-content h2 {
    font-size: 16px;
  }

  .disclaimer-content p {
    font-size: 14px;
  }
}
.important-notice-box {
  background-color: #fff7f7;
  border: 1px solid red;
  padding: 20px;
  margin-top: 40px;
  font-size: 14px;
  color: #000;
}

.important-notice-box .icon-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
  color: red;
}

.important-notice-box .icon-row i {
  margin-right: 6px;
}

.important-notice-box .age-limit {
  color: red;
  font-weight: bold;
}

.important-notice-box .states {
  color: brown;
}

.thanks-footer {
  background-color: #f0fff0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #00a000;
  font-size: 16px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  .important-notice-box {
    font-size: 13px;
    padding: 15px;
  }
  .thanks-footer {
    font-size: 14px;
  }
}

   .telegram-wrapper {
      background:#fff url('https://telegram.dog/img/tgme/pattern.svg?1') repeat;
	 
      background-size: 300px;
      height: 80vh;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .popup-card {
      background-color: #1e1e1e;
      padding: 30px 40px;
      border-radius: 12px;
      text-align: center;
      max-width: 400px;
      width: 90%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    }

    .popup-card img {
      width: 120px;
      margin-bottom: 20px;
    }

    .popup-card h1 {
      font-size: 24px;
      margin: 10px 0;
      color: #fff;
    }

    .popup-card p {
      color: #ccc;
      margin: 10px 0;
      line-height: 1.5;
      font-size: 15px;
    }

    .popup-card .highlight {
      color: #00aced;
    }

    .popup-card .warning {
      color: #f0ad4e;
      font-size: 14px;
      margin-top: 15px;
    }

    .join-button {
      margin-top: 20px;
      padding: 12px 25px;
      font-size: 16px;
      background-color: #229ED9;
      color: #fff;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      transition: 0.3s;
    }

    .join-button:hover {
      background-color: #1a8bb8;
    }

.yono-footer {
  background: linear-gradient(to bottom, #3b5f7b, #001a3a);
  color: #fdfdfd;
  padding: 30px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-links a {
  color: #ffe;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}

.footer-links a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #00ffff;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease;
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-telegram {
  margin-bottom: 20px;
}

.footer-telegram p {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px;
}

.footer-telegram .join-link {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  background: #0088cc;
  padding: 6px 14px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 5px;
  transition: background 0.3s;
}

.footer-telegram .join-link:hover {
  background: #006fa6;
  text-decoration: none;
}

.footer-bottom {
  font-size: 14px;
  margin-top: 15px;
  color: #ccc;
}
.header {
      background: linear-gradient(to right, #00787a, #00b39f);
      color: white;
      padding: 10px;
      border-radius: 10px 10px 0 0;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      border: 2px solid black;
    }
    h2 {
      font-size: 22px;
      color: red;
      margin-top: 20px;
    }
    h3 {
      font-size: 18px;
      font-weight: bold;
    }
    p, li {
      font-size: 16px;
    }
    ul {
      padding-left: 20px;
    }
    .section {
      margin-bottom: 40px;
    }
    .last-line {
      text-align: center;
      color: green;
      margin-top: 50px;
      font-weight: bold;
    }
.highlight {
      border-left: 5px solid blue;
      padding-left: 10px;
    }


.legal-terms .section-title {
  font-size: 24px;
  font-weight: bold;
  color: #AF3F2D;
  margin-bottom: 25px;
/*   text-align: center; */
}

.legal-terms .content h3 {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.legal-terms .content p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
}

.legal-terms a {
  color: #AF3F2D;
  text-decoration: underline;
}

.legal-terms a:hover {
  text-decoration: none;
}

.legal-terms strong {
  color: #c0392b;
}

.legal-terms div[id^="section-"] {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}






.popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-box.updated-popup {
  background: #fff;
  padding: 25px;
  max-width: 500px;
  width: 95%;
  border-radius: 14px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}
.popup-icon-large {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.popup-title-large {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.apk-link {
  color: #0056ff;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 15px;
}
.popup-info-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;
  font-size: 16px;
  gap: 15px;
}
.popup-info-row div {
  flex: 1 1 22%;
  text-align: center;
}
.popup-info-row small {
  font-size: 12px;
  color: #444;
}
.popup-download-button-full {
  width: 100%;
  background: #0000ff;
  color: white;
  padding: 14px;
  border: none;
  font-weight: bold;
  border-radius: 30px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
.telegram-cta {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00b0ff;
  color: #00b0ff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}
.telegram-cta:hover {
  background: #00b0ff;
  color: white;
}
.telegram-cta i {
  margin: 0 5px;
}




.AllAppStore_ticker {
  display: flex;
  width: 100%;
	height: 39px ;
}

.AllAppStore_ticker .title {
  background-color: navy;
  padding: 10px 40px;
  color: yellow;
  font-weight: bold;
  white-space: nowrap;
}

.AllAppStore_ticker .title p {
  margin: 0;
}

.AllAppStore_ticker .news {
  background-color: black;
/*   padding: 10px; */
  flex-grow: 1;
  overflow: hidden;
}

.AllAppStore_ticker .news marquee {
	padding-top: 8px;
  color: white;
  font-weight: bold;
}


@media screen and (max-width: 480px) {
  .popup-info-row div {
    flex: 1 1 45%;
    margin-bottom: 10px;
  }
	.yono-hidden-menu a {
    padding: 0px 0px !important;
    font-weight: bold;
    border-radius: 10px;
    font-size: 8px;
    transition: 0.3s;
}
}
.app-icon{
	height: 80px;
	width: 80px;
}
