.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-706ec55 *//* ===================================================
   MBD ASSOCIATES
   PREMIUM FOOTER
=================================================== */

.mbd-footer {
  position: relative;
  width: 100%;

  background: #111111;
  color: #ffffff;

  overflow: hidden;
}


/* ===================================================
   MAIN
=================================================== */

.mbd-footer-main {
  padding: 90px 0 75px;
}


.mbd-footer-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    1.35fr
    0.7fr
    0.9fr
    1.25fr;

  gap: 60px;
}


/* ===================================================
   BRAND
=================================================== */

.mbd-footer-brand {
  max-width: 350px;
}


.mbd-footer-logo {
  display: inline-flex;
  align-items: center;
}


.mbd-footer-logo img {
  display: block;

  width: auto;
  height: 72px;

  object-fit: contain;

  filter: brightness(0) invert(1);

  opacity: 0.94;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}


.mbd-footer-logo:hover img {
  opacity: 1;

  transform: translateY(-2px);
}


.mbd-footer-brand-text {
  max-width: 315px;

  margin: 28px 0 0;

  color: rgba(255,255,255,0.55);

  font-size: 14px;

  line-height: 1.75;
}


.mbd-footer-since {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-top: 32px;

  color: rgba(255,255,255,0.35);

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.13em;

  text-transform: uppercase;
}


.mbd-footer-since-line {
  display: block;

  width: 28px;
  height: 1px;

  background: rgba(255,255,255,0.25);
}


/* ===================================================
   COLUMNS
=================================================== */

.mbd-footer-column h3 {
  margin: 5px 0 27px;

  color: rgba(255,255,255,0.42);

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.16em;

  text-transform: uppercase;
}


/* ===================================================
   LINKS
=================================================== */

.mbd-footer-links {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 13px;
}


.mbd-footer-links a {
  position: relative;

  display: inline-block;

  color: rgba(255,255,255,0.72);

  text-decoration: none;

  font-size: 13px;
  font-weight: 400;

  line-height: 1.45;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}


.mbd-footer-links a::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -3px;

  width: 100%;
  height: 1px;

  background: rgba(255,255,255,0.6);

  transform: scaleX(0);
  transform-origin: right;

  transition:
    transform 0.35s ease;
}


.mbd-footer-links a:hover {
  color: #ffffff;

  transform: translateX(3px);
}


.mbd-footer-links a:hover::after {
  transform: scaleX(1);

  transform-origin: left;
}


/* ===================================================
   CONTACT
=================================================== */

.mbd-footer-contact-list {
  display: flex;
  flex-direction: column;

  gap: 21px;
}


.mbd-footer-contact-item {
  display: grid;

  grid-template-columns: 29px 1fr;

  gap: 11px;

  align-items: start;
}


.mbd-footer-contact-icon {
  width: 26px;
  height: 26px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(255,255,255,0.42);
}


.mbd-footer-contact-icon svg {
  width: 19px;
  height: 19px;
}


.mbd-footer-contact-item p {
  margin: 0;

  color: rgba(255,255,255,0.62);

  font-size: 12px;

  line-height: 1.7;
}


.mbd-footer-contact-item > div {
  display: flex;
  flex-direction: column;

  gap: 5px;
}


.mbd-footer-contact-item a {
  color: rgba(255,255,255,0.7);

  text-decoration: none;

  font-size: 12px;

  line-height: 1.5;

  transition:
    color 0.3s ease;
}


.mbd-footer-contact-item a:hover {
  color: #ffffff;
}


/* ===================================================
   HOURS + MAP
=================================================== */

.mbd-footer-info {
  border-top: 1px solid rgba(255,255,255,0.09);

  background: #151515;
}


.mbd-footer-info-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 0.72fr 1.28fr;
}


/* HOURS */

.mbd-footer-hours {
  padding: 48px 50px 48px 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
}


.mbd-footer-small-label {
  color: rgba(255,255,255,0.34);

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.16em;

  text-transform: uppercase;
}


.mbd-footer-hours h4 {
  margin: 14px 0 5px;

  color: #ffffff;

  font-size: 24px;
  font-weight: 500;

  letter-spacing: -0.025em;
}


.mbd-footer-hours p {
  margin: 0;

  color: rgba(255,255,255,0.52);

  font-size: 13px;
}


.mbd-footer-enquire {
  position: relative;

  width: max-content;

  margin-top: 25px;

  padding-bottom: 6px;

  display: inline-flex;
  align-items: center;

  gap: 10px;

  color: #ffffff;

  text-decoration: none;

  font-size: 12px;
  font-weight: 500;
}


.mbd-footer-enquire::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;

  background: rgba(255,255,255,0.45);

  transform: scaleX(0.35);

  transform-origin: left;

  transition:
    transform 0.35s ease;
}


.mbd-footer-enquire:hover::after {
  transform: scaleX(1);
}


.mbd-footer-enquire svg {
  transition:
    transform 0.3s ease;
}


.mbd-footer-enquire:hover svg {
  transform: translateX(4px);
}


/* ===================================================
   MAP
=================================================== */

.mbd-footer-map {
  position: relative;

  height: 270px;

  overflow: hidden;

  background: #222222;

  border-left: 1px solid rgba(255,255,255,0.08);
}


.mbd-footer-map iframe {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  border: 0;

  filter:
    grayscale(1)
    contrast(0.9)
    brightness(0.72);

  transition:
    filter 0.5s ease,
    transform 0.6s ease;
}


.mbd-footer-map:hover iframe {
  filter:
    grayscale(0.25)
    contrast(0.95)
    brightness(0.85);

  transform: scale(1.015);
}


.mbd-footer-map-label {
  position: absolute;

  left: 22px;
  bottom: 22px;

  z-index: 3;

  padding: 12px 16px;

  display: flex;
  flex-direction: column;

  gap: 2px;

  background: rgba(17,17,17,0.88);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  pointer-events: none;
}


.mbd-footer-map-label span {
  color: rgba(255,255,255,0.42);

  font-size: 8px;
  font-weight: 600;

  letter-spacing: 0.14em;

  text-transform: uppercase;
}


.mbd-footer-map-label strong {
  color: #ffffff;

  font-size: 12px;
  font-weight: 500;
}


/* ===================================================
   BOTTOM BAR
=================================================== */

.mbd-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);

  background: #111111;
}


.mbd-footer-bottom-inner {
  width: calc(100% - 100px);
  max-width: 1440px;

  min-height: 70px;

  margin: 0 auto;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;
}


.mbd-footer-bottom p {
  margin: 0;

  color: rgba(255,255,255,0.32);

  font-size: 10px;

  letter-spacing: 0.04em;
}


.mbd-footer-bottom-right {
  display: flex;
  align-items: center;

  gap: 11px;

  color: rgba(255,255,255,0.27);

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.12em;

  text-transform: uppercase;
}


.mbd-footer-dot {
  width: 3px;
  height: 3px;

  background: rgba(255,255,255,0.34);

  border-radius: 50%;
}


/* ===================================================
   INITIAL ANIMATION
=================================================== */

.mbd-footer-brand,
.mbd-footer-column,
.mbd-footer-hours,
.mbd-footer-map {
  opacity: 0;

  transform: translateY(22px);

  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}


.mbd-footer.is-visible .mbd-footer-brand,
.mbd-footer.is-visible .mbd-footer-column,
.mbd-footer.is-visible .mbd-footer-hours,
.mbd-footer.is-visible .mbd-footer-map {
  opacity: 1;

  transform: translateY(0);
}


.mbd-footer.is-visible
.mbd-footer-column:nth-child(2) {
  transition-delay: 0.08s;
}


.mbd-footer.is-visible
.mbd-footer-column:nth-child(3) {
  transition-delay: 0.14s;
}


.mbd-footer.is-visible
.mbd-footer-column:nth-child(4) {
  transition-delay: 0.20s;
}


.mbd-footer.is-visible
.mbd-footer-hours {
  transition-delay: 0.18s;
}


.mbd-footer.is-visible
.mbd-footer-map {
  transition-delay: 0.25s;
}


/* ===================================================
   ELEMENTOR EDITOR FIX
=================================================== */

.elementor-editor-active .mbd-footer-brand,
.elementor-editor-active .mbd-footer-column,
.elementor-editor-active .mbd-footer-hours,
.elementor-editor-active .mbd-footer-map {
  opacity: 1 !important;

  transform: none !important;
}


/* ===================================================
   LAPTOP
=================================================== */

@media (max-width: 1200px) {

  .mbd-footer-inner,
  .mbd-footer-info-inner,
  .mbd-footer-bottom-inner {
    width: calc(100% - 70px);
  }


  .mbd-footer-inner {
    grid-template-columns:
      1.2fr
      0.65fr
      0.85fr
      1.2fr;

    gap: 40px;
  }

}


/* ===================================================
   TABLET
=================================================== */

@media (max-width: 900px) {

  .mbd-footer-main {
    padding: 75px 0 60px;
  }


  .mbd-footer-inner,
  .mbd-footer-info-inner,
  .mbd-footer-bottom-inner {
    width: calc(100% - 50px);
  }


  .mbd-footer-inner {
    grid-template-columns: repeat(2, 1fr);

    gap: 55px 50px;
  }


  .mbd-footer-brand {
    max-width: 100%;
  }


  .mbd-footer-info-inner {
    grid-template-columns: 1fr;
  }


  .mbd-footer-hours {
    padding: 42px 0;
  }


  .mbd-footer-map {
    height: 300px;

    border-left: 0;

    border-top: 1px solid rgba(255,255,255,0.08);
  }

}


/* ===================================================
   MOBILE
=================================================== */

@media (max-width: 600px) {

  .mbd-footer-main {
    padding: 65px 0 50px;
  }


  .mbd-footer-inner,
  .mbd-footer-info-inner,
  .mbd-footer-bottom-inner {
    width: calc(100% - 36px);
  }


  .mbd-footer-inner {
    grid-template-columns: 1fr;

    gap: 45px;
  }


  .mbd-footer-logo img {
    height: 62px;
  }


  .mbd-footer-brand-text {
    margin-top: 22px;

    font-size: 13px;
  }


  .mbd-footer-column h3 {
    margin-bottom: 20px;
  }


  .mbd-footer-hours {
    padding: 38px 0;
  }


  .mbd-footer-hours h4 {
    font-size: 21px;
  }


  .mbd-footer-map {
    height: 260px;
  }


  .mbd-footer-bottom-inner {
    min-height: 90px;

    padding: 20px 0;

    flex-direction: column;

    align-items: flex-start;
    justify-content: center;

    gap: 10px;
  }


  .mbd-footer-bottom-right {
    flex-wrap: wrap;
  }

}


/* ===================================================
   SMALL MOBILE
=================================================== */

@media (max-width: 380px) {

  .mbd-footer-inner,
  .mbd-footer-info-inner,
  .mbd-footer-bottom-inner {
    width: calc(100% - 30px);
  }

}


/* ===================================================
   REDUCED MOTION
=================================================== */

@media (prefers-reduced-motion: reduce) {

  .mbd-footer-brand,
  .mbd-footer-column,
  .mbd-footer-hours,
  .mbd-footer-map {
    transition: none !important;
  }


  .mbd-footer-map iframe {
    transition: none !important;
  }

}/* End custom CSS */