@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  .navbar-default .navbar-nav > li a:hover {
    color: #183E9F;
  }
  
  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }


  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #testimonials, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #92dce5;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 20px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #a5c422;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #414567;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    color: #ffffff;
    font-weight: 700;
  }

  .container-logo{
    width: 40%;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #9cb820;
  }

  .navbar-default .navbar-nav li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }
  .navbar-default .navbar-nav li.dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  
  .navbar-default .navbar-nav li.dropdown > a:hover .caret,
  .navbar-default .navbar-nav li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  
  .navbar-default .navbar-nav .dropdown-menu {
    background-color: #414567;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
  }
  
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  
  .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    background-color: #414567;
    color: #000000;
  }

  .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    background-color: #414567;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav .dropdown-menu > li:last-child {
    color: rgb(182, 48, 48);
  }

  
  .navbar-default .navbar-nav .dropdown-menu > li {
    border-bottom: 1px solid #ffffff; /* Dodat beli border ispod svake stavke */
    color: #ffffff !important;
  }
  
  .navbar-default .navbar-nav .dropdown-menu > li:last-child {
    border-bottom: none; /* Uklonjen border ispod poslednje stavke */
    color: #ffffff !important;
  }


  



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 50px;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 700px;
  }

  .slider .item-first {
    background-image: url(../images/slika1\ \(1\).png);
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 700px; /* Visina slajdera za desktop verziju */
  }
  

  .slider .item-second .caption {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url("../images/Slika-computer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .slider .item-second .caption .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  .slider .item-second .caption .image-container img {
    max-width: 100%; /* Maksimalna širina slike */
    max-height: 100%; /* Maksimalna visina slike */
  }
  
  
  
  

  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background: url('') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  #about p {
    font-size: 18px;
  }

  #about h2{
    font-size: 42px;
  }

  #news h3{
    font-size: 20px;
  }
  
  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 2em;

  }
  
  .profile img {
    width: 90%;
    height: auto;
    margin-right: 1em;
    margin-left: auto;
    border-radius:30% !important; /* Dodatno podesite border-radius */
  }
  
  .profile {
    margin-left: 3.5em; /* Prilagodite vrednost margine prema vašim potrebama */
  }
  
  
  .profile figcaption h3 {
    margin-top: 0;
  }
  
  #about h6 {
    color: #858585;
    margin: 0;
  }
  
  



  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

.white-heading{
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.testimonials {
  min-height: 375px;
  position: relative;
  background-image: url(../images/Slika5542.png);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
.shadow-effect {
  background: #fff;
  padding: 25px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
  border-radius: 5%;
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 19px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #9cb820;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
  text-align: center;
  padding: 50px;
  margin-bottom:80px;

  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #9cb820;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #9cb820;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news,
#news-detail {
  background: #f9f9f9;
}

.news-thumb {
  margin-bottom: 30px;
  overflow: hidden;
}

.news-thumb ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.5s ease-in-out;
}

.news-thumb ul li {
  flex: 0 0 100%;
}
/* Dodajte ove stilove u vaš CSS */
.section-btn {
  background-color: #9cb820;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.section-btn:hover {
  background-color: #414567;
  color: white;
}

.news-image {
  margin-bottom: 60px;
  position: relative;
}

.image-buttons-container {
  display: flex;
  align-items: center;
}

.image-buttons-container img {
  width: 50%;
}

.button-container {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.button-container .section-btn {
  margin-bottom: 10px;
  width: 100%;
}

.contact-info {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-info i {
  margin-right: 10px;
}

  


  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/
  #kontakt {
    background: url('') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  #kontakt p {
    font-size: 18px;
  }

  #kontakt h2{
    font-size: 40px;
  }

  #news h3{
    font-size: 20px;
  }
  
  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
    
  }
  
  .profile img {
    width: 90%;
    height: auto;
    margin-right: 1em;
    border-radius: 0;
    margin-left: auto;
  }
  
  
  .profile figcaption h3 {
    margin-top: 0;
  }
  
  #kontakt h6 {
    color: #858585;
    margin: 0;
  }
  

  


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  .footer {
    margin-top: 1rem;
    background: rgb(249, 249, 249);;
    padding-bottom: 3rem;
    text-align: center;
  }
  
  .footer .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23rem, 1fr));
    gap: 1.5rem;
    justify-content: center;
  }
  
  .footer .box-container .box h3 {
    font-size: 2.5rem;
    padding: 1rem 0;
    color: rgb(0, 0, 0);
  }
  
  .footer .box-container .box a {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
    color: rgb(0, 0, 0);
  }
  
  .footer .box-container .box a i {
    padding-right: 0.5rem;
    color: rgb(0, 0, 0);
  }
  
  .footer .box-container .box a:hover i {
    padding-right: 2rem;
  }
  
  .footer .credit {
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 1.5rem;
  }
  
  .footer .credit span {
    color: rgb(232, 68, 68);
  }
  .opening-hours a {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }
  .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
  }
  
  .dropdown-toggle.active + .dropdown-menu,
  #uslugeDropdown:hover + #uslugeDropdownMenu {
    display: block;
  }
  

  
  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }


    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #pocetna h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

  @media (max-width: 768px) {
    #appointment {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    
    #appointment-form {
      max-width: 100%;
      padding: 0 15px;
    }
  }

@media (max-width: 767px) {
  .col-sm-6 {
    width: 100%;
    text-align: center;
  }

  .profile img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}

/* Stilovi za manje ekrane, poput telefona */
@media (max-width: 767px) {
  .news-thumb ul {
    flex-wrap: wrap;
  }

  .news-thumb ul li {
    flex-basis: 50%;
  }

  .image-buttons-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .image-buttons-container img {
    width: 100%;
  }

  .button-container {
    align-items: center;
    margin-top: 20px;
  }
}


@media (max-width: 767px) {
  .col-sm-6 {
    width: 100%;
    text-align: center;
  }

  .profile img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    border-radius: 10%;
  }
}

@media (min-width: 768px) {
  .slider .item-second .caption .image-container img {
    width: 400px; /* Širina slike na kompjuteru */
    height: auto; /* Automatska visina slike na kompjuteru */
  }
}

@media (max-width: 767px) {
  .slider .item-second .caption .image-container img {
    width: 200px; /* Širina slike na telefonu */
    height: auto; /* Automatska visina slike na telefonu */
  }
}

@media (min-width: 768px) {
  .slider .item-second .caption {
    background-image: url("../images/Slika2312.jpg"); /* Pozadinska slika na kompjuteru */
  }
}

@media (max-width: 767px) {
  @media only screen and (max-width: 767px) {
    .slider .item-second .caption {
      background-image: url("../images/Slika-phone.jpg"); /* Pozadinska slika na telefonu */
    }
  }
}


  /* Dodajte ovaj media upit na dno vašeg CSS koda */
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .dropdown-menu > li > a {
      color: #ffffff !important; /* Promenite boju teksta na belu */
    }
  }
  

  @media (min-width: 768px) {
    .slider .item-second .caption {
      background-image: url("../images/Slika2312.jpg"); /* Pozadinska slika na kompjuteru */
    }
  }
  
  @media (max-width: 767px) {
    .slider .item-second .caption {
      background-image: url("../images/Slika-phone.jpg"); /* Pozadinska slika na telefonu */
    }
  }
  

  @media (max-width: 767px) {
    .slider .item {
      height: 85vh; /* Visina slajdera za mobilne uređaje */
    }
  }

    
  @media (max-width: 768px) {
    .navbar-default .navbar-nav li.appointment-btn {
      margin: 3px 0;
    }
  
    .navbar-default .navbar-nav li.appointment-btn a {
      padding-top: 8px;
      padding-bottom: 8px;
    }
  
    .navbar-default .navbar-nav > li a {
      font-size: 12px;
      padding-right: 10px;
      padding-left: 10px;
    }
  
    .navbar-default .navbar-nav .dropdown-menu > li > a {
      padding: 8px 15px;
    }
  }


  @media (max-width: 768px) {
    .navbar-default .navbar-nav .dropdown-menu > li > a {
      color: #ffffff !important;
    }
  }

      /* Dodajte ovaj media upit na dno vašeg CSS koda */
@media (max-width: 767px) {
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #ffffff !important; /* Promenite boju teksta na belu */
  }
}