.elementor-29 .elementor-element.elementor-element-36b4eb9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-29 .elementor-element.elementor-element-36b4eb9:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-36b4eb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-29 .elementor-element.elementor-element-5572b77 img{width:21%;}.elementor-29 .elementor-element.elementor-element-0d93d19{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-5572b77 img{width:80%;}}@media(min-width:768px){.elementor-29 .elementor-element.elementor-element-36b4eb9{--content-width:1300px;}.elementor-29 .elementor-element.elementor-element-0d93d19{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-d4c818e */.liquid-menu{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
  padding:20px;
  font-family:"Outfit",sans-serif;
}

.liquid-btn{
  position:relative;
  padding:16px 38px;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.06em;
  background:#0c0f12;
  color:#ffffff;
  border-radius:14px;
  text-decoration:none;
  overflow:hidden;
  transition:.35s ease;
  z-index:1;
}

/* Liquid gradient shell */
.liquid-btn::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:3px;
  background:conic-gradient(
    #ff008c,
    #fecd2c,
    #4aeaff,
    #8b5cf6,
    #ff008c
  );
  background-size:200% 200%;
  animation:liquidFlow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;
  z-index:-1;
}

/* Glow aura */
.liquid-btn::after{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:inherit;
  background:inherit;
  filter:blur(22px);
  opacity:.45;
  z-index:-2;
  animation:softGlow 3s ease-in-out infinite;
}

/* Hover effects */
.liquid-btn:hover{
  transform:translateY(-3px) scale(1.04);
  color:#fff8ba;
  text-shadow:0 0 6px #fff;
}

/* Liquid movement */
@keyframes liquidFlow{
  0%{ background-position:0% 0%; }
  50%{ background-position:100% 100%; }
  100%{ background-position:0% 0%; }
}

/* Breathing glow */
@keyframes softGlow{
  0%{ opacity:.45; }
  50%{ opacity:.85; }
  100%{ opacity:.45; }
}/* End custom CSS */