/* ALTAHANY_PUBLIC_CLEAN_SOURCE_V10_86_11 */
.pub-footer.altahany-footer-clean-v108611{
  margin-top:clamp(22px,4vw,44px);
  padding:clamp(24px,4vw,42px) 0 16px;
  background:linear-gradient(180deg,#2b190f,#1e120b);
  color:#fff7e8;
  border-top:1px solid rgba(224,187,104,.35);
  overflow:hidden;
  text-align:center;
  font-family:Arial,Tahoma,sans-serif;
}

.ath-footer-clean-wrap{
  width:min(1120px,calc(100vw - 24px));
  margin-inline:auto;
  display:grid;
  gap:clamp(16px,2.5vw,24px);
}

.ath-footer-newsletter{
  width:min(840px,100%);
  margin-inline:auto;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(224,187,104,.32);
  background:linear-gradient(135deg,#fffdf8,#fff3dc);
  color:#24170d;
  box-shadow:0 16px 34px rgba(0,0,0,.13);
}

.ath-footer-newsletter-text{
  text-align:start;
}

.ath-footer-newsletter-text .section-kicker{
  display:inline-flex;
  padding:5px 11px;
  border-radius:999px;
  border:1px solid rgba(183,134,37,.25);
  color:#9a661b;
  font-size:.78rem;
  font-weight:900;
}

.ath-footer-newsletter-text h3{
  margin:8px 0 5px;
  font-size:clamp(1.25rem,2.3vw,1.9rem);
  line-height:1.25;
}

.ath-footer-newsletter-text p{
  margin:0;
  color:#6f604f;
  line-height:1.65;
  font-size:.92rem;
}

.ath-footer-newsletter-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:0;
}

.ath-footer-newsletter-form input{
  width:100%;
  min-width:0;
  height:42px;
  border:1px solid rgba(183,134,37,.32);
  border-radius:13px;
  padding:0 12px;
  background:#fff;
  color:#24170d;
}

.ath-footer-newsletter-form button{
  grid-column:1/-1;
  min-height:42px;
  border:0;
  border-radius:13px;
  background:linear-gradient(135deg,#b87512,#d8ad4b);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.ath-footer-main{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:clamp(14px,2vw,22px);
  align-items:center;
}

.ath-footer-brand,
.ath-footer-contact{
  display:grid;
  gap:8px;
  justify-items:center;
}

.ath-footer-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:8px 16px;
  border-radius:16px;
  background:#fffaf2;
  color:#9a661b;
  font-weight:900;
  letter-spacing:.04em;
}

.ath-footer-brand p{
  max-width:340px;
  margin:0;
  line-height:1.6;
  color:rgba(255,247,232,.88);
}

.ath-footer-social{
  display:flex;
  gap:8px;
  justify-content:center;
  flex-wrap:wrap;
}

.ath-footer-social a{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fffaf2;
  color:#9a661b;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(224,187,104,.40);
}

.ath-footer-chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:7px;
}

.ath-footer-chips a{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 11px;
  border-radius:999px;
  border:1px solid rgba(224,187,104,.32);
  color:#fff7e8;
  background:rgba(255,250,242,.08);
  text-decoration:none;
  font-size:.83rem;
  font-weight:800;
}

.ath-footer-contact a,
.ath-footer-contact span{
  color:#fff7e8;
  text-decoration:none;
  font-weight:800;
}

.ath-phone-ltr{
  direction:ltr;
  unicode-bidi:isolate;
  letter-spacing:.02em;
}

.ath-footer-bottom{
  display:grid;
  gap:5px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,247,232,.82);
}

.ath-footer-bottom a{
  color:#ffe1a0;
  font-weight:900;
  text-decoration:none;
}

.ath-uae-line{
  color:#ffe1a0;
  font-weight:900;
}

@media(max-width:900px){
  .ath-footer-newsletter,
  .ath-footer-main{
    grid-template-columns:1fr;
  }
  .ath-footer-newsletter-text{
    text-align:center;
  }
}

@media(max-width:560px){
  .ath-footer-newsletter-form{
    grid-template-columns:1fr;
  }
  .ath-footer-chips a{
    font-size:.78rem;
    padding-inline:9px;
  }
}
