/* 
Theme Name: CONPIX Starter Template
Theme URI: https://conpix.com.au
Description:This is a child theme, created by CONPIX team
Author: CONPIX Team
Author URI: https://conpix.com.au/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Mega Menu Items */
.elementor-element.elementor-element-bc79ae7.e-con-full.mega-menu-container.e-flex.e-con.e-child a.elementor-element,
.elementor-element.elementor-element-ad0e39f.e-con-full.why-aleesa.e-flex.e-con.e-child > .elementor-element,
.elementor-element.elementor-element-73e104d1 .e-flex.e-con.e-child{
    width: calc(33% - 10px) !important;
}

span.elementor-button-icon {
    position: relative;
    z-index: 2;
}

.aleesa-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 25px;
	border-color: #000 !important;
}

/* Background fill effect */
.aleesa-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%; /* start from left */
  height: 100%;
  background: linear-gradient(to right, #a562c2); /* your 2 colors */
  transition: width 0.5s ease; /* smooth fill */
  z-index: 0;
  border-radius: 25px;
	
}

/* On hover → fill towards right */
.aleesa-button:hover::before {
  width: 100%;
}

/* Keep text visible */
.aleesa-button .elementor-button-text {
  position: relative;
  z-index: 2;
  color: #fff; /* optional, ensures text stays readable */
}

.gradient-heading {
  background: linear-gradient(90deg, #E69EC3, #5B15FE, #e88cc4);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
  0% { background-position: 0%; }
  100% { background-position: 200%; }
}

@media (max-width: 767px) {
	.elementor-element.fix-padding{
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	.elementor-element.elementor-element-bc79ae7.e-con-full.mega-menu-container.e-flex.e-con.e-child a.elementor-element,
.elementor-element.elementor-element-ad0e39f.e-con-full.why-aleesa.e-flex.e-con.e-child > .elementor-element,
	.elementor-element.elementor-element-73e104d1 .e-flex.e-con.e-child{
    width: 100% !important;
}

}

.elementor-message.elementor-message-success.elementor-message-svg {
    background: #5913FE;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
    line-height: 20px;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    justify-content: end;
    align-items: center;
}