:root {
  --ink: #082b5c;
  --muted: #586a83;
  --gold: #ff8a00;
  --gold-dark: #e46f00;
  --green: #15803d;
  --paper: #f7faff;
  --line: #dbe4f0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  padding-bottom: 0;
}
a { color: inherit; text-decoration: none; }
.top-strip { background: #082b5c; color: #fff; padding: 8px 0; }
.top-strip a { color: #fff; }
.social-links { display: flex; gap: 12px; }
.social-links a {
  align-items: center;
  background: rgba(255,255,255,.13);
  border-radius: 50%;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.navbar-brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
  white-space: normal;
}
.site-logo {
  display: block;
  flex: 0 0 auto;
  height: 44px;
  max-width: 128px;
  object-fit: contain;
  width: auto;
}
.footer .site-logo,
.contact-panel .site-logo {
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.22));
}
.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.nav-link { color: #082b5c; font-weight: 700; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--gold-dark); }
.nav-link.nav-book-btn {
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  border-radius: 999px;
  color: #082b5c;
  margin-left: 8px;
  padding-left: 18px;
  padding-right: 18px;
}
.nav-link.nav-book-btn:hover,
.nav-link.nav-book-btn:focus {
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  color: #fff;
}
.dropdown-menu { border-color: var(--line); border-radius: 8px; box-shadow: 0 18px 45px rgba(20,33,61,.13); max-height: 68vh; overflow: auto; }
.dropdown-item { color: #082b5c; font-weight: 700; }
.dropdown-item:hover { background: #fff0dc; color: var(--gold-dark); }
.hero .carousel-item {
  background: #082b5c;
  height: min(760px, calc(100vh - 108px));
  min-height: 560px;
}
.hero img { height: 100%; object-fit: cover; opacity: .58; }
.carousel-caption {
  bottom: auto;
  left: 50%;
  max-width: 1040px;
  padding: 0 18px;
  right: auto;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -44%);
  width: 100%;
}
.carousel-caption h1, .inner-hero h1 {
  color: #fff;
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 900;
  line-height: 1.08;
  margin: 8px 0 14px;
  max-width: 760px;
}
.carousel-caption p, .inner-hero p { color: #f5f1e8; font-size: 16px; max-width: 620px; }
.inner-hero {
  background: linear-gradient(90deg, rgba(8,43,92,.86), rgba(8,43,92,.28)), var(--hero-image) center/cover;
  min-height: 430px;
  padding: 135px 0 90px;
}
.eyebrow, .section-kicker {
  color: var(--gold-dark);
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.carousel-caption .eyebrow, .inner-hero .eyebrow { color: var(--gold); }
.btn { border-radius: 6px; font-weight: 800; }
.btn-warning { background: var(--gold); border-color: var(--gold); color: #082b5c; }
.btn-warning:hover { background: #ff9f24; border-color: #ff9f24; color: #082b5c; }
.section-pad { padding: 86px 0; }
.about-luxury {
  background:
    radial-gradient(circle at 78% 20%, rgba(255,138,0,.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7faff 42%, #edf5ff 100%);
  overflow: hidden;
  position: relative;
}
.about-luxury::before {
  background: linear-gradient(180deg, var(--gold), rgba(255,138,0,.08));
  content: "";
  height: 72%;
  left: 0;
  position: absolute;
  top: 14%;
  width: 5px;
}
.about-luxury .container {
  position: relative;
  z-index: 1;
}
.about-luxury h2 {
  color: #082b5c;
  font-size: clamp(36px, 4.4vw, 44px);
  letter-spacing: 0;
  max-width: 760px;
}
.about-luxury p {
  color: #586a83;
  font-size: 17px;
}
.about-luxury strong {
  color: #082b5c;
}
.about-page-content {
  background: linear-gradient(180deg, #fff 0%, #f7faff 48%, #fff 100%);
}
.about-info-card {
  background: #fff;
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(8,43,92,.1);
  padding: 30px;
  position: relative;
}
.about-info-card::before {
  background: linear-gradient(90deg, #082b5c, #ff8a00);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 30px;
  position: absolute;
  right: 30px;
  top: 0;
}
.about-info-card h3 {
  color: #082b5c;
}
.about-info-card ul {
  margin-bottom: 0;
  padding-left: 0;
}
.about-info-card li {
  color: #586a83;
  list-style: none;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.about-info-card li::before {
  background: #ff8a00;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,138,0,.14);
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: 12px;
  width: 7px;
}
.fleet-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 46%, #fff 100%);
}
.fleet-card {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(8,43,92,.12);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.fleet-card::before {
  background: linear-gradient(90deg, #082b5c, #ff8a00, #082b5c);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.fleet-card:hover {
  border-color: rgba(255,138,0,.5);
  box-shadow: 0 32px 78px rgba(8,43,92,.18);
  transform: translateY(-7px);
}
.fleet-card img {
  display: block;
  height: 285px;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
  width: 100%;
}
.fleet-card:hover img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.045);
}
.fleet-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.fleet-tag {
  color: #e46f00;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.fleet-card h3 {
  color: #082b5c;
  font-size: 24px;
  margin-bottom: 10px;
}
.fleet-card p {
  margin-bottom: 22px;
}
.fleet-card .btn {
  align-self: flex-start;
  border-radius: 999px;
  margin-top: auto;
  padding: 10px 20px;
}
.narrow { max-width: 880px; }
h2 { font-size: clamp(31px, 4vw, 48px); font-weight: 900; line-height: 1.12; margin-bottom: 18px; }
h3 { font-size: 22px; font-weight: 850; }
p { color: var(--muted); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-row span, .contact-pill {
  align-items: center;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,138,0,.26);
  border-radius: 6px;
  box-shadow: 0 16px 44px rgba(8,43,92,.1);
  color: #082b5c;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  margin: 0 8px 10px 0;
  padding: 14px 18px;
}
.trust-row i {
  color: var(--gold-dark);
  font-size: 20px;
}
.video-wrap {
  background: linear-gradient(145deg, #061d3f, #082b5c);
  border: 1px solid rgba(255,138,0,.38);
  border-radius: 10px;
  box-shadow: 0 32px 85px rgba(8,43,92,.24);
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.video-wrap::after {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}
.video-wrap video {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.service-band {
  background:
    linear-gradient(135deg, rgba(8,43,92,.96), rgba(5,27,59,.92)),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.service-band::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.26), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}
.service-band::after {
  background: radial-gradient(circle at 78% 18%, rgba(255,138,0,.2), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.service-band .container {
  position: relative;
  z-index: 1;
}
.service-band h2,
.service-band h3 {
  color: #fff;
}
.service-band .section-kicker {
  color: var(--gold);
}
.service-band h2 {
  font-size: clamp(38px, 5vw, 70px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.buddhist-band { background: var(--paper); }
.service-card, .package-card, .mini-package, .query-form, .query-side {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(20,33,61,.08);
}
.service-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)),
    linear-gradient(135deg, rgba(255,138,0,.18), transparent);
  border: 1px solid rgba(255,138,0,.32);
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
  min-height: 560px;
  padding: 38px;
  position: relative;
}
.service-card::before {
  background: linear-gradient(90deg, var(--gold), rgba(255,138,0,.1));
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  right: 28px;
  top: 0;
}
.service-card h3 {
  color: #082b5c;
  font-size: 25px;
  margin-bottom: 12px;
}
.service-card p {
  color: #586a83;
}
.service-card strong {
  color: #082b5c;
}
.service-card ul {
  color: #082b5c;
  margin: 16px 0 0;
  padding-left: 0;
}
.service-card li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.service-card li::before {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,138,0,.16);
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: 12px;
  width: 7px;
}
.query-form, .query-side { padding: 30px; }
.query-side {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.query-side h3,
.query-side p {
  flex: 0 0 100%;
}
.query-side .btn {
  align-items: center;
  display: inline-flex;
  flex: 1 1 0;
  font-size: 14px;
  gap: 6px;
  justify-content: center;
  margin-bottom: 0 !important;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  width: auto !important;
}
.form-trap {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}
.icon-box {
  align-items: center;
  background: linear-gradient(135deg, #fff2df, #ff8a00);
  border: 1px solid rgba(255,138,0,.34);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(255,138,0,.22);
  color: #082b5c;
  display: inline-flex;
  font-size: 32px;
  height: 74px;
  justify-content: center;
  margin-bottom: 26px;
  width: 74px;
}
.packages-luxury {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,255,.98) 46%, rgba(255,255,255,.96) 100%),
    linear-gradient(135deg, rgba(255,138,0,.12), rgba(8,43,92,.05));
  overflow: hidden;
  position: relative;
}
.packages-luxury::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.55), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}
.packages-luxury .section-kicker {
  color: var(--gold-dark);
  letter-spacing: .16em;
}
.packages-luxury h2 {
  color: #082b5c;
  font-size: clamp(34px, 4.2vw, 38px);
  line-height: 1;
  max-width: 880px;
}
.packages-luxury .btn-outline-dark {
  border-color: rgba(8,43,92,.22);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(20,33,61,.08);
  font-weight: 900;
  padding: 11px 20px;
}
.packages-luxury .btn-outline-dark:hover {
  background: #082b5c;
  border-color: #082b5c;
  color: #fff;
}
.package-card {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(8,43,92,.12);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 445px;
  overflow: hidden;
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.package-card::before {
  background: linear-gradient(90deg, #082b5c, #ff8a00, #082b5c);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.package-card:hover {
  border-color: rgba(255,138,0,.5);
  box-shadow: 0 32px 78px rgba(8,43,92,.18);
  transform: translateY(-7px);
}
.package-card img {
  display: block;
  filter: saturate(1.08) contrast(1.04);
  height: 228px;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
  width: 100%;
}
.package-card:hover img {
  filter: saturate(1.16) contrast(1.06);
  transform: scale(1.045);
}
.package-card h3, .package-card p, .package-card .package-actions { margin-left: 22px; margin-right: 22px; }
.package-card .package-image-link {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}
.package-card h3 {
  color: #082b5c;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
  margin-top: 22px;
  min-height: 64px;
}
.package-card h3 a {
  color: inherit;
  transition: color .2s ease;
}
.package-card h3 a:hover {
  color: var(--gold-dark);
}
.package-card p {
  color: #526177;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 20px;
  min-height: 66px;
}
.package-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 22px;
  margin-top: auto;
}
.package-card .package-action {
  align-self: flex-start;
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(255,138,0,.28);
  color: #082b5c;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  min-width: 0;
  padding: 12px 14px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.package-card .package-action::after {
  content: "\F138";
  font-family: "bootstrap-icons";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s ease;
}
.package-card .package-action:hover {
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  box-shadow: 0 14px 32px rgba(8,43,92,.24);
  color: #fff;
  transform: translateY(-2px);
}
.package-card .package-book {
  background: linear-gradient(135deg, #082b5c, #0f4d93);
  box-shadow: 0 12px 28px rgba(8,43,92,.2);
  color: #fff;
}
.package-card .package-book:hover {
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  box-shadow: 0 14px 32px rgba(255,138,0,.28);
  color: #082b5c;
}
.package-card .package-action:hover::after {
  transform: translateX(4px);
}
.mini-package { height: 100%; padding: 24px; }
.mini-package span { color: var(--gold-dark); font-size: 13px; font-weight: 900; }
.mini-package h3 { font-size: 20px; margin-top: 8px; }
.faq-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
  position: relative;
}
.faq-section::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.48), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}
.faq-accordion {
  box-shadow: 0 24px 60px rgba(8,43,92,.12);
}
.faq-accordion .accordion-item {
  border-color: rgba(8,43,92,.12);
}
.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.faq-accordion .accordion-item:last-of-type,
.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.faq-accordion .accordion-button {
  color: #082b5c;
  font-weight: 900;
  line-height: 1.35;
  padding: 20px 24px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #fff4e7, #ffffff);
  box-shadow: inset 0 -1px 0 rgba(255,138,0,.24);
  color: #082b5c;
}
.faq-accordion .accordion-button:focus {
  border-color: rgba(255,138,0,.52);
  box-shadow: 0 0 0 .25rem rgba(255,138,0,.18);
}
.faq-accordion .accordion-body {
  color: #586a83;
  padding: 20px 24px 24px;
}
.gallery-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7faff 48%, #fff 100%);
}
.gallery-tabs {
  background: #fff;
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(8,43,92,.09);
  gap: 6px;
  padding: 6px;
}
.gallery-tabs .nav-link {
  align-items: center;
  border-radius: 999px;
  color: #082b5c;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  padding: 10px 18px;
}
.gallery-tabs .nav-link.active {
  background: linear-gradient(135deg, #ff8a00, #ffb04a);
  color: #082b5c;
}
.gallery-grid {
  align-items: stretch;
}
.gallery-tile {
  background: #082b5c;
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(8,43,92,.13);
  display: block;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.gallery-tile img {
  display: block;
  height: 260px;
  object-fit: cover;
  transition: transform .38s ease, filter .38s ease;
  width: 100%;
}
.gallery-tile span {
  align-items: center;
  background: rgba(8,43,92,.74);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
  width: 44px;
}
.gallery-tile:hover img {
  filter: saturate(1.14) contrast(1.04);
  transform: scale(1.055);
}
.gallery-tile:hover span {
  background: #ff8a00;
  opacity: 1;
  transform: translateY(0);
}
.gallery-video-card {
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  border: 1px solid rgba(8,43,92,.12);
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(8,43,92,.13);
  height: 100%;
  overflow: hidden;
}
.gallery-video-card video {
  background: #061d3f;
  display: block;
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.gallery-video-card div {
  padding: 20px;
}
.gallery-video-card h3 {
  color: #082b5c;
  font-size: 20px;
  margin-bottom: 8px;
}
.gallery-video-card a {
  color: #e46f00;
  font-weight: 900;
}
.gallery-lightbox .modal-content {
  background: #061d3f;
  border: 1px solid rgba(255,138,0,.45);
  border-radius: 10px;
  overflow: hidden;
}
.gallery-lightbox .modal-header {
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
}
.gallery-lightbox .modal-body {
  padding: 0;
}
.gallery-lightbox img {
  display: block;
  max-height: 82vh;
  object-fit: contain;
  width: 100%;
}
.form-control, .form-select { border-color: #d7dce5; border-radius: 6px; min-height: 48px; }
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .25rem rgba(255,138,0,.2); }
.contact-band { background: #082b5c; color: #fff; }
.contact-band p, .contact-band a { color: #e5e7eb; }
.contact-panel {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 34px;
}
.contact-panel .navbar-brand { color: #fff; }
.map-frame { border: 0; border-radius: 8px; height: 100%; min-height: 440px; width: 100%; }
.footer { background: #061d3f; color: #d8dee9; padding: 62px 0 26px; }
.footer-rich {
  background:
    linear-gradient(135deg, rgba(8,43,92,.98), rgba(6,29,63,1)),
    #061d3f;
  position: relative;
}
.footer-rich::before {
  background: linear-gradient(90deg, transparent, rgba(255,138,0,.55), transparent);
  content: "";
  height: 1px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 0;
}
.footer .navbar-brand { color: #fff; }
.footer p { color: #b7c0d1; }
.footer h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
  position: relative;
}
.footer h3::after {
  background: #ff8a00;
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 9px;
  width: 42px;
}
.footer a {
  color: #d7e7fb;
  display: block;
  line-height: 1.45;
  margin-bottom: 11px;
}
.footer a:hover { color: var(--gold); }
.footer a i {
  color: #ff8a00;
  margin-right: 8px;
}
.footer-address {
  line-height: 1.7;
  margin-bottom: 18px;
}
.footer-service-list {
  color: #d7e7fb;
  margin: 0;
  padding-left: 0;
}
.footer-service-list li {
  list-style: none;
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}
.footer-service-list li::before {
  background: #ff8a00;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 7px;
}
.footer-map {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0,0,0,.24);
  height: 210px;
  width: 100%;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  color: #94a3b8;
  font-size: 14px;
  margin-top: 38px;
  padding-top: 22px;
  text-align: center;
}
.sticky-actions {
  align-items: center;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  left: 22px;
  pointer-events: none;
  position: fixed;
  right: 22px;
  z-index: 1080;
}
.sticky-actions a {
  align-items: center;
  border: 2px solid rgba(255,255,255,.85);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(15,23,42,.28);
  color: #fff;
  display: inline-flex;
  font-size: 26px;
  height: 58px;
  justify-content: center;
  pointer-events: auto;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
  width: 58px;
}
.sticky-actions a:hover {
  box-shadow: 0 20px 42px rgba(15,23,42,.34);
  color: #fff;
  transform: translateY(-3px);
}
.sticky-call { background: #ff8a00; }
.sticky-whatsapp { background: var(--green); }
@media (max-width: 991px) {
  .hero .carousel-item { height: 500px; min-height: 500px; }
  .carousel-caption { transform: translate(-50%, -38%); }
  .nav-link.nav-book-btn {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
  }
  .section-pad { padding: 66px 0; }
}
@media (max-width: 575px) {
  body { padding-bottom: 0; }
  .brand-mark { font-size: 15px; height: 46px; width: 46px; }
  .site-logo { height: 38px; max-width: 108px; }
  .navbar-brand { font-size: 15px; max-width: 245px; }
  .hero .carousel-item { height: 420px; min-height: 420px; }
  .carousel-caption h1, .inner-hero h1 { font-size: 30px; }
  .carousel-caption p, .inner-hero p { font-size: 15px; }
  .query-form, .contact-panel, .service-card, .query-side { padding: 22px; }
  .sticky-actions { bottom: 18px; left: 16px; right: 16px; }
}
