/* ============================================================
   SIMPLY ARI — Footer Widget Styles
   File: child-theme/assets/css/footer.css
   ============================================================ */


/* ============================================================
   WIDGET 2 — Company Navigation Menu
   Convert Custom HTML to: Navigation Menu widget
   Title: "Company" | Menu: "Footer Company"
   ============================================================ */

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widgettitle {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.82) !important;
  margin-bottom: 16px !important;
  font-family: 'Nunito Sans', sans-serif !important;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu ul li a {
  color: rgba(255,255,255,0.45) !important;
  font-size: 13px !important;
  text-decoration: none !important;
  font-family: 'Nunito Sans', sans-serif !important;
  transition: color 0.15s;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"] .widget_nav_menu ul li a:hover {
  color: rgba(255,255,255,0.75) !important;
}


/* ============================================================
   WIDGET 3 — Brand / Social Block
   Keep as Custom HTML — no conversion needed.
   Styles below ensure consistency if ever moved to a new widget.
   ============================================================ */

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .textwidget img {
  height: 52px;
  width: auto;
  display: block;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .textwidget p {
  font-size: 13px !important;
  color: rgba(255,255,255,0.42) !important;
  line-height: 1.7 !important;
  max-width: 220px !important;
  font-family: 'Nunito Sans', sans-serif !important;
  margin-bottom: 0 !important;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .textwidget .sa-social-row {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .textwidget .sa-social-row a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none !important;
  transition: border-color 0.15s, color 0.15s;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .textwidget .sa-social-row a:hover {
  border-color: rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.8) !important;
}


/* ============================================================
   WIDGET 4 — Shop Navigation Menu
   Convert Custom HTML to: Navigation Menu widget
   Title: "Shop" | Menu: "Footer Shop"
   ============================================================ */

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget-title,
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widgettitle {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.82) !important;
  margin-bottom: 16px !important;
  font-family: 'Nunito Sans', sans-serif !important;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget_nav_menu ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget_nav_menu ul li a {
  color: rgba(255,255,255,0.45) !important;
  font-size: 13px !important;
  text-decoration: none !important;
  font-family: 'Nunito Sans', sans-serif !important;
  transition: color 0.15s;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget_nav_menu ul li a:hover {
  color: rgba(255,255,255,0.75) !important;
}
