/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  A child theme of Hello Elementor
 Author:       Elementor
 Author URI:   https://elementor.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

header:has(.sticky-header){
	position:sticky;
	top:0px;
	z-index:99;
}
.sticky-header a.elementor-item-active {
    font-weight: 600 !important;
}
.our-story-card p{
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.testimonial-cards p{
	display: -webkit-box;
	-webkit-line-clamp: 11; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.round-left h6::before {
    content: '';
    height: 5px;
    width: 5px;
    background: var( --e-global-color-b374f04 );
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
}
.round-left.white-round h6::before {
    background:var( --e-global-color-c30b382 );
}
.height-full-width-fulll {
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}
.round-left h6 {
    padding-left: 12px;
    position: relative;
}
.testimonial-cards .elementor-widget-heading:has(h6){
	margin-top:auto;
}

