/* css/about.css */

/* Form card */
.rf-form-card{
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

/* WhatsApp sticky */
.rf-wa-sticky{
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
}
.rf-wa-sticky i{ font-size: 20px; }
.rf-wa-sticky:hover{ opacity: .92; color:#fff; }

@media (max-width: 480px){
  .rf-wa-sticky span{ display:none; }
  .rf-wa-sticky{
    width: 54px; height: 54px;
    justify-content:center;
    padding:0;
  }
}