.elementor-372 .elementor-element.elementor-element-5c84faf{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .neb-protected-content-message, .elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-27a8e21 */.dds-footer *,
.dds-footer *::before,
.dds-footer *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
/* ══ WRAPPER ══════════════════════════════ */
.dds-footer {
  background: #0f2422;
  font-family: 'Inter', sans-serif;
  color: #c8bfb4;
}
 
/* ══ MAIN GRID ════════════════════════════ */
.dds-footer-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 60px 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 0.9fr;
  gap: 60px;
}
 
/* ── Col 1: Brand ─────────────────────── */
.dds-footer-brand {}
 
.dds-footer-logo {
  height: auto;
  width: 80%;
  max-width: 200px;
  display: block;
  margin-bottom: 22px;
  filter: brightness(0) invert(1) opacity(0.9);
}
 
.dds-footer-tagline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  max-width: 280px;
  margin-bottom: 28px;
}
 
/* Social icons */
.dds-footer-social {
  display: flex;
  gap: 12px;
}
 
.dds-footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255,255,255,0.25);
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
 
.dds-footer-social a:hover {
  border-color: rgba(200,169,126,0.5);
  color: #c8a97e;
  background: rgba(200,169,126,0.07);
}
 
.dds-footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
 
/* ── Col 2: Contact ───────────────────── */
.dds-footer-col-title {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8a97e;
  margin-bottom: 20px;
}
 
.dds-footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 
.dds-footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
 
.dds-footer-contact-list .fi-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
 
.dds-footer-contact-list .fi-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #c8a97e;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.dds-footer-contact-list .fi-text {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.6);
}
 
.dds-footer-contact-list a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.25s;
}
.dds-footer-contact-list a:hover { color: #c8a97e; }
 
/* ── Col 3: Hours ─────────────────────── */
.dds-footer-hours-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
.dds-footer-hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
 
.dds-footer-hours-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
 
.dds-hours-day {
  color: rgba(255,255,255,0.45);
  font-weight: 400;
  white-space: nowrap;
}
 
.dds-hours-time {
  color: rgba(255,255,255,0.72) !important;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
 
.dds-hours-note {
  font-size: 10px;
  color: rgba(255,255,255,0.28);
  display: block;
  margin-top: 1px;
  text-align: right;
}
 
/* ══ DIVIDER ══════════════════════════════ */
.dds-footer-divider {
  max-width: 1320px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid rgba(255,255,255,0.07);
}
 
/* ══ BOTTOM BAR ═══════════════════════════ */
.dds-footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
 
.dds-footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  line-height: 1.6;
}
 
.dds-footer-copy a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.25s;
}
.dds-footer-copy a:hover { color: #c8a97e; }
 
.dds-footer-dev {
  font-size: 12px;
  color: rgba(255,255,255,0.22);
}
 
.dds-footer-dev a {
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  transition: color 0.25s;
}
.dds-footer-dev a:hover { color: #c8a97e; }
 
/* ── Nav Links col ────────────────────── */
.dds-footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
 
.dds-footer-links-list li a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 0.25s, gap 0.25s;
  line-height: 1;
}
 
.dds-footer-links-list li a::before {
  content: '';
  width: 14px;
  height: 1px;
  background: #c8a97e;
  opacity: 0.5;
  flex-shrink: 0;
  transition: width 0.25s, opacity 0.25s;
}
 
.dds-footer-links-list li a:hover {
  color: #c8a97e;
  gap: 10px;
}
 
.dds-footer-links-list li a:hover::before {
  width: 18px;
  opacity: 1;
}
 
/* ══ RESPONSIVE ═══════════════════════════ */
@media (max-width: 960px) {
  .dds-footer-main {
    grid-template-columns: 1fr 1fr;
    padding: 56px 40px 44px;
    gap: 44px;
  }
  .dds-footer-brand { grid-column: 1 / -1; }
}
 
@media (max-width: 600px) {
  .dds-footer-main {
    grid-template-columns: 1fr;
    padding: 48px 24px 36px;
    gap: 36px;
  }
  .dds-footer-bottom {
    padding: 18px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .dds-footer-tagline { max-width: 100%; }
}/* End custom CSS */