/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: auto !important; /* Disable default smooth scroll so Lenis works */
}

body {
  font-family: "Noto Sans", sans-serif;
  background-color: #f9f9f9;
  color: #212529;
}

#my-keen-slider {
  height: 60vh;
  max-height: 500px;
}

.keen-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  /* padding: 80px 0; */
}

#about img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.bg_1 {
  background-color: #e6f0eb;
}

.form-section {
  padding: 60px 0;
}

.download-btn {
  margin-top: 30px;
  padding: 10px 30px;
}

.card {
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.social-icons a {
  margin: 0 10px;
  font-size: 1.2rem;
}

.social-icons a:hover {
  opacity: 0.8;
}

h2 {
  color: #1d3557;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.keen-slider img {
  max-height: 80px;
  object-fit: contain;
}
