
.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; }
h2, h3, h4, h5, h6 {
		font-size: revert !important;
		line-height: revert !important;
	}
span[id^="elementor-toc__heading-anchor-"] {
    scroll-margin-top: 150px;
    scroll-snap-margin-top: 150px;
}
.co-feedback-container {
    bottom: revert !important;;
}
#ci-hs-form,
#ci-hs-form .hs-form {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#ci-hs-form .hs-form fieldset { max-width: 100% !important; }
#ci-hs-form .hs-form fieldset .hs-form-field {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
#ci-hs-form .hs-form .input { margin: 0 !important; }
#ci-hs-form .hs-form-field { margin-bottom: 10px; }
#ci-hs-form .hs-form-field > label { display: none !important; }
#ci-hs-form .hs-input,
#ci-hs-form input[type="email"].hs-input,
#ci-hs-form input[type="text"].hs-input {
  display: block;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #ffffff !important;
  border: 1px solid var(--e-global-color-df8f6f4, #69727d) !important;
  border-radius: 8px !important;
  color: #1f1214 !important;
  font-family: inherit;
  font-size: 15px !important;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px !important;
  vertical-align: middle;
  transition: border-color .2s ease;
}
#ci-hs-form .hs-input::placeholder { color: #69727d; opacity: 1; }
#ci-hs-form .hs-input:focus {
  outline: none;
  border-color: var(--e-global-color-accent, #FFFD53) !important;
}
#ci-hs-form .hs_submit { margin-top: 24px; }
#ci-hs-form .hs_submit .actions { margin: 0 !important; padding: 0 !important; }
#ci-hs-form .hs-button,
#ci-hs-form input[type="submit"].hs-button {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--e-global-color-accent, #FFFD53) !important;
  color: var(--e-global-color-primary, #19191A) !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: inherit;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 22px;
  min-height: 40px;
  padding: 14px 22px !important;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
#ci-hs-form .hs-button:hover { filter: brightness(0.95); }
#ci-hs-form .hs-error-msgs {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
#ci-hs-form .hs-error-msg,
#ci-hs-form .hs-error-msgs label {
  color: #d9534f;
  font-size: 13px;
  display: block;
}
#ci-hs-form .submitted-message {
  color: #1f1214;
  font-size: 15px;
  line-height: 1.5;
}
.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;
			}