/* 04/05/2025 For Accesibilty */
a {
  color: #000;
  /* background-color: #fff; */
}
.services-block-two h3 {
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
 .main-wrapper #top-bar a {
    color: #575a7b !important;
}


/* =========================================================
   WCAG 2 AA COLOR CONTRAST FIXES
   https://www.hamptonia.us/seo-change/
========================================================= */


/* ---------------------------------------------------------
   FOOTER BACKGROUND
--------------------------------------------------------- */

footer,
.footer-area,
.footer,
.site-footer {
    background-color: #1e293b !important; /* dark slate */
}


/* ---------------------------------------------------------
   FOOTER TEXT
   Fixes issues:
   1,2,3,4,5,6
--------------------------------------------------------- */

footer p,
footer h3,
footer a,
footer li,
.fc-white,
.text-white,
.footer-list a {
    color: #ffffff !important;
}


/* Footer links hover/focus */
footer a:hover,
footer a:focus,
.footer-list a:hover,
.footer-list a:focus {
    color: #6c9c7e !important;
    /* text-decoration: underline; */
}

footer .mt-1-9{text-align: left;}
/* ---------------------------------------------------------
   HOLIDAY CLOSINGS TEXT
   Issue #1
--------------------------------------------------------- */

.mt-4.fc-white {
    color: #ffffff !important;
    font-weight: 500;
    line-height: 1.7;
    text-align: left;
}


/* ---------------------------------------------------------
   FOOTER HEADINGS
   Issues #2 and #5
--------------------------------------------------------- */

footer h3.fc-white,
.col-md-6 h3.fc-white,
.col-lg-2 h3.fc-white {
    color: #ffffff !important;
    font-weight: 700;
}


/* ---------------------------------------------------------
   ADDRESS / PHONE LINKS
   Issues #3 and #4
--------------------------------------------------------- */

.footer-list li a {
    color: #ffffff !important;
    font-weight: 500;
}

.footer-list li a:hover,
.footer-list li a:focus {
    color: #fde047 !important;
}


/* ---------------------------------------------------------
   WEATHER LINK
   Issue #6
--------------------------------------------------------- */

a.text-white {
    color: #ffffff !important;
}


/* ---------------------------------------------------------
   HERO / SLIDER TEXT OVER IMAGE
   Issues #7, #8, #9
--------------------------------------------------------- */

.tp-caption,
#slide-2-layer-1-0,
h2.text-white.h3.mb-4 {
    color: #ffffff !important;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.85),
        0 1px 2px rgba(0,0,0,0.9);
}


/* Add dark overlay behind slider captions */
.tp-caption,
#slide-2-layer-1-0 {
    /* background: rgba(0,0,0,0.55) !important; */
    padding: 12px 20px !important;
    border-radius: 4px;
}


/* Hero heading backgrounds */
h2.text-white.h3.mb-4 {
    display: inline-block;
    /* background: rgba(0,0,0,0.60); */
    padding: 12px 18px;
    border-radius: 4px;
    line-height: 1.5;
}


/* ---------------------------------------------------------
   ACCESSIBILITY FOCUS STATES
--------------------------------------------------------- */

a:focus,
button:focus {
    /* outline: 3px solid #6c9c7e; */
    outline-offset: 3px;
}


/* ---------------------------------------------------------
   OPTIONAL:
   Improve contrast for all white text globally
--------------------------------------------------------- */

.text-white,
.fc-white {
    color: #ffffff !important;
}

nav ul li {
    display: block;
}