.elementor-229 .elementor-element.elementor-element-3be075d{--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-229 .elementor-element.elementor-element-02d550a{--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-b4a9714 *//* ===== FOOTER BASE ===== */

.ma360-footer{
  background:linear-gradient(180deg,#2f2521 0%, #241d19 100%);
  color:#f5eee8;
  padding:60px 0 22px;
}

.ma360-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 0.8fr 0.8fr 1fr;
  gap:22px;
  align-items:start;
}

/* ===== FOOTER CARDS ===== */

.ma360-footer-card{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

/* ===== BRAND SECTION ===== */

.ma360-footer-brand h3{
  margin:18px 0 10px;
  color:#fff;
  font-size:26px;
  line-height:1.2;
}

.ma360-footer-brand p{
  margin:0;
  color:#d8cbc0;
}

/* ===== LOGO ===== */

.ma360-footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
}

.ma360-footer-logo-mark{
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(135deg,#b78757 0%,#8d643c 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:700;
}

.ma360-footer-name{
  color:#fff;
  font-size:18px;
  font-weight:700;
}

.ma360-footer-sub{
  color:#cbb9aa;
  font-size:13px;
  margin-top:3px;
}

/* ===== BUTTON WRAP ===== */

.ma360-footer-btns{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 14px;
}

/* ===== BUTTON FIX (IMPORTANT) ===== */

.ma360-footer-btn{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  height:48px;
  padding:0 20px;

  border-radius:999px;
  text-decoration:none !important;
  font-weight:700;
  font-size:14px;

  line-height:1 !important;
  white-space:nowrap;

  transition:all .25s ease;
}

/* fix Elementor wrapping */
.ma360-footer-btn a{
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== BUTTON STYLES ===== */

.ma360-footer-btn-primary{
  background:#a77949;
  color:#fff !important;
  box-shadow:0 8px 20px rgba(167,121,73,0.25);
}

.ma360-footer-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(167,121,73,0.35);
}

.ma360-footer-btn-secondary{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  color:#fff !important;
}

.ma360-footer-btn-secondary:hover{
  background:rgba(255,255,255,0.12);
}

/* ===== TEXT ===== */

.ma360-footer-note{
  color:#bda998;
  font-size:13px;
  line-height:1.5;
}

.ma360-footer-card h4{
  margin:0 0 14px;
  color:#fff;
  font-size:18px;
}

.ma360-footer-card a{
  display:block;
  color:#d8cbc0;
  text-decoration:none;
  margin:0 0 10px;
  transition:color .2s ease;
}

.ma360-footer-card a:hover{
  color:#fff;
}

.ma360-footer-card p{
  margin:0 0 12px;
  color:#d8cbc0;
  line-height:1.7;
}

/* ===== BOTTOM BAR ===== */

.ma360-footer-bottom{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#bda998;
  font-size:13px;
}

.ma360-footer-bottom-links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.ma360-footer-bottom-links a{
  color:#bda998;
  text-decoration:none;
}

.ma360-footer-bottom-links a:hover{
  color:#fff;
}

/* ===== RESPONSIVE ===== */

@media (max-width:1024px){
  .ma360-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:767px){

  .ma360-footer{
    padding:42px 0 18px;
  }

  .ma360-footer-grid{
    grid-template-columns:1fr;
  }

  .ma360-footer-card{
    padding:22px;
    border-radius:20px;
  }

  .ma360-footer-brand h3{
    font-size:22px;
  }

  .ma360-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

}/* End custom CSS */