.font-robot {
  font-family: "Roboto", sans-serif;
}

.font-popins {
  font-family: "Poppins", sans-serif;
}

.nav-link {
  font-weight: 500;
  margin: 0 10px;
}
.demo-btn {
  background-color: black;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 20px;
}
.demo-btn:hover {
  background-color: #333;
  color: white;
}

.bg {
  background-color: #fff;
}
.feature-box {
  border-bottom: 1px solid black;

  padding: 20px;
  text-align: center;

  height: 100%;
}
.feature-box img {
  width: 50px;
  margin-bottom: 15px;
}
.upcoming-badge {
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.upcoming-badges {
  background-color: white;
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  /* letter-spacing: 1px; */
  margin-bottom: 10px;
}

.shipment-img {
  width: 300px;
}

.square-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.05); /* translucent white */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.square-icon i {
  font-size: 28px;
  color: white;
}

.square-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.square-icon i {
  font-size: 28px;
  color: white;
}

.section {
  padding: 60px 15px;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.bg-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(6, 6, 6, 0.7)),
    url("assets/images/background-container.jpg") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech-section {
  position: relative;
  background: url("") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 80px 0;
  text-align: center;
}

.tech-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.tech-content {
  position: relative;
  z-index: 2;
}

.tech-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.tech-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.tech-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.tech-title {
  font-weight: 700;
  font-size: 1.2rem;
}

.tech-desc {
  font-size: 0.95rem;
}

.demo-btn {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
}
.contact-section {
  padding-top: 120px;
  padding-bottom: 60px;
}

.demo-btn {
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
}
.contact-section {
  padding-top: 120px;
  padding-bottom: 60px;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("assets/images/background-container.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 120px 20px 100px;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.section-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 30px;
}

.about-section p {
  font-size: 1.05rem;
  color: #555;
}

footer a:hover {
  text-decoration: underline;
}
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("assets/images/background-container.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  padding: 120px 20px 100px;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}

.section-title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 30px;
}

.about-section p {
  font-size: 1.05rem;
  color: #555;
}

footer a:hover {
  text-decoration: underline;
}

.text-justify {
  text-align: justify !important;
}
body {
  font-family: "Roboto", sans-serif;
  background-color: #ffff;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

p {
  font-size: 1.1rem;
  color: #555;
}

section {
  padding: 60px 0;
}

.custom-container {
  padding: 40px;
  transition: transform 0.3s;
  overflow: hidden;
}

.custom-container:hover {
  transform: translateY(-5px);
}
.feature-section {
  display: none;
}

.feature-section.active {
  display: block;
}

img {
  border-radius: 12px;
  object-fit: cover;
}

@keyframes slideDownFadeInOnce {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-once {
  animation: slideDownFadeInOnce 1.2s ease-out forwards;
}


/* Animations */
@keyframes slideInLeft {
  from {
    transform: translateX(-100vw);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100vw);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-left {
  animation: slideInLeft 1s ease-out forwards;
}

.animate-right {
  animation: slideInRight 1s ease-out forwards;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .custom-container {
    padding: 20px;
  }
}
