:root {
  --zullit-navy: #0d2b7a;
  --zullit-blue: #1557d6;
  --zullit-orange: #ff4b00;
  --zullit-amber: #ff8a00;
  --zullit-yellow: #ffc107;
  --zullit-dark: #061b3a;
  --zullit-white: #ffffff;
}

html[lang="ar"],
html[dir="rtl"] {
  font-family: "Cairo", sans-serif;
  --font-heading: "Cairo", sans-serif;
  --font-body: "Cairo", sans-serif;
}

html[lang="en"],
html[dir="ltr"] {
  font-family: "Raleway", sans-serif;
}

html[lang="ar"] body,
html[lang="ar"] p,
html[lang="ar"] a,
html[lang="ar"] label,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ar"] option,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] th,
html[lang="ar"] td,
html[lang="ar"] li,
html[lang="ar"] small,
html[lang="ar"] strong,
html[lang="ar"] b,
html[lang="ar"] bdi,
html[lang="ar"] em,
html[lang="ar"] legend,
html[dir="rtl"] body,
html[dir="rtl"] p,
html[dir="rtl"] a,
html[dir="rtl"] label,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea,
html[dir="rtl"] option,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] th,
html[dir="rtl"] td,
html[dir="rtl"] li,
html[dir="rtl"] small,
html[dir="rtl"] strong,
html[dir="rtl"] b,
html[dir="rtl"] bdi,
html[dir="rtl"] em,
html[dir="rtl"] legend,
html[dir="rtl"] .btn,
html[dir="rtl"] .form-control,
html[dir="rtl"] .dropdown-menu,
html[dir="rtl"] .dropdown-item,
html[dir="rtl"] .modal,
html[dir="rtl"] .card-title,
html[dir="rtl"] .nav-link,
html[dir="rtl"] .dataTables_wrapper,
html[dir="rtl"] .select2-container,
html[dir="rtl"] .note-editor,
html[dir="rtl"] .tox:not(.tox-tinymce-inline) {
  font-family: "Cairo", sans-serif !important;
}

html[lang="en"] body,
html[lang="en"] button,
html[lang="en"] input,
html[lang="en"] select,
html[lang="en"] textarea {
  font-family: "Raleway", sans-serif !important;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] input[type="email"],
html[dir="rtl"] input[type="url"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] [data-ltr],
html[dir="rtl"] .ltr {
  direction: ltr;
  text-align: left;
  unicode-bidi: plaintext;
}

.zullit-brand-logo {
  width: auto;
  max-width: 220px;
  max-height: 72px;
  object-fit: contain;
}

/* Zullit landing page polish */
.home-banner {
  padding-top: 165px;
  min-height: 720px;
}

.home-banner .banner-img {
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.home-banner .banner-img img {
  width: 100%;
  transform: translateY(-10%);
}

.store-area {
  padding-top: 28px;
}

.store-area .section-title {
  text-align: center;
  margin-bottom: 46px;
}

.process-grid {
  position: relative;
}

.process-card {
  min-height: 265px;
  border: 0 !important;
  border-radius: 22px !important;
  background: #fff;
  box-shadow: 0 18px 50px rgba(13, 43, 122, .09);
  transform: none !important;
}

.process-card::after {
  display: none;
}

.process-card .process-step-number {
  position: absolute;
  top: 24px;
  inset-inline-end: 24px;
  font-size: 30px;
  font-weight: 800;
  color: rgba(21, 87, 214, .12);
}

.process-card .card-icon {
  color: #fff;
  border: 0 !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, var(--zullit-blue), var(--zullit-navy));
  box-shadow: 0 12px 25px rgba(21, 87, 214, .22);
}

.process-card:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 24px 60px rgba(13, 43, 122, .15) !important;
}

.pricing-area .card {
  height: calc(100% - 30px);
  border-radius: 22px;
  padding: 32px 22px;
}

.pricing-area .card .pricing-list {
  font-size: 14px;
}

.pricing-area .card .pricing-list li {
  padding-block: 7px;
}

.pricing-area .card .pricing-list .more-features-note {
  margin-top: 6px;
  color: var(--zullit-blue);
  font-weight: 700;
}

.pricing-area .card .price {
  font-size: 42px;
}

.footer-area {
  background: radial-gradient(circle at 85% 0%, rgba(21, 87, 214, .4), transparent 35%), linear-gradient(135deg, #071638, #0d1034 65%);
  border-radius: 42px 42px 0 0;
}

.footer-area .footer-top {
  padding-top: 82px !important;
  padding-bottom: 54px !important;
}

.zullit-footer-logo {
  max-width: 255px;
  max-height: 92px;
}

.footer-area .footer-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-cta-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.footer-cta-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--zullit-orange), var(--zullit-amber));
}

.footer-cta-btn {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 14px;
  color: #fff !important;
  border: 0;
  background: linear-gradient(135deg, var(--zullit-blue), var(--zullit-navy));
}

.footer-email {
  display: block;
  color: rgba(255,255,255,.82) !important;
  direction: ltr;
  text-align: start;
}

/* Mina assistant */
.mina-assistant {
  position: fixed;
  inset-inline-end: 24px;
  bottom: 24px;
  z-index: 9998;
  font-family: var(--font-body, "Cairo", sans-serif);
}

.mina-launcher {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 18px 8px 9px;
  color: #fff;
  border: 0;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--zullit-blue), var(--zullit-navy));
  box-shadow: 0 16px 36px rgba(13, 43, 122, .3);
}

html[dir="rtl"] .mina-launcher {
  padding: 8px 9px 8px 18px;
}

.mina-avatar {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zullit-orange), var(--zullit-amber));
}

.mina-launcher-label {
  font-weight: 700;
}

.mina-panel {
  position: absolute;
  inset-inline-end: 0;
  bottom: 72px;
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(13, 43, 122, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(6, 27, 58, .22);
}

.mina-panel[hidden] {
  display: none;
}

.mina-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--zullit-navy), var(--zullit-blue));
}

.mina-identity {
  display: flex;
  align-items: center;
  gap: 11px;
}

.mina-identity strong,
.mina-identity small {
  display: block;
  color: #fff;
}

.mina-identity small {
  margin-top: 2px;
  font-size: 12px;
  opacity: .82;
}

.mina-online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-inline-end: 5px;
  border-radius: 50%;
  background: #2ce080;
}

.mina-close {
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}

.mina-messages {
  height: 360px;
  overflow-y: auto;
  padding: 18px;
  background: #f7f9ff;
}

.mina-message {
  width: fit-content;
  max-width: 88%;
  margin-bottom: 12px;
  padding: 11px 14px;
  white-space: pre-line;
  line-height: 1.7;
  border-radius: 17px;
}

.mina-message-assistant,
.mina-message-typing {
  color: #172344;
  border-start-start-radius: 5px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(13, 43, 122, .07);
}

.mina-message-user {
  margin-inline-start: auto;
  color: #fff;
  border-start-end-radius: 5px;
  background: var(--zullit-blue);
}

.mina-message-typing {
  letter-spacing: 4px;
}

.mina-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.mina-quick-actions button {
  padding: 7px 10px;
  color: var(--zullit-navy);
  font-size: 12px;
  border: 1px solid rgba(21, 87, 214, .2);
  border-radius: 20px;
  background: #fff;
}

.mina-form {
  display: flex;
  gap: 9px;
  padding: 13px;
  border-top: 1px solid #edf0f7;
  background: #fff;
}

.mina-form textarea {
  min-height: 46px;
  max-height: 110px;
  flex: 1;
  resize: none;
  padding: 11px 13px;
  border: 1px solid #dfe5f3;
  border-radius: 15px;
}

.mina-form button {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: #fff;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--zullit-blue), var(--zullit-navy));
}

.mina-form.is-sending button {
  opacity: .55;
  pointer-events: none;
}

.mina-privacy {
  display: block;
  padding: 0 16px 12px;
  color: #7b8498;
  text-align: center;
  background: #fff;
}

.main-navbar .navbar-brand .zullit-brand-logo,
.main-responsive-nav .zullit-brand-logo {
  max-height: 64px;
}

.logo-header .zullit-brand-logo {
  max-width: 168px;
  max-height: 52px;
}

.login-logo.zullit-brand-logo {
  width: min(260px, 80vw) !important;
  max-height: 96px;
}

.primary-btn,
.btn-primary,
.page-item.active .page-link,
.badge-primary {
  background: linear-gradient(135deg, var(--zullit-blue), var(--zullit-navy)) !important;
  border-color: var(--zullit-blue) !important;
}

.primary-btn:hover,
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(135deg, var(--zullit-orange), var(--zullit-amber)) !important;
  border-color: var(--zullit-orange) !important;
}

a,
.text-primary {
  color: var(--zullit-blue);
}

a:hover {
  color: var(--zullit-orange);
}

html[dir="rtl"] .dropdown-menu,
html[dir="rtl"] .modal-content,
html[dir="rtl"] .alert,
html[dir="rtl"] .card,
html[dir="rtl"] table {
  text-align: right;
}

html[dir="rtl"] .dropdown-menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .table-responsive {
  direction: rtl;
}

html[dir="rtl"] .fa-arrow-right,
html[dir="rtl"] .fa-angle-right,
html[dir="rtl"] .fa-chevron-right,
html[dir="rtl"] .fa-long-arrow-right,
html[dir="rtl"] .fa-arrow-left,
html[dir="rtl"] .fa-angle-left,
html[dir="rtl"] .fa-chevron-left,
html[dir="rtl"] .fa-long-arrow-left {
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .zullit-brand-logo {
    max-width: 165px;
    max-height: 58px;
  }

  .home-banner {
    padding-top: 28px;
    min-height: auto;
  }

  .home-banner .banner-img {
    height: 390px;
  }

  .home-banner .banner-img img {
    transform: translateY(-12%);
  }

  .mina-assistant {
    inset-inline-end: 14px;
    bottom: 14px;
  }

  .mina-panel {
    position: fixed;
    inset: auto 12px 84px 12px;
    width: auto;
  }

  .mina-messages {
    height: min(390px, 48vh);
  }
}
