.elementor-745 .elementor-element.elementor-element-faa56bd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2eada38 *//* Fallback Brand Variables (إذا موقع حوش عنده متغيرات أصلًا، احذف هذا الجزء أو خليّه) */
  :root{
    --primary-color:#2FAEAA;
    --secondary-color:#1E8F8B;
    --bg-white:#ffffff;
    --bg-light:#f7fbfb;
    --bg-lighter:#f3f7f7;
    --text-white:#ffffff;
    --text-dark:#0f172a;
    --border-color: rgba(15,23,42,.10);
    --shadow-medium: 0 12px 30px rgba(0,0,0,.08);
    --shadow-light: 0 8px 18px rgba(0,0,0,.06);
    --gradient-primary: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    --radius-xl: 16px;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }

  /* Page */
  .hosh-terms-page{ direction: rtl; text-align: right; }

  .terms-hero{
    background: var(--gradient-primary);
    padding: 120px 0 80px;
    color: var(--text-white);
    text-align: center;
  }
  .terms-hero h1{ font-weight: 900; margin: 0 0 10px; font-size: 34px; }
  .terms-hero p{ margin: 0; opacity: .95; font-size: 16px; line-height: 1.9; }

  .terms-wrap{
    max-width: 980px;
    margin: -55px auto 60px;
    padding: 0 12px;
  }

  .terms-header-card{
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-medium);
    padding: 26px 22px;
    margin-bottom: 16px;
  }

  .warning-box{
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 1px solid #ffc107;
    color: #856404;
    padding: 18px 18px;
    border-radius: 14px;
    margin: 10px 0 0;
    border-right: 5px solid #ffc107;
    line-height: 1.95;
  }

  /* Accordion Cards */
  .hosh-accordion .accordion-item{
    background: transparent;
    border: none;
    margin-bottom: 12px;
  }

  .hosh-accordion .accordion-button{
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl) !important;
    box-shadow: var(--shadow-light);
    padding: 16px 18px;
    font-weight: 900;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .hosh-accordion .accordion-button:focus{
    box-shadow: 0 0 0 .2rem rgba(47,174,170,.15);
    border-color: rgba(47,174,170,.35);
  }

  .hosh-accordion .accordion-button:not(.collapsed){
    color: var(--primary-color);
    border-color: rgba(47,174,170,.35);
    box-shadow: var(--shadow-medium);
  }

  .section-badge{
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--gradient-primary);
    color: var(--text-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex: 0 0 auto;
  }

  .hosh-accordion .accordion-body{
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-top: none;
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
    padding: 16px 18px 18px;
    line-height: 2;
  }

  .terms-list{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .terms-list li{
    background: var(--bg-white);
    border: 1px solid var(--border-color);
    border-right: 4px solid var(--secondary-color);
    border-radius: 12px;
    padding: 12px 12px;
    margin-bottom: 10px;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .terms-list li:hover{
    transform: translateX(-4px);
    box-shadow: var(--shadow-light);
  }

  .terms-list strong{ color: var(--primary-color); }

  .important-note{
    margin-top: 18px;
    background: var(--gradient-primary);
    color: var(--text-white);
    border-radius: var(--radius-xl);
    padding: 18px 18px;
    text-align: center;
    line-height: 2;
    box-shadow: var(--shadow-medium);
  }

  .update-info{
    margin-top: 12px;
    background: var(--bg-lighter);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-xl);
    padding: 16px 18px;
    line-height: 2;
  }

  @media (max-width: 768px){
    .terms-hero{ padding: 90px 0 60px; }
    .terms-hero h1{ font-size: 26px; }
    .terms-wrap{ margin: -35px auto 40px; }
  }/* End custom CSS */