@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

/* Colors */
:root {
  --text-dark: #1a1a1a;
  --text-bright: rgb(245, 245, 245);

  --background-light: rgb(245, 245, 245);
  --background-dark: #020202;

  /* Optional accent colors */
  --accent-primary: #00aaff;
  --accent-secondary: #00aaff;
}

/* Main */
body {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  background: var(--background-light);
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-dark);
}

.logo {
  width: 50%;
}

#home .carousel-inner {
  position: relative;
  width: 100vw;
  display: flex;
  /* flex-flow: row nowrap; */
  align-items: center;
}

.carousel-caption {
  position: absolute;
  top: 40%;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}

.carousel-caption--title {
  color: var(--text-bright);
}

@media (max-width: 600px) {
  .carousel-caption {
    height: 500px;
    padding: 30px;
  }
}

.navbar {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: rgb(240, 240, 240) !important;
}

.navbar .nav-item .nav-link {
  color: var(--text-dark);
  font-size: 1.2rem;
  font-weight: normal;
}

.navbar .nav-item .nav-link:hover {
  color: var(--accent-primary);
}

.navbar .dropdown {
  position: relative;
  top: 5px;

  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-item {
  height: 100vh;
  background: url("assets/img/bg.jpg") no-repeat center/cover;
  position: relative;
}

.carousel-item:nth-child(1) {
  background: url("../img/ban1.jpg") no-repeat center/cover;
}

.carousel-item:nth-child(2) {
  background: url("../img/ban2.jpg") no-repeat center/cover;
}

.carousel-item:nth-child(3) {
  background: url("../img/ban3.jpg") no-repeat center/cover;
}

.carousel .btn {
  background-color: var(--accent-primary);
  color: #fff;
  font-weight: 600;
  border: none;
  transition: all 250ms ease;
}

.carousel .btn:hover {
  background-color: var(--accent-secondary);
  transform: scale(1.03);
}

#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 */
.contact-form {
  padding-top: 60px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-form form {
  background-color: var(--background-dark);
  border-left: 5px solid var(--accent-primary);
}

.contact-form .btn {
  background-color: var(--accent-primary);
  color: var(--text-bright);
}

.contact-card-custom p a span {
  font-weight: 700;
}

.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 var(--accent-primary);
  color: var(--accent-primary);
}

.contact-content img {
  max-width: 210px;
}

#contact {
  background: #1a1e25;
  color: white;
  padding-top: 20px;
}

footer {
  display: block;
  padding: 50px;
  text-align: center;
  background: #1a1e25;
  color: #868c96;
  margin-bottom: 0px !important;
}

footer a {
  color: #fff;
  padding: 0px 10px;
}

#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: #ffffff !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: var(--accent-primary);
  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);
  }
}

section.section-placeholder {
  border-top: 1px solid black;
}

section.section-placeholder .container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;

  /* Anchor offset workaround */
  padding-top: 80px;
}

section.section-placeholder .container .section--title {
  position: relative;
  text-align: center;
  font-size: 3rem;
}

section.section-placeholder .container .container--content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

section.section-placeholder .container .container--content-wrapper div {
  flex: 1;
  padding: 50px;
}

@media (max-width: 575.98px) {
  section.section-placeholder .container .container--content-wrapper {
    padding-top: 0px;
    flex-flow: column;
  }

  section.section-placeholder .container div {
    padding: 0px;
  }

  .section--title {
    position: relative;
    margin-top: -80px;
  }
}

/* Sekcija O nama */
.section-about {
  background-color: #2f3e51; /* sivo-plava nijansa */
  font-family: "Inter", "Segoe UI", sans-serif;
  letter-spacing: 0.3px;
  color: var(--text-dark);
}

.section-title {
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--accent-primary);
  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;
  color: var(--text-dark);
}

.section-quote {
  font-style: italic;
  color: var(--text-dark);
  border-left: 4px solid var(--accent-primary);
  padding-left: 1rem;
  margin-top: 1.2rem;
}

.about-image {
  width: 100%;
  max-height: 420px;
  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: var(--accent-primary);
}

.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-custom a {
  color: var(--text-bright);
}

.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);
}

.section-subtitle {
  color: var(--accent-secondary);
}

.section-about-custom {
  background: linear-gradient(to right, #1f2a36, #000000);
  color: #e0e0e0;
  font-family: "Jost", sans-serif;
}

.section-about-custom h2 {
  color: var(--accent-primary);
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.about-img-wrap {
  border: 4px solid var(--accent-primary);
  border-radius: 1rem;
  overflow: hidden;
}

.about-content p {
  color: var(--text-dark) !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.list-checks {
  list-style: none;
  padding-left: 0;
}

.list-checks li {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--text-dark);
}

.list-checks i {
  color: var(--accent-primary);
}

.quote {
  color: var(--text-dark);
  border-left: 4px solid var(--accent-primary);
  padding-left: 1rem;
}

.section-services {
  background: linear-gradient(to right, #1c1c1c, #000);
  font-family: "Jost", sans-serif;
  padding: 20px !important;
}

.section-services h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--accent-primary);
  letter-spacing: 1px;
}

.service-box {
  background-color: #121212;
  border-left: 4px solid var(--accent-primary);
  padding: 2rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.service-box:hover {
  background-color: #1d1d1d;
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.2);
}

.service-box h4 {
  color: var(--accent-primary);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.service-box p {
  color: #e0e0e0;
  font-size: 1rem;
  line-height: 1.6;
}

#kljucne-reci {
  background: linear-gradient(to right, #0f0f0f, #1a1a1a);
  font-family: "Jost", sans-serif;
  padding: 60px 0;
}

#kljucne-reci h2 {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--accent-primary);
  margin-bottom: 2rem;
}

.keywords-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.keywords-wrapper .badge {
  background-color: var(--accent-primary);
  color: var(--text-bright);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(255, 193, 7, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.keywords-wrapper .badge:hover {
  background-color: var(--accent-primary);
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.contact-card-custom {
  background: var(--background-dark);
  color: #ffffff;
  border-left: 5px solid var(--accent-primary);
  transition: all 0.3s ease;
}

.contact-card-custom:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(255, 193, 7, 0.2);
}

.contact-card-custom h5 {
  font-size: 1.15rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contact-card-custom a {
  transition: color 0.3s ease;
}

.contact-card-custom a:hover {
  color: var(--accent-primary);
}

.divider {
  border: none;
  height: 1px;
  background-color: var(--accent-primary);
  margin: 0.5rem 0 1rem 0;
}

.map-frame iframe {
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
