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

.elementor-40 .elementor-element.elementor-element-79516a0 .elementor-icon-list-item:first-child .elementor-icon-list-icon {
    margin-top: -18px;
}
.custom-post p{
	color:#595959;
font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
}

.elementor-progress-percentage {
	margin-top: -18px;
}

.elementor-item-active{
	font-weight: 700 !important;
}

.page-id-15 .elementor-repeater-item-ea56eb4 a{
		color: rgb(60, 108, 179) !important;
font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
}

.page-id-15 .elementor-repeater-item-baddc13 {
	color: rgb(11, 5, 0);
font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
}

.page-id-15 .elementor-repeater-item-baddc13 svg {
	fill: #3C6CB3 !important;
}

.elementor-repeater-item-ea56eb4 svg {
	display: none;
}

#more-r {
    display: inline-flex;
    align-items: center;
    gap: 5px; /* Space between text and icon */
    transition: all 0.3s ease-in-out;
}

#more-r .more-icon {
    transition: transform 0.3s ease-in-out;
}

#more-r:hover .more-icon {
    transform: translateX(5px); /* Move right on hover */
}


