
.hamburger-button {
    z-index: 2147483631;
    position: relative;
}
.e-off-canvas__overlay {
    height: 0px !important;
}

/* Fix scrollbar jump - Modern approach */
html {
    scrollbar-gutter: stable;
}

/* Alternative fix for older browsers */
body {
    overflow-y: scroll !important;
}

/* OR use this approach - compensate for scrollbar width */
body.elementor-off-canvas-open {
    overflow: hidden !important;
    padding-right: var(--scrollbar-width, 0px) !important;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 600ms;
}
.elementor-element-164cdee {
    z-index: 7;
}
#hello-bar-container { display: none !important; }
.footer_subcribe_form .submitted-message {
    color: white !important;
    font-size:18px !important;
}
.hover-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.hover-btn-wrapper .hover-text {
  display: inline-block;
  transition: transform var(--duration, 0.35s) var(--ease, cubic-bezier(0.45, 0, 0.55, 1)),
              opacity var(--duration, 0.35s) var(--ease, cubic-bezier(0.45, 0, 0.55, 1));
}

.hover-btn-wrapper .hover-text-duplicate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hover-btn-wrapper .hover-text.below {
  transform: translateY(var(--distance, 20px));
  opacity: 0;
}

.hover-btn-wrapper .hover-text.center {
  transform: translateY(0);
  opacity: 1;
}

.hover-btn-wrapper .hover-text.above {
  transform: translateY(calc(var(--distance, 20px) * -1));
  opacity: 0;
}

.hover-btn-wrapper .hover-text.no-transition {
  transition: none !important;
}
@media (max-width: 420px) {
        .footer_subcribe_form {
            width: revert !important;
        }
    }
.unlimited-elements-background-overlay{
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				z-index:0;
			}

			.unlimited-elements-background-overlay.uc-bg-front{
				z-index:999;
			}