/*
Theme Name: Linxhq TKHome
Theme URI: https://webdemo.linxhq.com/tkhomesite
Author: Thiên Quân
Description: A custom WordPress child theme for TKHome, based on Hello Elementor.
Version: 1.1
Template: hello-elementor
Text Domain: linxhq-tkhome
*/

/* Import the parent theme's stylesheet */
@import url('../hello-elementor/style.css');

/* Your custom CSS modifications below */

.news-item{
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    overflow: hidden;
}
.news-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.img-news{
    overflow: hidden;
}
.news-item .img-news img{
    transition: transform 0.5s ease;
}
.news-item:hover .img-news img{
    transform: scale(1.05);
}
#header-tkhomes.header-scrolled .elementor-heading-title a{
    color: #e42117;
}