/* Dubai to Saudi Arabia landing page design system */
.ksa-page {
  --ksa-blue: #075cad;
  --ksa-deep: #071d38;
  --ksa-yellow: #fccc03;
  --ksa-soft: #edf1fc;
  --ksa-ink: #222735;
  color: #354052;
  font-family: var(--body-font, "Source Sans Pro", sans-serif);
  overflow: hidden;
}

.ksa-page * {
  box-sizing: border-box;
}

.ksa-section {
  padding: 74px 0;
}

.ksa-soft {
  background: var(--ksa-soft);
}

.ksa-center {
  text-align: center;
  margin-top: 34px;
}

/* =========================================
   BUTTONS
========================================= */
.ksa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 28px;
  background: var(--ksa-yellow);
  border: 2px solid var(--ksa-yellow);
  border-radius: 6px;
  color: #fff !important;
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 15px rgba(252, 204, 3, 0.35);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  text-decoration: none;
  margin-block-start: 20px;
}

.ksa-btn i {
  transition: transform 0.25s ease;
  font-size: 14px;
}

.ksa-btn:hover {
  background: var(--ksa-blue);
  border-color: var(--ksa-blue);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(7, 92, 173, 0.4);
}

.ksa-btn:hover i {
  transform: translateX(4px);
}

.ksa-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(7, 92, 173, 0.25);
}

/* =========================================
   SECTION HEADINGS
========================================= */
.ksa-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 42px;
}

.ksa-heading--left {
  text-align: left;
  margin-left: 0;
}

.ksa-heading__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: clamp(30px, 3.2vw, 47px);
  color: #252936;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 14px;
}

.ksa-heading__desc {
  max-width: 700px;
  margin: 0 auto;
  color: #262934;
  line-height: 1.55;
}

.ksa-heading--left .ksa-heading__desc {
  margin-left: 0;
}

.ksa-kicker {
  display: block;
  color: var(--ksa-blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

/* =========================================
   HERO SECTION
========================================= */
.ksa-hero {
  min-height: 690px;
  display: flex;
  align-items: center;
  background: #02071b;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.ksa-hero__pattern {
  position: absolute;
  inset: 0 auto 0 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

.ksa-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  z-index: 0;
  pointer-events: none;
}

.ksa-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 7, 27, 0.98) 0%, rgba(2, 7, 27, 0.82) 42%, rgba(2, 7, 27, 0.08) 78%);
  pointer-events: none;
}

.ksa-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ksa-hero__copy {
  max-width: 680px;
  color: #ffffff;
}

.ksa-hero__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  line-height: 1.12;
  margin-top: 0;
}

.ksa-hero__subtitle {
  line-height: 1.55;
}

.ksa-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 205, 5, 0.65);
  border-radius: 50px;
  background: rgba(255, 205, 5, 0.15);
  color: var(--ksa-yellow);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-block-end: 24px;
}

.ksa-trust {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  margin-top: 28px;
}

.ksa-trust__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ksa-trust__label {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 22px;
}

.ksa-trust__img {
  height: 92px;
  width: auto;
  object-fit: contain;
}

.ksa-trust__img--reviews {
  width: 180px;
  object-position: left;
}

/* =========================================
   SPLIT CONTENT SECTION
========================================= */
.ksa-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: flex-start;
  max-width: 100%;
}

.ksa-split__image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
}

/* .ksa-split__content {
  display: flex;
  flex-direction: column;
} */

.ksa-split__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: clamp(31px, 3vw, 46px);
  color: #252936;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 18px;
}

.ksa-split__desc {
  line-height: 1.55;
  color: #354052;
  margin-bottom: 14px;
}

/* =========================================
   STATS & PROOF
========================================= */
.ksa-proof {
  padding-top: 20px;
}

.ksa-proof .ksa-heading {
  margin-bottom: 28px;
}

.ksa-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 950px;
  margin: auto;
}

.ksa-stat-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 15px;
  padding: 18px 28px;
  border-right: 1px solid #d8dee9;
  align-items: flex-start;
}

.ksa-stat-item:last-child {
  border: 0;
}

.ksa-stat-item__icon,
.ksa-stat-item__img {
  grid-row: 1/3;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ksa-stat-item__number {
  font: 700 36px/1 var(--heading-font, "Oswald", sans-serif);
  color: #252936;
}

.ksa-stat-item__label {
  font-size: 14px;
  margin-top: 5px;
}

/* =========================================
   SERVICES GRID (UNDER ONE ROOF)
========================================= */
.ksa-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1100px;
  margin: auto;
}

.ksa-service-card {
  background: #ffffff;
  border: 1px solid #e1e7f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(11, 35, 71, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.ksa-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(11, 35, 71, 0.1);
}

.ksa-service-card__img {
  width: calc(100% - 18px);
  height: 185px;
  object-fit: cover;
  border-radius: 8px;
  margin: 9px 9px 0 9px;
}

.ksa-service-card__body {
  padding: 18px 20px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ksa-service-card__title {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--heading-font, "Oswald", sans-serif);
  color: #0066cd;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.25;
}

.ksa-service-card__desc {
  font-size: 14px;
  line-height: 1.55;
  color: #262934;
  margin: 0;
}

/* =========================================
   CTA BAND
========================================= */
.ksa-band {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  color: #ffffff;
}

.ksa-band__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.ksa-band > .container {
  position: relative;
  z-index: 1;
}

.ksa-band__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: clamp(32px, 4.5vw, 60px);
  color: #ffffff;
  margin-top: 0;
  line-height: 1.12;
}

.ksa-band__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 38px;
  padding: 12px 12px 12px 22px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
}

.ksa-band__text {
  font-size: 16px;
  color: #ffffff;
  max-width: 620px;
}

/* =========================================
   METHOD COMPARISON (ROAD VS AIR)
========================================= */
.ksa-method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1040px;
  margin: 0 auto;
}

.ksa-method-card {
  border: 1px solid #b8c2d0;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px 14px 26px 14px;
  display: flex;
  flex-direction: column;
}

.ksa-method-card__img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.ksa-method-card__body {
  padding: 22px 10px 0 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ksa-method-card__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: 32px;
  font-weight: 700;
  color: #272d3b;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.18;
}

.ksa-method-card__subtitle {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #272d3b;
  margin-top: 2px;
}

.ksa-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.ksa-checks__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #edf1f6;
  font-size: 16px;
  line-height: 1.45;
  color: #4b5563;
  font-weight: 500;
}

.ksa-checks__item:last-child {
  border-bottom: none;
}

.ksa-checks__icon {
  color: #f7b928;
  font-size: 20px;
  flex-shrink: 0;
}

/* =========================================
   TABLE SECTION
========================================= */
.ksa-table-section {
  padding-top: 30px;
}

.ksa-table-wrap {
  max-width: 1040px;
  margin: 0 auto;
  overflow-x: auto;
}

.ksa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #7a8e9f;
}

.ksa-table__th {
  background: #34495e;
  color: #ffffff;
  padding: 14px 24px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #7a8e9f;
  letter-spacing: 0.01em;
}

.ksa-table__th:first-child {
  width: 32%;
}

.ksa-table__th:last-child {
  width: 68%;
}

.ksa-table__td {
  padding: 13px 26px;
  border: 1px solid #a2b1bf;
  color: #374151;
  font-size: 15px;
  line-height: 1.45;
}

.ksa-table__row:nth-child(even) {
  background: #e1e7f1;
}

.ksa-table__row:nth-child(odd) {
  background: #ffffff;
}

/* =========================================
   FOUR-GRID (CARGO CATEGORIES)
========================================= */
.ksa-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.ksa-four-card {
  background: #ffffff;
  border-radius: 9px;
  padding: 32px 24px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  cursor: pointer;
}

.ksa-four-card__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: 23px;
  font-weight: 700;
  color: #0259ab;
  margin: 0 0 20px 0;
  line-height: 1.25;
  transition: color 0.3s ease;
}

.ksa-four-card__list {
  padding-left: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ksa-four-card__item {
  list-style: disc;
  font-size: 15px;
  color: #374151;
  line-height: 1.45;
  transition: color 0.3s ease;
}

.ksa-four-card__item::marker {
  color: #2b354f;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

/* Hover state: Blue background with yellow title and white text */
.ksa-four-card:hover {
  background: #0259ab;
  transform: translateY(-4px);
  box-shadow: 0 16px 22px rgba(0, 0, 0, 0.18);
}

.ksa-four-card:hover .ksa-four-card__title {
  color: #fccc03;
}

.ksa-four-card:hover .ksa-four-card__item {
  color: #ffffff;
}

.ksa-four-card:hover .ksa-four-card__item::marker {
  color: #fccc03;
}

/* =========================================
   DOCUMENTS SECTION (TABS & CARDS)
========================================= */
.ksa-docs {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 0;
  max-width: 1229px;
  margin: 35px auto 0;
  background: #f8fafc;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(11, 35, 71, 0.03);
}

.ksa-docs__tabs {
  background: #0259ab;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.ksa-tab-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  min-height: 72px;
  padding: 12px 18px;
  font-size: 19px;
  font-weight: 700;
  font-family: var(--heading-font, "Oswald", sans-serif);
  letter-spacing: 0.01em;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.ksa-tab-btn .ksa-tab-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #0259ab;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.ksa-tab-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

.ksa-tab-btn.active {
  background: #ffffff;
  color: #0259ab;
  border-color: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  font-weight: 700;
}

.ksa-tab-btn.active .ksa-tab-icon {
  background: #0259ab;
  color: #fccc03;
}

.ksa-docs__panels {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ksa-doc-panel {
  display: none;
  width: 100%;
}

.ksa-doc-panel.active {
  display: block;
}

.ksa-accordion-header {
  display: none;
}

.ksa-docs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 16px 18px;
  align-content: center;
}

.ksa-doc-card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  padding: 14px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 115px;
  box-shadow: 0 2px 6px rgba(11, 35, 71, 0.02);
  transition: all 0.25s ease;
}

.ksa-doc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(2, 89, 171, 0.1);
  border-color: #0259ab;
}

.ksa-doc-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fccc03;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 10px;
  flex-shrink: 0;
}

.ksa-doc-card span {
  font-size: 13.5px;
  line-height: 1.35;
  color: #374151;
  font-weight: 500;
}

/* =========================================
   REALITIES SECTION
========================================= */
.ksa_Documentation {
  padding-bottom: 20px;
}

.ksa_Documentation .ksa-heading,
.ksa_Documentation .ksa-heading__desc {
  margin-inline: 0;
  text-align: start;
}

.ksa-realities__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto;
}

.ksa-realities__card {
  background: #f9f9f9;
  border-radius: 9px;
  padding: 38px 34px 34px;
  display: flex;
  flex-direction: column;
}

.ksa-realities__title {
  font-size: 27px;
  font-weight: 700;
  font-family: var(--heading-font, "Oswald", sans-serif);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #1f2937;
  line-height: 1.2;
}

.ksa-realities__card.ksa-card--blue .ksa-realities__title {
  color: #ffffff !important;
}

.ksa-realities__icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #222222;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.ksa-card--blue .ksa-realities__icon-box {
  background: #ffffff !important;
  color: #0259ab !important;
}

.ksa-realities__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ksa-realities__item {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}

.ksa-realities__item:last-child {
  margin-bottom: 0;
}

.ksa-realities__strong {
  color: #111827;
  font-weight: 700;
}

.ksa-realities__card.ksa-card--blue {
  background: #0259ab !important;
  box-shadow: 0 12px 28px rgba(2, 89, 171, 0.22);
}

.ksa-card--blue .ksa-realities__item {
  color: #ffffff !important;
}

.ksa-card--blue .ksa-realities__strong {
  color: #fccc03 !important;
  font-weight: 700;
}

.ksa-mini-cta {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 215px;
  margin: 60px auto 0;
  padding: 35px 45px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #ffffff;
}

.ksa-mini-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 35, 68, 0.96),
    rgba(0, 35, 68, 0.15)
  );
  pointer-events: none;
}

.ksa-mini-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.ksa-mini-cta__content {
  position: relative;
  z-index: 2;
}

.ksa-mini-cta__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  color: #ffffff;
  font-size: 38px;
  margin-top: 0;
  line-height: 1.15;
}

.ksa-band__bar .ksa-btn {
  margin-block-start: 0;
}

/* =========================================
   TIMELINE SECTION
========================================= */
.ksa-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 150px auto 40px;
  position: relative;
}

.ksa-timeline::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 15%;
  right: 15%;
  border-top: 2px dashed #b0c2de;
  z-index: 1;
}

.ksa-timeline__card {
  background: #ffffff;
  padding: 36px 26px 28px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #e1e7f2;
  box-shadow: 0 4px 18px rgba(11, 35, 71, 0.04);
  display: flex;
  flex-direction: column;
}

.ksa-timeline__step {
  position: absolute;
  top: -134px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid #edf1fc;
  background: #ffcd05;
  font: 700 28px var(--heading-font, "Oswald", sans-serif);
  color: #075cad;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.ksa-timeline__title {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--heading-font, "Oswald", sans-serif);
  color: #222735;
  margin-top: 0;
  margin-bottom: 18px;
  text-align: left;
}

.ksa-timeline .ksa-checks__item {
  position: relative;
  padding: 0 0 0 24px;
  border-bottom: 0;
  margin-bottom: 12px;
  font-size: 14px;
  color: #4a5568;
  line-height: 1.5;
}

.ksa-timeline .ksa-checks__item:last-child {
  margin-bottom: 0;
}

.ksa-timeline .ksa-checks__item::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffcd05;
  font-size: 15px;
}

/* =========================================
   CITY GRID SECTION
========================================= */
.ksa-city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1140px;
  margin: 0 auto;
}

.ksa-city-card {
  background: #f9f9f9;
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.ksa-city-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-color: #cbd5e1;
}

.ksa-city-card__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: 24px;
  font-weight: 700;
  color: #222735;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}

.ksa-city-card__desc {
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 22px;
  flex-grow: 1;
}

.ksa-city-card__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: #fce17b;
  border-radius: 6px;
  color: #222735 !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.25s ease;
  border: none;
}

.ksa-city-card__btn i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.ksa-city-card__btn:hover {
  background: #fcd34d;
  color: #111827 !important;
  transform: translateY(-1px);
}

.ksa-city-card__btn:hover i {
  transform: translateX(3px);
}

/* =========================================
   PROCESS GRID (6 STEPS)
========================================= */
.ksa-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: auto;
}

.ksa-process-card {
  background: #ffffff;
  border: 1px solid #e1e7f0;
  border-radius: 12px;
  padding: 32px 26px 28px;
  position: relative;
  min-height: 290px;
  box-shadow: 0 4px 16px rgba(11, 35, 71, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.ksa-process-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #0259ab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

.ksa-process-card__icon-img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition:
    filter 0.3s ease,
    transform 0.3s ease;
}

.ksa-process-card__num {
  position: absolute;
  top: 18px;
  right: 24px;
  font: 700 50px var(--heading-font, "Oswald", sans-serif);
  color: #e5e9f0;
  letter-spacing: -0.02em;
  user-select: none;
  transition: all 0.3s ease;
}

.ksa-process-card__title {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--heading-font, "Oswald", sans-serif);
  color: #222735;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.25;
  transition: all 0.3s ease;
}

.ksa-process-card__desc {
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
  transition: all 0.3s ease;
}

.ksa-process-card:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fff6cf 100%);
  border: 1px solid #f9df7b;
  box-shadow: 0 12px 28px rgba(252, 204, 3, 0.22);
  transform: translateY(-5px);
}

.ksa-process-card:hover .ksa-process-card__icon {
  background: #fccc03;
  transform: scale(1.05);
}

.ksa-process-card:hover .ksa-process-card__icon-img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(87%) saturate(2258%)
    hue-rotate(197deg) brightness(92%) contrast(101%);
}

.ksa-process-card:hover .ksa-process-card__num {
  color: #dce3ee;
}

/* =========================================
   BENEFITS GRID (WHY CHOOSE US)
========================================= */
.ksa-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: auto;
}

.ksa-benefit-card {
  background: #ffffff;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  padding: 28px 26px 24px;
  box-shadow: 0 4px 14px rgba(11, 35, 71, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.ksa-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(11, 35, 71, 0.1);
}

.ksa-benefit-card__icon {
  width: 44px;
  height: 44px;
  background: #ebf3fe;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ksa-benefit-card__icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ksa-benefit-card__title {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: 21px;
  font-weight: 700;
  color: #262934;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.25;
}

.ksa-benefit-card__desc {
  font-size: 16px;
  color: #262934;
  line-height: 1.5;
  margin-bottom: 16px;
}

.ksa-benefit-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: auto;
}

.ksa-benefit-bullets__item {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  color: #262934;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 1.4;
}

.ksa-benefit-bullets__item:last-child {
  margin-bottom: 0;
}

.ksa-benefit-bullets__item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -10px;
  color: var(--ksa-blue);
  font-size: 28px;
}

.six_steps {
  padding-top: 0px;
}

/* =========================================
   TESTIMONIALS SECTION (SWIPER)
========================================= */
.ksa-testimonials {
  padding-bottom: 95px;
  overflow: hidden;
}

.ksa-testimonial-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 45px;
  gap: 16px;
}

.ksa-testimonial-header .ksa-heading {
  margin-bottom: 0;
}

.ksa-slider-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.ksa-slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #d4dae5;
  background: #ffffff;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.25s ease;
}

.ksa-slider-btn:hover {
  background: var(--ksa-yellow);
  border-color: var(--ksa-yellow);
  color: var(--ksa-deep);
  transform: translateY(-2px);
}

.ksaTestiSwiper {
  width: 100%;
  padding-top: 45px !important;
  padding-bottom: 25px !important;
  overflow: visible !important;
}

.ksaTestiSwiper .swiper-slide {
  height: auto;
  display: flex;
}

.ksa-testimonial-card {
  width: 100%;
  background: #0066cd;
  color: #ffffff;
  min-height: 290px;
  padding: 55px 24px 24px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(7, 92, 173, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.ksa-avatar-holder {
  position: absolute;
  top: -36px;
  left: 58px;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 4px solid var(--ksa-yellow);
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ksa-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ksa-testimonial-card__text {
  font-size: 15px;
  line-height: 1.55;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}

.ksa-card-footer {
  text-align: left;
}

.ksa-stars {
  color: var(--ksa-yellow);
  letter-spacing: 4px;
  margin-bottom: 6px;
}

.ksa-testimonial-card__author {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--heading-font, "Oswald", sans-serif);
}

/* =========================================
   INSTANT QUOTE CTA
========================================= */
.ksa-quote-cta-section {
  padding: 76px 0;
  background: #f7f9fc;
}

.ksa-quote-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  min-height: 230px;
  padding: 46px 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: linear-gradient(115deg, #062c53 0%, #071d38 58%, #0a315b 100%);
  box-shadow: 0 18px 38px rgba(7, 29, 56, 0.18);
}

.ksa-quote-cta::before,
.ksa-quote-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.ksa-quote-cta::before {
  width: 280px;
  height: 280px;
  right: 26%;
  top: -205px;
  border: 1px solid rgba(252, 204, 3, 0.15);
}

.ksa-quote-cta::after {
  width: 210px;
  height: 210px;
  left: -125px;
  bottom: -165px;
  background: rgba(2, 89, 171, 0.24);
}

.ksa-quote-cta__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.16;
  pointer-events: none;
}

.ksa-quote-cta__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.ksa-quote-cta__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--ksa-yellow);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ksa-quote-cta__title {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.12;
}

.ksa-quote-cta__text {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.ksa-quote-cta__button {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 16px 28px;
  border: 1px solid var(--ksa-yellow);
  border-radius: 8px;
  background: var(--ksa-yellow);
  box-shadow: 0 10px 24px rgba(252, 204, 3, 0.2);
  color: #092846;
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.ksa-quote-cta__button:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: #ffffff;
  color: var(--ksa-blue);
}

/* =========================================
   FAQ ACCORDION
========================================= */
.ksa-faq .accordion {
  max-width: 1040px;
  margin: auto;
}

.ksa-faq__item {
  border: 1px solid #d8dee8;
  margin-bottom: 13px;
  border-radius: 4px;
  overflow: hidden;
}

.ksa-faq__button {
  font-family: var(--heading-font, "Oswald", sans-serif);
  font-weight: 600;
  color: #252936;
  background: #ffffff;
  box-shadow: none;
}

.ksa-faq__button:not(.collapsed) {
  color: var(--ksa-blue);
}

.ksa-faq__body {
  color: #354052;
  line-height: 1.55;
}

/* =========================================
   RESPONSIVE MEDIA QUERIES
========================================= */
@media (max-width: 991px) {
  .ksa-section {
    padding: 58px 0;
  }
  .ksa-quote-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 42px;
  }
  .ksa-service-grid,
  .ksa-city-grid,
  .ksa-process-grid,
  .ksa-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ksa-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .ksa-stat-item:nth-child(2) {
    border-right: 0;
  }
  .ksa-four-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ksa-docs {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
  .ksa-docs__tabs {
    display: none !important;
  }
  .ksa-docs__panels {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .ksa-doc-panel {
    display: block;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(11, 35, 71, 0.04);
  }
  .ksa-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    background: #0259ab;
    color: #ffffff;
    border: none;
    font-family: var(--heading-font, "Oswald", sans-serif);
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    transition: background 0.25s ease;
  }
  .ksa-accordion-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .ksa-accordion-header .ksa-tab-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #0259ab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.25s ease;
  }
  .ksa-accordion-arrow {
    font-size: 16px;
    color: #ffffff;
    transition:
      transform 0.3s ease,
      color 0.3s ease;
  }
  .ksa-doc-panel.active .ksa-accordion-arrow {
    transform: rotate(180deg);
    color: #fccc03;
  }
  .ksa-doc-panel.active .ksa-accordion-header .ksa-tab-icon {
    background: #ffffff;
    color: #0259ab;
  }
  .ksa-doc-panel .ksa-docs__grid {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
  }
  .ksa-doc-panel.active .ksa-docs__grid {
    display: grid;
  }
  .ksa-split {
    gap: 30px;
  }
  .ksa-split__image {
    height: 360px;
  }
  .ksa-band {
    text-align: center;
    background-position: center;
  }
  .ksa-band__title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .ksa-band__bar {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 20px;
    gap: 20px;
  }
  .ksa-band__text {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .ksa-quote-cta-section {
    padding: 52px 0;
  }
  .ksa-quote-cta {
    min-height: 0;
    gap: 28px;
    padding: 34px 26px;
    border-radius: 15px;
  }
  .ksa-quote-cta__button {
    width: 100%;
    padding-inline: 18px;
    font-size: 16px;
  }
  .ksa-trust__label {
    font-size: 18px;
  }
  .ksa-hero {
    min-height: 650px;
    padding: 65px 0;
  }
  .ksa-hero__pattern {
    width: 100%;
    opacity: 0.55;
  }
  .ksa-hero__media {
    width: 100%;
    object-position: 62% center;
    opacity: 0.62;
  }
  .ksa-hero::after {
    background: rgba(2, 7, 27, 0.76);
  }
  .ksa-hero__copy {
    max-width: 100%;
  }

  .ksa-timeline__step {
    top: -56px;
  }

  .ksa-trust {
    gap: 18px;
  }
  .ksa-trust__img {
    height: 48px;
  }
  .ksa-split,
  .ksa-method-grid,
  .ksa-realities__grid,
  .ksa-timeline {
    grid-template-columns: 1fr;
  }
  .ksa-split__image {
    height: 300px;
  }
  .ksa-stat-item {
    padding: 18px 12px;
  }
  .ksa-stat-item__number {
    font-size: 30px;
  }
  .ksa-service-grid {
    grid-template-columns: 1fr;
  }
  .ksa-service-card {
    display: grid;
    grid-template-columns: 130px 1fr;
  }
  .ksa-service-card__img {
    height: 100%;
    object-fit: cover;
    /* min-height: 150px; */
    width: 100%;
    margin: 0;
  }
  .ksa-four-grid {
    grid-template-columns: 1fr;
  }
  .ksa-docs__tabs {
    grid-template-columns: 1fr;
  }
  .ksa-docs__grid {
    grid-template-columns: 1fr;
  }
  .ksa-timeline {
    gap: 65px;
    margin-top: 65px;
  }
  .ksa-timeline::before {
    display: none;
  }
  .ksa-city-grid,
  .ksa-process-grid,
  .ksa-benefit-grid {
    grid-template-columns: 1fr;
  }
  .ksa-heading br {
    display: none;
  }
}

@media (max-width: 480px) {
  .ksa-section {
    padding: 48px 0;
  }
  .ksa-pill {
    font-size: 11px;
  }
  .ksa-trust {
    flex-wrap: wrap;
  }
  .ksa-stats {
    grid-template-columns: 1fr;
  }
  .ksa-stat-item {
    border-right: 0;
    border-bottom: 1px solid #d8dee9;
  }
  .ksa-service-card {
    grid-template-columns: 1fr;
  }
  .ksa-service-card__img {
    height: 180px;
  }
  .ksa-doc-panel .ksa-docs__grid {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .ksa-mini-cta {
    padding: 30px 22px;
  }
  .ksa-mini-cta__title {
    font-size: 31px;
  }
}
