* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif;
}

/* Updated body background to pure black for premium feel */
body {
  background-color: #000000;
  color: #000000;
}

/* Navigation bar with subtle dark background and white text */
.nav_bg {
  background: #0a0a0a;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #e0e0e0 !important;
  transition: all 0.3s ease;
  margin-top: 7px;
}

.nav-link:hover {
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.nav-item .active {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  margin-top: 7px;
}

/* Primary button with white text on black, elegant hover effect */
.button_blue {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 4px 2px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-radius: 6px;
}

.button_blue:hover {
  background: #000000;
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.navbar-brand img {
  height: 80px;
  padding-left: 0px;
  margin-left: -50px;
  filter: brightness(0) invert(1);
}

/* Updated button1 with sleek white styling */
.button1 {
  font-weight: 600;
  background-color: #ffffff;
  color: #000000;
  border-radius: 8px;
  padding: 12px 28px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.button1:hover {
  background-color: #f0f0f0;
  color: #000000;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Play button with elegant white border */
.play-btn {
  height: 50px !important;
  /* width: 50px; */
  margin-top: 20px;
  border: 2px solid #000000;
  padding: 8px;
  border-radius: 8%;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 20px;
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.first-text {
  font-size: 60px;
  font-weight: 800;
  color: #000000;
  line-height: 1.2;
}

/* Download button with white background */
.button-download {
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
  border: none;
  padding: 12px 32px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button-download:hover {
  background-color: #f0f0f0;
  color: #000000;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.navbar-dark .navbar-toggler {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../images/icon.png) !important;
  filter: invert(1);
}

.logo {
  height: 80px !important;
  margin-left: 10px !important;
  filter: brightness(0) invert(1);
}

/* Text colors updated for black background */
.text-1 {
  color: #000000;
  font-weight: 700;
}

.text-2 {
  color: #000000;
  font-weight: 600;
}

.img-fruit {
      margin-top: 142px;
    height: 80%;
    width: 50%;
    border-radius: 12px;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); */
}

.vefu-text {
  padding-top: 50px;
  color: #ffffff;
}

/* Mobile image with elegant white border */
.mobile-img {
  height: 400px;
  border: 2px solid #ffffff;
  padding: 10px;
  border-radius: 16px;
  background: #0a0a0a;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.1);
}

/* Footer with dark background and white text */
.bg-footer {
  background-color: #0a0a0a;
  color: #ffffff;
  padding: 40px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shadow-yellow {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.shadow-gree {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
}

/* Added global text styling for better readability */
p,
span,
a,
li {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 700;
}

a {
  color: #000000;
  transition: color 0.3s ease;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
  .sec-1 {
    margin-top: 100px;
  }
  .fresh-top {
    margin-top: -50px !important;
  }
  .first-text {
    font-size: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .hidden-desktop {
    display: none;
  }
  .sec-1 {
    margin-top: 200px;
  }
  .fresh-top {
    margin-top: 130px;
  }
}
