.elementor-315 .elementor-element.elementor-element-dac7837{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5af196d *//* =========================================
   BLUE COVE — FOOTER
   ========================================= */

:where(body) .bc-footer,
:where(body) .bc-footer * { 
  box-sizing: border-box; 
}

:where(body) .bc-footer {
  background-color: #ffffff;
  color: #0a1419;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 60px 0;
  border-top: 1px solid rgba(10, 20, 25, 0.08);
}

:where(body) .bc-footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* =========================================
   COMPONENTS
   ========================================= */

/* 1. Branding */
:where(body) .bc-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

:where(body) .bc-footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #0a1419;
  letter-spacing: -0.02em;
}

:where(body) .bc-footer-tag {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-top: 4px;
}

/* 2. Navigation */
:where(body) .bc-footer-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

:where(body) .bc-footer-nav a {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

:where(body) .bc-footer-nav a:hover {
  color: #0a1419;
}

/* 3. Meta / Agency */
:where(body) .bc-footer-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #888;
}

:where(body) .bc-sep {
  opacity: 0.3;
}

:where(body) .bc-footer-meta a {
  text-decoration: none !important;
  color: #888;
  transition: color 0.3s ease;
}

:where(body) .bc-footer-meta a:hover {
  color: #D2B48C; /* Muted Gold on hover */
}

:where(body) .bc-agency {
  font-weight: 600;
  color: #0a1419;
  position: relative;
}

/* Heart Icon Animation */
:where(body) .bc-footer-meta a:hover .bc-agency::after {
  content: '♥'; /* Replace text heart if needed */
}

/* =========================================
   RESPONSIVE
   ========================================= */

/* Tablet & Mobile */
@media (max-width: 768px) {
  :where(body) .bc-footer {
    padding: 40px 0;
  }

  :where(body) .bc-footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  :where(body) .bc-footer-brand {
    align-items: center;
  }

  :where(body) .bc-footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  :where(body) .bc-footer-meta {
    flex-direction: column;
    gap: 8px;
  }

  :where(body) .bc-sep {
    display: none;
  }
}/* End custom CSS */