body {
  background-color: #f9ecd9;
}
.lander-form {
  padding: 30px;
  position: relative;
  background: transparent;
  color: #1f3a93;
  font-family: "Arial", sans-serif;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: #1f3a93 2px solid;
  border-radius: 0 0 12px 12px; /* Only round the bottom corners */
}
.slick-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px; /* Reduce horizontal spacing between slides */
}

.slick-slider img {
  max-width: 150px; /* Increase the maximum width */
  max-height: 150px; /* Increase the maximum height */
  margin: 5px auto; /* Keep minimal vertical spacing */
}

#footer-card {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
#footer-card-p {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background-color: #f9f9f9;
}

#footer-card p {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}

#footer-card p:first-of-type {
  font-weight: bold;
}

.lander-form-wrapper {
  box-shadow: none !important;
}

#footer-box {
  width: 80%;
  margin: 0 auto;
  background-color: #213a99;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  color: #f9ecd9;
}

.lander-form input,
.lander-form button {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: none;
  font-size: 16px;
  font-family: "Arial", sans-serif;
}

.lander-form input {
  background: #1f3a93;
  color: #1f3a93;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.lander-form input:focus {
  outline: none;
  border: 2px solid #1f3a93;
  box-shadow: 0 0 5px #1f3a93;
}

.lander-form button {
  background: linear-gradient(135deg, #ff7eb3, #ff758c);
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.lander-form button:hover {
  background: linear-gradient(135deg, #ff85a1, #ff637a);
  box-shadow: 0 4px 10px rgba(255, 99, 123, 0.4);
}

.lander-form button:focus {
  outline: none;
}

#pagination-dots div {
  width: 0.5rem; /* Default dot size */
  height: 0.5rem;
  background-color: #d1d5db; /* Gray-400 for inactive dots */
}

#pagination-dots div.bg-orange-500 {
  width: 1rem; /* Larger size for active dot */
  background-color: #f97316; /* Orange-500 for active dot */
}

@media (max-width: 640px) {
  #slider {
    justify-content: center; /* Ensure the single card is centered */
  }
  .card {
    width: 100%; /* Make the card full-width */
  }
}

@media (max-width: 640px) {
  /* Target mobile devices */
  dotlottie-player {
    width: 250px; /* Smaller width */
    height: 250px; /* Smaller height */
  }
}
.lottie-wrapper {
  width: 500px;
  height: 500px;
}

@media (max-width: 640px) {
  /* Target mobile devices */
  .lottie-wrapper {
    width: 340px;
    height: 340px;
  }
}

dotlottie-player {
  width: 100%; /* Make the player fill its container */
  height: 100%;
}
