/* General Styles - Sophisticated Forest & Gold Palette */
.topNavContainer, .copyright {
  background: #1E3A28; /* Deep forest green - sophisticated and timeless */
}

h1, h2 {
  color: #2C3E50; /* Rich charcoal blue-gray - premium feel */
}

a#mainMenu:hover {
  color: white;
}

.topNav a:hover {
  color: white;
}

.breadcrumbsContainer {
  background: #F8FFFE; /* Pristine white with subtle mint undertone */
}

.breadcrumbs li a::after, .breadcrumbs li div::after { 
  border-left: 30px solid #F8FFFE; /* Match breadcrumb container */
}

.infoTextContainer i {
  color: #2C3E50 !important; /* Rich charcoal for consistency */
}

.breadcrumbs li a:hover { 
  background: #ECFDF5; /* Soft mint hover - elegant transition */
}

.breadcrumbs li a:hover:after { 
  border-left-color: #ECFDF5 !important; /* Match hover background */
}

.breadcrumbs li a, .breadcrumbs li div {
  background: #F8FFFE; /* Pristine white */
  color: #2C3E50; /* Rich charcoal for premium contrast */
}

h1.showLodgesHeader, .a3AccommName, h2.newHeader, h4.newHeader, .attractionsTitle {
  background: #F0F4F1; /* Subtle sage background - luxury hotel feel */
  color: #1E3A28 !important; /* Deep forest green for sophistication */
}

h2.foundNum {
  color: #2C3E50; /* Rich charcoal for premium readability */
}

.refineHeader, .destinationsHeader, .listPropertyContainer, .leftMenuHeader {
  background: #F0F4F1; /* Subtle sage */
  color: #1E3A28; /* Deep forest green */
}

.container {
  color: #2C3E50; /* Rich charcoal */
}

.visitorRating, .footerHeader {
  color: #1E3A28; /* Deep forest green */
}

.footer {
  background: #F0F4F1;
}

a.footerLink, .footer, .footerItem, .footer i {
  color: #6B7280 !important; /* Sophisticated gray - premium feel */
}

a.footerLink:hover {
  color: #D97706 !important; /* Warm amber accent on hover */
}

/* Buttons - Luxurious Gold & Forest Theme */
.viewButton, .moreInfoButton, .viewAccomsButtonDesktop, .viewAccomsButtonMobile, .newButton, .carousel-view-button {
  font-size: 16px;
  padding: 18px 12px;
  box-sizing: border-box;
  border-radius: 12px;
  color: white;
  background: linear-gradient(135deg, #D97706 0%, #F59E0B 100%); /* Luxurious amber gradient */
  text-align: center;
  width: 100%;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(217, 119, 6, 0.25);
  letter-spacing: 0.5px;
}

.viewButton:hover, .newButton:hover, .moreInfoButton:hover, .carousel-view-button:hover {
  background: linear-gradient(135deg, #B45309 0%, #D97706 100%); /* Deeper amber on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(217, 119, 6, 0.35);
  color: white;
}

/* Rating Element */
.reevooScore {
  background: #F8FFFE; /* Pristine white */
  color: #1E3A28; /* Deep forest green */
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  font-weight: 500;
}

/* Info Text */
.infoTextContainer {
  display: flex;
  flex-wrap: wrap;
}

.innerLogo img {
  max-width: 120px;
}

.infoText {
  margin-right: 15px;
  color: #2C3E50; /* Rich charcoal */
}

.infoText i {
  color: #4B5563; /* Sophisticated medium gray for icons */
  margin-right: 5px;
}

/* Hero Section - Premium Nature Theme */
.availabilityHeaderContainer {
  background: linear-gradient(rgba(30, 58, 40, 0.5), rgba(30, 58, 40, 0.7)), url('/images/cottage-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-family: 'Ink Free', cursive;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
  animation: fadeInDown 1.2s ease-out;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.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;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.heroDivider {
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #D97706, #F59E0B); /* Luxurious amber gradient */
  margin: 15px auto;
  animation: scaleIn 1.5s ease-out;
  border-radius: 3px;
}

.heroTagline {
  color: white !important;
  font-size: 1rem;
  margin-top: 0;
  animation: fadeInLeft 1.2s ease-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

/* Animations - Enhanced for premium feel */
@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);}
}

/* Card Elements - Luxury Design */
.propertyCard {
  border: 1px solid #E5E7EB; /* Clean light gray border */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(44, 62, 80, 0.08); /* Subtle premium shadow */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: white;
}

.propertyCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(44, 62, 80, 0.15); /* Enhanced luxury shadow */
  border-color: #D1D5DB;
}

.propertyCardHeader {
  background: linear-gradient(135deg, #F0F4F1 0%, #ECFDF5 100%); /* Subtle sage gradient */
  color: #1E3A28; /* Deep forest green */
  padding: 12px 18px;
  border-bottom: 1px solid #E5E7EB;
  font-weight: 600;
}

.propertyCardContent {
  padding: 18px;
  background: white;
  color: #2C3E50;
}

.propertyCardFooter {
  background: #F8FFFE; /* Pristine white */
  padding: 12px 18px;
  border-top: 1px solid #F0F4F1;
  color: #2C3E50;
}

/* List Styles - Premium Touch */
.featuresList li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  list-style-type: none;
  color: #2C3E50;
  line-height: 1.6;
}

.featuresList li:before {
  content: "✦";
  color: #D97706; /* Luxurious amber accent */
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 14px;
}

/* Mobile Adjustments */
@media only screen and (max-width: 768px) {
  h1.showLodgesHeader {
    color: #1E3A28; /* Deep forest green */
  }
  
  .mobAvailButt {
    background: linear-gradient(135deg, #D97706 0%, #F59E0B 100%); /* Luxurious amber gradient */
    color: white;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(217, 119, 6, 0.25);
    font-weight: 600;
  }
  
  .favourites {
    color: #2C3E50; /* Rich charcoal */
  }
  
  .heroTitle {
    font-size: 2.5rem;
  }
  
  .heroSubtitle {
    font-size: 1.4rem;
  }
}