
:root{
    --theme-color: #4F8ED5;
}
p {
    color: #0A1B2A;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    color: #0a1b2a;
}
.bg-izvor-dark {
    background-color: #0a1b2a;
}
.text-izvor-red {
    color: #FE0200;
}
.text-izvor-dark {
    color: #0A1B2A;
}
.feature-block-one .inner-box p {
    max-width: 100%;
}
.cta-section .sec-title {
    max-width: 100%;
}
.project-block-three .inner-box .lower-content h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    margin-bottom: 15px;
}
.title-hero-ing {
    position: relative;
    color: white;
}
.project-block-three .inner-box .image-box img {
    object-fit: cover;
    height: 290px;
}
.contact-style-two .form-inner h3 {
  text-transform: none;
}
.contact-style-two .sec-title h2 {
   text-transform: none;
}
.contact-style-two .form-inner .form-group .theme-btn:hover {
    background: white;
}
.hero-section {
    height: 850px;
    background: no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Tamniji sloj preko slike */
}
.main-header {
    background-color: #0A1B2A;
}

.mobile-menu .menu-box {
    background: #0A1B2A;
}
.main-header .mobile-nav-toggler {
    font-size: 30px;
}
.hero-text {
    position: relative;
    color: white;
    padding: 20px 40px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 2s ease-out forwards;
}
.main-footer .widget-title h6 {
    color: #4F8ED5;
    text-transform: uppercase;
}
.feature-section.light-section {
    background: #0A1B2A;
}
.main-footer {
    background: #0A1B2A;
}
.contact-style-two .form-inner {
    background: #0A1B2A;
}
.main-footer .contact-widget .info-list li i {
    color: #f90503;
}
.feature-block-one .inner-box .icon-box img {
    position: relative;
    transition: all 500ms ease;
    height: 65px;
}
.feature-block-one .inner-box .icon-box {
     margin-bottom: 28px; 
}
.about-style-two .right-content .btn-box .theme-btn {
    border: 1px solid #FE0200;
    background: transparent;
    color: #FE0200 !important;
    padding-top: 16px;
    padding-bottom: 16px;
}
.theme-btn {
    background: #FE0200;
}
.theme-btn:after {
    background: #FE0200;
}
.theme-btn:before {
    background: #FE0200;
}
.cta-section .sec-title .theme-btn:hover {
    color: #FE0200 !important;
}
.contact-style-two .form-inner .form-group .theme-btn:hover {
    color: #FE0200 !important;
}
.about-style-two .right-content .btn-box .theme-btn span:before {
    color: #FE0200;
}
.project-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #dddddd;
}
.project-block-three {
    background-color: #0A1B2A;
    display: flex;
    height: 100%;
}
.project-block-three .inner-box {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.project-block-three .inner-box .lower-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    margin-top: auto;
    height: 100%;
}
.naslov-ing {
    position: relative;
    display: inline-block;
  }
  
  .naslov-ing::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: var(--theme-color); /* ili bilo koja boja koju želiš */
    position: absolute;
    left: 0;
    bottom: -8px; /* razmak ispod teksta, možeš prilagoditi */
  }
  .naslov-centar-ing {
    text-align: center;
    position: relative;
  }
  
  .naslov-centar-ing::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: var(--theme-color);
    margin: 8px auto 0; /* 8px razmak od teksta, auto za centriranje */
  }
  .naslov-centar-ing-red {
    text-align: center;
    position: relative;
  }
  
  .naslov-centar-ing-red::after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background-color: #FE0200;
    margin: 8px auto 0; /* 8px razmak od teksta, auto za centriranje */
  }
  .feature-block {
    margin-bottom: 15px;
  }
 .feature-block-one-ing {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 15px;
    border-bottom: 4px solid #4F8ED5;
    display: flex;
    height: 100%;
}
.feature-block-one-ing .inner-box {
    margin-bottom: 0px;
}
.feature-block-one .inner-box p {
    margin-bottom: 0px;
    text-align: justify;
}


  .feature-block-one .inner-box .icon-box img {
    filter: unset;
}
  .page-title-ing .content-box h1 {
    display: block;
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
}


.lower-content .link-box {
    margin-top: auto;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#menu-izbornik-podnozje-footer {
    display: none;
}
.text-izvor-ing {
    color: #8598ee;
}
.hero-section {
    margin-top: 80px;
}
    .title-hero-ing {
        font-size: 65px;
    }

@media (min-width: 1200px) {
    .header-style-two .mobile-nav-toggler {
      display: none;
    }
  }

  @media (max-width: 525px) {
  .logo-box img {
    height: 69px;
}

}
@media only screen and (max-width: 767px) {
    .page-title .outer-container {
        padding: 120px 0px 80px 0px;
    }
    .bread-crumb {
        display: none !important;
    }
    .hero-section {
        height: 400px;
    }
    .page-title-ing .content-box h1 {
        display: block;
        font-size: 35px;
        line-height: 45px;
}
}
.logo-izvor {
    transition: none;
}
.left-column-ing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap; /* Ako je potrebno da se slaže ispod na manjim ekranima */
  }
  
  .copyright {
    flex-shrink: 0; /* Sprečava skupljanje */
  }
  
  .social-ing {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }
  .footer-bottom {
 
    padding: 35px 0px;
}

   .naslovnica {
      height: 550px;
      display: flex;
      align-items: center;
    }

    .circle-container {
      display: flex;
      justify-content: center;
      gap: 20px;
      transition: gap 0.4s ease;
      position: relative;
    }

    .circle-container:hover {
      gap: 10px;
    }

    .circle-img {
      width: 320px;
      height: 320px;
      border-radius: 50%;
      object-fit: cover;
      transition: transform 0.3s ease;
      position: relative;
    }

    .circle-img:hover {
      transform: scale(1.1);
    }

    /* Pozicioniranje slike: leva niže i ulevo */
    .img-left {
          top: 70px;
          left: 119px;
    }

    /* Srednja slika gore */
    .img-center {
      top: 0px;
    }

    /* Desna niže i udesno */
    .img-right {
      top: 121px;
      left: -113px;
    }










/* Timeline izvor ing custom */


    .timeline {
      position: relative;
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
      padding: 15px 0;
      /* CSS varijable koje JS popunjava kako bi linija počinjala/ završavala tačno na 1. i poslednjem itemu */
      --line-start: 0px; /* udaljenost od vrha .timeline do početka zelene linije */
      --line-end: 0px;   /* udaljenost od dna .timeline do kraja zelene linije */
    }

    /* Središnja linija — sad ima dinamičan top/bottom */
    .timeline::after {
      content: '';
      position: absolute;
      width: 2px;
      background: #4f8ed5;
      top: var(--line-start);
      bottom: var(--line-end);
      left: 50%;
      margin-left: -1px;
      z-index: 0; /* ispod elemenata, da maskiranje ne treba */
    }

    .container-ing {
      padding: 15px 30px;
      position: relative;
      background: inherit;
      width: 50%;
      z-index: 1; /* iznad centralne linije */
    }

    .container-ing.left { left: 0%; }
    .container-ing.right { left: 50%; }

    /* TOČKA na centralnoj liniji */
    .container-ing::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: calc(50% - 8px);
      right: -8px;
      background: #4f8ed5;
      border: 2px solid #006E51;
      border-radius: 16px;
      z-index: 2;
    }
    .container-ing.right::after { left: -8px; right: auto; }

    /* VODORAVNI SPOJ do kartice */
    .container-ing::before {
      content: '';
      position: absolute;
      width: 50px;
      height: 2px;
      top: calc(50% - 1px);
      right: 8px;
      background: #4f8ed5;
      z-index: 1;
    }
    .container-ing.right::before { left: 8px; right: auto; }

    /* Datum */
    .container-ing .date {
      position: absolute;
      display: inline-block;
      top: calc(50% - 8px);
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      color: #006E51;
      text-transform: uppercase;
      letter-spacing: 1px;
      z-index: 1;
    }
    .container-ing.left .date { right: -75px; }
    .container-ing.right .date { left: -75px; }

    /* Ikona */
    .container-ing .icon {
      position: absolute;
      display: inline-block;
      width: 40px;
      height: 40px;
      padding: 9px 0;
      top: calc(50% - 20px);
      background: #0a1b2a; 
      border: 2px solid #fe0200;
      border-radius: 40px;
      text-align: center;
      font-size: 18px;
      color: #4F8ED5;
      z-index: 1;
    }
    .container-ing.left .icon { right: 56px; }
    .container-ing.right .icon { left: 56px; }

    /* Kartica */
    .container-ing .content {
      padding: 10px 90px 10px 30px;
      position: relative;
    }
    .container-ing.right .content {
      padding: 10px 30px 10px 90px;
    }







@media (max-width: 767.98px) {
      .timeline::after {
        left: 20px;
        margin-left: 0;
      }
      .container-ing {
        width: 100%;
        padding-left: 30px;
        padding-right: 20px;
        left: 0 !important;
      }
      .container-ing.left::after,
      .container-ing.right::after {
        left: 13px;
        right: auto;
      }
      .container-ing.left::before,
      .container-ing.right::before {
        left: 20px;
        right: auto;
      }
      .container-ing.left .icon,
      .container-ing.right .icon {
        right: auto;
        left: 70px;
      }
      .container-ing.left .content,
      .container-ing.right .content {
        padding: 10px 0px 10px 90px;
        border-radius: 500px 0 0 500px;
      }

    .circle-img {
      width: 220px;
      height: 220px;
    }
    .title-hero-ing {
        font-size: 50px;
    }
    .circle-container {
        top: -43px;
    }
    }  
