/* استایل کلی فرم */
#webform-client-form-312 {
    background-color: #f9fdfb;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #d8e4e0;
    max-width: 600px;
    margin: 20px auto;
    font-family: Tahoma, sans-serif;
}

/* استایل برچسب‌ها (Label) */
#webform-client-form-312 label {
    color: #2D6A4F;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

/* استایل فیلدهای ورودی */
#webform-client-form-312 .form-text ,#webform-client-form-312 textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 15px;
    box-sizing: border-box; /* برای جلوگیری از بیرون زدگی فیلد */
    transition: border-color 0.3s;
}

#webform-client-form-312 .form-text:focus, #webform-client-form-312 textarea:focus{
    border-color: #0077B6;
    outline: none;
}

/* استایل چک‌باکس‌ها */
#webform-client-form-312 .form-checkboxes {
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border-right: 3px solid #2D6A4F;
}

#webform-client-form-312 .form-checkboxes label {
    font-weight: normal;
    color: #333;
    display: inline;
    margin-right: 5px;
}

/* متن‌های توضیحی پایین فیلدها */
#webform-client-form-312 .description {
    font-size: 0.85em;
    color: #666;
    margin-top: -10px;
    margin-bottom: 15px;
}

/* استایل دکمه ارسال */
#webform-client-form-312 .webform-submit {
    background-color: #0077B6;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

#webform-client-form-312 .webform-submit:hover {
    background-color: #025a87;
}

/* استایل نوار پیشرفت (اختیاری برای هماهنگی رنگ) */
#webform-client-form-312 .webform-progressbar-inner {
    background-color: #2D6A4F !important;
}

#webform-client-form-312 .webform-progressbar-page.current {
    color: #2D6A4F;
    font-weight: bold;
}



/* استایل بخش اطلاعات تماس (با استفاده از ID) */
#contact-info-section {
    background-color: #f9fdfb;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #d8e4e0;
    max-width: 600px;
    margin: 20px auto;
    font-family: Tahoma, sans-serif;
    color: #333;
    line-height: 1.6;
}

#contact-info-section h2 {
    color: #2D6A4F;
    font-size: 1.4em;
    border-bottom: 2px solid #2D6A4F;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 25px;
}

#contact-info-section strong {
    color: #2D6A4F;
    display: block;
    margin-top: 15px;
    font-size: 1.1em;
}

#contact-info-section p {
    margin: 5px 0;
    color: #555;
    font-size: 0.95em;
}






#setayesh th{
  background:#2E7D32;
  color:#fff;
  padding:12px 10px;
  border:1px solid #C8E6C9;
}
#setayesh td{
  padding:10px;
  border:1px solid #C8E6C9;
  color:#222;
}
#setayesh tbody tr:nth-child(even) td{background:#E8F5E9;}
#setayesh tbody tr:nth-child(odd) td{background:#FFFFFF;}
</style>

<style>
#setayesh{
  width:90%;
  margin:20px auto;
  border-collapse:collapse;
  direction:rtl;
  font-family:Tahoma, Arial, sans-serif;
  font-size:14px;
  background:#fff;
  border:1px solid #C8E6C9;
  text-align:center;
}
#setayesh th{
  background:#2E7D32;
  color:#fff;
  padding:12px 10px;
  border:1px solid #C8E6C9;
}
#setayesh td{
  padding:10px;
  border:1px solid #C8E6C9;
  color:#222;
}
#setayesh tbody tr:nth-child(even) td{background:#E8F5E9;}
#setayesh tbody tr:nth-child(odd) td{background:#FFFFFF;}
</style>