:root {
  --aj-navy: #081521;
  --aj-ink: #101820;
  --aj-charcoal: #17212b;
  --aj-soft: #f7f3ec;
  --aj-line: #e8edf1;
  --aj-accent: #f6b129;
  --aj-accent-2: #e99118;
  --aj-muted: #647383;
  --aj-shadow: 0 24px 70px rgba(8, 21, 33, 0.14);
}
body {
  font-family: "Urbanist", sans-serif;
  color: var(--aj-ink);
  background: #fff;
  font-weight: 500;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  color: var(--aj-ink);
  font-weight: 850;
  letter-spacing: 0;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #111;
  color: #fff;
  padding: 10px 14px;
  z-index: 9999;
}
.skip-link:focus {
  left: 8px;
}
.preloader {
  display: none !important;
}
.hx-header-top-1 {
  background: var(--aj-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hx-header-top-1 li,
.hx-header-top-1 a {
  color: #dce5ed !important;
  font-weight: 600;
}
.hx-header-style-1 {
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 12px 35px rgba(8, 21, 33, 0.08);
}
.hx-header-style-1 .row {
  min-height: 92px;
}
.aj-header-left {
  display: flex;
  align-items: center;
  gap: 34px;
}
.hx-header-style-1 .main-menu {
  text-align: left;
}
.aj-logo a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.hx-header-style-1 .logo.aj-logo {
  margin-top: 0;
  max-width: none;
}
.aj-logo img {
  display: block;
  width: auto;
  height: 50px;
  max-width: 190px;
  object-fit: contain;
}
.main-menu nav ul li a {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  color: var(--aj-navy);
  text-transform: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0;
}
.main-menu nav ul li a:hover {
  color: var(--aj-accent-2);
}
.main-menu nav ul li a.is-active {
  color: var(--aj-accent-2);
}
.hx-header-style-1 .main-menu nav ul li {
  padding: 34px 13px;
}
.hx-header-style-1 .main-menu nav ul li:first-child {
  padding-left: 0;
}
.main-menu nav ul li {
  position: relative;
}
.main-menu .submenu {
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  min-width: 255px;
  width: 255px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(8, 21, 33, 0.12);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(8, 21, 33, 0.14);
  overflow: hidden;
}
.main-menu nav > ul > li:hover > .submenu {
  top: calc(100% - 10px);
}
.main-menu nav > ul > li.is-submenu-open > .submenu {
  top: calc(100% - 10px);
  opacity: 1;
  visibility: visible;
}
.main-menu .submenu li a:before {
  display: none !important;
}
.hx-header-style-1 .main-menu .submenu li {
  padding: 0 !important;
}
.main-menu .submenu li {
  display: block;
  padding: 0 !important;
}
.main-menu .submenu li a {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 46px;
  padding: 12px 13px;
  border-radius: 12px;
  color: #5d6672;
  font-size: 14px;
  font-weight: 500;
}
.main-menu .submenu li a:hover {
  background: rgba(246, 177, 41, 0.12);
  color: var(--aj-navy);
}
.nav-dropdown-icon {
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-weight: 200;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 24;
}
.aj-header-actions {
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.aj-header-actions .theme-btn {
  padding: 13px 18px !important;
  font-size: 13px;
  white-space: nowrap;
}
.aj-header-actions .theme-btn-s2 {
  border: 1px solid rgba(8, 21, 33, 0.12);
  box-shadow: none;
}
.header-quote-dropdown {
  position: relative;
}
.header-quote-toggle {
  cursor: pointer;
}
.header-quote-toggle:after {
  display: none;
}
.header-quote-toggle .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings:
    "FILL" 0,
    "wght" 220,
    "GRAD" 0,
    "opsz" 24;
  transition: transform 0.2s ease;
}
.header-quote-dropdown.is-open .header-quote-toggle .material-symbols-outlined {
  transform: rotate(180deg);
}
.header-quote-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 80;
  min-width: 245px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(8, 21, 33, 0.12);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(8, 21, 33, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}
.header-quote-dropdown.is-open .header-quote-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header-quote-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border-radius: 12px;
  color: #5d6672;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.header-quote-menu a:hover {
  background: rgba(246, 177, 41, 0.12);
  color: var(--aj-navy);
}
.header-quote-menu .material-symbols-outlined {
  color: var(--aj-accent-2);
  font-size: 20px;
  font-variation-settings:
    "FILL" 0,
    "wght" 220,
    "GRAD" 0,
    "opsz" 24;
}
.header-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: var(--aj-accent);
  color: var(--aj-navy);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(246, 177, 41, 0.28);
}
.theme-btn,
.theme-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  position: relative;
  overflow: hidden;
  border-radius: 12px !important;
  background: var(--aj-accent) !important;
  color: #151a20 !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  padding: 15px 24px !important;
  box-shadow: none;
  border: 0 !important;
  text-decoration: none !important;
  line-height: 1.1;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.theme-btn:after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-size: 21px;
  line-height: 1;
  font-weight: 200;
  font-variation-settings:
    "FILL" 0,
    "wght" 220,
    "GRAD" 0,
    "opsz" 24;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}
.theme-btn:hover {
  transform: translateY(-1px);
  color: #050b12 !important;
  background: var(--aj-accent-2) !important;
  box-shadow: none;
}
.theme-btn:hover:after {
  transform: rotate(0);
}
.theme-btn:disabled:after {
  display: none;
}
.theme-btn-s2,
.theme-btn-s2:visited {
  min-height: 50px;
  background: transparent !important;
  color: #111 !important;
  border-radius: 999px !important;
  border: 0 !important;
  box-shadow: none;
  padding: 0 20px 0 24px !important;
  transition:
    color 0.28s ease,
    transform 0.2s ease;
  isolation: isolate;
  min-width: 150px;
}
.theme-btn-s2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: transparent;
  border: 2px solid rgba(83, 93, 105, 0.123);
  transform: translateY(-50%);
  transition:
    width 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.2s ease;
  z-index: -1;
}
.theme-btn-s2:after {
  position: relative;
  z-index: 1;
  color: currentColor;
}
.theme-btn-s2:hover:before,
.theme-btn-s2:focus:before {
  width: 100%;
  background: #111;
}
.theme-btn-s2:hover,
.theme-btn-s2:focus {
  background: transparent !important;
  color: var(--aj-accent) !important;
}
.aj-hero .theme-btn-s2,
.service-final-cta .theme-btn-s2,
.aj-cta-band .theme-btn-s2 {
  color: #fff !important;
}
.aj-hero .theme-btn-s2:before,
.service-final-cta .theme-btn-s2:before,
.aj-cta-band .theme-btn-s2:before {
  background: transparent;
  border-color: #fff;
}
.aj-hero .theme-btn-s2:hover:before,
.aj-hero .theme-btn-s2:focus:before,
.service-final-cta .theme-btn-s2:hover:before,
.service-final-cta .theme-btn-s2:focus:before,
.aj-cta-band .theme-btn-s2:hover:before,
.aj-cta-band .theme-btn-s2:focus:before {
  background: #fff;
}
.aj-hero .theme-btn-s2:hover,
.aj-hero .theme-btn-s2:focus,
.service-final-cta .theme-btn-s2:hover,
.service-final-cta .theme-btn-s2:focus,
.aj-cta-band .theme-btn-s2:hover,
.aj-cta-band .theme-btn-s2:focus {
  color: var(--aj-navy) !important;
}
.aj-hero {
  min-height: 720px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.aj-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 15, 25, 0.92),
    rgba(8, 21, 33, 0.68) 50%,
    rgba(8, 21, 33, 0.22)
  );
}
.aj-hero:after {
  display: none;
  content: none;
}
.aj-hero .container {
  position: relative;
  z-index: 1;
}
.aj-hero h1 {
  font-size: 76px;
  line-height: 0.98;
  color: #fff;
  margin-bottom: 24px;
  max-width: 920px;
}
.aj-hero p {
  font-size: 21px;
  line-height: 1.65;
  max-width: 780px;
  color: #eef4f8;
  font-weight: 600;
}
.aj-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.aj-kicker {
  text-transform: uppercase;
  font-weight: 900;
  color: var(--aj-accent);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  display: block;
  font-size: 13px;
}
.aj-hero-note {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: #dce5ed;
  font-weight: 700;
}
.aj-hero-note span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.08);
}
.aj-section {
  padding: 115px 0;
}
.aj-section h2 {
  font-size: 46px;
  line-height: 1.08;
  margin-bottom: 22px;
}
.aj-section p {
  font-size: 16px;
  line-height: 1.75;
  color: #526170;
}
.aj-section-dark {
  background: var(--aj-navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.aj-section-dark h2,
.aj-section-dark h3,
.aj-section-dark p {
  color: #fff;
}
.aj-section-light {
  background: var(--aj-soft);
}
.aj-section-header {
  max-width: 760px;
  margin-bottom: 46px;
}
.aj-section-header.text-center {
  margin-left: auto;
  margin-right: auto;
}
.aj-grid-gap > [class*="col-"] {
  margin-bottom: 30px;
}
.placeholder-img {
  min-height: 280px;
  background: linear-gradient(135deg, #dde5ec, #fff);
  border: 1px dashed #a3b1bf;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #536475;
  font-weight: 900;
  text-align: center;
  padding: 20px;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.45);
}
.aj-image-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--aj-shadow);
  position: relative;
  background: #dfe6ec;
}
.aj-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aj-image-card .placeholder-img,
.aj-service-media .placeholder-img,
.bus-card-img .placeholder-img {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  min-height: auto;
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 12px 34px rgba(8, 21, 33, 0.18);
  color: var(--aj-navy);
  z-index: 2;
}
.aj-image-tall {
  height: 560px;
}
.aj-image-medium {
  height: 265px;
}
.aj-overlap-panel {
  background: #fff;
  border-radius: 28px;
  padding: 42px;
  position: relative;
  z-index: 2;
}
.aj-intro-panel {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.aj-section .aj-intro-panel h2 {
  max-width: 610px;
  font-size: 34px;
  line-height: 1.16;
  margin-bottom: 18px;
}
.aj-section .aj-intro-panel p {
  max-width: 650px;
  color: #687586;
  font-size: 16px;
  line-height: 1.65;
}
.aj-intro-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 26px 0;
}
.aj-intro-list span {
  background: var(--aj-soft);
  border-radius: 16px;
  padding: 13px 15px;
  font-weight: 800;
  color: var(--aj-navy);
}
.aj-card {
  background: #fff;
  border: 1px solid rgba(8, 21, 33, 0.06);
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.aj-card p,
.aj-card li,
.aj-card span:not(.material-symbols-outlined):not(.aj-card-symbol) {
  color: #687586;
}
.aj-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 65px rgba(8, 21, 33, 0.14);
}
.aj-section-dark .aj-card {
  background: transparent;
  border-color: #253747;
}
.aj-icon-card {
  background: #fffaf1;
  border-color: transparent;
  box-shadow: none;
  padding: 24px;
}
.aj-icon-card:hover {
  transform: none;
  box-shadow: none;
}
.aj-card-symbol {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(8, 21, 33, 0.58);
  font-family: "Material Symbols Outlined";
  font-size: 48px;
  font-weight: 200;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 48;
  line-height: 1;
  margin-bottom: 22px;
}
.aj-icon-card h3 {
  font-size: 23px;
}
.aj-service-card {
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.aj-service-media {
  height: 300px;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}
.aj-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aj-service-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 21, 33, 0.5), rgba(8, 21, 33, 0));
}
.aj-service-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.aj-service-body h3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.aj-service-body p {
  min-height: 90px;
  flex: 1;
}
.aj-service-body .theme-btn {
  padding: 12px 19px !important;
  font-size: 14px;
  align-self: flex-start;
}
.aj-services-overview .aj-section-header {
  max-width: 880px;
}
.aj-service-detail-card {
  height: 100%;
}
.aj-service-detail-card .aj-service-media {
  height: 330px;
}
.aj-service-detail-card .aj-service-body {
  padding: 34px;
}
.aj-service-detail-card .aj-service-body h3 {
  font-size: 31px;
}
.aj-service-facts {
  margin: 0 0 28px;
  flex: 1;
}
.aj-service-facts dt {
  margin-top: 18px;
  color: var(--aj-navy);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.aj-service-facts dt:first-child {
  margin-top: 0;
}
.aj-service-facts dd {
  margin: 6px 0 0;
  color: var(--aj-muted);
  font-size: 16px;
  line-height: 1.65;
}
.aj-testimonial-slider {
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  cursor: grab;
}
.aj-testimonial-slider > [class*="col-"] {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  transition: transform 0.32s ease;
}
.aj-testimonial-slider .aj-testimonial {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .aj-testimonial-slider > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.aj-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}
.aj-slider-controls button {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(8, 21, 33, 0.16);
  border-radius: 50%;
  background: transparent;
  color: var(--aj-navy);
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.aj-slider-controls button:hover,
.aj-slider-controls button:focus {
  background: var(--aj-navy);
  border-color: var(--aj-navy);
  color: #fff;
}
.aj-slider-controls .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings:
    "FILL" 0,
    "wght" 220,
    "GRAD" 0,
    "opsz" 24;
}
.aj-services-trust {
  background: #081521;
  color: #fff;
}
.aj-services-trust h2 {
  color: #fff;
}
.aj-services-trust-copy {
  max-width: 650px;
}
.aj-services-trust-copy p {
  color: #d9e1e8;
  font-size: 18px;
  line-height: 1.75;
}
.aj-services-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.aj-services-proof-grid div {
  min-height: 180px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
}
.aj-services-proof-grid .material-symbols-outlined {
  display: block;
  margin-bottom: 26px;
  color: var(--aj-accent);
  font-size: 46px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 48;
}
.aj-services-proof-grid strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}
.service-intro .service-copy-block {
  max-width: 680px;
}
.service-copy-block h2,
.service-detail-section h2,
.service-trust-section h2,
.service-image-feature h2,
.service-final-cta h2 {
  margin-bottom: 22px;
}
.service-copy-block p,
.service-detail-section p,
.service-trust-section p,
.service-image-feature p,
.service-final-cta p {
  color: var(--aj-muted);
  font-size: 18px;
  line-height: 1.75;
}
.service-image-card {
  height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--aj-shadow);
}
.service-image-card img,
.service-feature-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-benefit-card {
  height: 100%;
  min-height: 285px;
}
.service-benefit-card .material-symbols-outlined {
  display: block;
  margin-bottom: 30px;
  color: rgba(8, 21, 33, 0.58);
  font-size: 48px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 48;
}
.service-benefit-card h3 {
  font-size: 24px;
}
.service-list-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 34px;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--aj-shadow);
}
.service-list-panel span {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--aj-soft);
  color: var(--aj-navy);
  font-weight: 850;
}
.service-list-panel span:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--aj-accent);
  flex: 0 0 auto;
}
.service-trust-section {
  background: #081521;
  color: #fff;
}
.service-trust-section h2 {
  color: #fff;
}
.service-trust-section p {
  color: #d9e1e8;
}
.service-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.service-trust-grid div {
  min-height: 120px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
}
.service-feature-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 54px;
}
.service-feature-grid img {
  height: 480px;
  border-radius: 30px;
  box-shadow: var(--aj-shadow);
}
.service-faq-list {
  max-width: 980px;
  margin: 0 auto;
}
.service-faq-list details {
  margin-bottom: 14px;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(8, 21, 33, 0.06);
  overflow: hidden;
}
.service-faq-list summary {
  cursor: pointer;
  padding: 22px 26px;
  color: var(--aj-navy);
  font-size: 19px;
  font-weight: 850;
  list-style: none;
}
.service-faq-list summary::-webkit-details-marker {
  display: none;
}
.service-faq-list summary:after {
  content: "+";
  float: right;
  color: var(--aj-accent-2);
  font-size: 24px;
  line-height: 1;
}
.service-faq-list details[open] summary:after {
  content: "-";
}
.service-faq-list details p {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--aj-muted);
}
.service-final-cta {
  position: relative;
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.service-final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 15, 25, 0.92),
    rgba(5, 15, 25, 0.54)
  );
}
.service-final-cta .container {
  position: relative;
  z-index: 1;
}
.service-final-cta h2 {
  max-width: 780px;
  color: #fff;
  font-size: 58px;
}
.service-final-cta p {
  max-width: 700px;
  color: #eef4f8;
}
.tour-hero {
  min-height: 760px;
}
.tour-intro .tour-copy {
  max-width: 680px;
}
.tour-copy h2,
.tour-story-copy h2,
.tour-included h2 {
  margin-bottom: 22px;
}
.tour-copy p,
.tour-story-copy p,
.tour-included p {
  color: var(--aj-muted);
  font-size: 18px;
  line-height: 1.75;
}
.tour-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.tour-image-card {
  height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--aj-shadow);
}
.tour-image-card img,
.tour-type-media img,
.tour-story-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tour-options .aj-section-header {
  max-width: 860px;
}
.tour-type-card {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--aj-shadow);
}
.tour-type-media {
  height: 340px;
  position: relative;
  overflow: hidden;
  background: #dfe6ec;
}
.tour-type-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 21, 33, 0.44), rgba(8, 21, 33, 0));
}
.tour-type-body {
  padding: 30px;
}
.tour-type-body h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.tour-type-body p {
  min-height: 96px;
  color: var(--aj-muted);
}
.tour-type-body a {
  display: inline-flex;
  align-items: center;
  color: var(--aj-accent-2);
  font-weight: 900;
  text-decoration: none;
}
.tour-type-body a:after {
  content: "arrow_forward";
  margin-left: 9px;
  font-family: "Material Symbols Outlined";
  font-size: 19px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 24;
}
.tour-benefit-card {
  height: 100%;
  min-height: 260px;
  padding: 32px;
  border: 1px solid rgba(8, 21, 33, 0.06);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 21, 33, 0.07);
}
.tour-benefit-card .material-symbols-outlined {
  display: block;
  margin-bottom: 28px;
  color: rgba(8, 21, 33, 0.58);
  font-size: 46px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 48;
}
.tour-benefit-card h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.tour-benefit-card p {
  color: var(--aj-muted);
}
.service-values-copy {
  max-width: 560px;
}
.service-values-copy h2 {
  margin-bottom: 22px;
}
.service-values-copy p {
  margin-bottom: 30px;
  color: var(--aj-muted);
  font-size: 18px;
  line-height: 1.75;
}
.service-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 70px;
}
.service-values-card {
  min-height: 235px;
}
.service-values-card .material-symbols-outlined {
  display: block;
  margin-bottom: 28px;
  font-family: "Material Symbols Outlined";
  color: var(--aj-accent-2);
  font-size: 48px !important;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 48;
}
.service-values-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.service-values-card p {
  color: var(--aj-muted);
  line-height: 1.65;
}
@media (min-width: 992px) {
  .service-values-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    column-gap: 170px;
  }
  .service-values-layout > .col-lg-5,
  .service-values-layout > .col-lg-7 {
    flex: none;
    max-width: none;
  }
}
.tour-story {
  background: #081521;
  color: #fff;
}
.tour-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 70px;
  margin-bottom: 80px;
}
.tour-story-row:last-child {
  margin-bottom: 0;
}
.tour-story-row-reverse figure {
  order: 2;
}
.tour-story-row figure {
  height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}
.tour-story-copy {
  max-width: 620px;
}
.tour-story-copy h2 {
  color: #fff;
}
.tour-story-copy p {
  color: #d9e1e8;
}
.tour-included-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--aj-shadow);
  border: 1px solid rgba(8, 21, 33, 0.08);
}
.tour-included-grid span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--aj-soft);
  color: var(--aj-navy);
  font-weight: 850;
}
.tour-included-grid span:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--aj-accent);
  flex: 0 0 auto;
}
.tour-empty-state {
  max-width: 780px;
  padding: 48px;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--aj-shadow);
}
.tour-empty-state .material-symbols-outlined {
  display: block;
  margin-bottom: 24px;
  color: var(--aj-accent-2);
  font-size: 54px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 48;
}
.tour-empty-state h3 {
  font-size: 30px;
  margin-bottom: 12px;
}
.tour-empty-state p {
  max-width: 620px;
  color: var(--aj-muted);
}
.tour-event-card {
  height: 100%;
}
.tour-faq-section {
  background: #fff;
}
.tour-final-cta {
  margin-top: 0;
}
.deep-service-hero {
  min-height: 760px;
}
.deep-service-copy {
  max-width: 680px;
}
.deep-service-copy h2,
.deep-service-included h2 {
  margin-bottom: 22px;
}
.deep-service-copy p,
.deep-service-included p {
  color: var(--aj-muted);
  font-size: 18px;
  line-height: 1.75;
}
.deep-service-image {
  height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--aj-shadow);
}
.deep-service-image img,
.service-type-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.deep-service-options .aj-section-header {
  max-width: 900px;
}
.service-type-card {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--aj-shadow);
}
.service-type-media {
  height: 340px;
  position: relative;
  overflow: hidden;
  background: #dfe6ec;
}
.service-type-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 21, 33, 0.44), rgba(8, 21, 33, 0));
}
.service-type-body {
  padding: 30px;
}
.service-type-body h3 {
  font-size: 28px;
  margin-bottom: 12px;
}
.service-type-body p {
  min-height: 96px;
  color: var(--aj-muted);
}
.service-type-body a {
  display: inline-flex;
  align-items: center;
  color: var(--aj-accent-2);
  font-weight: 900;
  text-decoration: none;
}
.service-type-body a:after {
  content: "arrow_forward";
  margin-left: 9px;
  font-family: "Material Symbols Outlined";
  font-size: 19px;
  font-variation-settings:
    "FILL" 0,
    "wght" 200,
    "GRAD" 0,
    "opsz" 24;
}
.aj-service-card,
.tour-type-card,
.service-type-card {
  overflow: hidden;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 22px;
  background: transparent;
  box-shadow: none;
}
.aj-section-dark .aj-service-card,
.aj-section-dark .tour-type-card,
.aj-section-dark .service-type-card {
  border-color: #253747;
  background: transparent;
  box-shadow: none;
}
.aj-service-media,
.tour-type-media,
.service-type-media {
  height: 230px;
  background: #dfe6ec;
}
.aj-service-media:after,
.tour-type-media:after,
.service-type-media:after {
  background: linear-gradient(0deg, rgba(8, 21, 33, 0.16), rgba(8, 21, 33, 0));
}
.aj-service-body,
.tour-type-body,
.service-type-body {
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 24px 24px 22px;
  background: transparent;
}
.aj-service-body h3,
.tour-type-body h3,
.service-type-body h3 {
  margin-bottom: 10px;
  color: var(--aj-navy);
  font-size: 19px;
  line-height: 1.25;
}
.aj-section-dark .aj-service-body h3,
.aj-section-dark .tour-type-body h3,
.aj-section-dark .service-type-body h3 {
  color: #fff;
}
.aj-service-body p,
.tour-type-body p,
.service-type-body p {
  flex: 1;
  min-height: 0;
  color: #687586;
  font-size: 14.5px;
  line-height: 1.65;
}
.aj-section-dark .aj-service-body p,
.aj-section-dark .tour-type-body p,
.aj-section-dark .service-type-body p {
  color: #8fa2b7;
}
.aj-service-body .theme-btn,
.tour-type-body a,
.service-type-body a {
  align-self: flex-start;
  margin-top: 16px;
  min-height: 40px;
  padding: 0 17px 0 18px !important;
  border-radius: 10px !important;
  background: var(--aj-accent) !important;
  color: #111820 !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  border: 0 !important;
  box-shadow: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  white-space: nowrap;
  transform: none;
}
.aj-service-body .theme-btn:hover,
.tour-type-body a:hover,
.service-type-body a:hover {
  background: var(--aj-accent-2) !important;
  color: #111820 !important;
}
.aj-service-body .theme-btn:after,
.tour-type-body a:after,
.service-type-body a:after {
  font-size: 17px;
  margin-left: 0;
  color: currentColor;
  transform: rotate(-45deg);
}
.aj-service-card,
.tour-type-card,
.service-type-card,
.aj-service-body,
.tour-type-body,
.service-type-body {
  background-color: transparent;
}
.charter-booking-panel .aj-form {
  box-shadow: var(--aj-shadow);
}
.aj-fleet-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 24px;
}
.aj-fleet-stack {
  display: grid;
  gap: 24px;
}
.aj-testimonial {
  position: relative;
}
.aj-review-stars {
  margin: 0 0 14px;
  color: var(--aj-accent-2);
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}
.aj-testimonial:before {
  content: "\201C";
  font-size: 72px;
  line-height: 1;
  color: var(--aj-accent);
  font-weight: 900;
}
.aj-testimonial p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #263340;
}
.aj-testimonial strong {
  display: block;
  color: var(--aj-navy);
  font-weight: 900;
  margin-top: 18px;
}
.aj-testimonial span {
  display: block;
  color: var(--aj-muted);
  font-weight: 700;
}
.aj-stat {
  font-size: 48px;
  font-weight: 900;
  color: var(--aj-accent);
}
.aj-timeline {
  border-left: 3px solid var(--aj-accent);
  padding-left: 25px;
}
.aj-timeline-item {
  margin-bottom: 24px;
}
.aj-form {
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--aj-shadow);
  border: 1px solid rgba(8, 21, 33, 0.05);
}
.aj-form label {
  font-weight: 850;
  color: var(--aj-navy);
}
.aj-form .form-control {
  height: 54px;
  border: 1px solid #d9e1e8;
  border-radius: 14px;
  box-shadow: none;
  font-weight: 700;
}
.aj-form textarea.form-control {
  height: auto;
}
.flatpickr-calendar {
  border: 1px solid rgba(8, 21, 33, 0.12);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(8, 21, 33, 0.18);
  font-family: "Urbanist", sans-serif;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover {
  background: var(--aj-accent);
  border-color: var(--aj-accent);
  color: #071426;
}
.flatpickr-day.today {
  border-color: var(--aj-accent);
}
.flatpickr-day:hover,
.flatpickr-day:focus {
  background: rgba(246, 177, 41, 0.18);
  border-color: rgba(246, 177, 41, 0.45);
}
.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.flatpickr-weekday {
  color: var(--aj-navy);
  font-weight: 700;
}
.aj-alert {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
}
.aj-alert-success {
  background: #edf9f1;
  color: #146c2e;
}
.aj-alert-error {
  background: #fff1f1;
  color: #a12323;
}
.bus-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(7, 20, 38, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 20, 38, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.bus-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 20, 38, 0.18);
  box-shadow: 0 30px 86px rgba(7, 20, 38, 0.12);
}
.bus-card-img {
  aspect-ratio: 16 / 11;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #edf1f4;
}
.bus-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 20, 38, 0) 48%,
    rgba(7, 20, 38, 0.36) 100%
  );
  pointer-events: none;
}
.bus-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.bus-card:hover .bus-card-img img {
  transform: scale(1.035);
}
.bus-image-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: rgba(7, 20, 38, 0.32);
}
.bus-image-fallback .material-symbols-outlined {
  font-size: 64px;
  font-variation-settings:
    "FILL" 0,
    "wght" 180,
    "GRAD" 0,
    "opsz" 48;
}
.bus-card-body {
  padding: 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.bus-card-head {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}
.bus-card-head h3 {
  margin: 0;
  color: var(--aj-navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
}
.bus-price {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: var(--aj-accent-2);
}
.bus-attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0 0 34px;
}
.bus-attribute {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.bus-attribute .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--aj-muted);
  font-size: 22px;
  font-variation-settings:
    "FILL" 0,
    "wght" 250,
    "GRAD" 0,
    "opsz" 24;
}
.bus-attribute strong {
  color: var(--aj-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.bus-attribute small {
  color: var(--aj-muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 34px rgba(7, 20, 38, 0.18);
  backdrop-filter: blur(8px);
  color: var(--aj-navy);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
}
.status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008567;
}
.bus-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bus-actions .theme-btn {
  padding: 11px 16px !important;
  font-size: 14px;
}
.bus-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  border: 1px solid #071426;
  border-radius: 30px;
  background: transparent;
  color: #071426;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}
.bus-card-cta:hover {
  background: #071426;
  color: #fff;
  transform: translateY(-1px);
}
.bus-card-cta .material-symbols-outlined {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
.bus-card-cta:hover .material-symbols-outlined {
  transform: rotate(0deg);
}
.aj-products-page {
  padding: 92px 0 110px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.aj-products-heading {
  margin-bottom: 38px;
}
.aj-products-heading h1 {
  margin: 0;
  color: var(--aj-navy);
  font-size: clamp(40px, 4.8vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.product-detail-page {
  padding: 78px 0 112px;
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(246, 177, 41, 0.08),
      transparent 32%
    ),
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
  gap: 64px;
  align-items: start;
}
.product-main-image {
  display: grid;
  place-items: center;
  height: 520px;
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  background: #edf1f4;
  box-shadow: 0 30px 90px rgba(7, 20, 38, 0.12);
}
.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumb-rail {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.product-thumb {
  width: 120px;
  height: 86px;
  flex: 0 0 120px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 16px;
  background: #edf1f4;
  padding: 0;
  cursor: pointer;
}
.product-thumb.is-active {
  border-color: var(--aj-accent);
}
.product-thumb img,
.product-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-summary-panel {
  position: sticky;
  top: 120px;
  padding-top: 30px;
}
.product-status-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #008567;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-status-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #008567;
}
.product-summary-panel h1 {
  margin: 0 0 18px;
  color: var(--aj-navy);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}
.product-detail-price {
  margin-bottom: 30px;
  color: var(--aj-accent-2);
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 500;
  line-height: 1;
}
.product-detail-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-bottom: 38px;
}
.product-detail-spec {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--aj-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.product-detail-spec .material-symbols-outlined {
  color: var(--aj-muted);
  font-size: 27px;
  font-variation-settings:
    "FILL" 0,
    "wght" 250,
    "GRAD" 0,
    "opsz" 28;
}
.product-inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--aj-navy);
  border-radius: 999px;
  color: var(--aj-navy);
  background: transparent;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}
.product-inquiry-btn:hover {
  background: var(--aj-navy);
  color: #fff;
  transform: translateY(-1px);
}
.product-inquiry-btn .material-symbols-outlined {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
}
.product-inquiry-btn:hover .material-symbols-outlined {
  transform: rotate(0deg);
}
.product-description-panel {
  width: min(100%, 860px);
  margin-top: 72px;
}
.product-description-panel h2,
.related-products-section h2 {
  margin: 0 0 18px;
  color: var(--aj-navy);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.05;
}
.product-description-panel p,
.product-description-content {
  color: #46556b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.product-description-content p {
  margin: 0 0 16px;
}
.product-description-content ul,
.product-description-content ol {
  margin: 0 0 18px 20px;
}
.related-products-section {
  margin-top: 86px;
}
.simple-page-hero {
  background: #fff;
  padding-top: 112px;
}
.simple-page-hero-content {
  max-width: 930px;
}
.simple-page-hero-content h1 {
  color: var(--aj-navy);
  font-size: clamp(46px, 5.6vw, 76px);
  font-weight: 900;
  line-height: 0.96;
  margin: 0 0 20px;
}
.simple-page-hero-content p {
  color: #46556b;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  max-width: 790px;
}
.public-gallery-page {
  padding: 90px 0 115px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.careers-page-intro {
  padding: 88px 0 70px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.careers-intro-content {
  max-width: 900px;
}
.careers-intro-content h1 {
  margin: 0 0 18px;
  color: var(--aj-navy);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.96;
}
.careers-intro-content p {
  max-width: 760px;
  margin: 0 0 28px;
  color: #46556b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}
.jobs-accordion {
  max-width: 1120px;
  border-top: 1px solid rgba(7, 20, 38, 0.18);
}
.job-accordion-item {
  border-bottom: 1px solid rgba(7, 20, 38, 0.18);
  cursor: pointer;
}
.job-accordion-trigger {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  border: 0;
  background: transparent;
  color: var(--aj-navy);
  cursor: pointer;
  outline: 0;
  padding: 28px 0;
  text-align: left;
}

.job-accordion-item:focus,
.job-accordion-item:active {
  outline: 0;
  box-shadow: none;
}

.job-accordion-item:focus-visible {
  border-radius: 10px;
  outline: 2px solid rgba(246, 177, 41, 0.7);
  outline-offset: 8px;
}
.job-accordion-main {
  display: grid;
  gap: 12px;
}
.job-accordion-title {
  color: var(--aj-navy);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 850;
  line-height: 1.1;
}
.job-accordion-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.job-accordion-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(7, 20, 38, 0.28);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--aj-navy);
  font-size: 13px;
  font-weight: 700;
}
.job-accordion-action,
.job-apply-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: var(--aj-navy);
  font-size: 20px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.job-accordion-action:hover,
.job-accordion-action:focus {
  color: var(--aj-orange);
  text-decoration: none;
}
.job-accordion-action .material-symbols-outlined,
.job-apply-link .material-symbols-outlined {
  font-size: 24px;
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
  font-variation-settings:
    "FILL" 0,
    "wght" 280,
    "GRAD" 0,
    "opsz" 24;
}
.job-accordion-item.is-open .job-accordion-action .material-symbols-outlined,
.job-accordion-item:hover .job-accordion-action .material-symbols-outlined,
.job-apply-link:hover .material-symbols-outlined {
  transform: rotate(0deg);
}
.job-accordion-panel {
  max-width: 780px;
  color: #46556b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: translateY(-10px);
  transition:
    max-height 0.38s ease,
    opacity 0.24s ease,
    padding 0.24s ease,
    transform 0.24s ease;
}

.job-accordion-item.is-open .job-accordion-panel {
  max-height: 900px;
  opacity: 1;
  padding: 0 0 30px;
  transform: translateY(0);
}
.job-accordion-panel p {
  margin: 0 0 16px;
}
.job-requirements {
  margin-bottom: 20px;
}
.job-apply-link {
  font-size: 18px;
}
.career-apply-page {
  padding: 110px 0 120px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.career-apply-heading {
  max-width: 850px;
  margin-bottom: 58px;
}
.career-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #6b788b;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.career-back-link:hover {
  color: var(--aj-orange);
  text-decoration: none;
}
.career-back-link .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
.career-apply-heading h1 {
  margin: 0 0 18px;
  color: var(--aj-navy);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.96;
}
.career-apply-heading p {
  max-width: 760px;
  margin: 0;
  color: #46556b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}
.career-apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 60px;
  align-items: start;
  border-top: 1px solid rgba(7, 20, 38, 0.12);
  padding-top: 58px;
}
.career-apply-form {
  max-width: 760px;
}
.career-apply-form.aj-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.career-apply-form .form-group {
  margin-bottom: 26px;
}
.career-apply-form label {
  display: block;
  color: var(--aj-navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: none;
}
.career-apply-form select.form-control {
  margin-bottom: 0;
}
.career-apply-form .nice-select {
  margin-bottom: 0;
}
.career-apply-form .form-control {
  min-height: 58px;
  border: 1px solid rgba(7, 20, 38, 0.34);
  border-radius: 9px;
  background: #fff;
  color: var(--aj-navy);
  font-size: 16px;
  font-weight: 500;
  padding: 14px 18px;
  box-shadow: none;
}
.career-apply-form textarea.form-control {
  min-height: 160px;
  resize: vertical;
}
.career-apply-form .form-control:focus {
  border-color: rgba(246, 177, 41, 0.85);
  box-shadow: 0 0 0 4px rgba(246, 177, 41, 0.16);
}
.career-apply-form .nice-select {
  display: flex;
  float: none;
  align-items: center;
  width: 100%;
  min-height: 58px;
  height: 58px;
  border: 1px solid rgba(7, 20, 38, 0.34);
  border-radius: 9px;
  background: #fff;
  color: var(--aj-navy);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0 48px 0 18px;
  box-shadow: none;
}
.career-apply-form .nice-select:focus,
.career-apply-form .nice-select.open {
  border-color: rgba(246, 177, 41, 0.85);
  box-shadow: 0 0 0 4px rgba(246, 177, 41, 0.16);
}
.career-apply-form .nice-select::after {
  right: 20px;
  width: 9px;
  height: 9px;
  border-color: var(--aj-navy);
  margin-top: -6px;
}
.career-apply-form .nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.career-apply-form .nice-select .list {
  width: 100%;
  margin-top: 10px;
  border: 1px solid rgba(7, 20, 38, 0.14);
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(7, 20, 38, 0.12);
}
.career-apply-form .nice-select .option {
  min-height: 44px;
  color: var(--aj-navy);
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
}
.career-apply-form .nice-select .option:hover,
.career-apply-form .nice-select .option.focus,
.career-apply-form .nice-select .option.selected.focus {
  background: rgba(246, 177, 41, 0.12);
}
.career-apply-form .nice-select .option.selected {
  font-weight: 800;
}

body .nice-select {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  position: relative;
  float: none;
  border: 1px solid rgba(8, 21, 33, 0.12);
  border-radius: 12px;
  background: #fff;
  color: var(--aj-navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  outline: none;
  padding: 0 44px 0 16px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

body .nice-select::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  border-bottom: 2px solid var(--aj-accent);
  border-right: 2px solid var(--aj-accent);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.18s ease;
}

body .nice-select.open,
body .nice-select:focus {
  border-color: rgba(250, 175, 35, 0.7);
  box-shadow: 0 0 0 4px rgba(250, 175, 35, 0.14);
}

body .nice-select.open::after {
  transform: translateY(-30%) rotate(225deg);
}

body .nice-select.disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

body .nice-select .current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .nice-select .list {
  width: 100%;
  max-height: 260px;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 50;
  display: none;
  overflow-y: auto;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(8, 21, 33, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 21, 33, 0.16);
  list-style: none;
}

body .nice-select.open .list {
  display: block;
}

body .nice-select .option {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: var(--aj-navy);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 9px 11px;
}

body .nice-select .option:hover,
body .nice-select .option.focus {
  background: rgba(250, 175, 35, 0.12);
}

body .nice-select .option.selected {
  color: var(--aj-accent);
}

body .nice-select .option.disabled {
  color: #98a2b3;
  cursor: not-allowed;
}
.career-file-drop {
  display: grid;
  place-items: center;
  min-height: 190px;
  border: 1px dashed rgba(7, 20, 38, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  padding: 30px;
  text-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}
.career-file-drop:hover,
.career-file-drop.is-dragging,
.career-file-drop.has-file {
  border-color: var(--aj-orange);
  background: rgba(246, 177, 41, 0.08);
}
.career-file-drop.is-dragging {
  transform: translateY(-2px);
}
.career-file-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.career-file-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(246, 177, 41, 0.14);
  color: var(--aj-orange);
  font-size: 30px;
  font-variation-settings:
    "FILL" 0,
    "wght" 280,
    "GRAD" 0,
    "opsz" 32;
}
.career-file-title {
  color: var(--aj-navy);
  font-size: 19px;
  font-weight: 850;
}
.career-file-help,
.career-file-name {
  display: block;
  margin-top: 6px;
  color: #6b788b;
  font-size: 14px;
  font-weight: 500;
}
.career-file-name {
  margin-top: 14px;
  color: var(--aj-navy);
  font-weight: 750;
}
.career-apply-note {
  max-width: 620px;
  margin: 0 0 24px;
  color: #7a8797;
  font-size: 14px;
  line-height: 1.55;
}
.career-apply-aside {
  position: sticky;
  top: 120px;
}
.career-apply-aside img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(7, 20, 38, 0.14);
}
.career-apply-card {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(7, 20, 38, 0.14);
}
.career-apply-card h2 {
  margin: 0 0 12px;
  color: var(--aj-navy);
  font-size: 28px;
  font-weight: 900;
}
.career-apply-card p {
  margin: 0 0 18px;
  color: #46556b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}
.career-apply-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.career-apply-card li {
  position: relative;
  padding-left: 20px;
  color: var(--aj-navy);
  font-size: 15px;
  font-weight: 700;
}
.career-apply-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--aj-orange);
}
.contact-page-section {
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.contact-page-layout {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  padding-top: 64px;
}
.contact-info-panel h1,
.contact-info-panel h2 {
  margin: 0 0 18px;
  color: var(--aj-navy);
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 1.04;
  max-width: 620px;
}
.contact-info-panel > p {
  margin: 0 0 30px;
  color: #46556b;
  font-size: 20px;
  line-height: 1.55;
  max-width: 680px;
}
.contact-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--aj-accent-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  margin-bottom: 34px;
}
.contact-detail-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
}
.contact-detail-item .material-symbols-outlined {
  color: var(--aj-accent-2);
  font-size: 31px;
  font-variation-settings:
    "FILL" 0,
    "wght" 260,
    "GRAD" 0,
    "opsz" 32;
}
.contact-detail-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--aj-navy);
  font-size: 16px;
  font-weight: 900;
}
.contact-detail-item p {
  margin: 0;
  color: #526174;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.contact-detail-item a {
  color: #526174;
  text-decoration: none;
}
.contact-detail-item a:hover {
  color: var(--aj-accent-2);
}
.contact-map {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(7, 20, 38, 0.16);
  background: #edf1f4;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}
.contact-polished-form,
.quote-polished-form {
  max-width: none;
}
.quote-forms-section {
  background: var(--aj-soft);
}
.quote-page-section,
.contact-page-section {
  padding-top: 0;
}
.quote-page-heading {
  max-width: 760px;
  margin-bottom: 46px;
}
.quote-page-heading h1 {
  margin: 0 0 16px;
  color: var(--aj-navy);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.98;
}
.quote-page-heading p {
  color: #556477;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.62;
}
.quote-page-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 58px;
  align-items: start;
}
.quote-page-aside {
  position: sticky;
  top: 130px;
  padding: 34px;
  border-radius: 22px;
  background: var(--aj-soft);
}
.quote-page-aside h2 {
  margin: 0 0 14px;
  color: var(--aj-navy);
  font-size: 30px;
}
.quote-page-aside p {
  color: #5e6c7d;
  font-size: 16px;
  line-height: 1.6;
}
.quote-page-aside ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.quote-page-aside li {
  display: flex;
  gap: 10px;
  color: #253546;
  font-weight: 600;
}
.quote-page-aside li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--aj-accent-2);
  flex: 0 0 auto;
}
.quote-choice-section {
  background: var(--aj-soft);
}
.quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.quote-choice-card {
  padding: 34px;
  border-radius: 22px;
  background: #fff;
}
.quote-choice-card .quote-form-heading {
  margin-bottom: 24px;
}
.quote-forms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  align-items: start;
}
.quote-form-heading {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(7, 20, 38, 0.12);
}
.quote-form-heading > .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(246, 177, 41, 0.14);
  color: var(--aj-accent-2);
  font-size: 30px;
  font-variation-settings:
    "FILL" 0,
    "wght" 280,
    "GRAD" 0,
    "opsz" 32;
}
.quote-form-heading h3 {
  margin: 0 0 6px;
  color: var(--aj-navy);
  font-size: 27px;
  font-weight: 900;
}
.quote-form-heading p {
  margin: 0;
  color: #667386;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.public-gallery-heading {
  max-width: 760px;
  margin-bottom: 42px;
}
.public-gallery-heading h1 {
  margin: 0 0 14px;
  color: var(--aj-navy);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 0.95;
}
.public-gallery-heading p {
  margin: 0;
  color: #46556b;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
}
.public-gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}
.public-gallery-item {
  position: relative;
  display: block;
  min-height: 255px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #edf1f4;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 22px 60px rgba(7, 20, 38, 0.08);
  text-decoration: none;
}
.public-gallery-item:nth-child(6n + 1),
.public-gallery-item:nth-child(6n + 5) {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 526px;
}
.public-gallery-item:nth-child(6n + 3) {
  grid-column: span 2;
}
.public-gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}
.public-gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.05);
}
.pswp__caption {
  display: none;
}
.gallery-empty-message {
  grid-column: 1 / -1;
  color: var(--aj-muted);
  font-size: 18px;
}
.gallery-lightbox-open {
  overflow: hidden;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 20px;
  background: rgba(5, 13, 22, 0.92);
  padding: 34px;
}
.gallery-lightbox[hidden] {
  display: none;
}
.gallery-lightbox-figure {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin: 0;
  min-width: 0;
}
.gallery-lightbox-figure img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 22px;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}
.gallery-lightbox-figure figcaption {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 600;
}
.gallery-lightbox-close,
.gallery-lightbox-nav {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}
.gallery-lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
}
.gallery-lightbox-nav {
  width: 56px;
  height: 56px;
}
.gallery-lightbox-nav:hover,
.gallery-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}
.gallery-lightbox .material-symbols-outlined {
  font-size: 25px;
  font-variation-settings:
    "FILL" 0,
    "wght" 260,
    "GRAD" 0,
    "opsz" 28;
}
.gallery-tile {
  cursor: pointer;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(8, 21, 33, 0.08);
}
.gallery-tile img,
.gallery-tile .placeholder-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 0;
}
.gallery-tile h3 {
  padding: 18px 20px;
  font-size: 20px;
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.lightbox.is-open {
  display: flex;
}
.lightbox img {
  max-width: 92vw;
  max-height: 82vh;
}
.aj-cta-band {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 112px 0 126px;
  color: #fff;
  overflow: hidden;
}
.aj-cta-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 21, 33, 0.9),
    rgba(8, 21, 33, 0.58)
  );
}
.aj-cta-band:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  background: linear-gradient(
    180deg,
    rgba(7, 17, 27, 0),
    rgba(7, 17, 27, 0.72) 48%,
    #07111b 100%
  );
  pointer-events: none;
}
.aj-cta-band .container {
  position: relative;
  z-index: 1;
}
.aj-cta-band h2 {
  color: #fff;
  font-size: 44px;
}
.aj-cta-band p {
  color: #eef4f8;
  font-size: 18px;
}
.aj-footer {
  background: #07111b;
  color: #cbd5df;
  padding: 128px 0 28px;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}
.aj-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.035),
    transparent 42%
  );
  pointer-events: none;
}
.aj-footer .container {
  position: relative;
  z-index: 1;
}
.aj-footer-bg-word {
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(70px, 12vw, 210px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.9;
  white-space: nowrap;
  mix-blend-mode: screen;
  pointer-events: none;
}
.aj-footer h3,
.aj-footer h4 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.aj-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 12px;
}
.aj-footer-logo img {
  display: block;
  width: auto;
  height: 38px;
  max-width: 170px;
  object-fit: contain;
  filter: invert(1);
}
.aj-footer a {
  color: #cbd5df;
  text-decoration: none;
}
.aj-footer p {
  color: #fff;
}
.aj-footer-about {
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.7;
  max-width: 275px;
}
.aj-footer-seal {
  display: block;
  width: 200px;
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  margin-top: 24px;
}
.aj-footer a:hover {
  color: var(--aj-accent);
}
.aj-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aj-footer li {
  margin-bottom: 10px;
  line-height: 1.45;
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px !important;
}
.footer-social-right {
  margin-top: 0 !important;
}
.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
}
.aj-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 72px;
  padding-top: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.aj-footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
}
.aj-footer-bottom a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.policy-intro-section {
  background: #fff;
  padding: 120px 0 70px;
}
.policy-intro {
  max-width: 880px;
}
.policy-intro .aj-eyebrow {
  color: var(--aj-accent-2);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.policy-intro h1 {
  color: var(--aj-navy);
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.96;
  margin: 0 0 24px;
}
.policy-intro p {
  color: var(--aj-muted);
  font-size: 21px;
  line-height: 1.62;
  max-width: 780px;
}
.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.policy-meta span {
  border: 1px solid rgba(8, 21, 33, 0.14);
  border-radius: 999px;
  color: #536273;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 14px;
}
.policy-content-section {
  background: var(--aj-cream);
  padding-top: 96px;
}
.policy-layout {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(260px, 360px) 1fr;
}
.policy-summary {
  background: #fff;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(8, 21, 33, 0.07);
  padding: 30px;
  position: sticky;
  top: 120px;
}
.policy-summary h2 {
  color: var(--aj-navy);
  font-size: 30px;
  margin: 0 0 14px;
}
.policy-summary p {
  color: var(--aj-muted);
  line-height: 1.72;
  margin-bottom: 24px;
}
.policy-list {
  display: grid;
  gap: 18px;
}
.policy-item {
  background: #fff;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(8, 21, 33, 0.055);
  padding: 30px 34px;
}
.policy-item h2 {
  color: var(--aj-navy);
  font-size: 30px;
  margin: 0 0 10px;
}
.policy-item p {
  color: var(--aj-muted);
  line-height: 1.75;
  margin: 0;
}
.policy-contact-panel {
  align-items: center;
  background: var(--aj-navy);
  border-radius: 28px;
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 34px;
}
.policy-contact-panel h2 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 8px;
}
.policy-contact-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.policy-contact-links {
  display: grid;
  gap: 10px;
  min-width: 220px;
}
.policy-contact-links a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.simple-page-hero-content h1,
.careers-intro-content h1,
.career-apply-heading h1,
.quote-page-heading h1,
.public-gallery-heading h1,
.policy-intro h1,
.aj-products-heading h1 {
  color: var(--aj-navy);
  font-size: clamp(46px, 5.6vw, 76px);
  font-weight: 900;
  line-height: 0.96;
  margin: 0 0 20px;
}
.simple-page-hero-content p,
.careers-intro-content p,
.career-apply-heading p,
.quote-page-heading p,
.public-gallery-heading p,
.policy-intro p {
  color: #46556b;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  max-width: 790px;
}
.policy-intro,
.careers-intro-content,
.career-apply-heading,
.quote-page-heading,
.public-gallery-heading,
.aj-products-heading {
  max-width: 930px;
}
.careers-page-intro,
.career-apply-page,
.quote-page-section,
.policy-intro-section,
.public-gallery-page,
.aj-products-page {
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  padding-top: 112px;
}
@media (max-width: 575px) {
  .aj-footer {
    padding-top: 92px;
  }
  .aj-footer-bg-word {
    top: 26px;
    font-size: 56px;
  }
  .aj-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .aj-footer-bottom-right {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-left: 0;
  }
  .policy-intro-section {
    padding: 70px 0 42px;
  }
  .policy-intro {
    padding-top: 34px;
  }
  .policy-intro h1 {
    font-size: 44px;
  }
  .policy-intro p {
    font-size: 18px;
  }
  .policy-item {
    padding: 24px;
  }
  .policy-contact-panel {
    padding: 26px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .aj-hero {
    min-height: 640px;
  }
  .aj-hero h1 {
    font-size: 54px;
  }
  .aj-fleet-layout {
    grid-template-columns: 1fr;
  }
  .aj-services-proof-grid {
    margin-top: 38px;
  }
  .service-image-card {
    height: 430px;
    margin-top: 34px;
  }
  .service-feature-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .policy-layout {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .policy-summary {
    position: static;
  }
  .policy-contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }
  .service-trust-grid {
    margin-top: 34px;
  }
  .tour-image-card {
    height: 430px;
    margin-top: 34px;
  }
  .tour-story-row,
  .tour-story-row-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .tour-story-row-reverse figure {
    order: 0;
  }
  .tour-story-row figure {
    height: 380px;
  }
  .service-values-copy {
    max-width: 760px;
    margin-bottom: 36px;
  }
  .deep-service-image {
    height: 430px;
    margin-top: 34px;
  }
  .aj-image-tall {
    height: 430px;
  }
  .aj-intro-list {
    grid-template-columns: 1fr;
  }
  .career-apply-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .contact-page-layout,
  .quote-page-layout,
  .quote-choice-grid,
  .quote-forms-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .contact-detail-list {
    grid-template-columns: 1fr;
  }
  .quote-page-aside {
    position: static;
  }
  .career-apply-form {
    max-width: none;
  }
  .career-apply-aside {
    position: static;
  }
  .aj-logo strong {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .aj-hero {
    min-height: 580px;
  }
  .aj-hero h1 {
    font-size: 40px;
  }
  .aj-hero p {
    font-size: 18px;
  }
  .aj-section {
    padding: 74px 0;
  }
  .aj-section h2 {
    font-size: 34px;
  }
  .aj-hero-actions .theme-btn {
    width: 100%;
    text-align: center;
  }
  .aj-overlap-panel {
    padding: 0;
  }
  .aj-service-media {
    height: 230px;
  }
  .aj-service-detail-card .aj-service-media {
    height: 260px;
  }
  .aj-service-detail-card .aj-service-body {
    padding: 26px;
  }
  .careers-page-intro,
  .career-apply-page {
    padding: 74px 0 86px;
  }
  .career-apply-heading {
    margin-bottom: 38px;
  }
  .career-apply-heading h1 {
    font-size: 40px;
  }
  .career-apply-heading p {
    font-size: 18px;
  }
  .career-apply-layout {
    padding-top: 38px;
  }
  .career-file-drop {
    min-height: 170px;
    padding: 24px;
  }
  .job-accordion-trigger {
    align-items: flex-start;
  }
  .job-accordion-action {
    font-size: 17px;
  }
  .aj-services-proof-grid {
    grid-template-columns: 1fr;
  }
  .service-image-card,
  .service-feature-grid img {
    height: 300px;
  }
  .service-list-panel,
  .service-trust-grid {
    grid-template-columns: 1fr;
  }
  .service-list-panel {
    padding: 22px;
  }
  .service-final-cta {
    padding: 100px 0;
  }
  .service-final-cta h2 {
    font-size: 38px;
  }
  .tour-hero {
    min-height: 620px;
  }
  .tour-intro-actions .theme-btn {
    width: 100%;
    text-align: center;
  }
  .tour-image-card,
  .tour-story-row figure {
    height: 300px;
  }
  .tour-type-media {
    height: 270px;
  }
  .tour-type-body p {
    min-height: 0;
  }
  .deep-service-hero {
    min-height: 620px;
  }
  .deep-service-image {
    height: 300px;
  }
  .service-type-media {
    height: 270px;
  }
  .service-type-body p {
    min-height: 0;
  }
  .tour-included-grid {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .service-values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-values-card {
    min-height: auto;
  }
  .tour-empty-state {
    padding: 30px;
  }
  .tour-empty-state h3 {
    font-size: 25px;
  }
  .product-detail-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .product-main-image,
  .product-main-image img {
    height: 360px;
    min-height: 360px;
  }
  .product-detail-specs {
    grid-template-columns: 1fr;
  }
  .public-gallery-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .job-accordion-trigger {
    gap: 18px;
  }
  .job-accordion-action span:first-child {
    display: none;
  }
  .public-gallery-item,
  .public-gallery-item:nth-child(6n + 1),
  .public-gallery-item:nth-child(6n + 5),
  .public-gallery-item:nth-child(6n + 3) {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
  }
  .gallery-lightbox {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
  }
  .gallery-lightbox-prev {
    left: 16px;
  }
  .gallery-lightbox-next {
    right: 16px;
  }
  .product-summary-panel {
    position: static;
    padding-top: 0;
  }
  .product-description-panel {
    margin-top: 52px;
  }
  .bus-attributes {
    grid-template-columns: 1fr;
  }
  .public-gallery-mosaic {
    grid-template-columns: 1fr;
  }
  .job-accordion-trigger {
    padding: 24px 0;
  }
  .job-accordion-meta span {
    min-height: 30px;
    font-size: 12px;
  }
  .aj-cta-band h2 {
    font-size: 34px;
  }
}

.tour-detail-page,
.career-detail-page {
  padding: 96px 0;
  background: #fff;
}

.tour-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.tour-breadcrumb a {
  color: var(--aj-navy);
  text-decoration: none;
}

.tour-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 40px;
  align-items: start;
}

.tour-detail-main {
  min-width: 0;
}

.tour-detail-header {
  margin-bottom: 28px;
}

.tour-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.tour-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f5f1ea;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}

.tour-detail-header h1 {
  max-width: 880px;
  margin: 0;
  color: var(--aj-navy);
  font-size: 58px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.career-detail-page .tour-detail-header h1 {
  font-size: 52px;
}

.tour-detail-header p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--aj-text);
  font-size: 18px;
  line-height: 1.65;
}

.tour-detail-image {
  overflow: hidden;
  margin: 0 0 34px;
  border-radius: 22px;
  background: #f5f1ea;
  aspect-ratio: 16 / 9;
}

.tour-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-detail-section {
  padding: 30px 0;
  border-top: 1px solid rgba(7, 20, 38, 0.1);
}

.tour-detail-section h2 {
  margin: 0 0 14px;
  color: var(--aj-navy);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.tour-detail-section p,
.tour-detail-list {
  margin: 0;
  color: #526174;
  font-size: 16px;
  line-height: 1.75;
}

.tour-detail-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.tour-detail-list li {
  position: relative;
  padding-left: 22px;
}

.tour-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aj-accent);
}

.tour-facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px 24px;
  margin: 28px 0 34px;
  padding: 0;
  border-bottom: 0;
}

.tour-facts-grid div {
  padding: 0 24px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.tour-facts-grid span {
  display: block;
  margin-bottom: 5px;
  color: #667085;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.tour-facts-grid strong {
  color: var(--aj-navy);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.tour-detail-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.tour-booking-card,
.related-tour-card {
  padding: 22px;
  border: 1px solid rgba(7, 20, 38, 0.1);
  border-radius: 20px;
  background: #fbfaf7;
  box-shadow: 0 22px 70px rgba(7, 20, 38, 0.08);
}

.tour-booking-card h2,
.related-tour-card h2 {
  margin: 0 0 10px;
  color: var(--aj-navy);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.tour-booking-card p {
  margin: 0 0 18px;
  color: #526174;
  font-size: 14px;
  line-height: 1.65;
}

.tour-booking-card .theme-btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.related-tour-link {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(7, 20, 38, 0.08);
  color: var(--aj-navy);
  text-decoration: none;
}

.related-tour-link:first-of-type {
  border-top: 0;
}

.related-tour-link img {
  width: 76px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
}

.related-tour-link strong,
.related-tour-link small {
  display: block;
}

.related-tour-link strong {
  font-size: 14px;
  line-height: 1.35;
}

.related-tour-link small {
  margin-top: 5px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.related-job-link {
  grid-template-columns: 1fr;
}

.tour-detail-page {
  padding: 96px 0;
  background: #fff;
}

.tour-detail-page > .container {
  width: 100%;
  max-width: none;
  padding-left: clamp(24px, 5vw, 72px);
  padding-right: clamp(24px, 5vw, 72px);
}

.tour-detail-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tour-detail-page .tour-breadcrumb {
  max-width: 1440px;
  margin: 0 auto 28px;
  font-size: 13px;
  font-weight: 800;
}

.tour-detail-page .tour-breadcrumb span:last-child {
  color: var(--aj-navy);
}

.tour-detail-page .tour-detail-layout {
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 42px;
}

.tour-detail-page .tour-detail-header {
  margin-bottom: 30px;
}

.tour-detail-page .tour-detail-header h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: var(--aj-navy);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.tour-detail-page .tour-meta-row {
  margin-bottom: 0;
  gap: 12px;
}

.tour-detail-page .tour-meta-row span {
  gap: 7px;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--aj-navy);
  font-size: 12px;
  font-weight: 500;
}

.tour-detail-page .tour-meta-row .material-symbols-outlined {
  color: var(--aj-accent-2);
  font-size: 15px;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 18;
}

.tour-detail-page .tour-booking-card .theme-btn-s2 {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: #fff !important;
  color: var(--aj-navy) !important;
}

.tour-detail-page .tour-booking-card .theme-btn-s2:before {
  display: none !important;
}

.tour-detail-page .tour-booking-card .theme-btn-s2:hover,
.tour-detail-page .tour-booking-card .theme-btn-s2:focus {
  background: var(--aj-accent) !important;
  color: #111820 !important;
}

.tour-detail-page .tour-detail-image {
  margin-bottom: 40px;
  border-radius: 28px;
  background: var(--aj-soft);
  box-shadow: var(--aj-shadow);
  aspect-ratio: 16 / 9;
}

.tour-detail-page .tour-detail-section {
  padding: 34px 0;
  border-top: 1px solid rgba(8, 21, 33, 0.1);
}

.tour-detail-page .tour-detail-section h2 {
  color: var(--aj-navy);
  font-size: 34px;
  letter-spacing: 0;
}

.tour-detail-page .tour-detail-section p,
.tour-detail-page .tour-detail-list {
  max-width: 920px;
  color: var(--aj-muted);
  font-weight: 600;
}

.tour-detail-page .tour-detail-sidebar {
  gap: 18px;
  padding-top: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.tour-sidebar-section,
.tour-detail-page .tour-booking-card,
.tour-detail-page .related-tour-card {
  padding: 24px;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(8, 21, 33, 0.08);
}

.tour-sidebar-section,
.tour-detail-page .related-tour-card {
  padding: 0 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tour-detail-page .tour-booking-card {
  background: var(--aj-navy);
  color: #fff;
}

.tour-sidebar-section h2,
.tour-detail-page .tour-booking-card h2,
.tour-detail-page .related-tour-card h2 {
  margin-bottom: 16px;
  color: var(--aj-navy);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.tour-detail-page .tour-booking-card h2,
.tour-detail-page .tour-booking-card p {
  color: #fff;
}

.tour-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tour-share-links a,
.tour-share-links button {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid rgba(74, 75, 77, 0.1);
  border-radius: 50%;
  color: var(--aj-navy);
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
  background: transparent;
}

.tour-share-links a:hover,
.tour-share-links button:hover {
  border-color: var(--aj-accent);
  background: var(--aj-accent);
  color: #111820;
}

.tour-share-links .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 18;
}

.tour-share-links img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.tour-copy-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--aj-accent-2);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.tour-detail-page .related-tour-link {
  grid-template-columns: 74px 1fr;
  padding: 14px 0;
  border-top-color: rgba(8, 21, 33, 0.08);
}

.tour-detail-page .related-tour-link img {
  width: 74px;
  height: 56px;
  border-radius: 10px;
}

.tour-detail-page .related-tour-link small {
  margin: 0 0 5px;
}

@media (max-width: 1199px) {
  .aj-section,
  .tour-detail-page,
  .career-detail-page {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .aj-hero h1,
  .simple-page-hero h1,
  .tour-detail-header h1,
  .career-detail-page .tour-detail-header h1 {
    font-size: 46px !important;
    line-height: 1.08 !important;
  }

  .aj-section-header h2,
  .tour-copy h2,
  .service-values-copy h2,
  .tour-story-copy h2 {
    font-size: 36px !important;
    line-height: 1.12 !important;
  }

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

  .tour-detail-shell {
    padding: 44px 34px 48px;
  }

  .tour-detail-page .tour-detail-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .tour-detail-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-detail-page .tour-detail-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 20px;
  }

  .tour-detail-page .related-tour-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .aj-section,
  .tour-detail-page,
  .career-detail-page {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .aj-hero h1,
  .simple-page-hero h1,
  .quote-page-heading h1,
  .tour-detail-header h1,
  .career-detail-page .tour-detail-header h1 {
    font-size: 34px !important;
    line-height: 1.1 !important;
  }

  .aj-section-header h2,
  .tour-copy h2,
  .service-values-copy h2,
  .tour-story-copy h2,
  .quote-page-aside h2,
  .tour-detail-section h2 {
    font-size: 27px !important;
    line-height: 1.16 !important;
  }

  .aj-section-header p,
  .simple-page-hero p,
  .tour-detail-header p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .tour-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .tour-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
  }

  .tour-detail-shell {
    padding: 28px 0 34px;
    border-radius: 18px;
  }

  .tour-detail-page .tour-detail-layout,
  .tour-detail-page .tour-detail-sidebar {
    grid-template-columns: 1fr;
  }

  .tour-detail-page .tour-breadcrumb {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
  }

  .tour-detail-page .tour-meta-row {
    gap: 8px;
  }

  .tour-detail-page .tour-meta-row span {
    width: 100%;
  }

  .tour-detail-image {
    border-radius: 16px;
  }

  .tour-booking-card,
  .related-tour-card {
    border-radius: 16px;
    padding: 18px;
  }
}
.loader {
  width: 40px;
  aspect-ratio: 1;
  --c: linear-gradient(#000 0 0);
  --m: radial-gradient(farthest-side, #000 90%, #0000);
  background: var(--c), var(--m), var(--c);
  background-size:
    16px 8px,
    10px 10px;
  background-repeat: no-repeat;
  animation:
    l20-1 1s infinite linear,
    l20-2 4s infinite linear -0.4s;
  display: inline-block;
  vertical-align: middle;
}
.theme-btn .loader {
  width: 22px;
  filter: invert(1);
}
@keyframes l20-1 {
  0%,
  10% {
    background-position:
      calc(50% - 8px) 50%,
      50% -15px,
      calc(50% + 8px) 50%;
  }
  33% {
    background-position:
      -20px 50%,
      50% 50%,
      calc(100% + 20px) 50%;
  }
  66% {
    background-position:
      -20px 50%,
      50% calc(100% + 15px),
      calc(100% + 20px) 50%;
  }
  80%,
  100% {
    background-position:
      calc(50% - 8px) 50%,
      50% calc(100% + 15px),
      calc(50% + 8px) 50%;
  }
}
@keyframes l20-2 {
  0%,
  24.99% {
    transform: rotate(0);
  }
  25%,
  49.99% {
    transform: rotate(90deg);
  }
  50%,
  74.99% {
    transform: rotate(180deg);
  }
  75%,
  100% {
    transform: rotate(270deg);
  }
}
.ajax-message {
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
}
.ajax-message.is-success {
  background: #eaf7ef;
  color: #1f7a3f;
}
.ajax-message.is-error {
  background: #fdecec;
  color: #b42318;
}

@media (max-width: 991px) {
  .hx-header-top-1 {
    display: none !important;
  }

  .hx-header-style-1 {
    position: relative;
    z-index: 2000;
    background: #fff !important;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
    box-shadow: none !important;
  }

  .hx-header-style-1 .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hx-header-style-1 .row {
    min-height: 86px !important;
    position: relative;
  }

  .hx-header-style-1 .col-lg-9,
  .hx-header-style-1 .col-md-7,
  .hx-header-style-1 .col-sm-10,
  .hx-header-style-1 .col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .hx-header-style-1 .row > .col-lg-3.col-t {
    display: none !important;
  }

  .aj-header-left {
    width: 100%;
    justify-content: center;
  }

  .hx-header-style-1 .logo.aj-logo {
    margin: 0 !important;
  }

  .aj-logo img {
    height: 42px !important;
    max-width: 172px;
  }

  .mobile_menu {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    z-index: 2500;
    width: auto !important;
    margin: -20px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .slicknav_menu {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .slicknav_btn {
    position: relative !important;
    z-index: 3200;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(8, 21, 33, 0.14) !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(8, 21, 33, 0.08) !important;
  }

  .slicknav_btn .slicknav_menutxt {
    display: none !important;
  }

  .slicknav_menu .slicknav_icon {
    position: relative !important;
    width: 18px !important;
    height: 14px !important;
    margin: 0 !important;
  }

  .slicknav_menu .slicknav_icon-bar {
    position: absolute !important;
    left: 0 !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: var(--aj-navy) !important;
    transition:
      top 0.22s ease,
      transform 0.22s ease,
      opacity 0.16s ease;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(1) {
    top: 1px !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(2) {
    top: 7px !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(3) {
    top: 13px !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    top: 7px !important;
    transform: rotate(45deg) !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0 !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    top: 7px !important;
    transform: rotate(-45deg) !important;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  body.mobile-nav-open .slicknav_btn {
    position: fixed !important;
    top: 28px !important;
    right: 28px !important;
    margin: 0 !important;
  }

  .slicknav_nav {
    position: fixed !important;
    inset: 12px !important;
    z-index: 3000;
    display: block !important;
    width: auto !important;
    height: calc(100vh - 24px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 94px 28px 28px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(8, 21, 33, 0.1) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 30px 90px rgba(8, 21, 33, 0.24) !important;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition:
      transform 0.32s ease,
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  .slicknav_nav.slicknav_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-105%);
  }

  .slicknav_nav:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 28px;
    width: 170px;
    height: 44px;
    background: url("../images/ajbuslines-logo-transparent.png") left center /
      contain no-repeat;
  }

  .slicknav_nav .nav-dropdown-icon {
    display: none !important;
  }

  .slicknav_nav li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
  }

  .slicknav_nav li:last-child {
    border-bottom: 0;
  }

  .slicknav_nav a,
  .slicknav_nav .slicknav_row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: #263544 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    text-decoration: none !important;
  }

  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover {
    background: transparent !important;
    color: var(--aj-accent-2) !important;
  }

  .slicknav_nav .slicknav_arrow {
    margin-left: 12px !important;
    color: var(--aj-accent-2);
    font-size: 20px;
    font-weight: 700;
  }

  .slicknav_nav ul {
    margin: 0 !important;
    padding: 0 0 10px 14px !important;
    background: transparent !important;
  }

  .slicknav_nav ul li {
    border-bottom: 0;
  }

  .slicknav_nav ul a {
    min-height: 40px;
    color: rgba(38, 53, 68, 0.72) !important;
    font-size: 15px !important;
  }
}

@media (max-width: 575px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hx-header-top-1 {
    font-size: 11px;
  }

  .hx-header-top-1 .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hx-header-top-1 .account_login-area {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
  }

  .hx-header-top-1 .header-social {
    display: none !important;
  }

  .hx-header-style-1 .row {
    min-height: 74px;
  }

  .hx-header-style-1 {
    box-shadow: 0 8px 24px rgba(8, 21, 33, 0.08);
  }

  .aj-logo img {
    height: 40px;
    max-width: 152px;
  }

  .mobile_menu {
    margin-top: -58px;
  }

  .slicknav_menu {
    background: transparent;
  }

  .slicknav_btn {
    margin: 0;
    border-radius: 12px;
    background: var(--aj-navy);
  }

  .slicknav_nav {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid rgba(8, 21, 33, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(8, 21, 33, 0.12);
  }

  .slicknav_nav a {
    border-radius: 12px;
    color: var(--aj-navy);
    font-size: 15px;
    font-weight: 600;
  }

  .aj-hero {
    min-height: auto;
    padding: 126px 0 58px;
    align-items: flex-end;
    background-position: center top;
  }

  .aj-hero:before {
    background: linear-gradient(
      180deg,
      rgba(5, 15, 25, 0.34) 0%,
      rgba(5, 15, 25, 0.82) 44%,
      rgba(5, 15, 25, 0.96) 100%
    );
  }

  .aj-hero h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(38px, 12vw, 50px);
    line-height: 0.96;
    letter-spacing: -0.04em;
    overflow-wrap: break-word;
  }

  .aj-hero p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
  }

  .aj-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .aj-hero-actions .theme-btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    padding: 14px 18px !important;
    font-size: 14px;
  }

  .aj-hero-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .aj-hero-note span {
    width: 100%;
    padding: 9px 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.07);
  }

  .aj-section {
    padding: 62px 0;
  }

  .aj-section h2,
  .aj-section-header h2 {
    font-size: clamp(28px, 9vw, 36px);
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .aj-section p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .aj-section-header {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .aj-grid-gap > [class*="col-"] {
    margin-bottom: 20px;
  }

  .aj-overlap-panel {
    border-radius: 22px;
  }

  .aj-overlap-panel .theme-btn {
    width: 100%;
    justify-content: center;
  }

  .aj-service-body .theme-btn,
  .tour-type-body a,
  .service-type-body a {
    width: auto;
    justify-content: center;
  }

  .aj-intro-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px 0;
  }

  .aj-intro-list span {
    padding: 11px 13px;
    border-radius: 12px;
    font-size: 14px;
  }

  .aj-image-tall,
  .aj-image-medium {
    height: 250px;
    border-radius: 22px;
  }

  .aj-service-card {
    border-radius: 22px;
  }

  .aj-service-media {
    height: 220px;
  }

  .aj-service-body {
    padding: 22px;
  }

  .aj-service-body h3 {
    font-size: 24px;
    line-height: 1.12;
  }

  .aj-service-body p {
    min-height: 0;
    margin-bottom: 18px;
  }

  .aj-icon-card {
    padding: 12px 0 18px;
    min-height: 0;
  }

  .aj-card-symbol {
    margin-bottom: 14px;
    font-size: 40px;
    font-variation-settings:
      "FILL" 0,
      "wght" 180,
      "GRAD" 0,
      "opsz" 40;
  }

  .aj-icon-card h3 {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .aj-icon-card p {
    margin-bottom: 0;
    font-size: 14.5px;
  }

  .aj-fleet-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .aj-fleet-stack {
    gap: 16px;
  }

  .aj-testimonial-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .aj-testimonial-slider > [class*="col-"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .aj-testimonial {
    min-height: 300px;
    padding: 24px;
    border-radius: 20px;
  }

  .aj-testimonial:before {
    font-size: 52px;
  }

  .aj-testimonial p {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .aj-slider-controls {
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
  }

  .aj-slider-controls button {
    width: 42px;
    height: 42px;
  }

  .aj-cta-band {
    padding: 72px 0 84px;
    background-position: center;
  }

  .aj-cta-band h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .aj-cta-band p {
    font-size: 15.5px;
  }

  .aj-cta-band .theme-btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }

  .aj-footer {
    padding: 70px 0 28px;
  }

  .aj-footer-bg-word {
    top: 26px;
    font-size: 58px;
    letter-spacing: -0.07em;
    white-space: normal;
  }

  .aj-footer-logo img {
    height: 32px;
    max-width: 148px;
  }

  .aj-footer h3,
  .aj-footer h4 {
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .aj-footer-about {
    max-width: 100%;
    font-size: 14px;
  }

  .aj-footer-bottom {
    gap: 10px;
    padding-top: 22px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  .hx-header-style-1 {
    position: relative;
    z-index: 1000;
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
  }

  .hx-header-style-1 .row {
    min-height: 78px;
    position: relative;
  }

  .hx-header-style-1 .col-lg-9,
  .hx-header-style-1 .col-md-7,
  .hx-header-style-1 .col-sm-10,
  .hx-header-style-1 .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aj-header-left {
    justify-content: center;
    width: 100%;
  }

  .aj-logo img {
    height: 42px;
    max-width: 164px;
  }

  .mobile_menu {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 1200;
    width: auto;
    margin: -19px 0 0 !important;
    transform: none;
  }

  .slicknav_menu {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .slicknav_btn {
    position: relative;
    z-index: 1300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(8, 21, 33, 0.14);
    border-radius: 999px;
    background: #fff !important;
    box-shadow: none;
  }

  .slicknav_menu .slicknav_icon {
    position: relative;
    width: 20px;
    height: 14px;
    margin: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: var(--aj-navy);
    transition:
      transform 0.24s ease,
      top 0.24s ease,
      opacity 0.18s ease;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(1) {
    top: 0;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(2) {
    top: 6px;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(3) {
    top: 12px;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }

  .slicknav_nav {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: block !important;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    padding: 118px 26px 34px;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition:
      transform 0.34s ease,
      opacity 0.24s ease,
      visibility 0.24s ease;
  }

  .slicknav_nav.slicknav_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-100%);
  }

  .slicknav_nav:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    width: 170px;
    height: 54px;
    background: url("../images/ajbuslines-logo-transparent.png") center /
      contain no-repeat;
    transform: translateX(-50%);
  }

  .slicknav_nav li {
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
  }

  .slicknav_nav li:last-child {
    border-bottom: 0;
  }

  .slicknav_nav a,
  .slicknav_nav .slicknav_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 18px 0;
    border-radius: 0;
    color: var(--aj-navy);
    font-size: 22px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
  }

  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover {
    background: transparent;
    color: var(--aj-accent-2);
  }

  .slicknav_nav ul {
    margin: 0;
    padding: 0 0 12px 14px;
    background: transparent;
  }

  .slicknav_nav ul a {
    padding: 12px 0;
    color: rgba(8, 21, 33, 0.68);
    font-size: 17px;
    font-weight: 550;
  }

  .slicknav_nav .slicknav_arrow {
    margin-left: 12px;
    color: var(--aj-accent-2);
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .hx-header-top-1 {
    display: none !important;
  }

  .hx-header-style-1 {
    background: #fff !important;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08) !important;
    box-shadow: none !important;
  }

  .hx-header-style-1 .row {
    min-height: 86px !important;
    position: relative !important;
  }

  .hx-header-style-1 .col-lg-9,
  .hx-header-style-1 .col-md-7,
  .hx-header-style-1 .col-sm-10,
  .hx-header-style-1 .col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .aj-header-left {
    width: 100% !important;
    justify-content: center !important;
  }

  .aj-logo img {
    height: 42px !important;
    max-width: 172px !important;
  }

  .mobile_menu {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    z-index: 2500 !important;
    width: auto !important;
    margin: -21px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .slicknav_menu {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .slicknav_btn {
    position: relative !important;
    z-index: 3200 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(8, 21, 33, 0.14) !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(8, 21, 33, 0.08) !important;
  }

  .slicknav_btn .slicknav_menutxt {
    display: none !important;
  }

  .slicknav_menu .slicknav_icon {
    position: relative !important;
    width: 18px !important;
    height: 14px !important;
    margin: 0 !important;
  }

  .slicknav_menu .slicknav_icon-bar {
    position: absolute !important;
    left: 0 !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: var(--aj-navy) !important;
    transition:
      top 0.22s ease,
      transform 0.22s ease,
      opacity 0.16s ease !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(1) {
    top: 1px !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(2) {
    top: 7px !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(3) {
    top: 13px !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    top: 7px !important;
    transform: rotate(45deg) !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0 !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    top: 7px !important;
    transform: rotate(-45deg) !important;
  }

  body.mobile-nav-open {
    overflow: hidden !important;
  }

  body.mobile-nav-open .slicknav_btn {
    position: fixed !important;
    top: 28px !important;
    right: 28px !important;
    margin: 0 !important;
  }

  .slicknav_nav {
    position: fixed !important;
    inset: 12px !important;
    z-index: 3000 !important;
    display: block !important;
    width: auto !important;
    height: calc(100vh - 24px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 94px 28px 28px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(8, 21, 33, 0.1) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 30px 90px rgba(8, 21, 33, 0.24) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
    transition:
      transform 0.32s ease,
      opacity 0.22s ease,
      visibility 0.22s ease !important;
  }

  .slicknav_nav.slicknav_hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-105%) !important;
  }

  .slicknav_nav:before {
    content: "" !important;
    position: absolute !important;
    top: 24px !important;
    left: 28px !important;
    width: 170px !important;
    height: 44px !important;
    background: url("../images/ajbuslines-logo-transparent.png") left center /
      contain no-repeat !important;
    transform: none !important;
  }

  .slicknav_nav .nav-dropdown-icon {
    display: none !important;
  }

  .slicknav_nav li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08) !important;
  }

  .slicknav_nav li:last-child {
    border-bottom: 0 !important;
  }

  .slicknav_nav a,
  .slicknav_nav .slicknav_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: #263544 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
  }

  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover {
    background: transparent !important;
    color: var(--aj-accent-2) !important;
  }

  .slicknav_nav .slicknav_arrow {
    margin-left: 12px !important;
    color: var(--aj-accent-2) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
  }

  .slicknav_nav ul {
    margin: 0 !important;
    padding: 0 0 10px 14px !important;
    background: transparent !important;
  }

  .slicknav_nav ul li {
    border-bottom: 0 !important;
  }

  .slicknav_nav ul a {
    min-height: 40px !important;
    color: rgba(38, 53, 68, 0.72) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 991px) {
  body.aj-mobile-menu-open {
    overflow: hidden !important;
  }

  .mobile_menu,
  .slicknav_menu {
    display: none !important;
  }

  .hx-header-top-1 {
    display: block !important;
    background: var(--aj-navy) !important;
  }

  .hx-header-top-1 .row {
    justify-content: center;
  }

  .hx-header-top-1 .col-t,
  .hx-header-top-1 .col-m {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hx-header-top-1 .account_login-area {
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .hx-header-top-1 .header-social {
    display: none !important;
  }

  .hx-header-style-1 {
    background: #fff !important;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08) !important;
    box-shadow: none !important;
  }

  .hx-header-style-1 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hx-header-style-1 .row {
    min-height: 88px !important;
    position: relative;
  }

  .hx-header-style-1 .col-lg-9,
  .hx-header-style-1 .col-md-7,
  .hx-header-style-1 .col-sm-10,
  .hx-header-style-1 .col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .hx-header-style-1 .row > .col-lg-3.col-t {
    display: none !important;
  }

  .aj-header-left {
    justify-content: center !important;
    width: 100% !important;
  }

  .aj-logo img {
    height: 44px !important;
    max-width: 180px !important;
  }

  .aj-mobile-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2500;
    transform: translateY(-50%);
  }

  .aj-mobile-nav-toggle,
  .aj-mobile-nav-close {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(8, 21, 33, 0.14);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(8, 21, 33, 0.08);
    cursor: pointer;
  }

  .aj-mobile-nav-toggle span,
  .aj-mobile-nav-close span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--aj-navy);
  }

  .aj-mobile-nav-toggle {
    gap: 4px;
  }

  .aj-mobile-nav-close {
    position: relative;
  }

  .aj-mobile-nav-close span {
    position: absolute;
  }

  .aj-mobile-nav-close span:first-child {
    transform: rotate(45deg);
  }

  .aj-mobile-nav-close span:last-child {
    transform: rotate(-45deg);
  }

  .aj-mobile-nav-panel {
    position: fixed;
    top: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 3000;
    width: min(390px, calc(100vw - 24px));
    padding: 26px 28px 28px;
    overflow-y: auto;
    border: 1px solid rgba(8, 21, 33, 0.1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(8, 21, 33, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-106%);
    transition:
      transform 0.34s ease,
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  body.aj-mobile-menu-open .aj-mobile-nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .aj-mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2990;
    background: rgba(8, 21, 33, 0.52);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  body.aj-mobile-menu-open .aj-mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .aj-mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
  }

  .aj-mobile-nav-head img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 174px;
    object-fit: contain;
  }

  .aj-mobile-nav-list {
    display: grid;
  }

  .aj-mobile-nav-list > a,
  .aj-mobile-services > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
    color: #243444;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
  }

  .aj-mobile-nav-list > a:hover,
  .aj-mobile-nav-list > a.is-active,
  .aj-mobile-services > summary:hover {
    color: var(--aj-accent-2);
  }

  .aj-mobile-services > summary::-webkit-details-marker {
    display: none;
  }

  .aj-mobile-services > summary span {
    color: var(--aj-accent-2);
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.2s ease;
  }

  .aj-mobile-services[open] > summary span {
    transform: rotate(45deg);
  }

  .aj-mobile-services div {
    display: grid;
    gap: 0;
    padding: 10px 0 12px 16px;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
  }

  .aj-mobile-services div a {
    padding: 10px 0;
    color: rgba(36, 52, 68, 0.72);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }

  .aj-mobile-services div a:hover {
    color: var(--aj-accent-2);
  }

  .aj-mobile-nav-actions {
    display: grid;
    gap: 10px;
    margin-top: 28px;
  }

  .aj-mobile-nav-actions .theme-btn {
    width: 100%;
    min-height: 48px;
  }
}

@media (max-width: 420px) {
  .hx-header-top-1 .account_login-area {
    gap: 10px;
    font-size: 11px;
  }

  .aj-logo img {
    height: 38px !important;
    max-width: 155px !important;
  }

  .aj-mobile-nav {
    right: 14px;
  }

  .aj-mobile-nav-toggle,
  .aj-mobile-nav-close {
    width: 40px;
    height: 40px;
  }

  .aj-mobile-nav-panel {
    inset: 0 auto 0 0;
    width: min(380px, 100vw);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 991px) {
  body.mobile-nav-open,
  body.aj-mobile-menu-open {
    overflow: auto !important;
  }

  .hx-header-top-1 {
    display: block !important;
    background: var(--aj-navy) !important;
  }

  .hx-header-top-1 .account_login-area {
    justify-content: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    font-size: 12px !important;
  }

  .hx-header-top-1 .header-social {
    display: none !important;
  }

  .hx-header-style-1 {
    background: #fff !important;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08) !important;
    box-shadow: none !important;
  }

  .hx-header-style-1 .row {
    min-height: 86px !important;
    position: relative !important;
  }

  .hx-header-style-1 .col-lg-9,
  .hx-header-style-1 .col-md-7,
  .hx-header-style-1 .col-sm-10,
  .hx-header-style-1 .col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .aj-header-left {
    justify-content: center !important;
    width: 100% !important;
  }

  .aj-logo img {
    height: 42px !important;
    max-width: 172px !important;
  }

  .mobile_menu {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    z-index: 1200 !important;
    width: auto !important;
    margin: -21px 0 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .slicknav_menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .slicknav_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(8, 21, 33, 0.14) !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(8, 21, 33, 0.08) !important;
  }

  .slicknav_btn .slicknav_menutxt {
    display: none !important;
  }

  .slicknav_menu .slicknav_icon {
    position: relative !important;
    width: 18px !important;
    height: 14px !important;
    margin: 0 !important;
  }

  .slicknav_menu .slicknav_icon-bar {
    position: absolute !important;
    left: 0 !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: var(--aj-navy) !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(1) {
    top: 1px !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(2) {
    top: 7px !important;
  }

  .slicknav_menu .slicknav_icon-bar:nth-child(3) {
    top: 13px !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    top: 7px !important;
    transform: rotate(45deg) !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0 !important;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    top: 7px !important;
    transform: rotate(-45deg) !important;
  }

  .slicknav_nav {
    position: absolute !important;
    top: 64px !important;
    right: 0 !important;
    left: auto !important;
    z-index: 1190 !important;
    width: min(360px, calc(100vw - 36px)) !important;
    height: auto !important;
    max-height: calc(100vh - 130px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 18px 24px !important;
    overflow-y: auto !important;
    border: 1px solid rgba(8, 21, 33, 0.1) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 30px 90px rgba(8, 21, 33, 0.22) !important;
    transform: none !important;
  }

  .slicknav_nav.slicknav_hidden {
    display: none !important;
  }

  .slicknav_nav:before {
    display: none !important;
  }

  .slicknav_nav li {
    border-bottom: 1px solid rgba(8, 21, 33, 0.08) !important;
  }

  .slicknav_nav li:last-child {
    border-bottom: 0 !important;
  }

  .slicknav_nav a,
  .slicknav_nav .slicknav_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #263544 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }

  .slicknav_nav a:hover,
  .slicknav_nav .slicknav_row:hover {
    background: transparent !important;
    color: var(--aj-accent-2) !important;
  }

  .slicknav_nav .slicknav_arrow {
    color: var(--aj-accent-2) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  .slicknav_nav ul {
    margin: 0 !important;
    padding: 0 0 10px 14px !important;
    background: transparent !important;
  }

  .slicknav_nav ul li {
    border-bottom: 0 !important;
  }

  .slicknav_nav ul a {
    min-height: 36px !important;
    color: rgba(38, 53, 68, 0.72) !important;
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  body.aj-mobile-v2-open {
    overflow: hidden !important;
  }

  body.aj-mobile-v2-open .aj-logo {
    position: relative;
    z-index: 5025;
  }

  .mobile_menu,
  .slicknav_menu {
    display: none !important;
  }

  .hx-header-top-1 {
    display: block !important;
    background: var(--aj-navy) !important;
  }

  .hx-header-top-1 .account_login-area {
    justify-content: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    font-size: 12px !important;
  }

  .hx-header-top-1 .header-social {
    display: none !important;
  }

  .hx-header-style-1 {
    background: #fff !important;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08) !important;
    box-shadow: none !important;
  }

  .hx-header-style-1 .row {
    min-height: 86px !important;
    position: relative !important;
  }

  .hx-header-style-1 .col-lg-9,
  .hx-header-style-1 .col-md-7,
  .hx-header-style-1 .col-sm-10,
  .hx-header-style-1 .col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .aj-header-left {
    justify-content: space-between !important;
    width: 100% !important;
  }

  .aj-logo img {
    height: 42px !important;
    max-width: 172px !important;
  }

  .aj-mobile-menu-v2 {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 5000;
    transform: translateY(-50%);
  }

  .aj-mobile-menu-v2-toggle,
  .aj-mobile-menu-v2-close {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
  }

  .aj-mobile-menu-v2-toggle {
    gap: 4px;
  }

  .aj-mobile-menu-v2-toggle span,
  .aj-mobile-menu-v2-close span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--aj-navy);
  }

  .aj-mobile-menu-v2-close {
    position: relative;
  }

  .aj-mobile-menu-v2-close span {
    position: absolute;
  }

  .aj-mobile-menu-v2-close span:first-child {
    transform: rotate(45deg);
  }

  .aj-mobile-menu-v2-close span:last-child {
    transform: rotate(-45deg);
  }

  .aj-mobile-menu-v2-backdrop {
    position: fixed;
    inset: 0;
    z-index: 4990;
    background: rgba(8, 21, 33, 0.54);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .aj-mobile-menu-v2-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5010;
    width: 80vw;
    max-width: 420px;
    min-height: 100vh;
    padding: 108px 28px 34px;
    overflow-y: auto;
    border: 0;
    border-right: 1px solid rgba(8, 21, 33, 0.1);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 30px 90px rgba(8, 21, 33, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-108%);
    transition:
      transform 0.34s ease,
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .aj-mobile-menu-v2-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    margin-bottom: 26px;
  }

  .aj-mobile-menu-v2-head img {
    display: none;
  }

  .aj-mobile-menu-v2-links {
    display: grid;
  }

  .aj-mobile-menu-v2-links > a,
  .aj-mobile-menu-v2-links summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
    color: #263544;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
  }

  .aj-mobile-menu-v2-links > a:hover,
  .aj-mobile-menu-v2-links > a.is-active,
  .aj-mobile-menu-v2-links summary:hover {
    color: var(--aj-accent-2);
  }

  .aj-mobile-menu-v2-links summary::-webkit-details-marker {
    display: none;
  }

  .aj-mobile-menu-v2-links summary span {
    color: var(--aj-accent-2);
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.2s ease;
  }

  .aj-mobile-menu-v2-links details[open] summary span {
    transform: rotate(45deg);
  }

  .aj-mobile-menu-v2-links details div {
    display: grid;
    padding: 10px 0 12px 16px;
    border-bottom: 1px solid rgba(8, 21, 33, 0.08);
  }

  .aj-mobile-menu-v2-links details div a {
    padding: 10px 0;
    color: rgba(38, 53, 68, 0.72);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }
}

@media (max-width: 420px) {
  .aj-mobile-menu-v2 {
    right: 14px;
  }

  .aj-mobile-menu-v2-panel {
    top: 0;
    bottom: 0;
    left: 0;
    width: 80vw;
  }
}

.aj-service-card .aj-service-body .theme-btn,
.tour-type-card .tour-type-body a,
.service-type-card .service-type-body a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: auto !important;
  min-height: 40px !important;
  margin-top: 16px !important;
  padding: 0 17px 0 18px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--aj-accent) !important;
  color: #111820 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
}

.aj-service-card .aj-service-body .theme-btn:hover,
.tour-type-card .tour-type-body a:hover,
.service-type-card .service-type-body a:hover {
  background: var(--aj-accent-2) !important;
  color: #111820 !important;
  transform: none !important;
}

.aj-service-card .aj-service-body .theme-btn:after,
.tour-type-card .tour-type-body a:after,
.service-type-card .service-type-body a:after {
  margin-left: 0 !important;
  color: currentColor !important;
  font-size: 17px !important;
  transform: rotate(-45deg) !important;
}

.theme-btn,
.theme-btn:visited,
button.theme-btn,
a.theme-btn,
.tour-type-body a,
.service-type-body a {
  font-size: 15px !important;
  font-weight: 500 !important;
  border-radius: 30px !important;
}

.service-faq-section,
.tour-faq-section {
  background: #f7f3ec;
}

.service-faq-section .container,
.tour-faq-section .container {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 72px;
}

.service-faq-section .aj-section-header,
.tour-faq-section .aj-section-header {
  position: sticky;
  top: 120px;
  max-width: 420px;
  margin: 0;
  text-align: left !important;
}

.service-faq-section .aj-section-header:after,
.tour-faq-section .aj-section-header:after {
  content: none;
  display: none;
}

.service-faq-section .aj-section-header h2,
.tour-faq-section .aj-section-header h2 {
  color: var(--aj-navy);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.04;
  margin: 0;
}
.faq-support-note {
  max-width: 440px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.faq-support-note p {
  margin: 0 0 18px;
  color: #687586;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}
.faq-support-note a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--aj-accent);
  color: #111820;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}
.faq-support-note a:after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-size: 17px;
  font-variation-settings:
    "FILL" 0,
    "wght" 220,
    "GRAD" 0,
    "opsz" 24;
  transform: rotate(-45deg);
}
.faq-support-note a:hover {
  background: var(--aj-accent-2);
  color: #111820;
}

.service-faq-list {
  width: 100%;
  max-width: none;
  margin: 0;
}

.service-faq-list details {
  margin-bottom: 12px;
  border: 1px solid rgba(8, 21, 33, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(8, 21, 33, 0.055);
}

.service-faq-list details[open] {
  background: #fff;
}

.service-faq-list summary {
  position: relative;
  min-height: 72px;
  padding: 18px 58px 18px 22px;
  color: var(--aj-navy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.service-faq-list summary:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--aj-accent);
  vertical-align: middle;
}

.service-faq-list summary:after {
  position: absolute;
  top: 50%;
  right: 22px;
  float: none;
  color: var(--aj-navy);
  font-size: 24px;
  font-weight: 500;
  transform: translateY(-50%);
}

.service-faq-list details p {
  max-width: 760px;
  margin: 0;
  padding: 0 58px 22px 42px;
  color: #687586;
  font-size: 14.5px;
  line-height: 1.7;
}

.tour-included,
.deep-service-included {
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  padding-top: 130px;
  padding-bottom: 130px;
}

.tour-included .row,
.deep-service-included .row {
  justify-content: space-between;
  gap: 54px;
}

.tour-included .col-lg-5,
.deep-service-included .col-lg-5 {
  flex: 0 0 36%;
  max-width: 36%;
}

.tour-included .col-lg-7,
.deep-service-included .col-lg-7 {
  flex: 1;
  max-width: none;
}

.tour-included h2,
.deep-service-included h2 {
  max-width: 520px;
  color: var(--aj-navy);
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.02;
  margin-bottom: 22px;
}

.tour-included p,
.deep-service-included p {
  max-width: 560px;
  color: #687586;
  font-size: 17px;
  line-height: 1.75;
}

.tour-included-grid,
.service-list-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 34px;
  border: 1px solid rgba(8, 21, 33, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 34px 90px rgba(8, 21, 33, 0.12);
}

.tour-included-grid span,
.service-list-panel span {
  min-height: 70px;
  padding: 17px 20px;
  border-radius: 16px;
  background: #f4f0e8;
  color: var(--aj-navy);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.tour-included-grid span:before,
.service-list-panel span:before {
  width: 8px;
  height: 8px;
  margin-right: 13px;
  background: var(--aj-accent);
}

@media (max-width: 991px) {
  .service-faq-section .container,
  .tour-faq-section .container,
  .tour-included .row,
  .deep-service-included .row {
    display: block;
  }

  .service-faq-section .aj-section-header,
  .tour-faq-section .aj-section-header {
    position: static;
    max-width: 680px;
    margin-bottom: 30px;
  }

  .tour-included .col-lg-5,
  .deep-service-included .col-lg-5,
  .tour-included .col-lg-7,
  .deep-service-included .col-lg-7 {
    max-width: 100%;
  }

  .tour-included-grid,
  .service-list-panel {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .service-faq-section .aj-section-header h2,
  .tour-faq-section .aj-section-header h2,
  .tour-included h2,
  .deep-service-included h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .service-faq-list summary {
    padding: 16px 48px 16px 18px;
    font-size: 15.5px;
  }

  .service-faq-list summary:after {
    right: 18px;
  }

  .service-faq-list details p {
    padding: 0 22px 20px 37px;
    font-size: 14px;
  }

  .tour-included-grid,
  .service-list-panel {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .hx-header-style-1 .row > .col-lg-3.col-t {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .aj-mobile-menu-v2 {
    position: static !important;
    transform: none !important;
    z-index: auto !important;
  }

  .aj-mobile-menu-v2-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    z-index: 5035 !important;
    transform: translateY(-50%) !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(8, 21, 33, 0.12) !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(8, 21, 33, 0.08) !important;
  }

  .aj-mobile-menu-v2-toggle img {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
  }

  .aj-mobile-menu-v2-panel {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 5020 !important;
    width: 80vw !important;
    max-width: 420px !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding-top: 116px !important;
    transform: translateX(-100%) !important;
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-panel {
    transform: translateX(0) !important;
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-backdrop {
    z-index: 5010 !important;
  }

  body.aj-mobile-v2-open .aj-logo {
    position: relative !important;
    z-index: 5030 !important;
  }
}

@media (max-width: 991px) {
  .aj-mobile-menu-v2-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    z-index: 5045 !important;
    transform: translateY(-50%) !important;
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .aj-mobile-menu-v2-toggle::before,
  .aj-mobile-menu-v2-toggle::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--aj-navy);
    opacity: 0;
    transition: opacity 0.18s ease;
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-toggle img {
    opacity: 0 !important;
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-toggle::before {
    opacity: 1;
    transform: rotate(45deg);
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-toggle::after {
    opacity: 1;
    transform: rotate(-45deg);
  }

  .aj-mobile-menu-v2-close {
    display: none !important;
    background: transparent !important;
  }

  .aj-mobile-menu-v2-panel {
    position: fixed !important;
    inset: 0 !important;
    z-index: 5020 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 142px 32px 36px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translateX(-100%) !important;
  }

  body.aj-mobile-v2-open .aj-mobile-menu-v2-panel {
    transform: translateX(0) !important;
  }

  .aj-mobile-menu-v2-head {
    display: none !important;
  }

  body.aj-mobile-v2-open .aj-logo {
    position: relative !important;
    z-index: 5035 !important;
  }

  .aj-mobile-menu-v2-links {
    gap: 24px !important;
    padding: 20px 0;
  }

  .aj-mobile-menu-v2-links > a,
  .aj-mobile-menu-v2-links summary {
    min-height: auto !important;
    padding: 5px 0 !important;
    border-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .aj-mobile-menu-v2-links > a.is-active,
  .aj-mobile-menu-v2-links details.is-active summary {
    color: var(--aj-accent) !important;
    font-weight: 800 !important;
  }

  .aj-mobile-menu-v2-links details div {
    gap: 12px !important;
    padding: 14px 0 4px 18px !important;
    border-bottom: 0 !important;
  }

  .aj-mobile-menu-v2-links details div a {
    padding: 0 !important;
    font-size: 15px !important;
  }

  .aj-mobile-menu-v2-contact {
    display: grid;
    gap: 14px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(8, 21, 33, 0.1);
  }

  .aj-mobile-menu-v2-contact a,
  .aj-mobile-menu-v2-contact p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: var(--aj-navy);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
  }

  .aj-mobile-menu-v2-contact .material-symbols-outlined {
    color: var(--aj-accent);
    font-size: 20px;
    line-height: 1.25;
  }

  .aj-mobile-menu-v2-cta {
    display: none !important;
  }
}

.aj-service-card .aj-service-body .theme-btn,
.tour-type-card .tour-type-body a,
.service-type-card .service-type-body a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: auto !important;
  min-height: 40px !important;
  margin-top: 16px !important;
  padding: 0 17px 0 18px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--aj-accent) !important;
  color: #111820 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
}

.aj-service-card .aj-service-body .theme-btn:hover,
.tour-type-card .tour-type-body a:hover,
.service-type-card .service-type-body a:hover {
  background: var(--aj-accent-2) !important;
  color: #111820 !important;
  transform: none !important;
}

.aj-service-card .aj-service-body .theme-btn:after,
.tour-type-card .tour-type-body a:after,
.service-type-card .service-type-body a:after {
  margin-left: 0 !important;
  color: currentColor !important;
  font-size: 17px !important;
  transform: rotate(-45deg) !important;
}
.aj-hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.aj-field-error {
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.form-control.is-invalid,
.career-file-drop:has(input.is-invalid) {
  border-color: #d92d20 !important;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.12);
}

@media (max-width: 767px) {
  .theme-btn-s2,
  .theme-btn-s2:visited {
    min-height: 48px;
    width: 100%;
    justify-content: center;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    background: var(--aj-navy) !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .theme-btn-s2:before {
    display: none !important;
  }

  .theme-btn-s2:hover,
  .theme-btn-s2:focus {
    background: var(--aj-accent) !important;
    color: #111820 !important;
  }

  .aj-hero .theme-btn-s2,
  .service-final-cta .theme-btn-s2,
  .about-final-cta .theme-btn-s2,
  .aj-cta-band .theme-btn-s2 {
    background: #fff !important;
    color: var(--aj-navy) !important;
  }

  .aj-hero .theme-btn-s2:hover,
  .aj-hero .theme-btn-s2:focus,
  .service-final-cta .theme-btn-s2:hover,
  .service-final-cta .theme-btn-s2:focus,
  .about-final-cta .theme-btn-s2:hover,
  .about-final-cta .theme-btn-s2:focus,
  .aj-cta-band .theme-btn-s2:hover,
  .aj-cta-band .theme-btn-s2:focus {
    background: var(--aj-accent) !important;
    color: #111820 !important;
  }
}
