.elementor-3512 .elementor-element.elementor-element-b0dc864{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3512 .elementor-element.elementor-element-6221c06{width:var( --container-widget-width, 96.756% );max-width:96.756%;--container-widget-width:96.756%;--container-widget-flex-grow:0;}.elementor-3512 .elementor-element.elementor-element-6221c06.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3512 .elementor-element.elementor-element-737ea0a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3512 .elementor-element.elementor-element-96dda8c > .elementor-widget-container{background-color:#DDDDDF;}.elementor-3512 .elementor-element.elementor-element-96dda8c.ha-has-bg-overlay:hover > .elementor-widget-container::before{transition:background 0.3s;}.elementor-3512 .elementor-element.elementor-element-7e655b9{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-3512 .elementor-element.elementor-element-85f0b6f{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6221c06 */.hero-section {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 70px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.hero-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  direction: rtl;
}

.hero-content {
  flex: 1;
  max-width: 520px;
}

.hero-title {
  font-size: 34px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.5;
  margin: 0 0 18px 0;
}

.hero-title .highlight {
  display: inline-block;
  background: #3b82f6;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 8px;
  margin: 0 3px;
}

.hero-subtitle {
  font-size: 16px;
  color: #64748b;
  line-height: 1.8;
  margin: 0 0 28px 0;
}

.hero-btn {
  display: inline-block;
  background: #ea580c;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.25);
}

.hero-btn:hover {
  background: #c2410c;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.3);
}

.hero-image {
  flex: 1;
  max-width: 440px;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ========== ریسپانسیو ========== */
@media (max-width: 900px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 36px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-image {
    max-width: 380px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 50px 16px;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}

.hero-benefits {
  margin-top: 40px;
  padding: 0 16px;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}

.benefit-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.benefit-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: #fff7ed;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea580c;
}

.benefit-content h4 {
  margin: 0 0 3px 0;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
}

.benefit-content p {
  margin: 0;
  font-size: 12.5px;
  color: #6b7280;
}

/* ریسپانسیو - موبایل ۲ ستونی */
@media (max-width: 900px) {
  .benefits-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .benefits-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .benefit-item {
    padding: 12px 10px;
    gap: 10px;
  }

  .benefit-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .benefit-content h4 {
    font-size: 13px;
  }

  .benefit-content p {
    font-size: 11.5px;
  }
}

/*********

/* اجبار به تمام‌عرض شدن در موبایل */
@media (max-width: 768px) {
  .site-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    box-sizing: border-box;
  }

  .footer-main {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }

  .footer-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-bottom {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96dda8c */.services-section {
  padding: 60px 16px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.services-header {
  margin-bottom: 36px;
}

.services-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1f2937;
  margin: 0 0 10px 0;
}

.services-header p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 28px 18px 24px;
  transition: all 0.25s ease;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  border-color: #fdba74;
}

.service-icon {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea580c;
  margin-bottom: 18px;
}

.service-card h3 {
  font-size: 15.5px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 18px 0;
}

.service-btn {
  display: inline-block;
  background: #ea580c;
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.service-btn:hover {
  background: #c2410c;
  transform: scale(1.03);
}

/* ریسپانسیو - موبایل ۲ ستونی */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .service-card {
    padding: 22px 12px 20px;
  }

  .service-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
  }

  .service-card h3 {
    font-size: 13.5px;
    margin-bottom: 14px;
  }

  .service-btn {
    font-size: 12.5px;
    padding: 8px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a9d5b8 */.why-us-section {
  padding: 70px 16px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.why-us-header {
  margin-bottom: 44px;
}

.why-us-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1f2937;
  margin: 0 0 12px 0;
}

.why-us-header p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 30px 18px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.02);
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border-color: #e5e7eb;
}

.why-icon {
  width: 54px;
  height: 54px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea580c;
  margin: 0 auto 18px auto;
}

.why-card h3 {
  font-size: 15.5px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}

.why-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* ریسپانسیو - موبایل ۲ ستونی */
@media (max-width: 900px) {
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .why-card {
    padding: 22px 12px;
  }

  .why-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .why-card h3 {
    font-size: 14px;
  }

  .why-card p {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7e655b9 *//* ===== کارت مبلغ نهایی ===== */

#gform_wrapper_118 #field_118_47{

    background:linear-gradient(135deg,#EEF7FF,#F8FCFF);
    border:2px solid #2196F3;
    border-radius:14px;
    padding:12px 18px;
    margin:18px 0;
    box-shadow:0 8px 25px rgba(33,150,243,.10);

}

/* عنوان */

#gform_wrapper_118 #field_118_47 .gfield_label{

    font-size:17px;
    font-weight:700;
    color:#183153;
    margin-bottom:10px;
    text-align:center;

}

/* فیلد مبلغ */

#gform_wrapper_118 #input_118_47{

    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    height:auto;
    padding:0;
    font-size:30px;
    font-weight:800;
    color:#1565C0;
    text-align:center;
    cursor:default;

}

/* حذف فوکوس */

#gform_wrapper_118 #input_118_47:focus{

    outline:none;
    border:none;
    box-shadow:none;

}

/* افزودن کلمه تومان */

#gform_wrapper_118 #field_118_47 .ginput_container:after{

    content:" تومان";
    font-size:18px;
    font-weight:700;
    color:#183153;
    margin-right:6px;

}
/* ===== کارت تخفیف ===== */

#gform_wrapper_118 #field_118_39{

    background:linear-gradient(135deg,#F2FFF5,#FCFFFD);
    border:2px solid #22C55E;
    border-radius:12px;
    padding:10px 16px;
    margin:15px 0;
    box-shadow:0 6px 20px rgba(34,197,94,.10);

}

/* عنوان تخفیف */

#gform_wrapper_118 #field_118_39 .gfield_label{

    font-size:16px;
    font-weight:700;
    color:#166534;
    margin-bottom:8px;
    text-align:center;

}

/* مبلغ تخفیف */

#gform_wrapper_118 #input_118_39{

    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    height:auto;
    padding:0;
    font-size:24px;
    font-weight:800;
    color:#16A34A;
    text-align:center;
    cursor:default;

}

/* حذف فوکوس */

#gform_wrapper_118 #input_118_39:focus{

    outline:none;
    border:none;
    box-shadow:none;

}

/* افزودن تومان */

#gform_wrapper_118 #field_118_39 .ginput_container:after{

    content:" تومان";
    font-size:16px;
    font-weight:700;
    color:#166534;
    margin-right:6px;

}

/*----------------------*/
#gform_wrapper_118 .gsection{
    border:0 !important;
    margin:8px 0 15px !important;
    padding:0 !important;
}
/*----------------------*/
/* هر دو کارت */
#gform_wrapper_118 #field_118_47,
#gform_wrapper_118 #field_118_39{

    min-height:115px;
    display:flex;
    flex-direction:column;
    justify-content:center;

}
 کن#gform_wrapper_118 .gsection{
    border:0 !important;
    margin:8px 0 15px !important;
    padding:0 !important;
}
/* هر دو کارت */
#gform_wrapper_118 #field_118_47,
#gform_wrapper_118 #field_118_39{

    min-height:115px;
    display:flex;
    flex-direction:column;
    justify-content:center;

}
#gform_wrapper_118 #field_118_47 .gfield_label,
#gform_wrapper_118 #field_118_39 .gfield_label{

    text-align:center;
    margin-bottom:8px;

}
#gform_wrapper_118 #input_118_47,
#gform_wrapper_118 #input_118_39{

    text-align:center;

}
#gform_wrapper_118 #field_118_47{

    margin-left:8px;

}

#gform_wrapper_118 #field_118_39{

    margin-right:8px;

}
/* ===========================
   دکمه ادامه ثبت سفارش
=========================== */

#gform_wrapper_118 .single_add_to_cart_button,
#gform_wrapper_118 button[type="submit"]{

    width:calc(100% - 40px);
    margin:25px auto;
    display:block;

    height:58px;

    border:none;
    border-radius:14px;

    background:linear-gradient(135deg,#ff8a00,#ff6a00);

    color:#fff;
    font-size:19px;
    font-weight:700;

    box-shadow:0 10px 25px rgba(255,106,0,.28);

    transition:.25s;

}

#gform_wrapper_118 .single_add_to_cart_button:hover,
#gform_wrapper_118 button[type="submit"]:hover{

    transform:translateY(-2px);

    box-shadow:0 16px 35px rgba(255,106,0,.35);

}

#gform_wrapper_118 .single_add_to_cart_button:active,
#gform_wrapper_118 button[type="submit"]:active{

    transform:scale(.98);

}
/* ===========================
   زیباسازی فیلدهای فرم
=========================== */

#gform_wrapper_118 input[type="text"],
#gform_wrapper_118 input[type="number"],
#gform_wrapper_118 input[type="email"],
#gform_wrapper_118 input[type="tel"],
#gform_wrapper_118 textarea,
#gform_wrapper_118 select{

    height:48px;

    border:1px solid #D6E4F0;

    border-radius:10px;

    background:#FAFCFF;

    padding:0 15px;

    font-size:15px;

    transition:.25s;

    box-shadow:none;

}

/* تکست اریا */

#gform_wrapper_118 textarea{

    height:120px;

    padding:12px 15px;

}

/* حالت فوکوس */

#gform_wrapper_118 input:focus,
#gform_wrapper_118 textarea:focus,
#gform_wrapper_118 select:focus{

    border-color:#2196F3;

    background:#fff;

    box-shadow:0 0 0 4px rgba(33,150,243,.12);

    outline:none;

}

/* فاصله بین فیلدها */

#gform_wrapper_118 .gfield{

    margin-bottom:18px;

}

/* عنوان فیلدها */

#gform_wrapper_118 .gfield_label{

    font-size:14px;

    font-weight:600;

    color:#444;

    margin-bottom:6px;

}
/* ===========================
  کادرهای فرم Dropdown حرفه‌ای
=========================== */

#gform_wrapper_118 select{

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    background:#FAFCFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat left 15px center;

    padding-left:45px;

    cursor:pointer;

}

/* Hover */

#gform_wrapper_118 select:hover{

    border-color:#2196F3;

    background-color:#fff;

}

/* گزینه انتخاب شده */

#gform_wrapper_118 option{

    font-size:15px;

    padding:10px;

}

/* گرد شدن کل فرم */

#gform_wrapper_118 .gform_body{

    padding-top:10px;

}

/* فاصله عنوان تا فیلد */

#gform_wrapper_118 .gfield_label{

    margin-bottom:8px !important;

}

/* فاصله بین دو ستون */

#gform_wrapper_118 .gform_fields{

    row-gap:12px;

}


/*==============================
    فرم حرفه‌ای چاپ تدوین
==============================*/

.elementor-3512 .elementor-element.elementor-element-7e655b9 .product{

    background:#fff;

    border-radius:24px;

    padding:35px;

    box-shadow:0 20px 60px rgba(15,23,42,.08);

    border:1px solid #EDF2F7;

}
#gform_wrapper_118 input,
#gform_wrapper_118 select{

height:54px !important;

}

#gform_wrapper_118 .single_add_to_cart_button{

width:100% !important;

margin-top:30px;

}

#gform_wrapper_118 #field_118_10 .gfield_label:before{

content:"📄 ";

font-size:18px;

}


#gform_wrapper_118 #field_118_9 .gfield_label:before{

content:"🖨 ";

font-size:18px;

}



#gform_wrapper_118 #field_118_21 .gfield_label:before{

content:"📚 ";

font-size:18px;

}

#gform_wrapper_118 #field_118_39 .gfield_label:before{

content:"🎉 ";

font-size:18px;

}

#gform_wrapper_118 #field_118_47 .gfield_label:before{

content:"💰 ";

font-size:18px;

}

#gform_wrapper_118 #field_118_28 .gfield_label:before{

content:"📤 ";

font-size:18px;

}


.elementor-3512 .elementor-element.elementor-element-7e655b9{

background:#fff;

border-radius:24px;

padding:35px;

box-shadow:0 20px 60px rgba(15,23,42,.08);

}/* End custom CSS */