@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
    background: #f5f5f5;
}

html, body {
  overflow-x: hidden;
}


a{
    text-decoration: none;
    color: black;
}

.carousel-caption {
   
    padding: 20px;
    border-radius: 12px; /* Zaobljene ivice */
    backdrop-filter: blur(10px); /* Efekat zamagljenog stakla */
    display: inline-block;
    margin-bottom: 80px !important;
    top:250px;
    height: 200px;
    text-align: left;
}
@media (max-width: 600px) {
    .carousel-caption {
        height: 300px;
        top: 150px; /* Prilagoditi položaj ako je potrebno */
        padding: 30px;
    }
}
#traka {
  height: 50px;
  background: linear-gradient(135deg, #000000, #00a896);
  display: flex;
  justify-content: space-around;
  align-items: center;
 
}



.navbar {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(0, 0, 0) !important;
    background: linear-gradient(135deg, #000000, #00022e) !important;
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}
.carousel-item {
    height: 80vh;
    background: url('assets/img/bg.jpg') no-repeat center/cover;
    position: relative;
}


.carousel-item:nth-child(1) {
    background: url('../img/5.jpg') no-repeat center/cover;
}
.carousel-item:nth-child(2) {
    background: url('../img/8.jpg') no-repeat center/cover;
}
.carousel-item:nth-child(3) {
    background: url('../img/7.jpg') no-repeat center/cover;
}


#hashtagovi h2 {
  color: #00b4b6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hashtag-blok {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;

  margin: 0 auto;
}

.vrelo-blok {
  background: linear-gradient(135deg, #3aa69d, #1d7373);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}



.hashtag-blok p {
  background-color: rgba(0, 180, 182, 0.08);
  border: 1px solid #00b4b6;
  border-radius: 50px;
  padding: 10px 20px;
  color: #004f51;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.hashtag-blok p span {
  font-weight: bold;
  color: #00b4b6;
  margin-right: 6px;
}

.hashtag-blok p:hover {
  background-color: #00b4b6;
  color: #fff;
  transform: scale(1.05);
  cursor: pointer;
}

.hashtag-blok p:hover span {
  color: #fff;
}




/* Mapa */
.mapa-container {
    overflow: hidden;
    border-radius: 12px;
}

/* Kontakt informacije */
.stilizovano-kontakt {
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  border-left: 6px solid #00b4b6;
}

.kontakt-naslov {
  font-weight: 600;
  font-size: 1.1rem;
  color: #004e64;
  display: flex;
  align-items: center;
}

.kontakt-item hr {
  border: none;
  height: 1px;
  background: #00b4b6;
  opacity: 0.15;
  margin-top: 6px;
  margin-bottom: 15px;
}

.kontakt-item p,
.kontakt-item a {
  font-size: 1rem;
  color: #333;
}

.kontakt-item a:hover {
  color: #00b4b6;
}

.btn-tirkiz {
  background-color: #00b4b6;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-tirkiz:hover {
  background-color: #008f91;
  transform: scale(1.03);
  color: #fff;
}
  

/* Kontakt forma */
.kontakt-forma {
    padding-top: 60px;
    max-width: 100%;
    margin: 0 auto;

}

.contact-area {
    border-bottom: 1px solid #353c46;
  }
  
  .contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
  }
  
  .contact-content p::after {
    background: #353c46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
  }
  
  .contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .contact-content span {
    color: #353c47;
    margin: 0 10px;
  }
  
  .contact-social {
    margin-top: 30px;
  }
  
  .contact-social > ul {
    display: inline-flex;
    list-style-type: none;
  }
  
  .contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
  }
  
  .contact-social ul li a:hover {
    border: 1px solid #fab702;
    color: #fab702;
  }
  
  .contact-content img {
    max-width: 210px;
  }
  
#contact{
    background: #1a1e25;
    color: white;
    padding-top: 20px;
}

#contact img {
    width: 150px;
}
  footer {
    background: #1a1e25;
    color: #868c96;
    margin-bottom: 0px !important;
  }
  
  footer p {
    padding: 40px 0;
    margin: 0px !important;
    text-align: center;
  }
  
  footer img {
    width: 44px;
  }
  
#galerija img {
    margin-top: 20px;
}
#cenovnik img {
    margin-top: 20px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 70%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: 0.85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: 0.8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.8%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

.krupajsko-section {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(0,0,0,0.5)), url('../img/bg2.jpg') center/cover no-repeat;
  padding: 80px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.3px;
  line-height: 1.7;
}

.krupajsko-section h2 {
  color: #A3E635; /* svetlozelena */
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.krupajsko-section .lead {
  font-size: 1.25rem;
  color: #f1f1f1;
}

.krupajsko-section p {
  color: #ddd;
  margin-bottom: 1rem;
}

.krupajsko-section .fst-italic {
  color: #89CFF0;
  border-left: 3px solid #A3E635;
  padding-left: 15px;
  font-style: italic;
  font-weight: 500;
}
.krupSlika{
  display: flex;
  align-items: center;
  padding: 20px;
}
.krupSlika img {
  margin: 0px auto !important;
  border: none !important;
  border-radius: 150px 0px 150px 0px !important ;
  width: 80%;
}
.krupTekst{
  padding: 20px;
}


#boxes {
  height: auto;
  padding: 30px;
}

.duo {
  display: flex;
  justify-content: space-around;
  align-items: end;
  flex-direction: column;
}
.duoi{
  align-items: start !important;
}

.big{
  height: 600px;

  border-radius: 200px 0px 00px 0px;
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to right, rgba(0, 123, 102, 0.7), rgba(0, 0, 0, 0.708)), url('../img/dd.jpg') center/cover no-repeat;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.big p {
  font-weight: 400;
}
.cmal p {
  font-weight: 400;
}

.cmal{
  height: 280px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  margin: 20px;
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to left, rgba(0, 184, 154, 0.7), rgba(0,0,0,0.5)), url('../img/77.jpg') center/cover no-repeat;
  color: white;
}
.cmalradius{
  
  border-radius: 00px 0px 150px 0px;
  width: 70%;
  background: linear-gradient(to left, rgba(0, 184, 154, 0.7), rgba(0,0,0,0.5)), url('../img/88.jpg') center/cover no-repeat;
}

.blokTekst {
  text-align: center;
}

@media (max-width: 575.98px) {
.duo  {
  align-items: center;
}
.duoi {
  align-items: center !important;
 
}
.krupTekst {
  padding: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: 600px;
}
.lead {
  color: #1a1e25 !important;
}
.krupTekst p {
  color: #1a1e25;
  font-weight: 600px;
}
.fst-italic{
  border-left: 3px solid rgb(60, 128, 142) !important;
  color: white !important;
}
.big{
  width: 85%;
}
.cmal{
  width: 85%;
}
}

.cta-section {
  background: linear-gradient(135deg, #004e64, #00a896);
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  margin: 60px auto;
  max-width: 70%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.cta-section h2,
.cta-section p {
  color: #f0f0f0;
}

.cta-section .btn {
  transition: all 0.3s ease;
  border-radius: 50px;
}

.cta-section .btn:hover {
  background-color: #ffc107;
  color: #000;
  transform: scale(1.05);
}


  
  .call-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #073764;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.5rem;
    z-index: 9999;
    box-shadow: 0 0 0 rgba(39, 106, 174, 0.4);
    animation: pulse 2s infinite;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .call-button:hover {
    background-color: #219150;
    transform: scale(1.1);
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(39, 75, 174, 0.6);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(39, 174, 96, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(39, 174, 96, 0);
    }
  }
  

  /* Sekcija O nama */
.section-about {
  background-color: #2f3e51; /* sivo-plava nijansa */
  font-family: 'Inter', 'Segoe UI', sans-serif;
  letter-spacing: 0.3px;
  color: #f8f9fa;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #ffc107;
  margin-bottom: 1rem;
}

.section-lead {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.about-text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.9rem;
}

.section-quote {
  font-style: italic;
  color: #e0e0e0;
  border-left: 4px solid #ffc107;
  padding-left: 1rem;
  margin-top: 1.2rem;
}

.about-image img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 0.4rem;
}

/* Sekcija Usluge */
.section-services {
  background-color: #0e5bc7;
  font-family: 'Inter', sans-serif;
  padding: 0px !important;
}

.bg-dark-blue {
  background-color: #263544;
}

.bg-deep-gray {
  background-color: #3a3f47;
}

.bg-grayish {
  background-color: #4a4f56;
}

.service-block,
.service-box {
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-text {
  font-size: 1rem;
  line-height: 1.6;
}

.service-text h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.service-text p {
  font-size: 0.95rem;
  color: #e0e0e0;
}

/* CTA Sekcija */
.cta-section-modern {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffc107;
}

.cta-paragraph {
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto 1rem auto;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
}

.hover-strong:hover,
.hover-em:hover {
  color: #ffe58a;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

/* Sekcija Ključne reči */
#keywords-section {
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
}

.keywords-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.keyword-tag {
  display: inline-block;
  background: #e3ecf4;
  color: #2c3e50;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.keyword-tag:hover {
  background: #2c3e50;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: scale(1.05);
}

/* Kontakt Sekcija */
.section-contact {
  background-color: #2e3a49;
  font-family: 'Inter', sans-serif;
}

.contact-card {
  background-color: #f8f9fa;
  color: #212529;
  border-left: 5px solid #000000;
  transition: transform 0.3s ease;
}

.contact-card:hover {
  transform: scale(1.02);
}

.map-frame iframe {
  border-radius: 0.5rem;
}

.bg-dark-gray {
  background-color: #1f2a36;
}

form input,
form textarea {
  border-radius: 0.4rem;
  border: 1px solid #ced4da;
  background-color: #fff;
}

form input:focus,
form textarea:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
