body {
  background-color: #000;
  min-height: 100vh;
  font-family: 'Sora', sans-serif;
  overflow-x: hidden;
}

.navbar-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: sticky;
  top: 0;
  z-index: 1030;
  overflow-x: hidden;
}

.custom-navbar {
  width: 976px;
  max-width: 100%;
  height: 75px;
  border-radius: 90px;
  border: 1px solid #CBD5E1;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}

.navbar-brand img {
  width: 57.47px;
  height: 45px;
  object-fit: contain;
  margin-top: 15px;
  margin-left: 0px;
}

.navbar-nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 39px;
  top: 25px;
}

.nav-link {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5) !important;
  background: transparent;
  padding: 0;
  height: 25px;
  width: 62px;
}

.right-content .btn {
  width: 175px;
  height: 55px;
  border-radius: 50px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #FE0000;
  color: #FFFFFF;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .navbar-nav-center {
    position: static;
    transform: none;
    margin: auto;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }

  .navbar-collapse {
    text-align: center;
  }

  .right-content {
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
  }

  .custom-navbar {
    width: 95%;
    height: auto;
    border-radius: 1rem;
    padding: 1rem;
    box-sizing: border-box;
  }

  .nav-link {
    width: auto;
    font-size: 18px;
  }

  .right-content .btn {
    width: 150px;
    height: 50px;
    font-size: 18px;
  }
}


.processing-section {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .processing-section img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
  opacity: 0.36;
  display: block;
}


    .overlay-content {
      position: absolute;
      top: 50%;
      left: 5%;
      transform: translateY(-50%);
      color: white;
      z-index: 2;
      max-width: 500px;
    }

    .overlay-content h2 {
      font-weight: bold;
      font-size: 2rem;
    }

    .arrow-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.4);
      border: none;
      color: #fff;
      font-size: 1.5rem;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 2;
    }

    .arrow-btn.left {
      left: 20px;
    }

    .arrow-btn.right {
      right: 20px;
    }

    @media (max-width: 768px) {
      .overlay-content {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0 15px;
      }

      .overlay-content h2 {
        font-size: 1.5rem;
      }

      .overlay-content p {
        font-size: 0.9rem;
      }

      .arrow-btn {
        font-size: 1.2rem;
        padding: 8px 12px;
      }
    }



/* Footer Section Styles */
/* Footer Section Styles */
.footer-section {
  background-color: #1a1a1a;
  color: #ffffff;
  margin-top: 0;
}

.footer-logo {
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.footer-desc {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 20px;
}

.footer-icons a {
  color: #cccccc;
  font-size: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-icons a:hover {
  color: #FFB901;
}

.footer-icon-img {
  width: 25px; /* adjust as needed */
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-heading {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-list li:hover {
  color: #FFB901;
}

.footer-text {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-link {
  color: #cccccc;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #FFB901;
  text-decoration: none;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #333333;
  margin: 30px 0 20px 0;
}

.footer-copy {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .footer-section {
    padding-top: 30px;
  }
  
  .footer-heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .footer-desc,
  .footer-text,
  .footer-list li {
    font-size: 16px;
  }

  .footer-logo {
    max-width: 100px;
  }
  
  .footer-copy {
    font-size: 20px;
    padding-bottom: 12px;
  }
}