/* Variables */

:root {
  /* Core grays */
  --white: #FFFFFF;
  --opal: #fafafb;
  --silver: #edf0f2;
  --titanium: #dce2e6;
  --aluminium: #b9c5cd;
  --plutonium: #7d8990;
  --gunmetal: #545b60;
  --charcoal: #2a2e30;
  --subcharcoal: #1a1e20; /* Used in map bg */

/* toggle mode 
  --white: #2a2e30;
  --opal: #545b60;
  --silver: #7d8990;
  --titanium: #b9c5cd;
  --aluminium: #dce2e6;
  --plutonium: #edf0f2;
  --gunmetal: #fafafb;
  --charcoal: #fff;
  --subcharcoal: #1a1e20;  Used in map bg */
  
  /* Accent colors (you had these) */
  --pink: #ffa1f6;
  --green: #a1ffd2;
  --red: #fc6063;
  --yellow: #f0ff58;
  --blue: #a1c8ff;

  --red_2:        #ff7a8b;
  --purple_2:     #b585e6;
  --blue_2:       #6acfff;
  --teal_2:       #80fce8;
  --green_2:      #a3ffa3;
  --krash_2:      #e8ff80;

  --font_size_xxs: 0.625em;
  --font_size_xs: 0.75em;
  --font_size_sm: 0.8125em;
  --font_size_md: 0.9375em;
  
  /* ADD MISSING ONES YOU USE */
  --krashGreen: #a1ffd2; /* Used in space cards */
  --subcharcoal: #1a1e20; /* Used in map bg */
}

/*   COLOR    */
/* GRADIENTS  RedPurpleBlueTealGreenYellow*/
.grad_YR { background: linear-gradient(135deg, #F2FFD4 58%, #FFD4D6); }
.grad_RP { background: linear-gradient(135deg, #FFD4D6 58%, #E8D4FF); }
.grad_PB { background: linear-gradient(135deg, #E8D4FF 58%, #D4F2FF); }
.grad_BT { background: linear-gradient(135deg, #D4F2FF 58%, #A6FFF2); }
.grad_TG { background: linear-gradient(135deg, #D4FFF8 58%, #DEFFCB); }
.grad_GY { background: linear-gradient(135deg, #DEFFCB 58%, #F2FFD4); }
.grad_OS { background: linear-gradient(135deg, var(--opal) 58%, var(--silver)); }

@font-face {
  font-family: 'KRASHV';
  src: url('/type/KRASHVAR.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 50% 300%;
}

@font-face {
  font-family: 'Krash';
  src: url('/type/KRASHVAR.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 50% 300%;
/*  src: url('/type/Krash-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal; */
}
@font-face {
  font-family: 'Krash';
  src: url('/type/Krash-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KrashX';
  src: url('/type/Krash-X-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KrashX';
  src: url('/type/Krash-X-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'KrashF';
  src: url('/type/Krash-F-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KrashF';
  src: url('/type/Krash-F-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%; /* Changed from 100vw to 100% for consistent horizontal sizing */
    overflow-x: hidden; /* Hide horizontal scrollbar at the root level */
    /* box-sizing: border-box; is handled by the universal selector */
}

body {    
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100vh; /* Allows body to be at least viewport height, but grow as needed */
        height: auto; /* IMPORTANT: Remove fixed height */
        background: var(--titanium);
        /*font-family: 'aktiv-grotesk-extended', sans-serif  !important;   
        letter-spacing: -0.0385em; 
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-family: 'Krash', Arial, Helvetica Neue, Helvetica, sans-serif;
        */
        letter-spacing: -0.025em;
        font-family: 'KRASHV', sans-serif  !important;   
        font-stretch: expanded;
        font-size: 16px;
        color: var(--charcoal); 
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
  }

* {
  box-sizing: border-box;
}

header {
    width:100%;
    background: #fff;
}

main {
    flex-grow: 1; /* This is the key! It makes <main> take up all available vertical space */
    display: flex; /* Keep this if you want to center content within main, which your .container does */
    flex-direction: column; /* Keep this if you want to stack direct children of main */
    align-items: center; /* Keep this to center content within main */
    padding: 0em 1em 3em 1em;
    margin: 0;
    width: 100%; /* Changed from 100vw to 100% */
    background: var(--titanium);
}

footer {
    width:100%;
    padding: 1em 0 0 0;
  /*  background: var(--charcoal); */
}

b svg {
  height: 1em; 
}

/* ::: KDD SYS :::  */
/* Settings inline REM/EM */
.kdd svg { transform: translateY(0.01em); } /* micro-beardtrim */
.KDDIV_V { /*example XEM/EM1/ data-color:X */
    display:flex;
    flex:1 1em;
    justify-content:center;
    text-align:center;
    align-items:baseline;
}

.KDD_V {
    display: inline-flex;
    font-size: 1em;
    font-weight: 760;
    font-stretch: semi-expanded;
    letter-spacing: -0.08em;
    /* color: var(--plutonium);  */
    margin:0;
}
.TIK { font-size: 1rem; color: var(--aluminium); margin-left: -0.25em;}
.PRE { margin-right: -0.07em; /* EM(this) */ }
.PST { margin-left: -0.125em; /* EM(this) */ }
.TRM { margin-bottom:0;/* TRIMS CONTENT 'NOT' REQUIRED AT SMALL SCREEN */
    transition        : all 0.3s linear;
      -moz-transition   : all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition     : all 0.3s linear; 
    }
@media screen and (max-width: 410px) {  .TRM { display:none; }}


/* ::: STRUCTURALLY  ::: */

.container {
background-color: #ffffff;
border: 1px solid var(--charcoal);
    border-radius: 1.5em;
   /* box-shadow: 0 4px 12px var(--charcoal); */
    font-family: 'Krash', sans-serif  !important; 
    padding: 1em;
    width: 100%;
    max-width: 80vw;
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}       

.container:hover, .container:focus {
  
  box-shadow: 2px 4px 8px 0 rgba(42, 46, 48, 0.4),2px 6px 20px 0 rgba(42, 46, 48, 0.4);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.base_canv {   
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0em 1em;   /*max-width: 100vw;  margin: 0em;*/
    width:100%;
    max-width: 1286px;  
    margin: 0em auto;
    transition        : all 0.3s linear;
      -moz-transition   : all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition     : all 0.3s linear; }
@media screen and (max-width: 512px) {  .base_canv { padding: 0em 0.4em; }}

.flush_canv {  width:100%; max-width: 100vw;  margin: 0px;  padding:0px; }


.topgap {
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    overflow-x: auto;
    height: 2em;
    min-height: 1em;
    width:100%;
    overflow-y: hidden;
    overflow-x: hidden;
    align-items: center;
    margin-top: 0px;
  /*  background: #fff; */
}

/* HEADER  */ 
.mnav {
  box-sizing: border-box;
  margin: 0px;
  position: fixed;
  background: #ffffff;
  z-index: 29;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  gap:0.5em;
  justify-content: space-between;
  height: 80px;
  max-height: 80px;
  width: 100vw;
  max-width: 100vw;
  padding: 20px 24px;
  box-shadow: 2px 4px 8px 0 rgba(42, 46, 48, 0.4), 2px 6px 20px 0 rgba(42, 46, 48, 0.4);
  box-shadow: 0 2px 6px rgb(42 46 48 / 24%);
  border-bottom: 2px solid var(--charcoal);
}

.top_nav {
    /* HEADER  */ 
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    background: #ffffff;
    z-index: 29;
    height: 80px;
    max-height: 80px;
    width: 100%;
    max-width: 100%;
    padding: 1em 2em 1em 1em;
    box-shadow: 2px 4px 8px 0 rgba(42, 46, 48, 0.4), 2px 6px 20px 0 rgba(42, 46, 48, 0.4);
    box-shadow: 0 2px 6px rgb(42 46 48 / 24%);
    border-bottom: 2px solid var(--charcoal);
}

.nbase {
	display:none;
    opacity: 0.9;
	position: fixed;
    inset: 0px;
    z-index: 28;
    width: 100vw;
    height: 111vh;
    max-width:100vw;
    background: #2a2e30;
    padding: 80px 0px 0px; 
    box-sizing: border-box;
    font-size: 19px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    margin:0px;
}
.topbnav { overflow: hidden; position: relative; padding: 0px 48px 48px}                      
.topbnav a {
  /*  text-transform: uppercase; */
    color:#f9f9f9;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 0.88em;
  white-space: nowrap;
    float: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #1e1e1e;
}  
.topbnav a:after{
    content: '>';
    float: right;
    margin-left:5px;
    color: #9ba7a0;
    }
.topbnav a:before{ float: left;  content:""; }
.topbnav a:hover:after { color: #DF0; font-weight: 800;} 
.topbnav a:hover, a:focus, a:active { color: #ffffff; } 
@media screen and (max-width: 420px) {  .topbnav { padding: 0px 16px 48px; }} 

.minisubtitle {
    border: 0px;
    border-bottom: 1px solid var(--charcoal);
    padding: 0.5em 0em;
    font-size: 0.66em;
    margin-bottom: 1em;
}


.mnav:hover, .mnav:focus {  box-shadow: 2px 4px 8px 0 rgba(42, 46, 48, 0.4), 2px 6px 20px 0 rgba(42, 46, 48, 0.4); }
.m_spacer {max-width: 64vw; width:64vw; cursor:auto;}  
@media only screen and (max-width: 1020px) {   .m_spacer {max-width: 48vw; width:48vw;} }

@media screen and (max-width: 420px) {.mnav { padding:20px 16px}}
@media screen and (max-width: 246px) {.mnav { padding:20px 8px}}


    /* Hamburger menu animation */
    #nav-icon3 {
        width: 40px;
        height: 40px;
        position: relative;
        margin: 0px;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: var(--charcoal);
        border-radius: 18px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    #nav-icon3 span:nth-child(1) { top: 3px; }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) { top: 17px; }
    #nav-icon3 span:nth-child(4) { top: 31px; }
    #nav-icon3.open span:nth-child(1) { top: 18px; width: 0%; left: 50%; }
    #nav-icon3.open span:nth-child(2) {
        background: var(--krash_2);
        transform: rotate(45deg);
        top: 19px;
    }
    #nav-icon3.open span:nth-child(3) {
        background: var(--krash_2);
        transform: rotate(-45deg);
        top: 19px;
    }
    #nav-icon3.open span:nth-child(4) { top: 18px; width: 0%; left: 50%; }

.gback {
    z-index: 22;
    padding: 2px 4px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    margin-left: 24px;
    display: flex;
    background: -webkit-linear-gradient(to bottom right, #78ffbd, #dfff00);
    background: -o-linear-gradient(135deg, #78ffbd, #dfff00);
    background: linear-gradient(135deg, #78ffbd 40%, #dfff00);
}

/* TABLES */

  /* -- COMPLEXTABLE flex option -- */
  div { box-sizing: border-box;}

  .table-container {
  display: block;
      margin: 0em auto;
      width: 100%;
      font-size: 0.7em;
      background: #ffffff;
      border-radius: 1rem;
      padding-bottom: 0.8em;
      border: 1px solid #7D8990;
  }
  .flex-table {
    display: flex;
    flex-flow: row wrap;
    max-width:100%;
    margin:0px;
  /* border-left: solid 1px #d9d9d9; */
    transition: 0.5s;
    &:first-of-type {
    /* border-top: solid 1px #2a2e30;
      border-left: solid 1px #2a2e30; */
      text-align: left;
    }
    &:first-of-type .flex-row {
      background: var(--charcoal); 
      color: white;
      border-color: var(--charcoal); 
      text-align: center;
    }
    &.row:nth-child(odd) .flex-row {
      background: #F8F9FA;
    }
  /*  &.row:nth-child(odd) .flex-row:hover {
      background: #ddff00;
    } */
    &:hover {
      background: #FBFCFC;
      transition: 300ms;
    }
  }

  .table-header {
      padding-top: 0.8em;
      border-top-right-radius: 1em;
      border-top-left-radius: 1em;
      background: #2a2e30;
      border-left: 0px;
      &:hover { background: #2a2e30;  }
  }
  .flex-row {
    width: calc(100% / 5);
    text-align: left;
    padding: 0.6em 0.4em;
    border-right: solid 1px #c3cdd3;
    border-top: solid 1px #c3cdd3;
    overflow-x: hidden;
    text-wrap: nowrap;
  }

  .rowspan {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;

  }

  .column {
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    padding: 0;
  }
  .column .flex-row {
      display: flex;
      flex-flow: row wrap;
      width: 100%;
      padding: 0;
      border: 0;
      border-bottom: solid 1px #c3cdd3;
    }
    .column .flex-row .bld {  font-weight:bold; }
    .column .flex-row .rght {  text-align:right; padding-right: 12px;     border-right: 0px;}
    .column .flex-row .cntr {  text-align:center; padding-right: 12px; }
    .column .flex-row .clpso {  display:flex; }
    .column .flex-row:hover,   .column .flex-row:focus {
        background: #ffffff;
        transition: 500ms;
      }

  @media all and (max-width: 560px) {  
      .flex-row {  width: calc(100% / 3); }
      .clpso { display:none; }
      .column {  width: 100%; }
  }
  @media all and (max-width: 767px) {
      .flex-row {
          padding: 1.0em 0.6em;  
      }
  }
  .bld {  font-weight:bold; }
  .rght {  text-align:right; padding-right: 12px; font-weight:bold; border-right: 0px;}
  .first {  text-align:left; font-weight:bold;}
  .flink {cursor:pointer;}
  .flink:hover {color:#A259E0;}
  /* -- //END COMPLEX flex option -- */



/*SlideNav */


/*HNAV = Side scroller with icon switch+ text. */
.hnav {
  display: flex;
  overflow-x: auto;
  height: 80px;
  background: var(--opal);
 /* background: #EDF0F2;   border: 2px solid #d3dadf; */
  overflow-y: hidden;
  align-items: center;
  margin-top: 80px;
  justify-content: space-between;
  padding:0px;
  transition        : all 0.3s linear;
  -moz-transition   : all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition     : all 0.3s linear;
}
  
.hnav::-webkit-scrollbar {display: none;}
.hnav_item {
  min-height: 80px;
  min-width: 80px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
    padding: 2px 6px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; 
  }
 /*.hnav_item:hover,  .hnav_item:focus { background: #C3CDD3;   background: none;  }*/
  .hnav_item:hover .im_icon .top, .hnav_item:focus .im_icon .top{  
    display: inline;
    transition        : all 0.3s linear;
    -moz-transition   : all 0.3s linear;
    -webkit-transition: all 3.0s linear;
    -o-transition     : all 0.3s linear;
    }

.hnav_item a { color: inherit; text-decoration: none; }

.im_icon {
    min-width: fit-content;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 3px;
    cursor: pointer;  
    position: relative;
    display: inline-block;
    border-radius:80px;
}
.hnav_item img {
    margin: 0px;
    width: 38px;
    margin-bottom: 2px;
    height: 38px;  
    touch-action: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  -drag: none;
}
.im_icon .top {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 14;
    touch-action: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  -drag: none;
}
.im_icon:hover { /* background: #19242c; */ border:0px; }
.im_icon:hover .top, .im_icon:focus .top{  
    display: inline;
    transition        : all 0.3s linear;
    -moz-transition   : all 0.3s linear;
    -webkit-transition: all 3.0s linear;
    -o-transition     : all 0.3s linear;
    }
.icon_tag { font-size: 8px; min-width: 52px;   text-align: center;} 



/* FOOTER  */
.foot {
  margin: 0 1em;
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
    background: var(--charcoal);
    padding: 1.5em;
    box-sizing: border-box;
    color: var(--titanium);
    min-height: 24vh;
    border-radius: 0;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
}
.foot_txt {
    font-size:0.75em;
    padding: 0;
    line-height: 0.75em;
    width: fit-content;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 4em;
    color: var(--aluminium);
}
.foot a {
    color:var(--opal);
    font-size:0.86em;
    line-height: 1.5em;
    display: inline; /* against Stripe block styling */
    font-weight: bold;
    text-decoration: none;
}

.foot a:hover, .foot a:focus {
    color:#ddff00;
}

/* social icons */
.sockfoot { 
  width: 1.5em;
  height: 1.5em;
  opacity: 0.33;
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}


/* ============================================
   PLACE CARDS GRID - Responsive flex layout
   ============================================ */

.place-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    padding: 0em;
    max-width: 1400px;
    margin: 0 auto;
}

.place-card {
    flex: 1 1 300px;  /* Grow, shrink, base 300px */
    max-width: 350px; /* Don't get too wide */
    min-width: 236px; /* Don't get too narrow */
    border-radius:1.5em;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.place-card:hover {
    /*transform: translateY(-4px);*/
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
/* Responsive breakpoints (new jb) */
@media (max-width: 631px) {
    .place-cards-grid {
        padding: 0.25em;
    }
    
    .place-card {
        flex: 1 1 100%; /* Full width on mobile */
        max-width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 632px) {
    .place-card {
        flex: 1 1 calc(50% - 1em); /* 2 columns on tablets */
max-width: 46vw;
    }
}

@media (min-width: 784px) {
    .place-card {
        flex: 1 1 calc(33.333% - 1em); /* 3 columns on tablets */
        max-width: 30vw;
    }
}

@media (min-width: 1110px) {
    .place-card {
        flex: 1 1 calc(25% - 1em); /* 4 columns on desktop */
      max-width:24vw;
    }
}

@media (min-width: 1400px) {
    .place-card {
        flex: 1 1 calc(20% - 1em); /* 5 columns on large screens */
        max-width:19vw;
    }
}

/* Responsive breakpoints 
@media (max-width: 768px) {
    .place-cards-grid {
        padding: 0.5em;
    }
    
    .place-card {
        flex: 1 1 100%; /* Full width on mobile 
        max-width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .place-card {
        flex: 1 1 calc(50% - 1em); /* 2 columns on tablets 
    }
}

@media (min-width: 1025px) {
    .place-card {
        flex: 1 1 calc(33.333% - 1em); /* 3 columns on desktop 
    }
}

@media (min-width: 1400px) {
    .place-card {
        flex: 1 1 calc(25% - 1em); /* 4 columns on large screens 
    }
}  */

/* Splide overrides for place cards */
.place-card .splide__pagination {
    bottom: 5px;
}

.place-card .splide__pagination__page {
    background: rgba(255, 255, 255, 0.5);
}

.place-card .splide__pagination__page.is-active {
    background: rgba(255, 255, 255, 1);
}

.minip {
    cursor: pointer;
    width: 58px;
    height: 58px;
    background: #ffffff;
    z-index: 9;
    top: 16px;
    left: 12px;
    padding: 2px;
    position: absolute;
    line-height: 0.6;
    border-radius: 54px;
}
.minip:hover, .minip:focus {
    box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.4),2px 6px 20px 0 rgba(0,0,0,0.4);
    transition: all .3s ease;
    -webkit-transition: all .2s ease;
}

/* ::: TYPOGRAPHY  ::: */
h1 {
   margin-top:1em; letter-spacing: -0.08125em; font-size: 3.0em; line-height: 0.8125em; font-weight: bold; -webkit-box-sizing: border-box; box-sizing: border-box; /* white-space: nowrap; animation: ainimate 2s linear forwards; */
} @media (max-width: 563px) {  h1 { font-size: 2.4em; overflow-wrap: break-word;  }
}
h2 {
margin-top:0.25em; letter-spacing: -0.08em; font-size: 1.5em; line-height: 0.9em; font-weight: bold; box-sizing: border-box;
} @media (max-width: 563px) { h2 { font-size: 1.25em; overflow-wrap: break-word; }
}

h3 {
box-sizing: border-box;  letter-spacing: -0.066em; font-weight:bold; font-size: var(--font_size_md);
}

.title_txt { margin-top:0.375em; letter-spacing: -0.08125em; font-size: 5.0em; line-height: 0.8125em; font-weight: bold; -webkit-box-sizing: border-box; box-sizing: border-box; /* white-space: nowrap; animation: ainimate 2s linear forwards; */
} 

.sub_title_txt { margin-top:0.25em; letter-spacing: -0.05em; font-size: 1.5em; line-height: 0.9em; font-weight: bold; box-sizing: border-box;
} 

@media (max-width: 563px) { 
  .sub_title_txt { font-size: 1.25em; overflow-wrap: break-word; }
  .title_txt { font-size: 2.4em; margin-top:0.5em; overflow-wrap: break-word;  font-family: "KrashX", sans-serif;}
}



.pln_txt { box-sizing: border-box; margin-top:0.5em; letter-spacing: -0.066em;}
.pln_txt_b { /*margin-top:0.5em; */ box-sizing: border-box;  letter-spacing: -0.066em; font-weight:bold; }
.det_txt { /*margin-top:0.5em; */ font-size: var(--font_size_sm); line-height: normal;}
.det_txt_b { /*margin-top:0.5em; */ font-size: var(--font_size_sm); line-height: normal; font-weight:bold;}
.sml_txt {  /*margin-top:0.66em; line-height: normal; */ color: var(--plutonium); font-size: var(--font_size_xs); }
.sml_txt_b { /*margin-top:0.66em; padding-top: 1em; line-height: normal;*/color: var(--plutonium); font-size: var(--font_size_xs);  font-weight: bold; }

/* :: Box/display :: */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px;
  width: 98vw;
}

.card {
  width: 98%;
  margin-bottom: 20px;
  border: 1px solid #7D8990;
  padding: 0px;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  text-align: left;
  height: min-content;
}
.card_2 {
  box-sizing: border-box;
  width: 98%;
  margin-bottom: 20px;
  border: 1px solid #7D8990;
  padding: 0px;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  text-align: left;
  height: min-content;
}

.card_3 {
  box-sizing: border-box;
  width: 98%;
  margin-bottom: 6px;
  border: 1px solid #7D8990;
  padding: 1em;
  text-align: left;
  background: #ffffff;
  border-radius: 24px;
  text-align: left;
  height: min-content;
}

.card_4 {
  margin-bottom:0px; border-color: #fff; width:49%;
  box-sizing: border-box;
  padding: 0px;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  text-align: left;
  height: min-content;
}

.card_m {
    display: flex; 
    flex-wrap:wrap; 
    margin-bottom: 0; 
    padding:0.5em 1em; 
    border-radius:1.5em; 
    gap: 0.25em;
    box-sizing: border-box;
    width: 98%;
    border: 1px solid #7D8990;
    text-align: center;
    background: #ffffff;
    text-align: left;
    height: min-content;
}

.prime_card {
  width: 98%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 0px;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  text-align: left;
  height: min-content;
}
@media (min-width: 560px) {
  .card {
      width: 48%;
  }

}

@media (min-width: 728px) {
  .card {
      width: 32%;
  }
  .prime_card {
      width: 32%;
  }
  .card_2 {
      width: 32%;
  }
  .card_3 {
      width: 65%;
  }
  .card_4 {
    width: 32%; /* same as card 2 with 50% at full stretch. */
}
}
.card_content {padding:1em; }

.user_box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
   /* cursor: pointer; */
    padding: 0.25em 0 0 0;
    width: fit-content;
} /* @media (max-width: 333px) { .user_box { flex-wrap: wrap;}} */
.user_img_box { box-sizing: border-box;}
.user_info_box { box-sizing: border-box; padding: 0 0.25em; width: max-content;}
.user_txt_box { box-sizing: border-box;}
    .user_txt_box.pln_txt {margin:0px; padding:0px; line-height: 0.95em;}
    .user_txt_box.det_txt {margin:0px; padding:0px; line-height: 0.95em;}
    .user_txt_box.sml_txt {margin:0px; padding:0px; line-height: 0.95em;}
.user_img {
    border-radius: 2em;
    height: 2em;
    width: 2em;
    border: 0px solid var(--charcoal);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.place_img {
  border-radius: 0.5em;
  height: 2.5em;
  width: 2.5em;
  border: 0px solid var(--charcoal);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.wh_box {
    margin: 0.5em 0 0 0;
    background: #ffffff;
    border-radius: 1.75em;
    border: 1px solid var(--plutonium);
    padding: 1em;
    width:100%;
    max-width: 960px;
    box-sizing: border-box;
}

.wh_box:hover, .wh_box:focus
 {
    box-shadow: 2px 4px 8px 0 rgba(42, 46, 48, 0.4), 2px 6px 20px 0 rgba(42, 46, 48, 0.4);
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}

/* ::: FORMS ::: */
.sec_label { text-transform: uppercase; font-size: 0.77em; font-weight: bold; white-space: nowrap; color: var(--plutonium);}

input {
      color: var(--plutonium); 
      margin-top: 0.1em;
      margin-bottom: 1.1em;
      padding: 0.5em 1em;
      appearance: none;
      box-shadow: none;
      box-sizing: border-box;
      border: 0.5px solid var(--silver); 
      width: 100%;
      outline: 0px;
      font-size: 16px;
      font-family: "Krash", sans-serif;
      letter-spacing: -0.05em;
      border-radius: 0.5em;
  }

input[type="checkbox"] {
    border-radius: 1em;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0.25em;
    padding: 0.25em;
    border: initial;
    width: fit-content;
}

select {
      color: var(--plutonium); 
      margin-top: 0.1em;
      margin-bottom: 1.1em;
      padding: 0.5em 1em;
      appearance: none;
      box-shadow: none;
      box-sizing: border-box;
      border: 0.5px solid var(--silver); 
      width: 100%;
      outline: 0px;
      font-size: 16px;
      font-family: "Krash", sans-serif;
      letter-spacing: -0.05em;
      border-radius: 0.5em;
  }

textarea {
    line-height: 1.0;
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: #FFFFFF;
    -webkit-rtl-ordering: logical;
    margin: 0em;
    margin-top: 0.1em;
    margin-bottom: 1em;
    width: -webkit-fill-available;
    font-size: 16px;
    padding: 1px 2px;
    -webkit-appearance: none;
    padding: 15px 24px 17px;
    border: 0.5px var(--silver);
    border-radius: 12px;
    cursor: text;
    color: var(--gunmetal);
    outline: 0px;
    font-family: "Krash", Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
  }
  /* iphone zoom consideration */
  @media screen and (min-width: 563px) {
    input, select, textarea {   font-size:0.86em; }
  }

.form_alert {
    border: #ff4566 2px solid;
  }

.option-input-small {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 6.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 27px;
    width: 27px;
    transition: all 0.15s ease-out 0s;
    border-color: var(--gunmetal);
    border: solid 2px;
    color:  var(--gunmetal);
    cursor: pointer;
    display: inline-block;
    margin-right: 0.1em;
    outline: none;
    position: relative;
    z-index: 12;
    border-radius: 50%;
    padding: 12px 12px 12px;
    background:#ffffff;
  }
  .option-input-small:hover {
      color:#ffffff;
      background: -webkit-linear-gradient(to bottom right, #7b61ff,#7b61ff);
      background: -o-linear-gradient(135deg, #7b61ff,#7b61ff);
      background: linear-gradient(135deg, #7b61ff 40%, #7b61ff );
    border-radius: 50%;
  }
  .option-input-small:checked {
      color:#ffffff;
      background: -webkit-linear-gradient(to bottom right, #7b61ff,#7b61ff);
      background: -o-linear-gradient(135deg, #7b61ff,#7b61ff);
      background: linear-gradient(135deg, #7b61ff 40%, #7b61ff );
    border-radius: 50%;
  }
          .option-input-small:checked::before {
            border-radius: 50%;
            height: 20px;
            width: 20px;
            left: 2px;
            top: 3px;
  
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 13px;
            text-align: center;
            line-height: 20px;
          }
          .option-input-small:checked::after {
            border-radius: 50%;
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
      background: -webkit-linear-gradient(to bottom right, #78ffbd,#dfff00);
      background: -o-linear-gradient(135deg, #78ffbd,#dfff00);
      background: linear-gradient(135deg, #78ffbd 40%, #dfff00 );
            content: '';
            display: block;
            position: relative;
            z-index: 100;
          }
          .option-input-small.radio {
            border-radius: 50%;
          }
          .option-input-small.radio::after {
            border-radius: 50%;
          }
    .option-input-small-label {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      font-size: 0.88em;
      line-height: 1.1em;
      margin-top: 3px;
    }
  @-webkit-keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }
  
  @-moz-keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }
  
  @-o-keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }
  
  @keyframes 
  click-wave { 0% {
   width: 20px;
   height: 20px;
   opacity: 0.35;
   position: relative;
  }
   100% {
   width: 200px;
   height: 200px;
   margin-left: -100px;
   margin-top: -100px;
   opacity: 0.0;
  }
  }

/* ::::::::::::: BUTTONS / CLICKABLES   ::::::::::::::   */
.bttr { box-sizing: border-box; position: relative; display: flex; justify-content: space-between; z-index: 4; padding: 1em; flex-wrap: wrap;  align-items: baseline;}
.butt {
    position: relative;
    width: fit-content;
    height: 2em;
    display: flex;
    border-radius: 2em;
    justify-content: center;
    align-items: center;
    padding: 0.0625em 1.25em;
    font-family: "Krash", sans-serif;
    font-size: 1.0em;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: -0.05em;
    user-select: none;
    margin: 0.125em;
    cursor: pointer;   
    border: 2px solid var(--charcoal); color: var(--charcoal); 
    }
    .butt::before {
            content: '';
            position: absolute;
            z-index: -1;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            filter: blur(0.5em);
            border-radius: 2em;
            transform: translateY(1px) scale(0.9);
            background: linear-gradient(135deg, #d4fc00, #ff4566, #a259e0, #1db3ff, #70ff70);        
        }
    .butt:hover::before, .butt:focus::before {
            background: linear-gradient(-135deg,  #d4fc00, #ff4566, #a259e0, #1db3ff, #70ff70);
            opacity: 1.0;
            transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
        }

    .wht { background: #ffffffe8; border: 2px solid var(--charcoal); color: var(--charcoal); } /* #FFFFFF */
       .wht:hover, .wht:focus {  background: var(--charcoal); color: #ffffff; }
    .sil { background: var(--titanium); } /* #DCE2E6 */
        .sil:hover, .sil:focus { background: var(--charcoal); color: #ffffff; } 
    .tit { background: var(--aluminium); } /* #B9C5CD */
        .tit:hover, .tit:focus { background: var(--charcoal); color: #ffffff; }
    .gun { background: var(--gunmetal); } /* #545B60 */
        .gun:hover, .gun:focus { background: var(--titanium);}
    .chr { background: var(--charcoal); color: #ffffff; } /* #2A2E30 */
        .chr:hover, .chr:focus { background: #ffffff; color: var(--charcoal); }

        /* ::::::::::::: Google Button Styling (Compliant) :::::::::::::: */
        .google-butt-wrapper {
            /* This is the container that gives the Google button a look that complements your brand */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.125em 0.5em; /* Padding for visual spacing */
        }
        
        /* Dark Theme Button */
        .g-button-container-dark {
            display: flex;
            align-items: center;
            height: 3.2em; /* Increased height by 2px */
            padding: 0 1.7em; /* Increased padding by 2px */
            border-radius: 2em;
            background-color: #4285F4; /* Google Blue */
            border: 1px solid #4285F4;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            font-family: 'Roboto', sans-serif; /* Compliant font */
            font-weight: 500;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.2s ease;
            font-size: 1.25em; /* Updated font size to 1.25em */
        }

        .g-button-container-dark:hover {
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            transform: translateY(-1px);
        }

        .g-button-container-dark .g-logo {
            width: 1em; /* SVG width relative to parent font size */
            height: 1em; /* SVG height relative to parent font size */
            margin-right: 0.5em;
        }

/* ::::::::::::: MODALS ::::::::::::::   */

/* PANES */
.pane {
  display:none;
  flex-wrap: wrap;
  position:fixed;
  border: 2px solid var(--charcoal); 
  border-bottom: none;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  height: 100%;
  height: -moz-available;          
  height: -webkit-fill-available;  
  height: fill-available;
  width: -webkit-fill-available;
  width: 100%;
  width: -moz-available;          
  width: -webkit-fill-available;  
  width: fill-available;
  margin-left: 6px;
  margin-right: 6px;
  /*  background: url(/img/ui/sunset.webp) no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: var(--white);
  left: 0px;
  bottom: 0px;
  box-shadow: 2px 4px 8px 0 rgba(25,36,44,0.4),2px 6px 20px 0 rgba(25,36,44,0.4);
  
  transition        : all 0.3s ease-out;
  -moz-transition   : all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition     : all 0.3s ease-out;
}   
#pane {
  z-index: 22;    
}
#qane {
  z-index: 23;    
}
.pane_top {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  background: #fff;
  padding: 18px;
  height: 32px;
}  
.pane_cont {
  
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    padding-bottom: 56px;
}

.pane_fade {
  position: absolute;
  min-height: 24px;
  background: linear-gradient(#ffffff, #ffffff00);
  width: 100%;
  z-index: 39;
  top: 32px;
  left: 0px;
}

.closePane {
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
  display: flex;
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 1.5em;
  width: 1.4em;
  height: 1.4em;
  color: var(--charcoal); 
  z-index: 55;
  cursor: pointer;
  border: 2px solid var(--charcoal); 
  opacity: 0.8;
  justify-content: center;
  align-items: center;
}
.closePane:hover, .closePane:focus{
  border: 2px dashed var(--charcoal); 
  opacity:1.0;
  }  

/* ::::::::::::::::::::::: POP  */

#thePop {
    display:flex;
    margin: 80px 0 0;
    align-items:center;
      position: fixed;
      width: 100vw;
      height: calc(100vh - 80px);
      background: #2a2e30A2;
      Z-index: 44;
      left: 0px;
      top: 0px;
       -webkit-transition: opacity 400ms ease-in;
      -moz-transition: opacity 400ms ease-in;
      transition: opacity 400ms ease-in;  
      }
#popTart {
      width: 90vw;
      max-width: 640px;
      height: fit-content;
      max-height: 80vh;
      min-height: 25vh;
      background: #fff;
      margin: auto;
      border: 2px solid var(--charcoal); 
      box-shadow: 2px 4px 8px 0 rgb(42 46 48 / 24%), 2px 6px 20px 0 rgb(42 46 48 / 24%);
      transition        : all 0.3s ease-in;
      -moz-transition   : all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -o-transition     : all 0.3s ease-in;
      border-radius: 1.5em;
}

.closePop {
  margin: 0px;
  font-size: 0.77em;
  font-weight: bold;
  display: flex;
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 1.5em;
  width: 1.4em;
  height: 1.4em;
  color: var(--charcoal); 
  z-index: 55;
  cursor: pointer;
  border: 2px solid var(--charcoal); 
  opacity: 0.8;
  justify-content: center;
  align-items: center;
}
.closePop:hover, .closePop:focus{
  border: 2px dashed var(--charcoal); 
  opacity:1.0;
  }  

  .dark {color:var(--opal);}

.closePop .dark {
 color: var(--opal);  
}
.closePop.dark:hover, .closePop.dark:focus{
  border: 2px dashed var(--opal); 
  opacity:1.0;
  } 

.pop_fade {
  position: relative;
  min-height: 24px;
  background: linear-gradient(#ffffff, #ffffff00);
  width: 100%;
  z-index: 39;
  top: 0px;
  left: 0px;
}
.pop_core {
  position: relative;
    z-index: 38;
    max-height: 65vh;
    width: 100%;
    overflow: inherit;
    overflow-y: scroll;
    margin: -24px 0 1em 0;
}

.pop_confirmation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:1em;
    gap: 0.5em;
}

.clr_box {
    margin: 0.5em 0 0 0;
    padding: 1em;
    width:100%;
    max-width: 960px;
    box-sizing: border-box;
}

/* NEW TEST FOCUS - LISTBASE. */

.foc_list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.foc_list_row {
    /* X requested-stay-item  */
    display: flex;
    flex-wrap: wrap;
    background-color: var(--opal);
    padding: 0.5rem 0.5rem;
    border-radius: 1rem;
    gap: 0.25em;
}

.foc_card {
    display: flex;
    align-items: center;
    gap: 0.5rem 8px;
}
.foc_card_img {
    flex-shrink: 0;
}
.foc_card img {
    height: 2.75em;
    width: 2.75em;
    border-radius: 4em;
}
.foc_card_text {
    display: flex;
    flex-direction: column;
    text-transform:capitalize;
}
.foc_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
    gap: 0.5rem;
}
.foc_status {
    /* Base style for the badge */
    color: var(--charcoal);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    width: 100%;
    max-width: 100%;
    transition: background-color 0.3s;
    border: 1px solid var(--silver);
    cursor: pointer;
    text-align: right;
}
/* Specific colors for each status */
.foc_status.accepted { background-color: #D4F2FF; }
.foc_status.pending { background-color: #E8D4FF; }
.foc_status.booked { background-color: #E4FFD4; }
.foc_status.declined { background-color: #FFD4D6; }
.foc_status.cancelled { background-color: #FFD4D6; }

.foc_status.accepted:hover,
.foc_status.pending:hover,
.foc_status.booked:hover,
.foc_status.declined:hover,
.foc_status.cancelled:hover {  background-color: #fff; }


.insert_title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--charcoal);
}
.insert_subtitle  {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--charcoal);
}
.insert_detail  {
    font-size: 0.65rem;
    color: var(--gunmetal);
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 563px) {
    .insert_detail  {
      max-width: 28vw;
  }
}



.details-list-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    flex-wrap: wrap;
}
.details-list {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gunmetal); 
    font-size: 0.65rem;
    white-space: nowrap;
}
.details-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.details-item svg {
    height: 16px;
    width: 16px;
    stroke: currentColor;
}

/* ADDITIONS AT REQUESTSERVICE */

 .shake_box {
    box-sizing: border-box;
    width: 100%;
    padding: 1em 0.5em;
    border-radius: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
   /* background: linear-gradient(74deg, #CEA1F1, #A0E6FF); */
    animation: appear 300ms ease-out;
 }  
 .insert_label {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--plutonium);   
 }
.lower_nav { margin: 2em 0; text-align: center;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    align-items: baseline;
    font-size: 0.76em;
  }

.blink { pointer-events: all; -webkit-animation: blink 3.14159s infinite both;  animation: blink 3.14159s infinite both; }

  @-webkit-keyframes blink {  0%,  50%,  100% {  opacity: 1; }  25%,  75% {  opacity: 0;  }}
  @keyframes blink {  0%,  50%,  100% {  opacity: 1; }  25%,  75% {  opacity: 0;  }}


  /* images */

  .image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;       
    background-position: center;   
    background-repeat: no-repeat; 
}

/* ============================================
   PLACE PAGE SPECIFIC STYLES
   ============================================ */

/* Image carousel (Splide overrides) */
.place-hero {
  background: var(--charcoal);
  height: 280px;
}

.place-image-scroller {
  height: 280px;
  overflow-y: hidden;
}

.place-hero figure {
  margin: 0;
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 280px;
  transition: all .6s;
}

.place-hero figure:hover {
  transform: scale(1.1);
}

/* Booking widget (floor book) */
.floorbook {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  height: 100%;
  max-width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 44;
  box-shadow: 2px 4px 8px 0 rgb(42 46 48 / 40%);
  transition: 0.3s ease-out;
  border: 1px solid var(--charcoal);
  top: calc(100dvh - 80px);
}

.r_bar {
  flex: 1;
  border-right: 1px dashed #b8c4cc;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 80px;
  height: 80px;
  padding: 0.5em 0 0.5em 0;
}

.fb_sec_label {
  text-transform: uppercase;
  font-size: 0.66em;
  font-weight: bold;
  white-space: nowrap;
  color: var(--plutonium);
  padding: 0 0 0.25em 0;
}

/* Review section */
.rev_note_case {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1em;
  margin-bottom: 6vh;
}

.rev_w {
  border-top: 1px solid var(--titanium);
  padding-top: 0.5em;
}

.rev_rates {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88em;
  justify-content: flex-start;
  align-items: center;
}

.rev_rate {
  display: flex;
  align-items: center;
  padding: 0.2em 0;
  gap: 0.2em;
  flex-grow: 1;
}

/* Tooltips for amenities */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: var(--gunmetal);
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 18px;
  font-size: 13px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -68px;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--gunmetal) transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Place tags (pills) */
.pilp {
  padding: 0.3em 0.6em;
  letter-spacing: -0.01em;
  background: #7a7bff;
  border-radius: 20px;
  color: white;
  font-size: 0.66em;
  margin: 0.1em 0.25em;
  line-height: 2.2em;
}

/* Animations */
.blur_trans {
  animation: blurtrans 0.25s ease-out forwards;
}

.blur_load {
  animation: blurload 0.25s ease-out forwards;
}

@keyframes blurtrans {
  0% { filter: blur(0em); }
  60% { filter: blur(0.25em); }
  100% { filter: blur(0em); }
}

@keyframes blurload {
  0% { filter: blur(0.5em); }
  100% { filter: blur(0em); }
}

/* ============================================
   THIRD-PARTY LIBRARY OVERRIDES
   ============================================ */

/* Splide.js image carousel */
.place-hero .splide {
  /* Your overrides here */
  font-family: 'Krash', sans-serif  !important;   
}

/* Google Maps */
.place-map-container {
  height: 400px;
  background: var(--titanium);
}
.place-map-container .gm-style {
  /* Google Maps overrides */
  font-family: 'Krash', sans-serif  !important;   
}

/* TIMELINE ::::::::::::::::::::::::::::::::::::::::::::    */

/* Vis.js timeline */
.place-timeline .vis-timeline {
  /* Your overrides here */
  font-family: 'Krash', sans-serif  !important;   
}
.vis-timeline {
    border-radius: 0em;
    border: 1px solid var(--plutonium) !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.vis-time-axis .vis-grid.vis-odd { background: #f9f9f9; }
.vis-time-axis.vis-foreground {
    background: linear-gradient(#ffffff, 75%, #ffffff00);
}

.vis-item {
    background-color: var(--gunmetal) !important;
    border-color: var(--titanium) !important;
    border-width: 1px !important;
    color: var(--charcoal) !important;
    font-size: 0.77em !important;
  /*  display: inline-block; */
    position: absolute;
    z-index: 1;
}

.booked_date_range {
    /*height: 5em; */
    border: 1px solid var(--krash_2);
    cursor: pointer;
    border-bottom-right-radius: 2em !important;
    border-top-left-radius: 1em !important;
    padding:0.125em;
    color: var(--charcoal) !important;
}
.booked_date_range img {
    border-radius: 2em;
    margin: 0 0.25em 0 0;
}
.requested_date_range {
/*    height: 3em;  */
    border: 1px solid var(--titanium);
    cursor: pointer;
    border-radius: 2em !important;
    padding:0.125em;
    color: var(--charcoal) !important;
}
.requested_date_range img {
    border-radius: 2em;
    margin: 0 0.25em 0 0;
}

.blocked_date_range {
    box-sizing: border-box;
    border-bottom-right-radius: 2em !important;
    border-top-left-radius: 1em !important;
    background-color: var(--aluminium) !important;
    border: 1px solid var(--aluminium);
    color: transparent !important;
    padding: 0.125em;
    top: 0px !important;
    height: 100%;
}

.vis-item.vis-range .vis-item-content {
    display: flex !important;
    position: relative;
    align-items: center;
    padding: 0.36em;
  }
  /*
.vis-item.vis-range .vis-item-content {
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 0.36em;
} */
.vis-item.vis-selected {
    border-color: var(--plutonium);
    background-color: var(--silver) !important;
}
.info_but_alert {
    background: var(--plutonium);
    color: #fff;
    font-size: 0.66em;
    width: auto;
    cursor:pointer;
    padding: 0.25em 0.75em;
    border-radius: 1.5em;
    margin: 0.5em 0em 0em 0.25em;
}
.info_but_alert:hover, .info_but_alert:focus { background: var(--silver); color: var(--charcoal);}


/* ========================================*/
/*    MSGNG                                */
/*=========================================*/

.bubble { flex: 0 1 auto; clear: both; font-size: 0.77em; } /* clear the floats here on parent */
.bubble p {
    border-radius: 33px;
    padding: 1em 1.5em 1.75em;
    margin: 5px 11px;
    max-width: 80%;
    position: relative;
    transition: background-color 0.5s;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.bubble p:hover, .bubble p:focus { border: 2px dashed var(--titanium);}
.left p { 
    background-color: var(--silver);
    float: left;
    border-top-left-radius: 0px;
    color: var(--charcoal);
    border: 1px solid var(--titanium);
    font-style: italic; } /* floated left */

.right p { background-color: #ffffff;
    color: var(--gunmetal);
    float: right;
    border-bottom-right-radius: 0px;
    border: 1px solid var(--gunmetal);
    animation: newMessBorder 0.8s linear;
} 
.center p {
    text-align: center;
    color: #9581FF;
    padding: 8px;
    font-size: 0.8em;
    margin: auto;
}

.theNotes {
    height: fit-content;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 8px;
    overflow:auto;
    z-index: 38;
    }
@media only screen and (max-width: 512px) {  
    .theNotes {max-width:90vw; padding: 8px;}
    }  
    
    .aNote {
    /*  background: rgb(234, 255, 150);
         min-width: 220px; */
        /* max-width: 52vw; */
        /* width: 386px; */
        max-width: 260px;
        margin-bottom:4px;
        margin-right:6px;
        border-radius:18px;
        border: 2px solid #2a2e30;
        height: fit-content;
        padding: 0.5em 0.75em;
        box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 24%), 2px 6px 20px 0 rgb(0 0 0 / 24%);
        transition: all .3s ease;
        -webkit-transition: all .2s ease;
        }   
        
    .aNote:hover,  .aNote:focus {
        border-radius: 12px;
        border: 2px dashed #2a2e30;
        box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 12%), 2px 6px 20px 0 rgb(0 0 0 / 12%);
        transition: all .3s ease;
        -webkit-transition: all .2s ease;
        }
    .noteClose {
        position: absolute;
        right: 20px;
        margin-top: -18px;
        border-radius: 18px;
        width: 24px;
        height: 24px;
        color: white;
        text-align: center;
        font-weight: bold;
        z-index: 55;
        cursor: pointer;
        border: 2px solid #2a2e30;
        opacity:0.8;
        }
        .noteClose:hover, .noteClose:focus{
        border: 2px dashed #2a2e30;
        opacity:1.0;
        }
    .inlink {
        cursor:pointer;
        color:#9b51e0;
        }  
        .inlink:hover, .inlink:focus{
        color: #2a2e30;
        }
    .error {
      background: -webkit-linear-gradient(to top right, #EAFF96,#FF4090);
      background: -o-linear-gradient(40deg, #EAFF96,#FF4090);
      background: linear-gradient(40deg, #EAFF96 -10%, #FF4090 );
      color: #2A2E30;
    }
    .success {
      background: -webkit-linear-gradient(to top right, #DCFF50,#8CF07C);
      background: -o-linear-gradient(40deg, #DCFF50,#8CF07C);
      background: linear-gradient(40deg, #DCFF50 -10%, #8CF07C );
      color: #2A2E30;
    }


    /* ADMIN LISTERS */

        .admin-row {display: flex; width: 100%; min-width:100%; padding: 0.25rem 0.5em; background: var(--opal); border:0px; border-top:1px solid var(--aluminium); gap:0.25em;}
        .admin-row:hover, .admin-row:focus {background: #ffffff;}

        .profile-badge {
            width: 24px;
            height: 24px;
           /* background-color: var(--gunmetal); */
            color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 0.8em;
            text-transform: uppercase;
            cursor:pointer;
            }
            .profile-badge:hover, .profile-badge:focus {
                background-color: var(--gunmetal); 
                box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 24%), 2px 6px 20px 0 rgb(0 0 0 / 24%);
            } 
        .category-badge { padding:0.25em 1em; border-radius:1em; margin:0 0.5em 0 0; font-size:0.8em;}
        .inline_link { cursor:pointer; font-weight:bold;}
        .inline_link:hover, .inline_link:focus {
            opacity: 0.7; /* Subtle hover feedback */
            text-decoration: underline; /* Makes it obvious it's clickable */
            color: var(--purple_2); /* Or whatever your link color is */
        }