.elementor-10988 .elementor-element.elementor-element-c7f6b41{--display:flex;}.elementor-10988 .elementor-element.elementor-element-6c9e819{--display:flex;}/* Start custom CSS for html, class: .elementor-element-466e2fe */.gheychi-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding: 40px 0;
}

.gheychi-categories .category-item {
  text-align: center;
  width: 120px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gheychi-categories .category-item:hover {
  transform: translateY(-4px);
}

.gheychi-categories .category-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.gheychi-categories .category-item span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89b83b6 */.gheychi-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding: 40px 0;
}

.gheychi-categories .category-item {
  text-align: center;
  width: 120px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gheychi-categories .category-item:hover {
  transform: translateY(-4px);
}

.gheychi-categories .category-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.gheychi-categories .category-item span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff64be4 */.help-box {
  max-width: 400px;
  margin: auto;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
  font-family: sans-serif;
  direction: rtl;
  text-align: right;
}

.help-header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.help-icon {
  font-size: 40px;
  background: #00aaff;
  color: white;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.help-header h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.help-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-update {
  background-color: #19c37d;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

.btn-compare {
  background-color: #1e1e8f;
  color: white;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

h3 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: bold;
}

.faq-item {
  background-color: #f7f9fb;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-item:hover {
  background-color: #eef3f8;
}

.faq-question {
  font-weight: 500;
}

.faq-answer {
  font-size: 14px;
  color: #444;
  margin-top: 8px;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-answer {
  display: none;
}

.help-footer {
  text-align: center;
  margin-top: 30px;
}

.footer-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-secondary {
  background-color: #e3f0ff;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  color: #0077cc;
  font-weight: 500;
}

.btn-primary {
  background-color: #0077cc;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS *//* استایل کلی هر آیتم دسته‌بندی */
.category-item {
    background-color: #f4f6fa;
    border-radius: 24px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);
}

/* هاور آیتم */
.category-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

/* آیکون داخل آیتم */
.category-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

/* عنوان دسته */
.category-item-title {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    margin-top: 8px;
}/* End custom CSS */