  .header {
      background-color: #219a2f;
      padding: 10px 20px;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
  }

  .header img {
      height: 40px;
  }

  .slider img {
      width: 100%;
      height: auto;
  }

  .btn-section .btn {
      margin: 5px;
  }

  footer {
      background: #219a2f;
      color: white;
      padding: 20px;
      text-align: center;
  }

  .notice {
      border: 2px solid red;
      padding: 15px;
      margin-top: 15px;
      color: black;
      background-color: #ffeaea;
  }

  .app-card {
      box-shadow: 0 0 5px #ccc;
      border-radius: 10px;
      padding: 1rem;
      margin-bottom: 1rem;
  }

  .app-logo {
      width: 60px;
      height: 60px;
      object-fit: cover;
  }

  .swiper {
      width: 100%;
      /* Let the height be dynamic */
      height: auto;
      margin-top: 0;
      /* Remove margin from top */
      margin-bottom: 0;
      /* Remove margin from bottom */
  }

  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .swiper-slide img {
      display: block;
      width: 100%;
      height: auto;
      /* Let the image adjust based on its aspect ratio */
  }

  .custom-download-btn {
      background: linear-gradient(to bottom, #28a745, #1e7e34);
      color: white;
      font-weight: bold;
      border: none;
      padding: 10px 18px;
      border-radius: 6px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      display: inline-block;
      transition: 0.2s;
      width: auto;
  }

  .custom-download-btn:hover {
      background: linear-gradient(to bottom, #218838, #1c7430);
      text-decoration: none;
      color: white;
  }

  .custom-download-btn i {
      margin-right: 6px;
  }

  /* Ensuring button is full width on small screens */
  @media (max-width: 767px) {
      .custom-download-btn {
          width: 100% !important;
          text-align: center;
          font-size: 1rem;
          /* Control font size on mobile */
      }
  }

  /* For larger screens: Ensure button has a minimum width and allows for auto-sizing */
  @media (min-width: 768px) {
      .card-body {
          padding: 0.8rem;
      }

      .custom-download-btn {
          display: inline-block;
          /* Ensure the button grows as needed */
          min-width: 100px;
          /* Minimum width of the button */
          text-align: center;
          white-space: nowrap;
          /* Prevent the text from wrapping */
          width: auto;
          /* Allow the button to expand based on its content */
      }

      .card-body>.d-flex {
          flex-wrap: nowrap;
          /* Ensure no wrapping on larger screens */
      }
  }


  /* Green "Thanks" Text */
  .thank-you {
      text-align: center;
      color: green;
      font-weight: bold;
      padding: 10px 0;
  }

  /* Tags Section */
  .tags-container {
      display: flex;
      background-color: blue;
      color: white;
      font-weight: bold;
  }

  .tags-label {
      padding: 10px;
  }

  .tags-list {
      flex: 1;
      background-color: black;
      padding: 10px;
      font-weight: normal;
      overflow-x: auto;
      white-space: nowrap;
  }

  /* Telegram Join Section */
  .telegram-section {
      margin: 40px 0;
      border: 2px solid green;
      background-color: #f0f8ff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      padding: 20px;
  }

  .telegram-button {
      display: flex;
      align-items: center;
      gap: 8px;
      background-color: #008cdd;
      color: white;
      padding: 12px 24px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: bold;
  }

  .telegram-button:hover {
      background-color: #0075b2;
  }

  /* Floating Buttons */
  .floating-buttons {
      position: fixed;
      top: 50%;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: flex-end;
  }

  .floating-buttons a {
      display: flex;
      align-items: center;
      gap: 5px;
      background-color: #00aff0;
      color: white;
      padding: 8px 14px;
      border-radius: 20px;
      text-decoration: none;
      font-size: 14px;
      font-weight: bold;
  }

  .floating-buttons .whatsapp {
      background-color: #25d366;
  }

  .floating-buttons img {
      width: 20px;
      height: 20px;
  }

  .app-section {
      padding: 10px 20px;
      justify-content: center;
  }

  .app-icon {
      width: 120px;
      height: 120px;
      border-radius: 20px;
  }

  .app-name {
      font-size: 24px;
      font-weight: bold;
      margin-top: 10px;
      margin-left: 20px;
  }

  .info-box {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-top: 20px;
      align-items: center;
      font-size: 16px;
  }

  .info-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-left: 1px solid #aaa;
      padding: 0 15px;
  }

  .info-item:first-child {
      border-left: none;
  }

  .info-item span:first-child {
      font-size: 20px;
      font-weight: bold;
      display: flex;
      align-items: center;
  }

  .download-button {
      width: 350px;
      background-color: blue;
      color: white;
      padding: 15px 10px;
      border-radius: 30px;
      display: inline-flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      gap: 10px;
      margin-top: 30px;
      cursor: pointer;
      text-decoration: none;
  }

  .telegram-button {
      width: 350px;
      border: 2px solid #00aaff;
      color: #00aaff;
      background-color: transparent;
      padding: 12px 30px;
      border-radius: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 15px;
      text-decoration: none;
  }

  .related-apps {
      width: 100%;
      background: linear-gradient(to bottom, #4CAF50, #1b701b);
      color: white;
      padding: 10px;
      font-size: 18px;
      font-weight: bold;
      margin: 40px 0 0;
      border-top: 2px solid #0c3b0c;
      border-bottom: 2px solid #0c3b0c;
      border-radius: 10px;
      text-align: center;
      justify-content: center;
      display: inline-block;
  }

  .related-title {
      width: auto;
      background: linear-gradient(to bottom, #4CAF50, #1b701b);
      color: white;
      padding: 10px 30px;
      font-size: 18px;
      font-weight: bold;
      margin: 40px 0 0;
      border-top: 2px solid #0c3b0c;
      border-bottom: 2px solid #0c3b0c;
      border-radius: 10px;
      text-align: center;
      justify-content: center;
      display: inline-block;
  }

  .related-apps span {
      font-size: 20px;
  }

  .icon {
      width: 18px;
      height: 18px;
      vertical-align: middle;
  }

  .ft-text{
    padding: 15px 25px;
  }

  .cke_notification,
  .cke_notifications_area {
      display: none !important;
      visibility: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
  }
  