@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --bg: #eef3f8;
  --surface: #ffffff;
  --ink: #11283f;
  --muted: #567086;
  --line: #d6e2ee;
  --primary: #0174b7;
  --primary-2: #00a7d1;
  --accent: #ffcf33;
  --success: #22c55e;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 8px 20px rgba(12, 45, 75, 0.08);
  --shadow-lg: 0 24px 50px rgba(10, 38, 66, 0.18);
  --header-height: 72px;
  --dark: #0b1e30;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

.container {
  width: min(1140px, 92vw);
  margin-inline: auto;
}

.section {
  padding: 2.9rem 0;
}

h1,
h2,
h3,
h4,
.brand {
  font-family: "Manrope", "Poppins", sans-serif;
  letter-spacing: -0.02em;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, backdrop-filter 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(9, 36, 62, 0.88);
  backdrop-filter: blur(8px);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(5, 23, 40, 0.32);
}

body:not(.home) .site-header {
  background: rgba(9, 36, 62, 0.9);
  backdrop-filter: blur(8px);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: var(--header-height);
  gap: 1rem;
}

.brand {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.header-logo-wrap {
  flex: 0 0 auto;
}

.custom-logo-link img {
  max-height: 52px;
  width: auto;
}

.menu-toggle {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
}

.header-panel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header-height);
  background: rgba(10, 37, 62, 0.95);
  backdrop-filter: blur(8px);
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.header-panel.is-open {
  display: block;
}

.primary-nav ul,
.primary-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.primary-nav ul a,
.primary-menu-list a {
  color: #e7f3ff;
  font-weight: 600;
}

.header-actions {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.header-actions .btn {
  width: 100%;
}

.action-whatsapp {
  color: #dff6ff;
  border-color: rgba(223, 246, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}

.hero-home {
  padding-bottom: 0;
}

.hero-home-media {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: #0a1f33;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-home-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 34, 57, 0.1) 0%, rgba(5, 26, 47, 0.45) 45%, rgba(5, 26, 47, 0.95) 100%);
}

.hero-dots {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  z-index: 10;
  display: flex;
  gap: 0.5rem;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.hero-dot:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.4);
}

.hero-dot.is-active {
  background: #fff;
  border-color: #fff;
}

.hero-home-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 12rem;
  color: #fff;
}

.hero-home h1 {
  margin: 0;
  max-width: 830px;
  font-size: clamp(1.95rem, 6.4vw, 3.8rem);
  line-height: 1.1;
}

.hero-home .lead {
  margin-top: 0.85rem;
  max-width: 760px;
  color: #e7f4ff;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.hero-actions .btn {
  padding: 0.78rem 1.2rem;
  font-size: 0.95rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.78rem 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 116, 183, 0.32);
}

.btn-primary:hover {
  color: #fff;
  filter: brightness(1.04);
}

.btn-outline {
  border-color: #8fc8e5;
  color: #1270a9;
  background: #f8fdff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
}

.hero-featured-cards {
  margin-top: -2rem;
  margin-inline: auto;
  max-width: 1080px;
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.25rem;
}

.hero-featured-cards .service-card-thumb img {
  height: 198px;
}

.hero-featured-cards .service-card-body {
  padding: 0.9rem;
}

.hero-featured-cards .service-card h3 {
  font-size: 1.05rem;
}

.hero-featured-cards .service-card p {
  font-size: 0.86rem;
}

.section-label {
  margin: 0 0 0.35rem;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2d83b0;
  font-weight: 700;
}

.section-subtitle {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.section-heading.center {
  justify-content: center;
  text-align: center;
}

.services-overview {
  padding-top: 3.4rem;
}

.cards-grid {
  display: grid;
  gap: 1rem;
}

.service-card {
  background: var(--surface);
  background-clip: padding-box;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid #dce8f3;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  isolation: isolate;
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: var(--shadow-lg);
}

.service-card-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: calc(var(--radius-md) - 1px);
  border-top-right-radius: calc(var(--radius-md) - 1px);
}

.service-card-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4, 28, 50, 0.52) 100%);
  border-top-left-radius: calc(var(--radius-md) - 1px);
  border-top-right-radius: calc(var(--radius-md) - 1px);
}

.service-card-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transform: scale(1.01);
  border-top-left-radius: calc(var(--radius-md) - 1px);
  border-top-right-radius: calc(var(--radius-md) - 1px);
}

.service-card:hover .service-card-thumb img {
  transform: scale(1.06);
  transition: transform 0.35s ease;
}

.service-card-chip {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  z-index: 2;
  background: rgba(255, 207, 51, 0.9);
  color: #153046;
  padding: 0.27rem 0.63rem;
  font-size: 0.74rem;
  border-radius: 999px;
  font-weight: 700;
  text-transform: capitalize;
}

.service-card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.badge {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  color: #0f6f49;
  background: #dbfaeb;
  font-weight: 700;
}

.service-card h3 {
  margin: 0;
  font-size: 1.12rem;
}

.service-card h3 a {
  color: var(--ink);
}

.service-card p {
  margin: 0.5rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.94rem;
}

.service-meta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: auto;
  margin-bottom: 0.8rem;
}

.service-meta strong {
  color: #09649a;
}

.featured-services {
  background: linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.featured-services-transfer {
  background: linear-gradient(180deg, #edf8ff 0%, #eff2fb 100%);
}

.trust-strip {
  background: #fff;
}

.trust-layout {
  display: grid;
  gap: 1rem;
}

.trust-column {
  display: grid;
  gap: 0.9rem;
}

.trust-item {
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1rem;
}

.trust-item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.03rem;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
}

.trust-image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 240px;
  box-shadow: var(--shadow-sm);
}

.trust-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.promo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 33, 58, 0.74) 0%, rgba(5, 33, 58, 0.38) 100%);
}

.promo-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.promo-content h2 {
  margin: 0;
  max-width: 640px;
}

.promo-content p {
  max-width: 660px;
  color: #e2effb;
}

.info-grid {
  display: grid;
  gap: 1rem;
}

.info-card {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.info-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.info-card-body {
  padding: 1rem;
}

.info-card-body h2 {
  margin: 0;
  font-size: 1.26rem;
}

.info-card-body p {
  color: var(--muted);
}

.faq-preview {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.faq-preview-wrap {
  max-width: 840px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  margin-bottom: 0.7rem;
  padding: 0.8rem 0.95rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.cta-section {
  padding-top: 3.1rem;
}

.cta-box,
.inquiry-box,
.panel,
.contact-form-block {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
}

.cta-box {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
}

.cta-box p {
  color: var(--muted);
}

.service-hero {
  position: relative;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 36, 61, 0.35) 0%, rgba(7, 29, 49, 0.8) 100%);
}

.service-hero-inner {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 5.5rem 0 3rem;
}

.service-hero h1 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 6vw, 3rem);
}

.eyebrow,
.small-muted {
  color: var(--muted);
}

.service-hero .eyebrow,
.service-hero .lead,
.service-hero .service-meta,
.service-hero .service-meta strong {
  color: #e5f2ff;
}

.service-layout {
  display: grid;
  gap: 1rem;
}

.clean-list {
  padding-left: 1.1rem;
}

.clean-list li {
  margin-bottom: 0.4rem;
}

.check-list, .cross-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.check-list li, .cross-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.75rem;
  color: var(--ink);
  line-height: 1.5;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f6f49;
  font-weight: 900;
  font-size: 1.1rem;
}

.cross-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  color: #d13239;
  font-weight: 900;
  font-size: 1.1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.gallery-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.contact-form-block form {
  display: grid;
  gap: 0.65rem;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.72rem;
  font: inherit;
}

.notice {
  border-radius: 10px;
  padding: 0.63rem 0.8rem;
}

.notice.success {
  background: #e8fff1;
  color: #125d2c;
}

.notice.error {
  background: #fff2f0;
  color: #992e24;
}

.site-footer {
  margin-top: 2.6rem;
  background: linear-gradient(180deg, #2a6ea7 0%, #2f79b6 100%);
  color: #dcefff;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  padding: 2rem 0;
}

.site-footer h3,
.site-footer h4 {
  margin-top: 0;
  color: #fff;
}

.site-footer a {
  color: #e4f6ff;
}

.footer-menu-wrap {
  padding-bottom: 1rem;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.1rem;
}

.footer-menu a {
  color: #dff0fd;
  font-weight: 500;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-bottom p {
  margin: 0;
  padding: 1rem 0;
  color: #d9e8f6;
}

.whatsapp-float {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 100;
  background: var(--success);
  color: #fff;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(12, 74, 35, 0.36);
}

.whatsapp-float:hover {
  color: #fff;
  text-decoration: none;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 0.5rem 0.7rem;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid var(--line);
}

.mobile-sticky-cta .btn {
  width: 100%;
}

.error-page {
  text-align: center;
}

.entry-card,
.page-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
}

/* ── Footer ── */

.site-footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer-main {
  display: grid;
  gap: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.footer-brand {
  padding-right: 1rem;
}

.footer-logo {
  margin: 0 0 0.6rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
}

.footer-desc {
  margin: 0 0 1rem;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
}

.footer-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

.footer-address a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-address a:hover {
  color: #fff;
}

.footer-heading {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.84rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer-copy {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-credit {
  margin: 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-credit a:hover {
  color: #fff;
}

.footer-socials {
  display: flex;
  gap: 0.8rem;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
  transition: background 0.25s ease, color 0.25s ease;
}

.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

@media (min-width: 800px) {
  .menu-toggle {
    display: none;
  }

  .header-panel {
    display: flex;
    position: static;
    background: transparent;
    backdrop-filter: none;
    border-bottom: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex: 1;
  }

  .primary-nav {
    display: block;
    margin-inline: auto;
  }

  .primary-nav ul,
  .primary-menu-list {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }

  .header-actions {
    display: flex;
    align-items: center;
    margin-top: 0;
    gap: 0.6rem;
  }

  .header-actions .btn {
    white-space: nowrap;
    width: auto;
    padding-inline: 0.95rem;
  }

  .cards-grid,
  .hero-featured-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-layout {
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: stretch;
  }

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

  .service-layout {
    grid-template-columns: 1.55fr 1fr;
    align-items: start;
  }

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

  .footer-main {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }

  .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 799px) {
  .hero-featured-cards {
    margin-top: -8rem;
  }
}

/* Match WordPress admin-bar offset for fixed header to prevent top strip/gap while logged in. */
body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* =========================================
   Media Showcase (Single Service Redesign)
   ========================================= */
.media-showcase {
  margin-bottom: 2rem;
}

.service-video-wrapper {
  margin-bottom: 1.5rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: #000;
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.service-video-player {
  width: 100%;
  display: block;
  border-radius: var(--radius-md);
}

.service-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .service-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.service-gallery-grid .gallery-item {
  margin: 0;
  padding: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.service-gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.service-gallery-grid .gallery-item:hover img {
  transform: scale(1.04);
}

.mt-media {
  margin-top: 1rem;
}

/* =========================================
   OTA Service Layout (Klook/Traveloka Style)
   ========================================= */

.breadcrumb-bar {
  padding: calc(var(--header-height) + 1.5rem) 0 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.breadcrumb-bar a {
  color: var(--muted);
  text-decoration: none;
}
.breadcrumb-bar a:hover {
  color: var(--primary);
}
.active-crumb {
  color: var(--ink);
  font-weight: 500;
}

.container-large {
  max-width: 1240px;
}

.ota-service-layout {
  padding-bottom: 4rem;
}

/* Header */
.service-top-header {
  margin-bottom: 1.5rem;
}
.ota-badge {
  display: inline-block;
  background: #ff7b00;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.service-main-title {
  font-size: 1.85rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  color: var(--ink);
}
.service-reviews {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.stars {
  color: #ffb700;
  font-size: 1.1rem;
}
.rating-score {
  font-weight: 700;
}
.review-count {
  color: var(--muted);
}
.service-subtitle {
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0;
}

/* Mosaic Gallery */
.mosaic-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.5rem;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #f1f5f9;
}
.mosaic-main img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
  transition: opacity 0.15s ease-in-out;
}
.mosaic-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.5rem;
}
.mosaic-item {
  position: relative;
  overflow: hidden;
}
.mosaic-item img {
  width: 100%;
  height: 202.5px;
  object-fit: cover;
  display: block;
}
.mosaic-more-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}

@media(max-width: 768px) {
  .mosaic-gallery {
    grid-template-columns: 1fr;
  }
  .mosaic-main img {
    height: 250px;
  }
  .mosaic-grid {
    display: none;
  }
}

/* Split Layout */
.ota-split-layout {
  display: grid;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .ota-split-layout {
    grid-template-columns: 1fr 380px;
  }
}

/* Features Bar */
.ota-features-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  border: 1px solid var(--line);
  margin-bottom: 2rem;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1 1 200px;
}
.feature-item .icon {
  font-size: 1.5rem;
  background: #f1f8fc;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #dcebf4;
}
.feature-item .text {
  display: flex;
  flex-direction: column;
}
.feature-item .text strong {
  font-size: 0.82rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.feature-item .text span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}

/* OTA Sections */
.ota-section {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--line);
}
.ota-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ota-section h2 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  color: var(--ink);
}
.ota-overview .content-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #3b4d5e;
}

/* Includes / Excludes */
.inc-exc-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 12px;
}
.inc-col, .exc-col {
  flex: 1 1 250px;
}
.inc-col h4, .exc-col h4 {
  font-size: 1.1rem;
  margin: 0 0 1rem;
}
.inc-col .check-list li::before {
  content: '✓'; color: #22c55e;
}
.exc-col .cross-list li::before {
  content: '✕'; color: #ef4444;
}

/* Timeline */
.ota-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.ota-timeline::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0px;
  left: 6px;
  width: 2px;
  background: #e2e8f0;
}
.ota-timeline li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.5;
}
.ota-timeline li .marker {
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #cbd5e1;
}

/* Accordion FAQ */
.accordion-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 0.75rem;
}
.accordion-list summary {
  padding: 1.2rem;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
}
.accordion-list .details-content {
  padding: 0 1.2rem 1.2rem;
  color: #475569;
}

/* Sticky Widget */
.ota-booking-widget {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.sticky-widget {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
.widget-price-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.price-label {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 600;
  display: block;
}
.price-amount strong {
  font-size: 2rem;
  color: var(--primary);
  line-height: 1.2;
}
.reward-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #0b7a44;
  background: #e6f7ec;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}
.widget-options-body {
  padding: 1.5rem;
  background: #fafbfc;
}
.booking-instructions {
  margin-bottom: 1.5rem;
}
.instruction-title {
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 1rem;
  font-size: 1rem;
}
.booking-instructions .clean-list li {
  position: relative;
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.booking-instructions .clean-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.widget-action {
  margin-top: 1.5rem;
}
.btn-booking-primary {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.2rem;
  background: var(--primary);
  color: #fff;
  font-size: 1.1rem;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(1, 116, 183, 0.3);
}
.btn-booking-primary:hover {
  background: var(--primary-2);
  transform: translateY(-2px);
}
.widget-guarantees {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Contact Page Info Grid */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.contact-info-item {
  background: var(--surface);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-info-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.contact-info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
}
.contact-info-item h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: var(--ink);
}
.contact-info-item p {
  font-size: 0.95rem;
  margin: 0;
  color: var(--muted);
}
.contact-info-item a {
  color: var(--primary);
  text-decoration: none;
}
.contact-info-item a:hover {
  text-decoration: underline;
}

/* Contact Page Map & Reviews Grid */
.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .contact-main-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
.map-container {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
  line-height: 0;
  border: 1px solid var(--line);
}
.map-container iframe {
  width: 100%;
  height: 380px;
  border: 0;
}
.reviews-widget {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.business-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
}
.review-card {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}
.review-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  flex-shrink: 0;
}
.review-content {
  flex: 1;
}
.review-stars {
  color: var(--accent);
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.review-text {
  font-size: 0.95rem;
  color: var(--muted);
  font-style: italic;
  margin: 0 0 0.6rem;
}
.review-author {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0;
}

/* Sidebar Contact Info */
.contact-sidebar-info {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.5rem;
}
.contact-sidebar-info h3 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.contact-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}
.contact-details-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-details-list .icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-details-list div {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.45;
}
.contact-details-list strong {
  color: var(--ink);
  font-weight: 600;
  display: block;
  margin-bottom: 0.15rem;
}
.contact-form-block {
  margin-top: 0;
}
/* Hide the old grid elements just in case they are cached somewhere */
.contact-info-grid {
  display: none !important;
}

/* Impeccable Contact Page Styles */
.page-main {
  background: #fff;
}
.impeccable-contact-split {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .impeccable-contact-split {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.split-left {
  background: var(--surface);
  padding: 5rem 8%;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(0,0,0,0.06);
}
.split-inner {
  max-width: 600px;
  margin: 0 auto;
}
.fluid-display-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  font-weight: 800;
  margin: 0 0 1.5rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.fluid-lead-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 4rem;
  max-width: 95%;
}
.impeccable-contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem;
}
.detail-item {
  display: flex;
  flex-direction: column;
}
.detail-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.detail-value {
  font-size: 1.1rem;
  color: var(--ink);
  font-weight: 500;
}
.detail-value.link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.detail-value.link:hover {
  opacity: 0.7;
}

.split-right {
  background: #f4f9fd;
  padding: 5rem 8%;
  display: flex;
  align-items: center;
}
.impeccable-form-wrapper {
  background: #fff;
  padding: 3.5rem 3rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.impeccable-input-group {
  margin-bottom: 2rem;
  position: relative;
}
.impeccable-input-group input,
.impeccable-input-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--line);
  padding: 1rem 0 0.5rem;
  font-size: 1.1rem;
  color: var(--ink);
  transition: border-color 0.3s ease;
  border-radius: 0;
  outline: none;
}
.impeccable-input-group input:focus,
.impeccable-input-group textarea:focus {
  border-bottom-color: var(--primary);
}
.impeccable-input-group input::placeholder,
.impeccable-input-group textarea::placeholder {
  color: #8fa0af;
  font-weight: 400;
}
.btn-impeccable {
  display: inline-block;
  width: 100%;
  padding: 1.25rem;
  background: var(--ink);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  margin-top: 1.5rem;
}
.btn-impeccable:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17, 40, 63, 0.25);
  color: #fff;
}

.impeccable-map-block {
  position: relative;
  background: #000;
}
.impeccable-map-iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}
.container-overlap {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.impeccable-review-card {
  pointer-events: auto;
  background: #fff;
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 50px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 2.5rem;
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}
.impeccable-review-card .review-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.impeccable-review-card .review-content {
  flex: 1;
}
.impeccable-review-card .review-stars {
  color: var(--accent);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.impeccable-review-card .review-text {
  font-size: 1.15rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.6;
  margin: 0 0 1rem;
}
.impeccable-review-card .review-author {
  font-weight: 700;
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .impeccable-contact-split {
    display: block;
  }
  .split-left, .split-right {
    padding: 4rem 2rem;
  }
  .container-overlap {
    position: relative;
    transform: none;
    bottom: auto;
    padding: 0 1.5rem;
    margin-top: -3rem;
  }
  .impeccable-review-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    gap: 1.5rem;
  }
}

/* Contact Form 06 Structure -> Impeccable Styling */
.reference-contact-page {
  background: var(--surface);
  padding: 4rem 0;
}
.reference-contact-page .container {
  max-width: 1100px;
}
.ref-contact-split {
  display: flex;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-bottom: 4rem;
}
.ref-contact-left {
  flex: 1.1;
  padding: clamp(3rem, 5vw, 5rem) clamp(2.5rem, 4vw, 4rem);
}
.ref-title {
  font-size: clamp(2.2rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 0;
  margin-bottom: 2.5rem !important;
}
.ref-contact-right {
  flex: 0.9;
  min-height: 450px;
}
.ref-contact-right iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  filter: grayscale(10%) contrast(105%);
}
.ref-form-row {
  display: flex;
  gap: 2rem;
}
.ref-form-row .ref-form-group {
  flex: 1;
}
.ref-form-group {
  margin-bottom: 2rem;
  position: relative;
}
.ref-form-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.ref-form-group:focus-within label {
  color: var(--primary);
}
.ref-form-group input,
.ref-form-group textarea {
  width: 100%;
  padding: 0.8rem 0;
  border: none;
  border-bottom: 2px solid var(--line);
  background: transparent;
  font-size: 1.05rem;
  color: var(--ink);
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.ref-form-group input:focus,
.ref-form-group textarea:focus {
  border-bottom-color: var(--primary);
}
.ref-form-group input::placeholder,
.ref-form-group textarea::placeholder {
  color: #adb5bd;
  font-weight: 400;
}
.ref-btn {
  background: var(--ink);
  color: #fff;
  padding: 1.1rem 2.5rem;
  border: none;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  display: inline-block;
}
.ref-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  background: var(--primary);
}

/* Bottom details grid */
.ref-contact-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
  padding: 2rem 0;
}
.ref-detail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ref-icon {
  width: 50px;
  height: 50px;
  background: transparent;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.ref-detail-item:hover .ref-icon {
  transform: translateY(-4px) scale(1.05);
}
.ref-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}
.ref-detail-item p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.ref-detail-item strong {
  color: var(--ink);
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}
.ref-detail-item a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.ref-detail-item a:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .ref-contact-split { flex-direction: column; }
  .ref-contact-left { padding: 3rem 2rem; }
  .ref-contact-right { min-height: 400px; }
  .ref-contact-details { grid-template-columns: repeat(2, 1fr); gap: 3rem 2rem; }
}
@media (max-width: 500px) {
  .ref-form-row { flex-direction: column; gap: 0; }
  .ref-contact-details { grid-template-columns: 1fr; }
}