
.nav-app .nav-main {
  background-color: #f3f9f2;
  border-radius: 10px;
}

.nav-app .nav-link {
  color: #34332f;
}

.fa-green {
  color: #2dcc14;
}

/* CURRENT */

.hero {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(180deg, #3b82f6, #1e3a8a);
  color: white;
}

.hero h1 {
  font-size: 2.5rem;
}

.hero .cta-button {
  background: #ff5722;
  padding: 0.8rem 1.5rem;
  border: none;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
}

.testimonials {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
  width: 250px;
  flex: 0 0 300px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  user-select: none;
}

.testimonial-section {
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
}

.testimonial-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  background-color: "#fff";
  padding: 20px 0;
  position: relative;
  cursor: grab;
}

.slider-track {
  display: flex;
  gap: 20px;
  width: calc(300px * 12);
  transition: transform 0.3s ease-out;
}

.testimonial p {
  margin: 0;
  font-size: 16px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.feature {
  background: #e0f7fa;
  padding: 1rem;
  border-radius: 8px;
}

footer {
  text-align: center;
  padding: 1rem;
  background: #333;
  color: white;
}


.why-vrco, .locations, .collaborations {
  padding: 40px 20px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.feature {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.locations-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.locations-grid div {
  padding: 10px 15px;
  background-color: #e0e0e0;
  border-radius: 5px;
  text-align: center;
}