    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      background: url('icons/tech2.png') no-repeat center center fixed;
      background-size: cover;
      color: white;
      position: relative;
      min-height: 100vh;
    }

    .overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.85);
      z-index: 0;
    }

    header {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 2rem;
    }

    .menu-toggle {
      font-size: 24px;
      background: none;
      border: none;
      color: white;
      cursor: pointer;
    }

    .logo {
      font-size: 2rem;
      font-weight: bold;
      color: #ffffff;
      text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    }

    .logo-area {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      flex: 1;
    }

    .subtitle {
      font-size: 0.95rem;
      font-style: italic;
      color: #cccccc;
      font-family: 'Georgia', serif;
      margin-top: 0.3rem;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }

    .nav-buttons {
      display: flex;
      gap: 10px;
    }

    .btn {
      background: transparent;
      border: 1px solid white;
      color: white;
      padding: 8px 16px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .btn:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .main-content {
      margin-top: 40px;
      display: flex;
      padding: 0px 30px;
      gap: 20px;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: row-reverse;
    }

    /* Left: Top Software Sidebar */
    .top-software {
      position: relative;
      z-index: 1;
      margin-top: 60px;
      flex: 1 1 25%;
      max-width: 25%;
      display: flex;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      flex-direction: column;
      align-items: center;
    }

.top-software h2 {
  grid-column: span 2;
  font-size: 1.8em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 10px;
}

/* Each icon block */
.top-software .software-icon {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.top-software .software-icon:hover {
  transform: scale(1.05);
}

.top-software .software-icon img {
  width: 50%;
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.top-software .software-icon span {
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
}

/* Top Software Icons */
.software-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-size: 1em;
  transition: transform 0.3s;
}

.software-item img {
  width: 100%;
  height: auto;
  max-width: 100px;
  margin-bottom: 8px;
}

.software-item:hover {
  transform: scale(1.05);
}

/* Right: Featured Software Carousel */
.software-details {
  flex: 3;
  width: 75%;
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  padding-right: 1rem;
  color: #ffffff;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.software-slide {
  min-width: 100%;
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.software-slide img.icon {
  max-width: 150px;
  margin-bottom: 20px;
}

.software-slide p.description {
  font-size: 1.1em;
  margin-bottom: 20px;
  padding: 0 15px;
}

.software-slide .thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.software-slide .thumbnails img {
  max-width: 80px;
  border-radius: 8px;
}

/* Individual featured software section */
.feature-software-details {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}


.feature-software-details img {
  max-width: 150px;
  margin-bottom: 20px;
}

.feature-software-details h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.feature-software-details p {
  font-size: 1rem;
  line-height: 1.5;
}

.feature-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

/* Main image */
.feature-main-image {
  flex: 1 1 66%;
  max-height: 33vh;
  display: flex;
  justify-content: center;
  align-items: left;
}

.feature-main-image img {
  width: 100%;
  height: auto;
  max-height: 33vh;
  object-fit: contain;
  border-radius: 1rem;
}

/* Action buttons & price label */
.feature-actions {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.price-label {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  background: rgba(0,0,0,0.3);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.get-btn,
.details-btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background 0.3s ease;
}

.get-btn:hover,
.details-btn:hover {
  background: #0056b3;
}

/* Content below image fills remaining height */
.feature-info-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1.5rem;
  padding-top: 1rem;
  overflow-y: auto;
}

.feature-info-section h3 {
  font-size: 2rem;
  margin: 0;
}

.feature-info-section .intro {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.feature-text-content {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Full-width feature icons */
.feature-icons {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.feature-icons img {
  flex: 1;
  height: 160px;
  object-fit: cover;
  border-radius: 0.75rem;
}

.feature-icons img:hover {
  transform: scale(1.05);
}

/* Description section */
.feature-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #ddd;
  max-height: 200px;
  overflow-y: auto;
}

.feature-description p {
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.feature-description p:hover {
  color: #fff;
}

    .icons-row {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      z-index: 1;
      position: relative;
    }

    .icons-row img {
      width: 60px;
      height: 60px;
      transition: transform 0.3s ease;
    }

    .icons-row img:hover {
      transform: scale(1.1);
    }

    .carousel {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 60px;
      gap: 20px;
    }

    .carousel .arrow {
      font-size: 28px;
      background: transparent;
      border: none;
      color: white;
      cursor: pointer;
    }

    .carousel-track {
      display: flex;
      gap: 20px;
    }

    /* Navigation Arrows */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: white;
  background-color: rgba(0,0,0,0.4);
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}

.carousel-nav.left {
  left: 10px;
}

.carousel-nav.right {
  right: 10px;
}

    .slide {
      background: rgba(255, 255, 255, 0.05);
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      width: 250px;
    }

    .slide img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .slide p {
      color: #ccc;
      font-size: 14px;
    }

/* Scroll arrows */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
}

.scroll-btn:hover {
  color: #00ffff;
}

.scroll-left {
  left: -10px;
}

.scroll-right {
  right: -10px;
}

/* Responsive design */
@media (max-width: 1024px) {
  .main-content {
    flex-direction: column;
    align-items: center;
  }

  .top-software,
  .software-details {
    width: 100%;
  }

  .top-software {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-software .software-icon {
    width: 40%;
    margin: 10px;
  }

  .feature-software-details {
    padding: 20px;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .feature-main {
    flex-direction: column;
    align-items: stretch;
  }

  .feature-actions {
    width: 100%;
    align-items: stretch;
  }

}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.username-display {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 12px;
}
