/* HEADER */
.header-logo-text-host {
	color: #FF7F5F;
    font-family: 'VagaRound', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
}
.header-logo-text-inspired {
	/*color: #1F2532;*/
    color: #FF7F5F;
    font-family: 'VagaRound', sans-serif;
	/*padding-left: 2px;*/
    font-weight: 700;
	font-size: 1.2rem;
}
.search-placeholder {
    display: none;
}

@media (min-width: 576px) {
    .header-logo-text-host {
        font-size: 1.6rem;
    }
    .header-logo-text-inspired {
        font-size: 1.6rem;
    }
    .search-placeholder {
        display: inline-block;
    }
}

/* Search panel overlay */
.search-panel {
    z-index: 1040;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.search-input-group .form-control {
    border-right: 0;
}

.search-input-group .input-group-text {
    border-left: 0;
    cursor: pointer;
}

.search-panel-hidden {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.search-backdrop {
    z-index: 1039;
}

.search-backdrop-hidden {
    opacity: 0;
    pointer-events: none;
}

.search-panel-title {
    display: block;
    font-size: 1.25rem;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.search-panel-input {
    font-size: 0.8rem!important;
}

/* CONTACT PAGE HONEYPOT */
.website_contact_div {
    display:none;
    visibility:hidden;
}

/* BUTTON STYLING */
.feed-view-more-btn {
    background: rgba(255, 127, 95, 0.85);
    border-radius: 15px;
    color: #1F2532;
    text-decoration: none;
    border: 1px solid #bbb;
    padding: 4px 12px;
    transition: background 0.15s ease-in-out;
}

.feed-view-more-btn:hover,
.feed-view-more-btn:focus,
.feed-view-more-btn:active,
.feed-view-more-btn:focus-visible {
    background: #FF7F5F !important;
}

/* Make the follow button a tight flex row */
.btn.hi-post-follow {
    display: inline-flex;
    align-items: center;
}

/* Normalise the icon and label */
.btn.hi-post-follow i {
    line-height: 1;
    display: inline-flex;
}

.hi-follow-label {
    font-size: 0.65rem;
    opacity: 0.85;
    line-height: 1;
}

.hi-post-follow i.active {
  color: #FF7F5F !important;
}

.like-icon-follow i.active {
  color: #FF7F5F !important;
}

.hi-post-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.hi-post-icon-count {
    font-size: 0.7rem;
    margin-top: 5px;       /* adjust tighter/looser here */
    opacity: 0.85;         /* optional, looks cleaner */
}

.hi-post-icon i.active {
  color: #FF7F5F !important;
}


/* Normal interact button */
.host-interact-btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 3px 6px 4px 6px;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.host-interact-btn:hover {
  border: 1px solid #999;
  transition: transform 0.15s ease;
}
.host-interact-btn i {
    color: #CCCCCC!important;
}
.host-interact-btn i.active { color: #FF7F5F!important; }


.hi-save-action i.active { color: #FF7F5F!important; }


.form-input-max-width-800 {
    max-width: 800px;
}
.form-input-max-width-600 {
    max-width: 600px;
}
.form-input-max-width-400 {
    max-width: 400px;
}

.form-submit-max-width-800 {
    max-width: 800px;
}
.form-submit-max-width-600 {
    max-width: 600px;
}
.form-submit-max-width-400 {
    max-width: 400px;
}
.form-submit-max-width-200 {
    max-width: 200px;
}


/* Property Info Badge */
.badge-info {
    background: #f7f7f7;
    border: 1px solid #dcdcdc;
    padding: 4px 8px;
    font-size: 0.75rem;
    color: #444;
}


.website-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin-right: 5px;
    border: 1px solid #666;            /* subtle border */
    border-radius: 6px;
    color: #F5F5F5;
    background: #1f2532;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0 14px;
    transition: all 0.25s ease;
    word-break: break-all;             /* wraps long URLs */
}
.website-link-btn:hover {
  cursor: pointer;
}
.website-link-btn i {
  font-size: 1.2rem;
}
.social-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 5px;
  background: #1f2532;
  border: 1px solid #666;
  border-radius: 6px;
  color: #F5F5F5;
  text-decoration: none;
  transition: all 0.25s ease;
}
.social-square:hover {
    cursor: pointer;
}



.dashboard-card {
    background: #fff;
    border-radius: 0;
    padding: 1.4rem 0.8rem;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
}

.dashboard-listing-card {
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fff;
}

.dashboard-listing-card:hover {
    background:#fafafa;
}

.dashboard-thumbnail {
    width: 90px;
    border-radius: 0;
    object-fit: cover;
    background: #ddd;
}
.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
}



.fade-hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0,0,0,0.6), transparent);
}

.fade-hr-brand {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,127,95,0.4), transparent);
}


.btn-host-colours {
    background-color: #FF7F5F;   /* base orange */
    border: 1px solid #666!important;
    color: #000;
    transition: background-color .15s ease,
                border-color .15s ease,
                color .15s ease,
                box-shadow .15s ease;
}

/* Hover = slightly darker */
.btn-host-colours:hover,
.btn-host-colours:focus:hover {
    background-color: #e97254;   /* darker shade */
    color: #000;
    border-color: #bfbfbf;
    text-decoration: none;
}

/* Active = even darker */
.btn-host-colours:active,
.btn-host-colours.active,
.btn-host-colours:active:focus {
    background-color: #d76547;   /* deeper orange */
    border-color: #b3b3b3;
    color: #000;
    box-shadow: none !important;
}

/* Focus ring */
.btn-host-colours:focus,
.btn-host-colours:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(255, 127, 95, 0.35);
}

/* Disabled */
.btn-host-colours:disabled,
.btn-host-colours.disabled {
    background-color: #e3ada0;
    border-color: #ddd;
    color: #666;
    opacity: 0.7;
    pointer-events: none;
}


.about-host-label {
    width: 125px;
    flex-shrink: 0;
    text-align: left;
}


.nav-link {
    color: #000;
}
.nav-link.active {
    font-weight: 600;
}

.listing-carousel-video {
    height: 300px;
}
.listing-carousel-image {
    height: 300px;
}


.host-profile-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ccc;
}


#map {
    height: 350px;
    width: 100%;
}

.map-wrapper {
    position: relative;
}

.map-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    cursor: pointer;
    z-index: 1009;

    /* Optional small hint text */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #FFF;
    pointer-events: auto;
}

.map-overlay:hover {
    background: rgba(0,0,0,0.04);
}

.leaflet-control-attribution {
    display: none;
}

.hi-action-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e5ea;
    border-radius: 10px;
    padding: 0;
    gap: 0.25rem;
    height: 30px;
}

.hi-pill-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: none;
    padding: 3px 8px 3px 8px;;
    color: #6c757d;
    cursor: pointer;
}

.hi-pill-action i {
    font-size: 0.85rem;
}

.hi-pill-action:hover {
    color: #343a40;
}

.hi-pill-action:active {
    background-color: #dee2e6;
}

.hi-pill-divider {
    width: 1px;
    height: 16px;
    background-color: #dee2e6;
}


.hi-media-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}
        
.text-justify {
    text-align: justify;
}



/*#listing-page .gallery-strip {
  display: flex;
  gap: 12px;
  padding: 8px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
#listing-page .gallery-strip.dragging {
  cursor: grabbing;
}
#listing-page .gallery-strip::-webkit-scrollbar { display: none; }

#listing-page .gallery-item {
  flex: 0 0 auto;
}*/

/*#listing-page .gallery-item .gallery-media {
  height: min(300px, 50vh);
  width: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  pointer-events: none;
}*/


#listing-page .listing-text-wrapper {
  position: relative;
}
#listing-page .listing-text {
  max-height: 210px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#listing-page .listing-text.expanded {
  max-height: none !important;
}


#listing-page .story-card img,
#listing-page .story-card video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
}
#listing-page .story-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

#listing-page .stat-btn i.active {
  color: #FF7F5F !important;
}

#listing-page .pill-link-listing-host-about i.active {
  color: #FF7F5F !important;
}

/* fixed media area */
#listing-page .card-media {
    position: relative;
    width: 100%;
    height: 100%;            /* uniform card height */
    overflow: hidden;
}

/* make the carousel respect the fixed height */
#listing-page .card-media .carousel,
#listing-page .card-media .carousel-inner,
#listing-page .card-media .carousel-item {
    height: 100%;
}

/* make each frame fill and crop without distortion */
/*#listing-page .card-media img,
#listing-page .card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* no whitespace, no stretch */
    display: block;
}*/
#listing-page .card-body {
    padding: 10px;
}


#listing-page .carousel-control-prev,
#listing-page .carousel-control-next {
    width: 60px;
    height: 40%;
    /*top: 30%;*/
    z-index: 10;
}

#listing-page .carousel-control-prev-icon,
#listing-page .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6)!important; /* dark transparent strip */
    width: 30px;                        /* narrow upright rectangle */
    height: 50px;;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.25rem;               /* slight rounding only */
    filter: brightness(200%) drop-shadow(0 0 3px rgba(0,0,0,0.8));
}

#listing-page .gallery-item .gallery-media {
    height: min(400px, 50vh);
}




.carousel-control-next,
.carousel-control-prev,
.carousel-control-next:focus,
.carousel-control-prev:focus {
    opacity: 0.4;
}

.carousel-control-next:hover,
.carousel-control-prev:hover,
.carousel-control-next:active,
.carousel-control-prev:active {
    opacity: 0.5;
}

/* Keep keyboard accessibility: show focus when tabbing */
.carousel-control-next:focus-visible,
.carousel-control-prev:focus-visible {
    outline: 2px solid rgba(0,0,0,0.35);
    outline-offset: 2px;
}

/* Icon styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    width: 35px;
    height: 60px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.25rem;
}





#host-page .gallery-strip {
  display: flex;
  gap: 12px;
  padding: 8px 0px;
  overflow-x: auto;
  overflow-y: hidden;
  /*scroll-snap-type: x mandatory;*/
  scroll-snap-type: none;   /* disables snap */
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}
#host-page .gallery-strip.dragging {
  cursor: grabbing;
}
#host-page .gallery-strip::-webkit-scrollbar { display: none; }

#host-page .gallery-item {
  flex: 0 0 auto;
  /*scroll-snap-align: start;*/
}

#host-page .gallery-item .gallery-media {
  height: min(300px, 50vh);
  width: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  pointer-events: none; /* prevents accidental selection or pausing */
}


#host-page .listing-text-wrapper {
  position: relative;
}
#host-page .listing-text {
  max-height: 210px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#host-page .listing-text.expanded {
  max-height: none !important;
}


#host-page .story-card img,
#host-page .story-card video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
}
#host-page .story-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

#host-page .stat-btn i.active {
  color: #FF7F5F !important;
}

#host-page .pill-link-listing-host-about i.active {
  color: #FF7F5F !important;
}

/* fixed media area */
#host-page .card-media {
    position: relative;
    width: 100%;
    height: 100%;            /* uniform card height */
    overflow: hidden;
}

/* make the carousel respect the fixed height */
#host-page .card-media .carousel,
#host-page .card-media .carousel-inner,
#host-page .card-media .carousel-item {
    height: 100%;
}

/* make each frame fill and crop without distortion */
#host-page .card-media img,
#host-page .card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* no whitespace, no stretch */
    display: block;
}
#host-page .card-body {
    padding: 10px;
}


#host-page .carousel-control-prev,
#host-page .carousel-control-next {
    width: 60px;
    height: 40%;
    top: 30%;
    z-index: 10;
}

#host-page .carousel-control-prev-icon,
#host-page .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4); /* dark transparent strip */
    width: 2.5rem;                        /* narrow upright rectangle */
    height: 3.5rem;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.25rem;               /* slight rounding only */
    filter: brightness(200%) drop-shadow(0 0 3px rgba(0,0,0,0.8));
}








/* ensure media fills its parent card */
.hi-lightbox-trigger,
.hi-lightbox-image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

/* image and video sizing */
.hi-lightbox-trigger video,
.hi-lightbox-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

/* MAIN LIGHTBOX CONTAINER */
.hi-lightbox {
  position: fixed;
  inset: 0;
  background: #000000;
  z-index: 1055;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* FEED SCROLL WRAPPER */
.hi-lightbox-feed {
    flex: 1;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}


/* INDIVIDUAL ITEM */
.hi-lightbox-item {
  scroll-snap-align: start;
  height: calc(var(--hi_vh, 1vh) * 100);
  min-height: 0;            /* required for percentage height children */
  display: flex;
  justify-content: center;  /* center inner */
  align-items: center;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

/* INNER COLUMN LAYOUT */
.hi-lightbox-inner {
  width: 100%;
  max-width: 900px;
  height: calc(var(--hi_vh, 1vh) * 100);
  min-height: 0;            /* required for percentage height children */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

/* MEDIA WRAPPER (FLEX AREA ABOVE FOOTER) */
.media-wrapper {
    position: relative;

    flex: 1 1 auto;         /* fills remaining vertical space */
    min-height: 0;          /* REQUIRED for flex overflow rules */
    max-height: 100%;       /* the critical constraint */

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    overflow: hidden;       /* prevent video from spilling out */
}



/* TRUE MEDIA SIZE WRAPPER */
.media-frame {
    position: relative;
    height: 100%;
    max-height: 100%;    /* prevent media from exceeding media-wrapper */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;    /* critical to cut overflow */
}


/* MEDIA ELEMENTS */
.media-frame img,
.media-frame video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.hi-media-expand {
    right: 15px;
    top: 15px;
    font-size: 1.20rem;
    z-index: 5;
    background: rgba(255,255,255,0.85);
    color: #000;
    padding: 6px 7px;
    border-radius: 50%;
    line-height: 1;
    text-decoration: none;
    opacity:0.8;

}

.hi-media-expand:hover {
    opacity: 0.75;
}



.carousel-control-prev.is-disabled,
.carousel-control-next.is-disabled {
    opacity: 0;
    pointer-events: auto;   /* still captures clicks */
    cursor: default;
}

.carousel-control-prev.is-disabled *,
.carousel-control-next.is-disabled * {
    pointer-events: none;   /* inner icon does nothing */
}


/* ICON POSITIONS (RELATIVE TO REAL MEDIA) */
.media-frame .corner-icon {
  position: absolute;
  right: 5px;
  z-index: 6;
}

.top-icon    { top: 5px; }
.middle-icon { top: 43px; }
.bottom-icon { top: 81px; }

/* LIGHTBOX FOOTER */
.hi-lightbox-footer {
  flex-shrink: 0;
  margin-top: 0.75rem;
  padding-bottom: 0.5rem;
  width: 75%;
}

/* FOOTER TEXT */
.lightbox-title {
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.lightbox-description {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 90%;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* NAVIGATION BUTTONS (DESKTOP ONLY) */
.hi-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #ccc;
  color: #000;
  font-size: 2.2rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 1060;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.hi-nav:hover {
  background: #666;
  color: #fff;
}

/* LEFT / RIGHT NAV PLACEMENT */
.hi-nav-prev {
  left: 15px;
}

.hi-nav-next {
  right: 35px;
}

/* HIDE NAV ON MOBILE */
@media (max-width: 767px) {
  .hi-nav {
    display: none !important;
  }
  .hi-lightbox-inner {
      padding: 2px 0px 2px 0px;
    }

  .hi-lightbox-footer {
      flex-shrink: 0;
      margin-top: 0.75rem;
      padding-bottom: 0.5rem;
      width: 100%;
    }
}

/* CLOSE BUTTON */
.hi-lightbox-close-btn {
  position: absolute;
  padding: 0px 4px 0px 4px;
  top: 1rem;
  right: 15px;
  width: 46px;
  height: 46px;
  border: none;
  background: #bbb;
  color: #000;
  font-size: 1.8rem;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1065;
  transition: background 0.2s ease, color 0.2s ease;
}

.hi-lightbox-close-btn:hover {
  
}


.hi-img-fullscreen:hover {
    background: #666!important;
    color: #fff!important;
}

.hi-img-exit-fullscreen:hover {
    background: #666!important;
    color: #fff!important;
}

/* OPTIONAL LIGHTBOX TOGGLES (if using old design) */
.hi-lightbox-toggles {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hi-lightbox-toggles button {
  padding: 2px 6px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.hi-lightbox-toggles strong {
  font-size: 0.85rem;
}

.media-box {
    position: relative;
    display: inline-flex;      /* shrink to the REAL rendered size */
    max-width: 100%;
    max-height: 100%;
}

.media-icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
}
.post-description.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
}

/* Disable Bootstrap validation visuals for specific inputs */
.no-bs-validation.is-valid,
.no-bs-validation.is-invalid {
    border-color: var(--bs-border-color)!important;
    padding-right: .75rem!important;
    background-image: none!important;
}

.no-bs-validation:valid,
.no-bs-validation:invalid {
    border-color: var(--bs-border-color)!important;
    background-image: none!important;
    box-shadow: none!important;
}




.hi-footer {
    background-color: #0f172a;
    color: #cbd5e1;
}

.hi-footer-brand {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
}

.hi-footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
}

.hi-footer-title {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #e5e7eb;
    margin-bottom: 0.75rem;
}

.hi-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hi-footer-links li {
    margin-bottom: 0.5rem;
}

.hi-footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
}

.hi-footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.hi-footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.hi-footer-meta {
    font-size: 0.85rem;
    color: #94a3b8;
}

.hi-footer-socials a {
    color: #cbd5e1;
    font-size: 1.5rem;
    margin-left: 0.75rem;
}

.hi-footer-socials a:hover {
    color: #ffffff;
}

.w-75 {
    max-width: 75%;
}


.carousel-control-prev,.carousel-control-next {
    opacity: 0.75!important;
}