/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below */
.cstm-chatt {
    position: relative;
}
.cstm-chatt::before {
    content: '';
    height: 20px !important;
    width: 20px !important;
    background-color: #54595F;
    position: absolute;
    top: -18px;
    left: 15%;
    clip-path: polygon(50% 0, 100% 100%, 100% 100%, 100% 100%, 50% 25%, 0 100%, 0 100%);
}
.trp-shortcode-switcher__wrapper {
    display: flex;
    align-items: center;
}
@keyframes indian-kid-wave {
	0%, 100% { 
		transform: translateY(0) translateX(0) scale(1); 
	}
	25% { 
		transform: translateY(-10px) translateX(5px) scale(1.02); 
	}
	50% { 
		transform: translateY(-15px) translateX(10px) scale(1.05); 
	}
	75% { 
		transform: translateY(-10px) translateX(5px) scale(1.02); 
	}
}