/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.subscribe-form{
	position:relative;
	}
.subscribe-form .elementor-field-group button{
	position:absolute;
	right: 10px;
    bottom: 18px;
	} 
.experience h3{
	margin:0px;
	}
.testimonial-box {
    color: #fff;
    padding: 30px;
    border-radius: 12px;
	}	
.rating {
   margin-bottom: 15px;
	}
.star {
    color: #555;
    font-size: 18px;
	}
.star.filled {
    color: #ffc107;
	}
.testimonial-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
	}
.testimonial-excerpt {
    color: #ccc;
    margin-bottom: 20px;
	}
.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 10px;
	}
.testimonial-footer img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
	}
.customer-name {
    font-weight: 500;
	}
.category-col ul.products li.product-category img {
    display:  none !important;
	}
.category-col ul.products li.product-category {
    border-bottom: 1px solid #80808038;
    }