/* General Styles - Refined Color Scheme */
.topNavContainer, .copyright {
  background: #1A365D; /* Rich dark blue - deeper than original */
}

h1, h2 {
  color: #2D3748; /* Warm dark gray - better than pure charcoal */
}

a#mainMenu:hover {
  color: white;
}

.topNav a:hover {
  color: white;
}

.breadcrumbsContainer {
  background: #F7FAFC; /* Softer light gray with blue undertone */
}

.breadcrumbs li a::after, .breadcrumbs li div::after { 
  border-left: 30px solid #F7FAFC; /* Match breadcrumb container */
}

.infoTextContainer i {
  color: #2D3748 !important; /* Warm dark gray for consistency */
}

.breadcrumbs li a:hover { 
  background: #EDF2F7; /* Soft blue-gray hover */
}

.breadcrumbs li a:hover:after { 
  border-left-color: #EDF2F7 !important; /* Match hover background */
}

.breadcrumbs li a, .breadcrumbs li div {
  background: #F7FAFC; /* Softer light gray */
  color: #2D3748; /* Warm dark gray for text contrast */
}

h1.showLodgesHeader, .a3AccommName, h2.newHeader, h4.newHeader, .attractionsTitle {
  background: #E2E8F0; /* Soft blue-gray background */
  color: #1A365D !important; /* Rich dark blue for text */
}

h2.foundNum {
  color: #2D3748; /* Warm dark gray for readability */
}

.refineHeader, .destinationsHeader, .listPropertyContainer, .leftMenuHeader {
  background: #EDF2F7; /* Light blue-gray */
  color: #1A365D; /* Rich dark blue */
}

.container {
  color: #2D3748; /* Warm dark gray */
}

.visitorRating, .footerHeader {

  color: #1A365D; /* Rich dark blue */

}

.footer {

  background: #E2E8F0;

}

a.footerLink, .footer, .footerItem, .footer i {

 color: #7d94b3 !important; /* Rich dark blue */

}

a.footerLink:hover {
  color: black !important;
}

/* Buttons - Modern accent color with excellent contrast */
.viewButton, .moreInfoButton, .viewAccomsButtonDesktop, .viewAccomsButtonMobile, .newButton, .carousel-view-button {
  font-size: 16px;
  padding: 18px 12px;
  box-sizing: border-box;
  border-radius: 10px;
  color: white;
  background: #3182CE; /* Professional blue - excellent contrast */
  text-align: center;
  width: 100%;
  font-weight: bold;
  border: none;
  transition: background-color 0.2s, transform 0.1s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.viewButton:hover, .newButton:hover, .moreInfoButton:hover, .carousel-view-button:hover {
  background: #2C5282; /* Darker blue for hover state */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  color: white;
}

/* Rating Element */
.reevooScore {
  background: #F7FAFC; /* Very light blue-gray */
  color: #1A365D; /* Rich dark blue for text */
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #E2E8F0;
}

/* Info Text */
.infoTextContainer {
  display: flex;
  flex-wrap: wrap;
}

.innerLogo img {
  max-width: 300px;
}

.infoText {
  margin-right: 15px;
  color: #2D3748; /* Warm dark gray */
}

.infoText i {
  color: #4A5568; /* Medium gray for icons - warmer tone */
  margin-right: 5px;
}

/* Hero Section */
.availabilityHeaderContainer {
  background: linear-gradient(rgba(26, 54, 93, 0.4), rgba(26, 54, 93, 0.6)), 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: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.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: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.heroDivider {
  width: 100px;
  height: 4px;
  background: #3182CE; /* Professional blue accent */
  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;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Animations - keeping the same */
@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 */
.propertyCard {
  border: 1px solid #E2E8F0; /* Light blue-gray border */
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(45, 55, 72, 0.1); /* Shadow with warm dark gray */
  transition: transform 0.3s, box-shadow 0.3s;
  background: white;
}

.propertyCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(45, 55, 72, 0.15); /* Enhanced shadow on hover */
  border-color: #CBD5E0;
}

.propertyCardHeader {
  background: #EDF2F7; /* Light blue-gray */
  color: #1A365D; /* Rich dark blue for text */
  padding: 10px 15px;
  border-bottom: 1px solid #E2E8F0;
}

.propertyCardContent {
  padding: 15px;
  background: white;
  color: #2D3748;
}

.propertyCardFooter {
  background: #F7FAFC; /* Softer light gray */
  padding: 10px 15px;
  border-top: 1px solid #EDF2F7;
  color: #2D3748;
}



/* List Styles */
.featuresList li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  list-style-type: none;
  color: #2D3748;
}

.featuresList li:before {
  content: "•";
  color: #3182CE; /* Professional blue bullet points */
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Mobile Adjustments */
@media only screen and (max-width: 768px) {
  h1.showLodgesHeader {
    color: #1A365D; /* Rich dark blue for text */
  }
  
  .mobAvailButt {
    background: #3182CE; /* Professional blue for mobile buttons */
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: bold;
  }
  
  .favourites {
    color: #2D3748; /* Warm dark gray */
  }
  
  .heroTitle {
    font-size: 2.5rem;
  }
  
  .heroSubtitle {
    font-size: 1.4rem;
  }

  .mobAvailContainer {

	margin: 0;

}

.newButton {
    border-radius: 0;
}

}