:root {
  --bg: #f6f3ed;
  --bg-soft: #fbf8f3;
  --dark: #253126;
  --dark-2: #324034;
  --text: #263128;
  --muted: rgba(38, 49, 40, 0.64);
  --gold: #cfa15a;
  --gold-soft: rgba(207, 161, 90, 0.18);
  --white: #ffffff;
  --border: rgba(38, 49, 40, 0.08);
  --shadow: 0 20px 60px rgba(17, 24, 18, 0.12);  --font-serif: "Playfair Display", serif;
  --font-sans: "Inter", sans-serif;
    --bg-soft: #ebe2d6;
    --sand: #d8c1a0;
    --olive: #5e6b52;
    --olive-deep: #3d4635;
	
  --color-heritage-olive: #2D392B;
  --color-heritage-olive-60: rgba(45, 57, 43, 0.6);
  --color-heritage-olive-40: rgba(45, 57, 43, 0.4);
  --color-heritage-olive-20: rgba(45, 57, 43, 0.2);
  --color-heritage-olive-10: rgba(45, 57, 43, 0.1);
  --color-heritage-olive-5: rgba(45, 57, 43, 0.05);
  --color-sunset-gold: #E09F3E;
  --color-off-white: #F8F9FA;
  --color-white-70: rgba(255, 255, 255, 0.7);
  --color-white-60: rgba(255, 255, 255, 0.6);
  --color-white-40: rgba(255, 255, 255, 0.4);
  --color-white-10: rgba(255, 255, 255, 0.1);
  
-default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base Styles */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--color-off-white);
  color: var(--color-heritage-olive);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  cursor: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg-soft);
  selection-background-color: var(--gold);
}

h1, h2, h3, h4, .brand-main, .section-number, .quote-band-text {
  font-family: var(--font-serif);
}
.fixed-top {
    z-index: 1!important;
}
a { text-decoration: none; }
img { display: block; width: 100%; height: auto; }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
.nav-shell {
  padding: 2rem 0;
  transition: all .5s ease;
  background: transparent;
}
.nav-shell.is-scrolled {
  background: rgba(37, 49, 38, 0.92);
  backdrop-filter: blur(14px);
  padding: 1rem 0;
}
.brand-mark {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.brand-main {
width:100px;height:130px;margin-top:-18px
}
.brand-main img{
width:auto;height:100%;object-fit:cover
}
.brand-sub {
  font-size: .64rem;
  text-transform: uppercase;
  letter-spacing: .32em;
  opacity: .68;
}
.nav-link {
  color: rgba(255,255,255,.82);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  padding: .6rem .8rem !important;
}
.nav-link:hover { color: var(--gold); }
.btn-brand {
  background: var(--gold);
  color: var(--dark);
  border: 1px solid var(--gold);
  border-radius: 0;
  padding: 1rem 1.5rem;
  font-size: .73rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-brand:hover {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline-light {
  border-radius: 0;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .73rem;
  padding: 1rem 1.5rem;
}
.custom-toggler {
  filter: invert(1);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  background: #000;
  overflow: hidden;
  z-index: 0;
}
.hero-bg-wrap,
.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-bg {
  object-fit: cover;
  opacity: .64;
  transform: scale(1.03);
}
.hero-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,.58), rgba(0,0,0,.1) 35%, rgba(37,49,38,.9));
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: .72rem;
  font-weight: 700;
}
.hero-eyebrow .line {
  width: 3.25rem;
  height: 1px;
  background: var(--gold);
}
.hero-title {
  color: var(--white);
  font-size: clamp(4rem, 10vw, 4.4rem);
  line-height: .9;
  letter-spacing: -.045em;
  max-width: 10ch;
  margin-bottom: 1.8rem;
}
.hero-title span { font-style: italic; font-weight: 400; }
.hero-copy {
  color: rgba(255,255,255,.76);
  max-width: 42rem;
  font-size: 1.08rem;
  line-height: 1.9;
  margin-bottom: 2.2rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero-facts .fact-box {
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 1rem;
}
.fact-box strong {
  display: block;
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: .2rem;
}
.fact-box span {
  color: rgba(255,255,255,.62);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .65rem;
}
.hero-scroll {
  position: absolute;
  right: 5%;
  bottom: 2.2rem;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
  color: rgba(255,255,255,.82);
  text-transform: uppercase;
  font-size: .58rem;
  letter-spacing: .36em;
}
.hero-scroll-line {
  width: 1px;
  height: 5rem;
  background: linear-gradient(to bottom, var(--gold), transparent);
}

.section {position: relative;padding: 8rem 0;z-index: 0;}
.section-light { background: var(--bg-soft); }
.section-green { background: var(--olive-deep);
    color: #fff!important;
    padding: 72px 0; }
.section--dark{background:var(--olive-deep);color:#fff}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: .34em;
  font-size: .72rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1rem;
}
.section-title {
  font-size: clamp(3rem, 6vw, 4.6rem);
  line-height: .92;
  letter-spacing: -.04em;
  margin-bottom: 1.5rem;
  max-width: 12ch;
}
.section-title span { font-style: italic; font-weight: 400; }
#gallery-horizontal .section-title {
  font-size: clamp(3rem, 3vw, 1.8rem);
  line-height: .92;
  letter-spacing: -.04em;
  margin-bottom: 1.5rem;
  max-width: 12ch;
}
.section-lead,
.section-text,
.gallery-copy,
.contact-text {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.9;
}
.text-white + .gallery-copy,
.section-dark .gallery-copy { color: rgba(255,255,255,.62); }
.text-gold { color: var(--gold); }
.mb-lg-6 { margin-bottom: 6rem; }

.quote-band {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.quote-band-text {
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  max-width: 21ch;
  margin: 0 auto;
  color: white;
}

.decor-text {
  position: absolute;
  pointer-events: none;
  opacity: .03;
  font-family: 'Cormorant Garamond', serif;
  font-size: min(18vw, 14rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1;
  white-space: nowrap;
}
.decor-left {
  left: -4rem;
  top: 45%;
  transform: translateY(-50%) rotate(-90deg);
}
.decor-right {
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
}

.editorial-main {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.editorial-main img,
.editorial-side img,
.room-image img,
.gallery-media img,
.fan-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-side {
  position: absolute;
  width: min(42%, 300px);
  aspect-ratio: 1 / 1;
  right: -5rem;
  bottom: -4rem;
  overflow: hidden;
  border: 14px solid var(--bg-soft);
  box-shadow: var(--shadow);
}
.stats-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  margin-top: 2rem;
}
.stats-row strong,
.mini-highlights strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
}
.stats-row span,
.mini-highlights span {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .62rem;
  color: rgba(38,49,40,.44);
}
.stats-row .divider {
  width: 1px;
  height: 3rem;
  background: var(--border);
}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:.78rem;
  font-weight:700;
  margin-bottom:1rem;
  color:inherit;
  opacity:.86;
}
.section__title{font-size: clamp(3rem, 6vw, 4.6rem);
    line-height: .92;
    letter-spacing: -.04em;
    margin-bottom: 2rem;
   }
.section__lead{font-size:1.15rem;line-height:1.85;color:var(--muted)}
.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.service-item{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  padding:24px;
}
.service-item span{display:block;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:.7rem}
.service-item strong{display:block;font-size:1.08rem;margin-bottom:.55rem}
.service-item p{margin:0;color:rgba(255,255,255,.75);line-height:1.75}

.info-box{
  background:var(--white);
  border:1px solid var(--line);
  padding:30px;
  height:100%;
}
.info-box h3{font-size:2rem;margin:0 0 .7rem}
.info-box p{margin:0;line-height:1.85;color:var(--muted)}

.distance-panel{
  background:#fffaf2;
  border:1px solid var(--line);
  padding:34px;
}
.distance-panel h4{font-size:1.8rem;margin-bottom:1rem}
.distance-panel ul{margin:0;padding-left:1.1rem;color:var(--muted);line-height:2}
.cards-section { overflow: hidden; }
.editorial-rail {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border);
}
.editorial-rail-fill {
  width: 100%;
  height: 5rem;
  background: var(--gold);
}
.section-number-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.section-number {
  color: var(--gold);
  font-size: 2.2rem;
  font-style: italic;
}
.section-mini-kicker {
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: .62rem;
  color: rgba(38,49,40,.45);
  font-weight: 700;
}
.mini-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.fan-stack {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 3 / 4;
  perspective: 2000px;
  transform-style: preserve-3d;
  margin-left: 9rem;
}
.fan-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 26px 60px rgba(20,20,20,.18);
}
.fan-card-1 {
  transform: translateX(-2.4rem) rotate(-7deg);
  border: 10px solid rgba(255,255,255,.1);
}
.fan-card-2 {
  transform: translateY(1.1rem);
  border: 10px solid rgba(255,255,255,.92);
}
.fan-card-3 {
  transform: translateX(2.4rem) rotate(6deg);
  border: 10px solid rgba(255,255,255,.1);
  margin-left: -11rem;
}
.fan-card-1 img,
.fan-card-3 img {filter: grayscale(0);opacity: 1;transform: scale(1.2);}
.fan-card-caption {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  color: var(--white);
}
.fan-card-caption span {
  display: block;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .3em;
  margin-bottom: .4rem;
  opacity: .7;
}
.fan-card-caption strong {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.9rem;
  font-weight: 500;
}

.room-layout { position: relative; }
.room-card-wrap { margin-bottom: 2rem; }
.room-offset-top { margin-top: 6rem; }
.room-offset-bottom { margin-top: -2rem; }
.room-card {
  background: var(--bg);
}
.room-image {
  overflow: hidden;
  margin-bottom: 1.6rem;
  background: #ddd;
}
.room-body h3 {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.room-body p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0;
}
.room-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .64rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: .6rem;
}
.room-card-lg .room-image { aspect-ratio: 4 / 5; }
.room-card-md .room-image { aspect-ratio: 1 / 1; }
.room-card-wide .room-image { aspect-ratio: 16 / 10; }
.corner-a .room-image { border-radius: 1.25rem 1.25rem 6rem 1.25rem; }
.corner-b .room-image { border-radius: 6rem 1.25rem 1.25rem 1.25rem; }
.blob-mask .room-image { border-radius: 32% 68% 40% 60% / 46% 37% 63% 54%; }

.horizontal-gallery-section {
  overflow: hidden;
  min-height: 100vh;
  color: rgb(248, 249, 250);
  background-color: rgb(45, 57, 43);
}
.gallery-intro { margin-bottom: 3rem; }
.horizontal-track-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.horizontal-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  padding: 0 3rem 0 2rem;
  will-change: transform;
}
.gallery-panel {
  min-width: min(78vw, 720px);
}
.gallery-media {
  aspect-ratio: 16 / 10;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: rgba(255,255,255,.08);
}
.gallery-media img { filter: grayscale(.12); }
.gallery-panel-copy h3 {
  color: var(--white);
  font-size: 2rem;
  margin-bottom: .4rem;
}
.gallery-panel-copy p {
  color: rgba(255,255,255,.62);
  max-width: 28rem;
  margin: 0;
  line-height: 1.8;
}

.services-contact {padding-top: 8rem;background-color: #f5f0e8;}
.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem;
}
.service-grid span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  padding: .95rem 1.2rem;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  background: rgba(255,255,255,.55);
}
.contact-card-box {
  background: #fff;
  padding: 2.2rem;
  box-shadow: var(--shadow);
}
.contact-title {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: .96;
  letter-spacing: -.04em;
  margin-bottom: 1rem;
}
.contact-form .form-control {
  border-radius: 0;
  border: 1px solid rgba(38,49,40,.12);
  padding: 1rem 1rem;
  font-size: 1rem;
}
.contact-form .form-control:focus {
  border-color: var(--gold);
  box-shadow: none;
}
.form-note {
  color: rgba(38,49,40,.52);
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.contact-links a {
  color: var(--text);
  font-size: .92rem;
}

.site-footer {
  background: var(--bg);
  padding: 1.5rem 0 2rem;
  border-top: 1px solid var(--border);
  color: rgba(38,49,40,.66);
}
.footer-meta {
  font-size: .82rem;
}

.cursor-follower,
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: screen;
}
.cursor-follower {
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  border: 1px solid rgba(207,161,90,.35);
  background: rgba(207,161,90,.08);
  border-radius: 50%;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  background: var(--gold);
  border-radius: 50%;
}

.reveal-up,
.reveal-card,
.hero-fade,
.hero-title {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .nav-shell {
    background: rgba(37,49,38,.92);
    backdrop-filter: blur(12px);
    padding: .9rem 0;
  }.brand-main {
    width: 100px;
    height: 60px;
    margin-top: -18px;
}
  .section,
  .services-contact { padding: 5rem 0; }
  .hero-copy { font-size: 1rem; }
  .editorial-main { aspect-ratio: 4 / 4.8; }
  .editorial-side { display: none; }
  .section-number-wrap { padding-left: 0; }
  .editorial-rail { display: none; }
  .room-offset-top,
  .room-offset-bottom { margin-top: 0; }
  .horizontal-gallery-section { min-height: auto; }
  .horizontal-track {
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
  }
  .gallery-panel {
    min-width: 85vw;
    scroll-snap-align: start;
  }
  .contact-card-box { padding: 1.5rem; }
}

@media (max-width: 767.98px) {
  .hero-title {font-size: clamp(3rem, 18vw, 4rem);max-width: 10ch;}
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .stats-row { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .stats-row .divider { display: none; }
  .mini-highlights { gap: 1rem; }
  .section-title { max-width: 100%; }
  .quote-band-text { max-width: 12ch; }
  .gallery-panel { min-width: 88vw; }
}
.room-card{
  height:100%;
  overflow:hidden;
  background:var(--white);
  border:1px solid var(--line);
  transition:transform .35s ease, box-shadow .35s ease;
}
.room-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(72,56,36,.16)}
.room-card__image{overflow:hidden;background:#ddd;height:33vh}
.room-card__image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .8s ease}
.room-card:hover .room-card__image img{transform:scale(1.08)}
.room-card__body{padding:28px}
.room-card__kicker{display:inline-block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:var(--olive)}
.room-card h3{font-size:2.2rem;margin:0 0 .8rem}
.room-card p{margin:0;color:var(--muted);line-height:1.8}
.contact-card{
  background:var(--olive-deep);
  color:#fff;
  padding:30px;
  height:100%;
}
.contact-card h3{font-size:2.3rem;margin:0 0 .8rem}
.contact-card p,.contact-card li{color:rgba(255,255,255,.82);line-height:1.8}
.contact-card ul{padding-left:1.1rem;margin:1rem 0 1.4rem}

.location-section .section__title {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}
.location-intro-copy {
  max-width: 54rem;
}
.map-card {
  background: #fffaf2;
  border: 1px solid var(--line);
  padding: 1.35rem;
  height: 100%;
  box-shadow: var(--shadow);
}
.map-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.map-label,
.distance-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .66rem;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: .45rem;
}
.map-card-top h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 0;
}
.map-link {
  white-space: nowrap;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--text);
  border-bottom: 1px solid var(--gold);
  padding-bottom: .2rem;
}
.map-illustration {
  border-radius: 1.6rem;
  overflow: hidden;
  background: #f5efe4;
  border: 1px solid rgba(38,49,40,.08);
}
.map-illustration svg {
  display: block;
  width: 100%;
  height: auto;
}
.map-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}
.map-chips span {
  display: inline-flex;
  align-items: center;
  padding: .85rem 1rem;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .68rem;
}
.location-stack {
  display: grid;
  gap: 1.25rem;
}
.mini-distance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.mini-distance-grid strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: .5rem;
}
.mini-distance-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}


#flags-trig {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 15px;
    right: 4vw;
    z-index: 7777 !important;
    font-size: 14px;
    width: 52px;
    height: 62px;
    line-height: 69px;
    background-color: rgb(54, 52, 44);
    text-align: center;
    border-radius: 0;
    margin-top: 0px;
    color: white;
}



#flags-trig ul {
    list-style: none !important;
    background-color: transparent;
    color: white;
    padding-left: 0rem;
}
#flags-trig ul ul {
    background-color:rgb(54, 52, 44);

}

#flags-trig ul li {
    height: 64px;
    color: white;
}

#flags-trig ul li a {
    color: white;
    font-size: 1.2rem;
}

.top-links ul div.top-link-section,
.top-links ul ul {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 210;
    background-color: transparent;

    top: 52px;
    left: 0;
    width: 52px;
    height: 52px;
    margin: 0;

    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
    color: white;
}

.top-links ul ul li {}

.top-links ul ul li a {
    background-color: transparent;
    color: #fff;
    border-radius: 1% !important;
}

.top-links li:hover div.top-link-section,
.top-links li:hover ul {
    cursor: pointer;
    display: block;
    height: auto;
    background-color: transparent;
    color: white;
}

.top-links li ul li a {
    border-radius: 50% !important;
}

    

@media (max-width: 991.98px) {
  .map-card-top {
    flex-direction: column;
  }
	#flags-trig {right: 18vw!important;    font-size: 14px;
    width: 52px;
    height: 62px;
    line-height: 69px;
    background-color: rgb(54, 52, 44);
    text-align: center;
    border-radius: 0;
    margin-top: -16px;
    color: white;}
	.hero-bg {
  object-fit: cover;
  opacity: .64;
  transform: scale(1.03);margin-top:80px;width:100%;height:100vh;object-fit:cover
}
}
@media (max-width: 767.98px) {
  .mini-distance-grid {
    grid-template-columns: 1fr;
  }
  .map-card,
  .distance-panel,
  .info-box,
  .contact-card-box {
    padding: 1.2rem;
  }
}

.btn {
background-color:#cfa15a!important;
	border:#cfa15a!important;
}


