.elementor-240 .elementor-element.elementor-element-dada9f0{--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;}.elementor-240 .elementor-element.elementor-element-5f33452{--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:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}/* Start custom CSS for html, class: .elementor-element-82e30a0 *//* =========================
MAYCO — FOOTER (Grey + Gold accents)
CSS
========================= */

.mayco-footer{
  --mf-ink:#0f172a;
  --mf-muted:#475569;

  --mf-bg1:#f6f7f9;
  --mf-bg2:#eef1f5;

  --mf-card:rgba(255,255,255,.72);
  --mf-line:rgba(15,23,42,.12);

  --mf-shadow:0 18px 44px rgba(2,6,23,.10);
  --mf-shadow2:0 10px 26px rgba(2,6,23,.08);

  --mf-gold: linear-gradient(90deg,
    #8a6a2a 0%,
    #d6b76a 22%,
    #f3e7b6 40%,
    #d4b05a 62%,
    #9b7730 100%
  );

  --mf-radius:18px;
  --mf-container:1400px;

  color:var(--mf-ink);
  background:
    radial-gradient(1100px 480px at 18% 0%, rgba(214,183,106,.16), transparent 55%),
    radial-gradient(900px 520px at 86% 12%, rgba(155,119,48,.10), transparent 60%),
    linear-gradient(180deg, var(--mf-bg1), var(--mf-bg2));
  border-top:1px solid rgba(15,23,42,.10);
  position:relative;
  overflow:hidden;
}

.mayco-footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background-image:
    repeating-linear-gradient(0deg, rgba(15,23,42,.035), rgba(15,23,42,.035) 1px, transparent 1px, transparent 6px);
  mix-blend-mode:multiply;
}

.mayco-footer__container{
  width:min(var(--mf-container), calc(100% - 40px));
  margin:0 auto;
  position:relative;
  z-index:1;
}

.mayco-footer__top{
  padding:56px 0 34px;
}

.mayco-footer__container{
  display:grid;
  grid-template-columns: 420px 1fr;
  gap:32px;
}

.mayco-footer__brand{
  background:var(--mf-card);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:var(--mf-shadow2);
  border-radius:var(--mf-radius);
  padding:22px 22px 18px;
  backdrop-filter: blur(10px);
}

.mayco-footer__logoLink{ display:inline-flex; align-items:center; gap:10px; }
.mayco-footer__logo{
  width:170px;
  height:auto;
  display:block;
  filter: drop-shadow(0 10px 16px rgba(2,6,23,.10));
}

.mayco-footer__desc{
  margin:14px 0 14px;
  color:var(--mf-muted);
  line-height:1.6;
  font-size:14px;
}

.mayco-footer__goldBar{
  height:3px;
  border-radius:999px;
  background:var(--mf-gold);
  opacity:.95;
  margin:10px 0 14px;
}

.mayco-footer__social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 14px;
}

.mayco-social{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 10px 20px rgba(2,6,23,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mayco-social img{
  width:22px;
  height:22px;
  display:block;
  opacity:.92;
}

.mayco-social:hover{
  transform: translateY(-2px);
  box-shadow:0 16px 30px rgba(2,6,23,.10);
  border-color: rgba(214,183,106,.55);
}

.mayco-footer__miniContact{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-size:13px;
  color:var(--mf-muted);
}

.mayco-footer__miniContact a{
  color:inherit;
  text-decoration:none;
  position:relative;
}

.mayco-footer__miniContact a:hover{
  color:var(--mf-ink);
}

.mayco-footer__dot{
  width:5px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(180deg, #c8a24f, #8a6a2a);
  opacity:.9;
}

/* Columns */
.mayco-footer__cols{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:18px;
}

.mayco-footer__col{
  background:rgba(255,255,255,.58);
  border:1px solid rgba(15,23,42,.10);
  border-radius:var(--mf-radius);
  padding:18px 18px 14px;
  backdrop-filter: blur(10px);
  box-shadow:0 14px 34px rgba(2,6,23,.07);
}

.mayco-footer__title{
  margin:0 0 12px;
  font-size:14px;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:var(--mf-ink);
  position:relative;
  padding-bottom:10px;
}

.mayco-footer__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:86px;
  height:2px;
  border-radius:999px;
  background:var(--mf-gold);
  opacity:.85;
}

.mayco-footer__list{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.mayco-footer__list a{
  color:var(--mf-muted);
  text-decoration:none;
  font-size:14px;
  line-height:1.35;
  display:inline-flex;
  align-items:center;
  gap:10px;
  transition: color .16s ease, transform .16s ease;
}

.mayco-footer__list a::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(15,23,42,.22), rgba(15,23,42,.06));
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.10);
}

.mayco-footer__list a:hover{
  color:var(--mf-ink);
  transform: translateX(2px);
}

.mayco-footer__list a:hover::before{
  background:var(--mf-gold);
  box-shadow:none;
  opacity:.95;
}

.mayco-footer__sub a{
  padding-left:18px;
  position:relative;
}

.mayco-footer__sub a::before{
  width:6px;
  height:6px;
  opacity:.8;
}

/* Bottom */
.mayco-footer__bottom{
  border-top:1px solid rgba(15,23,42,.10);
  padding:18px 0;
  position:relative;
  z-index:1;
}

.mayco-footer__bottomInner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.mayco-footer__copy{
  color:var(--mf-muted);
  font-size:13px;
}

.mayco-footer__wtsm{
  width:140px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.65);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 12px 26px rgba(2,6,23,.06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.mayco-footer__wtsm img{
  width:92px;
  height:auto;
  display:block;
  opacity:.92;
}

.mayco-footer__wtsm:hover{
  transform: translateY(-2px);
  border-color: rgba(214,183,106,.55);
  box-shadow:0 18px 34px rgba(2,6,23,.10);
}

/* Responsive */
@media (max-width: 1100px){
  .mayco-footer__container{
    grid-template-columns: 1fr;
  }
  .mayco-footer__cols{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .mayco-footer__top{
    padding:42px 0 26px;
  }

  .mayco-footer__brand{
    padding:18px 16px 14px;
    border-radius:16px;
  }

  .mayco-footer__cols{
    grid-template-columns: 1fr;
  }

  .mayco-footer__col{
    padding:16px 16px 12px;
    border-radius:16px;
  }

  .mayco-footer__bottomInner{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
}/* End custom CSS */