body {
    overflow-x:hidden;
    width: 100%;
    height: 100%;
    background-color: #f8fdff;
    background-image: url("/dist/images/branding/background-pattern.png");
}

.pattern-navy {
  background-color: #0b164f;
  background-image: url("/dist/images/branding/background-pattern-navy.png");
}

.highlighted {
    border-bottom: 2px solid #ec008c;
}

.accordion {
  --bs-accordion-active-bg: #e7e5ee;
}

.pt-6 {
padding-top: 4rem;
}

.pt-7 { 
padding-top: 5rem; 
}

.pt-8 {
padding-top: 6rem; 
}

.pt-9 {
padding-top: 7rem; 
}

a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #f8fdff;
    text-decoration: none;
}

a:hover {
    color: #ec008c;
    transition: 100ms;
}

b {
  font-weight: 600;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1.2vw + 0.4rem, 1.5rem);
  font-weight: 300;
  color: #f8fdff;
  line-height: 1.15;
}

h1, h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 3vw + 0.5rem, 3rem);
  font-weight: 700;
  color: #f8fdff;
  line-height: 1.15;
}

h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.35rem, 2.2vw + 0.4rem, 2.25rem);
  font-weight: 600;
  color: #f8fdff;
  line-height: 1.25;
}

h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.1rem, 1.6vw + 0.35rem, 1.75rem);
  font-weight: 500;
  color: #f8fdff;
  line-height: 1.35;
}

.splashscreen {
    font-family: "Montserrat", sans-serif;
    font-size: 6rem;
    font-weight: 700;
    z-index: 5;
}

.splashtext {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 5;
    max-width: 625px;
}

@media (max-width: 1200px) {
    .splashscreen {
        font-size: 5rem;
        margin-left: 0;
        margin-right: 0;
    }
    .splashtext {
        font-size: 1.5rem;
        margin-left: 0;
        margin-right: 0;
        max-width: 1000px;
    }
}

@media (max-width: 900px) {
    .splashscreen {
        font-size: 4rem;
        margin-left: 0;
        margin-right: 0;
    }
    .splashtext {
        font-size: 1rem;
        margin-left: 0;
        margin-right: 0;
        max-width: 850px;
    }
}

@media (max-width: 600px) {
    .splashscreen {
        font-size: 3rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1080px) {
  .d-ml-none { 
    display: none !important; 
  }
}

@media (max-width: 1079.98px) {
  .d-ml-block {
    display: none !important; 
  }
}

@media (min-width: 1080px) {
  .d-ml-block { 
    display: block !important; 
  }
}



.nav-link {
  font-family: "Montserrat", sans-serif;
  color: #f8fdff;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-link:hover,
.nav-link:active,
.nav-link:after {
  color: #ec008c !important;
  border-bottom: 2px solid #ec008c;
  font-weight: 800;
  transition: 0.2s ease;
}

.text-offwhite {
    color: #f8fcff;
}

.bg-offwhite {
    background-color: #f8fcff;
}

.text-gray {
    color: #212a38;
}

.bg-gray {
    background-color: #212a38;
}

.bg-navy {
    background-color: #0b164f;
}

.bg-plum {
    background-color: #841859;
}

.bg-darkblue {
    background-color: #2b3990;
}

.bg-tinted {
    background-color: #e7e5ee;
}

.bg-opaque-tint {
  background-color: rgba(197, 201, 221, 0.35);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.text-darkblue {
    color: #2b3990;
}

.bg-magenta {
    background-color: #ec008c;
}

.text-magenta {
    color: #ec008c !important;
}

.font-100 {
    font-weight: 100;
}

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}


.montserrat {
    font-family: "Montserrat", sans-serif;
}


.min-vh-25 {
  min-height: 25svh !important;
}
.min-vh-50 {
  min-height: 50svh !important;
}
.min-vh-75 {
  min-height: 75svh !important;
}

.min-vh-100 {
  min-height: auto !important;
  height: 100svh;
}

.hero-section .min-vh-25 {
  position: relative;
  z-index: 1;
}

.hero-section .min-vh-25::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 22, 79, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 0;
}

.hero-section .min-vh-25 .slider {
  position: relative;
  z-index: 1;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.homepage {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide {
  padding: 0 20px;
  text-align: center;
}

.slider { width: 100%; }
      .slick-track { display: flex; align-items: center; }
      .slick-slide { padding: 0 10px; box-sizing: border-box; }
      .slick-slide img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
      @media (max-width: 480px) {
        .slick-slide { padding: 0 5px; }
      }

.slick-slide {
  transform: scale(0.85);
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.carousel-wrapper {
  position: relative;
  width: 1000px;
  max-width: 100%;
  overflow: hidden;
}

.carousel-fade-left,
.carousel-fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 10;
  pointer-events: none;
}

.carousel-fade-left {
  left: 0;
  background: linear-gradient(to right, #2b3990, transparent);
}

.carousel-fade-right {
  right: 0;
  background: linear-gradient(to left, #2b3990, transparent);
}



.panel-image {
    max-height: 500px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .col-md-6 .panel-image {
      max-height: 150px;
      object-fit: cover;
    }
}

.text-panel {
    color: #e0e0e0;
}

.text-panel h2 {
    font-family: "Montserrat", sans-serif;
    border-bottom: 2px solid #841859;
    padding-bottom: 0.75rem;
}

.text-panel p {
    line-height: 1.85;
    font-size: 1.05rem;
}

.btn-mk2 {
  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  color: #0b164f;
  background-color: #ec008c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}

.btn-mk2:hover {
  background-color: #e7e5ee !important;
  color: #ec008c;
  transition: 100ms ;
}

.btn-mk2:active {
  background-color: #a40063 !important;
  color: #0b164f;
  transition: 100ms;
}

.btn-mk2-magenta {
  padding: 17px 40px;
  border-radius: 50px;
  cursor: pointer;
  border: 0;
  color: #e7e5ee;
  background-color: #ec008c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s ease;
}

.btn-mk2-magenta:hover {
  background-color: #a40063 !important;
  color: #e7e5ee;
  transition: 100ms;
}

.btn-mk2-magenta:active {
  background-color: #0b164f !important;
  color: #e7e5ee !important;
  transition: 100ms;
}

.btn-mk2-navy {
  background-color: #2b3990;
  color: #e7e5ee !important;
}

.btn-mk2-navy:hover {
  background-color: #0b164f !important;
  color: #e7e5ee !important;
  transition: 100ms;
}

.btn-mk2-navy:active {
  background-color: #040d3c !important;
  color: #bebacd !important;
  transition: 100ms;
}


.btn-bold {
  font-weight: 600;
}

.accordion-button {
  color: #0b164f;
  background-color: #f8fdff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}


.accordion-body {
  background-color: #f8fdff;
  color: #212a38;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}


.order {
    width: 100%;
    height: 750px;
}


.info-box {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: clamp(2px, 0.5vw, 6px);
  overflow: hidden;
  margin: 0;
  width: min(100%, 960px);
  padding: clamp(0.75rem, 2vw, 1.5rem);
}


#map {
    display: block;
    height: 400px;
    max-width: 1000px;
}

.leaflet-control-attribution {
    opacity: 0 !important;
}


.status-flag {
  display: inline-block;
  padding: 0.35em 0.85em;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8rem, 1vw + 0.3rem, 1rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-flag.open {
  background-color: #1a7f4b;
  color: #f8fdff;
}

.status-flag.closed {
  background-color: #b91c1c;
  color: #f8fdff;
}

.navbar {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.navbar-opaque-tint {
  background-color: rgba(197, 201, 221, 0.35);
}

.navbar-gradient {
  margin: 0;
  border-style: none none solid none;
  border-image: linear-gradient(to right, #2b3990 0%, #ec008c 100%) 1;
}


hr.divider {
  border: none;
  height: 1px;
  border-radius: 1px;
  background-color: #878787;
  margin: 35px 0;
}

hr.xl-divider {
  border: none;
  height: 1px;
  border-radius: 1px;
  background-color: #878787;
  margin: 75px 0;
}

hr.spacer {
  height: 15px;
  border: 0;
}

hr.sm-spacer {
  height: 5px;
  border: 0;
}


.content-box-text p, li, ul {
  font-size: 1.15rem;
  color: #212a38;
  font-family: "Montserrat", sans-serif;
}


.content-box-text a {
    font-family: "Montserrat", sans-serif;
    color: #ec008c;
    text-decoration: none;
}

.content-box-text a:hover {
    color: #212a38;
    transition: 100ms;
}


.content-box-text h1,h2,h3 {
  font-size: 2.5rem;
  color: #212a38;
}

.content-box-text h4,h5,h6 {
  font-size: 1.3rem;
  color: #212a38;
}

.content-box {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin: 25px 0;
}

.content-box,
.content-box .container-fluid {
  overflow: visible !important;
}

.content-box-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-box .content-banner {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 4px 4px 0 0;
}


.content-box .content-box-text {
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .content-box-side {
    flex-direction: column;
  }

  .content-box-side img,
  .content-box-side .content-box-text {
    width: 100%;
  }

  .content-box-side img {
    height: 200px;
  }
}

.gallery-box {
  height: 390px;
  background-color: transparent;
  overflow: hidden;
  padding: 10px;
  aspect-ratio: 1;
}

.gallery-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}


.advert-slot {
  max-width: 100%; height: auto; display: block; margin: 0 auto;
}

.hover-zoom-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 1 / 1;
}

.hover-zoom-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transform-origin: center center;
  display: block;
}

.hover-zoom-box:hover img {
  transform: scale(1.3);
  transition: transform linear 20s;
}

.hover-zoom-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgb(23, 23, 39));
  z-index: 3;
}

.hover-zoom-box .overlay-header {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  left: 0;
  color: #f8fdff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 10px;
  font-size: clamp(1.75rem, 1.5vw, 1.5rem);
  margin: 0;
}

.hover-zoom-box .overlay-text {
  position: absolute;
  z-index: 4;
  bottom: 10;
  left: 0;
  color: #f8fdff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 10px;
  font-size: clamp(1.25rem, 1vw, 1rem);
  margin: 0;
}

.overlay-header .overlay-text {
  pointer-events: none;
}

.hover-zoom-box a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .col-lg-5ths {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1300px) {
  .hover-zoom-box .overlay-text {
  font-size: clamp(1.1rem, 1.1vw, 1.1rem);
  }

  .hover-zoom-box .overlay-header {
    font-size: clamp(1.25rem, 1.25vw, 1.25rem);
  }
}

@media (max-width: 950px) {
  .hover-zoom-box .overlay-text {
  font-size: clamp(1rem, 1vw, 1rem);
  }

  .hover-zoom-box .overlay-header {
    font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  }
}

@media (max-width: 667px) {
  .hover-zoom-box .overlay-text {
  font-size: clamp(.75rem, .75vw, .75rem);
  }

  .hover-zoom-box .overlay-header {
    font-size: clamp(1rem, 1vw, 1rem);
  }
}





:root {
    --fm-bg:          #0b164f;
    --fm-text:        #f8fdff;
    --fm-text-hover:  #e6007e;
    --fm-text-active: #e6007e;
    --fm-accent:      #e6007e;  
    --fm-close-hover: #e6007e;
    --fm-stagger:     60ms;
  }

  #fullscreen-menu {
    position: fixed;
    inset: 0;
    background: var(--fm-bg);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
 
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s,
  }
 
  #fullscreen-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  #menuClose {
    position: absolute;
    top: 18px;
    right: 18px;
    background: transparent;
    border: 0;
    color: #f8fdff;
    font-size: 42px;
    line-height: 1;
    padding: 6px;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.3s ease;
  }
  #menuClose:focus-visible { outline: 2px solid var(--fm-accent); border-radius: 4px; }
 
  .fullscreen-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
  }
 
  .fullscreen-nav li {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.45s ease, transform 0.45s ease;
  }
 
  #fullscreen-menu.is-open .fullscreen-nav li:nth-child(1) { transition-delay: calc(var(--fm-stagger) * 1); }
  #fullscreen-menu.is-open .fullscreen-nav li:nth-child(2) { transition-delay: calc(var(--fm-stagger) * 2); }
  #fullscreen-menu.is-open .fullscreen-nav li:nth-child(3) { transition-delay: calc(var(--fm-stagger) * 3); }
  #fullscreen-menu.is-open .fullscreen-nav li:nth-child(4) { transition-delay: calc(var(--fm-stagger) * 4); }
  #fullscreen-menu.is-open .fullscreen-nav li:nth-child(5) { transition-delay: calc(var(--fm-stagger) * 5); }
  #fullscreen-menu.is-open .fullscreen-nav li:nth-child(6) { transition-delay: calc(var(--fm-stagger) * 6); }
 
  #fullscreen-menu.is-open .fullscreen-nav li {
    opacity: 1;
    transform: translateY(0);
  }
 
  .fullscreen-nav a {
    display: inline-block;
    font-size: clamp(2rem, 8vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--fm-text);
    text-decoration: none;
    padding: 12px 24px;
    position: relative;
    transition: color 0.2s ease;
    line-height: 1.1;
  }
 
  .fullscreen-nav a::after {
    content: '';
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 8px;
    height: 3px;
    background: var(--fm-accent);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s cubic-bezier(0.4,0,0.2,1);
    border-radius: 2px;
  }
 
  .fullscreen-nav a:hover,
  .fullscreen-nav a:focus-visible     { color: var(--fm-text-hover); outline: none; }
  .fullscreen-nav a:hover::after,
  .fullscreen-nav a:focus-visible::after { transform: scaleX(1); }
 
  .fullscreen-nav a.active            { color: var(--fm-text-active); }
  .fullscreen-nav a.active::after     { transform: scaleX(1); opacity: 0.5; }
 

  body.fm-open { 
    overflow: hidden; 
  }