 @import url('https://fonts.googleapis.com/css2?family=Hanuman:wght@100..900&family=Khmer&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

    body {
      margin: 0;
      background: #f9f9f9;
      color: #333;
        font-family: "Hanuman", serif;
      font-optical-sizing: auto;
      font-style: normal;
    }

    .container {
      max-width: 480px;
      margin: 0 auto;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      padding: 20px;
    }

    .header {
      display: flex;
      align-items: center;
    }

    .app-icon {
      width: 80px;
      height: 80px;
      border-radius: 16px;
      margin-right: 16px;
    }

    .app-title h1 {
      margin: 0;
      font-size: 22px;
    }

    .app-title p {
      margin: 4px 0;
      color: #777;
    }

    .rating {
      color: #fbb034;
      margin-top: 4px;
      font-size: 14px;
    }

    .install-btn {
    
      padding: 14px;

      border-radius: 8px;
      cursor: pointer;
    }
     .install-btn img{
    
    width: 100%;
    }

    .screenshots {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin:  0;
      gap: 10px;
      margin-top: 60px;
    }

    .screenshots img {
      width: 30%;
      border-radius: 12px;
      object-fit: cover;
    }

    .section {
      margin-top: 10px;
    }

    .section h2 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .section p,
    .section li {
      color: #555;
      line-height: 1.6;
    }

    .footer {
      text-align: center;
      font-size: 12px;
      color: #aaa;
      margin-top: 30px;
    }
    .reward-btn {

  margin: 0 auto;
  margin-top: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}
 .reward-btn img{
 width: 100%;
 
 }

.reward-btn:active {
  transform: scale(0.95);
}
/* put near your other styles */
.why-us-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-us-section .content {
  flex: 1;
}

.why-us-section {
  position: relative;  

}

.why-us-section .tg-link {
  position: absolute;
  top: 10px;       
  right: 4px; 
  margin-left: 40px;   /* 👈 កែពី 10px ទៅ 30px ដើម្បីរុញចេញស្តាំ */
}

/* 
.tg-img {
  height: 60px; 
 padding-bottom: 20px;
  padding-left: 30%;
  width: auto;
  border: none;    
  display: block;
} */
  @media screen and (max-width: 768px) {
      .tg-img {
  height: 40px; 
 padding-bottom: 20px;
  padding-left: 30%;
  width: auto;
  border: none;    
  display: block;
}
.telegram-btn {

  margin-top: 30px;              /* vertical placement */
 
}
    }
      @media screen and (max-width: 412px) {
      .tg-img {
  height: 40px; 
 padding-bottom: 20px;
  padding-left: 30%;
  width: auto;
  border: none;    
  display: block;
}
.telegram-btn {

  margin-top: 30px;              /* vertical placement */
 
}
    }


  @keyframes zoomInOut {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.08); }
  }

  /* Apply to the button link */
  .zoomInOut{
   
    animation: zoomInOut 1.8s ease-in-out infinite;
  }

.telegram-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.telegram-btn {
  position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    max-width: 50%;
    display: block;
}
