:root {
  --red: #ae0a22;
}
.header-inner {
  max-width: 100%;
}

.text-center {
  text-align: center;
}
.h2__size {
  margin-bottom: 10px;
  font-size: 40px !important;
  letter-spacing: -0.9px;
  font-weight: 400;
  margin-top: 0;
  font-family: "Merriweather", serif;
}
.outlined__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: unset;
  border-radius: 5px;
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid #fff;
}
.h3__size {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px !important;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 28px;
}
.container-new {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1560px) {
  .container-new {
    max-width: 1200px;
  }
}
.paragraph__16,
.paragraph__16 p {
  font-size: 16px;
  font-weight: 400;
  color: #5c5e62;
}
.classic__arrow {
  font-size: 16px;
  font-weight: 600;
  text-decoration: unset;
  line-height: 24px;
  position: relative;
  padding-right: 18px;
}
.classic__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("./assets/icons/arrow-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.white-arrow__button {
  padding: 13px 40px 13px 22px;
  color: #ae0a22;
  background: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  text-decoration: unset;
  position: relative;
  border-radius: 10px;
}
.white-arrow__button::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("./assets/icons/arrow-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.text-white p,
.text-white {
  color: #fff;
}
.section__heading {
  margin-bottom: clamp(30px, 4.166vw, 80px);
}
.topbar-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--red);
  color: white;
  padding: 13px 0;
}

.topbar-list__item {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -0.5px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.topbar-list__item:not(:last-of-type) {
  padding-right: 45px;
  margin-right: 45px;
  position: relative;
}
.topbar-list__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 26px;
  width: 1px;
  background: white;
  top: 50%;
  transform: translateY(-50%);
}
#site-header .header__header-right {
  background: var(--red);
  color: white;
  padding: 9px 15px 9px 15px;
  display: flex;
  text-decoration: unset;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.5px;
  border-radius: 10px;
}
.mega-menu {
  position: fixed;
  background: white;
  padding: 32px 32px 32px 60px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  max-width: 1360px;
  box-shadow: 0px 1px 8px 0px #00000040;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 100%;
  top: 149px;
}
.mega-menu-items {
  display: flex;
  gap: 40px;
}
.mega-menu-items span {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  line-height: 19.2px;
  letter-spacing: -0.5px;
}
#site-header {
  position: sticky;
  top: 0;
}
.mega-menu-items ul {
  padding-left: 0;
  margin-left: 0;
}
.mega-menu-items li {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.mega-menu-items a {
  text-decoration: unset;
}
.mega-menu-list-item > a {
  font-size: 16px;
  color: #000;
  line-height: 19.2px;
  transition: 0.3s;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: clamp(10px, 1.04166666667vw, 20px);
}
.mega-menu-list-item > a:hover {
  color: var(--red);
  transition: 0.3s;
}
.mega-menu-list-item-inner a {
  padding-left: 22px;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
  line-height: 19.2px;
  margin-bottom: 10px;
  display: block;
  color: #8a8a8a;

  letter-spacing: -0.5px;
}
.mega-menu-list-item-inner a:hover {
  color: var(--red);
  transition: 0.3s;
}
.mega-menu-list-item-inner a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./assets/icons/mgchecl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 10px;
}
.mega-menus-level-2 {
  margin-bottom: 20px;
}
.mega-menu-wrapper {
  display: flex;
  gap: 40px;
}
.mega-menu-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mega-menu-img {
  min-width: 320px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.mega-menu-items-block {
  flex: 1;
}
.mega-menu-location {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  padding: 14px 5px;
  background: #f4f4f4;
}
#site-footer {
  padding-top: 20px !important;
}
.mega-menu-location a {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-decoration: unset;
  line-height: 15px;
  letter-spacing: -0.5px;
}
.header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mega-menu-active {
  position: relative;
}
.mega-menu-active > a {
  position: relative;
  z-index: 3;
  color: var(--red);
}
.mega-menu-active > .icon {
  color: var(--red);
}
.current-menu-item {
  position: relative;
}
.primary-menu a {
  position: relative;
  z-index: 3;
}
.mega-menu-active::before,
.primary-menu > .current-menu-item::before,
.primary-menu > li:hover::before,
.current_page_ancestor::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -7px;
  right: 0;
  border-radius: 10px;
  bottom: 0;
  width: calc(100% + 24px);
  background: #f4f4f4;
  height: calc(100% + 14px);
}
.laboratorija-mega-menu.menu-item-has-children > ul,
.pregledi-mega-menu.menu-item-has-children > ul,
.bolesti-mega-menu.menu-item-has-children > ul {
  display: none;
}
.mega-menu-wrapper,
.mega-menu-items {
  justify-content: space-between !important;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .header-navigation-wrapper > nav > ul {
    margin: 0;
    justify-content: center;
  }
  .primary-menu li {
    font-size: 14px;
  }
  .mega-menu-list-item > a {
    margin-bottom: 7px;
    font-size: 13px;
  }
  .mega-menu-items span {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1336px) {
  .mega-menu-img {
    display: none;
  }
  .primary-menu li {
    margin-left: 15px;
  }
  .mega-menu-items {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .site-logo img {
    max-width: 150px;
  }
}
.hamburger-menu {
  display: none;
}
@media only screen and (max-width: 1129px) {
  .hamburger-menu {
    display: flex;
    transition: 0.3s;
    position: relative;
    width: 27px;
    height: 10px;
  }
  .menu-item-has-children > ul {
    width: 100%;
    background: transparent;
  }
  .menu-item-has-children > ul {
    position: unset !important;
  }
  .primary-menu ul ul:after {
    display: none;
  }
  .mega-menu {
    display: none !important;
  }
  .line-1 {
    position: absolute;
    top: 0;
    transition: 0.3s;
    left: 0;
    width: 27px;
    height: 1px;
    background: #000;
  }
  .line-2 {
    position: absolute;
    left: 0;
    top: 50%;
    transition: 0.3s;
    transform: translateY(-50%);
    width: 27px;
    height: 1px;
    background: #000;
  }
  .line-3 {
    position: absolute;
    bottom: 0;
    transition: 0.3s;
    left: 0;
    height: 1px;
    width: 14px;
    background: #000;
  }
  #site-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hamburger-menu {
    z-index: 2;
  }
  .header-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .site-logo img {
    max-width: 160px;
  }
  .hamburger-menu.active .line-1,
  .hamburger-menu.active .line-3 {
    width: 27px;
    transition: 0.3s;
  }
  .hamburger-menu.active .line-1 {
    transition: 0.3s;
    transform: rotate(45deg) translateX(7px);
  }
  .hamburger-menu.active .line-2 {
    display: none;
  }
  .hamburger-menu.active .line-3 {
    transition: 0.3s;
    transform: rotate(-45deg) translateX(5px);
  }

  .primary-menu-wrapper,
  .header-navigation-wrapper {
    display: block;
  }
  #site-header {
    z-index: 99;
  }
  .primary-menu > li > .icon {
    top: 10px;
  }
  .menu-item-has-children > ul {
    opacity: 1;
  }
  .mega-menu-active::before {
    height: 36px;
    display: none;
  }
  .sub-menu {
    padding-left: 15px !important ;
  }
  .primary-menu ul li.menu-item-has-children .icon {
    top: 15px;
  }
  .header-navigation-wrapper {
    position: fixed;
    bottom: 0;
    padding: 10px 27px;
    transform: translateY(-200%);
    overflow-y: scroll;
    background: white;
    transition: 0.3s;
    z-index: 99;
    left: 0;
    width: 100vw;
    height: calc(100dvh - 117px);
  }
  .header-navigation-wrapper.active {
    transform: translateY(0);
    transition: 0.3s;
  }
  .header-navigation-wrapper > nav > ul {
    flex-direction: column;
  }
  .primary-menu li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .primary-menu a {
    /* font-size: 16px;
    font-weight: 500; */
  }
  .primary-menu li {
    margin-left: 0;
  }
  .primary-menu li:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-menu li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .topbar-list__item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px;
  }
  #site-header .header-inner {
    min-height: 67px;
  }
  .topbar-list__item:not(:last-of-type)::after {
    display: none;
  }
  .topbar-list__item:not(:last-of-type) {
    padding-right: 0;
    margin-right: 0;
  }
  .header-titles-wrapper {
    padding-left: 0;
    padding-right: 0 !important;
  }
  #site-header .header__header-right {
    font-size: 11px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #site-header .header__header-right br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .header-inner {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .header__header-right img {
    max-width: 25px;
  }
}
.footer-left .textwidget {
  font-size: 18px !important;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 30px;
  color: #8a8a8a;
}
.footer-left > img {
  margin-bottom: 10px;
}
.footer_widget_container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-left {
  max-width: 435px;
}
footer .widget-title {
  font-size: 20px;
  line-height: 30px;
  color: #353a40;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}
footer ul a,
footer .textwidget p {
  font-weight: 500 !important;
  font-size: 16px;
  font-family:
    "Inter var",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  line-height: 30px;
  color: #8a8a8a !important;
}
footer #text-6 .textwidget,
footer #text-4 .textwidget {
  position: relative;
  padding-left: 39px;
}
footer #text-6 .textwidget::before,
footer #text-4 .textwidget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  background-image: url("https://www.labomedica.net/wp-content/uploads/2026/03/line-md_phone-6.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer #text-4 .textwidget::before {
  background-image: url("https://www.labomedica.net/wp-content/uploads/2026/03/line-md_phone-7.svg") !important;
}
.footer-col-4 p a,
.footer-col-4 a,
.footer-col-4 p {
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a !important;
  line-height: 1.3 !important;
}
.popup {
  display: flex;
  background: white;
  align-items: center;
  width: 100%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
}
.popup.active {
  opacity: 1;
  visibility: visible;

  transition: 0.3s;
}
.popup > div {
  width: 50%;
}
.popup-content {
  padding: 60px;
}
.popup-content h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #353a40;
  margin-bottom: 20px;
}
.popup-content h2 span {
  font-size: 64px;
  color: #ae0a22;
}
.popup-paragraph p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  color: #353a40;
}
.popup-content a {
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  padding: 10px 15px;
  color: white;
  text-decoration: unset;
  font-size: 16px;
  background: #ae0a22;
  border-radius: 10px;
}
.popup-content img {
  max-width: 30px;
  object-fit: contain;
}
.popup-img {
  position: relative;
}
.popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#close-popup {
  position: absolute;
  right: 15px;
  top: 15px;
}
.site-overlay::after {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgb(0 0 0 / 0.5);
  visibility: hidden;
  transition: 0.3s;
}
.site-overlay.active::after {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
footer .widget-title {
  margin-bottom: 20px !important;
}
.container,
#site-footer .footer_branding,
#site-footer .footer_widget_container {
  max-width: calc(100% - 8rem) !important;
  margin-left: auto;
  max-width: 168rem;
  width: 100%;
  margin-right: auto;
}
.single-services-sidebar h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 40px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-treatments,
.sidebar-info,
.sidebar-working-hours,
.sidebar-need-help {
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px 24px 30px 24px;
}
.sidebar-info,
.sidebar-need-help {
  background: #ae0a22;
  color: white;
  border: 0.5px solid #929090;
  color: white;
}
.sidebar-info a {
  color: white;
}
.single-services-wrapper {
  display: flex;
  gap: 100px;
}

.single-services-sidebar {
  width: calc(25% - 50px);
}
.sidebar-treatments,
.sidebar-working-hours {
  background: #f4f4f480;
  border: 0.5px solid #929090;
}
.single-services-sidebar ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style: unset;
}
.single-services-sidebar ul li {
  list-style: none;
  text-decoration: unset;
  margin-left: 0;
  margin-top: 0;
}
.single-services-sidebar ul li a {
  text-decoration: unset;
}
.sidebar-treatments a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.sidebar-treatments h3,
.sidebar-working-hours h3 {
  color: #ae0a22;
}
.sidebar-menu-link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  display: inline-block;
  letter-spacing: -0.5px;
}
.sidebar-menu-link:not(:last-of-type) a {
  margin-bottom: 25px;
}
.sidebar-contact-list-item > a {
  display: flex !important;
  align-items: center;
  gap: 10px;

  font-weight: 500;
  font-size: 14px;
  line-height: 17.2px;
  letter-spacing: -0.5px;
}
.sidebar-contact-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-info h3 {
  border-bottom: 1px solid #fff;
}
.sidebar-working-hours-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-working-hours h3 {
  border-bottom: 0.5px solid #8a8a8a;
}
.sidebar-working-hours-list-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #8a8a8a;

  letter-spacing: -0.5px;
}
.sidebar-working-hours-list-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar-need-help a {
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  text-decoration: unset;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  color: #ae0a22;
  width: max-content;
}
.need-help-paragraph p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.sidebar-need-help h3 {
  padding-bottom: 0;
}
.single-services-content {
  width: calc(75% - 50px);
}
.single-services-content p,
.single-services-content {
  font-size: 16px;
  line-height: 24px;
}
.sidebar-need-help {
  position: sticky !important;
  top: 160px;
}
.single-services-content h2 {
  font-size: 37px;
  font-weight: bold;
  letter-spacing: -1.66px;
  line-height: 1.3;
  font-family: "Merriweather", serif;
}
.single-services-content h3,
.single-services-content h4 {
  font-family: "Merriweather", serif !important;
  font-weight: bold !important;
}
.usluga-single {
  display: flex;
  justify-content: space-between;
}
.single-services-content-wrapper {
  padding-top: 0 !important;
}
.single-services-content-wrapper h1 {
  color: #ae0a22;
  margin-top: 0;
  font-family: "Merriweather", serif;
  font-size: 65px;
  line-height: 1.1;
  letter-spacing: -2.7px;
}
.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb a {
  font-weight: 400;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: unset;
  color: #000000b2;
}
.current-page {
  font-weight: 700;
  font-size: 16px;
  font-family: "Merriweather", serif;
  text-decoration-style: solid;
  text-decoration: underline;
  color: #ae0a22;
}
.single-service-cta {
  background-image: url("./assets/icons/ctabg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 50px 110px 50px 60px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}
.single-service-cta h4 {
  font-size: 42px;
  max-width: 600px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.single-service-cta p {
  font-size: 16px;
  line-height: 25px;
  max-width: 600px;
  font-weight: 400;
}
.single-service-cta a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
  text-decoration: unset;
  white-space: nowrap;
}
.single-service-testimonials > h4 {
  font-family: "Merriweather", serif;
  color: #ae0a22;
  font-weight: 400;
  font-size: 38px;
}
.single-service-testimonials-box {
  background: #ae0a22;
  color: white;
  padding: 90px 90px 50px 130px;
  border-radius: 20px;
}
.single-service-testimonials-box h5 {
  margin-top: 0;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 22px;
  letter-spacing: 0px;
}
.paragraph-testimonials {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.5px;
}
.testimonial-person {
  display: flex;
  margin-top: 40px;
  align-items: center;
  gap: 10px;
}
.testimonial-person img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  letter-spacing: 0.5px;
}
.cstm-prev,
.cstm-next {
  display: none !important;
}
.single-service-testimonials h4 {
  display: none !important;
}
.person-line-2nd {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.5px;
  display: block;
  color: #ffffffb2;
}
.single-service-testimonials-box {
  position: relative;
}
.single-service-testimonials-box::after {
  content: "";
  position: absolute;
  left: 70px;
  top: 40px;
  width: 67px;
  height: 42px;
  background-image: url("./assets/icons/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-service-testimonials-box-wrapper {
  position: relative;
}
.cstm-next {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.cstm-prev {
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.popup-content h2 {
  margin-top: 0;
}
.popup-content h2 span {
  font-family: "Merriweather", serif;
}
@media only screen and (max-width: 1440px) {
  .popup {
    max-width: 80%;
    align-items: unset;
  }
  .popup-img {
    display: flex;
    min-height: 100%;
  }
}
.single-services {
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .single-services-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer_widget_container {
    flex-wrap: wrap;
  }
  .single-services-content,
  .single-services-sidebar {
    width: 100%;
  }
  .single-services .breadcrumb {
    padding-top: 20px !important;
  }
  .single-services {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .single-service-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-services-content h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .single-service-testimonials-box {
    padding: 100px 50px 50px;
  }
  .popup {
    flex-direction: column-reverse;
  }
  .popup-content h2 span {
    font-size: 30px;
  }
  .popup-content {
    padding: 30px;
  }
  .popup-content h2 {
    font-size: 20px;
  }
  .popup-img img {
    max-height: 224px;
  }
  .popup > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widget_container,
  .footer-left div,
  .footer-left {
    align-items: flex-start;
    text-align: left;
  }

  .textwidget {
    text-align: left;
  }
  #site-footer {
    padding-top: 0 !important;
  }
}
.site-overlay.active::after {
  z-index: 999;
}
.popup.active {
  z-index: 9999;
}
@media only screen and (max-width: 575px) {
  .single-services-content #mobileFilterSelect {
    display: none !important;
  }
  .popup-img img {
    object-position: top;
  }
  .popup {
    max-width: 90%;
  }
  .lab-opis {
    padding-bottom: 0 !important;
  }
  .single-services-content .akcije {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .single-services-content .lab-title {
    margin-bottom: 20px !important;
  }
  .container,
  #site-footer .footer_branding,
  #site-footer .footer_widget_container {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
  .single-services-content .lab-opis {
    margin-bottom: 45px !important;
  }
  .single-services-content .alignwide {
    width: 100% !important;
    max-width: 100% !important;
  }
  .single-services-content .labomedica-cards {
    margin-top: 20px !important;
  }
  .single-service-cta {
    margin-left: -15px;
    background-position: 90%;
    border-radius: 0;
    width: calc(100% + 30px);
    padding: 30px;
  }
  .single-service-testimonials-box {
    padding: 80px 15px 45px 15px;
    border-radius: 0;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .single-service-testimonials-box::after {
    left: 20px;
    top: 20px;
  }
  .single-service-testimonials-box h5 {
    font-size: 22px;
  }
  .single-service-cta h4 {
    font-size: 24px;
  }
  .single-service-testimonials > h4 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .cstm-prev {
    left: -10px;
  }
  .cstm-next {
    right: -10px;
  }
  .cstm-prev,
  .cstm-next {
    z-index: 9;
  }
  .single-service-cta {
    margin-bottom: 20px;
    padding: 30px 15px;
  }
  .sidebar-menu-link:not(:last-of-type) a {
    margin-bottom: 15px;
  }
  .single-services-content-wrapper {
    padding-bottom: 20px;
  }
  .cstm-prev img,
  .cstm-next img {
    filter: brightness(500);
  }
}
.blog-hero-content {
  text-align: center;
}
.blog-hero-content h1 {
  font-family: "Merriweather", serif;
  font-size: 64px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #ae0a22;
}
.blog-excerpt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27.2px;
  letter-spacing: -0.5px;
  color: #414141;
}
.blog-excerpt {
  margin-bottom: 80px;
}
.blog-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.blog-grid article {
  width: calc(33.33% - 20px);
}
.blog-grid h3 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #000;
}

.blog-hero {
  padding-bottom: 0;
}
.blog-grid {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
.blog-grid h3 a {
  text-decoration: unset;
}
.blog-list {
  padding-top: 0;
  margin-top: 0 !important;
}
.blog-card {
  padding: 9px;
  background: white;
  border-radius: 25px;
  box-shadow: 2px 2px 20px 2px #00000033;
}
.blog-card-content-inner {
  padding: 15px;
}
.blog-card-image {
  display: flex;
}
.blog-card-image img {
  aspect-ratio: 392/212;
  object-fit: cover;
  border-radius: 25px;
}
.blog-date {
  font-weight: 400;
  font-family: "Merriweather", serif;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: lowercase;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--red);
}
.blog-title {
  margin-top: 17px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Merriweather", serif;
  line-height: 31px;
  letter-spacing: 0.5px;
  color: #000;
}
.blog-title a {
  color: #000;
}
.blog-card .blog-excerpt {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #929090;
}
.blog-read-more {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Merriweather", serif;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: unset;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.pagination {
  display: flex;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination .next,
.pagination .prev {
  margin: 0;
}
.page-numbers.current {
  background: var(--red);
  color: white;
}
.page-numbers {
  padding: 10px;
  border-radius: 5px;
  font-family: "Merriweather", serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}
@media only screen and (max-width: 991px) {
  .blog-grid article {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 575px) {
  .blog-grid article {
    width: 100%;
  }
  .blog-hero-content h1 {
    font-size: 44px;
    margin-top: 20px;
  }
  .blog-hero-content > div {
    margin-bottom: 40px;
  }
}

/*Akcije BUG FIX */
@media (min-width: 1024px) {
  .page-id-1547 .labomedica-akcije,
  .page-id-15631 .labomedica-akcije,
  .page-id-17008 .labomedica-akcije {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-scroll {
  overflow: hidden !important;
}

/* 09.12.2025 */
.bottom-bar {
  display: none;
}
@media only screen and (max-width: 991px) {
  #poziv_mobile {
    display: none !important;
  }
  .bottom-bar.hidden {
    transform: translateY(100%);
  }
  .bottom-bar {
    display: flex;
    margin: 0;
    transition: 0.3s;
    position: fixed;
    bottom: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    left: 0;
    width: 100%;
    background: white;
    z-index: 99;
    gap: 50px;
    align-items: center;
    justify-content: space-around;
  }
  .bottom-bar::before {
    content: "";
    position: absolute;
    left: -27px;
    border-top: 1px solid #929090;
    height: 1px;
    top: 0;
    width: calc(100% + 54px);
  }
  .bottom-bar li {
    list-style: none;
    flex: 1;
    text-align: center;
    margin: 0;
  }
  .bottom-bar {
    padding: 14px 0 7px 0;
  }
  #site-header {
    z-index: 99999;
  }
  .header-navigation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bottom-bar a {
    gap: 7px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    justify-content: center;
    text-decoration: unset;
  }
}
@media only screen and (max-width: 1129px) {
  .primary-menu > li > .icon {
    display: none !important;
  }
  .primary-menu li {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .primary-menu > li:not(:last-of-type) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 38px;
  }
  .primary-menu > li a {
    padding: 10px 0;
  }
  .mega-menu-active > a,
  .primary-menu a {
    color: #000 !important;
  }
  .menu-item-has-children > ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mega-menu-active::before,
  .primary-menu > .current-menu-item::before,
  .primary-menu > li:hover::before,
  .current_page_ancestor::before {
    display: none !important;
  }
  .primary-menu ul li.menu-item-has-children .icon {
    display: none !important;
  }
  body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 0 !important;
  }
}

.cta-wrapper {
  display: none;
}
.floating-cta {
  /*   display: none !important; */
}
.floating-cta {
  display: flex;
  position: fixed;
  right: 50px;
  z-index: 9999;
  bottom: 50px;
}
.floating-cta-preview {
  position: relative;
}
.floating-cta-preview > img {
  max-width: 90px;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 4px 4px 28.9px 0px #00000033;
  border: 2px solid #ffffff;
}
.floating-cta-preview > span {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 32px;
  z-index: 9;
  border-radius: 50%;
  object-fit: cover;
}

.floating-cta-preview > span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 3;
  background: rgb(68, 211, 16);
  animation: pulse 2s ease-out infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.floating-cta-card-header {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #ebebeb;
  gap: 14px;
}
.floating-cta-card-header > img {
  max-width: 45px;
  object-fit: cover;
  box-shadow: 2.07px 2.59px 9.77px 0px #0000001f;

  width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.person__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  color: #170f49;
}
.person__desc {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #6f6c90;
}
.floating-cta-card {
  border: 1px solid #ebebeb;
  backdrop-filter: blur(17px);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 4px 4px 28.9px 0px #00000033;
  border-radius: 30px;
}
.floating-cta-card-body {
  margin: 14px 10px;
  border: 1px solid #ebebeb;
  border-radius: 32px 32px 5px 32px;
  padding: 20px 25px;
}
.floating-card-body__title {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #170f49;
}
.floating-cta-card-body .paragraph__16 p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  max-width: 220px;
  color: #6f6c90;
}
.floating-card-link a {
  position: relative;
  padding: 5px;
  display: flex;
  margin: 10px;
  gap: 10px;
  align-items: center;
  border-radius: 30px 3px 30px 30px;
  border: 1px solid #eb1728;
  background: linear-gradient(90deg, #be202e 0%, #d23644 100%);
  box-shadow: 0 6px 18px 0 rgba(106, 18, 13, 0.14);
}
.floating-card-link img {
  max-width: 43px;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.floating-card-link span {
  display: block;
}
.floating-card-link-info span:first-of-type {
  font-weight: 700;
  font-size: 14px;
  display: block;
  color: white;
  text-decoration: unset;
  line-height: 18px;
}
.floating-card-link-info .nr {
  font-weight: 500;
  display: block;
  color: white;
  text-decoration: unset;
  font-size: 14px;
  line-height: 18px;
}
.close-floating-cta-card {
  position: absolute;
  top: -50px;
  right: 0;
  width: 38px;
  height: 38px;
  background: white;
  display: flex;
  box-shadow: 4px 4px 28.9px 0px #00000033;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.close-floating-cta-card img {
  /* max-width: 20px; */
}
.floating-cta-card {
  /* opacity: 1;
  position: fixed;
  visibility: visible; */
  display: none;
}
@media only screen and (max-width: 991px) {
  .floating-cta {
    display: none !important;
  }
  #site-header {
    /* top: 0 !important; */
  }
}
.page-template-template-services .cta-wrapper {
  /* 	display: none !important; */
}

/*akcije*/

/* Svi box-ovi imaju osnovnu visinu 392px */
.hero-akcije .labomedica-akcija.akcija {
  height: 392px;
  transition: height 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  margin: 0 15px;
}

/* Box-ovi koji su centrirani postaju veći (450px) */
/* .hero-akcije .slick-center.labomedica-akcija.akcija {
  height: 450px;
}  */

.hero-akcije .akcije-slider .slick-slide {
  /* transition: all 0.3s ease; */

  transition: all 0.8s ease;
}
.hero-akcije .akcije-slider .slick-list {
  padding-top: 0px;
}
.hero-akcije .akcije-slider .slick-list img {
  width: 100%;
}
.hero-akcije .akcije-slider .slick-slide.center-slide {
  /* height: 450px !important;  */
  opacity: 1;
  transition: all 0.8s ease;
  transform: scale(1);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  display: flex !important;
}
.hero-akcije .akcije-slider .slick-slide.center-slide::after {
  display: none;
}
/* .labomedica-akcije .slick-list {
	margin-bottom: 30px !important;
	margin-left: -50px !important;
	margin-right: -35px !important;
	width: calc(100% + 85px);
} */
/*  */
.hero-akcije .akcije-slider .slick-slide {
  transform: scale(0.9);
  position: relative; /* potrebno za pseudo-element */
  border: none !important;
}

.hero-akcije .akcije-slider .slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(174, 10, 34, 0.5); /* #AE0A22 sa 50% opacity */
  pointer-events: none; /* da overlay ne blokira klikove */
  transition: all 0.3s ease;
}

/* .labomedica-akcije .slick-slide.center-slide li{
  height: 100%;

}
.labomedica-akcije .slick-slide.center-slide a{
  height: 100%;

} */
.hero-akcije .akcije-slider .slick-track {
  display: flex;
  align-items: flex-end;
}

.hero-akcije .labomedica-akcija .lab-opis {
  padding-bottom: 0;
}
.hero-akcije .akcije-slider {
  max-width: 1440px !important;
  padding-bottom: 0 !important;
  margin: 0 auto !important;
}
.hero-akcije {
  background: #ae0a22;
  overflow-x: hidden;
}
.hero-akcije h1 {
  font-family: "Merriweather", Sans-serif;
  font-size: 66px;
  line-height: 47px;
  text-align: center;
  color: #fff;
}
.hero-akcije h1 span {
  font-family: "Merriweather", Sans-serif !important;
  padding-left: 10px;
}
.hero-akcije-p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.hero-akcije .pillFilter,
.hero-akcije .selectFilter {
  display: none !important;
}
.hero-akcije .slick-next:before,
.hero-akcije .slick-prev:before {
  font-size: 50px;
}
.hero-akcije .slick-prev {
  left: -40px;
}
section.testimonials {
  max-width: 114rem !important;
  margin: auto;
}
.testimonials h2 {
  font-family: "Merriweather", Sans-serif;
  font-size: 38px;
  color: #ae0a22;
}
.testimonial {
  background: #ae0a22;
  padding: 42px 71px;
  border-radius: 20px;
}
.testimonial-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.testimonial-text {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.testimonial-content {
  padding-left: 66px;
  padding-top: 10px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
}
.testimonial-author p {
  margin-bottom: 0;
}
.author-name {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.author-desc {
  font-size: 9px;
  line-height: 20px;
  color: #fff;
}
.custom-prev {
  left: -70px;
}
.custom-next {
  right: -70px;
}
.cta-akcije h2 {
  font-family: "Merriweather", Sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.cta-akcije p {
  color: #fff;
  font-family: "Merriweather", Sans-serif;
  font-size: 24px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.cta-akcije p a {
  text-decoration: underline;
  color: #fff;
}
.cta-akcije {
  background: url("https://www.labomedica.net/wp-content/uploads/2026/02/cta-scaled-1.jpg");
  position: relative;
  min-height: 655px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  flex-direction: column;
  background-size: cover;
}
.cta-akcije::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(174, 10, 34, 0.75);
  z-index: 1;
}

.page-template-template-akcije .pillFilter.d-flex.justify-content-center.py-4 {
  display: flex !important;
  padding-top: 50px;
  justify-content: center !important;
  flex-wrap: wrap !important;
}
.page-template-template-akcije
  .pillFilter.d-flex.justify-content-center.py-4
  ul.nav.nav-pills.mb-3 {
  flex-wrap: wrap !important;
  gap: 20px;
}
.filter-sekcija
  .selectFilter.d-flex.justify-content-center.py-4.mobile-filter {
  display: none !important;
}
.page-template-template-akcije
  .hero-akcije
  .pillFilter.d-flex.justify-content-center.py-4 {
  display: none !important;
}
.page-template-template-akcije .pillFilter .nav-link.active {
  padding: 10px !important;
  border-radius: 10px !important;
  background: rgba(174, 10, 34, 1);
  color: #fff;
}
.page-template-template-akcije .pillFilter .nav-link {
  padding: 10px !important;
  border-radius: 10px !important;
  background: #fff;
  color: rgba(138, 138, 138, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.page-template-template-akcije .pillFilter .nav-link:first-child {
  margin-left: 0;
}
.page-template-template-akcije .akcije-slider .popust {
  top: 23px !important;
  font-size: 16px !important;
  padding: 8px 22px !important;
}
.hero-akcije .slick-cloned {
  opacity: 0.5 !important;
}
.hero-akcije .slick-active.center-slide {
  opacity: 1 !important;
}
.page-template-template-akcije .labomedica-akcije {
  justify-content: center;
}

/* ===== Akcije: search field (replaces popular-akcije slider) ===== */
.page-template-template-akcije .hero-akcije {
  padding-bottom: 60px;
}
.page-template-template-akcije .akcije-search {
  position: relative;
  max-width: 620px;
  margin: 30px auto 0;
}
.page-template-template-akcije .akcije-search__input,
.page-template-template-akcije input[type="search"].akcije-search__input {
  width: 100%;
  height: 62px;
  padding: 0 26px 0 60px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: #fff;
  font-size: 18px;
  line-height: 62px;
  color: #353a40;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.page-template-template-akcije
  .akcije-search__input::-webkit-input-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.page-template-template-akcije .akcije-search__input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.page-template-template-akcije .akcije-search__input:focus {
  border-color: #6c0716;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.page-template-template-akcije
  .akcije-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.page-template-template-akcije .akcije-search__icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: #ae0a22;
  pointer-events: none;
  z-index: 1;
}

/* ===== Akcije: clearer category filter ===== */
.page-template-template-akcije .akcije-filter {
  text-align: center;
}
.page-template-template-akcije .akcije-filter__title {
  font-size: 20px;
  font-weight: 700;
  color: #353a40;
  text-align: center;
  margin: 45px 0 0;
}
/* chip-scroll arrows: injected by JS, only shown on mobile (see media query) */
.filter-sekcija .akcije-filter-arrow {
  display: none;
}
/* ===== Akcije: no search results ===== */
.page-template-template-akcije .akcije-no-results {
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #353a40;
  padding: 40px 20px;
}

/* ===== Akcije: "Iskoristite akciju" CTA at the bottom of every package box ===== */
/* make the package cards a column so the CTA can pin to the bottom */
.labomedica-akcija.akcija,
.akcije .akcija {
  display: flex;
  flex-direction: column;
}
.akcija-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* full-bleed traka na dnu kartice (poništava 10px L/R/bottom padding kartice) */
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  padding: 16px 18px;
  background: #fce8ea;
  color: #ae0a22 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-decoration: none !important;
  border: none;
  border-radius: 0 0 20px 20px;
  box-shadow: none;
  transition: background 0.2s ease;
}
/* strelica desno (kao na dizajnu) */
.akcija-cta::after {
  content: "→";
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  color: #ae0a22;
}
/* in the akcije-page card, .cena is already pinned to the bottom,
   so the CTA only needs spacing below it (not its own auto-margin) */
.labomedica-akcija.akcija .akcija-cta {
  margin-top: 16px;
}
.akcija-cta:hover,
.akcija-cta:focus {
  background: #f8d5da;
  color: #ae0a22 !important;
  text-decoration: none !important;
}
.akcija-cta:active {
  transform: translateY(1px);
}
.akcija-cta__icon {
  display: none;
}
.akcija-cta span {
  font-family: "Inter", sans-serif !important;
  color: #ae0a22;
}

/* aktivna kategorija: beli fill + crveni tekst + crveni okvir (kao na dizajnu, umesto crvenog fila) */
.filter-sekcija .pillFilter .nav-link.active {
  background: #fff !important;
  color: #ae0a22 !important;
  box-shadow: inset 0 0 0 1.5px #ae0a22 !important;
}

@media (max-width: 768px) {
  .akcija-cta {
    padding: 13px 16px;
    font-size: 15px;
  }
  .akcija-cta__icon {
    width: 18px;
    height: 18px;
  }
}

/* ===== Akcije: mobile Slick carousel (cards slide horizontally, next peeks on the right) ===== */
@media (max-width: 768px) {
  .page-template-template-akcije .filter-sekcija {
    /* padding-left: 15px; */
  }
  .filter-sekcija .akcije {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1.5rem !important;
    padding: 0;
    overflow: hidden;
  }
  /* the next card peeks on the right through the list's right padding */
  .filter-sekcija .akcije .slick-list {
    overflow: hidden;
    padding-right: 100px !important;
    padding-top: 10px;
    padding-bottom: 14px;
  }
  /* equal-height slides */
  .filter-sekcija .akcije .slick-track {
    display: flex;
  }
  .filter-sekcija .akcije .slick-slide {
    height: auto;
    display: flex;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .filter-sekcija .akcije .slick-slide > div {
    display: flex;
    width: 100%;
  }
  .filter-sekcija
    .akcije
    .slick-slide
    .akcija {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    margin: 0 !important;
  }
  /* dots */
  .filter-sekcija .akcije .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 18px 0 0;
    margin: 0;
  }
  .filter-sekcija .akcije .slick-dots li {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0;
  }
  .filter-sekcija
    .akcije
    .slick-dots
    li
    button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #e0bcc1;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .filter-sekcija
    .akcije
    .slick-dots
    li
    button::before {
    display: none;
  }
  .filter-sekcija
    .akcije
    .slick-dots
    li.slick-active
    button {
    background: #ae0a22;
  }
}

@media (max-width: 768px) {
  .page-template-template-akcije .hero-akcije {
    padding-bottom: 40px;
  }
  .page-template-template-akcije .akcije-search {
    margin-top: 24px;
  }
  .page-template-template-akcije .akcije-search__input,
  .page-template-template-akcije input[type="search"].akcije-search__input {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    padding: 0 18px 0 50px;
  }
  .page-template-template-akcije .akcije-search__icon {
    left: 18px;
    width: 20px;
    height: 20px;
  }
  .page-template-template-akcije .akcije-filter__title {
    font-size: 18px;
    margin-top: 26px;
  }
}

@media (max-width: 1180px) {
  .hero-akcije .slick-next::before,
  .hero-akcije .slick-prev::before {
    display: none !important;
  }
  .hero-akcije .slick-cloned {
    opacity: 1 !important;
  }
}
@media (max-width: 1024px) {
  .hero-akcije .labomedica-akcija.akcija {
    margin: 0 !important;
  }
  .hero-akcije .akcije-slider .slick-slide::after {
    background: rgba(174, 10, 34, 0) !important;
  }
}
@media (max-width: 992px) {
  .pillFilter.d-flex.justify-content-center.py-4
    ul.nav.nav-pills.mb-3
    .nav-link {
    font-size: 12px;
  }
  section.testimonials {
    max-width: 85rem !important;
    padding-top: 10px;
  }
  .cta-akcije {
    min-height: 450px;
  }
}

@media (max-width: 768px) {
  /* Mobile: category filter as a horizontal, swipeable chip row */
  .filter-sekcija
    .pillFilter.d-flex.justify-content-center.py-4 {
    display: block !important;
    padding: 0 !important;
    margin-top: 18px;
    position: relative;
  }
  /* round arrows that scroll the chip row on click */
  .filter-sekcija .akcije-filter-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ae0a22;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: opacity 0.15s ease;
  }
  .filter-sekcija .akcije-filter-arrow svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .filter-sekcija .akcije-filter-arrow--prev {
    left: 2px;
  }
  .filter-sekcija .akcije-filter-arrow--next {
    right: 2px;
  }
  .filter-sekcija .akcije-filter-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .filter-sekcija
    .pillFilter.d-flex.justify-content-center.py-4
    ul.nav.nav-pills.mb-3 {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 6px 16px 14px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .filter-sekcija
    .pillFilter.d-flex.justify-content-center.py-4
    ul.nav.nav-pills.mb-3::-webkit-scrollbar {
    display: none;
  }
  .filter-sekcija .pillFilter .nav-item,
  .filter-sekcija .pillFilter .nav-link {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .filter-sekcija .pillFilter .nav-link,
  .filter-sekcija .pillFilter .nav-link.active {
    white-space: nowrap;
    font-size: 15px !important;
    padding: 11px 16px !important;
    border-radius: 10px !important;
    cursor: pointer;
  }
  section.testimonials {
    max-width: 100% !important;
    padding: 10px 20px 0px !important;
  }
  .custom-prev,
  .custom-next {
    display: none;
  }
  .hero-akcije h2 {
    font-size: 50px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .testimonial {
    padding: 42px 32px;
  }
  .cta-akcije p {
    font-size: 16px;
  }
  .cta-akcije h2 {
    font-size: 24px;
  }
  .cta-akcije {
    min-height: 300px;
  }
}

@media (max-width: 500px) {
  .hero-akcije h2 {
    font-size: 38px;
  }
  .hero-akcije p {
    font-size: 16px;
  }
  .testimonial-content {
    padding-left: 0 !important;
    padding-top: 30px !important;
  }
  section.testimonials {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 860px) {
  .akcije-slider .slick-list {
    margin-bottom: 30px;
    margin-left: -43px !important;
    margin-right: 30px !important;
    width: calc(100% + 83px);
  }
}
@media (max-width: 768px) {
  .akcije-slider .slick-slide {
    margin-left: 10px;
  }
}
@media (max-width: 740px) {
  .akcije-slider .slick-slide {
    margin-left: 15px;
  }
}
.hero-akcije .akcije-slider {
  margin: 0 auto !important;
}

h1 {
  font-family: "Merriweather", sans-serif !important;
  font-weight: 600 !important;
}
h2,
h3,
.single-services-content h3,
.single-services-content h4 {
  font-family: "Merriweather", sans-serif !important;
  font-weight: 400 !important;
}
p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
li,
a,
span,
div {
  font-family: "Inter", sans-serif !important;
}

.paket {
  position: relative;
  width: max-content;
  padding-left: 50px;
  border: unset;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  margin-top: 10px;
  margin-bottom: 35px;
}
.paket::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background-image: url("/wp-content/uploads/2025/12/svgexport-1-16.svg");
  background-color: #c0212e;
  background-repeat: no-repeat;
  background-position: center;
}
.labomedica-akcija h2.lab-title,
.labomedica-akcija h3.lab-title {
  margin-bottom: clamp(20px, 2.34vw, 45px) !important;
  font-weight: 700 !important;
}
.labomedica-akcija h2,
.labomedica-akcija h4 {
  max-width: 100%;
}
.lab-opis {
  padding-bottom: clamp(40px, 4.94vw, 95px);
  font-size: 16px;
  font-weight: 400;
  color: #818181;
}
.cena {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #9a9c9f;
}
.cena {
  margin-top: auto !important;
}
.popust {
  position: absolute;
  top: 30px;
  right: 0px;

  font-weight: 700;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  top: 23px !important;
  font-size: 16px !important;
  padding: 8px 22px !important;
}
.hero-akcije .popust {
  top: 30px !important;
}
.cene {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.stara-cena {
  font-size: 20px;
  font-weight: 500;
  color: #353a40;
}
.nova-cena {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.27px;
  color: #ae0a22;
}
.testimonial-author img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  h1.entry-title {
    font-size: 36px !important;
  }
}

@media (max-width: 1024px) {
  .single-services-content-wrapper h1 {
    font-size: 36px;
  }
  .single-services-content h2 {
    font-size: 24px;
  }
  .single-services-content h3 {
    font-size: 20px;
  }
}
.page-template-template-services
  .pillFilter.d-flex.justify-content-center.py-4.desktop-filter,
.page-id-21 .pillFilter.d-flex.justify-content-center.py-4.desktop-filter {
  display: none !important;
}
footer #text-6 .textwidget::before,
footer #text-4 .textwidget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  background-image: url("https://www.labomedica.net/wp-content/uploads/2026/03/line-md_phone-6.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer #text-4 .textwidget::before {
  background-image: url("https://www.labomedica.net/wp-content/uploads/2026/03/line-md_phone-7.svg") !important;
}
.page-id-21 .labomedica-akcija-naslov {
  color: #fff;
}
.mega-menu-list-item > a.no-link {
  pointer-events: none; /* onemogućava klik */
  cursor: default; /* običan pokazivač, ne ruka */
  color: inherit; /* boja ista kao običan tekst */
  text-decoration: none; /* ukloni podvlačenje */
}
@media (max-width: 1600px) {
  .mega-menu {
    max-height: calc(100vh - 180px); /* ograničava visinu na ekran */
    overflow-y: auto; /* omogućava vertikalni scroll */
  }
}
.sidebar-need-help-p,
.sidebar-working-hours p,
.sidebar-info p,
.sidebar-akcije-title {
  font-family: "Merriweather", sans-serif !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  margin-top: 0;
  line-height: 35px;
}

h1 {
  font-size: 65px !important;
}
h2 {
  font-size: 36px !important;
}
h3 {
  font-size: 30px !important;
}
h4 {
  font-size: 26px !important;
}
h5,
footer .widget-title,
.widget_text.footer_widget h4 {
  font-size: 21px !important;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 52px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3 {
    font-size: 26px !important;
  }
  h4,
  .sidebar-need-help-p,
  .sidebar-working-hours p,
  .sidebar-info p,
  .sidebar-akcije-title {
    font-size: 22px !important;
  }
  h5,
  footer .widget-title,
  .widget_text.footer_widget h4 {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4,
  .sidebar-need-help-p,
  .sidebar-working-hours p,
  .sidebar-info p,
  .sidebar-akcije-title {
    font-size: 20px !important;
  }
  h5,
  footer .widget-title,
  .widget_text.footer_widget h4 {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 34px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4,
  .sidebar-need-help-p,
  .sidebar-working-hours p,
  .sidebar-info p,
  .sidebar-akcije-title {
    font-size: 18px !important;
  }
  h5,
  footer .widget-title,
  .widget_text.footer_widget h4 {
    font-size: 16px !important;
  }
}
.single-services .container {
  max-width: calc(100% - 18rem) !important;
}
.single-services-content {
  width: calc(66% - 58px);
}
.page-template-template-services .single-services-content .labomedica-akcija {
  max-width: 32rem;
}
@media (max-width: 1440px) {
  .single-services-content {
    width: calc(68% - 58px);
  }
}
@media (max-width: 1200px) {
  .single-services-content {
    width: calc(100% - 58px);
  }
}
@media (max-width: 991px) {
  .single-services-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .single-services .container {
    max-width: 100% !important;
  }
}
.page-template-template-services .labomedica-card {
  margin: 0 auto;
}

.sidebar-akcije {
  background: url("https://www.labomedica.net/wp-content/uploads/2026/03/Rectangle-353.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  border: 0.5px solid #929090;
  border-radius: 20px;
  margin-bottom: 30px;
}
.sidebar-akcije-title {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  background: rgb(174, 10, 34);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 18px 0;
}
.sidebar-akcije-p {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 270px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.sidebar-akcije-p-2 {
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  font-weight: 700 !important;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 270px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.sidebar-akcije-link {
  text-align: center;
  margin-top: 30px;
}
.sidebar-akcije a {
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  color: rgb(174, 10, 34);
  font-family: "Merriweather", sans-serif;
}
.page-id-26 .footer-nav-widgets-wrapper.header-footer-group {
  display: none;
}
.google-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.google-reviews span,
.google-reviews-a {
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 30px;
  font-family: "Inter", sans-serif !important;
  color: #8a8a8a !important;
  letter-spacing: 0;
}

/* ===== Mobile header: burger left, logo centered, search + call icons right ===== */
.header-mobile-actions {
  display: none;
}
@media only screen and (max-width: 1129px) {
  #site-header .header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Burger menu — far left (in place of the logo) */
  #site-header .header-inner > .hamburger-menu {
    order: 0;
    margin: 0;
    z-index: 3;
  }

  /* Logo — centered horizontally */
  #site-header .header-titles-wrapper {
    order: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
    text-align: center;
  }
  #site-header .header-titles {
    justify-content: center;
    margin: 0;
  }
  #site-header .header-titles-wrapper .site-logo img {
    max-width: 150px;
    margin: 0 auto;
  }

  /* Right side: action icons replace the full phone button on mobile */
  #site-header .header-right {
    order: 2;
    margin-left: auto;
    z-index: 3;
  }
  #site-header .header__header-right {
    display: none;
  }
  .header-mobile-actions {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobile-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 8px;
    color: #1f1f1f;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-action svg {
    display: block;
  }
  .mobile-call-icon {
    background: var(--red);
    color: #fff;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 400px) {
  #site-header .header-titles-wrapper .site-logo img {
    max-width: 120px;
  }
  .mobile-action {
    width: 34px;
    height: 34px;
  }
}

/* Mobile search overlay (opened by the magnifying-glass icon) */
.mobile-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 15px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-130%);
  transition: transform 0.3s ease;
  z-index: 9999;
}
.mobile-search-modal.active {
  transform: translateY(0);
}
/* dark overlay behind the mobile search, dismissable */
.mobile-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9998;
}
.mobile-search-overlay.active {
  opacity: 1;
  visibility: visible;
}
body.mobile-search-open {
  overflow: hidden;
}
.mobile-search-form {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 4px 4px 4px 14px;
}
.mobile-search-field {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #1f1f1f;
}
.mobile-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  cursor: pointer;
}
.mobile-search-modal form {
  padding-left: 0 !important;
}
.mobile-search-submit svg {
  display: block;
  min-width: 24px;
}
.mobile-search-field {
  border: unset !important;
}
.mobile-search-close {
  flex-shrink: 0;
  border: none;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  color: #1f1f1f;
  cursor: pointer;
  padding: 0 4px;
}
