/* General Styles - Welsh Inspired Palette */
.topNavContainer, .copyright {
  background: #4A5D5A; /* Deep forest green */
}

h1, h2 {
  color: #2B3B36; /* Dark woodland green */
}

a#mainMenu:hover {
  color: white;
}

.topNav a:hover {
  color: white;
}

.breadcrumbsContainer {
  background: #C4B5A6; /* Warm Welsh stone */
}

.breadcrumbs li a::after, .breadcrumbs li div::after { 
  border-left: 30px solid #C4B5A6; /* Match breadcrumb container */
}

.infoTextContainer i {
  color: #2B3B36 !important; /* Dark woodland green for consistency */
}

.breadcrumbs li a:hover { 
  background: #B0A090; /* Darker stone hover */
}

.breadcrumbs li a:hover:after { 
  border-left-color: #B0A090 !important; /* Match hover background */
}

.breadcrumbs li a, .breadcrumbs li div {
  background: #C4B5A6; /* Warm Welsh stone */
  color: #2B3B36; /* Dark woodland green for text contrast */
}

h1.showLodgesHeader, .a3AccommName, h2.newHeader, h4.newHeader, .attractionsTitle {
  background: #8FA39A; /* Sage green background */
  color: #2B3B36 !important; /* Dark woodland green for text */
}

h2.foundNum {
  color: #2B3B36; /* Dark woodland green for readability */
}

.refineHeader, .destinationsHeader, .listPropertyContainer, .leftMenuHeader {
  background: #4A5D5A; /* Medium Welsh stone */
  color: #ffffff; /* Deep forest green */
}

.container {
  color: #4A5D5A; /* Deep forest green */
}

.visitorRating, .footerHeader {
  color: #4A5D5A; /* Deep forest green */
}

.footer {
  background: #F2EFE9; /* Very light stone */
}

a.footerLink, .footer, .footerItem, .footer i {
  color: #6B7B75 !important; /* Medium sage */
}

a.footerLink:hover {
  color: #2B3B36 !important; /* Dark woodland green hover */
}

/* Welsh Dragon Orange CTA Buttons */
.viewButton, .moreInfoButton, .viewAccomsButtonDesktop, .viewAccomsButtonMobile, .newButton, .carousel-view-button {
  font-size: 16px;
  padding: 18px 12px;
  box-sizing: border-box;
  border-radius: 10px;
  color: white;
  background: #f06401; /* Welsh dragon orange */
  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: #f04501; /* Darker Welsh orange for hover state */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  color: white;
}

/* Rating Element */
.reevooScore {
  background: #C4B5A6; /* Warm Welsh stone */
  color: #4A5D5A; /* Deep forest green for text */
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #B0A090;
}

/* Info Text */
.infoTextContainer {
  display: flex;
  flex-wrap: wrap;
}

.innerLogo img {
  max-width: 150px;
}

.infoText {
  margin-right: 15px;
  color: #4A5D5A; /* Deep forest green */
}

.infoText i {
  color: #6B7B75; /* Medium sage for icons */
  margin-right: 5px;
}

/* Hero Section - Welsh Landscape Inspired */
.availabilityHeaderContainer {
  background: linear-gradient(rgba(74, 93, 90, 0.4), rgba(74, 93, 90, 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.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: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.heroDivider {
  width: 100px;
  height: 4px;
  background: #D2691E; /* Welsh dragon orange 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.6);
}

/* 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 - Natural Stone Inspired */
.propertyCard {
  border: 1px solid #B0A090; /* Medium Welsh stone border */
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(43, 59, 54, 0.1); /* Subtle woodland shadow */
  transition: transform 0.3s, box-shadow 0.3s;
  background: white;
}

.propertyCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(43, 59, 54, 0.15); /* Enhanced shadow on hover */
  border-color: #8FA39A;
}

.propertyCardHeader {
  background: #8FA39A; /* Sage green */
  color: #2B3B36; /* Dark woodland green for text */
  padding: 10px 15px;
  border-bottom: 1px solid #B0A090;
}

.propertyCardContent {
  padding: 15px;
  background: white;
  color: #4A5D5A;
}

.propertyCardFooter {
  background: #F2EFE9; /* Very light stone */
  padding: 10px 15px;
  border-top: 1px solid #C4B5A6;
  color: #4A5D5A;
}

/* List Styles */
.featuresList li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  list-style-type: none;
  color: #4A5D5A;
}

.featuresList li:before {
  content: "•";
  color: #8FA39A; /* Sage green bullet points */
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Secondary CTA Elements */
.secondaryCTA, .linkButton {
  background: #8FA39A; /* Sage green for secondary actions */
  color: white;
  border: 2px solid #8FA39A;
  transition: all 0.3s ease;
}

.secondaryCTA:hover, .linkButton:hover {
  background: transparent;
  color: #8FA39A;
  border-color: #8FA39A;
}

/* Accent Elements */
.highlight, .badge, .tag {
  background: #D2691E; /* Welsh dragon orange */
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
}

.priceHighlight {
  color: #D2691E; /* Welsh dragon orange for prices */
  font-weight: bold;
}

/* Form Elements */
input[type="text"], input[type="email"], select, textarea {
  border: 2px solid #C4B5A6;
  border-radius: 4px;
  padding: 10px;
  color: #2B3B36;
}

input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  border-color: #D2691E;
  outline: none;
  box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

/* Mobile Adjustments */
@media only screen and (max-width: 768px) {
  h1.showLodgesHeader {
    color: #2B3B36; /* Dark woodland green for text */
  }
  
  .mobAvailButt {
    background: #8FA39A; /* Sage green 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: #4A5D5A; /* Deep forest green */
  }
  
  .heroTitle {
    font-size: 2.5rem;
  }
  
  .heroSubtitle {
    font-size: 1.4rem;
  }
}

/* Special Welsh Elements */
.welshAccent {
  border-left: 4px solid #D2691E; /* Welsh dragon orange accent border */
  padding-left: 15px;
}

.mountainGradient {
  background: linear-gradient(135deg, #8FA39A 0%, #6B7B75 50%, #4A5D5A 100%);
}

.stoneTexture {
  background: #C4B5A6;
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
}