:root {
  --navy: #30261c;
  --teal: #7ca7ad;
  --teal-soft: #9ec0c5;
  --gold: #f0d383;
  --red: #ea6852;
  --brown: #30261c;
  --cream: #fbf7ef;
  --light: #f6f8f8;
  --white: #fff;
  --shadow: 0 18px 45px rgba(48, 38, 28, 0.12);
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  color: var(--navy);
  background: #fff;
  line-height: 1.55;
}
body[dir="rtl"] {
  font-family: "Cairo", Tahoma, Arial, sans-serif;
}
.container {
  width: min(1180px, 92%);
  margin: auto;
}
.site-header {
  height: 74px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  box-shadow: 0 1px 0 rgba(48, 38, 28, 0.08);
}
.brand img {
  height: 64px;
  width: auto;
  display: block;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}

/* flip nav bar direction when arabic */
[dir="rtl"] .site-header {
  flex-direction: row-reverse;
}
[dir="rtl"] .nav {
  flex-direction: row-reverse;
}

.nav a {
  color: var(--navy);
  text-decoration: none;
}
.nav-cta,
.btn.primary {
  background: var(--teal);
  color: #fff !important;
  border: 1.5px solid var(--teal);
}
.nav-cta {
  padding: 13px 18px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
}
.lang-dropdown {
  position: relative;
}
.lang-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(48, 38, 28, 0.18);
  background: #fff;
  color: var(--navy);
  border-radius: 8px;
  padding: 9px 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lang-btn:hover {
  border-color: rgba(48, 38, 28, 0.35);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.lang-chevron {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.lang-dropdown.open .lang-chevron,
.lang-dropdown:hover .lang-chevron {
  transform: rotate(180deg);
}
@keyframes langMenuIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.lang-menu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(48, 38, 28, 0.13);
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  min-width: 150px;
  z-index: 99999;
  transform-origin: top right;
}
.lang-dropdown:hover .lang-menu,
.lang-dropdown.open .lang-menu,
.lang-menu.open {
  display: block;
  animation: langMenuIn 0.22s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.lang-option {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, padding-left 0.18s;
}
.lang-option:hover {
  background: #f4f6f8;
  padding-left: 20px;
}
.lang-option.lang-active {
  color: var(--gold, #c9a84c);
}
.menu-btn {
  display: none;
  font-size: 24px;
  border: 0;
  background: #fff;
  color: var(--navy);
  border-radius: 8px;
  padding: 9px 12px;
  cursor: pointer;
}
.menu-btn {
  display: none;
  font-size: 24px;
  border: 0;
}
.hero {
  position: relative;
  min-height: 430px;
  background: url("assets/hero-makkah-final.jpg") center 54% / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.8) 32%,
    rgba(255, 255, 255, 0.2) 58%,
    rgba(255, 255, 255, 0.02) 100%
  );
}
body[dir="rtl"] .hero-overlay {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.8) 32%,
    rgba(255, 255, 255, 0.2) 58%,
    rgba(255, 255, 255, 0.02) 100%
  );
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.62fr;
  gap: 45px;
  align-items: center;
}
.eyebrow,
.section-head span,
.why-copy span,
.portal span,
.licenses-meeting span {
  display: inline-block;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
}
.hero .eyebrow {
  background: var(--teal);
  color: #fff;
  padding: 8px 14px;
  border-radius: 3px;
  letter-spacing: 0.03em;
}
.hero h1 {
  font-size: clamp(34px, 4.35vw, 54px);
  line-height: 1.03;
  margin: 16px 0 16px;
  max-width: 560px;
  color: var(--navy);
  letter-spacing: -0.04em;
  font-weight: 900;
}
.hero p {
  max-width: 500px;
  font-size: 15px;
  color: #7ca7ad;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.btn-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
}
.btn,
.nav-cta,
.floating-whatsapp {
  gap: 9px;
}
.btn svg,
.nav-cta svg,
.floating-whatsapp svg {
  vertical-align: middle;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
}
.btn span,
.nav-cta span,
.floating-whatsapp span {
  display: inline-block;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 7px;
  border: 1.5px solid rgba(47, 133, 135, 0.6);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn.ghost {
  background: rgba(255, 255, 255, 0.88);
  color: var(--teal);
}
.btn.outline {
  color: var(--teal);
  background: #fff;
}
.btn.ghost-white {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}
.event-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 24px;
  max-width: 320px;
  justify-self: end;
  margin-top: 0;
}
.event-card h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 18px;
}
.event-card h3 strong {
  color: var(--teal);
  display: block;
}
.event-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.event-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 800;
}
.event-card li span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-card img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.event-card small {
  color: #576879;
  font-weight: 800;
  white-space: nowrap;
}
.stats {
  background: #fff;
  border-bottom: 1px solid #edf0f2;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-grid div {
  min-height: 104px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px 20px;
  border-inline-end: 1px solid #edf0f2;
}
.stats-grid div:last-child {
  border: 0;
}
.stats span {
  font-size: 38px;
  color: var(--teal);
  line-height: 1;
  flex-shrink: 0;
}
.stats b {
  display: block;
  text-align: right;
  font-size: 28px;
  color: var(--teal);
  line-height: 1;
}
.stats small {
  display: block;
  text-align: right;
  font-weight: 800;
  color: #506476;
}
.section {
  padding: 76px 0;
}
.section-alt {
  padding: 60px 0;
  background: #fff;
}
.section-head {
  text-align: center;
  margin-bottom: 34px;
}
.section-head h2 {
  font-size: 36px;
  margin: 8px 0 0;
  color: #172c42;
}
.cards.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.card {
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 10px;
  padding: 26px;
  min-height: 260px;
  box-shadow: 0 8px 24px rgba(48, 38, 28, 0.06);
}
.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--teal);
  color: #fff;
  border-radius: 5px;
  font-size: 25px;
  font-weight: 900;
}
.icon.gold {
  background: var(--gold);
  color: var(--navy);
}
.card h3 {
  margin: 22px 0 10px;
  font-size: 18px;
}
.card p {
  color: #4d6172;
  margin: 0 0 24px;
}
.card em {
  display: inline-block;
  background: #eef3f3;
  color: var(--teal);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 3px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.image-panel img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(48, 38, 28, 0.08);
}
.why-copy h2 {
  font-size: 38px;
  line-height: 1.12;
  margin: 10px 0;
}
.why-copy h2::first-line {
  color: #172c42;
}
.why-copy p {
  color: #4d6172;
}
.check-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
}
.check-list li {
  position: relative;
  padding-inline-start: 28px;
  font-weight: 800;
  color: #425768;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
}
.hotels-section {
  background: #fbfbfa;
}
.city-block {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 20px;
}
.city-info {
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 10px;
  padding: 18px;
}
.city-info h3 {
  color: var(--teal);
  margin: 0 0 10px;
}
.city-info p {
  font-weight: 800;
  font-size: 13px;
  color: #536576;
  margin: 0;
}
.hotel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.hotel-grid article {
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  /* box-shadow: 0 6px 18px rgba(48, 38, 28, 0.05); */
}
.hotel-grid img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 7px;
}
.hotel-grid b {
  display: block;
  font-size: 13px;
  margin: 10px 0 5px;
}
.center {
  text-align: center;
  margin-top: 26px;
}
.portal {
  background:
    linear-gradient(90deg, rgba(47, 133, 135, 0.88), rgba(130, 174, 176, 0.78)),
    url("assets/cta-bg.jpg") center/cover;
  padding: 72px 0;
  color: #fff;
}
.portal-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}
.portal h2 {
  font-size: 42px;
  line-height: 1.05;
  margin: 8px 0;
}
.portal .check-list li {
  color: #fff;
}
.portal .check-list li:before {
  background: rgba(255, 255, 255, 0.24);
}
.portal-screen img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.licenses-meeting h2 {
  font-size: 28px;
  line-height: 1.25;
}
.license-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.license-grid div {
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(48, 38, 28, 0.06);
  padding: 16px;
  text-align: center;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.license-grid img {
  max-width: 78px;
  max-height: 58px;
  object-fit: contain;
  margin-bottom: 13px;
}
.license-grid b {
  font-size: 12px;
}
.meeting-form {
  background: #fff;
  border: 1px solid #edf0f2;
  border-radius: 12px;
  padding: 28px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.meeting-form h2,
.meeting-form p,
.meeting-form select,
.form-actions,
.form-msg {
  grid-column: 1/-1;
}
.meeting-form h2 {
  margin: 0;
  color: var(--teal);
}
.meeting-form p {
  margin: 0 0 8px;
  color: #4d6172;
}
.meeting-form input,
.meeting-form select {
  height: 46px;
  border: 1px solid #dfe6e8;
  border-radius: 6px;
  padding: 0 14px;
  font: inherit;
  color: var(--navy);
  background: #fff;
}
.form-actions {
  display: flex;
  gap: 12px;
}
.form-actions .btn {
  flex: 1;
}
.form-msg {
  font-weight: 800;
  color: var(--teal);
  margin: 0;
}
.final-cta {
  background:
    linear-gradient(90deg, rgba(47, 133, 135, 0.83), rgba(47, 133, 135, 0.72)),
    url("assets/cta-bg.jpg") center/cover;
  color: #fff;
  padding: 42px 0;
}
.final-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.final-cta h2 {
  margin: 0;
  font-size: 30px;
}
.final-cta p {
  margin: 5px 0 0;
}
.footer {
  background: #30261c;
  color: #d9e8ef;
  padding: 48px 0 18px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr 1fr;
  gap: 44px;
}
.footer img {
  width: 170px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 8px;
}
.footer h4 {
  color: #fff;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 13px;
}
.footer a {
  display: block;
  color: #d9e8ef;
  text-decoration: none;
  margin: 6px 0;
}
.socials a {
  display: inline-block;
  margin-inline-end: 10px;
  font-size: 12px;
}
.copyright {
  text-align: center;
  font-size: 12px;
  margin: 32px 0 0;
}
.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 55;
  background: #25d366;
  color: #fff;
  padding: 13px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}
body[dir="rtl"] .floating-whatsapp {
  right: auto;
  left: 20px;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.6s ease;
}
.reveal.show {
  opacity: 1;
  transform: none;
}
body[dir="rtl"] .nav,
body[dir="rtl"] .actions,
body[dir="rtl"] .form-actions {
  direction: rtl;
}
body[dir="rtl"] .event-card {
  justify-self: start;
}
body[dir="rtl"] .hero h1 {
  letter-spacing: 0;
}
body[dir="rtl"] .meeting-form input,
body[dir="rtl"] .meeting-form select {
  text-align: right;
}
@media (max-width: 980px) {
  .hero {
    background-position: center top;
  }
  .menu-btn {
    display: block;
  }
  .nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 5%;
    box-shadow: 0 15px 40px rgba(48, 38, 28, 0.1);
  }
  .nav.open {
    display: flex;
  }
  .hero {
    min-height: auto;
    padding: 58px 0;
  }
  .hero-grid,
  .why-grid,
  .portal-grid,
  .split {
    grid-template-columns: 1fr;
  }
  .event-card {
    justify-self: stretch;
    max-width: none;
  }
  .stats-grid,
  .cards.four {
    grid-template-columns: repeat(2, 1fr);
  }
  .city-block {
    grid-template-columns: 1fr;
  }
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .license-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .final-grid {
    display: block;
  }
  .final-grid .actions {
    margin-top: 20px;
  }
  .portal-screen img {
    height: 260px;
  }
}
@media (max-width: 560px) {
  .brand img {
    height: 46px;
  }
  .site-header {
    height: 68px;
  }
  .nav {
    top: 68px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 15px;
  }
  .actions,
  .form-actions {
    display: grid;
  }
  .stats-grid,
  .cards.four,
  .hotel-grid,
  .license-grid,
  .footer-grid,
  .meeting-form {
    grid-template-columns: 1fr;
  }
  .stats-grid div {
    border-inline-end: 0;
    border-bottom: 1px solid #edf0f2;
    padding: 20px;
  }
  .section {
    padding: 54px 0;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .event-card {
    padding: 1em 2em;
  }
  .event-card li,
  body[dir="rtl"] .event-card li {
    font-size: 15px;
    justify-content: space-between;
    gap: 6px;
  }
  .event-card h3 {
    font-size: 17px;
  }
  .section-head h2,
  .why-copy h2,
  .portal h2 {
    font-size: 30px;
  }
  .image-panel img {
    height: 250px;
  }
  .floating-whatsapp {
    font-size: 12px;
    padding: 11px 14px;
  }
  #section-head2 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: 900 !important;
  }
}

/* Pixel-perfect correction pass based on PPT reference */
@font-face {
  font-family: CairoLocal;
  src: url("assets/Cairo-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Tahoma;
  src: url("assets/tahoma.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 400;
}
.nav,
.btn,
.nav-cta,
.card h3,
.stats small,
.hotel-grid b,
.check-list li {
  font-family: Tahoma, Arial, sans-serif;
}
.site-header {
  height: 70px;
  padding: 0 5.2%;
}
.brand img {
  height: 52px;
}
.nav {
  gap: 24px;
  font-size: 13px;
}
.nav-cta {
  padding: 11px 18px;
}
.hero {
  min-height: 410px;
  background-position: center 34% !important;
}
.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.91) 29%,
    rgba(255, 255, 255, 0.42) 49%,
    rgba(255, 255, 255, 0.07) 67%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
body[dir="rtl"] .hero-overlay {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.91) 29%,
    rgba(255, 255, 255, 0.42) 49%,
    rgba(255, 255, 255, 0.07) 67%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.hero-grid {
  grid-template-columns: 0.95fr 0.58fr;
  gap: 50px;
}
.hero .eyebrow {
  font-size: 12px;
  padding: 7px 13px;
}
.hero h1 {
  font-size: clamp(33px, 3.65vw, 49px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  max-width: 520px;
  margin: 14px 0;
}
.hero p {
  font-size: 14px;
  line-height: 1.55;
  max-width: 485px;
}
.event-card {
  max-width: 300px;
  padding: 22px 24px;
  transform: translateY(-2px);
}
.event-card h3 {
  font-size: 20px;
}
.event-card li {
  font-size: 14px;
}
.event-card small {
  font-size: 12px;
}
.stats-grid div {
  min-height: 92px;
  padding: 18px 28px;
}
.stat-icon {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  object-fit: contain;
  align-self: center;
}
.stats b {
  font-size: 26px;
  line-height: 1;
}
.stats small {
  font-size: 12px;
  line-height: 1.25;
}
.section {
  padding: 48px 0;
}
.section-alt {
  padding: 44px 0;
}
.section-head {
  margin-bottom: 26px;
}
.section-head h2 {
  font-size: 31px;
  line-height: 1.15;
}
.section-head span,
.why-copy span,
.portal span,
.licenses-meeting span {
  font-size: 12px;
}
.cards.four {
  gap: 18px;
}
.card {
  min-height: 245px;
  padding: 24px 26px;
}
.service-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}
.card h3 {
  font-size: 16px;
  margin: 18px 0 9px;
}
.card p {
  font-size: 14px;
  line-height: 1.5;
}
.card em {
  font-size: 10.5px;
  padding: 7px 10px;
}
.why-grid {
  gap: 48px;
}
.image-panel img {
  height: 310px;
  box-shadow: none;
}
.why-copy h2 {
  font-size: 34px;
  line-height: 1.15;
}
.why-copy h2 {
  max-width: 560px;
}
.why-copy h2::first-line {
  color: var(--navy);
}
.why-copy p {
  font-size: 15px;
  line-height: 1.55;
}
.check-list {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  gap: 12px 34px;
}
.check-list li {
  font-size: 15px;
  line-height: 1.45;
}
.hotels-section {
  padding-top: 42px;
  padding-bottom: 46px;
}
.hotels-section .section-head {
  margin-bottom: 22px;
}
.city-block {
  grid-template-columns: 170px 1fr;
  gap: 18px;
  margin-bottom: 14px;
}
.city-info {
  padding: 16px 18px;
}
.hotel-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.hotel-grid article {
  padding: 7px;
}
.hotel-grid img {
  height: 82px;
}
.hotel-grid b {
  font-size: 12px;
  line-height: 1.15;
  margin: 8px 0 4px;
  text-transform: none;
}
.portal {
  padding: 44px 0;
}
.portal h2 {
  font-size: 34px;
}
.portal-screen img {
  height: 290px;
}
.licenses-meeting {
  padding: 48px 0;
}
.licenses-meeting h2 {
  font-size: 25px;
}
.license-grid div {
  min-height: 140px;
}
.meeting-form {
  padding: 24px;
}
.meeting-form h2 {
  font-size: 26px;
}
.final-cta {
  min-height: 138px;
  padding: 32px 0;
  background:
    linear-gradient(90deg, rgba(47, 133, 135, 0.8), rgba(47, 133, 135, 0.65)),
    url("assets/cta-ref.png") center/cover no-repeat;
}
.final-cta h2 {
  font-size: 26px;
}
.final-cta p {
  font-size: 14px;
}
.final-cta .actions {
  margin-top: 0;
}
.footer-ppt {
  background: #30261c;
  padding: 0;
}
.footer-ppt-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 235px;
  object-fit: cover;
}
.footer-links {
  display: none;
}
.floating-whatsapp {
  display: none;
}
body[dir="rtl"] {
  font-family: CairoLocal, Tahoma, Arial, sans-serif;
}
body[dir="rtl"] .hero h1 {
  letter-spacing: 0;
}
.btn svg,
.nav-cta svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 980px) {
  .hero {
    background-position: center top !important;
  }
  .hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.72)
    ) !important;
  }
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-ppt-img {
    display: none;
  }
  .footer-ppt {
    padding: 36px 5%;
    min-height: 120px;
  }
  .footer-ppt:before {
    content: "Fast Bookings Travel & Tourism";
    color: #fff;
    font-weight: 700;
  }
  .floating-whatsapp {
    display: inline-flex;
  }
  .brand img {
    height: 48px;
  }
}
@media (max-width: 560px) {
  .hero h1 {
    font-size: 34px;
  }
  .brand img {
    height: 44px;
  }
  .stats-grid,
  .cards.four {
    grid-template-columns: 1fr;
  }
  .hotel-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 40px 0;
  }
}

/* V4 fixes: footer/CTA pixel reference + lighter Build Trust + floating WhatsApp */
.why-copy p {
  font-weight: 400 !important;
  color: #34495c !important;
}
.why-copy .check-list li {
  font-weight: 500 !important;
  color: #33495b !important;
}
.why-copy .check-list li:before {
  font-weight: 700 !important;
}

.final-cta-ppt {
  position: relative;
  padding: 0 !important;
  min-height: 0 !important;
  background: none !important;
  line-height: 0;
  overflow: hidden;
}
.final-cta-img {
  display: block;
  width: 100%;
  height: auto;
}
.final-cta-mobile {
  display: none;
}
.cta-hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  border-radius: 6px;
}
.cta-whatsapp {
  left: 64.5%;
  top: 31%;
  width: 16.8%;
  height: 38%;
}
.cta-email {
  left: 82.2%;
  top: 31%;
  width: 15.2%;
  height: 38%;
}

.footer-ppt {
  position: relative;
  background: #30261c !important;
  padding: 0 !important;
  line-height: 0;
  overflow: hidden;
}
.footer-ppt-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.footer-mobile {
  display: none;
}
.footer-hotspot {
  position: absolute;
  display: block;
  z-index: 2;
  border-radius: 999px;
}
.footer-email {
  left: 62%;
  top: 31%;
  width: 12%;
  height: 10%;
  border-radius: 0;
}
.footer-facebook {
  left: 5%;
  top: 65%;
  width: 2.2%;
  height: 16%;
}
.footer-linkedin {
  left: 8%;
  top: 65%;
  width: 2.2%;
  height: 16%;
}
.footer-instagram {
  left: 11%;
  top: 65%;
  width: 2.2%;
  height: 16%;
}
.footer-youtube {
  left: 14%;
  top: 65%;
  width: 2.2%;
  height: 16%;
}

.floating-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 999 !important;
  background: #25d366 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 13px 20px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2) !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
body[dir="rtl"] .floating-whatsapp {
  right: auto !important;
  left: 22px !important;
}

@media (max-width: 980px) {
  .final-cta-img,
  .footer-ppt-img,
  .cta-hotspot,
  .footer-hotspot {
    display: none !important;
  }
  .final-cta-ppt {
    background:
      linear-gradient(
        90deg,
        rgba(47, 133, 135, 0.86),
        rgba(47, 133, 135, 0.74)
      ),
      url("assets/cta-ref.png") center/cover no-repeat !important;
    padding: 28px 5% !important;
    line-height: 1.4;
    color: #fff;
  }
  .final-cta-mobile {
    display: block;
  }
  .final-cta-mobile h2 {
    font-size: 24px;
    margin: 0 0 8px;
    color: #fff;
  }
  .final-cta-mobile p {
    margin: 0 0 16px;
    color: #fff;
  }
  .footer-ppt {
    padding: 34px 5% !important;
    line-height: 1.45;
  }
  .footer-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    color: #fff;
  }
  .footer-mobile img {
    width: 150px;
    background: transparent !important;
    padding: 0 !important;
  }
  .footer-mobile a {
    color: #d9e8ef;
    text-decoration: none;
    display: block;
    margin: 6px 0;
  }
}
@media (max-width: 560px) {
  .footer-mobile {
    grid-template-columns: 1fr;
  }
  .floating-whatsapp {
    padding: 11px 15px !important;
    font-size: 13px !important;
  }
}

/* V5 correction pass from review screenshots */
:root {
  --gold: #f0d383;
  --navy: #30261c;
  --teal: #7ca7ad;
  --text: #30261c;
}
body {
  font-family: Tahoma, Tahoma, Arial, sans-serif !important;
  color: var(--text);
}
.site-header {
  height: 68px !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.brand img {
  height: 54px !important;
  object-fit: contain;
}
.hero {
  min-height: 430px !important;
  background-image: url("assets/hero-makkah-final.jpg") !important;
  background-size: 100% auto !important;
  background-position: center 39% !important;
}
.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.94) 27%,
    rgba(255, 255, 255, 0.62) 43%,
    rgba(255, 255, 255, 0.08) 63%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.hero h1 {
  font-weight: 800 !important;
  font-size: clamp(32px, 3.4vw, 47px) !important;
  line-height: 1.1 !important;
}
.hero p {
  font-size: 14px !important;
  max-width: 510px;
}
.event-card {
  box-shadow: 0 18px 45px rgba(48, 38, 28, 0.15) !important;
  border-radius: 12px !important;
}
.stats {
  box-shadow: 0 12px 35px rgba(48, 38, 28, 0.08);
}
.stats-grid div {
  justify-content: center;
}
.stat-icon {
  filter: none !important;
}
.card,
.city-info,
.hotel-grid article,
.license-grid div,
.meeting-form {
  box-shadow: 0 16px 38px rgba(48, 38, 28, 0.08) !important;
  border-color: #e3e9ec !important;
}
.card {
  min-height: 240px !important;
}
.service-icon {
  width: 44px !important;
  height: 44px !important;
}
.section-head span,
.why-copy span,
.portal span,
.licenses-meeting span {
  color: var(--gold) !important;
  letter-spacing: 0.12em !important;
  font-weight: 700 !important;
}
.hotels-section .section-head span {
  color: var(--navy) !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}
.why-copy h2 {
  font-size: 31px !important;
  font-weight: 700 !important;
  line-height: 1.17 !important;
}
.why-copy p {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.why-copy .check-list li {
  font-weight: 400 !important;
  font-size: 14px !important;
}
.check-list li:before {
  width: 17px !important;
  height: 17px !important;
  font-size: 12px !important;
}
.image-panel img {
  box-shadow: 0 18px 38px rgba(48, 38, 28, 0.1) !important;
}
.portal {
  padding: 0 !important;
  background:
    linear-gradient(90deg, rgba(47, 137, 139, 0.88), rgba(47, 137, 139, 0.72)),
    url("assets/cta-bg.jpg") center/cover no-repeat !important;
  color: #fff;
}
.portal .container {
  max-width: 1440px !important;
  width: 100% !important;
  padding: 34px 7% !important;
}
.portal-grid {
  grid-template-columns: 0.85fr 1.15fr !important;
  align-items: center !important;
  gap: 44px !important;
}
.portal h2 {
  font-size: 34px !important;
  line-height: 1.05 !important;
  color: #fff !important;
  margin: 12px 0 16px !important;
}
.portal p {
  color: #fff !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
}
.portal .check-list {
  grid-template-columns: 1fr 1fr !important;
  gap: 12px 36px !important;
  margin-bottom: 18px !important;
}
.portal .check-list li {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.portal-screen img {
  height: 285px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
}
.licenses-meeting {
  padding: 42px 0 !important;
}
.licenses-meeting .split {
  gap: 50px !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: start;
}
.licenses-meeting h2 {
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  max-width: 520px !important;
  margin-bottom: 28px !important;
}
.license-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
}
.license-grid div {
  min-height: 130px !important;
  padding: 16px 10px !important;
}
.license-grid img {
  height: 50px !important;
  max-width: 90px !important;
  object-fit: contain !important;
}
.license-grid b {
  font-size: 12px !important;
  line-height: 1.25 !important;
}
.meeting-form {
  padding: 24px 28px !important;
  border-radius: 10px !important;
}
.meeting-form h2 {
  font-size: 24px !important;
  color: var(--teal) !important;
  margin-bottom: 8px !important;
}
.meeting-form p {
  font-size: 14px !important;
  margin-bottom: 18px !important;
}
.meeting-form input,
.meeting-form select {
  height: 40px !important;
  font-size: 13px !important;
  padding: 0 14px !important;
}
.meeting-form select {
  grid-column: 1/-1 !important;
}
.form-actions.single {
  grid-column: 1/-1 !important;
  display: block !important;
}
.form-actions.single .btn {
  width: 100% !important;
  justify-content: center !important;
  height: 40px !important;
  border-radius: 3px !important;
}
.final-cta {
  display: block !important;
  background:
    linear-gradient(90deg, rgba(47, 137, 139, 0.82), rgba(47, 137, 139, 0.7)),
    url("assets/cta-bg.jpg") center/cover no-repeat !important;
  padding: 28px 0 !important;
  color: #fff !important;
  min-height: 0 !important;
}
.final-grid {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 30px !important;
}
.final-cta h2 {
  font-size: 26px !important;
  color: #fff !important;
  margin: 0 0 6px !important;
}
.final-cta p {
  font-size: 14px !important;
  color: #fff !important;
  margin: 0 !important;
}
.final-cta .btn {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  color: #fff !important;
  height: 40px !important;
  padding: 0 22px !important;
}
.real-footer {
  background: var(--navy) !important;
  color: #dce8ef !important;
  padding: 34px 0 14px !important;
  line-height: 1.4 !important;
}
.real-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.6fr 1fr 1fr 1.25fr 1fr !important;
  gap: 42px !important;
  align-items: start !important;
}
.real-footer img {
  width: 160px !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
}
.real-footer p {
  font-size: 13px !important;
  margin: 0 0 12px !important;
  color: #dce8ef !important;
}
.real-footer h4 {
  font-size: 13px !important;
  margin: 0 0 12px !important;
  color: #fff !important;
  font-weight: 700 !important;
}
.real-footer a {
  font-size: 13px !important;
  color: #dce8ef !important;
  text-decoration: none !important;
  margin: 6px 0 !important;
  display: block !important;
}
.footer-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 50% !important;
  margin-inline-end: 8px !important;
  font-size: 11px !important;
  color: #fff !important;
}
.real-footer .copyright {
  text-align: center !important;
  margin-top: 24px !important;
  font-size: 12px !important;
  color: #dce8ef !important;
}
.floating-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.floating-whatsapp:before {
  content: "☏";
  font-size: 18px;
}
@media (max-width: 980px) {
  .hero {
    background-size: cover !important;
    background-position: center top !important;
  }
  .portal-grid,
  .licenses-meeting .split {
    grid-template-columns: 1fr !important;
  }
  .real-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .license-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .final-grid {
    display: block !important;
  }
  .final-cta .actions {
    margin-top: 16px !important;
  }
}
@media (max-width: 560px) {
  .real-footer .footer-grid {
    grid-template-columns: 1fr !important;
  }
  .license-grid {
    grid-template-columns: 1fr !important;
  }
  .hero {
    background-size: cover !important;
  }
  .hero-overlay {
    background: rgba(255, 255, 255, 0.88) !important;
  }
  .portal-screen img {
    height: 220px !important;
  }
}

/* V6 icon correction pass: use provided icons, match PPT strip/cards */
.stats {
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(48, 38, 28, 0.1) !important;
  border-bottom: 1px solid #eef2f3 !important;
  position: relative;
  z-index: 2;
}
.stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  max-width: 1200px !important;
  width: 100% !important;
  margin: auto !important;
}
.stats-grid div {
  display: grid !important;
  grid-template-columns: 58px 1fr !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  justify-content: start !important;
  column-gap: 18px !important;
  min-height: 94px !important;
  padding: 18px 34px !important;
  border-inline-end: 1px solid #e7ecee !important;
  overflow: visible !important;
}
.stats-grid div:last-child {
  border-inline-end: 0 !important;
}
.stat-icon {
  grid-row: 1/3 !important;
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
.stats b {
  font-size: 28px !important;
  line-height: 0.95 !important;
  font-weight: 800 !important;
  color: #7ca7ad !important;
  margin: 0 !important;
}
.stats small {
  font-size: 12px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
  color: #31485b !important;
  margin-top: 2px !important;
}
.card {
  box-shadow: 0 18px 44px rgba(48, 38, 28, 0.1) !important;
  border: 1px solid #e8eef0 !important;
}
.service-icon {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 0 20px 0 !important;
  filter: none !important;
}
.card h3 {
  margin-top: 0 !important;
}
@media (max-width: 980px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .stats-grid div:nth-child(2) {
    border-inline-end: 0 !important;
  }
}
@media (max-width: 560px) {
  .stats-grid {
    grid-template-columns: 1fr !important;
  }
  .stats-grid div {
    border-inline-end: 0 !important;
    border-bottom: 1px solid #e7ecee !important;
  }
  .stats-grid div:last-child {
    border-bottom: 0 !important;
  }
}

/* V9 real icon + background cleanup */
.stats {
  margin-top: 0 !important;
  background: #fff !important;
  box-shadow: 0 16px 35px rgba(48, 38, 28, 0.1) !important;
  overflow: hidden !important;
}
.stats-grid {
  width: min(1180px, 100%) !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.stats-grid div {
  grid-template-columns: 58px auto !important;
  column-gap: 18px !important;
  min-height: 108px !important;
  padding: 22px 34px !important;
  overflow: visible !important;
}
.stat-icon {
  width: 54px !important;
  height: 54px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.stats b {
  font-size: 31px !important;
  line-height: 1 !important;
  color: #7ca7ad !important;
  font-weight: 800 !important;
}
.stats small {
  font-size: 13px !important;
  line-height: 1.15 !important;
  color: #2c4358 !important;
  font-weight: 700 !important;
}
.service-icon {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  margin: 0 0 22px 0 !important;
}
.cards.four .card {
  box-shadow: 0 18px 42px rgba(48, 38, 28, 0.09) !important;
  border: 1px solid #e8eef0 !important;
  border-radius: 9px !important;
}
.cards.four .card h3 {
  font-weight: 800 !important;
  color: #122b42 !important;
}
.cards.four .card p {
  font-weight: 400 !important;
  color: #40576c !important;
}

.portal {
  position: relative !important;
  background:
    linear-gradient(
      90deg,
      rgba(47, 133, 135, 0.88) 0%,
      rgba(47, 133, 135, 0.82) 40%,
      rgba(47, 133, 135, 0.22) 68%,
      rgba(47, 133, 135, 0.08) 100%
    ),
    url("assets/portal-bg-new.png") center/cover no-repeat !important;
  color: #fff !important;
  padding: 64px 0 !important;
}
.portal .container.portal-grid {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.9fr) 1fr !important;
  align-items: center !important;
  gap: 40px !important;
}
.portal-screen {
  display: none !important;
}
.portal span {
  color: #f0d383 !important;
}
.portal h2,
.portal p,
.portal li {
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.portal .check-list.light li:before {
  background: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}
.portal .btn {
  min-width: 220px !important;
}

.final-cta {
  background:
    linear-gradient(90deg, rgba(47, 133, 135, 0.78), rgba(47, 133, 135, 0.68)),
    url("assets/movenpick-bg.webp") center 38% / cover no-repeat !important;
  padding: 34px 0 !important;
}
.footer.real-footer {
  background:
    linear-gradient(rgba(48, 38, 28, 0.96), rgba(48, 38, 28, 0.96)),
    url("assets/movenpick-bg.webp") center/cover no-repeat !important;
}
.footer.real-footer img {
  background: rgba(255, 255, 255, 0.98) !important;
  border-radius: 8px !important;
  padding: 8px !important;
}
.floating-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  background: #25d366 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 15px 22px !important;
  font-size: 18px !important;
}
.floating-whatsapp:before {
  content: "☎";
  font-size: 19px;
  line-height: 1;
}
@media (max-width: 980px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .portal .container.portal-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 560px) {
  .stats-grid {
    grid-template-columns: 1fr !important;
  }
  .stats-grid div {
    grid-template-columns: 54px auto !important;
  }
}

/* V10 small fixes requested */
/* Meeting button text/icon should be white, not gold */
.meeting-form .btn.primary,
.meeting-form .btn.primary span,
.meeting-form .btn.primary svg {
  color: #fff !important;
}
/* Submit button: bolder text and icon */
.form-actions .btn.primary {
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: 0.02em !important;
}
.form-actions .btn.primary .btn-icon {
  stroke-width: 2.8 !important;
  width: 20px !important;
  height: 20px !important;
}

/* Final CTA: buttons beside each other, right side more solid green, same hotel bg */
.final-cta {
  background:
    linear-gradient(
      90deg,
      rgba(47, 133, 135, 0.58) 0%,
      rgba(47, 133, 135, 0.68) 42%,
      rgba(47, 133, 135, 0.94) 72%,
      rgba(47, 133, 135, 1) 100%
    ),
    url("assets/movenpick-bg.webp") center 40% / cover no-repeat !important;
  padding: 30px 0 !important;
}
.final-cta .final-grid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 34px !important;
}
.final-cta .actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin-top: 0 !important;
}
.final-cta .actions .btn {
  min-width: 230px !important;
  height: 44px !important;
  white-space: nowrap !important;
}

/* Footer: solid navy, no transparent hotel image, real transparent logo */
.footer.real-footer {
  background: #30261c !important;
}
.footer.real-footer img {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: 185px !important;
}

/* Floating whatsapp: remove extra phone pseudo icon, keep whatsapp icon only */
.floating-whatsapp:before {
  content: none !important;
}

@media (max-width: 760px) {
  .final-cta .final-grid {
    display: block !important;
  }
  .final-cta .actions {
    margin-top: 16px !important;
    flex-wrap: wrap !important;
  }
  .final-cta .actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* V12 final fixes from review: real image assets, license typography, hotel card shell */
.hero {
  background-image: url("assets/hero-makkah-final.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 430px !important;
}
.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.93) 28%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.1) 68%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
body[dir="rtl"] .hero-overlay {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.93) 28%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.1) 68%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}

/* B2B portal must use the supplied wide background and match PPT proportions */
.portal {
  background:
    linear-gradient(
      90deg,
      rgba(47, 137, 139, 0.92) 0%,
      rgba(47, 137, 139, 0.82) 38%,
      rgba(47, 137, 139, 0.22) 62%,
      rgba(47, 137, 139, 0.04) 100%
    ),
    url("assets/portal-bg-new.png") center center/cover no-repeat !important;
  min-height: 300px !important;
  padding: 52px 0 !important;
}
.portal .container.portal-grid {
  display: block !important;
  width: min(1180px, 88%) !important;
  padding: 0 !important;
}
.portal .reveal {
  max-width: 520px !important;
}
.portal-screen {
  display: none !important;
}
.portal h2 {
  font-size: 36px !important;
  line-height: 1.08 !important;
  margin: 10px 0 12px !important;
  color: #fff !important;
}
.portal p {
  font-size: 15px !important;
  margin: 0 0 20px !important;
  color: #fff !important;
}
.portal .check-list {
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 38px !important;
  max-width: 560px !important;
  margin-bottom: 20px !important;
}
.portal .check-list li {
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #fff !important;
}
.portal .btn {
  height: 44px !important;
  min-width: 230px !important;
}

/* License section: match small reference text, not oversized bold */
.licenses-meeting .reveal > span[data-i18n="licenses.kicker"] {
  font-size: 13px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.075em !important;
  font-weight: 800 !important;
  color: #122b42 !important;
  margin-bottom: 8px !important;
}
.licenses-meeting .reveal > span[data-i18n="licenses.kicker"] .teal-word {
  color: #7ca7ad !important;
}
.licenses-meeting .reveal > h2[data-i18n="licenses.title"] {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: #122b42 !important;
  max-width: 280px !important;
  margin: 0 0 28px !important;
}

/* Hotels: whole section sits in one white card with shadow; remove per-card heavy look */
.hotels-section {
  background: #fff !important;
  padding: 42px 0 48px !important;
}
.hotels-section > .container {
  background: #fff !important;
  border: 1px solid #e7ecef !important;
  border-radius: 7px !important;
  box-shadow: 0 18px 45px rgba(48, 38, 28, 0.1) !important;
  padding: 20px 24px 18px !important;
  width: min(1160px, 92%) !important;
}
.hotels-section .section-head {
  margin-bottom: 16px !important;
  text-align: center !important;
}
.hotels-section .section-head span {
  color: #122b42 !important;
  font-size: 14px !important;
  letter-spacing: 0.035em !important;
  font-weight: 900 !important;
}
.city-block {
  display: grid !important;
  grid-template-columns: 132px 1fr !important;
  gap: 18px !important;
  align-items: stretch !important;
  margin: 0 0 12px !important;
}
.city-info {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 4px 4px !important;
  min-height: auto !important;
}
.city-info h3 {
  font-size: 18px !important;
  color: #7ca7ad !important;
  margin: 0 0 10px !important;
  font-weight: 900 !important;
}
.city-info p {
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #2c4358 !important;
  margin: 0 !important;
}
.hotel-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}
.hotel-grid article {
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  min-height: 0 !important;
  text-align: center !important;
}
.hotel-grid img {
  width: 100% !important;
  height: 64px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
  margin: 0 !important;
}
.hotel-grid b {
  display: block !important;
  font-size: 11px !important;
  line-height: 1.12 !important;
  margin-top: 5px !important;
  color: #172c42 !important;
  font-weight: 900 !important;
  text-transform: none !important;
}
.hotels-section .center {
  margin-top: 4px !important;
}
.hotels-section .btn.outline {
  height: 30px !important;
  min-height: 30px !important;
  padding: 4px 38px !important;
  font-size: 11px !important;
  border-radius: 4px !important;
}
.hotels-section .btn.outline .btn-icon {
  width: 14px !important;
  height: 14px !important;
}

/* Footer logo: transparent and white text */
.footer.real-footer img {
  content: url("assets/logo-footer-white.png") !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: 165px !important;
}
.footer.real-footer {
  background: #30261c !important;
}

@media (max-width: 980px) {
  .city-block {
    grid-template-columns: 1fr !important;
  }
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .portal {
    background-position: center !important;
  }
  .portal .check-list {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 560px) {
  .hotel-grid {
    grid-template-columns: 1fr !important;
  }
  .hotels-section > .container {
    padding: 18px !important;
  }
}

/* V13 final review: hotel grid card depth + larger hotel title and license text */
.licenses-meeting .reveal > span[data-i18n="licenses.kicker"] {
  font-size: 15px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.065em !important;
  font-weight: 900 !important;
}
.licenses-meeting .reveal > h2[data-i18n="licenses.title"] {
  font-size: 16px !important;
  line-height: 1.32 !important;
  font-weight: 500 !important;
  max-width: 320px !important;
}
.hotels-section .section-head span {
  font-size: 18px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.025em !important;
  font-weight: 900 !important;
}
.hotels-section > .container {
  border-radius: 8px !important;
  box-shadow: 0 20px 55px rgba(48, 38, 28, 0.13) !important;
  padding: 24px 26px 24px !important;
}
.hotel-grid article {
  background: #fff !important;
  border: 1px solid #e3e9ec !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(48, 38, 28, 0.09) !important;
  padding: 8px 8px 10px !important;
  min-height: 126px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.hotel-grid img {
  height: 72px !important;
  border-radius: 5px !important;
}
.hotel-grid b {
  font-size: 13px !important;
  line-height: 1.1 !important;
  margin-top: 8px !important;
}
.city-info {
  background: #fff !important;
  border: 1px solid #e3e9ec !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px rgba(48, 38, 28, 0.08) !important;
  padding: 18px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.city-info h3 {
  font-size: 22px !important;
}
.city-info p {
  font-size: 14px !important;
  line-height: 1.45 !important;
}
.hotels-section .btn.outline {
  height: 38px !important;
  min-height: 38px !important;
  padding: 7px 52px !important;
  font-size: 13px !important;
  border-radius: 5px !important;
  margin-top: 4px !important;
}

/* V15 final polish requested by Rania */
/* Licensed heading: no surrounding box, larger, PPT-like weights/colors */
.licenses-meeting .reveal > span[data-i18n="licenses.kicker"] {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 8px !important;
  color: #102b43 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
.licenses-meeting .reveal > span[data-i18n="licenses.kicker"] .teal-word {
  color: #7ca7ad !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}
.licenses-meeting .reveal > h2[data-i18n="licenses.title"] {
  margin-top: 0 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  max-width: 330px !important;
  color: #102b43 !important;
}

/* Hotels: keep the big outer card + individual hotel cards, but remove boxes around city text */
.city-info {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 18px 6px !important;
}
.city-info h3 {
  font-size: 22px !important;
  color: #7ca7ad !important;
}
.city-info p {
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}
.hotels-section > .container {
  border: 1px solid #e3e9ec !important;
  border-radius: 8px !important;
  box-shadow: 0 22px 60px rgba(48, 38, 28, 0.14) !important;
}
.hotels-section .section-head span {
  font-size: 20px !important;
  line-height: 1.18 !important;
  letter-spacing: 0.025em !important;
  font-weight: 900 !important;
  color: #102b43 !important;
}
.hotel-grid article {
  background: #fff !important;
  border: 1px solid #e1e8eb !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 30px rgba(48, 38, 28, 0.1) !important;
}

/* B2B portal: match PPT, show laptop + plant, lighter right side, list not bold */
.portal {
  min-height: 315px !important;
  padding: 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(47, 137, 139, 0.88) 0%,
      rgba(47, 137, 139, 0.76) 36%,
      rgba(47, 137, 139, 0.42) 57%,
      rgba(47, 137, 139, 0.1) 78%,
      rgba(47, 137, 139, 0) 100%
    ),
    url("assets/portal-bg-new.png") center center/100% 100% no-repeat !important;
  color: #fff !important;
}
.portal .container.portal-grid {
  min-height: 315px !important;
  width: min(1180px, 92%) !important;
  padding: 34px 0 !important;
  display: grid !important;
  grid-template-columns: 0.46fr 0.54fr !important;
  gap: 24px !important;
  align-items: center !important;
}
.portal .reveal {
  max-width: 520px !important;
}
.portal h2 {
  font-size: 34px !important;
  line-height: 1.05 !important;
  margin: 8px 0 12px !important;
  font-weight: 700 !important;
}
.portal p {
  font-size: 15px !important;
  line-height: 1.4 !important;
  margin: 0 0 18px !important;
  font-weight: 400 !important;
}
.portal .check-list {
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 34px !important;
  margin: 0 0 20px !important;
}
.portal .check-list li {
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.portal .check-list li:before {
  background: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
}
.portal .btn {
  height: 42px !important;
  min-width: 230px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.portal-screen {
  display: none !important;
}

/* Why partner text/list: closer to PPT, less heavy */
.why-copy p {
  font-weight: 400 !important;
}
.why-copy .check-list li {
  font-weight: 500 !important;
}

@media (max-width: 980px) {
  .portal {
    background-size: cover !important;
    background-position: center !important;
  }
  .portal .container.portal-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 560px) {
  .licenses-meeting .reveal > span[data-i18n="licenses.kicker"] {
    font-size: 15px !important;
    gap: 4px !important;
  }
  .licenses-meeting .reveal > span[data-i18n="licenses.kicker"] .teal-word {
    font-size: 17px !important;
  }
  .hotels-section .section-head span {
    font-size: 16px !important;
  }
}

/* V16 Arabic/RTL final fixes */
/* Keep page full-width and avoid accidental horizontal offset in Arabic */
html[dir="rtl"],
html[lang="ar"] {
  direction: rtl;
}
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}
html[dir="ltr"] body {
  overflow-x: hidden;
}

/* Links: white by default in dark/teal sections, gold on hover */
.nav a {
  transition: color 0.2s ease;
}
.nav a:hover {
  color: var(--gold) !important;
}
.real-footer a,
.footer a,
.final-cta a,
.portal a {
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}
.real-footer a,
.footer a {
  color: #fff !important;
}
.real-footer a:hover,
.footer a:hover,
.final-cta a:hover,
.portal a:hover {
  color: var(--gold) !important;
  border-color: var(--gold) !important;
}
.footer-socials a:hover {
  color: var(--gold) !important;
  border-color: var(--gold) !important;
}

/* Arabic should not flip the B2B content onto the laptop side. Keep content on the empty teal side. */
body[dir="rtl"] .portal .container.portal-grid {
  direction: ltr !important;
  grid-template-columns: 0.46fr 0.54fr !important;
}
body[dir="rtl"] .portal .reveal {
  direction: rtl !important;
  text-align: right !important;
  justify-self: start !important;
}
body[dir="rtl"] .portal .check-list {
  direction: rtl !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 30px !important;
}
body[dir="rtl"] .portal .check-list li {
  padding-inline-start: 0 !important;
  padding-inline-end: 26px !important;
  font-weight: 500 !important;
  text-align: right !important;
}
body[dir="rtl"] .portal .check-list li:before {
  inset-inline-start: auto !important;
  inset-inline-end: 0 !important;
}
body[dir="rtl"] .portal .btn {
  margin-inline-start: auto !important;
  margin-inline-end: 0 !important;
}
body[dir="rtl"] .portal h2 {
  font-size: 32px !important;
  line-height: 1.2 !important;
  max-width: 460px !important;
}
body[dir="rtl"] .portal p {
  max-width: 470px !important;
}

/* Arabic hero: keep card/readable content aligned and avoid huge empty side gaps */
body[dir="rtl"] .hero-grid {
  direction: rtl !important;
  grid-template-columns: 1.05fr 0.62fr !important;
}
body[dir="rtl"] .hero-copy {
  text-align: right !important;
  justify-self: end !important;
}
body[dir="rtl"] .hero p,
body[dir="rtl"] .hero h1 {
  margin-inline-start: 0 !important;
}
body[dir="rtl"] .event-card {
  justify-self: start !important;
  text-align: right !important;
}
body[dir="rtl"] .event-card li {
  direction: rtl !important;
}
body[dir="rtl"] .event-card li span {
  direction: rtl !important;
}

/* Arabic stats order and alignment */
body[dir="rtl"] .stats-grid {
  direction: rtl !important;
}
body[dir="rtl"] .stats-grid div {
  direction: rtl !important;
  text-align: right !important;
}

/* Arabic footer: no mixed English headings, clean RTL alignment while keeping visual columns */
body[dir="rtl"] .real-footer {
  direction: rtl !important;
  text-align: right !important;
}
body[dir="rtl"] .real-footer .footer-grid {
  direction: rtl !important;
}
body[dir="rtl"] .footer-socials a {
  margin-inline-end: 0 !important;
  margin-inline-start: 8px !important;
}
body[dir="rtl"] .real-footer a {
  direction: rtl !important;
}

/* Arabic form and license spacing */
body[dir="rtl"] .licenses-meeting .split {
  direction: rtl !important;
}
body[dir="rtl"] .meeting-form {
  text-align: right !important;
  direction: rtl !important;
}
body[dir="rtl"] .meeting-form input,
body[dir="rtl"] .meeting-form select {
  text-align: right !important;
}
body[dir="rtl"] .form-actions.single .btn {
  direction: rtl !important;
}

@media (max-width: 980px) {
  body[dir="rtl"] .portal .container.portal-grid {
    grid-template-columns: 1fr !important;
  }
  body[dir="rtl"] .portal {
    background-position: center !important;
  }
}

/* V17 Arabic fixes requested */
/* Keep browser scrollbar on the right in Arabic by leaving html LTR and only body RTL */
html[lang="ar"] {
  direction: ltr !important;
}
body[dir="rtl"] {
  direction: rtl !important;
  text-align: right !important;
  overflow-x: hidden !important;
}

/* Header in Arabic: keep logo on the right, navigation clean, no large side gap */
body[dir="rtl"] .site-header {
  direction: rtl !important;
}
body[dir="rtl"] .nav {
  direction: rtl !important;
}
body[dir="rtl"] .nav a,
body[dir="rtl"] .nav button {
  font-family: "Cairo", Tahoma, Arial, sans-serif !important;
}
body[dir="rtl"] .nav a:hover {
  color: var(--gold) !important;
}

/* B2B Arabic section: keep readable content on the teal empty area, align checklist with its text */
body[dir="rtl"] .portal {
  direction: rtl !important;
  background:
    linear-gradient(
      90deg,
      rgba(47, 137, 139, 0.88) 0%,
      rgba(47, 137, 139, 0.78) 34%,
      rgba(47, 137, 139, 0.48) 55%,
      rgba(47, 137, 139, 0.12) 78%,
      rgba(47, 137, 139, 0) 100%
    ),
    url("assets/portal-bg-new.png") center center/100% 100% no-repeat !important;
}
body[dir="rtl"] .portal .container.portal-grid {
  direction: rtl !important;
  width: min(1180px, 92%) !important;
  grid-template-columns: 0.46fr 0.54fr !important;
  justify-content: start !important;
}
body[dir="rtl"] .portal .reveal {
  direction: rtl !important;
  text-align: right !important;
  justify-self: start !important;
  max-width: 520px !important;
}
body[dir="rtl"] .portal h2 {
  text-align: right !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  max-width: 520px !important;
  margin-inline: 0 !important;
}
body[dir="rtl"] .portal p {
  text-align: right !important;
  max-width: 520px !important;
  margin-inline: 0 !important;
}
body[dir="rtl"] .portal .check-list {
  direction: rtl !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 32px !important;
  max-width: 520px !important;
  margin: 20px 0 22px !important;
}
body[dir="rtl"] .portal .check-list li {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 0 !important;
  text-align: right !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}
body[dir="rtl"] .portal .check-list li:before {
  position: static !important;
  inset: auto !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  place-items: center !important;
}
body[dir="rtl"] .portal .btn {
  margin-inline: 0 auto !important;
  min-width: 230px !important;
}

/* Arabic content should not create left gutter */
body[dir="rtl"] .container {
  width: min(1180px, 92%) !important;
}
body[dir="rtl"] .section,
body[dir="rtl"] .section-alt {
  overflow: hidden !important;
}

/* Footer links hover: white base, gold hover for both languages */
.real-footer a,
.footer a,
.nav a {
  transition: color 0.2s ease !important;
}
.real-footer a:hover,
.footer a:hover,
.nav a:hover {
  color: var(--gold) !important;
}

@media (max-width: 980px) {
  body[dir="rtl"] .portal .container.portal-grid {
    grid-template-columns: 1fr !important;
  }
  body[dir="rtl"] .portal .check-list {
    grid-template-columns: 1fr !important;
  }
  body[dir="rtl"] .portal {
    background-size: cover !important;
    background-position: center center !important;
  }
}

/* =========================
   V18 REAL FIX: Arabic layout overflow + scrollbar + B2B section
   ========================= */
html {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  position: relative !important;
}
/* Keep browser scrollbar on the RIGHT in Arabic, while page content stays RTL */
html[lang="ar"] {
  direction: ltr !important;
  overflow-y: scroll !important;
}
body[dir="rtl"] {
  direction: rtl !important;
  text-align: right !important;
  margin: 0 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}
body[dir="rtl"] #app,
body[dir="rtl"] main,
body[dir="rtl"] section,
body[dir="rtl"] header,
body[dir="rtl"] footer {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden !important;
}
body[dir="rtl"] .container {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 700px) {
  body[dir="rtl"] .container {
    width: min(100% - 28px, 1180px) !important;
  }
}

/* Arabic hero: no side gutter / no horizontal shift */
body[dir="rtl"] .hero {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background-position: center 42% !important;
}
body[dir="rtl"] .hero-grid {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  direction: rtl !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr) !important;
  justify-content: center !important;
  overflow: visible !important;
}
body[dir="rtl"] .hero-copy {
  min-width: 0 !important;
  justify-self: end !important;
  text-align: right !important;
}
body[dir="rtl"] .event-card {
  min-width: 0 !important;
  justify-self: start !important;
}

/* B2B portal: rebuild safely for Arabic so nothing exits viewport */
.portal {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  min-height: 350px !important;
  background:
    linear-gradient(
      90deg,
      rgba(47, 137, 139, 0.86) 0%,
      rgba(47, 137, 139, 0.76) 36%,
      rgba(47, 137, 139, 0.42) 58%,
      rgba(47, 137, 139, 0.12) 78%,
      rgba(47, 137, 139, 0) 100%
    ),
    url("assets/portal-bg-new.png") center center/cover no-repeat !important;
}
.portal .container.portal-grid {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 42px 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
  gap: 34px !important;
  align-items: center !important;
  min-height: 350px !important;
  overflow: visible !important;
}
.portal .reveal {
  min-width: 0 !important;
  max-width: 560px !important;
  opacity: 1 !important;
  transform: none !important;
}
.portal h2 {
  font-size: 34px !important;
  line-height: 1.08 !important;
  margin: 8px 0 12px !important;
}
.portal p {
  font-size: 15px !important;
  line-height: 1.45 !important;
  margin: 0 0 18px !important;
  font-weight: 400 !important;
}
.portal .check-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 9px 28px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  max-width: 560px !important;
}
.portal .check-list li {
  display: block !important;
  position: relative !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color: #fff !important;
  white-space: normal !important;
  min-width: 0 !important;
}
.portal-screen {
  display: none !important;
}

body[dir="rtl"] .portal {
  direction: rtl !important;
  background:
    linear-gradient(
      270deg,
      rgba(47, 137, 139, 0.86) 0%,
      rgba(47, 137, 139, 0.76) 36%,
      rgba(47, 137, 139, 0.42) 58%,
      rgba(47, 137, 139, 0.12) 78%,
      rgba(47, 137, 139, 0) 100%
    ),
    url("assets/portal-bg-new.png") center center/cover no-repeat !important;
}
body[dir="rtl"] .portal .container.portal-grid {
  direction: rtl !important;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) !important;
  justify-content: center !important;
}
body[dir="rtl"] .portal .reveal {
  justify-self: end !important;
  text-align: right !important;
  direction: rtl !important;
}
body[dir="rtl"] .portal .check-list {
  direction: rtl !important;
  text-align: right !important;
}
body[dir="rtl"] .portal .check-list li {
  padding-right: 28px !important;
  padding-left: 0 !important;
  text-align: right !important;
}
body[dir="rtl"] .portal .check-list li:before {
  content: "✓" !important;
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 1px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.28) !important;
  color: #fff !important;
  font-size: 12px !important;
  display: grid !important;
  place-items: center !important;
}
body[dir="rtl"] .portal .btn {
  margin: 0 !important;
  min-width: 230px !important;
}

@media (max-width: 980px) {
  .portal .container.portal-grid,
  body[dir="rtl"] .portal .container.portal-grid {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 42px 0 !important;
  }
  .portal .check-list,
  body[dir="rtl"] .portal .check-list {
    grid-template-columns: 1fr !important;
  }
  body[dir="rtl"] .hero-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 1180px) !important;
  }
}

/* V19 Arabic direction / scrollbar fix */
html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}
html[lang="ar"],
html[dir="rtl"] {
  direction: rtl !important;
}
html[lang="en"],
html[dir="ltr"] {
  direction: ltr !important;
}
html[lang="ar"] body,
body[dir="rtl"] {
  direction: rtl !important;
  text-align: right !important;
  max-width: 100%;
  overflow-x: hidden !important;
}
html[lang="en"] body,
body[dir="ltr"] {
  direction: ltr !important;
  text-align: left !important;
}
body[dir="rtl"] .site-header {
  direction: rtl !important;
}
body[dir="rtl"] .nav {
  direction: rtl !important;
}
body[dir="rtl"] .hero,
body[dir="rtl"] .stats,
body[dir="rtl"] .section,
body[dir="rtl"] .section-alt,
body[dir="rtl"] .hotels-section,
body[dir="rtl"] .portal,
body[dir="rtl"] .licenses-meeting,
body[dir="rtl"] .final-cta,
body[dir="rtl"] .real-footer {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
body[dir="rtl"] .hero-grid,
body[dir="rtl"] .portal .container.portal-grid,
body[dir="rtl"] .container,
body[dir="rtl"] .stats-grid {
  max-width: min(1180px, calc(100vw - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body[dir="rtl"] .portal .container.portal-grid {
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr) !important;
  direction: rtl !important;
}
body[dir="rtl"] .portal .reveal {
  justify-self: start !important;
  text-align: right !important;
  max-width: 540px !important;
}
body[dir="rtl"] .portal .check-list {
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 32px !important;
}
body[dir="rtl"] .portal .check-list li {
  font-weight: 500 !important;
  white-space: normal !important;
}
body[dir="rtl"] .floating-whatsapp {
  left: 22px !important;
  right: auto !important;
}

/* V21 final RTL + B2B correction */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
/* keep browser scrollbar on the right, while page content remains RTL */
html[dir="rtl"] {
  direction: ltr !important;
}
body[dir="rtl"] {
  direction: rtl !important;
}
section,
header,
footer {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Hero Arabic polish */
body[dir="rtl"] .hero {
  background-position: center center !important;
  width: 100% !important;
}
body[dir="rtl"] .hero-grid {
  direction: rtl !important;
}
body[dir="rtl"] .stats-grid {
  direction: rtl !important;
}
body[dir="rtl"] .stats-grid div {
  direction: rtl !important;
  grid-template-columns: 1fr 58px !important;
  text-align: right !important;
}
body[dir="rtl"] .stat-icon {
  grid-column: 2 !important;
}
body[dir="rtl"] .stats b,
body[dir="rtl"] .stats small {
  grid-column: 1 !important;
}

/* B2B section must match PPT: text on the clear teal side, laptop + plant visible */
.portal {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 300px !important;
  height: 300px !important;
  padding: 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(47, 137, 139, 0.9) 0%,
      rgba(47, 137, 139, 0.76) 34%,
      rgba(47, 137, 139, 0.32) 58%,
      rgba(47, 137, 139, 0.08) 100%
    ),
    url("assets/portal-bg-new.png") center center/cover no-repeat !important;
  position: relative !important;
}
.portal .container.portal-grid {
  width: min(1180px, 92%) !important;
  height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  direction: ltr !important;
}
.portal .reveal {
  max-width: 520px !important;
  width: 520px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  text-align: left !important;
  color: #fff !important;
}
body[dir="rtl"] .portal .container.portal-grid {
  direction: ltr !important;
  justify-content: flex-start !important;
}
body[dir="rtl"] .portal .reveal {
  direction: rtl !important;
  text-align: right !important;
  max-width: 520px !important;
  width: 520px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.portal-screen {
  display: none !important;
}
.portal span {
  color: #f0d383 !important;
  font-size: 13px !important;
  letter-spacing: 0.07em !important;
  font-weight: 900 !important;
}
.portal h2 {
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  margin: 8px 0 10px !important;
  max-width: 520px !important;
  text-shadow: none !important;
}
.portal p {
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  margin: 0 0 18px !important;
  max-width: 520px !important;
  text-shadow: none !important;
}
.portal .check-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 9px 32px !important;
  margin: 18px 0 20px !important;
  padding: 0 !important;
  max-width: 520px !important;
}
.portal .check-list li {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  padding-inline-start: 26px !important;
  text-shadow: none !important;
  white-space: normal !important;
}
body[dir="rtl"] .portal .check-list li {
  padding-inline-start: 26px !important;
  padding-inline-end: 0 !important;
}
.portal .check-list li:before {
  width: 18px !important;
  height: 18px !important;
  background: rgba(255, 255, 255, 0.38) !important;
  color: #fff !important;
  font-size: 12px !important;
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
}
body[dir="rtl"] .portal .check-list li:before {
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
}
.portal .btn {
  height: 42px !important;
  min-height: 42px !important;
  min-width: 245px !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

/* Arabic navbar/header should not create horizontal overflow */
body[dir="rtl"] .site-header {
  direction: rtl !important;
}
body[dir="rtl"] .nav {
  direction: rtl !important;
}

@media (max-width: 980px) {
  .portal {
    height: auto !important;
    min-height: 360px !important;
    padding: 44px 0 !important;
  }
  .portal .container.portal-grid {
    height: auto !important;
    width: min(92%, 680px) !important;
  }
  .portal .reveal,
  body[dir="rtl"] .portal .reveal {
    width: 100% !important;
    max-width: 100% !important;
  }
  .portal .check-list {
    grid-template-columns: 1fr !important;
  }
}

/* V23 HARD FIX: browser scrollbar side follows page language.
   English = right scrollbar (LTR). Arabic = left scrollbar (RTL). */
html[dir="ltr"],
html[lang="en"] {
  direction: ltr !important;
}
html[dir="rtl"],
html[lang="ar"] {
  direction: rtl !important;
}
body[dir="ltr"] {
  direction: ltr !important;
  text-align: left;
}
body[dir="rtl"] {
  direction: rtl !important;
  text-align: right;
}
/* keep internal sections safe from horizontal overflow after root direction changes */
html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* Arabic desktop: same visual alignment as English
   Copy LEFT, event card RIGHT, logo LEFT, CTA RIGHT. */
@media (min-width: 981px) {
  /* Header: force LTR so logo stays left, CTA stays right */
  body[dir="rtl"] .site-header {
    direction: ltr !important;
  }
  /* Keep nav link text readable in Arabic */
  body[dir="rtl"] .nav a,
  body[dir="rtl"] .nav .lang-btn {
    direction: rtl !important;
  }

  /* Hero grid: copy col-1 (LEFT), card col-2 (RIGHT) — same as English */
  body[dir="rtl"] .hero-grid {
    direction: ltr !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr) !important;
    gap: 50px !important;
    align-items: center !important;
  }
  body[dir="rtl"] .hero-copy {
    grid-column: 1 !important;
    justify-self: start !important;
    direction: rtl !important;
    text-align: right !important;
    max-width: 560px !important;
  }
  body[dir="rtl"] .event-card {
    grid-column: 2 !important;
    justify-self: end !important;
    direction: rtl !important;
    text-align: right !important;
    max-width: 300px !important;
  }
  body[dir="rtl"] .hero-copy h1,
  body[dir="rtl"] .hero-copy p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: right !important;
  }
  body[dir="rtl"] .hero-copy .actions {
    direction: rtl !important;
    justify-content: flex-start !important;
  }
  body[dir="rtl"] .event-card li {
    direction: rtl !important;
  }
  body[dir="rtl"] .event-card li span {
    direction: rtl !important;
  }

  /* Nav centered — same rule for both directions */
  body[dir="rtl"] .site-header,
  body[dir="ltr"] .site-header {
    position: sticky !important;
  }
  body[dir="rtl"] .nav,
  body[dir="ltr"] .nav {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    justify-content: center !important;
    width: auto !important;
    max-width: calc(100% - 280px) !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 980px) {
  body[dir="rtl"] .hero-grid {
    direction: rtl !important;
    grid-template-columns: 1fr !important;
  }
  body[dir="rtl"] .hero-copy,
  body[dir="rtl"] .event-card {
    grid-column: auto !important;
    justify-self: stretch !important;
    text-align: right !important;
    direction: rtl !important;
  }
  body[dir="rtl"] .nav,
  body[dir="ltr"] .nav {
    position: absolute !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 68px !important;
    max-width: none !important;
    white-space: normal !important;
  }
}

/* ===============================
   V26 FINAL FIX - Arabic hero + nav only
   - Arabic hero: card stays LEFT, copy stays RIGHT, same row
   - Arabic event card: flags + country on LEFT, dates on RIGHT
   - Desktop navbar centered without moving logo/CTA
   =============================== */
@media (min-width: 981px) {
  .site-header {
    position: sticky !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .site-header .nav {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
    width: auto !important;
    max-width: calc(100vw - 420px) !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }

  body[dir="rtl"] .hero-grid {
    display: grid !important;
    direction: ltr !important;
    grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.05fr) !important;
    grid-auto-flow: column !important;
    gap: 50px !important;
    align-items: center !important;
  }

  body[dir="rtl"] .event-card {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    max-width: 300px !important;
    margin: 0 !important;
    transform: none !important;
    direction: rtl !important;
    text-align: right !important;
  }

  body[dir="rtl"] .hero-copy {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    max-width: 620px !important;
    direction: rtl !important;
    text-align: right !important;
  }

  body[dir="rtl"] .hero-copy h1,
  body[dir="rtl"] .hero-copy p {
    text-align: right !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body[dir="rtl"] .hero-copy .actions {
    direction: rtl !important;
    justify-content: flex-start !important;
  }

  body[dir="rtl"] .event-card ul {
    direction: ltr !important;
  }

  body[dir="rtl"] .event-card li {
    direction: ltr !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    text-align: left !important;
  }

  body[dir="rtl"] .event-card li span {
    direction: ltr !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  body[dir="rtl"] .event-card li span b {
    direction: rtl !important;
    text-align: left !important;
  }

  body[dir="rtl"] .event-card small {
    direction: rtl !important;
    text-align: right !important;
  }
}

@media (max-width: 980px) {
  .site-header .nav {
    position: absolute !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 68px !important;
    max-width: none !important;
    white-space: normal !important;
  }

  body[dir="rtl"] .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    direction: rtl !important;
  }

  body[dir="rtl"] .hero-copy,
  body[dir="rtl"] .event-card {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: stretch !important;
    text-align: right !important;
    direction: rtl !important;
  }

  body[dir="rtl"] .event-card ul,
  body[dir="rtl"] .event-card li,
  body[dir="rtl"] .event-card li span {
    direction: rtl !important;
  }
}

/* WHY PARTNER: keep all check-list items on a single line */
.why-copy .check-list li {
  white-space: nowrap !important;
}

/* B2B PORTAL: solid white button with dark text + more height so button isn't cut off */
.portal .btn.ghost-white {
  position: relative !important;
  z-index: 1 !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.9) !important;
}
.portal {
  padding-bottom: 72px !important;
}
.portal .container.portal-grid {
  padding-bottom: 34px !important;
}

/* =====================================================
   HOTELS SECTION — Enhanced UI
   ===================================================== */
.hotels-section {
  background: linear-gradient(180deg, #f4f8fb 0%, #fff 100%) !important;
  padding: 56px 0 52px !important;
}
.hotels-section > .container {
  background: #fff !important;
  border: 1px solid #dde5ec !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 48px rgba(48, 38, 28, 0.09) !important;
  padding: 32px 36px 28px !important;
  width: min(1200px, 92%) !important;
}
.hotels-section .section-head {
  margin-bottom: 26px !important;
  padding-bottom: 20px !important;
  border-bottom: 1.5px solid #edf1f4 !important;
  text-align: center !important;
}
.hotels-section .section-head span {
  color: var(--navy, #30261c) !important;
  font-size: 15px !important;
  letter-spacing: 0.07em !important;
  font-weight: 900 !important;
}
.city-block {
  display: grid !important;
  grid-template-columns: 155px 1fr !important;
  gap: 20px !important;
  align-items: stretch !important;
  margin: 0 0 16px !important;
}
.city-block + .city-block {
  border-top: 1.5px solid #edf1f4 !important;
  padding-top: 18px !important;
  margin-top: 4px !important;
}
.city-info {
  border-radius: 12px !important;
  padding: 20px 16px !important;
  box-shadow: none !important;
  min-height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.city-info h3 {
  font-size: 20px !important;
  color: var(--teal, #7ca7ad) !important;
  margin: 0 0 8px !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
}
.city-info p {
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  color: #3d5568 !important;
  margin: 0 !important;
}
.hotel-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}
.hotel-grid article {
  background: #fff !important;
  border: 1px solid #e5ecf2 !important;
  border-radius: 12px !important;
  padding: 10px 10px 13px !important;
  text-align: center !important;
  /* box-shadow: 0 3px 14px rgba(48, 38, 28, 0.07) !important; */
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease !important;
  overflow: hidden !important;
  min-height: 0 !important;
}
.hotel-grid article:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(48, 38, 28, 0.14) !important;
  border-color: rgba(47, 137, 139, 0.4) !important;
}
.hotel-grid img {
  width: 100% !important;
  height: 95px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  margin: 0 !important;
  display: block !important;
}
.hotel-grid b {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin: 10px 0 0 !important;
  color: #1e3548 !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
.hotels-section .center {
  margin-top: 22px !important;
  padding-top: 20px !important;
  border-top: 1.5px solid #edf1f4 !important;
  text-align: center !important;
}
.hotels-section .btn.outline {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 34px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  border: 1.5px solid var(--teal, #7ca7ad) !important;
  color: var(--teal, #7ca7ad) !important;
  background: #fff !important;
  letter-spacing: 0.04em !important;
}
.hotels-section .btn.outline:hover {
  background: var(--teal, #7ca7ad) !important;
  color: #fff !important;
}
.hotels-section .btn.outline .btn-icon {
  width: 16px !important;
  height: 16px !important;
}
@media (max-width: 980px) {
  .hotels-section > .container {
    padding: 22px 18px 20px !important;
    border-radius: 10px !important;
  }
  .city-block {
    grid-template-columns: 1fr !important;
  }
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 560px) {
  .hotel-grid {
    grid-template-columns: 1fr !important;
  }
}

/* FOOTER — Enhanced location icon */
.footer-pin-icon {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s ease !important;
  object-fit: contain !important;
}
.footer-location-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.footer-location-link:hover .footer-pin-icon {
  transform: translateY(-2px) scale(1.18) !important;
}

/* =====================================================
   FULL MOBILE RESPONSIVE PASS
   ===================================================== */

/* ── Tablet  ≤ 980px ─────────────────────────────── */
@media (max-width: 980px) {
  /* --- NAV --- */
  /* Raise header above hero so the dropdown appears on top in both LTR and RTL.
     body[dir="rtl"] header has specificity (0,1,1) so we need (0,2,0) or higher. */
  .site-header,
  body[dir="rtl"] .site-header,
  body[dir="ltr"] .site-header {
    z-index: 9999 !important;
    overflow: visible !important;
    overflow-x: visible !important;
  }
  .site-header {
    padding: 0 16px !important;
  }

  /* --- HERO — single-column stacked layout (both LTR + RTL) --- */
  .hero {
    min-height: auto !important;
    padding: 0 !important;
    background-position: center top !important;
  }
  .hero-grid,
  body[dir="ltr"] .hero .hero-grid,
  body[dir="rtl"] .hero-grid,
  body[dir="rtl"] .hero .hero-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 28px 20px 0 !important;
    gap: 16px !important;
    align-items: start !important;
    box-sizing: border-box !important;
    direction: inherit !important;
  }
  .hero-copy,
  body[dir="rtl"] .hero-copy {
    max-width: 100% !important;
    justify-self: stretch !important;
    text-align: inherit !important;
  }
  /* Tighten text spacing */
  .hero-copy .eyebrow {
    margin-bottom: 8px !important;
  }
  .hero-copy h1 {
    font-size: 30px !important;
    max-width: 100% !important;
    margin: 8px 0 8px !important;
  }
  .hero-copy p {
    margin: 0 0 14px !important;
  }
  /* Buttons: full-width stacked */
  .hero-copy .actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 0 !important;
  }
  .hero-copy .actions .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
  /* Event card: full-width below hero copy */
  .event-card,
  body[dir="rtl"] .event-card {
    justify-self: stretch !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 28px !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
  body[dir="rtl"] .event-card {
    text-align: right !important;
  }

  /* --- STATS --- */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .stats-grid div {
    padding: 16px 20px !important;
    border-inline-end: none !important;
    border-bottom: 1px solid #eef2f3 !important;
  }
  .stats-grid div:nth-child(odd) {
    border-inline-end: 1px solid #eef2f3 !important;
  }

  /* --- SERVICES --- */
  .cards.four {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  /* --- WHY PARTNER --- */
  .why-grid {
    grid-template-columns: 1fr !important;
  }
  .image-panel {
    max-height: 260px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
  }
  .image-panel img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* --- LICENSES --- */
  .licenses-meeting .split {
    grid-template-columns: 1fr !important;
  }
  .license-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* --- FOOTER --- */
  .real-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px !important;
  }
  .real-footer img {
    width: 140px !important;
  }
}

/* ── Mobile  ≤ 560px ─────────────────────────────── */
@media (max-width: 560px) {
  /* --- GLOBAL CONTAINER --- */
  .container {
    padding-inline: 16px !important;
  }
  .section {
    padding: 36px 0 !important;
  }

  /* --- NAV --- */
  .brand img {
    height: 40px !important;
  }

  /* --- HERO (LTR + RTL identical layout) --- */
  .hero {
    min-height: auto !important;
    padding: 0 !important;
  }
  .hero-grid,
  body[dir="ltr"] .hero .hero-grid,
  body[dir="rtl"] .hero-grid,
  body[dir="rtl"] .hero .hero-grid {
    grid-template-columns: 1fr !important;
    padding: 22px 16px 0 !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    direction: inherit !important;
  }
  .hero-copy,
  body[dir="rtl"] .hero-copy {
    max-width: 100% !important;
    justify-self: stretch !important;
  }
  /* Tight text spacing */
  .hero-copy .eyebrow {
    margin-bottom: 6px !important;
  }
  .hero-copy h1 {
    font-size: 27px !important;
    line-height: 1.18 !important;
    max-width: 100% !important;
    margin: 6px 0 6px !important;
  }
  .hero-copy p {
    font-size: 13px !important;
    margin: 0 0 12px !important;
  }
  /* Buttons: full-width stacked */
  .hero-copy .actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    grid-template-columns: unset !important;
    margin-top: 0 !important;
  }
  .hero-copy .actions .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    min-width: 0 !important;
    padding: 13px 16px !important;
  }
  /* Event card: full-width card below hero copy */
  .event-card,
  body[dir="rtl"] .event-card {
    justify-self: stretch !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 1em 2em !important;
    box-sizing: border-box !important;
  }
  .event-card h3 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
  }
  .event-card ul {
    gap: 0 !important;
  }
  .event-card li,
  body[dir="rtl"] .event-card li {
    font-size: 15px !important;
    justify-content: space-between !important;
    gap: 6px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
  }
  .event-card li:last-child,
  body[dir="rtl"] .event-card li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  .event-card li:first-child,
  body[dir="rtl"] .event-card li:first-child {
    padding-top: 0 !important;
  }

  /* --- STATS --- */
  .stats-grid {
    grid-template-columns: 1fr !important;
  }
  .stats-grid div {
    padding: 14px 16px !important;
    min-height: 80px !important;
    border-inline-end: none !important;
    border-bottom: 1px solid #eef2f3 !important;
  }
  .stats-grid div:last-child {
    border-bottom: none !important;
  }
  .stat-icon {
    width: 42px !important;
    height: 42px !important;
  }

  /* --- SERVICES --- */
  .cards.four {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .card {
    min-height: 0 !important;
    padding: 18px !important;
  }
  .service-icon {
    width: 40px !important;
    height: 40px !important;
  }

  /* --- WHY PARTNER --- */
  .why-copy h2 {
    font-size: 24px !important;
  }
  .why-copy p {
    font-size: 13px !important;
  }
  /* reset nowrap so items can wrap on small screens */
  .why-copy .check-list li {
    white-space: normal !important;
    font-size: 13px !important;
  }
  .why-copy .check-list {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  /* --- HOTELS --- */
  .hotels-section {
    padding: 36px 0 32px !important;
  }
  .hotels-section > .container {
    padding: 18px 14px 16px !important;
    border-radius: 10px !important;
  }
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .hotel-grid img {
    height: 78px !important;
  }
  .hotel-grid b {
    font-size: 11px !important;
    margin: 7px 0 0 !important;
  }
  .hotels-section .btn.outline {
    width: 100% !important;
    justify-content: center !important;
  }

  /* --- PORTAL --- */
  .portal {
    padding: 36px 0 48px !important;
  }
  .portal h2 {
    font-size: 26px !important;
    line-height: 1.1 !important;
  }
  .portal p {
    font-size: 14px !important;
  }
  .portal .check-list {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .portal .btn {
    min-width: 0 !important;
    width: 100% !important;
    justify-content: center !important;
  }

  /* --- LICENSES & FORM --- */
  .licenses-meeting {
    padding: 32px 0 !important;
  }
  .license-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .license-grid div {
    padding: 12px 8px !important;
    min-height: 110px !important;
  }
  .meeting-form {
    padding: 22px 18px !important;
  }
  .meeting-form h2 {
    font-size: 20px !important;
  }
  .meeting-form input,
  .meeting-form select {
    height: 44px !important;
    font-size: 14px !important;
  }

  /* --- FINAL CTA --- */
  .final-cta {
    padding: 22px 0 !important;
  }
  .final-cta h2 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  .final-cta p {
    font-size: 13px !important;
    margin-top: 4px !important;
  }
  .final-cta .actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
  }

  /* --- FOOTER --- */
  .real-footer {
    padding: 24px 0 12px !important;
  }
  .real-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .real-footer img {
    width: 120px !important;
  }
  .real-footer h4 {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .real-footer a {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }
  .real-footer .footer-socials {
    gap: 10px !important;
    margin-top: 10px !important;
  }
  .real-footer .copyright {
    font-size: 11px !important;
    margin-top: 16px !important;
    padding: 0 16px !important;
  }

  /* --- FLOATING WHATSAPP --- */
  .floating-whatsapp {
    right: 14px !important;
    bottom: 14px !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
  }
}

/* ================================================================
   NAV — MOBILE/TABLET: burger menu dropdown (no overlay)
   ================================================================ */
@media (max-width: 980px) {
  /* hide nav by default; show when JS toggles .open */
  .nav {
    display: none !important;
    position: absolute !important;
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: #fff !important;
    padding: 6px 0 14px !important;
    box-shadow: 0 6px 24px rgba(48, 38, 28, 0.12) !important;
    border-top: 1px solid #e8edf1 !important;
    gap: 0 !important;
    z-index: 9998 !important;
    max-width: none !important;
    transform: none !important;
  }
  .nav.open {
    display: flex !important;
  }
  .nav a,
  .nav .lang-btn {
    display: block !important;
    padding: 13px 5% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--navy, #30261c) !important;
    border-bottom: 1px solid #f0f4f6 !important;
    text-align: left !important;
    width: 100% !important;
    text-decoration: none !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }
  .nav .lang-dropdown {
    width: 100% !important;
    border-bottom: 1px solid #f0f4f6 !important;
  }
  .nav .lang-dropdown .lang-btn {
    border: none !important;
    border-radius: 0 !important;
    border-bottom: none !important;
    width: 100% !important;
    justify-content: space-between !important;
  }
  .lang-menu.mobile-inline {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    background: #f8f9fa !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .nav .lang-dropdown .lang-option {
    padding: 11px 10% !important;
    border-bottom: 1px solid #f0f4f6 !important;
  }
  .nav .nav-cta {
    display: flex !important;
    margin: 12px 5% 0 !important;
    width: 90% !important;
    justify-content: center !important;
    border-bottom: none !important;
    padding: 12px 18px !important;
  }
  body[dir="rtl"] .nav a,
  body[dir="rtl"] .nav .lang-btn {
    text-align: right !important;
    direction: rtl !important;
  }
  body[dir="rtl"] .nav .lang-dropdown .lang-btn {
    flex-direction: row-reverse !important;
  }
  body[dir="rtl"] .nav .nav-cta {
    margin-left: auto !important;
    margin-right: 5% !important;
  }
}
@media (max-width: 560px) {
  .nav {
    top: 58px !important;
  }
  .nav a,
  .nav .lang-btn {
    font-size: 13px !important;
    padding: 12px 16px !important;
  }
  .nav .nav-cta {
    margin: 10px 16px 0 !important;
    width: calc(100% - 32px) !important;
  }
}

/* ================================================================
   STATS — left-align numbers on mobile
   ================================================================ */
@media (max-width: 560px) {
  .stats-grid div {
    grid-template-columns: 48px 1fr !important;
    padding: 16px 20px !important;
    gap: 14px !important;
    justify-content: start !important;
  }
  .stats b {
    text-align: left !important;
    font-size: 26px !important;
  }
  .stats small {
    text-align: left !important;
    font-size: 12px !important;
  }
  body[dir="rtl"] .stats b,
  body[dir="rtl"] .stats small {
    text-align: right !important;
  }
  body[dir="rtl"] .stats-grid div {
    direction: rtl !important;
  }
}

/* ================================================================
   HERO — align left edge of h1 with the logo (header padding: 5.2%)
   STATS — left-align numbers and labels in English (desktop)
   ================================================================ */
@media (min-width: 981px) {
  /* Replace container auto-centering with header-matching side padding
     so the hero h1 starts at the same x as the logo */
  body[dir="ltr"] .hero .hero-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8.2% !important;
    padding-right: 8.2% !important;
    box-sizing: border-box !important;
  }

  body[dir="rtl"] .hero .hero-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8.2% !important;
    padding-right: 8.2% !important;
    box-sizing: border-box !important;
  }

  /* ================================================================
   HERO h1 — Tahoma 900 weight
   ================================================================ */
  .hero h1 {
    font-family: Tahoma, Arial, sans-serif !important;
    font-weight: 900 !important;
  }

  /* ================================================================
   HOTELS kicker — bolder heading
   ================================================================ */
  .hotels-section .section-head span {
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
  }
  /* Stats: left-align numbers and labels in LTR; keep RTL right-aligned */
  body[dir="ltr"] .stats-grid div {
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  body[dir="ltr"] .stats b {
    text-align: left !important;
  }
  body[dir="ltr"] .stats small {
    text-align: left !important;
  }
}

/* ================================================================
   CAIRO FONT — all Arabic / RTL text uses Cairo Google Font
   ================================================================ */
body[dir="rtl"],
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] h5,
body[dir="rtl"] h6,
body[dir="rtl"] p,
body[dir="rtl"] a,
body[dir="rtl"] span,
body[dir="rtl"] b,
body[dir="rtl"] strong,
body[dir="rtl"] small,
body[dir="rtl"] em,
body[dir="rtl"] li,
body[dir="rtl"] button,
body[dir="rtl"] input,
body[dir="rtl"] select,
body[dir="rtl"] label,
body[dir="rtl"] .nav a,
body[dir="rtl"] .nav button,
body[dir="rtl"] .btn,
body[dir="rtl"] .eyebrow,
body[dir="rtl"] .card h3,
body[dir="rtl"] .stats b,
body[dir="rtl"] .stats small,
body[dir="rtl"] .hotel-grid b,
body[dir="rtl"] .check-list li,
body[dir="rtl"] .city-info h3,
body[dir="rtl"] .city-info p,
body[dir="rtl"] .section-head span,
body[dir="rtl"] .why-copy span,
body[dir="rtl"] .portal span {
  font-family: "Cairo", sans-serif !important;
}

/* ================================================================
   HOTELS LOGOS — contain within card, no cutoff
   ================================================================ */
.hotel-grid {
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)) !important;
}
.hotel-grid article {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 10px 14px !important;
  min-height: 145px !important;
}
.hotel-grid img {
  width: 140% !important;
  height: 120px !important;
  object-fit: contain !important;
  object-position: center !important;
  /* background: #f5f7f9 !important; */
  padding: 10px !important;
  border-radius: 8px !important;
  margin: 0 !important;
  display: block !important;
}
/* .hotel-grid img #img-3 {
  width: 80% !important;
  height: 120px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 10px !important;
  border-radius: 8px !important;
  margin: 0 !important;
  display: block !important;
} */
.hotel-grid b {
  margin-top: 10px !important;
}
.hotel-grid article.logo-dark-bg img {
  /* background: #30261C !important; */
}
/* RTL: keep grid flowing left→right so Bader stays rightmost (first in Arabic reading order) */
body[dir="rtl"] .hotel-grid {
  direction: ltr !important;
}
body[dir="rtl"] .hotel-grid b {
  direction: rtl !important;
}
@media (max-width: 980px) {
  .hotel-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .hotel-grid img {
    height: 80px !important;
  }
}
@media (max-width: 560px) {
  .hotel-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .hotel-grid img {
    height: 70px !important;
    padding: 8px !important;
  }
}

/* RTL: restore hotel container side padding stripped by the generic body[dir="rtl"] .container reset */
body[dir="rtl"] .hotels-section > .container {
  padding: 32px 36px 28px !important;
}
@media (max-width: 980px) {
  body[dir="rtl"] .hotels-section > .container {
    padding: 22px 18px 20px !important;
  }
}
@media (max-width: 560px) {
  body[dir="rtl"] .hotels-section > .container {
    padding: 18px 14px 16px !important;
  }
}

/* ================================================================
   CROSS-BROWSER FONT RENDERING
   Safari · Chrome · Firefox · Edge · Opera
   ================================================================ */

/* Upgrade @font-face declarations with full format stack */
@font-face {
  font-family: CairoLocal;
  src: url("assets/Cairo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Cairo Arabic fallback — loaded for any weight when Google Fonts is unavailable
   (e.g. network blocked on iOS Safari, Firefox strict mode).
   font-weight range covers synthesized bold from the single 400 file. */
@font-face {
  font-family: "Cairo";
  src: url("assets/Cairo-Regular.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: Tahoma;
  src: url("assets/tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Global font smoothing — applies in all browsers */
html {
  -webkit-text-size-adjust: 100%; /* Safari iOS */
  text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased; /* Safari · Chrome */
  -moz-osx-font-smoothing: grayscale; /* Firefox on macOS */
  text-rendering: optimizeLegibility;
}

/* Arabic: Cairo with full cross-browser smoothing */
body[dir="rtl"] {
  font-family: "Cairo", Tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] h5,
body[dir="rtl"] h6,
body[dir="rtl"] p,
body[dir="rtl"] a,
body[dir="rtl"] span,
body[dir="rtl"] b,
body[dir="rtl"] strong,
body[dir="rtl"] small,
body[dir="rtl"] em,
body[dir="rtl"] li,
body[dir="rtl"] button,
body[dir="rtl"] input,
body[dir="rtl"] select,
body[dir="rtl"] label {
  font-family: "Cairo", Tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* English: system-safe stack with smoothing */
body[dir="ltr"],
body[dir="ltr"] h1,
body[dir="ltr"] h2,
body[dir="ltr"] h3,
body[dir="ltr"] h4,
body[dir="ltr"] h5,
body[dir="ltr"] h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ================================================================
   ARABIC TYPOGRAPHY — Cross-browser rendering fix
   Fixes disconnected Arabic characters caused by CSS letter-spacing
   and ensures clear rendering on Safari iOS, Chrome, Firefox, Edge, Opera
   ================================================================ */

/* 1. Kill letter-spacing on Arabic eyebrow/kicker labels.
      CSS letter-spacing inserts pixel gaps BETWEEN every glyph —
      for connected Arabic script this visually splits letters apart.
      Replace with word-spacing for the desired open feel. */
body[dir="rtl"] .eyebrow,
body[dir="rtl"] .section-head span,
body[dir="rtl"] .why-copy span,
body[dir="rtl"] .portal span,
body[dir="rtl"] .licenses-meeting span,
body[dir="rtl"] .hotels-section .section-head span {
  letter-spacing: 0 !important;
  word-spacing: 0.1em !important;
  text-transform: none !important;
  font-synthesis: none !important;
  font-family: "Cairo", sans-serif !important;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-feature-settings:
    "kern" 1,
    "liga" 1,
    "calt" 1,
    "clig" 1 !important;
  font-variant-ligatures: contextual common-ligatures !important;
  font-kerning: normal !important;
}

/* 2. Zero letter-spacing on all Arabic headings and body text */
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] h5,
body[dir="rtl"] h6,
body[dir="rtl"] p,
body[dir="rtl"] li,
body[dir="rtl"] a,
body[dir="rtl"] button,
body[dir="rtl"] .card h3,
body[dir="rtl"] .hotel-grid b,
body[dir="rtl"] .check-list li {
  letter-spacing: 0 !important;
  font-synthesis: none !important;
  font-kerning: normal !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-feature-settings:
    "kern" 1,
    "liga" 1,
    "calt" 1 !important;
  font-variant-ligatures: contextual !important;
}

/* 3. Whole-body Arabic ligature rendering */
body[dir="rtl"] {
  font-feature-settings:
    "kern" 1,
    "liga" 1,
    "calt" 1,
    "clig" 1 !important;
  font-variant-ligatures: contextual common-ligatures !important;
  font-synthesis: none !important;
}

/* ── CTA Button Hover: reversed style ─────────────────── */

/* Solid primary buttons → reverse to white on hover */
.btn.primary:hover {
  background: #fff !important;
  color: #7ca7ad !important;
  border-color: #7ca7ad !important;
}

/* Nav "Connect with us" — needs .nav a.nav-cta specificity (0,3,1)
   to beat .nav a:hover (0,2,1) which forces gold color */
.nav a.nav-cta:hover {
  background: #fff !important;
  color: #7ca7ad !important;
  border-color: #7ca7ad !important;
}

/* Ghost button (already white+teal) — reverse to teal fill + white on hover
   so the change is clearly visible */
.btn.ghost:hover {
  background: #7ca7ad !important;
  color: #fff !important;
  border-color: #7ca7ad !important;
}

/* Outline button → reverse to white */
.btn.outline:hover {
  background: #fff !important;
  color: #7ca7ad !important;
  border-color: #7ca7ad !important;
}

.btn.ghost-white:hover {
  background: #fff !important;
  color: #7ca7ad !important;
  border-color: #7ca7ad !important;
}
.nav-cta {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* Override higher-specificity rules for targeted CTA buttons */
/* Schedule My Meeting — cover span/svg color overrides */
.meeting-form .btn.primary:hover,
.form-actions .btn.primary:hover,
.meeting-form .btn.primary:hover span,
.meeting-form .btn.primary:hover svg,
.form-actions .btn.primary:hover span,
.form-actions .btn.primary:hover svg {
  background: #fff !important;
  color: #7ca7ad !important;
  border-color: #7ca7ad !important;
  stroke: #7ca7ad !important;
}

/* ── Date field wrapper: label + native date input ──────────
   Wrapping in a div lets us show a visible label (type="date"
   has no placeholder support on mobile browsers).
   The wrapper spans full width in the form grid.              */
.date-field-wrap {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
.date-field-label {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #8a9fac !important;
  font-family: Tahoma, Arial, sans-serif !important;
  letter-spacing: 0.01em !important;
}
/* Specificity (0,2,1) beats .meeting-form input (0,1,1) so this
   wins even against !important rules on the lower-specificity selector */
.meeting-form input[type="date"] {
  height: auto !important;
  min-height: 44px !important;
  padding: 8px 14px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
  color: #333 !important;
  width: 100% !important;
  display: block !important;
}
.meeting-form input[type="date"]::-webkit-datetime-edit {
  padding: 0 !important;
  color: #333 !important;
}
.meeting-form input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1 !important;
  cursor: pointer !important;
}

/* ── Flatpickr input: match other form fields, teal focus ───── */
.flatpickr-input {
  cursor: pointer !important;
}
.flatpickr-input:focus,
.flatpickr-input.active {
  outline: none !important;
  border-color: #7ca7ad !important;
  box-shadow: 0 0 0 2px rgba(124, 167, 173, 0.2) !important;
}

/* ── Flatpickr calendar: brand colours ─────────────────────── */
.flatpickr-calendar {
  font-family: Tahoma, Arial, sans-serif !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 30px rgba(48, 38, 28, 0.14) !important;
  border: 1px solid #dfe6e8 !important;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: #7ca7ad !important;
  border-color: #7ca7ad !important;
}
.flatpickr-day:hover {
  background: rgba(124, 167, 173, 0.15) !important;
  border-color: transparent !important;
}
.flatpickr-day.today {
  border-color: #7ca7ad !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #7ca7ad !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-weight: 700 !important;
}
/* Input cursor hint */
.meeting-form input[type="text"].flatpickr-input {
  cursor: pointer !important;
}

/* ── Popup overlay ──────────────────────────────────────────── */
.fb-toast {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.fb-toast--show {
  opacity: 1;
  pointer-events: auto;
}
.fb-toast__box {
  background: #fff;
  border-radius: 14px;
  padding: 36px 32px 28px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  transform: scale(0.92);
  transition: transform 0.3s ease;
  position: relative;
}
.fb-toast--show .fb-toast__box {
  transform: scale(1);
}
.fb-toast__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 26px;
}
.fb-toast--success .fb-toast__icon { background: rgba(124,167,173,0.15); color: #7ca7ad; }
.fb-toast--error   .fb-toast__icon { background: rgba(192,57,43,0.12);   color: #c0392b; }
.fb-toast__msg {
  font-size: 16px;
  font-weight: 700;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.5;
  color: #2c4358;
  margin: 0 0 22px;
}
.fb-toast__close {
  background: #7ca7ad;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 800;
  font-family: Tahoma, Arial, sans-serif;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.fb-toast__close:hover { background: #5f8f96; }
.fb-toast--error .fb-toast__close { background: #c0392b; }
.fb-toast--error .fb-toast__close:hover { background: #a93226; }

/* ── Stats: yellow numbers ───────────────────────────────── */
.stats b {
  color: #f0d383 !important;
}
/* Icons already have stroke="#7ca7ad" hardcoded in the SVG files — no filter needed */
