.elementor-174 .elementor-element.elementor-element-b13ef40{--display:flex;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-174 .elementor-element.elementor-element-b13ef40:not(.elementor-motion-effects-element-type-background), .elementor-174 .elementor-element.elementor-element-b13ef40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A3B22;}/* Start custom CSS for html, class: .elementor-element-0dbb392 *//* =========================
FOOTER – AYESSHA MART (FINAL)
Background: transparent
Text: white
Logo: small & adjustable
========================= */

.am-footer{
  width:100%;
  background:transparent;
  font-family:'Poppins',system-ui,sans-serif;
  color:#ffffff;
}

.am-footer-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:48px 7% 20px;
}

/* GRID */
.am-footer-grid{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1.2fr;
  gap:26px;
  margin-bottom:22px;
}

/* LOGO */
.am-footer-logoWrap{
  margin-bottom:10px;
}

.am-footer-logoImg{
  width:70px;          /* 👈 UBAH SAIZ LOGO SINI */
  height:auto;
  display:block;
}

/* DESCRIPTION */
.am-footer-desc{
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,.85);
  margin:0;
  max-width:300px;
}

/* TITLES */
.am-footer-title{
  font-size:12.5px;
  font-weight:900;
  margin:0 0 10px 0;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#ffffff;
}

/* LINKS */
.am-footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.am-footer-links li{
  margin-bottom:7px;
}

.am-footer-links a{
  font-size:13px;
  color:rgba(255,255,255,.85);
  text-decoration:none;
}

.am-footer-links a:hover{
  color:#ffffff;
  text-decoration:underline;
}

/* CONTACT */
.am-footer-contact{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.am-footer-row{
  display:flex;
  gap:8px;
  align-items:flex-start;
  line-height:1.55;
}

.am-footer-ico{
  width:18px;
  flex:0 0 18px;
  display:inline-flex;
  justify-content:center;
}

.am-footer-text{
  color:rgba(255,255,255,.85);
  font-size:13px;
}

.am-footer-link{
  color:#ffffff;
  font-weight:700;
  text-decoration:none;
  font-size:13px;
}

.am-footer-link:hover{
  text-decoration:underline;
}

/* BOTTOM */
.am-footer-bottom{
  border-top:1px solid rgba(255,255,255,.22);
  padding-top:12px;
  text-align:center;
}

.am-footer-bottom p{
  margin:0;
  font-size:11.5px;
  color:rgba(255,255,255,.7);
}

/* RESPONSIVE */
@media(max-width:900px){
  .am-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:22px;
  }
}

@media(max-width:600px){
  .am-footer-wrap{
    padding:38px 6% 16px;
  }

  .am-footer-grid{
    grid-template-columns:1fr;
  }

  .am-footer-logoImg{
    width:55px;     /* LOGO MOBILE */
  }
}/* End custom CSS */