* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 40px;
      background-color: white;
      border-bottom: 1px solid #ffffff;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
      height: 50px;
      margin-right: 5px;
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
    }

    .logo-text .title {
      font-size: 22px;
      font-weight: bold;
    }

    .logo-text .subtitle {
      font-size: 12px;
      color: #555;
      padding-left: 25px;
    }

    .nav-links {
      display: flex;
      gap: 30px;
      align-items: center;
    }

    .nav-links a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
      position: relative;
    }

    .nav-links a::after {

      font-size: 10px;
      margin-left: 4px;
    }

    .actions {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .buy-button {
      padding: 8px 16px;
      border: 2px solid black;
      font-weight: bold;
      background: white;
      cursor: pointer;
      transition: 0.5s;
    }

    .buy-button:hover {
      background: black;
      color: white;
    }

    .language {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #333;
    }

    .language-icon {
      width: 16px;
      height: 16px;
      margin-right: 5px;
    }

    .search-icon {
      width: 18px;
      height: 18px;
      cursor: pointer;
    }

    .img-container {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .img-container1 {
      display: flex;
      justify-content: center;
      margin-top: 20px;


    }

    /* .box1 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 200px;
   }
     .box1 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 83px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

     .box1 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box1 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box1 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

      .box1 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
    .box2 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 100px;
   }
     .box2 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 83px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box2 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box2 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box2 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box2 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
    .box3 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 100px;
   }
     .box3 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 83px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box3 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box3 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box3 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box3 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
    .box4 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 200px;
     margin-top: 20px;
   }
     .box4 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 83px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box4 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box4 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box4 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box4 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
    .box5 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 100px;
     margin-top: 20px;
   }
     .box5 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 83px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box5 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box5 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box5 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box5 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
     .box6 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 100px;
     margin-top: 20px;
   }
     .box6 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 60px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box6 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box6 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box6 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box6 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
    .box7 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 200px;
     margin-top: 20px;
   }
     .box7 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 60px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box7 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box7 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box7 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box7 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
    .box8 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 100px;
     margin-top: 20px;
   }
     .box8 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 60px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box8 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box8 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box8 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box8 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    }
    .box9 {
     background-color: #ededed;
     width: 17%;
     height: 225px;
     border-radius: 15px;
     display: inline-block;
     margin-left: 100px;
     margin-top: 20px;
   }
     .box9 span.content1 {
      font-size: 25px;
      font-weight: bold;
      color: black;
      padding-left: 60px;
      padding-top: 20px;
      display: flex;
      font-family: 'Segoe UI';

    }

      .box9 .green-bar {
      background-color: rgb(96, 191, 0);
      width: 60%;
      height: 30px;
      display: inline-block;
      margin-left: 45px;
      margin-top: 80px;
      border-radius: 5px;

    }

     .box9 .green-bar span {
      color: white;
      font-size: 17px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Segoe UI';

    }

     .box9 .download-btn {
      color: white;
      font-size: 17px;
      font-weight: bold;
      font-family: 'Segoe UI';
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      cursor: pointer;
    }

     .box9 .download-btn:hover {
      text-decoration: solid;
      background-color: #4CAF50;
      transition: background-color 0.3s ease;
      transition-delay: 0.1s;
      border-radius: 5px;
    } */
    /* ...existing styles for nav, logo, etc... */

.download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.box {
  background-color: #ededed;
  border-radius: 15px;
  height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.box .content1 {
  font-size: 25px;
  font-weight: bold;
  color: black;
  margin-bottom: 30px;
  font-family: 'Segoe UI', Arial, sans-serif;
  text-align: center;
}

.green-bar {
  background-color: rgb(96, 191, 0);
  width: 60%;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-btn {
  color: white;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Segoe UI', Arial, sans-serif;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.2s;
}

.download-btn:hover {
  background: #4CAF50;
  text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 800px) {
  .download-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
  }
  .box {
    height: 180px;
  }
  .green-bar {
    height: 32px;
  }
  .box .content1 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}