/**
 * 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.
 */

.header-area ul.elementor-nav-menu li.current-menu-item a.elementor-item-active {
    font-weight: bold !important;
}

body em {
	color: var(--e-global-color-primary);
	font-style: normal;
}
/* ------- */
.service-sidebar{
    width:100%;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:20px;
    padding:30px;
}

.sidebar-group{
    margin-bottom:40px;
}

.sidebar-heading{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    color:#111;
    padding-bottom:15px;
    border-bottom:1px solid #e5e5e5;
}

.sidebar-subcategories{
    list-style:none;
    margin:0;
    padding:0;
}

.sidebar-subcategories li{
    margin-bottom: 25px;
}
.sidebar-subcategories a {
    display: block;
    position: relative;
    text-decoration: none !important;
    color: #B3B3B3 !important;
    font-size: 18px;
    font-weight: 400;
    padding-left: 22px;
    transition: .3s;
}

.sidebar-subcategories a:hover{
    color:#B72C4D;
}

.sidebar-subcategories a.active{
    color:#B72C4D !important;
    font-weight:600 !important;
}

.sidebar-subcategories a.active:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:3px;
    height:24px;
    background:#B72C4D;
    border-radius:3px;
}
.service-category-title{
    margin-bottom:10px;
}

.service-count{
    font-weight:600;
    margin-bottom:10px;
}

.service-description{
    margin-bottom:25px;
}
.service-card-row {
    grid-template-columns: repeat(3, 1fr) !important;
    padding-top: 0px !important;
}
.service-badge{ 
	display: inline-block; 
	background: #B72C4D; 
	color:#fff; 
	font-size:16px; 
	line-height:1; 
	padding: 10px 20px; 
	border-radius: 30px; 
	font-family: 'Inter'; 
} 
.service-category-info .service-category-title {
    color: #000;
    font-weight: 500;
}
.service-category-info .service-count {
    color: #280D18;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Inter';
}