/* ===========================
   ✨ ظاهر مدرن برای حامی ارقام
   =========================== */



.woocommerce .star-rating span::before,.woocommerce .star-rating::before {
    font-family: star;
}
ul.products li.product span.onsale{
transform: rotate(-45deg);
    transform-origin: center right;
    z-index: 1;
    padding: 10px 5px !important;
    background-color: #ff0000;
    color: #f5f5f5;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 10px !important;
    width: 75px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
ul.products li.product span.onsale:hover{
animation: ZoomIn;
animation-duration: 3s;
    background-color: #9c0000;

}
/* Tarahan-Shomal.ir */
/* local: /contact page */
/* Description: زیباسازی فرم مشاوره */

#gform_1 input[type="text"],
#gform_1 input[type="email"],
#gform_1 input[type="tel"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

#gform_1 input[type="text"]:focus,
#gform_1 input[type="email"]:focus,
#gform_1 input[type="tel"]:focus {
  border-color: #204ce5;
  outline: none;
  background-color: #f9f9ff;
}

#gform_1 label.gfield_label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #333;
}

#gform_1 .gform_footer input[type="submit"] {
  background-color: #204ce5;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

#gform_1 .gform_footer input[type="submit"]:hover {
  background-color: #002c9c;
}
/* Tarahan-Shomal.ir */
/* local: /certificate-inquiry */
/* Description: زیباسازی فرم‌های استعلام گواهی حضور، پایان دوره و فنی حرفه‌ای */

#gform_wrapper_10 input[type="text"],
#gform_wrapper_11 input[type="text"],
#gform_wrapper_12 input[type="text"],
#gform_wrapper_10 input[type="tel"],
#gform_wrapper_11 input[type="tel"],
#gform_wrapper_12 input[type="tel"],
#gform_wrapper_10 input[type="email"],
#gform_wrapper_11 input[type="email"],
#gform_wrapper_12 input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

#gform_wrapper_10 input:focus,
#gform_wrapper_11 input:focus,
#gform_wrapper_12 input:focus {
  border-color: #204ce5;
  outline: none;
  background-color: #f4f8ff;
}

.gform_wrapper .gfield_label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  color: #222;
}

.gform_wrapper .gform_title {
  font-size: 20px;
  color: #204ce5;
  margin-bottom: 20px;
}

.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #204ce5;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: inline-block;
  margin-top: 10px;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #002c9c;
}

/* واکنش‌گرایی */
@media (max-width: 600px) {
  .gform_wrapper input {
    font-size: 15px;
  }
  .gform_wrapper .gform_title {
    font-size: 18px;
  }
}

