
/* === ACME menu hover glow === */
:root{
  --acme: #1E6B8E;                 
  --acme-ghost: rgba(30,107,142,.35);
}




.navbar a:not(:has(img)):hover {
  box-shadow:
    0 0 0 2px var(--acme-ghost),   
    0 0 10px var(--acme-ghost);    
  background: rgba(30,107,142,.08);
  border-radius: 10px;
  border: 2px; 
}

.navbar a {
  width: fit-content;
  padding: 10px 10px; 
}



/* CAREER SECTION */
 
.career-img-div {
    height: 100%;
  }
  
  .career-img-div img {
    height: 100%;
    margin-right: 10px;
  }

  @media  screen and (max-width:1670px) {
    .career-img-div img {
      height: 80% !important;
    }
    #feedback .career-img-div img {
        height: 100% !important;
      }
  }
  
  @media(max-width:1200px){
    .career-img-div{
      width: 100%;
    }
  }
    


/* --------------------------  down is before 01.11.2023 and not checked -----------------------*/


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
    font-family: "Inter", sans-serif;
    width: 100vw;
    overflow-x: hidden;
    background-image: url("background-pics/bgGLAVNA.webp"),url("background-pics/bgGLAVNA.png");
    background-position: 100% 2%;
    position: relative;
    background-color: #052540;
    background-size: cover;
    
}
.container{
    min-width: 100%;
    padding: 0 130px;
    margin: 0;
}

hr{
    border-top: 0px solid !important;
}

li{
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: rgb(180, 189, 196);
}


/* Captcha */
#captcha {
  margin: 10px 0;
}

.captcha-image {
  margin: 0 10px;
}

.refresh-captcha {
  font-size: 20px;
}

/* FOR ALL SECTION */

.section-container {
  color: white;
  margin-bottom: 100px;
  padding-top: 100px;
}
.section-title {
  text-decoration: underline 4px #1E6B8E;
  text-underline-offset: 17px;
  font-weight: 800;
  font-size: 46px;
  line-height: 39px;
}



/* CONTACT SECTION */

.contact-naslovna{
    margin-bottom: 0px !important;
    padding-bottom: 40px;
}
.contact-title{
    text-align: center;
}







/* BACK TO THE TOP BUTTON */
#back-top {
    display: inline-block;
    background-color: #051d32;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #back-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #back-top:hover {
    cursor: pointer;
    background-color: #333350;
  }
  #back-top:active {
    background-color: #333350;
  }
  #back-top.show {
    opacity: 1;
    visibility: visible;
  }


  /* Slider-list control (button and navigation line) style */

  .tns-controls {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    justify-content: end;
    margin-top: 7px;
  }

  .tns-controls button {
    display: inline-block;
    background-color: #051d32;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    border: none;
  }

  .tns-controls button:hover {
    cursor: pointer;
    background-color: #333350;
  }

#jobs-slider-ow .tns-nav,
#news-slider-ow .tns-nav,
#testimonial-slider-ow .tns-nav,
#list-slider-container-ow .tns-nav{
  float: left;
  width: 84%;
  margin-top: 29px;
  margin-bottom: 30px;
}

#jobs-slider-ow .tns-nav button.tns-nav-active,
#news-slider-ow .tns-nav button.tns-nav-active,
#testimonial-slider-ow .tns-nav button.tns-nav-active, 
#list-slider-container-ow .tns-nav button.tns-nav-active{
  background-color: #052540;
}

#jobs-slider-ow .tns-nav button,
#news-slider-ow .tns-nav button,
#testimonial-slider-ow .tns-nav button,
#list-slider-container-ow .tns-nav button
 {
  width: 33%;
  height: 4px;
  background-color: rgb(7, 52, 88);
  border: unset;
  border-radius: 0px !important;
}

#jobs-slider-ow .tns-item,
#news-slider-ow .tns-item,
#testimonial-slider-ow .tns-item,
#list-slider-container .tns-item
{
  padding-right: 30px!important;
}

@media (max-width: 900px){
  #jobs-slider-ow .tns-nav,
  #news-slider-ow .tns-nav,
  #testimonial-slider-ow .tns-nav,
  #list-slider-container-ow .tns-nav{
      width: 104%;
  }

  #jobs-slider-ow .tns-nav button,
  #news-slider-ow .tns-nav button,
  #testimonial-slider-ow .tns-nav button,
  #list-slider-container-ow .tns-nav button{
      width: 12%;
  }
}
@media (min-width: 900px) and (max-width: 992px){
  #jobs-slider-ow .tns-nav,
  #news-slider-ow .tns-nav,
  #testimonial-slider-ow .tns-nav,
  #list-slider-container-ow .tns-nav{
      width: 100%;
  }
  #jobs-slider-ow .tns-nav button,
  #news-slider-ow .tns-nav button,
  #testimonial-slider-ow .tns-nav button,
  #list-slider-container-ow .tns-nav button{
      width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1100px){
  #jobs-slider-ow .tns-nav button,
  #news-slider-ow .tns-nav button,
  #testimonial-slider-ow .tns-nav button,
  #list-slider-container-ow .tns-nav button{
      width: 25%;
  }
}
@media (max-width: 992px){
  #jobs-slider-ow .tns-controls,
  #news-slider-ow .tns-controls,
  #testimonial-slider-ow .tns-controls,
  #list-slider-container-ow .tns-controls{
      display: none;
  }
}


/* Testimonial content*/

.testimonial-content {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  row-gap: 15px;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .testimonial-content {
    font-size: 12px;
  }


  
}

.testimonial{
  height: 100%;
}

.testimonial .pic{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial .pic img{
  width: 101%;
  height: auto;
}
.testimonial .kartica{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  --bs-gutter-x: none;
}
.testimonial .kartica .col-sm-8{
    padding-top: 10px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 15px;
}
.testimonial .kartica h1{
  font-weight: 700;
  font-size: 21px;
  color: white;
  
}
.testimonial .kartica h2{
  font-weight: 300;
  color: white;
  font-size: 17px;
  opacity: 80%;

}
.testimonial p {
  height: 50%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: white;
  line-height: 26px;
  opacity: 80%;
}

#testimonial-slider-mw + .tns-nav {
  margin-top: 47px;
}

#testimonial-slider-mw + .tns-nav + .tns-controls {
  margin-top: 25px;
}


 

@media screen and (max-width:1250px){
 

    .testimonial .kartica .col-sm-8{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .testimonial .kartica{
        flex-wrap: wrap;
        justify-content: center;

    }

    .testimonial .kartica h1 {
      font-weight: 700;
      font-size: 21px;
      color: white;
      margin-left: 20px;
      margin-right: 20px;
}

    .testimonial .kartica h2 {
      font-weight: 300;
      color: white;
      font-size: 20px;
      opacity: 80%;
      margin-left: 20px;
      margin-right: 20px;
    }

}

/* PORTFOLIO SECTION */


.list-slide .list-img-div {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  background: linear-gradient(319deg, rgb(0 0 0 / 27%) 2%, rgb(1 22 36 / 36%) 86%);
  margin-bottom: 20px;
}
.list-slide .list-img-div img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  transform: scale(1, 1);
  transition: all 0.9s ease 0s;
}


.list-slide:hover img {
  transform: scale(1.1);
}

.see-all {
  width: 350px;
}


.list-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  

}
.list-container .list-slide {
  flex: 0 0 24%;
}

@media screen and (max-width: 1199px)  {
  .list-container {
    flex-direction: column;
  }
}

@media  screen and (min-width: 1221px) and (max-width: 1321px) {
  
  .list-container .list-slide {
    flex: 0 0 32%;
  }
}

@media  screen and (min-width:770px) and (max-width: 1221px) {
  .list-container {
      flex-direction: row;
  }
  .list-container .list-slide {
    flex: 0 0 48%;
  }
}

@media screen and (max-width: 575px) {
  .list-container {
      flex-direction: column;
      font-size: 12px;
  }
}

/* NEWS  SECTION */
.news-section{
  padding-top: 105px;
}

.news{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 70px;
}

.news-detail .news{
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.news-slider-item .news-slide-img-div {
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  margin-bottom: 20px;
  height: 300px;
  
}

.news-slider-item .news-slide-img-div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  transform: scale(1, 1);
  transition: all 0.9s ease 0s;
}

.news-slider-item .hover:hover img {
  transform: scale(1.1);
}


.news-slider-item .news-date {
  font-weight: 500;
  color: #8896AB;
}

.news-slider-item .news-title {
  /*font-family: 'Comforta';*/
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: white;
  letter-spacing: 2px;
}

.news-slider-item .news-title a {
  transition: all 0.4s ease 0s;
}
.news-slider-item .news-text {
  line-height: 24px;
  color: white;
  line-height: 20px;
  letter-spacing: 1.1px;
}

.news-detail .news-text div {
  margin-bottom: 1rem;;
}


.news-detail .news-slider-item .news-title {
  text-align: center!important;
  margin-bottom: 50px;
}

.cetiri-reda{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

/*share vijesti*/
.share {
  flex-direction: row;
  color: white;
  display: flex;
  gap: 15px;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 35px;
  }

  #copy_link_success {
      font-size: 13px;
      font-style: italic;
      color: whitesmoke;
      margin-bottom: 0px;
      margin-top: 10px;
  }
  

/* vijesti-naslovna 100% responsive */
@media screen and (max-width: 1065px) {
  .news-slider-item .news-title {
    font-size: 16px;
    line-height: 24px;
  }
  .news-slider-item .news-text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 984px) {
  .news-slider-item .news-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-slider-item .news-title {
    font-size: 20px;
    line-height: 24px;
  }
  .news-slider-item .news-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 550px) {
  .news-detail .news{
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*SHOW MORE BUTTON */

.show-more-div{
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.show-more{
  width: auto!important;
}

#captcha-div{
  background-image: url("../assets/background-images/captcha_background.webp"),url("../assets/background-images/captcha_background.png");
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-left: 10px;
  background-position: center;
  background-repeat: round;
}

#captcha-div #captcha-p{

  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  opacity: 59%;
  letter-spacing: 9px;
}

#refresh{
  font-size: 20px;
  margin-left: 10px;
}

/* form invalid info*/
.mail-info,
.invalid-info{
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: italic; 
}
.mail-info{
  color: green;
}

.invalid-info{
  color: red;
  display:none;
}

/* form valid info*/
.valid-info{
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: italic; 
}
.mail-info{
  color: green;
}

.valid-info{
  color: green;
  display:none;
}


#feedback .text {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  background-clip: text;
  color: transparent;
}
/* job slider*/


#jobs-slider .list-slide .list-img-div img {
  aspect-ratio: unset;
}

#career .button-5{
  width: 100%;
  
}

.link-box-container{
  display: inline-flex;
  width: fit-content;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.link-box-container .partneri-tekst-pozicija{
  width: 350px;
  letter-spacing: normal;
}

iframe{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -10px;
  margin-top: -2px; 
}

.za_widget {
  position: relative;
  width: fit-content; 
}

.za_widget img {
  position: absolute;
  top: -2;
  left: 0;
  z-index: 0; 
}

.za_widget .clutch-widget {
  position: relative;
  z-index: 1; 
}

.slidercaptcha {
  margin: 0 auto;
  width: 314px;
  height: 286px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  margin-top: 0px;
}

  .slidercaptcha .card-body {
      padding: 1rem;
  }

  .slidercaptcha canvas:first-child {
      border-radius: 4px;
      border: 1px solid #e6e8eb;
  }

  .slidercaptcha.card .card-header {
      background-image: none;
      background-color: rgba(0, 0, 0, 0.03);
  }


  #subscribe-label {
    font-style: italic;
    font-weight: lighter;
    font-size: 10px;
    display: inline-block; /* Adding to make the label the same height as the checkbox */
    margin-left: 0px;
}

#subscribe {
  transform: scale(0.6); /* Adjusting the size of the checkbox square */
  vertical-align: middle; /* Centering the checkbox relative to the text */

}

/*popup*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content , h2{
  margin: 0;
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  row-gap: 25px;
  background-color: whitesmoke;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .popup-content {
    width: fit-content;
    margin-left: -3px;
  }
  .popup-content h2 {
    font-size: 19px;
  }
}

.popup-content form {
  display: flex;
  flex-direction: column;
  /* align-items: baseline; */
  place-content: center;
  place-items: center;
  row-gap: 15px;
  max-width: 450px;
  text-align: left;
}

.popup-content form .input-button-messages {
  display: flex;
  flex-direction: column;
  /* align-items: baseline; */
  place-content: center;
  place-items: center;
  row-gap: 5px;
  width: 100%;
}


.pictures{
  margin-top: -10px;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.loved-by-section p {
  margin: 0px;
}

.pictures a {
  max-height: 140px;
  max-width: 150px;
  min-width: 80px;
  min-height: 80px;
}

.pictures a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.popup-content form .input-button-messages .loved-by-section{
  display: flex;
  flex-direction: column;
  text-align: left;
}

.popup-content form .input-button-messages .input-button , .newsletter-section-look form .input-button {
  display: flex;
  height: fit-content;
  width: 100%;
}




.popup-content form .input-button input , .newsletter-section-look form .input-button input{
  width: 100%;
  padding: 10px;
  /* margin-bottom: 10px; */
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.newsletter-section-look form .input-button input{
  width: 82%;
}

.newsletter-section-look{
  width: 100%;
}

.popup-section{
  width: 100%;
}


.popup-content form .messages, .newsletter-section-look .messages{
  width: 100%;
  text-align: start;
}

.popup-content form  input::placeholder, .newsletter-section-look form .input-button input::placeholder{
 color: #8896AB;
 font-size: normal;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

#subscribepopup{
  white-space: nowrap;
}

button {
  padding: 0px 20px;
  background-color: #4389AD;
  color: white;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #4389AD;
}

button:hover {
  background-color: #0056b3;
}

@media screen and (max-width:1020px) {
  .popup-content h2{
   width: 60%;
   line-clamp: 2;
  }
}

.newsletter-section-look {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  row-gap: 25px;
  background: linear-gradient(197deg, rgb(15 80 111) 30%, rgb(30 129 170) 86%);
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  width: fit-content;
}

.link-newsletter-part{
  display: flex;
  flex-direction: column;
  width: fit-content;
  row-gap: 90px;
  margin-bottom: -50px;
}

/*newsletter section*/

.newsletter-section-look .messages p{
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: italic; 
}
.newsletter-section-look .messages .valid-info{
  color: #01e901;
  display: none;
}

.newsletter-section-look .messages .invalid-info{
  color: red;
  display:none;
}

#subscribe_section {
  padding: 0px 20px;
  background-color: #4389AD;
  color: white;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  min-width: fit-content;
}

#subscribe_section:hover {
  background-color: #0056b3;
}


/* Kartica bez pozadine/bordera */
#tech .list-slide .list-img-div {
  background: none !important;
  border: none !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Veličina kruga */
:root { --tech-logo-size: 180px; }
@media (min-width: 768px)  { :root { --tech-logo-size: 200px; } }
@media (min-width: 1200px) { :root { --tech-logo-size: 220px; } }


#tech .tech-mail { display: inline-block; line-height: 0; }
#tech .tech-logo {
  width: var(--tech-logo-size);
  height: var(--tech-logo-size);
  
  object-fit: contain;       /* Nije crop – čuva logo; stavi "cover" ako želiš da ispuni krug */
  background: transparent;   /* bez podloge */
  display: block;
  margin: 16px auto 12px;
}

/* Natpis ispod slike */
#tech .tech-caption {
  margin-top: 6px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

/* Razmak između item-a u tiny-slideru */
#tech #tech-slider-container .tns-item {
  padding-right: 10px !important;  
}

/* Kontrole – ispod slidera, desno */
#tech #tech-controls button {
  display: inline-block;
    background-color: #051d32;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 4px;
   
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    border: none;
}

#tech #tech-controls button:hover {
   cursor: pointer;
    background-color: #333350;
}
	
.tech-logo {
  transition: transform 0.3s ease;
}
 .tech-logo:hover {
  transform: scale(1.1); 
} 
