/*
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.4.5.1762235334
Updated: 2025-11-04 05:48:54

*/

/* Header */
header nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item.header-btn > a.elementor-item {
    background-color: #e56eb1;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
	border: 2px solid #e56eb1;
}
header nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item.header-btn > a.elementor-item:hover {
    background: #f9e6eb;
    color: #000;
    
}
.header-btn a.elementor-item.elementor-item-active {
    color: #fff !important;
}
.header-btn a.elementor-item.elementor-item-active:hover {
    color: #000 !important;
}

/* Home */
.sec-1-icon-box .elementor-icon {
  background-color: #e56eb1 !important;
}

/* Menu */
span.price-text {
    color: #7a7a7a;
    font-size: 12px;
}
.price-box .elementor-price-list-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding: 10px;
}
.price-box .elementor-price-list-item:hover {
  background-color: #ffe6f1; /* soft pink background */
  transform: translateY(-3px); /* slight lift effect */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.price-box .elementor-price-list-item:hover .elementor-price-list-title {
  color: #e56eb1; /* pink title on hover */
}

/* Responsive */
@media (max-width: 767px) {
	.price-box .elementor-price-list-header {
		display: flex;
		flex-direction: column;
	}
	.price-box p.elementor-price-list-description, .price-box span.elementor-price-list-title {
		text-align: center;
	}
}