
/* =========================================================
   Dimare Custom Footer Override
   ========================================================= */

.site-footer {
  position: relative;
  background: #665d5d;
  color: #f7f2f2;
  margin-top: 60px;
}

.site-footer .shape_wrapper,
.site-footer .shape_inner,
.site-footer .overlay,
.site-footer .widgets-section,
.site-footer .footer-bottom,
.site-footer .footer-widget,
.site-footer .widget-title,
.site-footer .newslatter-widget,
.site-footer .newslatter-form,
.site-footer .footer-links {
  display: none !important;
}

.site-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 24px 36px;
  display: grid;
  grid-template-columns: 220px 280px 1fr;
  gap: 48px;
  align-items: start;
}

.site-footer-col {
  min-width: 0;
}

.site-footer-title {
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
}

.site-footer-social {
  display: flex;
  gap: 14px;
}

.site-footer-social a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #4b4342;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-footer-social a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.site-footer-col-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 16px;
}

.footer-logo-img {
  max-width: 240px;
  width: 100%;
  height: auto;
}

.footer-tagline {
  font-size: 18px;
  line-height: 1.5;
  color: #f2eaea;
  margin: 0;
}

.footer-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 24px;
}

.footer-location-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 24px 22px;
  backdrop-filter: blur(1px);
}

.footer-location-card h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

.footer-location-phone {
  font-size: 21px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-location-phone a,
.footer-location-address a {
  color: inherit;
  text-decoration: none;
}

.footer-location-phone a:hover,
.footer-location-phone a:focus-visible,
.footer-location-address a:hover,
.footer-location-address a:focus-visible {
  text-decoration: underline;
}

.footer-location-address,
.footer-hours p,
.footer-note {
  color: #f2eaea;
}

.footer-location-address {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.footer-location-address .footer-preline {
  white-space: pre-line;
}

.footer-hours {
  margin-bottom: 16px;
}

.footer-hours-body {
  white-space: pre-line;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 4px;
  color: #f2eaea;
}

.footer-hours p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 4px;
}

.footer-note {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.95;
  white-space: pre-line;
}

.footer-location-card .footer-location-social {
  margin-top: 14px;
}

.site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 24px 24px;
  text-align: center;
}

.site-footer-bottom p {
  margin: 0;
  font-size: 15px;
  color: #f2eaea;
}

@media (max-width: 1199px) {
  .site-footer-inner {
    grid-template-columns: 180px 220px 1fr;
    gap: 30px;
  }

  .footer-locations-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 48px 20px 30px;
  }

  .site-footer-col-left,
  .site-footer-col-center {
    text-align: center;
  }

  .site-footer-social {
    justify-content: center;
  }

  .footer-logo-img {
    max-width: 210px;
  }
}

@media (max-width: 767px) {
  .site-footer-title {
    font-size: 28px;
  }

  .footer-location-card {
    padding: 20px 18px;
  }

  .footer-location-card h4 {
    font-size: 26px;
  }

  .footer-location-phone {
    font-size: 19px;
  }

  .footer-location-address,
  .footer-hours p {
    font-size: 15px;
  }
}
/* ===============================
   CLEAN FOOTER OVERRIDE
=============================== */

.site-footer {
  background: #665d5d;
  color: #f7f2f2;
  margin-top: 60px;
}

/* kill template junk */
.site-footer .shape_wrapper,
.site-footer .shape_inner,
.site-footer .overlay,
.site-footer .widgets-section,
.site-footer .footer-widget,
.site-footer .footer-bottom {
  display: none !important;
}

/* layout */
.site-footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 24px 40px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
}

/* left column */
.footer-brand-block {
  margin-bottom: 30px;
}

.footer-logo-img {
  max-width: 220px;
  display: block;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 16px;
  color: #f2eaea;
}

.site-footer-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 14px;
}

.site-footer-social {
  display: flex;
  gap: 12px;
}

.site-footer-social a {
  width: 48px;
  height: 48px;
  background: #fff;
  color: #4b4342;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* locations */
.footer-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.footer-location-card {
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 20px;
}

.footer-location-card h4 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #fff;
}

.footer-location-phone {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-location-address {
  margin-bottom: 14px;
  line-height: 1.6;
}

.footer-hours p {
  margin: 0 0 4px;
}

.footer-note {
  font-size: 13px;
  margin-top: 10px;
}

/* bottom */
.site-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  padding: 18px;
  font-size: 14px;
}

/* responsive */
@media (max-width: 991px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer-social {
    justify-content: center;
  }

  .footer-locations-grid {
    grid-template-columns: 1fr;
  }
}