.app-download-section {
  width: 90%;
  margin: 10px auto;
  background: #f8f9fa;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.app-left {
  flex: 1;
  min-width: 280px;
}

.app-left h2 {
  font-size: 34px;
  font-weight: 800;
  color: #2a1507;
}

.app-left p {
  font-size: 18px;
  margin-top: 8px;
  color: #5f4330;

}

.apk-btn {
  display: inline-block;
  background: #7a2928;
  color: white;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  margin-top: 25px;
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
}

.apk-btn:hover {
  color: white;
}

.app-right {
  flex: 1;
  text-align: center;
  min-width: 280px;
}

.qr-img {
  width: 258px;
  border-radius: 16px;
  padding: 10px;
}



/* mobile responsive */
@media(max-width:768px) {
  .app-download-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .app-download-section {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
