.elementor-90 .elementor-element.elementor-element-0fc7ffb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8f77eb2 *//* =========================================
   DailyGoodsRUs – FOOTER CSS
   WHOLESALE ONLY • USA ONLY • MOQ 24
========================================= */

:root{
  --dgr-bg: #ffffff;
  --dgr-text: #0b1220;
  --dgr-muted: rgba(11,18,32,.70);
  --dgr-border: rgba(11,18,32,.10);
  --dgr-accent: #0ea5e9;
  --dgr-green: #22c55e;
  --dgr-radius: 18px;
  --dgr-shadow: 0 16px 40px rgba(11,18,32,.08);
  --dgr-shadow2: 0 10px 26px rgba(11,18,32,.08);
}

.dgr-container{
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

/* Buttons (used in footer CTA) */
.dgr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 11px 14px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.dgr-btn:hover{ transform: translateY(-1px); box-shadow: var(--dgr-shadow2); }
.dgr-btn-primary{ background: var(--dgr-text); color:#fff; }
.dgr-btn-ghost{ background: transparent; color: var(--dgr-text); border-color: var(--dgr-border); }

.dgr-dot{ color: rgba(11,18,32,.35); }

/* -----------------------------
   FOOTER
----------------------------- */
.dgr-site-footer{
  background: rgba(11,18,32,.02);
  border-top: 1px solid var(--dgr-border);
  padding: 48px 0 22px;
  color: var(--dgr-text);
}

.dgr-footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .7fr .7fr 1fr;
  gap: 20px;
  padding-bottom: 22px;
}

.dgr-footer-brand{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 14px;
}

.dgr-footer-mark{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  background: rgba(14,165,233,.12);
  border: 1px solid rgba(14,165,233,.22);
}

.dgr-footer-name{
  font-weight: 950;
  font-size: 16px;
}

.dgr-footer-sub{
  font-size: 12px;
  color: var(--dgr-muted);
  margin-top: 2px;
}

.dgr-footer-note{
  border: 1px solid rgba(34,197,94,.24);
  background: rgba(34,197,94,.08);
  border-radius: var(--dgr-radius);
  padding: 12px 14px;
  color: rgba(11,18,32,.80);
  line-height: 1.6;
  margin-bottom: 14px;
}

.dgr-footer-cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dgr-footer-title{
  font-weight: 950;
  margin-bottom: 10px;
}

.dgr-footer-links{
  display:grid;
  gap: 10px;
}

.dgr-footer-links a{
  text-decoration:none;
  color: rgba(11,18,32,.78);
  font-weight: 800;
}

.dgr-footer-links a:hover{ color: var(--dgr-text); }

.dgr-footer-contact{
  display:grid;
  gap: 8px;
  color: rgba(11,18,32,.78);
}

.dgr-footer-contact-row a{
  color: rgba(11,18,32,.78);
  text-decoration:none;
  font-weight: 900;
}

.dgr-footer-contact-row a:hover{ color: var(--dgr-text); }

.dgr-footer-label{
  font-weight: 950;
  margin-right: 6px;
  color: rgba(11,18,32,.85);
}

.dgr-footer-mini{
  margin-top: 12px;
  border: 1px solid var(--dgr-border);
  background: rgba(255,255,255,.8);
  border-radius: var(--dgr-radius);
  padding: 12px 14px;
}

.dgr-footer-mini-title{
  font-weight: 950;
  margin-bottom: 8px;
}

.dgr-footer-mini-list{
  margin: 0;
  padding-left: 18px;
  color: var(--dgr-muted);
  line-height: 1.6;
}

.dgr-footer-bottom{
  border-top: 1px solid var(--dgr-border);
  padding-top: 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  color: rgba(11,18,32,.70);
  font-size: 13px;
}

.dgr-footer-bottom-links a{
  text-decoration:none;
  color: rgba(11,18,32,.70);
  font-weight: 900;
}

.dgr-footer-bottom-links a:hover{ color: var(--dgr-text); }

/* Responsive */
@media (max-width: 980px){
  .dgr-footer-grid{
    grid-template-columns: 1fr;
  }
  .dgr-footer-bottom{
    flex-direction: column;
    align-items:flex-start;
  }
}/* End custom CSS */