.elementor-6295 .elementor-element.elementor-element-5e713d70{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-dda12e9 */<style>
  .salam-faq-section {
    max-width: 920px;
    margin: 40px auto;
    padding: 0 16px;
    direction: rtl;
    font-family: inherit;
  }

  .salam-faq-header {
    text-align: center;
    margin-bottom: 24px;
  }

  .salam-faq-header h2 {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 800;
    color: #1f2937;
    line-height: 1.6;
  }

  .salam-faq-header p {
    margin: 0;
    font-size: 15px;
    color: #6b7280;
    line-height: 2;
  }

  .salam-faq-list {
    display: grid;
    gap: 14px;
  }

  .salam-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
    overflow: hidden;
    transition: all 0.25s ease;
  }

  .salam-faq-item:hover {
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.10);
    transform: translateY(-2px);
  }

  .salam-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 22px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    line-height: 1.9;
    transition: all 0.25s ease;
  }

  .salam-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .salam-faq-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e11d48 0%, #fb7185 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    box-shadow: 0 8px 18px rgba(225, 29, 72, 0.22);
    transition: all 0.25s ease;
  }

  .salam-faq-question {
    flex: 1;
    padding-left: 8px;
  }

  .salam-faq-arrow {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: rotate(-45deg);
    transition: transform 0.25s ease, border-color/* End custom CSS */