/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1733116978
Updated: 2024-12-02 05:22:58

*/

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
h1,h2,h3,h4,h5,h6 {
	font-size:36px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
	line-height:1.4 !important;
  font-style: normal;
}





@media (max-width:767px){
	h1,h2,h3,h4,h5,h6 {
	font-size:24px;
	}
}

.why-sc .elementor-image-box-wrapper img{
	filter: brightness(0) invert(1);

}
.pulse .elementor-icon svg{
	animation: pulse-animation 6s infinite;
    border-radius: 100% !important;
}
@keyframes pulse-animation{
0% {
    box-shadow: 0 0 0 0px #B17B3B;
}
100% {
    box-shadow: 0 0 0 30px #fffffff1;
}
	}

.float img{
	animation: float 3s infinite linear;
}
@keyframes float{
0% {
    transform:translatey(-10px);
}
50% {
    transform:translatey(0px);
}
	100% {
    transform:translatey(-10px);
}
	}

.service-card .elementor-flip-box__front .elementor-flip-box__layer__title {
    background: #00000091;
    padding: 8px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
	    font-family: "Libre Baskerville", serif;
}

.elementor-flip-box__layer{position:relative}
.cta-btn{
background: #fff;
    display: flex;
    justify-content: center;
    padding: 6px 20px;
    width: 144px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    /* color: var(--e-global-color-accent); */
    border-width: 0px;
    border-radius: 4px;
    /* align-items: flex-start; */
    margin: 20px auto 0;
    text-align: center;
    text-transform: capitalize;
	
}