/*
Theme Name:   TooleRentals
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* === FINAL OVERRIDE: Make footer phone number pure white === */
footer .etheme-icon-box-content,
footer .etheme-icon-box-content *,
footer .contact-phone,
footer .phone,
footer .elementor-widget-container .contact-phone,
footer .elementor-widget-container .phone,
.elementor-location-footer .etheme-icon-box-content,
.elementor-location-footer .etheme-icon-box-content *,
.elementor-location-footer .contact-phone,
.elementor-location-footer .phone {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Reinforce contrast specifically against #f7f7f8 */
footer,
footer * {
  color: #ffffff !important;
}

/* Debug: force text-shadow to ensure white appears visibly different */
footer .contact-phone,
footer .phone {
  text-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
}

