
/*====================================
  Custom CSS
  Author: Salwa
  Description: Custom styles for the theme
====================================*/




/*-------------- contact form 7 -------------*/
/* container فرم */
.custom-form {
  max-width: 600px;
  margin: auto;
  padding: 35px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
  font-family: 'Poppins', sans-serif;
}

/* فیلدها */
.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  font-size: 15px;
  background: #f9fafc;
  transition: all .35s ease;
}

/* افکت فوکوس */
.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #4a7dff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(74,125,255,0.15);
  outline: none;
  transform: translateY(-2px);
}

/* textarea */
.custom-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* دکمه */
.custom-form input[type="submit"] {
  background: linear-gradient(135deg,#4a7dff,#00c6ff);
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .35s ease;
}

/* hover دکمه */
.custom-form input[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* پیام موفقیت */
.custom-form .wpcf7-response-output {
  border-radius: 6px;
  padding: 10px;
  margin-top: 15px;
}

/* ارور */
.custom-form .wpcf7-not-valid {
  border-color: #ff4d4d;
}

.custom-form .wpcf7-not-valid-tip {
  font-size: 13px;
}

/*****************************/
@media (max-width: 480px) {

    
     .cta-image{
     position: unset;
      border:8px solid #ffffff !important;
      width:50% !important;
      height:auto;
    }
}

