/* Accessibility contrast overrides — darker brand gold on light backgrounds */
.color-brown {
  color: #7a5a12 !important;
}

a.color-brown,
.theme_color {
  color: #7a5a12 !important;
}

.footer_head,
.panel-title > a.accordion-toggle,
.panel-title > a {
  color: #7a5a12 !important;
}

/* Header bar: ensure light text on dark background */
.top_header,
.top_header a,
.top_header p,
p.call_header,
p.call_header a,
p.call_header span {
  color: #ffffff !important;
}

/* Why Choose section uses a dark photo background — keep light text readable */
.content_section_men .text-white,
.content_section_men h3.text-white {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.content_section_men p {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

/* CTAs: header book button stays white-on-gold; Call Now on gold banner needs dark text */
a.theme-btn.btn-style-one,
a.book_btn_fixed {
  color: #ffffff !important;
}

a.call_now.blink {
  color: #1a1712 !important;
}

.carousel-indicators li {
  border-color: #7a5a12;
}
.carousel-indicators .active {
  background-color: #7a5a12;
}
