/*
 * Styles the EXISTING native footer widget area (#footer-widgets, from
 * travel-eye's add_theme_support('footer-widgets', 4), implemented by the
 * WEN Responsive Columns plugin) — not a new system. Your real widgets
 * ("Taxi From Delhi", "Airport Taxi Fare", "Contact Us", etc.) already
 * live here; this just fixes the near-invisible low-contrast titles and
 * adds the red/white accent requested.
 */

#footer-widgets .widget-title{
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding-bottom: 10px;
  margin: 0 0 16px;
  border-bottom: 2px solid #E63946;
  display: inline-block;
}
#footer-widgets .footer-widget-area{ color: #9AA5C4; font-size: 13.5px; }
#footer-widgets .footer-widget-area ul{ list-style: none; margin: 0; padding: 0; }
#footer-widgets .footer-widget-area li{ margin-bottom: 8px; }
#footer-widgets .footer-widget-area a{ color: #C9D3EE; text-decoration: none; }
#footer-widgets .footer-widget-area a:hover{ color: #fff; }
#footer-widgets .textwidget{ color: #9AA5C4; font-size: 13.5px; line-height: 1.6; }
#footer-widgets .textwidget strong{ color: #fff; }
