html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.social-icons a,
.get-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 6px 6px 0;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.social-icons a:hover,
.get-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.facebook-bg {
  background: #1877f2;
}

.twitter-bg {
  background: #1da1f2;
}

.instagram-bg {
  background: radial-gradient(circle at 30% 30%, #feda75 0%, #fa7e1e 30%, #d62976 55%, #962fbf 75%, #4f5bd5 100%);
}

.whatsapp-bg {
  background: #25d366;
}

.linkedin-bg {
  background: #0a66c2;
}

.youtube-bg {
  background: #ff0000;
}

.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.whatsapp-fab.right {
  right: 24px;
}

.whatsapp-fab.left {
  left: 24px;
}

.whatsapp-fab:hover {
  color: #fff;
  transform: translateY(-2px);
}

.whatsapp-fab i {
  font-size: 20px;
}

.whatsapp-fab-label {
  max-width: 240px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .whatsapp-fab {
    padding: 12px;
  }

  .whatsapp-fab-label {
    display: none;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
