/*
Theme Name: Mondo Zelja
Theme URI: https://newlook.rs
Author: New Look Entertainment
Author URI: https://newlook.rs
Description: Mondo is a modern WordPress theme designed for personal blogs, professional portfolios, and business websites. It features a clean, minimalist design with flexible layout options, supporting full-site editing and a variety of block patterns. The theme is optimized for accessibility and international typography, ensuring a great user experience across different devices and languages.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mondo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@font-face {
    font-family: 'Espa Extended';
    src: url('assets/fonts/espa.woff2') format('woff2'),
         url('assets/fonts/espa.woff') format('woff'),
         url('assets/fonts/espa.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body {
    background: #FF4057;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
}

body.home p {
    margin-bottom: 20px;
}

#mondo-main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.mondo-container,
.mondo-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
    font-family: Espa Extended, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    margin-bottom: 30px !important;
}

.mondo-tooltip {
    position:absolute; 
    bottom:100%; 
    left:50%; 
    transform:translateX(-50%); 
    background: #333; 
    color: #fff; 
    padding:5px 10px; 
    border-radius:4px; 
    font-size:12px; 
    white-space:nowrap; 
    opacity:0; 
    pointer-events:none; 
    transition: opacity 0.3s;
}

section.section {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 823px;
    min-height: 350px;
    overflow: hidden;
}

section.section img.faq-mobile-img {
    display: none;
}

section.section .mondo-zelja-logo {
    width: 315px;
    height: 125px;
}

section.section .mondo-zelja-logo-wrapper {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
}

section.section .ispunimo-zelje-wrapper {
    position: absolute;
    top: 30vh;
    left: 25%;
    transform: translateX(-25%);
    max-width: 90%;
}

.section-ispunite-zelju,
.section-o-mondo-zelji,
.section-ustanove {
    padding-left: 20px;
    padding-right: 20px;
}

img {
    width: 100%;
    height: auto;
}

.mz-btn {
    font-family: Inter, sans-serif;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;          
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-radius: 999px;
} 

.mz-btn-white-border {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: none;
    padding: 15px 35px;
    transition: background 0.6s ease;
}

.mz-btn-white-border:hover {
    background: #250342;
}

.mondo-container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.section-wrapper {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

.section-title h1 {
    font-family: Espa Extended, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #fff;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

p {
    font-size: 1.2rem;
}

.mz-flex {
    display: flex;
} 

.mz-justify-center {
    justify-content: center;
} 

.mz-align-center {
    align-items: center;
}

.mz-pt-87 {
    padding-top: 87px;
}

.mz-mt-18 {
    margin-top: 18px;
}

.mz-mt-20 {
    margin-top: 20px;
}

.mz-mt-41 {
    margin-top: 41px;
}

.mz-mt-60 {
    margin-top: 60px;
}

.mz-mt-125 {
    margin-top: 125px;
}

.mz-pb-20 {
    padding-bottom: 20px;
}

.mz-pb-50 {
    padding-bottom: 50px;
}

.mz-text-center {
    text-align: center;
}

.mz-normal-text {
    font-size: 15px;
    color: #fff;
}

.mz-text-uppercase {
    text-transform: uppercase;
}

/**
 * Default Section
 */
.section-mondo-bg {
    font-family: Inter, sans-serif;
    font-weight: 400;
    background: #FF4057;
    position: relative;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    color: #fff;
}

.section-mondo-bg {
    font-family: Inter, sans-serif;
    font-weight: 400;
    background: #FF4057;
    position: relative;
    padding: 50px 20px;
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
}

/* Paragraphs */
.section-mondo-bg p {
    margin-bottom: 1em;
}

/* Headings */
.section-mondo-bg h1,
.section-mondo-bg h2,
.section-mondo-bg h3,
.section-mondo-bg h4,
.section-mondo-bg h5,
.section-mondo-bg h6 {
    font-family: Inter, sans-serif;
    color: #fff;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.section-mondo-bg h1 { font-size: 2em; }
.section-mondo-bg h2 { font-size: 1.75em; }
.section-mondo-bg h3 { font-size: 1.5em; }
.section-mondo-bg h4 { font-size: 1.25em; }
.section-mondo-bg h5 { font-size: 1em; }
.section-mondo-bg h6 { font-size: 0.875em; }

/* Lists */
.section-mondo-bg ul,
.section-mondo-bg ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.section-mondo-bg li {
    margin-bottom: 0.5em;
}

/* Links */
.section-mondo-bg a {
    color: #fff;
    text-decoration: none;
}

.section-mondo-bg a:hover {
    text-decoration: none;
}

/* Strong and Emphasis */
.section-mondo-bg strong {
    font-weight: 600;
}

.section-mondo-bg em {
    font-style: italic;
}

/* Blockquotes */
.section-mondo-bg blockquote {
    margin: 1em 0;
    padding-left: 1em;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

/**
 * Hero Section
 */
.section-hero {
    position: relative;
    background: url('assets/img/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 823px;
    padding: 100px 20px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
	section.section {
      min-height: auto;
	}
    section.section .mondo-zelja-logo-wrapper {
        top: 34px;
    }
    section.section .ispunimo-zelje-wrapper {
        top: 10vh;
    }
    section.section .ispunimo-zelje-img {
        width: 200px;
        height: auto;
    }
    section.section .mondo-zelja-logo {
        width: 215px;
        height: auto;
    }
    section.section img.faq-desktop-img {
        display: none;
    }
    section.section img.faq-mobile-img {
        display: block;
    }
    section.section img.faq-mobile-img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section-hero {
        height: 718px;
        padding: 60px 15px; 
    }
    .section-hero img {
        width: 100%;
        height: auto;
        display: block;
    }

    .mz-form-row {
        flex-direction: column;
        gap: 15px;
    }

    input[name="telefon"] {
        order: 10;
    }
}

.hero-o-mondo-zelji {
    background: url('assets/img/o-mondo-zelji-hero-bg.jpg') no-repeat center center;
    background-size: cover;
}

.section-hero .mondo-zelja-logo-wrapper {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
}

.section-hero .mondo-zelja-logo {
    width: 315px;
    height: 125px;
}

.section-hero .ispunimo-zelje-wrapper {
    position: absolute;
    top: 328px;
    left: 455px;
}

.section-hero .ispunimo-zelje-img {
    width: 338px;
    height: 356px;
}

/**
 * Section - Ispuinite Zelju
 */
.section-ispunite-zelju {
    background: #FF4057;
    position: relative;
}

.ispunite-zelju-sub-heading {
    font-size: 24px;
    font-weight: 800;
    color: #FCD116;
}

.ispunite-zelju-desc {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

/**
 * Section - O Mondo zelji
 */
 .section-o-mondo-zelji {
    background: #FF4057;
    padding-top: 60px;
 }

 .o-mondo-zelji-inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
 }

 .o-mondo-zelji-inner-wrapper a {
    text-decoration: none;
 }

 .o-mondo-zelji {
    border-radius: 30px;
    width: 356px;
    height: 356px;
    overflow: hidden;
 }

 .o-mondo-zelji-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 30px;
    width: 356px;
    height: 356px;
 }

.o-mondo-zelji-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('assets/img/o-mondo-zelji-new.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: transform 0.5s ease;
  z-index: 1;
}

.o-mondo-zelji-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(37, 3, 66, 0) 0%, #250342 100%);
  border-radius: 30px;
  pointer-events: none;
  z-index: 2;
}

.o-mondo-zelji-bg:hover::before {
  transform: scale(1.1);
}

.o-mondo-zelji-bg h2,
.o-mondo-zelji-bg h2 a {
  font-family: Espa Extended, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}

.cesto-postavljena-pitanja {
    border-radius: 30px;
    width: 356px;
    height: 356px;
    overflow: hidden;
}

.cesto-postavljena-pitanja-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 30px;
    width: 356px;
    height: 356px;
}

.cesto-postavljena-pitanja-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('assets/img/cesto-postavljena-pitanja-new.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: transform 0.5s ease;
  z-index: 1;
}

.cesto-postavljena-pitanja-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(37, 3, 66, 0) 0%, #250342 100%);
  border-radius: 30px;
  pointer-events: none;
  z-index: 2;
}

.cesto-postavljena-pitanja-bg:hover::before {
  transform: scale(1.1);
}

.cesto-postavljena-pitanja-bg h2,
.cesto-postavljena-pitanja-bg h2 a {
  font-family: Espa Extended, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}

/**
 * Section Ustanove
 */
 .section-ustanove {
    background: #FF4057;
    padding-top: 120px;
 }

 .ustanove-inner-wrapper {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
 }

 /**
  * Section Hvala
  */
.section-hvala {
    background: #FF4057;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.hvala-inner-wrapper {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    text-align: center;
    color: #fff;
}

.section-hvala .hvala-image-wrapper {
    margin-bottom: 60px;
}

.section-hvala h2 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 20px;
}

.section-hvala p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

/* Elementor compatibility */
.elementor-page .site-main,
.elementor-page main,
.elementor-page .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/**
 * Elementor Widget
 */
 /* Tabs iznad Ustanova */
.mz-wizard-tabs {
    display: flex;
    margin-bottom: 70px;
    padding: 0 10px;
    gap: 0px;
}

.mz-tab {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    color: #fff;
    position: relative;
    transition: transform 1s ease, font-size 1s ease, background 1s ease, color 1s ease;
}

.mz-tab:after {
    content: '';
    position: absolute;
    top: 150%;
    left: 0%;
    width: 100%;
    height: 0;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) translateX(0%);
    z-index: 1;
}

.mz-tab.active:after {
    border-bottom: 3px solid #fff;
}

.mz-step-number {
    font-family: Inter, sans-serif;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 5px;
    z-index: 2;
    opacity: 50%;
    transition: color 1s ease, font-size 1s ease;
}

.mz-step-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    opacity: 50%;
    transition: font-size 1s ease;
    text-align: left;
}

/* Aktivan korak */
.mz-tab.active .mz-step-number {
    font-size: 52px;
}

.mz-tab.active .mz-step-label {
    font-size: 24px;
}

.mz-tab.active .mz-step-number,
.mz-tab.active .mz-step-label {
    color: #fff;
    opacity: 100%;
}

/**
 * Zoom Effect
 */
.mz-zoom-container {
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
}

.mz-zoom-container img {
    transition: transform 0.4s ease;
    transform-origin: top center;
}

.mz-zoom-container:hover img {
    transform: scale(1.1);
}

/* Ustanova Card */
.mz-ustanove-list {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}

.mz-ustanova-cards-scroll-wrapper,
.mz-zelja-cards-scroll-wrapper {
    position: relative;
    max-height: 630px;
    overflow: hidden; /* scroll je u unutrašnjem wrapperu */
    padding-bottom: 30px;
}

.mz-ustanova-cards-wrapper,
.mz-zelja-cards-wrapper {
    max-height: 630px;
    overflow-y: scroll;
    height: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    color: #fff;
}

.mz-ustanova-cards-wrapper::-webkit-scrollbar,
.mz-zelja-cards-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* fade sloj */
.mz-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #f44356);
    pointer-events: none;
    z-index: 5;
}

.mz-ustanova-card,
.mz-zelja-card {
    display: flex;
    align-items: center;
    background: #ff5a76;
    padding: 12px 20px;
    margin-bottom: 18px;
    border-radius: 20px;
    color: #fff;
    transition: background 0.6s ease;
    height: 144px;
}

.mz-zelja-card.rezervisana {
    cursor: not-allowed;
    opacity: 0.5;
}

.mz-zelja-card.rezervisana button {
    padding: 15px 45px;
}

.mz-zelja-btn-izaberi.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.mz-zelja-card .mz-zelja-right {
    display: none;
}

.mz-zelja-card:hover .mz-zelja-right {
    display: block;
}

.mz-ustanova-card:hover,
.mz-zelja-card:hover {
    background: #250342;
    
}

.mz-ustanova-card .icon-home,
.mz-ustanova-card .icon-address {
    width: 19px;    height: 21px;
    margin-right: 8px;
    overflow: visible;
}

.mz-ustanova-card:hover .icon-home,
.mz-ustanova-card:hover .icon-address {
    color: #FF4057;
}

.mz-ustanova-info,
.mz-zelja-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.mz-ustanova-lef,
.mz-zelja-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mz-ustanova-info .mz-ustanova-adresa {
    color: #fff;
}

.mz-ustanova-left h4,
.mz-zelja-left h4 {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.mz-ustanova-left h4 svg,
.mz-zelja-left h4 svg {
    margin-right: 8px;
    overflow: visible;
}

.mz-zelja-card p svg {
    margin-right: 8px;
}

.mz-zelja-left p svg {
    vertical-align: middle;
}

.mz-ustanova-right,
.mz-zelja-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
}

.mz-ustanova-adresa {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.mz-icon {
    text-align: center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.mz-gift-icon {
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    width: 30px;
    height: 28px;
}

.mz-btn-izaberi {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 65px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mz-zelja-btn-izaberi {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 65px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mz-ustanova-card:hover .mz-btn-izaberi,
.mz-zelja-card:hover .mz-zelja-btn-izaberi {
    background: #FF4057;
    color: #fff;
    transition: background 0.6s ease, color 0.6s ease;
}

.mz-promeni-ustanovu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    z-index: 11;
}

/**
 * Info Boxes on Step 3
 */
.mz-ustanova-info-box-main,
.mz-zelja-info-box-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mz-ustanova-info-box {
    border-top: 1px solid #fff;
     padding: 36px 0;
     margin-top: 36px;
}

.mz-zelja-info-box {
    padding-bottom: 50px;
}

.mz-ustanova-info-left h3,
.mz-zelja-info-left h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFE160;
}

.mz-ustanova-info-left h3 svg,
.mz-zelja-info-left h3 svg {
    margin-right: 5px;
}

.mz-ustanova-adresa,
.mz-zelja-ime {
    display: flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFE160;
}

.mz-ustanova-adresa svg,
.mz-zelja-ime svg {
    margin-right: 13px;
}


.mz-promeni-ustanovu-wrapper h3 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFE160;
}

.mz-promeni-ustanovu-wrapper h3 svg {
    width: 21px;
    height: 19px;
}

.mz-promeni-ustanovu-wrapper p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFE160;
    padding-top: 20px;
}

.mz-promeni-ustanovu-wrapper p svg {
    width: 13px;
    height: 18px;
    overflow: visible;
    margin-right: 13px;
}

.mz-promeni-ustanovu-btn,
.mz-promeni-zelju-btn {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 0;
    border-radius: 999px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 240px;
    text-align: center;
    display: inline-block;
    transition: background 0.6s ease;
}

.mz-promeni-ustanovu-btn:hover,
.mz-promeni-zelju-btn:hover {
    background: #250342;
}

/**
 * Ajax - korak 3
 */
#mz-licni-podaci-form {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
}

.mz-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.mz-form-row input {
    flex: 1 1 45%;
    padding: 12px 20px;
    border: 2px solid white;
    border-radius: 999px;
    background-color: transparent;
    color: white;
    font-size: 16px;
    outline: none;
}

.mz-form-row input::placeholder {
    color: white;
    opacity: 0.8;
}

.mz-form-submit {
    text-align: center;
    margin-top: 71px;
}

.mz-form-submit button {
    padding: 12px 40px;
    border: 2px solid white;
    border-radius: 999px;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.mz-form-submit button:hover {
    background: white;
    color: #f44356; /* prilagodi tvojoj pozadini */
}

/**
 * Global Loader
 */
 #mz-overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;

    align-items: center;
}

.mz-loader-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #FF4057;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: mz-spin 1s linear infinite;
}

@keyframes mz-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/**
 * Modal
 */
 .mz-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mz-modal-content {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    color: #333;
}
#mz-modal-close {
    margin-top: 15px;
    padding: 8px 16px;
    background-color: #FF4057;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/**
 * Footer
 */
#site-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #250342;
    height: 112px;
}

#site-footer .footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#site-footer .footer-content > span {
    font-family: Inter, sans-serif;
    font-weight: 800;;
    font-size: 24px;
    color: #fff;
    margin-right: 40px;
}

#site-footer .footer-social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Desktop prikaz (768px i više) */
.desktop {
    display: block;
}

.mobile {
    display: none;
}

.mobile a {
    display: block;
    text-decoration: none;
    color: inherit;
}

#mz-email-repeat-feedback {
    width: 100%;
    border: 2px solid #a80000;
    color: #fff;
    padding: 3px 10px;
}

/* Mobile prikaz (do 767px) */
@media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .section-hero .ispunimo-zelje-wrapper {
        top: 180px;
        left: 0;
        margin: 0 auto;
        position: relative;
    }
    .section-hero .mondo-zelja-logo {
        margin: 0 auto;
    }
    .section-hero .ispunimo-zelje-img {
        width: 298px;
        height: auto;
    }
    .section-title h1 {
        font-size: 36px;
        line-height: 1.5;
    }
    .ispunite-zelju-sub-heading {
        font-size: 20px;
    }
    .section-ustanove,
    .section-ispunite-zelju {
        padding: 0 20px;
    }
    .section-ustanove {
        padding-top: 40px;
    }
    .o-mondo-zelji-inner-wrapper {
        flex-flow: column;
    }
    .mz-wizard-tabs {
        gap: 0px;
    }
    .mz-step-number {
        font-size: 36px;
    }
    .mz-tab:not(.active) .mz-step-number {
        font-size: 24px;
        margin-right: 0;
    }
    .mz-tab:not(.active) {
        display: none;
    }
    .mz-ustanova-card, 
    .mz-zelja-card {
        background: rgba(37, 3, 66, 1);
        height: auto;
    }
    .mz-ustanova-info{
        flex-direction: column;
    }
    .mz-zelja-info {
        flex-flow: wrap;
    }
    .mz-ustanova-right, 
    .mz-zelja-right {
        gap: 10px;
        justify-content: space-between;
        width: 100%;
    }
    .mz-ustanova-left, 
    .mz-zelja-left {
        width: 100%;
    }
    .mz-ustanova-left h4, 
    .mz-zelja-left h4 {
        font-size: 18px;
    }
    .mz-zelja-left p {
        font-size: 15px;
    }
    .mz-ustanova-left svg path,
    .mz-zelja-left svg path {
        fill: #FF4057;
    }
    .mz-btn-izaberi,
    .mz-zelja-btn-izaberi {
        background: #FF4057
    }
    .mz-ustanova-cards-wrapper, 
    .mz-zelja-cards-wrapper {
        padding-right: 0;
    }
    .mz-promeni-ustanovu-left {
        width: 60%
    }
    .mz-promeni-ustanovu-right {
        width: 39%;
    }
    .mz-promeni-ustanovu-wrapper h3 {
        font-size: 18px;
    }
    .mz-promeni-ustanovu-left p {
        display: none;
    }
    .mz-promeni-ustanovu-btn,
    .mz-promeni-zelju-btn {
        background: #250342;
        min-width: 130px;
    }
    .mz-ustanova-adresa,
    .mz-zelja-ime {
        display: none;
    }
    #mz-licni-podaci-form {
        padding-top: 30px;
    }
    .mz-form-submit {
        margin-top: 30px;
    }
    .mz-mt-125 {
        margin-top: 70px;
    }
    #site-footer .footer-content {
        flex-flow: column;
        margin: 0;
        gap: 25px;
    }
    #site-footer {
        height: auto;
    }
    #site-footer .footer-content span.share-label {
        margin: 0;
        margin-top: 20px;
    }
    #site-footer .footer-content > span {
        margin-right: 0;
    }
}

/**
 * Accordion Plugin
 */
.wp-block-esab-accordion .esab__active_accordion > .esab__head, 
.wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head {
    background: transparent !important;
 }
 .wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__active.esab__body, 
 .wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__active.esab__body {
    background: transparent !important;
    border-color: #fff !important;
 }
.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion, 
.wp-block-esab-accordion.nested-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion, 
.wp-block-esab-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child.esab__active_accordion, 
.wp-block-esab-accordion.nested-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child.esab__active_accordion {
    border-color: #fff !important;
 }
.wp-block-esab-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag, 
.wp-block-esab-accordion.nested-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag {
    color: #fff !important;
 }
.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg, 
.wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head .esab__icon svg,
.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg path, 
.wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head .esab__icon svg path,
.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__head .esab__icon svg, 
.wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__head .esab__icon svg {
    fill: #fff !important;
 }

.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child:hover, 
.wp-block-esab-accordion.nested-accordion .esab__container > .wp-block-esab-accordion-child:hover, 
.wp-block-esab-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child:hover, 
.wp-block-esab-accordion.nested-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child:hover,
.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion, 
.wp-block-esab-accordion.nested-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion, 
.wp-block-esab-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child.esab__active_accordion, 
.wp-block-esab-accordion.nested-accordion .block-editor-block-list__block > .wp-block-esab-accordion-child.esab__active_accordion {
    background: #250342 !important;
}

.page-template-cesto-postavljena-pitanja .wp-block-button__link.wp-element-button,
.page-template-o-mondo-zelji .wp-block-button__link.wp-element-button {
    transition: background-color 0.5s ease;
}

.page-template-cesto-postavljena-pitanja .wp-block-button__link.wp-element-button:hover,
.page-template-o-mondo-zelji .wp-block-button__link.wp-element-button:hover {
    background: #250342;
}