.elementor-849 .elementor-element.elementor-element-2a66c79b{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-849 .elementor-element.elementor-element-2a66c79b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-849 .elementor-element.elementor-element-5ad19884{width:100%;max-width:100%;}.elementor-849 .elementor-element.elementor-element-5ad19884.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-849 .elementor-element.elementor-element-5ad19884 > .elementor-widget-container{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-849 .elementor-element.elementor-element-2a66c79b{--width:370.909px;}}@media(min-width:768px){.elementor-849 .elementor-element.elementor-element-2a66c79b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5ad19884 */:root {
    --atom-primary: #0052E6;        /* glavna plava */
    --atom-primary-light: #EAF3FF;  /* svetlo plava pozadina */
    --atom-dark: #0A1A34;           /* tamni tekst / footer */
    --atom-bg: #FFFFFF;             /* pozadinska bela */
    --atom-accent-gold: #FFB84D;    /* topli akcenat (dugmad, detalji) */
}


/* ====== GLOBAL HEADER WRAPPER ====== */

.atom-header {
    width: 100%;
    background: linear-gradient(90deg, var(--atom-primary), #003FCC);
    padding: 14px 40px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}




.atom-header-inner {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1025px) {
  .atom-header-inner {
    max-width: 1200px;         /* malo uže, deluje premium */
    justify-content: space-between;
    align-items: center;
  }

  /* Logo blok fiksne širine da bude lepo uokviren */
  .atom-logo {
    flex: 0 0 320px;
    text-align: center;
  }

  /* Meni bliže sredini, ali ne nalepljen na desnu ivicu */
  .atom-nav {
    margin-left: auto;
    gap: 60px;                 /* veći razmak: Servis | Blog */
  }
}


/* ====== LEFT SIDE – LOGO ====== */

.atom-logo {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
}

.atom-logo-top {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 10px;
}

.atom-logo-line {
    width: 90%;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    margin: 10px auto 8px;
}

.atom-logo-bottom {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.9;
}

/* Bez hover efekata na logo blok */
.atom-logo,
.atom-logo:hover,
.atom-logo:focus,
.atom-logo:active {
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none !important;
}
.atom-logo * {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: none !important;
}


/* ====== MIDDLE NAV ====== */

.atom-nav {
    display: flex;
    gap: 40px;
}

.atom-nav-link {
    color: #ffffff !important;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    padding-bottom: 6px;
    transition: 0.25s ease;
}

.atom-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: width 0.25s ease;
}

.atom-nav-link:hover::after,
.atom-nav-link.elementor-item-active::after {
    width: 100%;
}


/* ====== RIGHT SIDE (ONLINE, TELEFON, MAIL) ====== */

.atom-header-right {
    display: flex;
    gap: 18px;
    align-items: center;
}

/* Online dugme (može za Viber / WhatsApp / formular) */
.atom-online-btn {
    background: var(--atom-accent-gold);
    color: var(--atom-dark);
    padding: 9px 22px;
    border-radius: 999px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    white-space: nowrap;
}

.atom-online-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
    background: #ffca77;
}

/* Telefon blok */

.atom-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.atom-phone-main {
    display: flex;
    align-items: center;
    gap: 8px;
}

.atom-phone-number {
    font-size: 19px;
    font-weight: 600;
}

.atom-phone-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    opacity: 0.9;
    margin-top: 2px;
}

/* SVG ikonice (slušalica, mail) */

.atom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.atom-icon svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

/* Email ispod telefona */

.atom-email {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    opacity: 0.9;
    margin-top: 3px;
    text-decoration: none;
    color: #ffffff;
}

.atom-email:hover {
    opacity: 1;
}

/* Responsivno – stišavanje razmaka na manjim ekranima */

@media (max-width: 1024px) {
    .atom-header {
        padding: 14px 18px;
    }

    .atom-logo-top {
        font-size: 24px;
        letter-spacing: 7px;
    }

    .atom-nav {
        gap: 24px;
    }

    .atom-phone-number {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .atom-header-inner {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .atom-header-right {
        justify-content: space-between;
    }
}
/* ===== MOBILNI HEADER (max 767px) ===== */
@media (max-width: 767px) {

  .atom-header {
    padding: 10px 16px;              /* manji padding gore/dole */
  }

  .atom-header-inner {
    flex-direction: column;          /* sve u kolonu */
    align-items: center;
    justify-content: center;
    gap: 8px;                        /* mali razmak između redova */
  }

  /* Logo malo manji na mobilnom */
  .atom-logo-top {
    font-size: 22px;
    letter-spacing: 8px;
  }

  .atom-logo-line {
    width: 75%;
    margin: 6px auto 6px;
  }

  .atom-logo-bottom {
    font-size: 10px;
    letter-spacing: 3px;
  }

  /* Meni da se fino centrira i sabije */
  .atom-nav {
    gap: 24px;
    margin-top: 4px;
  }

  .atom-nav-link {
    font-size: 16px;
  }

  /* Desna strana (kontakt) ide ispod, sve centrirano */
  .atom-header-right {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
  }

  .atom-online-btn {
    padding: 8px 18px;
    font-size: 14px;
  }

  .atom-phone {
    font-size: 16px;
  }
}

/* Sakrij telefon na baš malim ekranima */
@media (max-width: 400px) {
  .atom-phone {
    display: none;
  }
}/* End custom CSS */