@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: black;
}

.carousel-caption {
  display: inline-block;
  top: 42%;
  height: 200px;
  padding: 20px;
  margin-bottom: 80px !important;

  border-radius: 12px;
  text-align: center;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .carousel-caption {
    height: 300px;
    top: 150px;
    /* Prilagoditi položaj ako je potrebno */
    padding: 30px;
  }
}

.navbar {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.carousel-item {
  height: 100vh;
  position: relative;
}

.carousel-item:nth-child(1) {
  background: url("../img/a1.jpg") no-repeat center/cover;
}

.carousel-item:nth-child(2) {
  background: url("../img/a2.jpg") no-repeat center/cover;
}

.carousel-item:nth-child(3) {
  background: url("../img/a3.jpg") no-repeat center/cover;
}

@media (max-width: 767.98px) {
  .carousel-item:nth-child(1) {
    background: url("../img/bann2.png") no-repeat center/cover;
  }

  .carousel-item {
    height: 600px;
  }
}

#onama {
  height: auto;
}

.about-section {
  border-radius: 40px;
  padding: 60px 30px;
}

.section-title {
  font-weight: 700;
  color: #5da9e9;
  /* nežna plava */
  font-size: 2.2rem;
}

.about-section p {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.8;
  color: #555;
}

.text-accent {
  color: #5da9e9;
  /* ista nežna plava */
}

.quote {
  font-size: 1.2rem;
  font-weight: 600;
  color: #777;
}

.services-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f1f3f8 100%);
  border-radius: 40px;
}

.section-title {
  font-weight: 700;
  color: #5da9e9;
  font-size: 2.4rem;
}

.service-box {
  background: linear-gradient(135deg, #e9f4fd, #d8ebfa);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.service-box:hover {
  background: linear-gradient(135deg, #5da9e9, #90c6f7);
  color: white;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-box h4 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #0d6efd;
}

.service-box:hover h4,
.service-box:hover p {
  color: #fff;
}

.service-box .icon {
  font-size: 2.8rem;
  color: #5da9e9;
  transition: color 0.3s;
}

.service-box:hover .icon {
  color: #ffffff;
}

#keywords-section {
  margin-top: 100px;

  height: auto;
}

.keyword-tag {
  background: linear-gradient(135deg, #5da9e9, #86c8f2);
  color: white;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(93, 169, 233, 0.3);
}

.keyword-tag:hover {
  background: linear-gradient(135deg, #469ee0, #6cb7ec);
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(93, 169, 233, 0.4);
}

.contact-area {
  background-color: #1f1f1f;
  color: #ccc;
  padding: 60px 20px;
  text-align: center;
}

.contact-area a img {
  max-width: 140px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.contact-area .hr {
  width: 60px;
  height: 3px;
  background-color: #5da9e9;
  margin: 20px auto;
  border-radius: 2px;
}

footer {
  background-color: #151515;
  color: #999;
  font-size: 0.95rem;
  text-align: center;
  padding: 20px 10px;
}

footer a {
  color: #5da9e9;
  text-decoration: none;
}

footer a:hover {
  color: #86c8f2;
  text-decoration: underline;
}

footer img {
  height: 20px;
  vertical-align: middle;
  margin: 0 5px;
  filter: brightness(0) invert(1);
}

.faq-section {
  background: linear-gradient(to bottom, #ffffff, #f2f4f6);
  border-radius: 40px;
  padding: 60px 30px;
}

.faq-section .accordion-button {
  font-weight: 600;
  background-color: #e9f2fb;
  color: #0d6efd;
  transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #d0e4fa;
  color: #0b5ed7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.faq-section .accordion-body {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

.faq-section .accordion-item {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.contact-section {
  background: linear-gradient(to bottom, #f7f9fb, #edf1f5);
  border-radius: 40px 40px 0 0;
}

.contact-info-box {
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.contact-info-box a {
  color: #5da9e9;
  text-decoration: none;
  font-weight: 500;
}

.contact-info-box a:hover {
  text-decoration: underline;
}

.contact-form {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.btn-accent {
  background-color: #5da9e9;
  color: white;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-accent:hover {
  background-color: #469ee0;
}
