body.jikensitu-site {
  --jks-contact-blue: #436c8e;
  --jks-contact-blue-dark: #2f4f6b;
  --jks-contact-blue-light: #dde9f2;
  --jks-contact-blue-ghost: #eef5fb;
  --jks-contact-gold: #e8ad2c;
  --jks-contact-gold-ghost: #fdf6e3;
  --jks-contact-gray-300: #c8d0da;
  --jks-contact-gray-500: #7a8899;
  --jks-contact-gray-700: #3d4a5a;
  --jks-contact-gray-900: #1a2332;
}

#jks-contact-booking-page,
#jks-contact-booking-page .e-con {
  min-width: 0;
}

body.jikensitu-site {
  overflow-x: clip !important;
}

body.jikensitu-site .jks-cursor-glow {
  display: none !important;
}

#jks-contact-booking-page {
  max-width: 100vw;
  overflow-x: clip;
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 0;
  max-width: 100%;
  background: linear-gradient(90deg, var(--jks-contact-blue), var(--jks-contact-gold)) !important;
  transition: width 0.1s linear;
}

#main-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}

#main-nav.jks-is-scrolled {
  box-shadow: 0 4px 28px rgba(67, 108, 142, 0.13) !important;
}

#main-nav .elementor-button {
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

#main-nav .elementor-button:hover {
  background-color: var(--jks-contact-blue-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(67, 108, 142, 0.28);
}

#jks-contact-nav-logo .elementor-heading-title,
#jks-contact-footer-logo .elementor-heading-title,
#jks-contact-booking-page .elementor-widget-heading,
#jks-contact-booking-page .elementor-widget-text-editor {
  margin: 0;
}

#jks-contact-nav-links .elementor-widget-text-editor p,
#jks-contact-footer .elementor-widget-text-editor p {
  margin: 0;
}

#jks-contact-nav-links a {
  position: relative;
  color: inherit;
  text-decoration: none;
}

#jks-contact-nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--jks-contact-gold);
  border-radius: 2px;
  transition: width 0.25s ease;
}

#jks-contact-nav-links a:hover::after,
#jks-contact-nav-link-active a::after {
  width: 100%;
}

#jks-contact-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(155deg, #eef5fb 0%, #f9fbfd 55%, #fdf6e3 100%) !important;
}

#jks-contact-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(232, 173, 44, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

#jks-contact-hero::after {
  content: "CONTACT";
  position: absolute;
  right: -10px;
  bottom: -50px;
  z-index: 0;
  color: rgba(67, 108, 142, 0.04);
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

#jks-contact-hero > .e-con {
  position: relative;
  z-index: 1;
}

#jks-contact-hero-title .elementor-heading-title {
  font-size: clamp(29px, 2.8vw, 42px) !important;
}

#jks-contact-hero-title em,
#jks-contact-why .elementor-heading-title em,
#jks-contact-steps .elementor-heading-title em {
  color: var(--jks-contact-blue);
  font-style: normal;
}

#jks-contact-hero-badge,
#jks-contact-hero-badge-icon,
[id^="jks-contact-step-badge-"] {
  width: max-content !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  align-self: center !important;
}

#jks-contact-hero-badge {
  align-self: flex-start !important;
}

#jks-contact-hero-badge-icon {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
}

#jks-contact-trust-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px 20px !important;
}

#jks-contact-trust-row > .e-con {
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
}

#jks-contact-trust-row > .e-con,
#jks-contact-trust-row .elementor-widget,
#jks-contact-trust-row .elementor-widget-container,
#jks-contact-trust-row p {
  margin: 0 !important;
}

#jks-contact-trust-row .elementor-widget {
  width: auto !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
}

#jks-contact-trust-row .elementor-widget-icon {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}

#jks-contact-trust-row .elementor-widget-text-editor {
  min-width: max-content !important;
}

#booking-form {
  border-radius: 0 0 14px 14px !important;
}

#jks-contact-form-stripe {
  background: linear-gradient(90deg, var(--jks-contact-blue), var(--jks-contact-gold)) !important;
}

#jks-contact-form-body {
  padding: 35px 36px 40px !important;
}

#jks-contact-form-widget .elementor-field-group {
  margin-bottom: 16px;
}

#jks-contact-form-widget input,
#jks-contact-form-widget select,
#jks-contact-form-widget textarea {
  min-height: 44px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#jks-contact-form-widget input:focus,
#jks-contact-form-widget select:focus,
#jks-contact-form-widget textarea:focus {
  border-color: var(--jks-contact-blue) !important;
  box-shadow: 0 0 0 3px rgba(67, 108, 142, 0.12);
  outline: none;
}

#jks-contact-form-widget textarea {
  min-height: 90px;
}

#jks-contact-form-widget .elementor-button {
  width: 100%;
  min-height: 48px;
  box-shadow: 0 4px 20px rgba(67, 108, 142, 0.3);
}

#jks-contact-form-widget .elementor-button:hover {
  background: var(--jks-contact-blue-dark) !important;
  transform: translateY(-1px);
}

#jks-contact-form-widget .jks-form-submitted .elementor-button {
  background: #1a7a4a !important;
  box-shadow: 0 4px 20px rgba(26, 122, 74, 0.24);
}

#jks-contact-booking-page [id^="jks-contact-why-card-"] {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#jks-contact-booking-page [id^="jks-contact-why-card-"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(67, 108, 142, 0.13) !important;
}

#jks-contact-steps-grid {
  position: relative;
}

#jks-contact-steps-grid::before {
  content: "";
  position: absolute;
  top: 32px;
  right: calc(12.5% + 24px);
  left: calc(12.5% + 24px);
  height: 2px;
  background: var(--jks-contact-blue-light);
}

#jks-contact-steps-grid > .e-con {
  position: relative;
  z-index: 1;
}

[id^="jks-contact-step-num-"] {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

[id^="jks-contact-step-"]:hover [id^="jks-contact-step-num-"] {
  background-color: var(--jks-contact-blue) !important;
  border-color: var(--jks-contact-blue) !important;
}

[id^="jks-contact-step-"]:hover [id^="jks-contact-step-num-"] .elementor-heading-title {
  color: #ffffff !important;
}

#jks-contact-faq .elementor-accordion {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#jks-contact-faq .elementor-accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1.5px solid var(--jks-contact-blue-light) !important;
  border-radius: 14px;
}

#jks-contact-faq .elementor-tab-title {
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 700;
}

#jks-contact-faq .elementor-tab-content {
  padding: 0 24px 20px;
  color: var(--jks-contact-gray-500);
  font-size: 14px;
  line-height: 1.8;
}

#jks-contact-faq .elementor-active {
  background: var(--jks-contact-blue-ghost);
  color: var(--jks-contact-blue) !important;
}

#jks-contact-footer a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

#jks-contact-footer a:hover {
  color: #ffffff;
}

#jks-contact-footer-bottom span {
  color: var(--jks-contact-gold);
  font-weight: 700;
}

.jikensitu-site.jks-js-enabled #jks-contact-booking-page .jks-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--jks-reveal-delay, 0s);
}

.jikensitu-site.jks-js-enabled #jks-contact-booking-page .jks-reveal-left {
  transform: translateX(-36px);
}

.jikensitu-site.jks-js-enabled #jks-contact-booking-page .jks-reveal-right {
  transform: translateX(36px);
}

.jikensitu-site.jks-js-enabled #jks-contact-booking-page .jks-reveal.jks-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1024px) {
  #jks-contact-hero-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 40px !important;
  }

  #jks-contact-why-grid,
  #jks-contact-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #jks-contact-steps-grid::before {
    display: none;
  }

  #jks-contact-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px !important;
  }
}

@media (max-width: 767px) {
  #main-nav {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  #jks-contact-nav-links {
    display: none !important;
  }

  #jks-contact-hero,
  #jks-contact-why,
  #jks-contact-steps,
  #jks-contact-faq {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  #jks-contact-hero {
    padding-top: 40px !important;
    padding-bottom: 56px !important;
  }

  #jks-contact-hero::after {
    right: -18px;
    bottom: -16px;
    font-size: 96px;
  }

  #jks-contact-form-body {
    padding: 30px 24px 34px !important;
  }

  #jks-contact-why-grid,
  #jks-contact-steps-grid,
  #jks-contact-footer-top {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #jks-contact-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #jks-contact-booking-page *,
  #jks-contact-nav-links a::after {
    transition: none !important;
  }
}

/* BEGIN generated contact-booking v2 responsive override */
/* Jikensitu contact booking companion CSS.
   Generated from page-recipe.json; three modes only: desktop, tablet, mobile. */

/* desktop: base / >=1025px */
#jks-contact-booking-page {
  overflow-x: clip;
}

#jks-contact-booking-page .jks-reveal,
.jks-js-enabled #jks-contact-booking-page .jks-reveal,
#jks-contact-booking-page .reveal,
.jks-js-enabled #jks-contact-booking-page .reveal {
  opacity: 1;
  transform: none;
  visibility: visible;
}

#main-nav {
  box-sizing: border-box;
}

#jks-contact-nav-inner {
  max-width: 1200px;
  margin-inline: auto;
}

#jks-contact-nav-logo,
#jks-contact-hero-badge,
#jks-contact-trust-row,
#jks-contact-footer-logo {
  min-width: 0;
}

#jks-contact-why-intro-eyebrow-line-left,
#jks-contact-steps-intro-eyebrow-line-left,
#jks-contact-steps-intro-eyebrow-line-right,
#jks-contact-faq-intro-eyebrow-line-left,
#jks-contact-faq-intro-eyebrow-line-right {
  width: 32px !important;
  max-width: 32px !important;
  min-width: 32px !important;
  height: 3px !important;
  min-height: 3px !important;
  flex: 0 0 32px !important;
  align-self: center;
}

#jks-contact-hero-perks {
  align-items: flex-start;
}

#jks-contact-perk-01,
#jks-contact-perk-02,
#jks-contact-perk-03,
#jks-contact-perk-04,
#jks-contact-hero-badge,
#jks-contact-step-badge-01,
#jks-contact-step-badge-02,
#jks-contact-step-badge-03,
#jks-contact-step-badge-04 {
  width: max-content;
  max-width: 100%;
  flex: 0 0 auto;
}

#jks-contact-perk-dot-01,
#jks-contact-perk-dot-02,
#jks-contact-perk-dot-03,
#jks-contact-perk-dot-04 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
}

#jks-contact-step-num-01,
#jks-contact-step-num-02,
#jks-contact-step-num-03,
#jks-contact-step-num-04 {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  flex: 0 0 64px;
}

#jks-contact-why-icon-01,
#jks-contact-why-icon-02,
#jks-contact-why-icon-03,
#jks-contact-why-icon-04,
#jks-contact-why-icon-05,
#jks-contact-why-icon-06 {
  width: 44px !important;
  max-width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  flex: 0 0 44px !important;
  align-self: flex-start;
  margin-top: 2px;
}

#jks-contact-why-icon-03 .elementor-icon {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23436C8E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  color: transparent !important;
}

#jks-contact-why-icon-03 .elementor-icon i,
#jks-contact-why-icon-03 .elementor-icon svg {
  display: none !important;
}

#jks-contact-steps-grid::before,
#jks-contact-steps-grid::after {
  content: none;
}

@media (max-width: 1024px) and (min-width: 769px) {
  /* tablet */
  #main-nav {
    padding-inline: 40px;
  }

  #jks-contact-nav-inner {
    grid-template-columns: auto auto;
    gap: 24px;
    justify-content: space-between;
  }

  #jks-contact-nav-links {
    display: none;
  }

  #jks-contact-hero,
  #jks-contact-why,
  #jks-contact-steps,
  #jks-contact-faq {
    padding-inline: 40px;
  }

  #jks-contact-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  #jks-contact-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #jks-contact-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  #jks-contact-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }

  #jks-contact-why-intro-title .elementor-heading-title,
  #jks-contact-steps-intro-title .elementor-heading-title,
  #jks-contact-faq-intro-title .elementor-heading-title {
    font-size: 28px;
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  /* mobile */
  #main-nav {
    padding-inline: 24px;
  }

  #jks-contact-nav-inner {
    grid-template-columns: minmax(0, auto) auto;
    gap: 14px;
    justify-content: space-between;
    min-height: 64px;
    height: auto;
  }

  #jks-contact-nav-links {
    display: none;
  }

  #jks-contact-nav-logo {
    max-width: calc(100vw - 170px);
    gap: 10px;
  }

  #jks-contact-logo-mark {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px;
  }

  #jks-contact-nav-cta {
    justify-self: end;
    white-space: nowrap;
  }

  #jks-contact-hero,
  #jks-contact-why,
  #jks-contact-steps,
  #jks-contact-faq {
    padding-inline: 24px;
  }

  #jks-contact-hero {
    padding-top: 36px;
    padding-bottom: 56px;
  }

  #jks-contact-why,
  #jks-contact-steps,
  #jks-contact-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  #jks-contact-hero-inner,
  #jks-contact-why-grid,
  #jks-contact-steps-grid,
  #jks-contact-footer-top {
    grid-template-columns: minmax(0, 1fr);
  }

  #jks-contact-hero-inner {
    gap: 36px;
  }

  #jks-contact-why-grid,
  #jks-contact-steps-grid {
    gap: 20px;
  }

  #jks-contact-hero-title h1,
  #jks-contact-hero-title .elementor-heading-title {
    font-size: 34px;
    line-height: 1.18;
  }

  #jks-contact-hero-sub,
  #jks-contact-hero-sub p {
    font-size: 16px;
  }

  #jks-contact-why-intro-title .elementor-heading-title,
  #jks-contact-steps-intro-title .elementor-heading-title,
  #jks-contact-faq-intro-title .elementor-heading-title {
    font-size: 24px;
    line-height: 1.25;
  }

  #jks-contact-perk-01,
  #jks-contact-perk-02,
  #jks-contact-perk-03,
  #jks-contact-perk-04 {
    width: 100%;
    align-items: flex-start;
  }

  #jks-contact-trust-row {
    gap: 12px;
  }

  #booking-form {
    width: 100%;
  }

  #jks-contact-form-body {
    padding: 24px;
  }

  #jks-contact-footer {
    padding-inline: 24px;
  }

  #jks-contact-footer-bottom {
    align-items: flex-start;
  }
}
/* END generated contact-booking v2 responsive override */

