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

body , html{
	overflow-x:hidden !important
}

.bg{
	background-size:100% 100% !important;
}

.serv-boxes .elementor-image-box-content {
    margin-top: -80px;
    padding-left: 10px;
    padding-right: 10px;
}

.serv-boxes p.elementor-image-box-description {
	 transition: transform 0.4s ease;
    opacity: 0 !important;
}

.serv-boxes:hover .elementor-image-box-content {
    transform: translateY(-220px) !important;
}
.elementor-element-f802c94:hover .elementor-image-box-content{
	 transform: translateY(-250px) !important;
}
.serv-boxes:hover p {
    opacity: 1 !important;
}

.serv-boxes {
    overflow: hidden;
}

.serv-boxes .elementor-image-box-img img {
    transition: all .4s ease;
}

.serv-boxes:hover .elementor-image-box-img img {
    filter: brightness(0.6);
}

.serv-boxes .elementor-image-box-content {
    transition: transform .4s ease;
}



.header-area{
position: absolute;
    left: 0;
    right: 0;
    background: #ffffff26 !important;
    z-index: 1;
	backdrop-filter: blur(16px) saturate(70%) !important;
}

.about-leaf::before {
    content: '';
    position: absolute;
    background: url(https://theemeraldeventcenter.com/wp-content/uploads/2026/06/Artichoke-2.png);
    width: 56%;
    height: 55%;
    background-size: 42%;
    background-repeat: no-repeat;
    left: -130px;
    top: 50px;
	
}

.about-leaf::after {
    content: '';
    position: absolute;
    background: url(https://theemeraldeventcenter.com/wp-content/uploads/2026/06/Artichoke-3.png);
    width: 25%;
    height: 56%;
    background-size: 100%;
    background-repeat: no-repeat;
    right: -150px;
    bottom: -70px;
    z-index: 1;
}

.celeb-leaf::before {
    content: '';
    position: absolute;
    background: url(https://theemeraldeventcenter.com/wp-content/uploads/2026/06/Artichoke-4.png);
    width: 8%;
    height: 19%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 50px;
}

.celeb-leaf::after {
    content: '';
    position: absolute;
    background: url(https://theemeraldeventcenter.com/wp-content/uploads/2026/06/Artichoke-5.png);
    width: 8%;
    height: 28%;
    background-size: 100%;
    background-repeat: no-repeat;
    right: -50px;
    top: auto;
    bottom: -116px;
    z-index: 1;
}


.serv-boxes button {
    background: #fff;
    padding: 15px 25px;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
}

.serv-boxes button:hover {
    background: #D3B990;
    color: #000;
    transition: ease-in-out;
}

.elementor-tab-title {
    background: none !important;
    padding-bottom: 30px !important;
}

.elementor-tab-title.elementor-active {
    background-color: #000 !important;
    padding-bottom: 15px !important;
}