/*
Theme Name:  Venus Child Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752559424
Updated: 2025-07-15 06:03:44

*/

.service-catagery-list-nai ul li, .service-catagery-list-nai ul li a {
    position: relative;
    background: #ffffff;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-radius: 10px;
    margin-bottom: 20px !important;
    padding: 18px 20px !important;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.service-catagery-list-nai ul li:last-child, .service-catagery-list-nai ul li a {
    margin: 0 !important;
}
.service-catagery-list-nai ul li:has(a) {
    padding: 0 !important;
}
.service-catagery-list-nai ul li .elementor-icon-list-text {
    padding-inline-start: 0 !important;
    transition: all 0.4s ease-in-out !important;
}
.service-catagery-list-nai .elementor-icon-list-icon svg {
    margin-right: 0 !important;
    transition: all 0.4s ease-in-out !important;
}
.service-catagery-list-nai ul li:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90deg, #386bb7 0%, #e24c4a 100%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.service-catagery-list-nai ul li:hover:before {
    top: 0;
    height: 100%;
}
.service-catagery-list-nai ul li:hover, .service-catagery-list-nai ul li a:hover {
    background: transparent;
}
.service-catagery-list-nai .elementor-icon-list-icon svg {
    margin-right: 0 !important;
    transition: all 0.4s ease-in-out !important;
}
.service-catagery-list-nai ul li:hover .elementor-icon-list-icon svg, .service-catagery-list-nai ul li a:hover .elementor-icon-list-icon svg {
    transform: rotate(45deg);
    fill: #ffffff !important;
}
.at-shiny-glass-effect, .at-blog-shiny-glass-effect{
	overflow: hidden;
}
.at-blog-shiny-glass-effect:after, .at-shiny-glass-effect:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.at-blog-shiny-glass-effect:hover:after, .at-shiny-glass-effect:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}
.at-blog-shiny-glass-effect:hover img{
	transform: scale(1.1);
}

.contact-info-item .elementor-icon{
    background: linear-gradient(90deg, #386bb7 0%, #e24c4a 50%, #386bb7 100%);
    background-size: 200% auto;
}

.contact-info-item .elementor-element:hover .elementor-icon{
	background-position: right center;
}