/* JetCarrier Contact Page - Buttons variant */

/* Icons black */
.jccp-wrap i.fas,
.jccp-wrap i.fa,
.jccp-wrap i.fa-solid,
.jccp-wrap i.fa-regular,
.jccp-wrap i.fa-brands {
  color: #111 !important;
}

/* Button styling */
.jccp-action-btn {
  width: 100%;
  text-align: left;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  color: #111;
  box-shadow: 0 5px 15px rgba(0,0,0,.12);
  padding: 16px 18px;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
}

.jccp-action-btn:hover,
.jccp-action-btn:focus {
  background: rgba(13, 110, 253, 0.5);
  color: #fff;

  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  transform: translateY(-1px);
}

.jccp-wrap .card { border-radius: 16px; }
