/*
 Theme Name:   Rashy Child
 Theme URI:    https://wordpress.com
 Description:  This is a child theme for Rashy
 Author:       Goalthemes
 Author URI:   #
 Template:     rashy
 Version:      1.0.0
 Text Domain:  rashy-child
*/


/* Align icons and labels */
.tabs-product li a .icon {
  display: flex !important;
	justify-content: center !important;
  align-items: center !important;
  text-align: center;
}

/* Style the icon images */
.tabs-product .icon img {
 
  transition: all 0.3s ease;
  filter: brightness(0) invert(0); /* original look */
}

/* Hover + Active State - turn white */
.tabs-product li a:hover .icon img,
.tabs-product li.active a .icon img {
  filter: brightness(0) invert(1); /* makes image white */
}

/* Optional: smooth icon hover animation */
.tabs-product li a:hover .icon {
  transform: scale(1.05);
}
