/* General Styles */
.topNavContainer {
  background: #2a3e35; /* Dark green from mountains */
}

h1, h2 {
  color: #2a3e35; /* Dark green from mountains */
}

.topNav a:hover {
  color: #5e7a70; /* Medium sage green */
}

.breadcrumbsContainer {
  background: #44534d; /* Medium sage green */
}

.breadcrumbs li a::after, .breadcrumbs li div::after { 
  border-left: 30px solid #44534d; /* Match breadcrumb container */
}

.infoTextContainer i {
  color: #2a3e35 !important; /* Dark green for consistency */
}

.breadcrumbs li a:hover { 
  background: #8ba69b; /* Lighter sage green */
}

.breadcrumbs li a:hover:after { 
  border-left-color: #8ba69b !important; /* Match hover background */
}

.breadcrumbs li a, .breadcrumbs li div {
  background: #44534d; /* Medium sage green */
  color: white; /* Ensure visibility */
}

h1.showLodgesHeader, h2.showLodgesHeader, h2.newHeader, h4.newHeader, .attractionsTitle {
  background: #79b4ba;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 18pt;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 0;
  border: none;
  padding: 8px 0;
  text-shadow: none;
}

h2.foundNum {
  color: #333333; /* Darker text color for readability */
}

.refineHeader, .destinationsHeader, .listPropertyContainer, .leftMenuHeader {
  background: #e8ecea; /* Light gray with green tint */
  color: #2a3e35; /* Dark green */
}

.container {
  color: #333333;
}

/* Buttons - Keeping original styling as requested */
.viewButton, .moreInfoButton, .viewAccomsButtonDesktop, .viewAccomsButtonMobile, .newButton, .carousel-view-button {
  font-size: 16px;
  padding: 18px 12px;
  box-sizing: border-box;
  border-radius: 10px;
  color: white; /* Changed to white for better contrast */
  background: #f5790c;
  text-align: center;
  width: 100%;
  font-weight: bold;
  border: none; /* Removed border for cleaner look */
  transition: background-color 0.2s, transform 0.1s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.viewButton:hover, .newButton:hover, .moreInfoButton:hover, .carousel-view-button:hover {
  background: #f5650c;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: white;
}

/* Rating Element */
.reevooScore {
  background: #5e7a70; /* Medium sage green */
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
}

/* Price per night chip */
.resultsBox1TitleRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.resultsBox1Left {
  flex: 1;
  min-width: 0;
}

.pricePerNightChip {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #b8cfc6;
  border-top: 3px solid #3a7a55;
  border-radius: 0 0 7px 7px;
  padding: 4px 11px 6px;
  line-height: 1.25;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
  position: relative;
  top: -1px;
}

.pricePerNightChip .priceFrom {
  font-size: 0.62em;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricePerNightChip .priceAmount {
  font-size: 1.05em;
  font-weight: 700;
  color: #1a3a28;
}

.pricePerNightChip span:last-child {
  font-size: 0.62em;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.02em;
}

/* Info Text */
.infoTextContainer {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}

.infoText {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  padding: 5px 11px;
  font-size: 0.82em;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 0;
  letter-spacing: 0.01em;
}

/* Guests chip — teal */
.infoText.chip-guests {
  background: #e6f4f1;
  border: 1px solid #a8d5cc;
  color: #1a5c50;
}
.infoText.chip-guests i {
  color: #1fa688;
  font-size: 1em;
  margin-right: 0 !important;
}

/* Pets chip — amber */
.infoText.chip-pets {
  background: #fff8e6;
  border: 1px solid #f5d98c;
  color: #7a5500;
}
.infoText.chip-pets i {
  color: #e6a817;
  font-size: 1em;
  margin-right: 0 !important;
}

/* Bedrooms chip — indigo */
.infoText.chip-bedrooms {
  background: #eef0fb;
  border: 1px solid #b3bbee;
  color: #2d3a8c;
}
.infoText.chip-bedrooms i {
  color: #4a5bd4;
  font-size: 1em;
  margin-right: 0 !important;
}

/* Bathrooms chip — rose */
.infoText.chip-bathrooms {
  background: #fef0f3;
  border: 1px solid #f5b8c8;
  color: #7a1a30;
}
.infoText.chip-bathrooms i {
  color: #e84d74;
  font-size: 1em;
  margin-right: 0 !important;
}

/* Hot tub chip — purple */
.infoText.chip-hottub {
  background: #f5eeff;
  border: 1px solid #cdb0f5;
  color: #4a1a80;
}
.infoText.chip-hottub i {
  color: #9b4dca;
  font-size: 1em;
  margin-right: 0 !important;
}

/* Fallback for any infoText without a colour chip class */
.infoText:not([class*="chip-"]) {
  background: #f4f7f5;
  border: 1px solid #c8d8d2;
  color: #3a5248;
}
.infoText:not([class*="chip-"]) i {
  color: #5e7a70;
  font-size: 1em;
  margin-right: 0 !important;
}

/* Hero Section */
.availabilityHeaderContainer {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('/images/barn-hero.jpg') no-repeat center center;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.heroTitle {
  color: white !important;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
  animation: fadeInDown 1.2s ease-out;
}

.heroSubtitle {
  color: white !important;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  animation: fadeInDown 1.2s ease-out 0.2s;
}

.heroDivider {
  width: 100px;
  height: 4px;
  background: white;
  margin: 15px auto;
  animation: scaleIn 1.5s ease-out;
}

.heroTagline {
  color: white !important;
  font-size: 1rem;
  margin-top: 0;
  animation: fadeInLeft 1.2s ease-out;
}

/* Animations */
@keyframes fadeInDown {
  0% {opacity: 0; transform: translateY(-40px);}
  100% {opacity: 1; transform: translateY(0);}
}

@keyframes fadeInUp {
  0% {opacity: 0; transform: translateY(40px);}
  100% {opacity: 1; transform: translateY(0);}
}

@keyframes fadeInLeft {
  0% {opacity: 0; transform: translateX(-40px);}
  100% {opacity: 1; transform: translateX(0);}
}


@keyframes scaleIn {
  0% {transform: scaleX(0);}
  100% {transform: scaleX(1);}
}

/* Mobile Adjustments */
@media only screen and (max-width: 768px) {


h1.showLodgesHeader, h2.showLodgesHeader, h2.newHeader, h4.newHeader, .attractionsTitle {

  font-size: 15pt;

}

  .desktopVersion {
    display: none !important;
  }
  .mobileVersion {
    display: block !important;
  }
  h1.showLodgesHeader {
    color: #296B82;
    font-size: 14pt;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mainContainer, .headerContainer {
    margin: 0 !important;
  }

  h2.foundNum, .foundNum {
    font-size: 11pt;
  }

  .sortByBox {
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
  }
  
  .mobAvailButt {
    background: #f5790c;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .favourites {
    color: #2a3e35; /* Dark green */
  }

  /* Mobile card layout */
  .mobAvailContainer {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  }

  .mobileVersion {
    margin: 20px 14px !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .mobileVersion .resultsContainer {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  .mobAvailContainer {
    border-radius: 8px !important;
  }

  .mobSlideshow {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .mobSlideshow .owl-carousel,
  .mobSlideshow .owl-stage-outer,
  .mobSlideshow .owl-stage,
  .mobSlideshow .owl-item {
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobSlideshow .owl-carousel .owl-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }

  .mobSlideshow .favHeart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  }

  .mobCardBody {
    padding: 4px 12px 10px;
  }

  .mobChips {
    justify-content: center !important;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-bottom: 6px;
  }

  .mobCardRating {
    position: absolute !important;
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 10;
    width: 40px;
    text-align: center;
    font-size: 11px;
    padding: 3px 4px;
    margin: 0;
  }

  .mobSiteName {
    font-size: 15pt !important;
    text-align: left !important;
    margin-bottom: 2px;
  }

  .mobileVersion .searchLocation {
    text-align: left !important;
    font-size: 11pt !important;
    margin-bottom: 8px;
  }

  .mobNextLink {
    text-decoration: none;
    color: inherit;
  }

  .mobAvailButt {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 8px -12px -10px -12px !important;
    width: calc(100% + 24px) !important;
    border-radius: 0 0 8px 8px !important;
    font-size: 13pt !important;
    padding: 14px !important;
    box-shadow: none !important;
  }
}

@media (max-width: 768px) {
  .nav-logo img {
    max-width: 130px;
  }
}