    body {
      margin: 0;
      padding: 0;
    }

    .main-container-hero {
      margin: 0;
      padding: 0;
      height: 80vh;
      display: flex;
      align-items: end;
      justify-content: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      overflow: hidden;
    }

    .container {
      position: relative;
      width: 900px;
      height: 400px;
      perspective: 1200px;
      transform-style: preserve-3d;
    }

    .orbit {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transform-style: preserve-3d;
    }

    .icon {
      position: absolute;
      height: 65px;
      top: 18%;
      left: 50%;
      margin: -30px;
      transition: transform 0.3s ease;
      transform-style: preserve-3d;
      cursor: pointer;
      z-index: 5;
    }

    .center-image {
      position: absolute;
      width: 35%;
      height: auto;
      top: 47%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
    }

    .popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0;
      border-radius: 20px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
      z-index: 999;
      display: none;
      width: 544px;
      height: auto;
      text-align: center;
      overflow: hidden;
    }

    .popup-header {
      background: #86a5bbbd;
      backdrop-filter: blur(80px);
      padding: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .popup-content {
      padding: 20px;
      background: #86a5bbbd;
      backdrop-filter: blur(80px);
      color: white;
      font-family: 'roboto', sans-serif;
      font-size: 20px;
      font-weight: 500;
    }

    .popup-footer {
      background: #86a5bbbd;
      backdrop-filter: blur(80px);
      padding: 10px;
    }

    .popup-footer-2 {
      background: #0101019a;
      backdrop-filter: blur(50px);
      padding-bottom: 25px;
      padding-top: 12px;
    }

    .popup h3 {
      margin: 0;
      font-size: 22px;
      font-weight: bold;
      color: white;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .popup p {
      margin: 10px 0;
      color: rgb(255, 255, 255);
      font-size: 18px;
      font-weight: 500;
      line-height: 1.4;
    }

    .popup-button {
      background: #B5FF00;
      color: rgb(0, 0, 0);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 12px 30px;
      border-radius: 12px;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
      margin: 10px 0;
      transition: all 0.3s ease;
    }

    .popup-button:hover {
      background: #88af25;
      transform: translateY(-2px);
    }

    .contact-button {
      background: transparent;
      color: white;
      padding: 12px 30px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: none !important;
      border: none;
    }

    .contact-button:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      background: rgba(0, 0, 0, 0.3);
      color: white;
      border: none;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99;
    }

    .icon.active {
      transform: translate3d(0px, -50px, 0px) scale(1.5) !important;
      z-index: 1001 !important;
      position: absolute !important;
    }

    .orbit.hidden {
      display: none;
    }

    .header {
      padding: 10px 0px;
      gap: 20px;
    }

    .slider-icons {
      display: flex;
      gap: 10px;
      overflow: hidden;
      scrollbar-color: #00000000;
      padding: 15px 15px 15px 35px;
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      position: relative;
    }

    /* Fixed infinite carousel animation */
    @keyframes scroll {
      0% {
        transform: translateX(0%);
      }

      100% {
        transform: translateX(-50%);
      }
    }


    .carousel-track {
      display: flex;
      gap: 30px;
      width: max-content;
      animation: scroll 40s linear infinite;
      pointer-events: auto;
      white-space: nowrap;
    }

    .carousel-track:hover {
      animation-play-state: paused;
    }

    .carousel-track.paused {
      animation-play-state: paused;
    }

    .logo {
      width: 55%;
      color: #fff;
      font-size: 30px;
      font-family: 'roboto', sans-serif;
      align-content: center;
      padding-left: 12%;
      font-weight: 700;
    }

    .icon-slider {
      width: 35px;
      height: auto;
      cursor: pointer;
      transition: transform 0.3s ease;
      min-width: 35px;
      flex-shrink: 0;
    }

    .icon-slider:hover {
      transform: scale(1.2);
    }

    .icon-slider.active {
      transform: scale(1.5) !important;
      z-index: 1001 !important;
      filter: brightness(1.2) drop-shadow(0 0 10px rgba(181, 255, 0, 0.5));
    }

    .footer {
      background: #516269;
      margin: 0;
      padding: 15px;
      text-align: center;
      color: white;
      font-family: 'inter', sans-serif;
      font-weight: 700;
    }

    .sliders-image p,
    .sliders-image a {
      display: inline-block;
      white-space: nowrap;
      padding: 8px 12px;
      font-family: 'inter', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: white;
      text-decoration: none;
      transition: all 0.3s ease;
      text-align: center;
    }

    .sliders-image>p:hover {
      transform: scale(1.1);
      background: rgba(255, 255, 255, 0.1);
      text-shadow: 0 0 10px rgba(181, 255, 0, 0.5);
    }

    .sliders-image>p.active {
      transform: scale(1.2) !important;
      background: rgba(181, 255, 0, 0.2) !important;
      color: #B5FF00 !important;
      text-shadow: 0 0 15px rgba(181, 255, 0, 0.8) !important;
      border: 1px solid rgba(181, 255, 0, 0.3);
    }

    .sliders-image {
      margin-right: 20px;
      /* consistent spacing */
      flex-shrink: 0;
      display: flex;
      align-items: center;
    }