.elementor-6377 .elementor-element.elementor-element-4d4fafc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f5b9d22 */.wp-support-card{
  background:#fff;
  border-radius:18px;
  padding:40px 25px;
  text-align:center;
  max-width:420px;
  margin:40px auto;
  box-shadow:0 15px 40px rgba(255,85,56,0.25);
  transition:all .3s ease;
  font-family:inherit;
}

.wp-support-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 55px rgba(255,85,56,0.35);
}

.wp-support-logo{
  width:85px;
  margin-bottom:18px;
}

.wp-support-card h2{
  font-size:24px;
  margin-bottom:10px;
  color:#222;
  font-weight:700;
}

.wp-support-card p{
  font-size:15px;
  color:#666;
  margin-bottom:22px;
}

.wp-support-btn{
  display:inline-block;
  background:#FF5538;
  color:#fff;
  padding:12px 26px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  transition:all .3s ease;
}

.wp-support-btn:hover{
  background:#e94b2f;
  transform:scale(1.05);
}

/* موبایل */
@media(max-width:480px){
  .wp-support-card{
    padding:30px 18px;
  }
  .wp-support-card h2{
    font-size:20px;
  }
}/* End custom CSS */