.elementor-kit-6{--e-global-color-primary:#D6A316;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#217CC5;--e-global-color-626fba5:#FFFFFF;--e-global-color-3b68d1d:#000000;--e-global-color-bc8b076:#C1E3FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 1025px) {

  /* Target only anchors inside the .menureflect nav widget */
  .menureflect a.elementor-item {
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  /* Reflection element */
  .menureflect a.elementor-item .menu-reflection {
    position: absolute;

    /* ✨ Horizontal centering */
    left: 50%;
    transform: translateX(-50%) scaleY(-1);

    /* ✨ Vertical spacing — adjust here  
       Use 100% for touching, or add 1px / 2px / etc. */
    top: calc(100% + -11px);

    white-space: nowrap;
    color: rgba(255, 255, 255, 0);
    filter: blur(1px);
    pointer-events: none;
    line-height: 1;
    opacity: 0;

    transition:
      opacity 0.35s ease,
      color 0.35s ease,
      filter 0.45s ease,
      transform 0.45s ease;
  }

  /* Hover behavior — reflection appears only for hovered item */
  .menureflect a.elementor-item:hover .menu-reflection {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;

    /* Keep centering, keep flip, add tiny downward shift */
    transform: translateX(-50%) scaleY(-1) translateY(1px);

    filter: blur(1.5px);
    animation: ripple 1.5s ease-out forwards;
  }

}

/* Hide reflections on mobile */
@media (max-width: 1024px) {
  .menureflect a.elementor-item .menu-reflection {
    display: none !important;
  }
}

/* Soft water ripple animation */
@keyframes ripple {
  0% {
    opacity: 0.7;
    transform: translateX(-50%) scaleY(-1) translateY(1px) skewX(0deg);
  }
  50% {
    opacity: 0.9;
    transform: translateX(-50%) scaleY(-1) translateY(2px) skewX(2deg);
  }
  100% {
    opacity: 0.8;
    transform: translateX(-50%) scaleY(-1) translateY(1px) skewX(0deg);
  }
}/* End custom CSS */