/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.child-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.child-category-links a {
  padding: 6px 14px;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s ease;
}

.child-category-links a:hover {
  background: #fff;
  color: #000 !important;
	border-color: #000;
}

.child-category-links a.active {
  background: #fff;
  color: #000;
  font-weight: 600;
	border-color: #000;
}

.zoom-hover {
	overflow: hidden;
}

.zoom-hover img {
  transition: transform 0.4s ease;
}

.zoom-hover:hover img {
  transform: scale(1.1);
}

