﻿  body,
  html,
  button,
  input,
  textarea,
  .ba-hero__title,
  .ba-intro__headline,
  .ba-about__title,
  .ba-scope__title,
  .ba-method__title,
  .ba-cta__title,
  p,
  h1,
  h2,
  h3,
  h4,
  span,
  a,
  .ba-label {
      font-family: 'Tajawal', 'Host Grotesk', sans-serif !important;
  }
  body,
  html {
      direction: rtl;
      text-align: right;
  }
  em,
  i {
      font-style: normal !important;
  }
  .ba-hero {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 4rem 2rem;
  }
  @media (min-height: 800px) {
      .ba-hero {
          padding: 5rem 2rem;
      }
  }
  @media (min-height: 900px) {
      .ba-hero {
          padding: 6rem 2rem;
      }
  }
  .ba-hero__main {
      overflow: visible !important;
      padding: 0 2rem;
      text-align: right;
  }
  .ba-hero__title-mask {
      overflow: visible !important;
      white-space: normal !important;
      line-height: 1.2;
      margin-bottom: 0.5rem;
      text-align: right;
  }
  .ba-hero__title-mask:first-of-type {
      margin-bottom: 0.25rem;
  }
  .ba-hero__title {
      font-weight: 800;
      letter-spacing: -0.02em;
      display: inline-block;
      white-space: normal !important;
      word-wrap: break-word;
      font-size: clamp(2rem, 7vw, 8.5rem) !important;
      line-height: 1.2 !important;
  }
  @media (min-width: 1400px) {
      .ba-hero__title {
          font-size: 8.5rem !important;
      }
  }
  @media (max-width: 1200px) and (min-width: 769px) {
      .ba-hero__title {
          font-size: 5rem !important;
      }
      .ba-hero__main {
          padding: 0 1.5rem;
      }
  }
  @media (max-width: 768px) {
      .ba-hero {
          height: 100vh !important;
          height: 100svh !important;
          min-height: 100svh !important;
          min-height: 100vh !important;
          padding: 4rem 1rem 2rem !important;
      }
      .ba-hero__main {
          padding: 0 0.75rem;
          justify-content: center;
          display: flex;
          flex-direction: column;
      }
      .ba-hero__title {
          font-size: clamp(1.6rem, 5vw, 2.8rem) !important;
          line-height: 1.4 !important;
      }
      .ba-hero__title-mask {
          margin-bottom: 0.75rem;
      }
  }
  @media (max-width: 480px) {
      .ba-hero__title {
          font-size: 2.8rem !important;
      }
      .ba-hero__main {
          padding: 0 0.5rem;
      }
  }
  .ba-hero__footer-cell:first-child {
      text-align: right;
  }
  @media (max-width: 768px) {
      .ba-hero__scroll {
          left: 20px !important;
          right: auto !important;
      }
  }
  .ba-btn__arrow {
      transform: scaleX(-1);
  }
  @media (max-width: 480px) {
      .form-submit-btn {
          padding: 0.7rem 1.5rem !important;
      }
      .form-submit-btn .btn-label span {
          font-size: 0.9rem !important;
      }
  }
  .ba-intro__right {
      text-align: right;
  }
  .ba-outcome-card {
      text-align: right;
  }
  .ba-scope-row__icon {
      margin-left: 0;
      margin-right: 0;
  }
  .ba-step {
      text-align: right;
  }
  .ba-hero__title,
  .ba-about__title,
  .ba-scope__title {
      letter-spacing: -0.02em;
  }
  .ba-hero__title {
      font-weight: 800;
  }
  .ba-about__title,
  .ba-scope__title,
  .ba-method__title {
      font-weight: 700;
  }
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  body {
      font-family: 'Tajawal', sans-serif;
      background-color: var(--base-300);
      color: var(--base-100);
      overflow-x: hidden;
      direction: rtl;
  }
  .ba-cta {
      padding-bottom: clamp(10rem, 15vw, 18rem) !important;
  }
  .btn,
  .primary-btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      padding: 0.6rem 2.2rem 0.6rem 0.6rem;
      border-radius: 4rem;
      background-color: #fff;
      color: var(--base-100);
      border: 1px solid rgba(24, 23, 23, 0.1);
      transition: none;
      cursor: none !important;
      width: max-content;
      text-decoration: none;
      font-family: inherit;
  }
  .btn-icon {
      width: 3.2rem;
      height: 3.2rem;
      background-color: var(--em-accent);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.4rem;
      border-radius: 50%;
      transition: none;
  }
  .btn-label span {
      font-size: 1rem;
      font-weight: 600;
  }
  .btn-icon ion-icon {
      transform: rotate(180deg);
  }
  .logo-text {
      font-size: 3rem;
      font-weight: 500;
      color: #f5f5f5;
      letter-spacing: -0.05rem;
      line-height: 1.1;
      white-space: nowrap;
      display: inline-block;
      transition: letter-spacing 0.4s ease;
      text-decoration: none;
  }
  .logo-text:hover {
      letter-spacing: 0.05em;
  }
  .logo-img {
      height: 45px;
      width: auto;
      filter: brightness(0) invert(1);
      transition: transform 0.4s ease;
  }
  .logo-text:hover .logo-img {
      transform: scale(1.05);
  }
