/*
 Theme Name:   Astra Child
 Template:     astra
 Author:       Tvoje Ime
 Version:      1.0.0
*/

/* ------------------------------
   ELEMENTOR FIX
------------------------------ */
.elementor-accordion .elementor-tab-content {
    display: none !important;
}

.elementor-accordion .elementor-active .elementor-tab-content {
    display: block !important;
}

/* ------------------------------
   HEADER
------------------------------ */
#moj-custom-header {
    background: linear-gradient(90deg, #0f172a 0%, #111c33 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    position: relative;
    z-index: 100000;
    width: 100%;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* LOGO */
.moj-logo-slika {
    max-width: 100px;
}

/* DESNI BLOK */
.desni-kontejner {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* ZASTAVICE */
.zastavice-kontejner ul {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.zastavice-kontejner img {
    border: 1px solid rgba(255,255,255,0.15);
}

/* LOGO U MOBILE MENIJU (ostavljen jer nije stil za linkove) */
.meni-logo-dno {
    text-align: center;
    padding: 20px;
}

.moj-logo-slika-meni {
    max-width: 70px;
}

/* ------------------------------
   OVERLAY / LOCK
------------------------------ */
body.nema-skrolanja {
    overflow: hidden;
}

body.nema-skrolanja::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 99998;
}

/* ------------------------------
   PAGE TITLE
------------------------------ */
.page-title {
    display: none;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: "Inter", system-ui, sans-serif;
}