.elementor-95 .elementor-element.elementor-element-ca1ea04 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-7a379b6 *//* =========================
   DROPDOWN: VERTIKALNO
   ========================= */
.belit-glassHeader .bgh-dd-menu{
  /* IMPORTANT: force a simple vertical list */
  display: none;                 /* default hidden */
  flex-direction: column;        /* vertical */
  gap: 6px;
  min-width: 200px;
}

.belit-glassHeader .bgh-dd.open .bgh-dd-menu{
  display: flex;                 /* show as flex column */
}

/* Full-width items, one under another */
.belit-glassHeader .bgh-dd-menu a{
  width: 100% !important;
  justify-content: space-between;
  border-radius: 10px;
}

/* =========================
   HELLO THEME OVERRIDES
   (focus/active/visited/outline)
   ========================= */

/* Prevent visited/purple */
.belit-glassHeader a:visited{
  color: inherit !important;
}

/* Remove theme underline / shadows / outlines */
.belit-glassHeader a,
.belit-glassHeader button{
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Active state shouldn't inherit theme pink background */
.belit-glassHeader a:active,
.belit-glassHeader button:active{
  background: transparent !important;
  box-shadow: none !important;
}

/* Focus reset */
.belit-glassHeader a:focus,
.belit-glassHeader button:focus{
  outline: none !important;
  box-shadow: none !important;
}

/* ✅ Premium focus ring (keyboard users) */
.belit-glassHeader a:focus-visible,
.belit-glassHeader button:focus-visible{
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(61,137,201,0.28) !important;
  border-radius: 10px;
}

/* Make dropdown button immune to theme bg */
.belit-glassHeader .bgh-dd-btn{
  background: transparent !important;
}

/* Optional: active underline on dropdown button */
.belit-glassHeader .bgh-dd-btn.is-active::after{
  content:"";
  position:absolute;
  left:0; right:0;
  bottom: 2px;
  height: 2px;
  background: rgba(61,137,201,0.95);
  border-radius: 2px;
}/* End custom CSS */