.elementor-3793 .elementor-element.elementor-element-9be87da{--display:flex;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-3793 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3793{background-color:#0000006B;justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-3793 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-3793 .dialog-close-button{display:flex;}#elementor-popup-modal-3793 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-3793 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){#elementor-popup-modal-3793 .dialog-message{width:85vw;}}/* Start custom CSS for html, class: .elementor-element-7c9b178 *//* ===== Zajednički stil – Medigroupe specialités ===== */
.popup-specialites .popup-menu {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  color: #0b2e2b;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* ===== Nivoi ===== */
.popup-specialites .menu-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  background: #fff;
  padding-bottom: 60px;
}

.popup-specialites .menu-main.active {
  position: relative;
  transform: translateX(0);
}

.popup-specialites .menu-level ul {
  list-style: none;
  margin: 0;
  padding: 20px 22px;
}

/* ===== Stavke ===== */
.popup-specialites .menu-level li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  color:#22605F;
  font-weight:500;
  border-bottom: 1px solid #eef2f1;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  gap: 8px;
}

.popup-specialites .menu-level li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
}

/* ===== Tekst ===== */
.popup-specialites .menu-text {
  flex: 1;
}

/* ===== Strelica ===== */
.popup-specialites .has-submenu::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 18 12'%3E%3Cg fill='none' fill-rule='evenodd' transform='rotate(-90 9 6)'%3E%3Cpath fill='%230b2e2b' d='M2.115.885L9 7.755l6.885-6.87L18 3l-9 9-9-9z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 14px 28px;
}

/* ===== Header ===== */
.popup-specialites .menu-title,
.popup-specialites .menu-header h3 {
  font-size: 14px;
  font-weight: 500;
  padding: 16px 18px;
  margin: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.02em;
}

/* ===== Header kontejner ===== */
.popup-specialites .menu-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 16px;
  box-sizing: border-box;
  background: #1f6f68; /* Medigroupe zelena */
}

.popup-specialites .menu-title {
  background: #22605F;
}

/* ===== Back dugme ===== */
.popup-specialites .back-btn {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.popup-specialites .back-btn::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 18 12'%3E%3Cg fill='none' fill-rule='evenodd' transform='rotate(90 9 6)'%3E%3Cpath fill='%23ffffff' d='M2.115.885L9 7.755l6.885-6.87L18 3l-9 9-9-9z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 14px 28px;
}

/* ===== Submeni animacija ===== */
.popup-specialites .menu-sub {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.popup-specialites .menu-sub.show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.menu-level li.no-submenu {
    display: block;
    padding: 15px 0 0 0;
    border: none;
    font-size: 14px!important;
    cursor: pointer;
}
.menu-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
.submenu-header-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    vertical-align: middle;
    margin-right: 10px;
}/* End custom CSS */