:root {
  --tl-primary: #005bbb;
  --tl-primary-dark: #0b2a4a;
  --tl-accent: #ff8c1a;
  --tl-light: #f4f9ff;
  --tl-text: #0f2233;
}


.Seven_Pockets_Image img {
  max-width: 100px;
  height: 100px;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}

body.tool-landing {
  font-family: "Tajawal", Arial, sans-serif;
  color: var(--tl-text);
  background: #fff;
  direction: rtl;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.tl-container {
  width: min(1200px, 92%);
  margin-inline: auto;
}

.tl-hero {
  background: linear-gradient(180deg, #005bbb 0%, #0a67c4 60%, #1a75cf 100%);
  color: #fff;
  padding: 40px 0 30px;
  padding-bottom: 0;
}

.tl-logo {
  max-height: 48px;
}

.tl-hero h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 30px;

}

.tl-hero p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 22px;
}

.tl-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tl-btn {
  font-size: 21px;
  border: none;
  border-radius: 8px;
  padding: 10px 29px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.tl-btn-primary {
  background: #ed5f0d;
  color: #fff;
  border: 1px solid #ed5f0d;
}

.tl-btn-primary:hover {
  background: #fff;
  color: #ed5f0d;
}

.tl-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.tl-btn-secondary:hover {
  background: #fff;
  color: #ed5f0d;
  border-color: #ed5f0d;
}



.tl-hero-card img {
  width: 120%;
  height: auto;
  border-radius: 10px;
  margin-top: -40px;
}

.tl-stats {
  background: #fff;
  border-bottom: 1px solid #e9eef5;
}

.tl-stats span {
  font-size: 21px;
  font-weight: 700;
}

.tl-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 14px 0;
  text-align: center;
}

.tl-stat {
  background: #f8fbff;
  border: 1px solid #e6eef8;
  border-radius: 10px;
  padding: 10px 8px;
}

.tl-stat strong {
  display: block;
  color: var(--tl-primary);
  font-size: 47px;
}



.tl-section {
  padding: 56px 0;
}

.tl-section.alt {
  background: var(--tl-light);
}

.tl-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.tl-sub {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  line-height: 1.9;
}

.tl-card {
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}

.tl-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--tl-primary);
  margin-bottom: 8px;
}

.tl-pocket-icon {

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.tl-old-way-wrap {
  margin-top: 10px;
}

.tl-old-way-list {
  text-align: right;
}

.tl-old-way-item {
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 14px;
}

.tl-old-way-item:last-child {
  margin-bottom: 0;
}

.tl-old-way-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--tl-primary);
  margin-bottom: 8px;
}

.tl-old-way-item p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
}

.tl-old-way-image {
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.tl-old-way-image img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.tl-video {
  background: linear-gradient(160deg, #0f3d73, #005bbb);
  border-radius: 14px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.qbank-steps-section {
  padding-top: 100px;
  padding-bottom: 70px;
  background: #fff;
}

.qbank-steps-section .QB-Last2Sections {
  color: #0b2440;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  margin-bottom: 40px;
}

.qbank-steps-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
  padding: 0 6px 14px;
  scrollbar-width: thin;
}

.qbank-step-btn {
  background: #fff;
  border: 2px solid #d6dfec;
  color: #102a43;
  border-radius: 12px;
  padding: 10px 14px;
  min-width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .25s ease;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.qbank-step-btn:hover {
  border-color: #4d88c7;
  color: #005bbb;
}

.qbank-step-btn.active {
  border-color: #f97316;
  background: #fff7f1;
  color: #f97316;
  box-shadow: 0 6px 14px rgba(249, 115, 22, .2);
}

.qbank-step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .9rem;
  line-height: 1;
}

.qbank-step-label {

  font-weight: 700;

}

.qbank-step-connector {
  height: 2px;
  width: 24px;
  background: #d6dfec;
  flex: 0 0 24px;
}

.qbank-steps-content {
  background: #f8fbff;
  border: 1px solid #e4edf8;
  border-radius: 16px;
  padding: 28px;
}

.qbank-step-panel {
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 14px;
  padding: 20px;
}

.qbank-steps-text h3 {
  color: #0b2a4a;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.qbank-steps-text h4 {
  color: #183b56;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.8;
}

.qbank-step-list {
  margin: 0;
  padding-right: 20px;
}

.qbank-step-list li {
  margin-bottom: 10px;
  color: #334e68;
  line-height: 1.9;
  font-weight: 500;
}

.qbank-step-panel picture,
.qbank-step-panel img {
  display: block;
  width: 100%;
}

.qbank-step-panel img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.aud-mini-card {
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aud-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  border-color: #d1dcf0;
}

.aud-mini-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aud-mini-icon svg {
  width: 28px;
  height: 28px;
}

.aud-mini-icon.light-blue {
  background-color: #eef6ff;
  color: #3b82f6;
}

.aud-mini-icon.light-purple {
  background-color: #f5f3ff;
  color: #8b5cf6;
}

.aud-mini-icon.light-green {
  background-color: #ecfdf5;
  color: #10b981;
}

.aud-mini-icon.light-red {
  background-color: #fff1f2;
  color: #f43f5e;
}

.aud-mini-icon.light-yellow {
  background-color: #fffbeb;
  color: #f59e0b;
}

.aud-mini-icon.light-pink {
  background-color: #fdf2f8;
  color: #ec4899;
}

.aud-mini-text {
  flex-grow: 1;
  font-size: 21px;
  font-weight: 700;
  color: var(--tl-primary-dark, #0b2a4a);
  text-align: center;
  line-height: 1.5;
}

.tl-cta {
  background: linear-gradient(180deg, #0c1f33, #102d49);
  color: #fff;
  text-align: center;
  padding: 56px 0;
}

.tl-cta h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tl-cta p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 24px;
}

@media (max-width: 991px) {

  .tl-hero-card img {
    width: 100% !important;
  }

  .Add_MT_Mob {
    margin-top: 120px;
  }

  .tl-hero h1 {
    font-size: 34px;
  }

  .tl-title {
    font-size: 26px;
  }

  .tl-cta h2 {
    font-size: 34px;
  }

  .tl-btn {
    font-size: 18px;
    padding: 8px 20px;
  }

  .tl-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tl-old-way-item {
    padding: 16px;
  }

  .qbank-steps-section {
    padding-top: 70px;
  }

  .qbank-steps-content {
    padding: 16px;
  }

  .qbank-steps-nav {
    overflow-x: hidden;
    overflow-x: clip;
  }

  .aud-mini-card {
    padding: 16px;
    gap: 15px;
  }

  .aud-mini-text {
    font-size: 19px;
  }
}



.qbank-step-panel {
  padding: 14px;
}

.qbank-steps-text h3 {
  font-size: 1.45rem;
}



.qbank-step-btn {
  min-width: 145px;
  padding: 8px 10px;
}



@media (max-width: 575px) {
  .tl-btns {
    justify-content: center;
  }

  .qbank-step-btn {
    min-width: 130px;
    padding: 7px 9px;
  }

  .qbank-step-number {
    width: 24px;
    height: 24px;
    font-size: .8rem;
  }

  .qbank-step-label {
    font-size: .8rem;
  }

  .qbank-step-connector {
    width: 14px;
    flex-basis: 14px;
  }

  .tl-card h3 {
    font-size: 20px !important;
  }
}

/* ========================================= */
/* Typography Amendment Styles */
/* Generated per Typography Readme requirements */
/* ========================================= */

/* Global Typography Amendments (Excluding .qbank-steps-section) */
header h1,
section:not(.qbank-steps-section) h1 {
  font-size: 44px;
  font-weight: 700;
}

header h2,
section:not(.qbank-steps-section) h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
}

header h2 u,
section:not(.qbank-steps-section) h2 u {
  color: #ed5f07;
  text-decoration: none;
}

header h3,
section:not(.qbank-steps-section) h3 {
  font-size: 24px;
  font-weight: 700;
}

header p:not(.tl-sub):not(.tl-hero p),
section:not(.qbank-steps-section) p:not(.tl-sub):not(.tl-hero p) {
  font-size: 20px;
  font-weight: 400;
}

header li,
section:not(.qbank-steps-section) li {
  font-size: 21px;
  font-weight: 300;
}

header .tl-btn,
section:not(.qbank-steps-section) .tl-btn {
  font-size: 23px;
  font-weight: 700;
}