/* Hajj Umrah Taxi — guided pilgrimage journey interface. */
.p114-redesign-v2--hut {
  --p114-hut-ink: #11120f;
  --p114-hut-charcoal: #171814;
  --p114-hut-gold: #f4b000;
  --p114-hut-cream: #fbf7eb;
  --p114-hut-sand: #ece1c7;
  --p114-hut-line: #d8cba9;
  --p114-hut-muted: #6e6b60;
  background: var(--p114-hut-cream);
  color: var(--p114-hut-ink);
  font-family: "Noto Sans", system-ui, sans-serif;
}

.p114-redesign-v2--hut :is(h1, h2, h3, h4) {
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 600;
  text-wrap: balance;
}

.p114-redesign-v2--hut .hut-service-bar {
  height: 42px;
  border-bottom: 1px solid #d7bb6b;
  background: linear-gradient(90deg, #f8e4a0, #fff9e9 50%, #f8e4a0);
  color: #17140c;
  letter-spacing: .08em;
}

.p114-redesign-v2--hut .hut-service-bar .shell > span::before {
  content: "✦";
  margin-inline-end: 10px;
  color: #8d6500;
}

.p114-redesign-v2--hut .hut-header {
  position: sticky;
  z-index: 900;
  top: 0;
  height: 142px;
  border: 0;
  background: rgba(255, 253, 247, .98);
  box-shadow: 0 16px 48px rgba(39, 30, 9, .08);
}

.p114-redesign-v2--hut .hut-header-inner {
  display: grid;
  grid-template-columns: 118px minmax(250px, 1fr) auto auto auto;
  grid-template-rows: 82px 60px;
  gap: 0 14px;
  height: 100%;
}

.p114-redesign-v2--hut .hut-brand-lockup {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  width: 108px;
  height: 108px;
  margin: 0;
}

.p114-redesign-v2--hut .hut-brand-lockup img {
  width: 108px;
  height: 108px;
  object-fit: contain;
}

.p114-redesign-v2--hut .hut-nav {
  grid-column: 2 / 6;
  grid-row: 2;
  align-self: stretch;
  justify-content: center;
  gap: clamp(24px, 3vw, 54px);
  border-top: 1px solid var(--p114-hut-line);
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
}

.p114-redesign-v2--hut .hut-nav > a {
  position: relative;
  display: grid;
  align-content: center;
  height: 100%;
  padding: 0;
}

.p114-redesign-v2--hut .hut-nav > a::after {
  content: "";
  position: absolute;
  inset-inline: 50%;
  bottom: 10px;
  height: 2px;
  background: var(--p114-hut-gold);
  transition: inset-inline .22s ease;
}

.p114-redesign-v2--hut .hut-nav > a:hover::after,
.p114-redesign-v2--hut .hut-nav > a:focus-visible::after {
  inset-inline: 0;
}

.p114-redesign-v2--hut .site-language--header,
.p114-redesign-v2--hut .site-currency--header,
.p114-redesign-v2--hut .scc-header-currency,
.p114-redesign-v2--hut .header-account,
.p114-redesign-v2--hut .hut-header-cta {
  grid-row: 1;
  align-self: center;
}

.p114-redesign-v2--hut .site-language--header summary,
.p114-redesign-v2--hut .site-currency--header summary,
.p114-redesign-v2--hut .scc-header-currency {
  min-height: 50px;
  border: 1px solid #bca35e;
  border-radius: 999px;
  background: #fffaf0;
  box-shadow: none;
}

.p114-redesign-v2--hut .header-account {
  min-height: 50px;
  padding-inline: 17px;
  border: 0;
  font-family: "Noto Serif Display", Georgia, serif;
}

.p114-redesign-v2--hut .hut-header-cta {
  min-height: 52px;
  border: 1px solid #d99d00;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd24a, var(--p114-hut-gold));
  color: #17130a;
  box-shadow: 0 10px 26px rgba(244, 176, 0, .24);
}

.p114-redesign-v2--hut .content-hero {
  min-height: 590px;
  border-bottom: 0;
  background-color: var(--p114-hut-charcoal);
}

.p114-redesign-v2--hut .content-hero::before {
  content: "";
  position: absolute;
  width: min(42vw, 620px);
  height: 76%;
  inset-inline-end: -4vw;
  bottom: 0;
  border: 1px solid rgba(244, 176, 0, .35);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  box-shadow:
    0 0 0 54px rgba(244, 176, 0, .045),
    0 0 0 108px rgba(244, 176, 0, .025);
  pointer-events: none;
}

.p114-redesign-v2--hut .content-hero__inner {
  position: relative;
  align-items: center;
  padding-block: 92px 128px;
}

.p114-redesign-v2--hut .content-hero h1 {
  max-width: 850px;
  font-size: clamp(52px, 6.3vw, 92px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.045em;
}

.p114-redesign-v2--hut .content-eyebrow {
  color: #f1c653;
  font-size: 10px;
  letter-spacing: .15em;
}

.p114-redesign-v2--hut .breadcrumbs {
  color: #f1e5c8;
}

.p114-redesign-v2--hut .content-search {
  position: relative;
  z-index: 3;
  margin-top: -92px;
}

.p114-redesign-v2--hut .search-card,
.p114-redesign-v2--hut .search-card-hut {
  position: relative;
  border: 1px solid var(--p114-hut-line);
  border-radius: 92px 92px 16px 16px;
  background: #fffdf8;
  box-shadow: 0 34px 80px rgba(39, 30, 9, .16);
}

.p114-redesign-v2--hut .search-card::before,
.p114-redesign-v2--hut .search-card-hut::before {
  width: 88px;
  height: 5px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background: var(--p114-hut-gold);
}

.p114-redesign-v2--hut .search-head h2 {
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 600;
}

.p114-redesign-v2--hut :is(.field, .location-field) {
  border-color: #dfd4ba;
  border-radius: 18px;
  background: #fffaf0;
}

.p114-redesign-v2--hut .content-section {
  padding-block: clamp(78px, 9vw, 126px);
}

.p114-redesign-v2--hut .content-section:nth-of-type(even) {
  background: #f1ead8;
}

.p114-redesign-v2--hut :is(.content-panel, .content-card, .article-card, .route-offer-card) {
  border-color: #ddd0af;
  border-radius: 72px 72px 14px 14px !important;
  background: #fffdf8;
}

.p114-redesign-v2--hut .content-panel {
  padding-top: clamp(46px, 6vw, 76px);
}

.p114-redesign-v2--hut .article-grid {
  gap: 20px;
}

.p114-redesign-v2--hut .article-card {
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(47, 37, 13, .07);
}

.p114-redesign-v2--hut .article-card h2,
.p114-redesign-v2--hut .article-card h3 {
  font-family: "Noto Serif Display", Georgia, serif;
}

.p114-redesign-v2--hut .faq-list {
  counter-reset: hut-faq;
}

.p114-redesign-v2--hut .faq-list details {
  counter-increment: hut-faq;
  margin-bottom: 12px;
  border: 1px solid #dfd3b7;
  border-radius: 24px 24px 7px 24px;
  background: #fffdf8;
}

.p114-redesign-v2--hut .faq-list summary::before {
  content: counter(hut-faq, decimal-leading-zero);
  margin-inline-end: 16px;
  color: #98710c;
  font-family: "Noto Sans", system-ui, sans-serif;
  font-size: 10px;
}

.p114-redesign-v2--hut .visitor-preferences__panel {
  width: min(720px, 100%);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid #a87d0e;
  border-radius: 210px 210px 24px 24px;
  background: #fffaf0;
  box-shadow: 0 0 0 12px rgba(244, 176, 0, .16), 0 34px 100px rgba(0, 0, 0, .4);
  text-align: center;
}

.p114-redesign-v2--hut .visitor-preferences__mark {
  margin-inline: auto;
}

.p114-redesign-v2--hut .visitor-preferences__panel h2 {
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 600;
}

.p114-redesign-v2--hut .visitor-preferences__field {
  border: 1px solid #cdb878;
  border-radius: 18px;
  background: #fff5d8;
  text-align: start;
}

.p114-redesign-v2--hut .visitor-preferences__panel > button {
  width: auto;
  min-width: min(360px, 100%);
  margin-inline: auto;
  border-radius: 999px;
  background: var(--p114-hut-charcoal);
  color: #ffd45b;
}

.p114-redesign-v2--hut .consent-centre {
  align-items: center;
}

.p114-redesign-v2--hut .consent-centre__panel {
  width: min(760px, 100%);
  border: 1px solid #a87d0e;
  border-radius: 180px 180px 26px 26px;
  background: #fffaf0;
  box-shadow: 0 0 0 10px rgba(244, 176, 0, .15), 0 34px 100px rgba(0, 0, 0, .4);
  text-align: center;
}

.p114-redesign-v2--hut .consent-centre__summary,
.p114-redesign-v2--hut .consent-choice {
  border-color: #dfd0aa;
  border-radius: 18px;
  background: #fff6dc;
  text-align: start;
}

.p114-redesign-v2--hut .consent-centre__actions {
  justify-content: center;
}

.p114-redesign-v2--hut .consent-button {
  border-radius: 999px;
}

.p114-redesign-v2--hut .hut-footer {
  position: relative;
  padding-top: 74px;
  border-top: 10px solid var(--p114-hut-gold);
  background: #11120f;
}

.p114-redesign-v2--hut .hut-footer::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 240px;
  inset-inline-start: -120px;
  top: 36px;
  border: 1px solid rgba(244, 176, 0, .18);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.p114-redesign-v2--hut .hut-footer-top {
  position: relative;
  grid-template-columns: 1.4fr .8fr .8fr 1fr;
  gap: 46px;
}

.p114-redesign-v2--hut .hut-footer .footer-quick-actions {
  display: flex;
  justify-content: center;
  gap: 0;
  border-block: 1px solid rgba(244, 176, 0, .22);
}

.p114-redesign-v2--hut .hut-footer .footer-quick-actions a {
  min-height: 84px !important;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.p114-redesign-v2--hut .hut-footer .footer-quick-actions a + a {
  border-inline-start: 1px solid rgba(244, 176, 0, .22);
}

@media (max-width: 1180px) {
  .p114-redesign-v2--hut:has(.primary-nav.is-open) .hut-mobile-book {
    display: none;
  }

  .p114-redesign-v2--hut .hut-header {
    height: 94px;
  }

  .p114-redesign-v2--hut .hut-header-inner {
    display: flex;
    gap: 9px;
  }

  .p114-redesign-v2--hut .hut-brand-lockup,
  .p114-redesign-v2--hut .hut-brand-lockup img {
    width: 82px;
    height: 82px;
  }

  .p114-redesign-v2--hut .header-account {
    display: none;
  }

  .p114-redesign-v2--hut .primary-nav.is-open {
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
    padding-bottom: max(28px, env(safe-area-inset-bottom));
    border: 0;
    border-top: 7px solid var(--p114-hut-gold);
    border-radius: 0 0 34px 34px;
    background: #fffaf0;
  }

  .p114-redesign-v2--hut .mobile-nav-tools .site-language--drawer > div,
  .p114-redesign-v2--hut .mobile-nav-tools .site-currency--drawer > div {
    position: static;
    width: 100%;
    margin-top: 6px;
  }

  .p114-redesign-v2--hut .mobile-nav-tools > p {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .p114-redesign-v2--hut .mobile-nav-tools .site-language--drawer {
    grid-column: 1;
    grid-row: 2;
  }

  .p114-redesign-v2--hut .mobile-nav-tools :is(.scc-header-currency--drawer, .site-currency--drawer) {
    grid-column: 2;
    grid-row: 2;
  }

  .p114-redesign-v2--hut .mobile-nav-tools .mobile-nav-account {
    grid-column: 1;
    grid-row: 3;
  }

  .p114-redesign-v2--hut .mobile-nav-tools .mobile-nav-cta {
    grid-column: 2;
    grid-row: 3;
  }

  .p114-redesign-v2--hut .primary-nav.is-open > a {
    border-bottom: 1px solid var(--p114-hut-line);
    font-family: "Noto Serif Display", Georgia, serif;
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .p114-redesign-v2--hut {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
    scroll-padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .p114-redesign-v2--hut .hut-mobile-book {
    bottom: max(9px, env(safe-area-inset-bottom));
  }

  .p114-redesign-v2--hut .hut-menu-toggle {
    min-width: 44px;
    min-height: 44px;
  }

  .p114-redesign-v2--hut .primary-nav.is-open {
    top: 94px !important;
    height: calc(100dvh - 94px) !important;
  }

  .p114-redesign-v2--hut .mobile-nav-tools > p,
  .p114-redesign-v2--hut .mobile-nav-tools .site-language--drawer,
  .p114-redesign-v2--hut .mobile-nav-tools :is(.scc-header-currency--drawer, .site-currency--drawer),
  .p114-redesign-v2--hut .mobile-nav-tools .mobile-nav-account,
  .p114-redesign-v2--hut .mobile-nav-tools .mobile-nav-cta {
    grid-column: 1;
  }

  .p114-redesign-v2--hut .mobile-nav-tools > p { grid-row: 1; }
  .p114-redesign-v2--hut .mobile-nav-tools .site-language--drawer { grid-row: 2; }
  .p114-redesign-v2--hut .mobile-nav-tools :is(.scc-header-currency--drawer, .site-currency--drawer) { grid-row: 3; }
  .p114-redesign-v2--hut .mobile-nav-tools .mobile-nav-account { grid-row: 4; }
  .p114-redesign-v2--hut .mobile-nav-tools .mobile-nav-cta { grid-row: 5; }
}

@media (max-width: 720px) {
  .p114-redesign-v2--hut .hut-service-bar {
    height: 34px;
  }

  .p114-redesign-v2--hut .content-hero {
    min-height: 540px;
  }

  .p114-redesign-v2--hut .content-hero::before {
    width: 90vw;
    height: 62%;
    inset-inline-end: -35vw;
  }

  .p114-redesign-v2--hut .content-hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .p114-redesign-v2--hut .content-search {
    margin-top: -52px;
  }

  .p114-redesign-v2--hut .search-card,
  .p114-redesign-v2--hut .search-card-hut {
    border-radius: 52px 52px 12px 12px;
  }

  .p114-redesign-v2--hut .visitor-preferences,
  .p114-redesign-v2--hut .consent-centre {
    align-items: end;
    padding: 0;
  }

  .p114-redesign-v2--hut .visitor-preferences__panel,
  .p114-redesign-v2--hut .consent-centre__panel {
    width: 100%;
    max-height: 94dvh;
    border-radius: 58px 58px 0 0;
    overflow: auto;
  }

  .p114-redesign-v2--hut .hut-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .p114-redesign-v2--hut .hut-footer .footer-quick-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .p114-redesign-v2--hut .hut-footer .footer-quick-actions a + a {
    border-inline-start: 0;
    border-top: 1px solid rgba(244, 176, 0, .22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .p114-redesign-v2--hut *,
  .p114-redesign-v2--hut *::before,
  .p114-redesign-v2--hut *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
