/* ================================
   FOOTER COMPATIBILITY
================================ */

.db999-footer{
  position:relative;
  overflow:hidden;
  background:#101010 !important;
  color:#fff !important;
  padding:104px 0 34px !important;
}

.db999-footer__cta,
.db999-footer__brand,
.db999-footer__branding{
  display:none !important;
}

.db999-footer .db999-container{
  width:min(1600px, calc(100% - 80px));
  margin:0 auto;
}

.db999-footer__grid{
  display:grid;
  grid-template-columns:2.25fr 1fr 1fr 1fr;
  gap:72px;
  align-items:start;
}

.db999-footer h3{
  margin:0 0 28px;
  color:#00b8a9;
  font-family:"Jakarta Bold", Arial, sans-serif;
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.db999-footer ul{
  list-style:none;
  margin:0;
  padding:0;
}

.db999-footer li{
  margin:0 0 13px;
}

.db999-footer a{
  display:inline-flex;
  color:rgba(255,255,255,.72);
  text-decoration:none !important;
  font-family:"Jakarta Medium", Arial, sans-serif;
  font-size:16px;
  line-height:1.35;
  transition:color .22s ease, transform .22s ease;
}

.db999-footer a:hover{
  color:#fff;
  transform:translateX(4px);
}

.db999-footer__sectors{
  columns:2;
  column-gap:42px;
}

.db999-footer__sectors li{
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
}

.db999-footer__office p{
  margin:0 0 20px;
  max-width:260px;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.65;
}

.db999-footer__office strong{
  color:#fff;
  font-family:"Jakarta Bold", Arial, sans-serif;
  font-weight:900;
}

.db999-footer__bottom{
  margin-top:88px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:28px;
  color:rgba(255,255,255,.52);
  font-size:15px;
}

.db999-footer__bottom-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:30px;
}

.db999-footer__bottom-links a{
  color:rgba(255,255,255,.58);
  font-size:15px;
}

/* Hide plugin credit fallback */
#social-chat,
.social-chat,
.sc-credit,
.qcld-credit,
[href*="quadlayers.com"]{
  display:none !important;
}