.elementor-69 .elementor-element.elementor-element-9336d7e{--display:flex;--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-69{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8865cf1 */.rgm-footer {
      --rgm-border: rgba(255, 255, 255, .1);
      --rgm-text: #f4f7fb;
      --rgm-muted: rgba(244, 247, 251, .6);
      --rgm-cyan: #4ec3e7;
      --rgm-yellow: #f2d21f;
      --rgm-green: #54b84c;
      --rgm-blue: #6e86d8;
      position: relative;
      font-family: 'Space Grotesk', system-ui, sans-serif;
      color: var(--rgm-text);
      background:
        radial-gradient(900px 400px at 50% 0%, rgba(78, 195, 231, .07), transparent 65%),
        linear-gradient(180deg, #070b14 0%, #04060c 100%);
      padding: clamp(40px, 6vh, 64px) clamp(20px, 4vw, 56px) 0;
      box-sizing: border-box;
      isolation: isolate;
      overflow: hidden;
    }

    /* tanka FM linija na vrhu — potpisni element */
    .rgm-footer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg,
          var(--rgm-yellow) 0 25%,
          var(--rgm-green) 25% 50%,
          var(--rgm-text) 50% 75%,
          var(--rgm-blue) 75% 100%);
      opacity: .85;
    }

    .rgm-footer *,
    .rgm-footer *::before,
    .rgm-footer *::after {
      box-sizing: inherit;
      margin: 0;
      padding: 0
    }

    .rgm-f-wrap {
      max-width: 1160px;
      margin: 0 auto;
    }

    /* ─── Gornji dio: 3 kolone ──────────────────────────────────── */
    .rgm-f-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1.2fr;
      gap: clamp(28px, 4vw, 56px);
      padding-bottom: clamp(28px, 4vh, 44px);
    }

    /* Brand kolona */
    .rgm-f-brand img {
      height: 64px;
      width: auto;
      filter: invert(1);
      mix-blend-mode: screen;
      opacity: .95;
      margin-bottom: 14px;
    }

    .rgm-f-brand strong {
      display: block;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.35;
    }

    .rgm-f-brand p {
      margin-top: 8px;
      font-size: 13.5px;
      line-height: 1.6;
      color: var(--rgm-muted);
    }

    .rgm-f-freq {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 14px;
      padding: 6px 14px;
      border: 1px solid rgba(78, 195, 231, .35);
      border-radius: 999px;
      font-size: 12.5px;
      font-weight: 700;
      letter-spacing: .12em;
      color: var(--rgm-cyan);
    }

    .rgm-f-freq::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--rgm-cyan);
      box-shadow: 0 0 10px rgba(78, 195, 231, .8);
    }

    /* Naslovi kolona */
    .rgm-f-grid h4 {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--rgm-muted);
      margin-bottom: 16px;
    }

    /* Navigacija */
    .rgm-f-nav {
      list-style: none;
    }

    .rgm-f-nav li {
      margin-bottom: 10px
    }

    .rgm-f-nav a {
      --dot: var(--rgm-cyan);
      display: inline-flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      color: var(--rgm-text);
      font-size: 14.5px;
      font-weight: 500;
      opacity: .85;
      transition: opacity .25s ease, transform .25s ease;
    }

    .rgm-f-nav a::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 3px;
      background: var(--dot);
    }

    .rgm-f-nav a:hover {
      opacity: 1;
      transform: translateX(3px);
    }

    .rgm-f-nav a.n-akt {
      --dot: var(--rgm-yellow)
    }

    .rgm-f-nav a.n-prod {
      --dot: var(--rgm-green)
    }

    .rgm-f-nav a.n-onama {
      --dot: var(--rgm-text)
    }

    .rgm-f-nav a.n-kont {
      --dot: var(--rgm-blue)
    }

    /* Kontakt kolona */
    .rgm-f-kontakt {
      list-style: none;
      font-size: 14px;
      line-height: 1.5;
    }

    .rgm-f-kontakt li {
      display: flex;
      gap: 10px;
      margin-bottom: 12px;
      color: var(--rgm-muted);
    }

    .rgm-f-kontakt b {
      color: var(--rgm-text);
      font-weight: 600;
      min-width: 64px;
    }

    .rgm-f-kontakt a {
      color: var(--rgm-text);
      text-decoration: none;
      font-weight: 600;
      border-bottom: 1px solid rgba(78, 195, 231, .35);
      transition: border-color .25s ease, color .25s ease;
    }

    .rgm-f-kontakt a:hover {
      color: var(--rgm-cyan);
      border-color: var(--rgm-cyan);
    }

    /* Social dugmad */
    .rgm-f-social {
      display: flex;
      gap: 10px;
      margin-top: 16px;
    }

    .rgm-f-social a {
      display: grid;
      place-items: center;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      border: 1px solid var(--rgm-border);
      background: rgba(255, 255, 255, .04);
      color: var(--rgm-text);
      text-decoration: none;
      transition: transform .25s ease, border-color .25s ease, background .25s ease;
    }

    .rgm-f-social a:hover {
      transform: translateY(-3px);
      border-color: var(--rgm-cyan);
      background: rgba(78, 195, 231, .1);
    }

    .rgm-f-social svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    /* ─── Donja traka ───────────────────────────────────────────── */
    .rgm-f-dno {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      padding: 18px 0 22px;
      border-top: 1px solid var(--rgm-border);
      font-size: 12.5px;
      color: var(--rgm-muted);
    }

    .rgm-f-dno a {
      color: var(--rgm-muted);
      text-decoration: none;
      transition: color .25s ease;
    }

    .rgm-f-dno a:hover {
      color: var(--rgm-cyan)
    }

    /* ─── Responsive ────────────────────────────────────────────── */
    @media(max-width:860px) {
      .rgm-f-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media(max-width:560px) {
      .rgm-f-grid {
        grid-template-columns: 1fr;
      }

      .rgm-f-dno {
        justify-content: center;
        text-align: center;
      }
    }

    @media(prefers-reduced-motion:reduce) {

      .rgm-f-nav a,
      .rgm-f-social a {
        transition: none
      }
    }/* End custom CSS */