.logo {
  max-width: 200px;
}

.contact-info {
  color: #fff;
  text-decoration: none;
}

.social-link {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.footer {
  background-color: #415eed !important;
}

footer h6 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
}

footer p {
  font-size: 14px;
}

.section-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

input.form-control,
textarea.form-control {
  height: calc(2.25rem + 10px);
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  font-size: 1rem;
  line-height: 1.5;
}

textarea.form-control {
  height: auto;
}

.select2-container--default .select2-selection--single {
  height: calc(2.25rem + 10px);
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple {
  min-height: calc(2.25rem + 10px);
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection__rendered {
  line-height: 1.5;
  padding-top: 0;
}

.form-control,
.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  color: #fff;
}
