/* fonts.css */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/jakarta-0.woff) format('woff');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../assets/fonts/jakarta-1.woff) format('woff');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../assets/fonts/jakarta-2.woff) format('woff');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/jakarta-3.woff) format('woff');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../assets/fonts/jakarta-4.woff) format('woff');
}

/* style.css */


:root {
  --background: #fff;
  --foreground: #122d4a;
  --primary: #12304d;
  --primary-foreground: #fff;
  --muted: #edf3f6;
  --muted-foreground: #576b7d;
  --accent: #e6eef4;
  --accent-foreground: #122d4a;
  --border: #dbe4e9;
  --input: #dbe4e9;
  --ring: #14858b;
  --radius: .7rem;
  --card: #fff;
  --card-foreground: #122d4a;
  --popover: #fff;
  --popover-foreground: #122d4a;
  --secondary: #eef4f7;
  --secondary-foreground: #122d4a;
  --destructive: #b42318
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #142e49;
  background: #fff;
  line-height: 1.6;
  font-size: 16px
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
textarea {
  font: inherit
}

button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent
}

button {
  cursor: pointer
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #11a8a2;
  outline-offset: 5px
}

img {
  max-width: 100%;
  display: block
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1,
h2,
h3 {
  line-height: 1.13;
  letter-spacing: -.045em
}

h1 {
  font-size: clamp(42px, 5.6vw, 78px);
  font-weight: 500
}

h2 {
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 500
}

h3 {
  font-size: 23px;
  font-weight: 600
}

p {
  color: #617084
}

.wrap {
  max-width: 1260px;
  margin: auto;
  padding: 0 36px
}

.topbar {
  background: #102e4a;
  color: #edf5ff;
  font-size: 12px;
  letter-spacing: .04em
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px
}

.topbar span,
.topbar a {
  display: flex;
  gap: 8px;
  align-items: center
}

header {
  background: #fff;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #edf0f2
}

.header-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px
}

.logo {
  width: 172px;
  height: 67px;
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0
}

.logo img {
  position: absolute;
  width: 198px;
  max-width: none;
  top: -58px;
  left: -12px
}

nav {
  display: flex;
  gap: 25px;
  align-items: center
}

nav a {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap
}

nav .active {
  color: #c74232
}

.button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 14px 23px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: transform .2s, background .2s
}

.button:hover {
  transform: translateY(-2px)
}

.navy {
  background: #14334f;
  color: white
}

.white {
  background: #fff;
  color: #14334f
}

.coral {
  background: #d64b35;
  color: #fff
}

.outline {
  border: 1px solid #c9d4dc;
  background: white
}

.menu {
  display: none;
  border: 0;
  background: none
}

.hero {
  position: relative;
  min-height: 590px;
  background: #123955;
  isolation: isolate;
  color: #fff;
  overflow: hidden
}

.hero>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
  z-index: -2;
  animation: drift 18s ease-out both
}

.hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 34, 48, .78), rgba(5, 34, 48, .26) 65%, rgba(5, 34, 48, .04));
  z-index: -1
}

.hero-content {
  padding-top: 85px;
  padding-bottom: 110px
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 19px
}

.hero .eyebrow {
  color: #d8f2ed
}

.hero h1 {
  max-width: 660px;
  margin-bottom: 23px
}

.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #e5f5df
}

.hero p {
  color: #e7f0f3;
  max-width: 425px;
  font-size: 17px;
  line-height: 1.7
}

.hero-location {
  position: absolute;
  right: 40px;
  bottom: 85px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px
}

.planner {
  position: relative;
  margin-top: -48px;
  z-index: 3
}

.planner-box {
  background: white;
  padding: 22px 28px 26px;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  box-shadow: 0 12px 40px #122d4a10
}

.trip-tabs {
  height: auto !important;
  background: transparent !important;
  border-bottom: 1px solid #e7ecef;
  border-radius: 0 !important;
  padding: 0 !important;
  gap: 24px !important;
  width: 100% !important;
  justify-content: flex-start !important
}

.trip-tabs button {
  border-radius: 0 !important;
  flex: none !important;
  padding: 0 0 15px !important;
  box-shadow: none !important;
  color: #667788 !important;
  font-size: 14px !important
}

.trip-tabs button[data-state=active] {
  color: #14334f !important;
  border-bottom: 2px solid #d9533e !important
}

.enquiry-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr .65fr auto;
  gap: 18px;
  align-items: end;
  margin-top: 17px
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #617084
}

.field input,
.field textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #d8e1e8;
  border-radius: 5px;
  min-width: 0;
  background: #fff;
  color: #173650;
  font-size: 14px;
  font-weight: 400
}

.field textarea {
  min-height: 110px;
  resize: vertical
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid #71b4b3
}

.select-control {
  width: 100%;
  min-height: 46px;
  font-size: 14px;
  background: white
}

.trust {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 20px;
  border-bottom: 1px solid #e7ecef
}

.trust>div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #516374
}

.trust svg {
  color: #4e838b;
  width: 23px
}

.section {
  padding: 76px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 30px
}

.section-head h2 {
  margin-bottom: 10px
}

.section-head p {
  margin-bottom: 0;
  max-width: 550px
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap
}

.muted-bg {
  background: #f2f6f8
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px
}

.package-card {
  border: 1px solid #e1e7ec;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px #18354e0e
}

.card-photo {
  position: relative;
  height: 230px;
  overflow: hidden;
  display: block;
  background: #b8d6da
}

.card-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .6s
}

.package-card:hover img {
  transform: scale(1.045)
}

.category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fffef4;
  color: #243e50;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .03em
}

.card-body {
  padding: 22px
}

.card-meta {
  font-size: 12px;
  color: #607486;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px
}

.card-body h3 {
  font-size: 23px;
  margin-bottom: 12px
}

.card-body p {
  font-size: 14px;
  line-height: 1.65;
  min-height: 46px
}

.card-bottom {
  border-top: 1px solid #e7ecef;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px
}

.price small {
  display: block;
  color: #73808c;
  font-size: 11px
}

.price strong {
  font-size: 21px;
  color: #183952;
  letter-spacing: -.035em
}

.round-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #d9e2e8;
  border-radius: 50%;
  display: grid;
  place-items: center
}

.pilgrim {
  background: #113f43;
  color: white;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden
}

.pilgrim-copy {
  padding: 55px
}

.pilgrim-copy p {
  color: #c7dedc;
  max-width: 420px
}

.pilgrim .eyebrow {
  color: #d9c38b
}

.pilgrim h2 {
  font-size: 42px;
  line-height: 1.15
}

.pilgrim img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.service-item {
  padding: 25px;
  border: 1px solid #e0e8ee;
  border-radius: 8px;
  background: #fff
}

.service-item svg {
  color: #35787d;
  margin-bottom: 23px
}

.service-item h3 {
  font-size: 19px;
  letter-spacing: -.025em
}

.service-item p {
  font-size: 14px;
  margin-bottom: 12px
}

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.story-photo {
  border-radius: 10px;
  width: 100%;
  height: 420px;
  object-fit: cover
}

.story-copy p {
  line-height: 1.8
}

.benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  color: #385269;
  font-size: 15px
}

.cta {
  background: #e8f1f2;
  border-top: 1px solid #d9e7e9;
  border-bottom: 1px solid #d9e7e9;
  padding: 48px 0
}

.cta .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center
}

.cta h2 {
  font-size: 36px;
  margin-bottom: 10px
}

.cta p {
  margin-bottom: 0
}

.page-heading {
  background: #eff4f7;
  padding: 57px 0 50px
}

.page-heading h1 {
  font-size: clamp(40px, 4.8vw, 62px);
  margin: 14px 0 17px
}

.page-heading p {
  max-width: 620px;
  margin: 0
}

.breadcrumb {
  font-size: 12px;
  color: #6a7c8b
}

.filters {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap
}

.filter-tabs {
  flex-wrap: wrap !important;
  height: auto !important;
  gap: 7px !important;
  background: none !important;
  justify-content: flex-start !important
}

.filter-tabs button {
  padding: 10px 16px !important;
  border: 1px solid #dbe5eb !important;
  border-radius: 5px !important;
  flex: none !important;
  font-size: 14px !important
}

.filter-tabs button[data-state=active] {
  background: #12334f !important;
  color: white !important
}

.search {
  padding: 10px 14px;
  border: 1px solid #dbe5eb;
  border-radius: 5px;
  max-width: 100%;
  font-size: 14px
}

.empty {
  padding: 55px;
  text-align: center;
  border: 1px dashed #b8c7d4;
  border-radius: 9px
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 45px
}

.detail-image {
  height: 410px;
  width: 100%;
  object-fit: cover;
  border-radius: 9px;
  margin-bottom: 32px
}

.booking-panel {
  border: 1px solid #dce5eb;
  border-radius: 9px;
  padding: 32px;
  position: sticky;
  top: 20px;
  height: fit-content
}

.booking-panel .button {
  width: 100%;
  margin-top: 15px
}

.inclusions {
  list-style: none;
  padding: 0
}

.inclusions li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e7edf1
}

.inclusions svg {
  color: #318a7d;
  flex-shrink: 0
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}

.contact-card {
  padding: 30px;
  border: 1px solid #dce5eb;
  border-radius: 9px
}

.contact-card a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0
}

.policy {
  max-width: 820px
}

.policy h2 {
  font-size: 25px;
  margin-top: 40px
}

.wide {
  grid-column: 1/-1
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 23px
}

.status {
  background: #e9f1f2;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
  margin: 15px 0
}

.error {
  background: #fff0ed;
  color: #b52d22
}

.notice {
  font-size: 13px;
  color: #687c8e;
  margin-top: 20px
}

footer {
  padding: 55px 0 24px;
  background: #fff
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .7fr 1fr;
  gap: 70px
}

footer h3 {
  font-size: 14px;
  letter-spacing: 0;
  margin: 15px 0 20px
}

footer p,
footer a {
  font-size: 13px;
  line-height: 1.85
}

footer a {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 9px
}

.footer-logo {
  margin-bottom: 17px
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #e6ecef;
  padding-top: 25px;
  margin-top: 40px;
  font-size: 12px;
  color: #72808d
}

.footer-bottom div {
  display: flex;
  gap: 23px
}

.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 20px;
  background: #176b51;
  color: white;
  padding: 12px 17px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  box-shadow: 0 4px 20px #0002;
  z-index: 30
}

@keyframes drift {
  from {
    transform: scale(1.05)
  }

  to {
    transform: scale(1)
  }
}

@media(min-width:1500px) {
  .hero {
    min-height: 650px
  }
}

@media(max-width:1100px) {
  nav {
    gap: 15px
  }

  .header-cta {
    display: none
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .enquiry-grid {
    grid-template-columns: 1fr 1fr 1fr
  }

  .hero {
    min-height: 570px
  }

  .story {
    gap: 35px
  }
}

@media(max-width:760px) {
  .wrap {
    padding-left: 21px;
    padding-right: 21px
  }

  .topbar a {
    font-size: 0
  }

  .topbar a svg {
    font-size: 12px
  }

  .header-inner {
    height: 79px
  }

  .logo {
    width: 150px;
    height: 60px
  }

  .logo img {
    width: 174px;
    top: -51px;
    left: -11px
  }

  .menu {
    display: block
  }

  nav {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    background: white;
    padding: 25px;
    box-shadow: 0 10px 20px #0001
  }

  nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px
  }

  .hero {
    min-height: 545px
  }

  .hero-content {
    padding-top: 58px;
    padding-bottom: 100px
  }

  .hero h1 {
    font-size: 49px;
    max-width: 370px
  }

  .hero p {
    font-size: 16px;
    max-width: 310px
  }

  .hero-location {
    right: 22px;
    bottom: 62px
  }

  .hero:after {
    background: linear-gradient(90deg, #092a41c9, #092a4130)
  }

  .planner {
    margin-top: -33px
  }

  .planner-box {
    padding: 18px
  }

  .trip-tabs {
    gap: 18px !important;
    overflow: auto
  }

  .trip-tabs button {
    font-size: 12px !important
  }

  .enquiry-grid {
    grid-template-columns: 1fr 1fr;
    gap: 13px
  }

  .enquiry-grid .button {
    grid-column: 1/-1
  }

  .trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 26px 0
  }

  .trust>div {
    font-size: 12px;
    gap: 8px
  }

  .trust svg {
    width: 19px;
    flex-shrink: 0
  }

  .section {
    padding: 48px 0
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    gap: 10px
  }

  .section-head p {
    font-size: 15px
  }

  .card-grid {
    grid-template-columns: 1fr
  }

  .card-photo {
    height: 260px
  }

  .card-body p {
    min-height: 0
  }

  .pilgrim {
    grid-template-columns: 1fr
  }

  .pilgrim-copy {
    padding: 33px 25px
  }

  .pilgrim h2 {
    font-size: 35px
  }

  .pilgrim img {
    height: 260px;
    min-height: 0
  }

  .service-grid {
    gap: 13px
  }

  .service-item {
    padding: 19px
  }

  .service-item h3 {
    font-size: 18px
  }

  .story {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .story-photo {
    height: 300px
  }

  .cta .wrap {
    flex-direction: column;
    align-items: flex-start
  }

  .cta h2 {
    font-size: 31px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }

  .footer-bottom {
    flex-direction: column;
    padding-bottom: 55px;
    gap: 5px
  }

  .footer-bottom div {
    gap: 17px
  }

  .floating-wa span {
    display: none
  }

  .floating-wa {
    padding: 13px;
    right: 17px;
    bottom: 17px
  }

  .detail-image {
    height: 280px
  }

  .filter-tabs {
    max-width: 100%
  }

  .filter-tabs button {
    padding: 8px 10px !important;
    font-size: 12px !important
  }

  .page-heading {
    padding: 35px 0
  }

  .booking-panel {
    position: static
  }

  .contact-card {
    padding: 24px
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }
}


/* Standalone HTML controls and progressive enhancement */
button {
  color: inherit;
}

.trip-tabs,
.filter-tabs {
  display: flex;
  align-items: center;
}

.trip-tabs button,
.filter-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 0;
  font-family: inherit;
  line-height: 1.4;
  font-weight: 600;
}

.trip-tabs button svg {
  width: 16px;
  height: 16px;
}

.trip-tabs button {
  white-space: nowrap;
}

.filter-tabs {
  width: fit-content;
}

[hidden] {
  display: none !important;
}

.filter-result {
  font-size: 14px;
  color: #617084;
  margin: 0 0 18px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px;
  background: #fff;
  color: #12334f;
}

.skip-link:focus {
  top: 12px;
}

@media (max-width: 760px) {

  .detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* premium.css */
/* WORLD AIR — Travel portal design. Change shared colours here. */
:root {
  --ink: #162d49;
  --muted: #607086;
  --brand: #cf302b;
  --line: #e3e9f0;
  --page: #f5f8fc;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  font-family: 'Plus Jakarta Sans', Arial, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

input,
select,
textarea {
  font-size: 16px;
}

.wrap {
  max-width: 1320px;
  padding-left: 40px;
  padding-right: 40px;
}

h1,
h2,
h3 {
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(30px, 3.2vw, 43px);
  font-weight: 650;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .15em;
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 14px;
}

.topbar {
  background: #f2f5f9;
  color: #50637a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}

.topbar .wrap {
  padding-top: 9px;
  padding-bottom: 9px;
}

.topbar svg {
  width: 13px;
  height: 13px;
}

.topbar b {
  color: #adbac8;
  margin: 0 6px;
}

.site-header {
  border-bottom: 1px solid #e9edf3;
  background: white;
}

.header-inner {
  height: 93px;
  gap: 28px;
}

.logo {
  width: 166px;
  height: 67px;
}

.logo img {
  width: 190px;
  top: -54px;
  left: -10px;
}

nav {
  gap: 25px;
}

nav a {
  color: #4a5b70;
  font-size: 13px;
  font-weight: 650;
  position: relative;
}

nav a.active {
  color: var(--brand);
}

nav a.active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 15px;
  height: 2px;
  background: var(--brand);
}

.button {
  min-height: 47px;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.button svg {
  width: 18px;
  height: 18px;
}

.navy {
  background: var(--ink);
}

.navy:hover {
  background: #244665;
}

.header-cta {
  font-size: 12px;
  min-height: 44px;
}

.portal-hero {
  position: relative;
  background: #e7f2fb;
  overflow: hidden;
  isolation: isolate;
}

.portal-landscape {
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  z-index: -2;
}

.portal-hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #edf5fc 0%, #edf5fc 39%, #edf5fcc4 53%, #eaf3fa10 79%);
  z-index: -1;
}

.portal-hero-inner {
  min-height: 302px;
  padding-top: 44px;
  padding-bottom: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.portal-hero h1 {
  font-size: clamp(36px, 4.1vw, 56px);
  line-height: 1.16;
  font-weight: 750;
  margin: 0 0 16px;
  letter-spacing: -.05em;
}

.portal-hero h1 em {
  font-style: normal;
  color: #254f75;
}

.portal-hero .eyebrow {
  color: #447195;
}

.portal-hero p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  color: #577187;
}

.hero-destination {
  min-width: 190px;
  margin: 0 10px 0 0;
  background: #ffffffde;
  border: 1px solid #ffffffa3;
  padding: 21px;
  border-radius: 10px;
  backdrop-filter: blur(8px);
}

.hero-destination span {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

.hero-destination svg {
  width: 15px;
  height: 15px;
}

.hero-destination strong {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 12px 0 18px;
}

.hero-destination span:last-child {
  color: #244f6d;
  letter-spacing: 0;
}

.booking-stage {
  position: relative;
  z-index: 2;
  margin-top: -29px;
}

.quick-services {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 24px 0 0;
  background: white;
}

.quick-services a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 18px 16px;
  font-size: 12px;
  font-weight: 600;
  border-right: 1px solid var(--line);
}

.quick-services a:last-child {
  border-right: 0;
}

.quick-services a:hover {
  color: var(--brand);
  background: #fff8f7;
}

.quick-services svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  color: #5b728b;
}

.quick-services svg:last-child {
  width: 12px;
  height: 12px;
  margin-left: auto;
  color: #9aaabd;
}

.confidence-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  padding: 24px 0 6px;
}

.confidence-strip span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  color: #65758b;
}

.confidence-strip svg {
  color: #467b71;
  width: 17px;
  height: 17px;
}

.section {
  padding: 66px 0;
}

.section-head {
  margin-bottom: 30px;
  gap: 25px;
}

.section-head p {
  font-size: 14px;
  line-height: 1.8;
}

.text-link {
  font-size: 12px;
  font-weight: 750;
  gap: 8px;
}

.text-link svg {
  width: 17px;
  height: 17px;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.destination-tile {
  position: relative;
  display: block;
  min-width: 0;
  height: 335px;
  border-radius: 12px;
  overflow: hidden;
  color: white;
  isolation: isolate;
  transition: transform .3s;
}

.destination-tile:hover {
  transform: translateY(-5px);
}

.destination-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform .65s;
}

.destination-tile:hover img {
  transform: scale(1.055);
}

.destination-tile:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #142d4930 0%, transparent 35%, #142d49d9 100%);
  z-index: -1;
}

.destination-region {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 10px;
  letter-spacing: .1em;
  font-weight: 700;
}

.destination-tile>div {
  position: absolute;
  bottom: 24px;
  left: 21px;
  right: 20px;
}

.destination-tile h3 {
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 650;
}

.destination-tile p {
  color: #f3f7fc;
  margin: 0;
  font-size: 12px;
  max-width: 170px;
}

.destination-arrow {
  position: absolute;
  bottom: 27px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.destination-arrow svg {
  width: 17px;
}

.holiday-section {
  background: #f5f8fc;
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
}

.card-grid {
  gap: 23px;
}

.package-card {
  border: 1px solid #e2e8ef;
  border-radius: 12px;
}

.card-photo {
  height: 234px;
}

.category-badge {
  top: 17px;
  left: 17px;
  background: #fffffff0;
  font-size: 10px;
  border-radius: 5px;
  font-weight: 700;
  padding: 6px 10px;
}

.duration-chip {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  color: #18344e;
  background: #ffffffed;
  font-size: 10px;
  font-weight: 700;
}

.duration-chip svg {
  width: 13px;
  height: 13px;
}

.card-body {
  padding: 23px;
}

.card-meta {
  font-size: 11px;
  color: #78889c;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.card-body h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 700;
}

.card-body p {
  font-size: 13px;
  line-height: 1.8;
}

.price strong {
  font-size: 24px;
  color: #213d5b;
  font-weight: 750;
}

.price small {
  font-size: 10px;
  margin-bottom: 2px;
}

.round-arrow {
  color: var(--brand);
  border-color: #f0d7d3;
  background: #fff8f6;
}

.notice {
  font-size: 12px;
  line-height: 1.8;
}

.faith-panel {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: #f0f5f1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e0e9e1;
}

.faith-copy {
  padding: 50px;
}

.faith-copy .eyebrow {
  color: #587e67;
}

.faith-copy h2 {
  font-size: 43px;
  line-height: 1.18;
  color: #244b3e;
}

.faith-copy p {
  font-size: 14px;
  line-height: 1.9;
  color: #60766a;
}

.faith-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 25px 0;
}

.faith-features span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #527263;
}

.faith-features svg {
  width: 17px;
  height: 17px;
}

.faith-copy .navy {
  background: #244b3e;
}

.faith-photo {
  position: relative;
  min-height: 410px;
}

.faith-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.faith-photo span {
  position: absolute;
  left: 25px;
  bottom: 22px;
  color: white;
  background: #243c3b80;
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 10px;
  letter-spacing: .1em;
}

.how-section {
  padding-top: 8px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.steps-grid>div {
  border-top: 1px solid #d9e2ec;
  padding-top: 22px;
}

.steps-grid span {
  color: #d1433e;
  font-size: 13px;
  font-weight: 750;
  display: block;
  margin-bottom: 19px;
}

.steps-grid h3 {
  font-size: 23px;
  font-weight: 650;
}

.steps-grid p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 310px;
}

.local-story {
  background: #163450;
  color: white;
  padding: 60px 0;
}

.local-story-inner {
  display: grid;
  grid-template-columns: 1.1fr .8fr;
  gap: 100px;
  align-items: center;
}

.local-story .eyebrow {
  color: #aec7dc;
}

.local-story h2 {
  font-size: 50px;
  line-height: 1.13;
}

.local-story p {
  color: #baccdd;
  font-size: 14px;
  line-height: 1.9;
  max-width: 450px;
}

.office-card {
  border: 1px solid #466078;
  border-radius: 12px;
  padding: 35px;
  background: #ffffff05;
}

.office-card>span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #bed0df;
  letter-spacing: .1em;
}

.office-card h3 {
  font-size: 31px;
  margin: 22px 0 15px;
}

.office-card>div {
  border-top: 1px solid #466078;
  border-bottom: 1px solid #466078;
  padding: 16px 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.office-card>div span {
  font-size: 11px;
  color: #baccdd;
}

.office-card strong {
  font-size: 13px;
  font-weight: 500;
}

.office-card>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}

footer {
  padding-top: 45px;
}

footer p,
footer a {
  font-size: 12px;
}

.footer-grid {
  gap: 65px;
}

.footer-bottom {
  font-size: 11px;
}

.floating-wa {
  background: #176449;
  font-weight: 600;
}

.page-heading {
  position: relative;
  background: linear-gradient(110deg, #f1f6fc, #e9f2f9);
  border-bottom: 1px solid #e5edf4;
  padding: 48px 0;
}

.page-heading h1 {
  max-width: 850px;
  font-size: clamp(37px, 4.5vw, 59px);
  font-weight: 700;
  line-height: 1.15;
}

.page-heading p {
  font-size: 15px;
  max-width: 720px;
  line-height: 1.8;
}

.breadcrumb {
  margin-bottom: 18px;
  font-size: 11px;
  text-transform: capitalize;
}

.ticket-page {
  background: #f8fafc;
  padding: 35px 0 55px;
}

.ticket-heading h1 {
  font-size: 46px;
}

.service-item {
  border-color: #e0e8f0;
  padding: 28px;
}

.service-item h3 {
  font-size: 20px;
}

.service-item p {
  font-size: 13px;
}

.service-item .eyebrow {
  color: var(--brand);
}

.service-item svg {
  color: #487b99;
}

.contact-card,
.booking-panel {
  border-radius: 12px;
  border-color: #dce5ef;
  box-shadow: 0 9px 25px #12345005;
}

.contact-card h2 {
  font-size: 34px;
}

.contact-card>a {
  overflow-wrap: anywhere;
}

.detail-image {
  height: 440px;
  border-radius: 13px;
}

.booking-panel {
  background: #f8fafc;
}

.policy h2 {
  font-size: 25px;
}

.policy p {
  line-height: 1.9;
}

.filter-tabs button {
  font-size: 12px !important;
  font-weight: 650;
  background: #fff;
}

.filter-tabs button[data-state=active] {
  background: var(--ink) !important;
}

.search {
  min-height: 44px;
  font-size: 14px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.reveal-waiting {
  opacity: 0;
  transform: translateY(16px);
}

.reveal {
  transition: opacity .6s ease, transform .6s ease;
}

@media(max-width:1100px) {
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header-inner {
    gap: 20px;
  }

  nav {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .quick-services a {
    font-size: 11px;
    padding: 16px 12px;
  }

  .quick-services svg:last-child {
    display: none;
  }

  .destination-tile {
    height: 295px;
  }

  .destination-tile h3 {
    font-size: 25px;
  }

  .destination-arrow {
    display: none;
  }

  .faith-copy {
    padding: 35px;
  }

  .faith-copy h2 {
    font-size: 36px;
  }

  .local-story-inner {
    gap: 55px;
  }
}

@media(max-width:760px) {
  .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    font-size: 8px;
  }

  .topbar span {
    gap: 5px;
  }

  .topbar b {
    margin: 0 2px;
  }

  .topbar .wrap {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .topbar a {
    font-size: 0;
  }

  .topbar a svg {
    width: 15px;
  }

  .header-inner {
    height: 75px;
  }

  .logo {
    width: 145px;
    height: 61px;
  }

  .logo img {
    width: 171px;
    top: -50px;
    left: -10px;
  }

  nav {
    top: 75px;
    gap: 20px;
  }

  nav a {
    font-size: 15px;
  }

  nav a.active:after {
    bottom: -6px;
  }

  .portal-hero-inner {
    min-height: 286px;
    padding-top: 32px;
    padding-bottom: 61px;
  }

  .portal-hero h1 {
    font-size: 34px;
    line-height: 1.2;
    max-width: 345px;
  }

  .portal-hero .eyebrow {
    font-size: 9px;
  }

  .portal-hero p {
    font-size: 12px;
    line-height: 1.8;
    max-width: 300px;
  }

  .portal-landscape {
    width: 100%;
    opacity: .42;
    object-position: 57% center;
  }

  .portal-hero:after {
    background: linear-gradient(90deg, #edf5fce8, #edf5fc90);
  }

  .hero-destination {
    display: none;
  }

  .booking-stage {
    margin-top: -25px;
  }

  .quick-services {
    display: flex;
    overflow-x: auto;
    border-radius: 8px;
    margin-top: 18px;
    scrollbar-width: thin;
  }

  .quick-services a {
    flex-shrink: 0;
    min-height: 54px;
    font-size: 12px;
    padding: 14px 15px;
  }

  .quick-services svg {
    width: 18px;
  }

  .confidence-strip {
    gap: 12px 23px;
    padding: 21px 0 0;
    justify-content: flex-start;
  }

  .confidence-strip span {
    font-size: 10px;
  }

  .confidence-strip span:last-child {
    display: none;
  }

  .section {
    padding: 44px 0;
  }

  .section-head {
    gap: 16px;
    margin-bottom: 25px;
  }

  .section-head h2 {
    font-size: 29px;
  }

  .section-head p {
    font-size: 13px;
  }

  .section-head .eyebrow {
    font-size: 9px;
  }

  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .destination-tile {
    height: 244px;
    border-radius: 9px;
  }

  .destination-region {
    top: 14px;
    left: 13px;
    font-size: 8px;
  }

  .destination-tile>div {
    bottom: 18px;
    left: 13px;
    right: 12px;
  }

  .destination-tile h3 {
    font-size: 23px;
  }

  .destination-tile p {
    font-size: 10px;
    line-height: 1.6;
  }

  .card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-photo {
    height: 240px;
  }

  .card-body {
    padding: 21px;
  }

  .card-body h3 {
    font-size: 22px;
  }

  .card-body p {
    font-size: 13px;
  }

  .faith-panel {
    grid-template-columns: 1fr;
  }

  .faith-copy {
    padding: 30px 23px;
  }

  .faith-copy h2 {
    font-size: 34px;
  }

  .faith-copy p {
    font-size: 13px;
  }

  .faith-photo {
    min-height: 270px;
  }

  .faith-features {
    gap: 14px;
  }

  .faith-features span {
    font-size: 10px;
  }

  .how-section {
    padding-top: 8px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .steps-grid>div {
    padding: 21px 0 7px 42px;
    position: relative;
  }

  .steps-grid span {
    position: absolute;
    left: 0;
    top: 24px;
  }

  .steps-grid h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .steps-grid p {
    font-size: 13px;
    max-width: none;
  }

  .local-story {
    padding: 38px 0;
  }

  .local-story-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .local-story h2 {
    font-size: 42px;
  }

  .local-story p {
    font-size: 13px;
  }

  .office-card {
    padding: 26px;
  }

  .office-card h3 {
    font-size: 28px;
  }

  .office-card>a {
    font-size: 20px;
  }

  .footer-grid {
    gap: 20px;
  }

  .footer-bottom {
    padding-bottom: 45px;
  }

  .footer-grid>div {
    min-width: 0;
  }

  .footer-grid a {
    overflow-wrap: anywhere;
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1;
  }

  .page-heading {
    padding: 31px 0;
  }

  .page-heading h1,
  .ticket-heading h1 {
    font-size: 36px;
  }

  .page-heading p {
    font-size: 13px;
  }

  .ticket-heading .eyebrow {
    font-size: 10px;
  }

  .ticket-page {
    padding: 20px 0 40px;
  }

  .detail-image {
    height: 285px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-item {
    padding: 20px;
  }

  .service-item h3 {
    font-size: 18px;
  }

  .service-item p {
    font-size: 12px;
  }

  .detail-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .filter-tabs button {
    font-size: 11px !important;
  }

  .policy p {
    font-size: 14px;
  }
}

@media(max-width:370px) {
  .portal-hero h1 {
    font-size: 30px;
  }

  .destination-tile {
    height: 215px;
  }

  .destination-tile h3 {
    font-size: 21px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .quick-services {
    margin-top: 15px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal.reveal-waiting {
    opacity: 1;
    transform: none;
  }
}

/* Readability pass: body copy and everyday controls stay comfortably sized. */
:is(.portal-hero, .section-head, .card-body, .faith-copy, .local-story, .steps-grid, .page-heading, .service-item) p {
  font-size: 16px;
  line-height: 1.75;
}

.eyebrow,
.portal-hero .eyebrow,
.section-head .eyebrow,
.local-story .eyebrow {
  font-size: 12px;
}

nav a,
.button,
.text-link,
.quick-services a {
  font-size: 14px;
}

.topbar,
.confidence-strip span,
.card-meta,
.category-badge,
.duration-chip,
.notice,
.destination-region,
.destination-tile p,
.price small,
.hero-destination span,
.faith-features span,
.faith-photo span,
.office-card>span,
.office-card>div span,
.footer-bottom {
  font-size: 12px;
}

footer p,
footer a {
  font-size: 13px;
}

.filter-tabs button {
  font-size: 14px !important;
}

@media(max-width:1100px) {
  nav {
    gap: 16px;
  }
}

@media(max-width:760px) {
  .topbar {
    font-size: 10px;
  }

  .topbar span {
    letter-spacing: 0;
  }

  .topbar b {
    margin: 0;
  }

  .quick-services a {
    font-size: 14px;
  }

  .confidence-strip {
    gap: 12px 18px;
  }

  .confidence-strip span {
    font-size: 12px;
  }

  .destination-region {
    font-size: 10px;
  }

  .destination-tile p {
    font-size: 12px;
  }

  .destination-tile {
    height: 263px;
  }

  .portal-hero-inner {
    min-height: 317px;
  }

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

  .portal-hero p {
    font-size: 15px;
  }

  .faith-features span {
    font-size: 12px;
  }

  .filter-tabs button {
    font-size: 13px !important;
  }
}

/* bright.css */
/* WORLD AIR BRIGHT — colour, artwork and travel confidence.
   Edit this file to adjust the latest site-wide visual direction. */
:root {
  --ink: #143d59;
  --brand: #d42f30;
  --page: #e9f6fc;
  --line: #c8e2ef;
}

body {
  background: #e9f6fc;
  color: #143d59;
}

.topbar {
  background: #d1ebf6;
  color: #305971;
}

.site-header {
  background: #fff3df;
  border-color: #efdcc1;
}

.header-inner {
  height: 87px;
}

.logo {
  background: transparent;
}

.header-cta {
  background: #c92e2f;
  box-shadow: 0 5px 14px #c72f2b17;
}

.header-cta:hover {
  background: #ac272b;
}

nav a {
  color: #37516a;
}

nav a.active {
  color: #c92e2f;
}

.service-navigation {
  background: #e0f1f8;
  border-top: 1px solid #d0e5ee;
  border-bottom: 1px solid #c6e2ed;
}

.service-navigation-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.service-shortcut {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #214760;
  padding-right: 8px;
  transition: transform .2s;
}

.service-shortcut:hover {
  transform: translateY(-2px);
  color: #b52528;
}

.service-shortcut>span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #ffffff70;
}

.service-shortcut svg {
  width: 23px;
  height: 23px;
}

.shortcut-blue>span {
  background: #c4e2ff;
  color: #13619b;
}

.shortcut-coral>span {
  background: #ffd3c5;
  color: #b63f35;
}

.shortcut-purple>span {
  background: #ddd8ff;
  color: #6751a0;
}

.shortcut-green>span {
  background: #c7edd9;
  color: #206f54;
}

.shortcut-gold>span {
  background: #ffe396;
  color: #805d0c;
}

.portal-hero {
  background: linear-gradient(125deg, #c9e8f7 0%, #def0f7 42%, #ffdfb6 100%);
}

.portal-landscape {
  width: 75%;
  height: 100%;
  right: 0;
  object-fit: cover;
  object-position: center 50%;
  opacity: 1;
}

.portal-hero:after {
  background: linear-gradient(90deg, #dcf0f8 0%, #dcf0f8 27%, #e1f1f5e6 39%, #e6f1ed30 59%, transparent 76%);
}

.portal-hero-inner {
  min-height: 376px;
  padding-top: 47px;
  padding-bottom: 70px;
}

.portal-hero h1 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.16;
  max-width: 720px;
  letter-spacing: -.045em;
}

.portal-hero h1 em {
  color: #17587d;
}

.portal-hero .eyebrow {
  color: #b83b2e;
  letter-spacing: .12em;
}

.portal-hero p {
  color: #365f77;
  font-weight: 500;
  max-width: 600px;
  font-size: 16px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 700;
  color: #24596e;
  background: #e9f7fbcf;
  border: 1px solid #adcfdb;
  border-radius: 6px;
}

.hero-trust svg {
  width: 17px;
  height: 17px;
  color: #287b70;
}

.booking-stage {
  margin-top: -35px;
}

.travel-desk {
  background: #edf7fe;
  border-color: #bbd7e8;
  box-shadow: 0 14px 35px #234f7021;
}

.desk-intro h2 {
  color: #174567;
}

.desk-intro .eyebrow {
  color: #c33530;
}

.desk-service-note {
  color: #547a94;
}

.travel-desk .nav-tabs-bar {
  background: #dceef9;
  border-color: #b7d2e2;
  border-radius: 8px 8px 0 0;
}

.travel-desk .tab-pill {
  color: #3e637d;
}

.travel-desk .tab-pill.active {
  background: #ffe3d9;
  color: #b8242a;
  border-bottom-color: #d34035;
}

.travel-desk .tab-pill:hover {
  background: #ffece3;
}

.travel-desk .flight-pass {
  background: #fff6e8;
  border-color: #d8e0df;
}

.travel-desk .flight-pass:before {
  background: linear-gradient(90deg, #1c79b5, #f2aa38, #de5146);
}

.travel-desk .flight-stub {
  background: #d8ebf8;
  border-color: #96bdd5;
}

.travel-desk .flight-class-badge {
  background: #c4e2f2;
  color: #234f6b;
}

.travel-desk .flight-main input,
.travel-desk .flight-main select {
  background: #fffdf7;
  border-color: #c1d6dd;
}

.travel-desk .brand-iata h2 {
  color: #1c4c69;
}

.desk-footnote {
  color: #4c6e87;
}

.travel-desk .train-ticket-wrapper {
  background: #fff0c5;
}

.travel-desk .bus-ticket-wrapper {
  background: #dff3e6;
}

.travel-desk .cruise-ticket-wrapper {
  background: linear-gradient(130deg, #c9eaf8, #def5fc);
  color: #154e70;
  border-color: #86c8e0;
}

.travel-desk .cruise-header {
  border-color: #8fcadd;
}

.travel-desk .cruise-header h2,
.travel-desk .cruise-header p,
.travel-desk .cruise-header>span {
  color: #155e7e !important;
}

.travel-desk .cruise-ticket-wrapper .f-field label {
  color: #225e79 !important;
}

.travel-desk .btn-cruise-book {
  background: #16789c;
  color: #fff;
}

.travel-desk .hajj-ticket-wrapper {
  background: #e4efce;
  color: #315739;
  border-color: #a6be80;
  border-top-color: #c0a34e;
}

.travel-desk .hajj-header {
  border-color: #adbb84;
}

.travel-desk .hajj-header h2,
.travel-desk .hajj-header p {
  color: #395b35 !important;
}

.travel-desk .hajj-ticket-wrapper .f-field label {
  color: #46633b !important;
}

.travel-desk .btn-hajj-book {
  background: #46734a;
  color: #fff;
}

.travel-desk .visa-ticket-wrapper {
  background: #ece5ff;
  border-color: #c9bce6;
}

.travel-desk .visa-header {
  border-color: #c5b8df;
}

.quick-services {
  background: #ffedcf;
  border-color: #ebd4ad;
}

.quick-services a {
  color: #76532a;
  border-color: #e6cea6;
}

.quick-services a:hover {
  background: #ffe3ad;
}

.quick-services svg {
  color: #967038;
}

.confidence-strip {
  display: none;
}

.credential-section {
  padding: 54px 0 64px;
  background: #e9f6fc;
}

.credential-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.credential-heading .eyebrow {
  grid-column: 1/-1;
}

.credential-heading h2 {
  margin: 0;
  font-size: 37px;
  line-height: 1.19;
}

.credential-heading p {
  margin: 0 0 3px;
  max-width: 470px;
  font-size: 16px;
  line-height: 1.8;
  color: #547589;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.credential-card {
  position: relative;
  padding: 26px 24px 23px;
  border-radius: 12px;
  border: 1px solid #b7d7e9;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.credential-icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 12px;
  margin-bottom: 23px;
  background: #ffffff65;
}

.credential-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.7;
}

.credential-label {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.credential-card h3 {
  font-size: 27px;
  line-height: 1.16;
  margin: 0 0 15px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.credential-card p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 22px;
  color: inherit;
  opacity: .9;
}

.credential-card>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  font-weight: 750;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #12395825;
}

.credential-card>a svg {
  width: 17px;
  height: 17px;
}

.credential-blue {
  background: linear-gradient(140deg, #aad9f8, #d7edfc);
  color: #174e77;
  border-color: #9ec9e6;
}

.credential-green {
  background: linear-gradient(140deg, #a9e2c9, #d7f0e3);
  color: #225f47;
  border-color: #92cbb0;
}

.credential-gold {
  background: linear-gradient(140deg, #ffd466, #ffeab6);
  color: #6d4a16;
  border-color: #eec263;
}

.credential-coral {
  background: linear-gradient(140deg, #ffb69f, #ffe0d2);
  color: #8d3b30;
  border-color: #eaa58e;
}

.destinations-section {
  background: #dceff9;
  border-top: 1px solid #c2deed;
  border-bottom: 1px solid #c2deed;
}

.destination-tile {
  border: 4px solid #edf7fc;
  box-shadow: 0 8px 18px #214d6b15;
}

.destination-tile:nth-child(2) {
  border-color: #f9dfb3;
}

.destination-tile:nth-child(3) {
  border-color: #caeac9;
}

.destination-tile:nth-child(4) {
  border-color: #e2d9f3;
}

.holiday-section {
  background: #fff0d8;
  border-color: #e9d8b9;
}

.holiday-section .eyebrow {
  color: #a54e28;
}

.package-card {
  background: #fff9ed;
  border-color: #e2d4bd;
  box-shadow: 0 7px 22px #7e693b08;
}

.card-bottom {
  border-color: #e8dac7;
}

.card-body p {
  color: #5b6d79;
}

.round-arrow {
  background: #ffded1;
  color: #b6302c;
  border-color: #e8b5a4;
}

.faith-section {
  background: #e3f3e5;
}

.faith-panel {
  background: #d0e9d5;
  border-color: #a8cdb2;
}

.faith-copy {
  background: linear-gradient(130deg, #d5eddb, #e8f1d5);
}

.faith-copy .eyebrow {
  color: #386946;
}

.faith-copy h2 {
  color: #275638;
}

.faith-copy p {
  color: #456b50;
}

.faith-features span {
  color: #456c50;
}

.faith-copy .navy {
  background: #3f7349;
}

.experience-section {
  background: #ffe0cc;
  border-top: 1px solid #efc4a8;
  border-bottom: 1px solid #efc4a8;
  padding: 64px 0;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 65px;
}

.experience-art {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #edae88;
  background: #ffab85;
  min-height: 390px;
  box-shadow: 0 12px 30px #a34e2020;
}

.experience-art img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.art-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #7b331ee0;
  color: #fff3de;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
  padding: 11px 15px;
  border-radius: 6px;
  text-align: center;
}

.experience-copy h2 {
  font-size: 40px;
  color: #6e3b29;
  line-height: 1.2;
}

.experience-copy p {
  font-size: 16px;
  color: #825947;
  line-height: 1.85;
}

.experience-copy .eyebrow {
  color: #a34529;
}

.experience-copy .navy {
  background: #a4442b;
}

.experience-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 25px 0 30px;
}

.experience-points>div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.experience-points svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #b95b35;
  margin-top: 2px;
}

.experience-points strong {
  display: block;
  color: #744a36;
  font-size: 15px;
  margin-bottom: 4px;
}

.experience-points small {
  display: block;
  color: #845d49;
  font-size: 13px;
  line-height: 1.6;
}

.how-section {
  background: #e1eff9;
  padding-top: 60px;
}

.steps-grid>div {
  border-color: #a9cbdc;
}

.steps-grid p {
  color: #507084;
}

.steps-grid span {
  color: #bd3731;
}

.local-story {
  background: linear-gradient(110deg, #b9dfef, #d8eef3 60%, #ffdfb5);
  color: #234b65;
  border-top: 1px solid #a9cddd;
}

.local-story .eyebrow {
  color: #336f88;
}

.local-story p {
  color: #476c80;
}

.local-story .button.white {
  background: #1a6085;
  color: #fff;
}

.office-card {
  background: #fff0d4;
  border-color: #e2c89b;
  box-shadow: 0 9px 25px #416b7d11;
}

.office-card>span {
  color: #80632e;
}

.office-card h3,
.office-card>a {
  color: #6a4e25;
}

.office-card p {
  color: #806446;
}

.office-card>div {
  border-color: #dfc799;
}

.office-card>div span {
  color: #81603e;
}

footer {
  background: #d5eaf2;
  border-top: 1px solid #b8d4de;
}

.footer-bottom {
  border-color: #abcbd8;
  color: #4e6b7d;
}

footer p {
  color: #496f82;
}

footer a {
  color: #305c74;
}

.page-heading {
  background: linear-gradient(115deg, #cce8f6, #e1f2f5 57%, #ffe0b6);
  border-color: #bfdaea;
  isolation: isolate;
  overflow: hidden;
}

.page-heading:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 100%;
  background: url('../assets/world-journey-art.webp') center 55%/cover no-repeat;
  opacity: .3;
  z-index: -1;
  mask-image: linear-gradient(90deg, transparent, #000 50%);
}

.page-heading h1 {
  color: #1f536e;
}

.page-heading p {
  color: #476f83;
}

.page-heading .breadcrumb {
  color: #507d8f;
}

.ticket-page {
  background: #dceefa;
}

.service-item {
  background: #fff0d5;
  border-color: #dfd0b5;
}

.service-item:nth-child(4n+2) {
  background: #d9eee4;
  border-color: #b6d5c6;
}

.service-item:nth-child(4n+3) {
  background: #e3e1f7;
  border-color: #c9c1e5;
}

.service-item:nth-child(4n+4) {
  background: #faddd1;
  border-color: #e6beab;
}

.service-item h3 {
  color: #274e64;
}

.service-item p {
  color: #546e7a;
}

.contact-card {
  background: #e0f0f7;
  border-color: #b2d1df;
}

.contact-card:nth-child(2) {
  background: #ffe9c8;
  border-color: #dfcda9;
}

.booking-panel {
  background: #d9ebf6;
  border-color: #aecddf;
}

.detail-image {
  border: 5px solid #cce3ef;
}

.inclusions li {
  border-color: #bcd6e5;
}

.policy {
  background: #e2f0f6;
  border: 1px solid #bedbe7;
  padding: 28px 35px;
  border-radius: 12px;
}

.policy p {
  color: #4d6b7c;
}

.cta {
  background: #ffe5b9;
  border-color: #e6c891;
}

.search {
  background: #f0f9fd;
  border-color: #b6d4e3;
}

.filter-tabs button {
  background: #dfedf5;
  border-color: #afcddf !important;
}

.filter-tabs button[data-state=active] {
  background: #216187 !important;
}

@media(min-width:1600px) {
  .portal-landscape {
    width: 72%;
    object-position: center 57%;
  }

  .portal-hero-inner {
    min-height: 418px;
  }
}

@media(max-width:1100px) {
  .service-navigation-inner {
    gap: 19px;
  }

  .service-shortcut {
    font-size: 13px;
  }

  .portal-hero h1 {
    font-size: 45px;
  }

  .credential-grid {
    gap: 13px;
  }

  .credential-card {
    padding: 23px 18px;
  }

  .credential-card h3 {
    font-size: 25px;
  }

  .experience-grid {
    gap: 35px;
  }

  .experience-copy h2 {
    font-size: 34px;
  }
}

@media(max-width:760px) {
  .header-inner {
    height: 75px;
  }

  .site-header nav {
    background: #fff3df;
  }

  .service-navigation-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: flex-start;
    gap: 17px;
  }

  .service-shortcut {
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    padding: 0;
    min-width: 57px;
  }

  .service-shortcut>span {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .service-shortcut svg {
    width: 21px;
    height: 21px;
  }

  .portal-hero-inner {
    min-height: 430px;
    padding-top: 28px;
    padding-bottom: 190px;
    align-items: flex-start;
  }

  .portal-hero h1 {
    font-size: 34px;
    line-height: 1.2;
    max-width: 350px;
  }

  .portal-hero p {
    font-size: 15px;
    max-width: 335px;
  }

  .portal-hero .eyebrow {
    font-size: 11px;
  }

  .portal-landscape {
    width: 100%;
    height: 77%;
    top: auto;
    bottom: 0;
    right: 0;
    object-position: 62% 59%;
    opacity: 1;
  }

  .portal-hero:after {
    background: linear-gradient(180deg, #dff0f7 0%, #e4f1f6 37%, #e3f1f5ad 57%, transparent 84%);
  }

  .hero-trust {
    gap: 7px;
    margin-top: 17px;
  }

  .hero-trust span {
    font-size: 11px;
    padding: 6px 8px;
    background: #ecf8f5e8;
  }

  .hero-trust svg {
    width: 14px;
  }

  .booking-stage {
    margin-top: -27px;
  }

  .travel-desk {
    padding: 17px 12px;
  }

  .travel-desk .nav-tabs-bar {
    background: #d5eaf8;
  }

  .credential-section {
    padding: 39px 0 44px;
  }

  .credential-heading {
    display: block;
    margin-bottom: 23px;
  }

  .credential-heading h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .credential-heading p {
    font-size: 15px;
  }

  .credential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .credential-card {
    padding: 19px 15px;
    min-height: 305px;
    border-radius: 10px;
  }

  .credential-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }

  .credential-icon svg {
    width: 25px;
    height: 25px;
  }

  .credential-label {
    font-size: 9px;
    letter-spacing: .06em;
  }

  .credential-card h3 {
    font-size: 23px;
    line-height: 1.18;
    margin-bottom: 13px;
  }

  .credential-card p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 17px;
  }

  .credential-card>a {
    font-size: 11px;
    line-height: 1.5;
  }

  .credential-card>a svg {
    width: 15px;
    flex-shrink: 0;
  }

  .experience-section {
    padding: 42px 0;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .experience-art {
    min-height: 280px;
  }

  .experience-art img {
    min-height: 280px;
  }

  .art-caption {
    font-size: 9px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 9px;
  }

  .experience-copy h2 {
    font-size: 31px;
  }

  .experience-copy p {
    font-size: 15px;
  }

  .experience-points strong {
    font-size: 15px;
  }

  .experience-points small {
    font-size: 13px;
  }

  .experience-copy .eyebrow {
    font-size: 11px;
  }

  .how-section {
    padding-top: 40px;
  }

  .page-heading:after {
    width: 60%;
    opacity: .2;
  }

  .policy {
    padding: 20px;
  }

  .local-story h2 {
    color: #214e68;
  }
}

@media(max-width:370px) {
  .credential-grid {
    gap: 9px;
  }

  .credential-card {
    padding: 17px 12px;
  }

  .credential-card h3 {
    font-size: 21px;
  }

  .credential-label {
    font-size: 8px;
  }

  .portal-hero h1 {
    font-size: 30px;
  }
}

@media(min-width:761px) {
  .portal-landscape {
    width: 70%;
    object-fit: contain;
    object-position: right center;
  }

  .portal-hero-inner {
    min-height: 402px;
  }
}

/* professional.css */
/* FINAL BRAND THEME. Change colours here; no build tools required. */
:root {
  --ink: #353b35;
  --brand: #c32b32;
  --page: #fff8e9;
  --line: #e5dcc7;
  --gold: #d4a12b;
  --green: #396b48
}

body {
  background: var(--page);
  color: var(--ink)
}

h1,
h2,
h3 {
  color: #323e34
}

p {
  line-height: 1.75
}

a,
button,
input,
select {
  touch-action: manipulation
}

img {
  max-width: 100%
}

:focus-visible {
  outline: 3px solid #a56d14;
  outline-offset: 4px
}

.topbar {
  background: #f4e7c9;
  color: #5b5545
}

.site-header {
  background: #fff9ed;
  border-bottom: 1px solid var(--line)
}

.header-inner {
  height: 88px
}

.logo,
.footer-logo {
  width: 185px;
  height: 64px;
  overflow: visible;
  display: flex;
  align-items: center
}

.logo img,
.footer-logo img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none
}

nav a {
  color: #444d40
}

nav a.active {
  color: var(--brand)
}

.header-cta,
.button.navy,
.button.white,
.local-story .button.white {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: none
}

.header-cta:hover,
.button.navy:hover {
  background: #aa2228
}

.eyebrow {
  color: #927024 !important;
  font-size: 12px !important;
  letter-spacing: .12em
}

.service-navigation {
  background: #faf0d9;
  border-color: var(--line)
}

.service-navigation-inner {
  padding-block: 10px
}

.service-shortcut {
  color: #475543
}

.service-shortcut>span {
  background: #f2e4c3;
  color: #617245;
  border-radius: 50%;
  box-shadow: none
}

.service-shortcut:hover {
  color: var(--brand)
}

.portal-hero {
  background: #f8edcf
}

.portal-hero-inner {
  min-height: 310px;
  padding-top: 38px;
  padding-bottom: 60px
}

.portal-landscape {
  width: 58%;
  object-position: center 55%;
  filter: saturate(.7)
}

.portal-hero:after {
  background: linear-gradient(90deg, #f8edcf 0%, #f8edcf 37%, #f8edcfc9 49%, transparent 75%)
}

.portal-hero h1 {
  max-width: 660px;
  font-size: clamp(36px, 3.6vw, 52px);
  letter-spacing: -.045em;
  color: #333d32
}

.portal-hero h1 em {
  color: #bf2e32
}

.portal-hero p {
  color: #5a6150;
  max-width: 540px
}

.hero-trust {
  margin-top: 18px
}

.hero-trust span {
  background: #fff8e7dc;
  color: #496044;
  border-color: #d2d6b6;
  font-size: 12px
}

.hero-trust svg {
  color: #477748
}

.booking-stage {
  margin-top: -25px
}

.travel-desk {
  background: #fff9ed;
  border: 1px solid #ded4ba;
  border-radius: 12px;
  padding: 23px;
  box-shadow: 0 12px 28px #695a3510
}

.desk-intro h2 {
  color: #394633
}

.desk-service-note,
.desk-footnote {
  color: #6c6c59
}

.travel-desk .nav-tabs-bar {
  background: #f5ecd7;
  border-color: #e2d5b8;
  margin-bottom: 16px
}

.travel-desk .tab-pill {
  color: #66684e
}

.travel-desk .tab-pill.active {
  background: #f9dfd6;
  color: #a6292d;
  border-bottom-color: #c32b32
}

.travel-desk .tab-pill:hover {
  background: #f8e8ca
}

/* Every service shares a fixed viewport; long content remains scrollable. */
.travel-desk .ticket-viewport {
  height: 362px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #c3b38a transparent
}

.travel-desk .ticket-pane {
  height: 100%;
  animation: none
}

.travel-desk .ticket-pane[hidden] {
  display: none !important
}

.travel-desk .ticket-pane>div {
  min-height: 100%;
  box-sizing: border-box
}

.travel-desk .flight-pass {
  min-height: 362px;
  background: #fffaf0;
  border-color: #ded5bf
}

.travel-desk .flight-pass:before {
  background: linear-gradient(90deg, #c32b32 0 45%, #e2b947 45% 72%, #477948 72%)
}

.travel-desk .flight-main {
  padding: 24px;
  gap: 20px
}

.travel-desk .flight-stub {
  background: #eef1da;
  border-color: #bcc79d;
  display: flex;
  flex-direction: column
}

.travel-desk .flight-stub .btn-submit {
  margin-top: auto
}

.travel-desk .flight-class-badge {
  background: #f4e7c5;
  color: #655833
}

.travel-desk .brand-iata h2,
.travel-desk .brand-iata>svg {
  color: #405d3f
}

.travel-desk .flight-main input,
.travel-desk .flight-main select {
  background: #fffdf5;
  border-color: #d7ceb5
}

.travel-desk .stub-val {
  color: #43583d
}

.travel-desk .stub-lbl,
.travel-desk .stub-top-title {
  color: #5f7252
}

.travel-desk .barcode-display {
  color: #627450
}

.travel-desk :is(.train-ticket-wrapper, .bus-ticket-wrapper, .cruise-ticket-wrapper, .hajj-ticket-wrapper, .visa-ticket-wrapper) {
  background: #f9f3e3;
  color: #3f4c39;
  border: 1px solid #ded4b9;
  border-top: 3px solid #ba9943;
  padding: 23px;
  min-height: 362px;
  display: flex;
  flex-direction: column
}

.travel-desk .bus-ticket-wrapper,
.travel-desk .hajj-ticket-wrapper {
  background: #f0f3df;
  border-top-color: #67824a
}

.travel-desk .visa-ticket-wrapper {
  background: #fcf0e6;
  border-top-color: #c5744c
}

.travel-desk :is(.train-stamp-header, .bus-header, .cruise-header, .hajj-header, .visa-header) {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-color: #d8ceb5
}

.travel-desk :is(.train-stamp-header, .bus-header, .cruise-header, .hajj-header, .visa-header) h2 {
  font-family: inherit;
  font-size: 22px !important;
  font-weight: 700;
  color: #44573b !important;
  letter-spacing: -.025em
}

.travel-desk :is(.cruise-header, .hajj-header) p,
.travel-desk .cruise-header>span {
  color: #677453 !important
}

.travel-desk .f-field label {
  color: #555e48 !important
}

.travel-desk .f-field input,
.travel-desk .f-field select {
  color: #353e32;
  border: 1px solid #d7cdb5;
  background: #fffdf6;
  font-size: 16px
}

.travel-desk .form-row-2 {
  gap: 14px 22px;
  margin-bottom: 18px
}

.travel-desk .btn-submit {
  background: #c32b32;
  color: #fff;
  box-shadow: none;
  min-height: 46px
}

.travel-desk :is(.train-ticket-wrapper, .bus-ticket-wrapper, .cruise-ticket-wrapper, .hajj-ticket-wrapper, .visa-ticket-wrapper)>.btn-submit {
  margin-top: auto
}

.travel-desk .btn-submit:hover {
  background: #a9262c
}

.quick-services {
  background: #f1ebd3;
  border-color: #d9d4ba
}

.quick-services a {
  color: #586141;
  border-color: #d7cfb1
}

.quick-services svg {
  color: #6a793f
}

.credential-section {
  background: #fff8e9;
  padding: 50px 0
}

.credential-heading h2 {
  font-size: 32px
}

.credential-heading p {
  color: #68705b
}

.credential-grid {
  gap: 0;
  border: 1px solid #dfd5bb;
  border-radius: 10px;
  overflow: hidden
}

.credential-card {
  background: #f8f0dc;
  color: #43513b;
  border: 0;
  border-right: 1px solid #dfd5bb;
  border-radius: 0;
  min-height: 245px;
  padding: 24px
}

.credential-card:last-child {
  border-right: 0
}

.credential-icon {
  background: #e9e8cc;
  width: 39px;
  height: 39px;
  margin-bottom: 15px;
  color: #647643
}

.credential-label {
  font-size: 12px;
  letter-spacing: .05em
}

.credential-card h3 {
  font-size: 24px;
  line-height: 1.25
}

.credential-card p {
  margin-bottom: 14px
}

.credential-card>a {
  font-size: 14px;
  border-color: #d8cfb5
}

.credential-heading {
  margin-bottom: 24px
}

.destinations-section {
  background: #f3ecd8;
  border-color: #e5dcc4
}

.destination-tile,
.destination-tile:nth-child(n) {
  border: 0;
  border-radius: 8px
}

.holiday-section {
  background: #fff8e9
}

.package-card {
  background: #fffbf1;
  border-color: #e3dac6;
  box-shadow: none;
  border-radius: 10px
}

.round-arrow {
  background: #f9e4d6;
  color: #b1322c;
  border-color: #e5c4b3
}

.card-body p {
  color: #68705d
}

.faith-section {
  background: #f0f2dc
}

.faith-panel {
  background: #e8ecd1;
  border-color: #cfd6b0;
  border-radius: 12px
}

.faith-copy {
  background: #e8ecd1
}

.faith-copy h2 {
  color: #435638
}

.faith-copy p,
.faith-features span {
  color: #5e6c50
}

.faith-copy .navy {
  background: #537242
}

.experience-section {
  background: #f8efd9;
  border-color: #e2d6bb;
  padding: 55px 0
}

.experience-art {
  box-shadow: none;
  border-color: #dfd1b5;
  min-height: 320px
}

.experience-art img {
  min-height: 320px;
  filter: saturate(.65)
}

.art-caption {
  background: #f9efdae8;
  color: #6a593c;
  font-size: 12px
}

.experience-copy h2 {
  color: #46533b;
  font-size: 35px
}

.experience-copy p,
.experience-points small {
  color: #667056
}

.experience-points strong {
  color: #48583e
}

.experience-points svg {
  color: #8b7948
}

.experience-copy .navy {
  background: #b63232
}

.how-section {
  background: #f7f0dc
}

.steps-grid p {
  color: #68715c
}

.steps-grid>div {
  border-color: #d3cfad
}

.steps-grid span {
  color: #b33731
}

.local-story {
  background: #eaf0d8;
  color: #465c3f;
  border-color: #ccd6b7
}

.local-story p {
  color: #617153
}

.office-card {
  background: #f9f4df;
  border-color: #d5d6b7;
  box-shadow: none
}

.office-card h3,
.office-card>a {
  color: #4a613c
}

footer {
  background: #f2e6c7;
  border-color: #ddd0ae
}

footer p,
footer a,
.footer-bottom {
  color: #62654c
}

footer h3 {
  color: #424f35
}

.footer-bottom {
  border-color: #d7caab
}

.page-heading {
  background: linear-gradient(100deg, #f7edcf, #f5ecd8);
  border-color: #e2d5b7
}

.page-heading:after {
  opacity: .13
}

.page-heading h1 {
  color: #43543a
}

.page-heading p,
.page-heading .breadcrumb {
  color: #677255
}

.service-item,
.service-item:nth-child(n),
.contact-card,
.contact-card:nth-child(n),
.booking-panel,
.policy {
  background: #f7efda;
  border-color: #ded4b9;
  color: #4c5c42
}

.service-item h3 {
  color: #43543b
}

.service-item p,
.policy p {
  color: #69715d
}

.ticket-page {
  background: #fff8e9
}

.cta {
  background: #eee9cd;
  border-color: #d8d2ad
}

.search {
  background: #fffaf0;
  border-color: #d9cfb4
}

.filter-tabs button {
  background: #f3ebd4;
  border-color: #d8cfb4 !important
}

.filter-tabs button[data-state=active] {
  background: #587242 !important
}

.detail-image {
  border-color: #e9dec4
}

.map-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 50px;
  align-items: center
}

.office-location {
  background: #edf1dc;
  border-top: 1px solid #d4dcb8
}

.map-copy h2 {
  font-size: 36px;
  line-height: 1.2
}

.map-copy p {
  color: #607052
}

.map-copy address {
  font-style: normal;
  line-height: 1.9;
  margin: 22px 0;
  color: #4f6046
}

.map-phone {
  display: block;
  margin-top: 17px;
  font-weight: 600;
  color: #496a40
}

.map-frame {
  border: 1px solid #c9d2ae;
  border-radius: 10px;
  overflow: hidden;
  background: #f6f5e3
}

.map-frame iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 360px
}

.map-frame p {
  margin: 0;
  padding: 14px 18px;
  font-size: 14px;
  color: #5f704f
}

/* A short branded welcome, never a booking or passport-validation screen. */
.welcome-intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #fff5dc;
  display: grid;
  place-items: center;
  pointer-events: none;
  animation: intro-away .35s ease 2.05s forwards
}

.welcome-card {
  text-align: center;
  max-width: 400px;
  width: 85%;
  animation: intro-arrive .6s ease both
}

.welcome-card img {
  width: 290px;
  height: 260px;
  object-fit: contain;
  display: block;
  margin: 0 auto
}

.welcome-card strong {
  display: block;
  color: #4c6143;
  font-size: 25px;
  letter-spacing: -.03em
}

.welcome-card p {
  color: #887039;
  font-size: 14px;
  margin-top: 8px
}

.welcome-skip {
  position: absolute;
  bottom: 32px;
  right: 32px;
  background: #f3e8ca;
  border: 1px solid #d4bd89;
  color: #66512b;
  border-radius: 7px;
  padding: 11px 20px;
  font: inherit;
  pointer-events: auto;
  cursor: pointer
}

@keyframes intro-away {
  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes intro-arrive {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.97)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@media(max-width:1000px) {
  .credential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .credential-card {
    border-bottom: 1px solid #dfd5bb
  }

  .map-layout {
    gap: 28px
  }

  .portal-hero h1 {
    font-size: 41px
  }
}

@media(max-width:760px) {
  .wrap {
    width: calc(100% - 28px)
  }

  .header-inner {
    height: 72px
  }

  .logo,
  .footer-logo {
    width: 152px;
    height: 53px
  }

  .site-header nav {
    background: #fff6e3;
    top: 72px
  }

  .topbar {
    font-size: 12px
  }

  .service-navigation-inner {
    gap: 14px;
    padding-block: 8px
  }

  .service-shortcut {
    min-width: 50px;
    font-size: 12px
  }

  .service-shortcut>span {
    width: 30px;
    height: 30px
  }

  .service-shortcut svg {
    width: 18px;
    height: 18px
  }

  .portal-hero-inner {
    min-height: 250px;
    padding: 25px 0 33px
  }

  .portal-hero h1 {
    font-size: 32px;
    max-width: 330px
  }

  .portal-hero p {
    font-size: 14px;
    max-width: 285px
  }

  .portal-landscape {
    width: 60%;
    height: 100%;
    opacity: .24
  }

  .portal-hero:after {
    background: linear-gradient(90deg, #f8edcf, #f8edcfb0 60%, transparent)
  }

  .hero-trust {
    gap: 6px;
    margin-top: 13px
  }

  .hero-trust span {
    font-size: 12px;
    padding: 6px 8px
  }

  .booking-stage {
    margin-top: -8px
  }

  .travel-desk {
    padding: 14px 10px;
    border-radius: 10px
  }

  .desk-intro {
    padding: 0 2px 10px
  }

  .desk-intro h2 {
    font-size: 20px
  }

  .travel-desk .nav-tabs-bar {
    margin-bottom: 10px
  }

  .travel-desk .tab-pill {
    min-width: 74px;
    min-height: 54px;
    padding: 8px;
    font-size: 12px;
    gap: 4px
  }

  .travel-desk .tab-pill svg {
    width: 18px;
    height: 18px
  }

  .travel-desk .ticket-viewport {
    height: 430px
  }

  .travel-desk .flight-pass {
    min-height: 430px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr
  }

  .travel-desk .flight-main {
    padding: 15px;
    gap: 14px
  }

  .travel-desk .flight-header-row {
    padding-bottom: 10px
  }

  .travel-desk .form-grid-flight,
  .travel-desk .form-row-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px
  }

  .travel-desk .form-grid-flight .f-field:nth-child(-n+2) {
    grid-column: auto
  }

  .travel-desk .f-field {
    gap: 4px
  }

  .travel-desk .f-field label {
    font-size: 14px !important
  }

  .travel-desk .f-field input,
  .travel-desk .f-field select {
    height: 44px;
    padding: 8px;
    font-size: 16px
  }

  .travel-desk .f-field input::placeholder {
    font-size: 14px
  }

  .travel-desk .flight-stub {
    padding: 12px 15px
  }

  .travel-desk .stub-top-title {
    display: none
  }

  .travel-desk .stub-detail-rows {
    margin: 0 0 12px;
    gap: 9px
  }

  .travel-desk .live-flight-route {
    font-size: 16px
  }

  .travel-desk .stub-lbl {
    font-size: 12px
  }

  .travel-desk .full-col {
    grid-column: 1/-1
  }

  .travel-desk :is(.train-ticket-wrapper, .bus-ticket-wrapper, .cruise-ticket-wrapper, .hajj-ticket-wrapper, .visa-ticket-wrapper) {
    padding: 17px 14px;
    min-height: 430px
  }

  .travel-desk .btn-submit {
    font-size: 14px
  }

  .travel-desk .brand-iata span {
    font-size: 10px !important
  }

  .desk-footnote {
    font-size: 12px
  }

  .quick-services {
    margin-top: 14px
  }

  .quick-services a {
    font-size: 12px;
    min-height: 42px
  }

  .section,
  .credential-section,
  .experience-section,
  .how-section {
    padding-block: 35px
  }

  .credential-heading {
    display: block;
    margin-bottom: 20px
  }

  .credential-heading h2 {
    font-size: 27px;
    margin-bottom: 12px
  }

  .credential-heading p {
    font-size: 14px
  }

  .credential-card {
    padding: 16px;
    min-height: 250px
  }

  .credential-card h3 {
    font-size: 21px
  }

  .credential-card p,
  .credential-card>a {
    font-size: 14px
  }

  .credential-label {
    font-size: 12px
  }

  .credential-icon {
    margin-bottom: 12px
  }

  .section-head h2,
  .experience-copy h2,
  .map-copy h2 {
    font-size: 28px
  }

  .experience-grid,
  .map-layout {
    grid-template-columns: 1fr;
    gap: 23px
  }

  .experience-art,
  .experience-art img {
    min-height: 230px;
    max-height: 280px
  }

  .map-frame iframe {
    height: 285px
  }

  .map-copy address {
    margin-block: 15px
  }

  .page-heading {
    padding-block: 30px
  }

  .page-heading h1 {
    font-size: 33px
  }

  .story {
    gap: 25px
  }

  .story-photo {
    max-height: 265px;
    width: 100%;
    object-fit: cover
  }

  .floating-wa {
    bottom: 17px;
    right: 14px
  }

  .welcome-card img {
    width: 235px;
    height: 220px
  }

  .welcome-card strong {
    font-size: 23px
  }
}

@media(max-width:359px) {
  .credential-grid {
    grid-template-columns: 1fr
  }

  .credential-card {
    min-height: 0
  }

  .travel-desk .form-grid-flight,
  .travel-desk .form-row-2 {
    grid-template-columns: 1fr
  }

  .travel-desk .ticket-pane>div {
    height: auto
  }

  .travel-desk .flight-main {
    gap: 10px
  }

  .travel-desk .brand-iata span {
    display: none
  }
}

@media(prefers-reduced-motion:reduce) {
  .welcome-intro {
    display: none !important
  }

  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important
  }
}

/* red-white.css */
/* WORLD AIR: white surfaces, logo red and restrained silver accents. */
:root {
  --ink: #30333c;
  --brand: #cf252c;
  --page: #fff;
  --line: #e6e7eb;
  --green: #555e66;
  --gold: #cf252c
}

body {
  background: #fff;
  color: #30333c
}

h1,
h2,
h3 {
  color: #242933
}

p {
  color: #616672
}

.topbar {
  background: #f6f6f8;
  color: #626670;
  border-bottom: 1px solid #ececef
}

.site-header {
  background: #fff;
  border-color: #e9e9ed
}

.header-inner {
  height: 88px
}

nav a {
  color: #424753
}

nav a.active {
  color: #cf252c
}

.header-cta,
.button.navy,
.button.white,
.local-story .button.white,
.experience-copy .navy,
.faith-copy .navy {
  background: #cf252c;
  border-color: #cf252c;
  color: #fff
}

.header-cta:hover,
.button.navy:hover {
  background: #b91923
}

.eyebrow {
  color: #c7252e !important
}

.service-navigation {
  background: #fff;
  border-color: #ececef
}

.service-shortcut {
  color: #535865
}

.service-shortcut>span {
  background: #fff0f1;
  color: #d02b34;
  border-radius: 10px
}

.service-shortcut:hover {
  color: #c7252e
}

.portal-hero {
  background: #f9fafd;
  isolation: isolate;
  overflow: hidden
}

.portal-hero-inner {
  min-height: 330px;
  padding-block: 44px 66px
}

.portal-landscape {
  width: 56%;
  filter: saturate(.85);
  opacity: .9
}

.portal-hero:after {
  background: linear-gradient(90deg, #fafbfe 0%, #fafbfe 35%, #fafbfedf 45%, #fafbfe00 76%)
}

.portal-hero:before {
  content: '';
  position: absolute;
  width: 65%;
  height: 200%;
  left: -20%;
  top: -50%;
  background: radial-gradient(ellipse, #ffe3e780, transparent 65%);
  animation: ambient-drift 12s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1
}

.portal-hero-inner {
  position: relative;
  z-index: 2
}

.portal-hero h1 {
  color: #252b36
}

.portal-hero h1 em {
  color: #cf252c
}

.portal-hero p {
  color: #636976
}

.hero-trust span {
  background: #ffffffd9;
  border-color: #e5e6eb;
  color: #545c69
}

.hero-trust svg {
  color: #c92c36
}

.travel-desk {
  background: #fff;
  border-color: #e4e6ec;
  box-shadow: 0 12px 35px #343d5c0d
}

.desk-intro h2 {
  color: #2d3340
}

.desk-service-note,
.desk-footnote {
  color: #6c7280
}

.travel-desk .nav-tabs-bar {
  background: #f7f8fa;
  border-color: #e4e6eb
}

.travel-desk .tab-pill {
  color: #626877
}

.travel-desk .tab-pill.active {
  background: #fff0f1;
  color: #c7222d;
  border-bottom-color: #ce2730
}

.travel-desk .tab-pill:hover {
  background: #fff3f4
}

.travel-desk .flight-pass {
  background: #fff;
  border-color: #e0e4ed
}

.travel-desk .flight-pass:before {
  background: #ce2730
}

.travel-desk .flight-stub {
  background: #f7f8fc;
  border-color: #d5d9e4
}

.travel-desk .flight-class-badge {
  background: #fff0f1;
  color: #bc2830
}

.travel-desk .brand-iata h2,
.travel-desk .brand-iata>svg {
  color: #c72732
}

.travel-desk .flight-main input,
.travel-desk .flight-main select,
.travel-desk .f-field input,
.travel-desk .f-field select {
  background: #fff;
  border-color: #dce0e8;
  color: #353b47
}

.travel-desk .stub-val {
  color: #343c4d
}

.travel-desk .stub-lbl,
.travel-desk .stub-top-title,
.travel-desk .barcode-display {
  color: #737b8b
}

.travel-desk :is(.train-ticket-wrapper, .bus-ticket-wrapper, .cruise-ticket-wrapper, .hajj-ticket-wrapper, .visa-ticket-wrapper) {
  background: #fcfcfd;
  color: #3c4250;
  border-color: #e0e3ea;
  border-top-color: #cf2831
}

.travel-desk :is(.train-stamp-header, .bus-header, .cruise-header, .hajj-header, .visa-header) {
  border-color: #e0e3ea
}

.travel-desk :is(.train-stamp-header, .bus-header, .cruise-header, .hajj-header, .visa-header) h2 {
  color: #343c4c !important
}

.travel-desk :is(.cruise-header, .hajj-header) p,
.travel-desk .cruise-header>span {
  color: #697382 !important
}

.travel-desk .f-field label {
  color: #58606e !important
}

.travel-desk .btn-submit {
  background: #cf252c;
  color: #fff
}

.travel-desk .btn-submit:hover {
  background: #b71e29
}

.quick-services {
  background: #fafbfc;
  border-color: #e4e6eb
}

.quick-services a {
  color: #646c79;
  border-color: #e3e6ec
}

.quick-services svg {
  color: #c92a34
}

.quick-services a:hover {
  background: #fff1f2
}

.credential-section {
  background: #fff;
  padding-block: 55px
}

.credential-heading h2 {
  color: #2b3240
}

.credential-heading p {
  color: #68717d
}

.credential-grid {
  border-color: #e6e8ed;
  gap: 16px;
  border: 0
}

.credential-card {
  background: #fff;
  border: 1px solid #e4e6ed !important;
  border-radius: 10px;
  color: #434c5a;
  position: relative;
  transition: transform .3s, box-shadow .3s
}

.credential-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: 36px;
  height: 3px;
  background: #d22c37
}

.credential-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px #3f496010
}

.credential-icon {
  background: #fff0f1;
  color: #c82d36
}

.credential-card h3 {
  color: #303846
}

.credential-card>a {
  border-color: #e4e6eb;
  color: #c92a33
}

.credential-label {
  color: #747d89
}

.destinations-section {
  background: #f6f8fb;
  border-color: #e7eaf0
}

.holiday-section {
  background: #fff
}

.package-card {
  background: #fff;
  border-color: #e3e6ed;
  box-shadow: 0 5px 20px #34446608;
  transition: transform .3s, box-shadow .3s
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px #34446616
}

.card-photo img,
.destination-tile img {
  transition: transform .7s
}

.package-card:hover .card-photo img,
.destination-tile:hover img {
  transform: scale(1.035)
}

.round-arrow {
  background: #fff0f1;
  color: #c92b35;
  border-color: #f2d7da
}

.card-body p {
  color: #6b7380
}

.card-bottom {
  border-color: #e6e8ee
}

.faith-section {
  background: #fff
}

.faith-panel,
.faith-copy {
  background: #f7f9fc;
  border-color: #e2e7f0
}

.faith-copy h2 {
  color: #333e50
}

.faith-copy p,
.faith-features span {
  color: #68768a
}

.experience-section {
  background: #fff;
  border-color: #e9ebf0
}

.experience-art {
  border-color: #e7e8ed
}

.experience-copy h2,
.experience-points strong {
  color: #323d4d
}

.experience-copy p,
.experience-points small {
  color: #68727e
}

.experience-points svg {
  color: #c72933
}

.art-caption {
  background: #ffffffeb;
  color: #586070
}

.how-section {
  background: #fafbfc
}

.steps-grid>div {
  border-color: #e2e5eb
}

.steps-grid p {
  color: #6a7381
}

.steps-grid span {
  color: #cd2933
}

.local-story {
  background: #f6f8fb;
  color: #344052;
  border-color: #e2e7f0
}

.local-story p {
  color: #697688
}

.office-card {
  background: #fff;
  border-color: #e0e5ee
}

.office-card h3,
.office-card>a {
  color: #364155
}

.office-card p,
.office-card>span,
.office-card>div span {
  color: #6c7686
}

.office-card>div {
  border-color: #e3e7ee
}

footer {
  background: #fafafa;
  border-top: 1px solid #e4e7ec
}

footer p,
footer a,
.footer-bottom {
  color: #707582
}

footer h3 {
  color: #333b49
}

.footer-bottom {
  border-color: #e3e5eb
}

.page-heading {
  background: #f8f9fc;
  border-color: #e7eaf0
}

.page-heading:after {
  opacity: .1
}

.page-heading h1 {
  color: #2e3747
}

.page-heading p,
.page-heading .breadcrumb {
  color: #738093
}

.service-item,
.service-item:nth-child(n),
.contact-card,
.contact-card:nth-child(n),
.booking-panel,
.policy {
  background: #fff;
  border-color: #e0e5ed;
  color: #394659
}

.service-item h3 {
  color: #334157
}

.service-item p,
.policy p {
  color: #697789
}

.ticket-page {
  background: #f8fafc
}

.cta {
  background: #fff3f4;
  border-color: #f2dadd
}

.search {
  background: #fff;
  border-color: #dce2eb
}

.filter-tabs button {
  background: #f8f9fb;
  border-color: #e2e6ec !important
}

.filter-tabs button[data-state=active] {
  background: #cf2732 !important
}

.detail-image {
  border-color: #f0f2f6
}

.office-location {
  background: #f8fafd;
  border-color: #e3e8f0
}

.map-copy p,
.map-copy address,
.map-phone {
  color: #66758a
}

.map-frame {
  background: #fff;
  border-color: #dce4ef
}

.map-frame p {
  color: #687b91
}

.package-extras {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  align-items: center;
  margin: 14px 0
}

.package-extras[hidden] {
  display: none
}

.offer-badge {
  display: inline-block;
  background: #ce2632;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 5px;
  letter-spacing: .025em
}

.departure-date {
  display: inline-block;
  font-size: 13px;
  font-weight: 650;
  color: #4c596d;
  background: #f0f4f9;
  padding: 6px 10px;
  border-radius: 5px
}

.booking-panel .package-extras {
  margin-top: 0;
  margin-bottom: 20px
}

.director-section {
  background: #fff;
  border-top: 1px solid #edf0f4
}

.director-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 650px);
  gap: 48px;
  justify-content: center;
  align-items: center
}

.director-layout h2 {
  margin-bottom: 8px;
  font-size: 36px
}

.director-role {
  font-weight: 650;
  color: #c82a35;
  margin-top: 0
}

.director-photo {
  width: 220px;
  height: 255px;
  border-radius: 10px;
  background: linear-gradient(145deg, #f6f7fa, #edf0f5);
  border: 1px solid #e2e7ee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.director-monogram {
  font-size: 64px;
  color: #c4cbd6;
  letter-spacing: -.08em;
  font-weight: 650
}

.director-photo-caption {
  font-size: 14px;
  color: #7b8799;
  margin-top: 20px
}

.director-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.brand-arrival {
  animation: brand-arrive .75s cubic-bezier(.2, .7, .3, 1) both
}

.motion-ready {
  opacity: .35;
  transform: translateY(15px);
  transition: opacity .6s ease var(--delay, 0ms), transform .6s ease var(--delay, 0ms)
}

.motion-ready.motion-in {
  opacity: 1;
  transform: none
}

.button,
.header-cta {
  transition: background .2s, transform .2s
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px)
}

.portal-hero-inner>div {
  animation: hero-arrive .8s ease both
}

.page-heading {
  position: relative;
  overflow: hidden
}

.page-heading:before {
  content: '';
  position: absolute;
  inset: -50%;
  background: radial-gradient(ellipse at 65% 40%, #fbe4e750, transparent 40%);
  pointer-events: none;
  animation: ambient-drift 15s ease-in-out infinite alternate
}

.page-heading>.wrap {
  position: relative;
  z-index: 1
}

@keyframes ambient-drift {
  from {
    transform: translate3d(-2%, 0, 0)
  }

  to {
    transform: translate3d(8%, 5%, 0)
  }
}

@keyframes brand-arrive {
  from {
    opacity: 0;
    transform: translateY(-6px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes hero-arrive {
  from {
    opacity: .4;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@media(max-width:760px) {
  .header-inner {
    height: 72px
  }

  .site-header nav {
    background: #fff
  }

  .portal-hero-inner {
    min-height: 260px;
    padding-block: 25px 38px
  }

  .portal-landscape {
    opacity: .2
  }

  .portal-hero:after {
    background: linear-gradient(90deg, #fafbfe, #fafbfec0 62%, transparent)
  }

  .credential-grid {
    gap: 10px
  }

  .credential-card {
    padding: 17px;
    min-height: 260px
  }

  .credential-section {
    padding-block: 35px
  }

  .director-layout {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: start
  }

  .director-photo {
    width: 100px;
    height: 125px
  }

  .director-monogram {
    font-size: 38px
  }

  .director-photo-caption {
    font-size: 12px;
    margin-top: 8px
  }

  .director-layout h2 {
    font-size: 26px
  }

  .director-role {
    font-size: 14px
  }

  .director-layout p {
    font-size: 15px
  }

  .director-layout .button {
    font-size: 14px
  }

  .portal-hero:before {
    animation-duration: 18s
  }

  .departure-date {
    font-size: 13px
  }

  .offer-badge {
    font-size: 13px
  }
}

@media(prefers-reduced-motion:reduce) {
  .motion-ready {
    opacity: 1;
    transform: none
  }

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }
}

/* Ticket table: natural size, no internal scrolling on any screen. */
.travel-desk .ticket-viewport {
  height: auto;
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto
}

.travel-desk .ticket-pane {
  height: auto;
  max-height: none;
  overflow: visible
}

.travel-desk .ticket-pane>div {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible
}

.travel-desk .nav-tabs-bar {
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.travel-desk .flight-pass {
  min-height: 0;
  grid-template-rows: auto
}

.travel-desk :is(.train-ticket-wrapper, .bus-ticket-wrapper, .cruise-ticket-wrapper, .hajj-ticket-wrapper, .visa-ticket-wrapper) {
  min-height: 0
}

@media(max-width:760px) {
  .travel-desk .nav-tabs-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    overflow: visible
  }

  .travel-desk .tab-pill {
    min-width: 0;
    min-height: 43px;
    padding: 9px 5px;
    flex-direction: row;
    gap: 6px;
    font-size: 13px
  }

  .travel-desk .flight-main {
    padding: 13px;
    gap: 12px
  }

  .travel-desk .flight-stub {
    padding: 11px 13px
  }

  .travel-desk .form-grid-flight,
  .travel-desk .form-row-2 {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .travel-desk .form-grid-flight .f-field:nth-child(-n+2) {
    grid-column: auto
  }

  .travel-desk :is(.train-ticket-wrapper, .bus-ticket-wrapper, .cruise-ticket-wrapper, .hajj-ticket-wrapper, .visa-ticket-wrapper) {
    padding: 15px 13px
  }

  .travel-desk :is(.train-stamp-header, .bus-header, .cruise-header, .hajj-header, .visa-header) {
    margin-bottom: 13px;
    padding-bottom: 10px
  }

  .travel-desk .flight-stub .stub-detail-rows {
    margin-bottom: 10px
  }

  .travel-desk .btn-submit {
    min-height: 44px
  }
}

@media(max-width:359px) {

  .travel-desk .form-grid-flight,
  .travel-desk .form-row-2 {
    grid-template-columns: 1fr
  }

  .travel-desk .tab-pill {
    font-size: 12px;
    gap: 4px
  }
}

/* travel-polish.css */
/* Editorial package presentation, with original prices and photo badges. */
.card-photo {
  position: relative;
  overflow: hidden;
  isolation: isolate
}

.package-card {
  border-radius: 18px;
  overflow: hidden
}

.card-photo .category-badge {
  top: 15px;
  right: 14px;
  left: auto;
  background: #ffffffed;
  color: #495365;
  font-size: 12px;
  border: 1px solid #e6e9ed
}

.image-offer {
  position: absolute;
  top: 15px;
  left: 14px;
  z-index: 2;
  background: #c32a33;
  border-radius: 20px;
  padding: 7px 12px;
  max-width: 65%;
  font-size: 13px;
  box-shadow: 0 3px 8px #65151a22
}

.image-duration {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #fff;
  color: #374354;
  font-size: 13px;
  font-weight: 750;
  border-radius: 16px;
  padding: 6px 11px;
  box-shadow: 0 3px 10px #24304522
}

.card-meta {
  display: none
}

.card-body {
  padding: 23px
}

.card-body h3 {
  font-size: 21px;
  line-height: 1.35
}

.previous-price {
  display: block;
  color: #7c889c;
  font-size: 15px;
  text-decoration-thickness: 1px;
  font-weight: 400;
  margin-bottom: 4px
}

.price strong {
  font-size: 28px;
  letter-spacing: -.04em;
  color: #313e53
}

.card-bottom {
  border-top: 1px dashed #dce1e9;
  padding-top: 17px
}

.price small {
  font-size: 12px
}

.booking-panel .price strong {
  font-size: 33px
}

.package-card .category-badge {
  display: none
}

.package-card .card-photo img {
  height: 245px;
  object-fit: cover;
  width: 100%
}

.booking-panel {
  border-radius: 15px
}

.journal-home {
  background: #f7f9fc
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px
}

.journal-card {
  border: 1px solid #e4e8ee;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s
}

.journal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px #2d405518
}

.journal-card img {
  width: 100%;
  height: 210px;
  object-fit: cover
}

.journal-card a>div {
  padding: 23px
}

.journal-card h3 {
  font-size: 22px;
  line-height: 1.35;
  margin: 10px 0
}

.journal-card p {
  font-size: 15px
}

.journal-read {
  display: block;
  color: #c52633;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px
}

.journal-article {
  max-width: 850px;
  padding-block: 38px 65px
}

.journal-article section {
  margin-block: 35px
}

.journal-article h2 {
  font-size: 27px;
  line-height: 1.3
}

.journal-article p {
  font-size: 17px;
  line-height: 1.9
}

.journal-cover {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 14px
}

.journal-byline {
  color: #788598;
  font-size: 14px !important
}

.journal-contact {
  padding: 25px;
  background: #fff4f5;
  border: 1px solid #f3dce0;
  border-radius: 12px;
  margin-block: 30px
}

.site-header {
  transition: box-shadow .3s
}

.site-header:hover {
  box-shadow: 0 6px 20px #23354c08
}

@media(prefers-reduced-motion:no-preference) {
  .portal-landscape {
    animation: landscape-breathe 22s ease-in-out infinite alternate;
    transform-origin: right center
  }

  .portal-hero:before {
    background: radial-gradient(ellipse, #fac9d180, transparent 65%);
    animation-duration: 8s
  }

  .service-shortcut:hover svg {
    animation: icon-lift .55s ease
  }

  .credential-card:hover .credential-icon {
    transform: rotate(-7deg) scale(1.07)
  }

  .credential-icon {
    transition: transform .35s
  }

  .image-offer {
    animation: offer-arrive .7s ease both
  }

  .journal-card img {
    transition: transform .8s
  }

  .journal-card:hover img {
    transform: scale(1.035)
  }

  .page-heading:before {
    animation-duration: 9s
  }

  .journal-card {
    animation: offer-arrive .6s ease both
  }

  .journal-card:nth-child(2) {
    animation-delay: .12s
  }

  .journal-card:nth-child(3) {
    animation-delay: .24s
  }

  @keyframes landscape-breathe {
    from {
      transform: scale(1)
    }

    to {
      transform: scale(1.065) translateY(-4px)
    }
  }

  @keyframes icon-lift {
    50% {
      transform: translateY(-4px) rotate(-8deg)
    }
  }

  @keyframes offer-arrive {
    from {
      opacity: 0;
      transform: translateY(8px)
    }

    to {
      opacity: 1;
      transform: none
    }
  }

  @media(max-width:1000px) {
    nav {
      gap: 15px
    }

    .journal-grid {
      gap: 15px
    }

    .journal-card a>div {
      padding: 18px
    }

    .journal-card h3 {
      font-size: 20px
    }
  }

  @media(max-width:760px) {
    .journal-grid {
      grid-template-columns: 1fr
    }

    .journal-card>a {
      display: grid;
      grid-template-columns: 115px minmax(0, 1fr)
    }

    .journal-card img {
      height: 100%;
      min-height: 200px
    }

    .journal-card h3 {
      font-size: 19px
    }

    .journal-card p {
      font-size: 14px
    }

    .journal-read {
      margin-top: 12px
    }

    .journal-card a>div {
      padding: 17px
    }

    .journal-article h2 {
      font-size: 24px
    }

    .journal-article p {
      font-size: 16px
    }

    .package-card .card-photo img {
      height: 220px
    }

    .price strong {
      font-size: 27px
    }

    .card-body {
      padding: 20px
    }

    .image-offer {
      font-size: 12px
    }

    .passport-book {
      width: 220px
    }

    .intro-progress {
      bottom: 12%
    }

    .intro-skip {
      bottom: 4%
    }
  }

  /* yathra-edition.css */
  /* White/red brand, with small sky, mint and lavender service accents. */
  .service-shortcut:nth-child(2)>span {
    background: #edf4ff;
    color: #3978ae
  }

  .service-shortcut:nth-child(3)>span {
    background: #f0edff;
    color: #7760ac
  }

  .service-shortcut:nth-child(4)>span {
    background: #eaf5ef;
    color: #387b5b
  }

  .service-shortcut:nth-child(5)>span {
    background: #fff4dd;
    color: #9b7223
  }

  .credential-card:nth-child(2):before {
    background: #559f7d
  }

  .credential-card:nth-child(2) .credential-icon {
    background: #edf8f1;
    color: #438869
  }

  .credential-card:nth-child(3):before {
    background: #d2a448
  }

  .credential-card:nth-child(3) .credential-icon {
    background: #fff6e2;
    color: #a17b2a
  }

  .credential-card:nth-child(4):before {
    background: #7c83bd
  }

  .credential-card:nth-child(4) .credential-icon {
    background: #f0f1fb;
    color: #777bac
  }

  .yathra-section {
    background: linear-gradient(120deg, #fff5f5, #fff 58%, #f2f6ff);
    border-bottom: 1px solid #f0e7ec
  }

  .yathra-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 50px;
    align-items: center;
    max-width: 1030px
  }

  .yathra-symbol {
    display: grid;
    place-items: center;
    background: radial-gradient(circle, #ffe6e8 0%, #fff5f7 48%, transparent 70%);
    min-height: 220px
  }

  .yathra-symbol img {
    width: 170px;
    height: 170px;
    object-fit: contain
  }

  .yathra-copy h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 12px 0
  }

  .yathra-copy>p {
    max-width: 630px
  }

  .yathra-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 22px
  }

  .yathra-link[aria-disabled=true] {
    background: #fbe7e9;
    color: #9d3541;
    border-color: #e9c7ce;
    cursor: default;
    transform: none
  }

  .yathra-status {
    font-size: 13px;
    margin-top: 12px;
    color: #89909e
  }

  .yathra-actions .text-link {
    font-size: 14px
  }

  /* Realistic desktop service documents, adapted from the supplied ticket table.
   All are enquiry forms, not issued tickets. No internal scroll areas. */
  @media(min-width:1000px) {

    .travel-desk .ticket-viewport,
    .travel-desk .ticket-pane {
      height: auto;
      max-height: none;
      overflow: visible
    }

    .travel-desk .ticket-pane>div {
      position: relative;
      box-shadow: 0 10px 24px #34445b12;
      border-radius: 12px;
      padding: 30px
    }

    .travel-desk .flight-pass {
      padding: 0 !important;
      grid-template-columns: minmax(0, 1fr) 280px;
      background: #fffdf7;
      border: 1px solid #dedfdc;
      isolation: isolate
    }

    .travel-desk .flight-pass:before {
      height: 7px;
      background: linear-gradient(90deg, #cb2633 0 65%, #e4b551 65% 80%, #559781 80%)
    }

    .travel-desk .flight-main {
      padding: 30px 32px;
      gap: 25px
    }

    .travel-desk .flight-header-row {
      border-bottom: 2px dashed #d8d9d5;
      padding-bottom: 20px
    }

    .travel-desk .brand-iata h2 {
      letter-spacing: .09em;
      font-size: 19px
    }

    .travel-desk .brand-iata span {
      font-family: 'Courier New', monospace !important;
      letter-spacing: .06em
    }

    .travel-desk .flight-class-badge {
      font-family: 'Courier New', monospace;
      background: #fff0ec;
      border: 1px solid #e5c8c2
    }

    .travel-desk .flight-stub {
      background: #f1f5fa;
      border-left: 2px dashed #b8c5d4;
      padding: 30px 25px
    }

    .travel-desk .stub-val {
      font-family: 'Courier New', monospace;
      font-size: 16px
    }

    .travel-desk .live-flight-route {
      font-size: 22px
    }

    .travel-desk .barcode-display {
      display: block;
      border-top: 1px dashed #b7c3d1;
      padding-top: 10px;
      font-size: 10px;
      letter-spacing: .13em
    }

    .travel-desk .f-field input,
    .travel-desk .f-field select {
      background: #ffffffc9
    }

    .travel-desk .flight-notch-top,
    .travel-desk .flight-notch-bottom {
      display: block;
      position: absolute;
      right: 266px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #fff;
      z-index: 3;
      border: 1px solid #e0e4eb
    }

    .travel-desk .flight-notch-top {
      top: -14px
    }

    .travel-desk .flight-notch-bottom {
      bottom: -14px
    }

    .travel-desk .train-ticket-wrapper {
      background-color: #fbf5df;
      background-image: radial-gradient(#b5894221 .7px, transparent .7px);
      background-size: 12px 12px;
      border: 2px solid #b99960;
      border-radius: 6px;
      color: #684a2a
    }

    .travel-desk .train-stamp-header {
      text-align: center;
      border-bottom: 2px dashed #b89b6c;
      padding-bottom: 18px
    }

    .travel-desk .train-stamp-header h2 {
      font-family: 'Courier New', monospace !important;
      letter-spacing: .12em;
      color: #785529 !important
    }

    .travel-desk .train-ticket-wrapper .f-field label {
      font-family: 'Courier New', monospace !important;
      font-weight: 700 !important
    }

    .travel-desk .train-ticket-wrapper input,
    .travel-desk .train-ticket-wrapper select {
      border-color: #cdbc98
    }

    .travel-desk .train-ticket-wrapper .btn-submit {
      background: #91632e
    }

    .travel-desk .bus-ticket-wrapper {
      background: #eff9f3;
      border: 1px solid #a9d2b7;
      border-left: 15px solid #448262
    }

    .travel-desk .bus-header {
      border-bottom: 2px dashed #afd2bc
    }

    .travel-desk .bus-header h2 {
      color: #316d4e !important
    }

    .travel-desk .bus-punches {
      display: flex;
      position: absolute;
      left: -12px;
      top: 15%;
      bottom: 15%;
      flex-direction: column;
      justify-content: space-between
    }

    .travel-desk .punch-hole {
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid #d0e4d7
    }

    .travel-desk .bus-ticket-wrapper .btn-submit {
      background: #448262
    }

    .travel-desk .cruise-ticket-wrapper {
      background: linear-gradient(120deg, #edf8fd, #f8fcff);
      border: 2px solid #91bbcd
    }

    .travel-desk .cruise-header {
      border-bottom: 2px solid #a8cddb
    }

    .travel-desk .cruise-header h2 {
      font-family: Georgia, serif !important;
      color: #316a89 !important;
      font-size: 27px !important;
      letter-spacing: .03em
    }

    .travel-desk .cruise-ticket-wrapper .btn-submit {
      background: #347797
    }

    .travel-desk .hajj-ticket-wrapper {
      background: #f7f8eb;
      border: 4px double #b9a46c
    }

    .travel-desk .hajj-header {
      text-align: center;
      border-bottom: 1px solid #c6b986
    }

    .travel-desk .hajj-header h2 {
      font-family: Georgia, serif !important;
      color: #62734c !important;
      font-size: 27px !important
    }

    .travel-desk .hajj-ticket-wrapper .btn-submit {
      background: #6a7c52
    }

    .travel-desk .visa-ticket-wrapper {
      background: linear-gradient(135deg, #fff, #f5f3fb);
      border: 1px solid #d2cce3;
      border-top: 8px solid #7d72a6
    }

    .travel-desk .visa-header {
      border-bottom: 2px solid #d7d0e7
    }

    .travel-desk .visa-header h2 {
      color: #655b88 !important
    }

    .travel-desk .visa-ticket-wrapper .btn-submit {
      background: #75669b
    }
  }

  /* Small screens show compact, flat forms, without ticket edges or paper effects. */
  @media(max-width:999px) {
    .travel-desk .ticket-pane>div {
      box-shadow: none;
      background: #fff;
      border: 1px solid #e3e7ee;
      border-radius: 8px;
      padding: 17px
    }

    .travel-desk .flight-pass {
      padding: 0 !important
    }

    .travel-desk .flight-pass:before,
    .travel-desk .flight-notch-top,
    .travel-desk .flight-notch-bottom,
    .travel-desk .bus-punches,
    .travel-desk .barcode-display {
      display: none !important
    }

    .travel-desk .flight-stub {
      background: #fafbfc
    }

    .travel-desk .ticket-viewport,
    .travel-desk .ticket-pane {
      height: auto;
      overflow: visible
    }

    .travel-desk .ticket-pane>div {
      min-height: 0
    }

    .travel-desk .train-stamp-header h2,
    .travel-desk .hajj-header h2,
    .travel-desk .cruise-header h2 {
      font-family: inherit !important;
      font-size: 21px !important;
      letter-spacing: 0
    }

    .travel-desk .f-field input,
    .travel-desk .f-field select {
      font-size: 16px
    }

    .travel-desk .flight-header-row {
      border-style: solid
    }
  }

  .brand-intro {
    position: fixed;
    inset: 0;
    background: linear-gradient(140deg, #fff, #fff6f7 62%, #f5f8ff);
    z-index: 10000;
    display: grid;
    place-items: center;
    pointer-events: none;
    animation: brand-intro-exit .4s 2s forwards
  }

  .brand-intro-content {
    text-align: center;
    padding: 25px;
    width: min(480px, 90vw)
  }

  .brand-intro-content img {
    display: block;
    width: 310px;
    max-width: 85%;
    height: auto;
    margin: 26px auto;
    animation: brand-logo-in .9s cubic-bezier(.2, .8, .2, 1) both
  }

  .intro-overline {
    font-size: 12px;
    letter-spacing: .15em;
    color: #8791a1
  }

  .brand-intro-content p {
    font-size: 16px;
    color: #657184;
    animation: brand-logo-in .8s .4s both
  }

  .intro-route {
    height: 2px;
    background: #ecdce0;
    width: 180px;
    margin: 25px auto;
    overflow: hidden
  }

  .intro-route i {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #d12e3b, #e8ac50, #639886);
    transform-origin: left;
    animation: brand-line 1.7s ease both
  }

  .brand-intro-skip {
    position: absolute;
    right: 25px;
    bottom: 25px;
    padding: 10px 20px;
    font: inherit;
    font-size: 14px;
    color: #a12c39;
    border: 1px solid #edd5da;
    border-radius: 7px;
    background: #fff;
    pointer-events: auto;
    cursor: pointer
  }

  @keyframes brand-logo-in {
    from {
      opacity: 0;
      transform: translateY(12px) scale(.95);
      filter: blur(4px)
    }

    to {
      opacity: 1;
      transform: none;
      filter: blur(0)
    }
  }

  @keyframes brand-line {
    from {
      transform: scaleX(0)
    }

    to {
      transform: scaleX(1)
    }
  }

  @keyframes brand-intro-exit {
    to {
      opacity: 0;
      visibility: hidden
    }
  }

  @media(prefers-reduced-motion:no-preference) {
    .yathra-symbol img {
      animation: yathra-rise 7s ease-in-out infinite
    }

    @keyframes yathra-rise {
      50% {
        transform: translateY(-7px)
      }
    }
  }

  @media(max-width:760px) {
    .yathra-layout {
      grid-template-columns: 1fr;
      gap: 6px
    }

    .yathra-symbol {
      min-height: 115px;
      justify-content: start;
      background: none
    }

    .yathra-symbol img {
      width: 100px;
      height: 100px
    }

    .yathra-copy h2 {
      font-size: 28px
    }

    .yathra-actions {
      gap: 16px
    }

    .brand-intro-content img {
      width: 260px
    }

    .intro-overline {
      font-size: 11px;
      letter-spacing: .08em
    }
  }

  @media(prefers-reduced-motion:reduce) {
    .brand-intro {
      display: none !important
    }
  }

  /* Final mobile-first pass: natural ticket height, no blank gap or nested scrolling. */
  .travel-desk .ticket-viewport,
  .travel-desk .ticket-pane,
  .travel-desk .ticket-pane>div {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important
  }

  .travel-desk .ticket-viewport {
    margin-top: 0 !important;
    padding-top: 0 !important
  }

  .travel-desk .nav-tabs-bar {
    margin-bottom: 12px !important
  }

  .travel-desk .ticket-pane.active {
    animation: ticketUnfold .28s ease both
  }

  .travel-desk .btn-submit[disabled] {
    opacity: .68;
    cursor: wait
  }

  .travel-desk .f-field input:invalid:not(:placeholder-shown),
  .travel-desk .f-field select:invalid,
  .enquiry-grid input:invalid:not(:placeholder-shown),
  .enquiry-grid select:invalid {
    border-color: #cf252c !important;
    box-shadow: 0 0 0 3px #cf252c14
  }

  .travel-desk .f-field input.has-error,
  .travel-desk .f-field select.has-error {
    border-color: #cf252c !important
  }

  .loading-state {
    opacity: .68;
    pointer-events: none;
    cursor: wait
  }

  .portal-hero {
    background: linear-gradient(120deg, #fff8f3 0%, #fff 44%, #eef8fb 100%)
  }

  .portal-landscape {
    opacity: 1 !important;
    filter: saturate(1.08) contrast(1.02) !important;
    transform-origin: center right
  }

  .portal-hero:before {
    width: 120% !important;
    height: 170% !important;
    left: -35% !important;
    top: -35% !important;
    background: radial-gradient(circle at 25% 35%, #ffb27c3d, transparent 26%), radial-gradient(circle at 70% 55%, #cf252c18, transparent 34%), linear-gradient(120deg, transparent 20%, #fff6df88 49%, transparent 70%) !important;
    animation: heroLightSweep 13s ease-in-out infinite alternate !important
  }

  .portal-hero:after {
    background: linear-gradient(90deg, #fff8f3 0%, #fff8f3e8 30%, #ffffff55 54%, transparent 80%) !important
  }

  .portal-hero-inner>div:after {
    content: '✦  PLAN  •  FLY  •  REMEMBER  ✦';
    display: block;
    margin-top: 22px;
    color: #c9824a;
    font-size: 10px;
    letter-spacing: .18em;
    animation: softPulse 4s ease-in-out infinite
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px
  }

  .hero-actions .button {
    min-height: 46px
  }

  .offers-section {
    background: linear-gradient(180deg, #fff 0%, #fff9f7 100%)
  }

  .mezviq-credit {
    color: #d8782b !important;
    font-size: 12px;
    white-space: nowrap
  }

  .mezviq-credit strong {
    color: #ef7d24
  }

  .mobile-action-bar {
    display: none
  }

  .cookie-banner {
    position: fixed;
    z-index: 9998;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 560px;
    padding: 12px 14px;
    border: 1px solid #f0d7ca;
    border-radius: 12px;
    background: #fffaf7;
    color: #5e6470;
    box-shadow: 0 14px 35px #2f354018;
    font-size: 12px
  }

  .cookie-banner button {
    border: 0;
    border-radius: 8px;
    padding: 8px 13px;
    background: #cf252c;
    color: #fff;
    font: inherit;
    cursor: pointer
  }

  @keyframes heroLightSweep {
    from {
      transform: translate3d(-2%, 0, 0) rotate(-2deg)
    }

    to {
      transform: translate3d(9%, 4%, 0) rotate(2deg)
    }
  }

  @keyframes softPulse {
    50% {
      opacity: .48;
      letter-spacing: .24em
    }
  }

  @media(max-width:760px) {
    .portal-hero-inner>div:after {
      margin-top: 15px;
      font-size: 8px;
      letter-spacing: .12em
    }

    .hero-actions {
      gap: 8px;
      margin-top: 16px
    }

    .hero-actions .button {
      flex: 1 1 145px;
      min-height: 44px;
      padding-inline: 12px
    }

    .travel-desk .nav-tabs-bar {
      margin-bottom: 8px !important
    }

    .travel-desk .tab-pill {
      min-height: 48px !important;
      padding: 8px 4px !important;
      justify-content: center
    }

    .travel-desk .f-field input,
    .travel-desk .f-field select {
      min-height: 48px
    }

    .mobile-action-bar {
      display: grid;
      grid-template-columns: 1fr 1fr;
      position: fixed;
      z-index: 9997;
      left: 10px;
      right: 10px;
      bottom: 10px;
      gap: 8px;
      padding: 7px;
      border: 1px solid #f0d5d7;
      border-radius: 14px;
      background: #fffdfdf2;
      box-shadow: 0 10px 28px #5e1f261f;
      backdrop-filter: blur(12px)
    }

    .mobile-action-bar a {
      display: grid;
      place-items: center;
      min-height: 40px;
      border-radius: 9px;
      font-size: 13px;
      font-weight: 800;
      text-decoration: none
    }

    .mobile-action-bar a:first-child {
      background: #cf252c;
      color: #fff
    }

    .mobile-action-bar a:last-child {
      background: #fff0f1;
      color: #b8242c
    }

    body {
      padding-bottom: 66px
    }

    .cookie-banner {
      left: 10px;
      right: 10px;
      bottom: 68px
    }

    .mezviq-credit {
      flex-basis: 100%;
      text-align: center
    }
  }

  /* Dedicated pilgrimage gateway. */
  .pilgrimage-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 480px;
    display: grid;
    align-items: center;
    background: #142f2a;
    color: #fff
  }

  .pilgrimage-hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    z-index: -2;
    filter: saturate(.9)
  }

  .pilgrimage-hero:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, #102923ee 0%, #102923bf 41%, #1029231a 78%), linear-gradient(0deg, #10292388, transparent 50%)
  }

  .pilgrimage-hero .wrap {
    padding: 90px 0 105px
  }

  .pilgrimage-hero h1 {
    max-width: 650px;
    color: #fff;
    font-size: clamp(39px, 5vw, 66px);
    line-height: 1.05;
    letter-spacing: -.055em
  }

  .pilgrimage-hero h1 em {
    color: #efc778;
    font-family: Georgia, serif;
    font-weight: 400
  }

  .pilgrimage-hero p {
    max-width: 585px;
    color: #eef6f0;
    font-size: 17px;
    line-height: 1.75
  }

  .gateway-choice {
    background: #fcfaf5
  }

  .gateway-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px
  }

  .gateway-card {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid #e4e0d3;
    border-radius: 18px;
    background: #fff;
    color: #354039;
    text-decoration: none;
    box-shadow: 0 15px 35px #172a2010;
    transition: transform .3s, box-shadow .3s
  }

  .gateway-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px #172a2020
  }

  .gateway-art {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 22px;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-position: center
  }

  .gateway-art:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #102d27de, transparent 65%)
  }

  .gateway-art>* {
    position: relative;
    z-index: 1
  }

  .gateway-art span {
    font-size: 12px;
    letter-spacing: .16em;
    font-weight: 800
  }

  .gateway-art strong {
    font: 400 29px Georgia, serif;
    margin-top: 6px
  }

  .gateway-umrah .gateway-art {
    background-image: url('../assets/destination-13.webp')
  }

  .gateway-hajj .gateway-art {
    background-image: url('../assets/world-journey-art.webp')
  }

  .gateway-copy {
    padding: 27px
  }

  .gateway-copy .eyebrow {
    font-size: 10px !important;
    color: #aa7b30 !important
  }

  .gateway-copy h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 6px 0 12px
  }

  .gateway-copy p {
    font-size: 14px;
    line-height: 1.75;
    color: #69726a
  }

  .gateway-link {
    display: inline-block;
    margin-top: 18px;
    color: #c52a31;
    font-size: 13px;
    font-weight: 800
  }

  .gateway-note {
    padding: 55px 0;
    background: linear-gradient(120deg, #fff2df, #fff8f7);
    border-block: 1px solid #f0ddd3
  }

  .gateway-note .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
  }

  .gateway-note h2 {
    margin: 8px 0;
    font-size: 34px
  }

  .gateway-note p {
    max-width: 600px;
    margin: 0
  }

  .gateway-note .button {
    flex: none
  }

  @media(max-width:760px) {
    .pilgrimage-hero {
      min-height: 520px
    }

    .pilgrimage-hero .wrap {
      padding: 65px 0 75px
    }

    .pilgrimage-hero h1 {
      font-size: 40px
    }

    .pilgrimage-hero p {
      font-size: 15px
    }

    .gateway-grid {
      grid-template-columns: 1fr;
      gap: 16px
    }

    .gateway-card {
      grid-template-columns: 1fr;
      min-height: 0
    }

    .gateway-art {
      min-height: 190px
    }

    .gateway-copy {
      padding: 21px
    }

    .gateway-copy h3 {
      font-size: 23px
    }

    .gateway-note {
      padding: 35px 0
    }

    .gateway-note .wrap {
      display: block
    }

    .gateway-note h2 {
      font-size: 28px
    }

    .gateway-note .button {
      margin-top: 20px;
      width: 100%
    }
  }

  .utility-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 35px 18px;
    background: radial-gradient(circle at 50% 0%, #fff1ed, transparent 48%), #fff
  }

  .utility-page>div {
    width: min(680px, 100%)
  }

  .utility-page img {
    width: 78px;
    height: 78px;
    object-fit: contain;
    margin: 0 auto 25px
  }

  .utility-page h1 {
    font-size: clamp(40px, 7vw, 72px);
    letter-spacing: -.06em;
    line-height: 1.02;
    margin: 12px 0 20px
  }

  .utility-page h1 em,
  .page-heading h1 em {
    font-family: Georgia, serif;
    color: #cf252c;
    font-weight: 400
  }

  .utility-page p {
    max-width: 560px;
    margin: 0 auto;
    color: #626a76
  }

  .utility-page .hero-actions {
    justify-content: center
  }

  .policy h2 {
    margin-top: 28px;
    margin-bottom: 8px
  }

  .policy h2:first-child {
    margin-top: 0
  }

  .policy a {
    color: #c72b33;
    font-weight: 700
  }

  /* refresh.css */
  /* World Air • a clear, mobile-first travel experience */
  :root {
    --wa-red: #d81e2d;
    --wa-ink: #15293c;
    --wa-muted: #596b7a;
    --wa-line: #dfe7ec;
    --wa-blue: #123f60;
    --wa-paper: #f5f8fa
  }

  html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px
  }

  body {
    color: var(--wa-ink);
    padding-bottom: 0 !important;
    overflow-x: clip;
    font-size: 16px
  }

  * {
    box-sizing: border-box
  }

  img,
  svg {
    max-width: 100%
  }

  img {
    height: auto
  }

  button,
  input,
  select,
  textarea {
    font: inherit
  }

  button,
  a {
    touch-action: manipulation
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  summary:focus-visible {
    outline: 3px solid #1883b1;
    outline-offset: 4px
  }

  [hidden] {
    display: none !important
  }

  .wrap {
    max-width: 1240px;
    padding-left: 32px;
    padding-right: 32px
  }

  .section {
    padding: 72px 0
  }

  h1,
  h2,
  h3 {
    letter-spacing: -.04em
  }

  h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.16
  }

  h3 {
    line-height: 1.3
  }

  p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--wa-muted)
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: .14em
  }

  .button {
    border-radius: 9px;
    padding: 14px 20px;
    min-height: 48px;
    font-size: 14px;
    line-height: 1.4
  }

  .button.navy,
  .button.coral {
    background: var(--wa-red) !important;
    color: #fff !important
  }

  .button.outline {
    background: #fff !important;
    color: var(--wa-ink) !important
  }

  .text-link {
    white-space: normal
  }

  .topbar {
    background: #f4f7f9 !important;
    color: #526778 !important;
    font-size: 12px
  }

  .topbar .wrap {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .site-header {
    position: sticky !important;
    top: 0;
    background: #fff !important;
    z-index: 50;
    border-bottom: 1px solid var(--wa-line)
  }

  .header-inner {
    height: 90px !important;
    gap: 22px
  }

  .logo {
    width: 160px !important;
    height: 62px !important;
    overflow: visible !important;
    flex-shrink: 0
  }

  .logo img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important
  }

  .header-cta {
    display: none !important
  }

  header nav {
    gap: 19px
  }

  header nav a {
    font-size: 14px;
    padding: 15px 0
  }

  header nav a.active {
    color: var(--wa-red) !important
  }

  .menu {
    width: 46px;
    height: 46px;
    padding: 10px;
    border: 1px solid var(--wa-line);
    border-radius: 10px
  }

  .service-ribbon,
  .quick-services,
  .service-shortcuts {
    background: #fff
  }

  .service-ribbon a {
    min-height: 46px;
    font-size: 14px
  }

  .wa-hero {
    position: relative;
    isolation: isolate;
    min-height: 610px;
    overflow: hidden;
    background: #0b5765;
    color: #fff
  }

  .wa-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 53%;
    z-index: -3;
    animation: wa-drift 24s ease-in-out infinite alternate
  }

  .wa-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, rgba(5, 31, 44, .82) 0%, rgba(5, 36, 48, .57) 43%, rgba(5, 36, 48, .07) 85%), linear-gradient(0deg, #fff 0%, transparent 23%)
  }

  .wa-hero-content {
    padding-top: 90px;
    padding-bottom: 140px;
    position: relative
  }

  .wa-hero h1 {
    font-size: clamp(42px, 4.7vw, 67px);
    font-weight: 700;
    line-height: 1.09;
    max-width: 780px;
    margin: 0 0 22px;
    color: #fff
  }

  .wa-hero h1 em {
    font-family: Georgia, serif;
    font-weight: 400;
    color: #e5f9f8;
    font-style: italic
  }

  .wa-hero .eyebrow {
    color: #fff;
    margin-bottom: 24px
  }

  .wa-hero p {
    color: #e8f4f6;
    font-size: 18px;
    max-width: 600px;
    margin-bottom: 25px
  }

  .hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0
  }

  .hero-secondary {
    background: #ffffff15;
    color: #fff !important;
    border: 1px solid #ffffff80;
    backdrop-filter: blur(6px)
  }

  .hero-notes {
    display: flex;
    gap: 22px;
    margin-top: 29px;
    color: #e8f4f6;
    font-size: 13px
  }

  .hero-notes span+span:before {
    content: '·';
    margin-right: 22px
  }

  .wa-hero-content>* {
    animation: wa-enter .8s both
  }

  .wa-hero-content>p {
    animation-delay: .1s
  }

  .wa-hero-content>.hero-actions {
    animation-delay: .2s
  }

  .booking-stage {
    margin-top: -70px !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 4
  }

  .travel-desk {
    border: 1px solid var(--wa-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 50px #132a3b12;
    padding: 26px !important;
    width: 100%;
    min-width: 0;
    scroll-margin-top: 105px
  }

  .desk-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px
  }

  .desk-intro .eyebrow {
    font-size: 11px;
    color: var(--wa-red);
    margin-bottom: 7px
  }

  .desk-intro h2 {
    font-size: 27px;
    margin: 0
  }

  .desk-service-note {
    font-size: 13px;
    color: var(--wa-muted)
  }

  .travel-desk .nav-tabs-bar {
    display: flex;
    gap: 6px;
    margin: 0 0 20px;
    padding: 5px;
    background: #f2f5f7;
    border-radius: 12px;
    overflow-x: auto;
    scrollbar-width: thin;
    max-width: 100%
  }

  .travel-desk .tab-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    white-space: nowrap;
    padding: 11px 13px;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #506275;
    background: transparent;
    min-height: 46px
  }

  .travel-desk .tab-pill.active {
    background: var(--wa-red);
    color: #fff;
    box-shadow: 0 3px 9px #d81e2d25
  }

  .travel-desk .ticket-pane {
    margin: 0;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dce5ec;
    animation: wa-enter .3s both
  }

  .travel-desk .ticket-pane:not(.active) {
    display: none
  }

  .travel-desk .flight-pass {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 265px;
    background: #fff
  }

  .travel-desk .flight-main {
    padding: 24px
  }

  .travel-desk .flight-header-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid var(--wa-line);
    padding-bottom: 18px;
    margin-bottom: 20px
  }

  .travel-desk .brand-iata h2 {
    font-size: 21px;
    letter-spacing: .035em;
    margin: 0 0 3px
  }

  .travel-desk .brand-iata span {
    font-size: 11px;
    letter-spacing: .08em;
    color: #637585
  }

  .travel-desk .flight-class-badge {
    font-size: 11px;
    font-weight: 700;
    background: #edf3fa;
    border: 1px solid #dce7ef;
    padding: 6px 10px;
    border-radius: 4px;
    letter-spacing: .08em
  }

  .travel-desk .form-grid-flight,
  .travel-desk .form-row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
  }

  .travel-desk .f-field {
    min-width: 0
  }

  .travel-desk label {
    display: block;
    font-size: 13px !important;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 7px
  }

  .travel-desk input,
  .travel-desk select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 11px 12px;
    border: 1px solid #ccd9e3;
    border-radius: 6px;
    background: #fff;
    color: var(--wa-ink);
    font-size: 16px;
    line-height: 1.4
  }

  .travel-desk .flight-stub {
    padding: 25px 22px;
    border-left: 2px dashed #c3d2df;
    background: #edf4f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px
  }

  .travel-desk .stub-top-title {
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 700;
    margin-bottom: 17px
  }

  .travel-desk .stub-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 9px 0;
    font-size: 12px
  }

  .travel-desk .stub-lbl {
    color: #607487;
    font-size: 11px
  }

  .travel-desk .stub-val {
    font-weight: 600;
    text-align: right;
    overflow-wrap: anywhere
  }

  .travel-desk .barcode-display {
    font-size: 9px;
    letter-spacing: .1em;
    text-align: center;
    margin-top: 10px;
    color: #627b8f
  }

  .travel-desk .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 13px 14px;
    background: var(--wa-blue);
    color: #fff;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    white-space: normal
  }

  .travel-desk .train-ticket-wrapper,
  .travel-desk .bus-ticket-wrapper,
  .travel-desk .cruise-ticket-wrapper {
    padding: 26px
  }

  .travel-desk .train-ticket-wrapper {
    background: #fffaf0;
    border: 2px dashed #ceb997
  }

  .travel-desk .train-stamp-header,
  .travel-desk .bus-header,
  .travel-desk .cruise-header {
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
  }

  .travel-desk .train-stamp-header {
    display: block
  }

  .travel-desk .train-stamp-header h2,
  .travel-desk .bus-header h2,
  .travel-desk .cruise-header h2 {
    font-size: 21px;
    letter-spacing: .015em;
    margin: 0 0 5px
  }

  .travel-desk .train-stamp-header p,
  .travel-desk .bus-header span,
  .travel-desk .cruise-header p,
  .travel-desk .cruise-header>span {
    font-size: 12px;
    margin: 0
  }

  .travel-desk .bus-ticket-wrapper {
    background: #effaf4;
    border-top: 7px solid #218354
  }

  .travel-desk .bus-header {
    color: #17613c
  }

  .travel-desk .bus-header>span {
    border: 1px solid #acd8bc;
    padding: 6px 8px;
    border-radius: 4px
  }

  .travel-desk .cruise-ticket-wrapper {
    background: #103f5d;
    color: #fff
  }

  .travel-desk .cruise-header p {
    color: #cbe8f7
  }

  .travel-desk .cruise-header>span {
    padding: 6px 9px;
    border: 1px solid #7cabbf
  }

  .travel-desk .cruise-ticket-wrapper .btn-submit {
    background: #fff;
    color: #123e59
  }

  .travel-desk .form-row-2+.btn-submit {
    margin-top: 20px
  }

  .travel-desk .bus-punches,
  .travel-desk .flight-notch-top,
  .travel-desk .flight-notch-bottom,
  .travel-desk .perforation-divider {
    display: none
  }

  .desk-disclaimer {
    font-size: 12px;
    line-height: 1.6;
    margin: 14px 0 0
  }

  .ticket-viewport {
    width: 100%;
    max-width: 100%
  }

  .booking-stage+.wrap .trust {
    margin-bottom: 15px
  }

  .carousel-grid {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - 48px)/3) !important;
    grid-template-columns: none !important;
    gap: 24px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 2px 20px;
    scrollbar-width: thin
  }

  .carousel-grid>* {
    scroll-snap-align: start;
    min-width: 0
  }

  .package-card {
    border-radius: 13px !important;
    box-shadow: none !important;
    border: 1px solid var(--wa-line) !important;
    min-width: 0
  }

  .card-photo {
    height: 230px !important
  }

  .card-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover
  }

  .card-body {
    padding: 22px !important
  }

  .card-body h3 {
    font-size: 22px !important;
    line-height: 1.25
  }

  .card-body p {
    font-size: 15px !important
  }

  .category-badge {
    font-size: 12px !important;
    background: #fff !important
  }

  .image-duration {
    position: absolute;
    bottom: 13px;
    left: 14px;
    color: #fff;
    background: #132c43c9;
    padding: 5px 9px;
    border-radius: 5px;
    font-size: 12px
  }

  .price small {
    font-size: 12px
  }

  .card-meta {
    font-size: 13px
  }

  .offer-badge {
    font-size: 12px;
    color: var(--wa-red);
    display: inline-block;
    margin-bottom: 8px
  }

  .filter-tabs button {
    font-size: 14px !important;
    min-height: 44px
  }

  .search {
    min-height: 46px;
    font-size: 16px
  }

  .filter-result {
    font-size: 14px
  }

  .pilgrim-section {
    background: #f5f9fa
  }

  .pilgrim-section .carousel-grid:has(> :only-child) {
    grid-auto-columns: minmax(280px, 400px) !important
  }

  .pilgrim-section .package-card:only-child .card-photo {
    height: 265px !important
  }

  .page-heading {
    background: #f1f6f9 !important
  }

  .page-heading h1 {
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.12
  }

  .page-heading p {
    max-width: 760px
  }

  .detail-image {
    height: 430px;
    object-fit: cover
  }

  .detail-grid {
    gap: 40px
  }

  .booking-panel {
    top: 115px
  }

  .detail-copy p {
    white-space: pre-line
  }

  .itinerary-step {
    padding: 20px 0;
    border-bottom: 1px solid var(--wa-line)
  }

  .itinerary-step h3 {
    font-size: 19px
  }

  .detail-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0
  }

  .detail-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px
  }

  .inclusions li {
    font-size: 16px
  }

  .detail-actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap
  }

  .share-package {
    background: #fff;
    border: 1px solid var(--wa-line);
    border-radius: 8px;
    padding: 10px 14px;
    min-height: 44px
  }

  .share-status {
    font-size: 13px
  }

  .mezviq-credit {
    color: #bb580b !important;
    display: flex;
    gap: 5px;
    flex-wrap: wrap
  }

  .footer-bottom {
    padding-bottom: 25px !important
  }

  .footer-grid {
    gap: 35px
  }

  footer p,
  footer a {
    font-size: 14px
  }

  .wa-ai {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 70
  }

  .wa-ai-trigger {
    height: 56px;
    border: 1px solid #ffffff99;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #102f48;
    color: #fff;
    padding: 7px 18px 7px 8px;
    box-shadow: 0 6px 22px #0e2c4533;
    font-size: 14px;
    font-weight: 600
  }

  .wa-ai-trigger img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff
  }

  .wa-ai-panel {
    position: absolute;
    bottom: 72px;
    right: 0;
    width: 320px;
    max-width: calc(100vw - 32px);
    padding: 25px;
    background: #fff;
    border: 1px solid var(--wa-line);
    border-radius: 18px;
    box-shadow: 0 15px 60px #122d4a2b
  }

  .wa-ai-panel h2 {
    font-size: 24px;
    margin: 14px 0 10px
  }

  .wa-ai-panel p {
    font-size: 15px
  }

  .wa-ai-panel .button {
    width: 100%
  }

  .wa-ai-close {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 38px;
    height: 38px;
    border: 0;
    background: #f1f5f8;
    border-radius: 50%;
    font-size: 23px
  }

  .wa-ai-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover
  }

  .wa-ai-label {
    font-size: 12px;
    color: #526b7d
  }

  .wa-ai-footer {
    font-size: 12px !important;
    margin: 12px 0 0;
    text-align: center
  }

  .credential-card p,
  .how-step p,
  .service-item p {
    font-size: 15px
  }

  .destinations-grid,
  .destination-grid {
    min-width: 0
  }

  .map-layout iframe {
    max-width: 100%
  }

  .yathra-section {
    overflow: hidden
  }

  .yathra-section .yathra-link {
    background: var(--wa-red);
    color: #fff
  }

  .floating-wa,
  .mobile-action-bar,
  .welcome-overlay,
  .welcome-intro {
    display: none !important
  }

  @keyframes wa-drift {
    from {
      transform: scale(1.02) translateX(-.3%)
    }

    to {
      transform: scale(1.11) translateX(1%)
    }
  }

  @keyframes wa-enter {
    from {
      opacity: 0;
      transform: translateY(12px)
    }

    to {
      opacity: 1;
      transform: translateY(0)
    }
  }

  @media(max-width:1100px) {
    .header-inner {
      height: 76px !important
    }

    .logo {
      width: 148px !important;
      height: 56px !important
    }

    .menu {
      display: block !important
    }

    header nav {
      display: none !important;
      position: absolute !important;
      top: 76px !important;
      left: 0;
      right: 0;
      background: #fff;
      padding: 16px 25px;
      box-shadow: 0 16px 20px #162c4214;
      max-height: calc(100dvh - 90px);
      overflow-y: auto
    }

    header nav.open {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 6px 15px;
      align-items: stretch
    }

    header nav a {
      padding: 13px 15px;
      border-radius: 7px;
      background: #f5f8fa
    }

    .wa-hero {
      min-height: 580px
    }

    .wa-hero-content {
      padding-top: 80px
    }

    .travel-desk .flight-pass {
      grid-template-columns: minmax(0, 1fr) 235px
    }

    .travel-desk .flight-stub {
      padding: 23px 16px
    }

    .service-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .carousel-grid {
      grid-auto-columns: calc((100% - 24px)/2) !important
    }
  }

  @media(max-width:760px) {
    html {
      scroll-padding-top: 85px
    }

    .wrap {
      padding-left: 20px !important;
      padding-right: 20px !important
    }

    .topbar {
      display: none !important
    }

    .header-inner {
      height: 72px !important
    }

    .logo {
      width: 142px !important;
      height: 54px !important
    }

    .site-header nav {
      top: 72px !important
    }

    .service-ribbon {
      padding: 0 !important
    }

    .service-ribbon .wrap {
      display: flex !important;
      overflow-x: auto !important;
      gap: 15px !important;
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      scrollbar-width: none
    }

    .service-ribbon a {
      flex: 0 0 auto !important;
      font-size: 12px !important;
      gap: 6px !important;
      padding: 0 !important;
      min-width: auto !important
    }

    .service-ribbon a span {
      width: 30px !important;
      height: 30px !important;
      border-radius: 8px !important
    }

    .service-ribbon svg {
      width: 17px;
      height: 17px
    }

    .wa-hero {
      min-height: 530px
    }

    .wa-hero-photo {
      object-position: 62% center
    }

    .wa-hero:before {
      background: linear-gradient(180deg, #082f48a8 0%, #07334673 52%, #ffffff00 72%, #fff 100%), linear-gradient(90deg, #093a4c70, transparent)
    }

    .wa-hero-content {
      padding-top: 48px !important;
      padding-bottom: 110px !important
    }

    .wa-hero h1 {
      font-size: clamp(35px, 9.8vw, 45px);
      line-height: 1.12;
      letter-spacing: -.045em;
      margin-bottom: 18px
    }

    .wa-hero .eyebrow {
      font-size: 10px;
      letter-spacing: .13em;
      margin-bottom: 19px
    }

    .wa-hero p {
      font-size: 16px;
      line-height: 1.65;
      max-width: 360px
    }

    .hero-actions {
      gap: 9px
    }

    .hero-actions .button {
      font-size: 13px;
      padding: 12px 14px;
      min-height: 46px
    }

    .hero-notes {
      font-size: 11px;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 22px
    }

    .hero-notes span+span:before {
      margin-right: 12px
    }

    .hero-notes span:last-child {
      display: none
    }

    .booking-stage {
      margin-top: -67px !important;
      margin-bottom: 0
    }

    .travel-desk {
      padding: 16px !important;
      border-radius: 15px
    }

    .desk-intro {
      margin-bottom: 14px
    }

    .desk-intro h2 {
      font-size: 22px
    }

    .desk-intro .eyebrow {
      font-size: 10px
    }

    .desk-service-note {
      display: none
    }

    .travel-desk .nav-tabs-bar {
      gap: 4px;
      padding: 4px;
      margin-bottom: 14px;
      border-radius: 9px
    }

    .travel-desk .tab-pill {
      font-size: 13px;
      min-height: 44px;
      padding: 10px 12px;
      flex: 0 0 auto
    }

    .travel-desk .flight-pass {
      grid-template-columns: 1fr
    }

    .travel-desk .flight-main {
      padding: 17px
    }

    .travel-desk .flight-header-row {
      gap: 8px;
      padding-bottom: 13px;
      margin-bottom: 17px
    }

    .travel-desk .brand-iata h2 {
      font-size: 18px
    }

    .travel-desk .brand-iata span {
      font-size: 10px
    }

    .travel-desk .flight-class-badge {
      font-size: 10px;
      padding: 5px 7px
    }

    .travel-desk .form-grid-flight,
    .travel-desk .form-row-2 {
      grid-template-columns: 1fr;
      gap: 14px
    }

    .travel-desk label {
      font-size: 12px !important;
      margin-bottom: 5px
    }

    .travel-desk input,
    .travel-desk select {
      min-height: 47px;
      padding: 10px;
      font-size: 16px
    }

    .travel-desk .flight-stub {
      border-left: 0;
      border-top: 2px dashed #c4d4df;
      padding: 16px;
      gap: 12px
    }

    .travel-desk .stub-top-title {
      margin-bottom: 10px
    }

    .travel-desk .stub-detail-rows {
      display: flex;
      gap: 10px;
      justify-content: space-between
    }

    .travel-desk .stub-row {
      display: block;
      flex: 1;
      min-width: 0;
      margin: 0
    }

    .travel-desk .stub-row:last-child {
      display: none
    }

    .travel-desk .stub-lbl,
    .travel-desk .stub-val {
      display: block;
      text-align: left
    }

    .travel-desk .stub-val {
      font-size: 12px
    }

    .travel-desk .barcode-display {
      display: none
    }

    .travel-desk .train-ticket-wrapper,
    .travel-desk .bus-ticket-wrapper,
    .travel-desk .cruise-ticket-wrapper {
      padding: 17px
    }

    .travel-desk .train-stamp-header h2,
    .travel-desk .bus-header h2,
    .travel-desk .cruise-header h2 {
      font-size: 18px
    }

    .travel-desk .bus-header>span,
    .travel-desk .cruise-header>span {
      display: none
    }

    .desk-disclaimer {
      font-size: 11px;
      line-height: 1.55
    }

    .section {
      padding: 45px 0
    }

    .section-head {
      margin-bottom: 22px;
      gap: 12px
    }

    .section-head h2 {
      font-size: 29px
    }

    .section-head p {
      font-size: 15px
    }

    .card-grid {
      grid-template-columns: 1fr !important;
      gap: 20px
    }

    .carousel-grid {
      grid-template-columns: none !important;
      grid-auto-columns: 86% !important;
      gap: 15px !important;
      padding-bottom: 16px
    }

    .card-body {
      padding: 19px !important
    }

    .card-photo {
      height: 220px !important
    }

    .card-body h3 {
      font-size: 21px !important
    }

    .card-body p {
      font-size: 14px !important
    }

    .pilgrim-section .carousel-grid:has(> :only-child) {
      grid-auto-columns: 100% !important
    }

    .page-heading {
      padding: 35px 0 !important
    }

    .page-heading h1 {
      font-size: 36px;
      line-height: 1.16
    }

    .page-heading p {
      font-size: 16px
    }

    .filters {
      gap: 15px
    }

    .filters>div {
      width: 100%
    }

    .filter-tabs {
      flex-wrap: nowrap !important;
      overflow-x: auto !important;
      max-width: 100%;
      width: 100%;
      padding-bottom: 4px
    }

    .filter-tabs button {
      white-space: nowrap;
      padding: 9px 13px !important;
      font-size: 13px !important
    }

    .search {
      width: 100%
    }

    .detail-grid,
    .contact-grid,
    .story,
    .map-layout,
    .director-layout {
      grid-template-columns: 1fr !important;
      gap: 25px !important
    }

    .detail-image {
      height: 290px !important
    }

    .detail-gallery img {
      height: 160px
    }

    .booking-panel {
      position: static;
      padding: 23px
    }

    .booking-panel .button {
      white-space: normal
    }

    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 25px
    }

    footer {
      padding-top: 35px
    }

    .footer-bottom {
      gap: 14px;
      flex-wrap: wrap
    }

    .footer-bottom>div {
      flex-wrap: wrap
    }

    .footer-grid>div:first-child {
      grid-column: 1/-1
    }

    .wa-ai {
      right: 15px;
      bottom: 16px
    }

    .wa-ai-trigger {
      width: 54px;
      height: 54px;
      padding: 6px;
      justify-content: center
    }

    .wa-ai-trigger span {
      display: none
    }

    .wa-ai-panel {
      bottom: 66px;
      right: 0
    }

    .trust {
      gap: 15px !important
    }

    .trust>div {
      font-size: 12px !important
    }

    .service-grid {
      grid-template-columns: 1fr !important
    }

    .service-item {
      padding: 23px !important
    }

    .yathra-section h2,
    .faith-section h2 {
      font-size: 32px !important
    }

    .yathra-section .wrap,
    .yathra-layout,
    .faith-panel,
    .pilgrimage-hero .wrap,
    .gateway-grid {
      grid-template-columns: 1fr !important
    }

    .pilgrimage-hero {
      padding: 45px 0 !important
    }

    .pilgrimage-hero h1 {
      font-size: 38px !important
    }

    .gateway-card {
      min-width: 0
    }

    .local-story {
      padding: 45px 0
    }

    .local-story .wrap {
      grid-template-columns: 1fr !important;
      gap: 25px
    }

    .destination-grid,
    .destinations-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important
    }

    .credential-grid {
      grid-template-columns: 1fr !important
    }

    .how-grid {
      grid-template-columns: 1fr !important
    }
  }

  @media(min-width:480px) and (max-width:760px) {

    .travel-desk .form-grid-flight,
    .travel-desk .form-row-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr))
    }
  }

  @media(prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
      animation: none !important;
      transition: none !important;
      scroll-behavior: auto !important
    }
  }

  /* Final shared geometry overrides legacy page-specific spacing. */
  .wrap {
    width: 100% !important
  }

  .wa-hero .eyebrow {
    color: #fff !important
  }

  .travel-desk .eyebrow {
    color: var(--wa-red) !important
  }

  .travel-desk .cruise-header h2 {
    color: #fff !important
  }

  .service-navigation-inner {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    overflow-x: auto;
    max-width: 100%
  }

  .service-shortcut {
    flex: 0 0 auto
  }

  .wa-hero-content {
    max-width: 1240px
  }

  .wa-ai-panel {
    max-height: calc(100dvh - 125px);
    overflow-y: auto
  }

  .card-grid>*,
  .detail-grid>*,
  .story>*,
  .footer-grid>* {
    min-width: 0
  }

  .local-story h2 {
    font-size: clamp(30px, 4vw, 46px)
  }

  @media(max-width:760px) {
    .service-navigation-inner {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      gap: 17px !important;
      scrollbar-width: none;
      justify-content: flex-start
    }

    .service-shortcut {
      flex-direction: row !important;
      font-size: 12px !important;
      min-width: 0 !important;
      gap: 6px !important;
      min-height: 34px
    }

    .service-shortcut>span {
      width: 27px !important;
      height: 27px !important
    }

    .service-shortcut svg {
      width: 17px !important;
      height: 17px !important
    }

    .steps-grid {
      grid-template-columns: 1fr !important
    }

    .yathra-symbol {
      display: none
    }

    .faith-copy {
      padding: 28px 23px
    }

    .credential-section {
      padding: 45px 0
    }

    .office-card>div {
      flex-wrap: wrap
    }

    .wa-hero-content {
      padding-left: 23px !important;
      padding-right: 23px !important
    }

    .booking-stage {
      padding-left: 14px !important;
      padding-right: 14px !important
    }
  }

  /* Ensure the inner title box scales dynamically on smaller screens */
.your-header-box-class {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: fit-content !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important; /* Prevents overflow on very small screens */
    padding: 10px 12px !important;
    gap: 8px !important;
}

/* Ensure inner text scales properly */
.your-header-box-class h3, 
.your-header-box-class .title {
    font-size: clamp(14px, 4vw, 18px) !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* Ensure ECONOMY badge stays aligned */
.your-header-box-class .badge,
.your-header-box-class .economy-tag {
    font-size: 11px !important;
    white-space: nowrap !important;
    margin-left: auto !important;
}