/*
Theme Name:        Animation Addons Blog Theme
Theme Url: 		   https://animation-addons.com/blog
Author:            Wealcoder
Author URI:        https://wealcoder.com/
Description:       A clean and modern blog theme built exclusively for animation-addons.com. Designed for clarity, performance, and seamless integration, it offers flexible layout options, support for featured images, and full compatibility with WordPress block editor to help you publish content with ease.
Version:           2.0.1
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       animation-addons-blog-theme
Requires PHP:      8.0
Requires at least: 6.8
Tested up to:      6.8
Domain Path:       /languages
Tags:              theme-options, featured-images, blog, full-width-template, left-sidebar
*/
.aae-interactive-card {
  overflow: hidden;
	border-radius: 15px;
}

.aae-interactive-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.aae-interactive-card:hover img {
  transform: scale(1.05);
 border-radius: 10px !important; 
}




