@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700&display=swap");
.osiguranje-grid .column, .about .container, .footer-top .container, .footer-bottom .grid .box, .contact-team .box, .property-info .flex, .card-top-container, .text-img .flex .box .text, .section-ponuda-showcase .flex, .section-ponuda-showcase .container, .search-bar, .split-page .content-bottom, .split-page .left-section .content,
.split-page .right-section .content, .split-page .left-section,
.split-page .right-section, .showcase .right-section,
.showcase-osiguranje .right-section,
.showcase-contact-osiguranje .right-section,
.showcase-onama .right-section, .showcase .container,
.showcase-osiguranje .container,
.showcase-contact-osiguranje .container,
.showcase-onama .container, .overlay .overlay-content .nav_list,
.overlay .overlay-content .nav_list-2, .overlay .overlay-content, .projekti-card .card-text .card-text-title,
.card .card-text .card-text-title, .projekti-card .card-text,
.card .card-text, .title, .title-2 {
  display: flex;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

a:focus,
.btn:focus {
  outline: none;
  outline-offset: 4px;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.slide-in {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
}

.appear {
  opacity: 1;
}

.slide-in.appear {
  transform: translateY(0);
  opacity: 1;
}

.blue {
  background: #004f96 !important;
}

.dblue {
  background: #00295e !important;
}

.bg-green {
  background: #005245 !important;
  color:#fff;
}
.bg-green .btn-primary {
  background: #005245 !important;
}

.bg-blue .btn-primary {
  background: #004f96 !important;
}

.link-green:hover {
  color: #005245 !important;
}

svg {
  flex-shrink: 0;
}

/* .pt-40 {
  padding-top: 40px;
} */
.lead-text {
  color: #004f96;
}

.section-search-bar .search-form .filter-items .select-row {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}

.select-row {
  display: flex;
  justify-content: space-between;
}

.search-flex {
  flex: 1;
}

.box-projekti {
  justify-content: flex-end;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

small {
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.card .flex small h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
}

h3,
.type {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2rem;
}

h4,
.select-selected {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.select-selected {
  color: #004f96 !important;
}

h5 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

h6 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
}

.h7 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.h8 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: rgba(27, 27, 27, 0.5);
}

.footer-bottom p {
  color: #ffffff;
}

a {
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
}

body {
  /*   font-family: "$font-stack"!important; */
  font-family: "Schibsted Grotesk";
  overflow-x: hidden;
}

.line {
  width: 24px;
  height: 1px;
  background: rgba(27, 27, 27, 0.1019607843);
}

.long-line {
  width: 100%;
  height: 1px;
  background: rgba(27, 27, 27, 0.1019607843);
}

.long-line-2 {
  height: 1px;
  background-color: rgba(27, 27, 27, 0.1019607843);
  margin-top: 2rem;
  margin-bottom: -2rem;
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);

}

.container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}

.icon-img {
  width: 18px !important;
  height: 18px !important;
}

section {
  padding: 5rem 1.5rem;
}

.flex {
  display: flex;
  flex-direction: row;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.title {
  padding-bottom: 5rem;
}

.title, .title-2 {
  width: auto;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.flex-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sl-wrapper {
  position: relative;
  z-index: 9999;
}

.sl-image {
  z-index: 10000;
}

.sl-close {
  z-index: 10001;
}

.sl-wrapper .sl-image {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.sl-wrapper .sl-image img {
  height: 500px !important;
  max-width: 800px !important;
  width: 100% !important;
  object-fit: cover;
  margin: 0 auto;
}

body.prevent-clicks {
  overflow: hidden;
  touch-action: none;
}

body.prevent-clicks *:not(.sl-wrapper):not(.sl-wrapper *) {
  pointer-events: none !important;
}

/* Allow pointer events on the overlay */
.sl-overlay {
  pointer-events: auto !important;
  cursor: pointer;
}

.sl-wrapper {
  z-index: 10000 !important;
  pointer-events: auto !important;
}

.sl-wrapper .sl-close {
  top: 80px !important;
  pointer-events: auto !important;
}

.sl-counter {
  top: 80px !important;
}

.spinner {
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  height: 2em;
  display: none;
}

.spinner.show {
  display: block;
}

.spinner::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

.spinner::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
  box-shadow: 1.5em 0 0 0 rgba(255, 255, 255, 0.75), 1.1em 1.1em 0 0 rgba(255, 255, 255, 0.75), 0 1.5em 0 0 rgba(255, 255, 255, 0.75), -1.1em 1.1em 0 0 rgba(255, 255, 255, 0.75), -1.5em 0 0 0 rgba(255, 255, 255, 0.75), -1.1em -1.1em 0 0 rgba(255, 255, 255, 0.75), 0 -1.5em 0 0 rgba(255, 255, 255, 0.75), 1.1em -1.1em 0 0 rgba(255, 255, 255, 0.75);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.card-link-wrapper {
  text-decoration: none;
  color: inherit;
  display: block;
}

.projekti-card,
.card {
  border: 1px solid rgba(27, 27, 27, 0.1019607843);
}
.projekti-card .card-img-top,
.card .card-img-top {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.projekti-card .card-text,
.card .card-text {
  gap: 1rem;
  padding: 1.5rem 2rem 2rem 2rem;
  flex-direction: column;
}
.projekti-card .card-text .card-text-title,
.card .card-text .card-text-title {
  flex-direction: column;
  gap: 0.125rem;
}
.projekti-card .card-text small,
.card .card-text small {
  color: #004f96;
  font-size: 1rem;
}
.projekti-card .card-text .column .flex small,
.card .card-text .column .flex small {
  color: #1B1B1B !important;
}
.projekti-card .card-list li,
.card .card-list li {
  display: flex;
  justify-content: space-between;
}
.projekti-card .card-list li p,
.card .card-list li p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
}
.projekti-card .flex,
.card .flex {
  gap: 2rem;
}
.projekti-card .flex small,
.card .flex small {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.projekti-card .flex small h5,
.card .flex small h5 {
  color: rgba(27, 27, 27, 0.5);
}

.projekti-card .column {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.projekti-card .column .card-list li {
  padding-bottom: 0.125rem;
}

.search-flex .btn {
  width: 234px!important;
  padding: 0.75rem 1.5rem;
  gap: 1.5rem;
}

input.btn-primary:hover {
  background: #00295e !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.btn,
.btn-blue,
.btn-green,
.search-flex .btn {
  box-sizing: border-box;
  background: #004f96;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 240px;
  padding: 1.5rem 0.75rem;
  height: 44px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 0.875rem;
  font-family: "Schibsted Grotesk";
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  width: 100%;
}
.btn:hover,
.btn-blue:hover,
.btn-green:hover,
.search-flex .btn:hover {
  background: #00295e;
  color: #ffffff;
}

.js-grid .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-12%, -70%);
  background: #faf7f4 !important;
  color: #1B1B1B;
  padding: 1.5rem 0.75rem;
  text-decoration: none;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.js-grid .btn:hover {
  background: #00295e;
  color: #ffffff;
  background: #00295e !important;
}
.js-grid .btn svg {
  color: #00295e;
  transition: all 0.3s ease-in-out;
}
.js-grid .btn:hover svg {
  color: #ffffff;
}

.btn-green {
  background: #005245;
  color: #ffffff;
}
.btn-green:hover {
  background-color: #12705e;
}

.btn-empty {
  display: inline-flex;
}

.flex-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.btn-empty, button.btn-empty {
  display: inline-flex;
  background-color: transparent;
  color: rgba(27, 27, 27, 0.5);
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.375rem;
  font-style: normal;
  border: none;
  cursor: pointer;
  font-family: "Schibsted Grotesk";
}

.osiguranje-page .select-items div:hover {
  color: #005245;
  background: rgba(0, 82, 69, 0.1);
}

.osiguranje-page .navigation .navbar .nav_item .active {
  background-color: #005245;
}

/* PAGINATION */
.section-ponuda .container {
  overflow: visible !important;
}

.pagination {
  margin-top: 72px;
  padding-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-ponuda .btn-primary, .search-results .btn-primary {
  background: #f4f4f4;
  color: #1B1B1B;
}
.section-ponuda .btn-primary:hover, .search-results .btn-primary:hover {
  background: #004f96 !important;
  color: #ffffff;
}

.pagination-custom-select {
  position: relative;
  display: inline-block;
  width: 140px;
  white-space: nowrap;
}

.selected-page {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(27, 27, 27, 0.15);
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}

.custom-select-arrow {
  position: absolute;
  right: 10px;
  top: 52%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.pagination-custom-select.open .custom-select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  padding: 0;
  border: 1px solid rgba(27, 27, 27, 0.15);
  background: #ffffff;
  list-style: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-dropdown-menu li {
  padding: 0.625rem 1rem;
  cursor: pointer;
}

.custom-dropdown-menu li:hover {
  background: rgba(0, 79, 150, 0.1);
}

.page-info {
  margin-left: 12px;
}

/* PAGINATION */
/*---------- DROPDOWN ----------- */
.custom-select .arrow svg {
  transition: transform 0.3s ease;
  position: relative;
  display: flex;
}

.custom-select.open .arrow svg {
  transform: rotate(180deg);
}

.select-selected,
.custom-select .arrow {
  cursor: pointer;
}

.arrow {
  transition: transform 0.3s ease;
  padding-right: 8px;
}

.select-arrow-active .arrow {
  transform: rotate(180deg);
}

.select-items.select-hide {
  display: none;
}

.custom-select {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 1rem;
  border: 1px solid rgba(27, 27, 27, 0.1019607843);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 54px;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  outline: none;
  gap: 0.75rem;
}

.custom-select small {
  order: 1;
  font-family: "Schibsted Grotesk";
  font-size: 0.813rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
}

.select-selected {
  order: 2;
  flex-grow: 1;
  font-family: "Schibsted Grotesk";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.25px;
}

.arrow {
  height: 100%;
  order: 3;
  display: flex;
  align-items: center;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0px;
  height: 100%;
  width: 100%;
}

.select-items div {
  font-size: 0.938rem;
  padding: 12px;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid rgba(27, 27, 27, 0.1019607843);
  max-height: none;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
}

.select-hide {
  display: none;
}

.select-items div:hover {
  background: rgba(27, 27, 27, 0.1019607843);
  color: #004f96;
}

.mobile-container .custom-select {
  background: #004f96;
  color: #ffffff;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  width: 100%;
  max-width: 136px;
  height: 38px;
  flex-shrink: 0;
  margin: auto;
}
.mobile-container .custom-select small {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
}

.mobile-container .custom-select .arrow {
  order: 2;
}

.mobile-container .custom-select .select-items {
  background: #ffffff;
  color: #1B1B1B;
}

/*---------- DROPDOWN----------- */
/* broj 1645 */
/*---------- NAVIGATION----------- */

#navbar-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}

#hamburger {
  position: relative;
}

.navigation {
  z-index: 9999;
  justify-content: center;
  border-bottom: 1px solid rgba(27, 27, 27, 0.1019607843);
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 0 1.5rem;
  top: 0;
  width: 100%;
  position: fixed;
}
.navigation .navbar {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  margin: 0 auto;
  position: relative;
  transition: top 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.navigation .navbar a {
  display: block;
  color: #1B1B1B;
}
.navigation .navbar .logo {
  width: 131px;
  height: 30px;
}
.navigation .navbar .nav_list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.navigation .navbar .nav_item .active {
  color: #ffffff;
  background-color: #004f96;
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0.37rem 1rem;
}

#navbar {
  top: 0;
  width: 100%;
  background-color: #ffffff;
  transition: top 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

#myNav {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#toggleMobileNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-toggle {
  display: none;
  cursor: pointer;
}
.mobile-menu-toggle .icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle {
  width: 40px;
  height: 48px;
  cursor: pointer;
}
.menu-toggle .icon {
  position: absolute;
}
.menu-toggle .icon-menu {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.menu-toggle .icon-close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}
.menu-toggle.open .icon-menu {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}
.menu-toggle.open .icon-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: hidden;
  background: #ffffff;
}
.overlay .overlay-content .closebtn {
  padding: 0;
  right: 1.563rem;
  position: relative;
  /* z-index: 100; */
}
.overlay .overlay-content {
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  margin-top: 2rem;
}
.overlay .overlay-content .nav_list {
  margin-top: 7.5rem;
}
.overlay .overlay-content .nav_list-2 {
  margin-top: 5.313rem;
}
.overlay .overlay-content .nav_list-2 h4 {
  color: rgba(27, 27, 27, 0.5);
  padding-bottom: 2rem;
}
.overlay .overlay-content .nav_list,
.overlay .overlay-content .nav_list-2 {
  align-items: center;
  flex-direction: column;
}
.overlay .overlay-content .nav_list li a,
.overlay .overlay-content .nav_list-2 li a {
  margin-bottom: 48px;
  font-size: 1.5rem;
  color: #1B1B1B;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  outline: none;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;
}
.overlay .overlay-content .nav_list li a:hover,
.overlay .overlay-content .nav_list-2 li a:hover {
  color: #004f96;
}
.overlay .overlay-content a {
  display: flex;
  padding: 0 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
}
.overlay .overlay-content ul li {
  left: 0 !important;
  display: flex;
}
.overlay .overlay-content .mobile-nav .column {
  height: 100%;
}

.hidden {
  display: none;
}

.navbar .nav_link,
.footer-nav .nav_link {
  color: #1B1B1B;
  transition: all 0.3s ease-in-out;
  display: block;
  cursor: pointer;
}
.navbar .nav_link:hover,
.footer-nav .nav_link:hover {
  color: #004f96;
}

.osiguranje-nav .nav_link:hover {
  color: #005245;
}

/*---------- NAVIGATION----------- */
/*---------- HEADER----------- */
.showcase-onama {
  height: 100%;
  width: 100%;
}
.showcase-onama .container {
  align-items: start;
  gap: 4rem;
}
.showcase-onama .container .left-section .content h3 {
  color: #005245;
  margin-bottom: 8px;
}
.showcase-onama .container .right-section .column h5 {
  padding-bottom: 0.5rem;
}
.showcase-onama .container .right-section .column p {
  color: rgba(27, 27, 27, 0.5);
  max-width: 22.5rem;
}


.showcase .container {
  overflow: visible;
  display:flex;
}




/* stavio za full width bilo je u mobile */
.showcase {
  padding: 0 1.5rem;
} /* stavio za full width bilo je u mobile */
.showcase .container,
.showcase-osiguranje .container,
.showcase-contact-osiguranje .container,
.showcase-onama .container {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 140px;
}
.showcase .left-section,
.showcase .right-section,
.showcase-osiguranje .left-section,
.showcase-osiguranje .right-section,
.showcase-contact-osiguranje .left-section,
.showcase-contact-osiguranje .right-section,
.showcase-onama .left-section,
.showcase-onama .right-section {
  flex: 1;
}
.showcase .right-section,
.showcase-osiguranje .right-section,
.showcase-contact-osiguranje .right-section,
.showcase-onama .right-section {
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}

.showcase .right-section p,
.showcase-osiguranje .right-section p,
.showcase-contact-osiguranje .right-section p,
.showcase-onama .right-section p {
  color: #ffffff;
}
.showcase .right-section .content .column .flex-total {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  gap: 1rem;
}

.showcase .right-section .content .column .flex-total .btn-empty,
.showcase .right-section .content .column .flex-total button.btn-empty {
  align-self: flex-end;
}
.showcase-homepage .content  {
  background:white!important;
  color:#1B1B1B!important;
  .flex-total{
    padding-bottom:0;
}

}
.showcase-homepage .content p{
  color:#1B1B1B!important;
      text-align:end;
      font-weight: 600;
}
}


.showcase .right-section .content,
.showcase-osiguranje .right-section .content,
.showcase-contact-osiguranje .right-section .content,
.showcase-onama .right-section .content {
  background: #004f96;
  display: flex;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  width: auto;
  align-items: center;
}
.showcase .right-section .content .text,
.showcase-osiguranje .right-section .content .text,
.showcase-contact-osiguranje .right-section .content .text,
.showcase-onama .right-section .content .text {
  max-width: 22.5rem;
}
.showcase .right-section .content .img-box,
.showcase-osiguranje .right-section .content .img-box,
.showcase-contact-osiguranje .right-section .content .img-box,
.showcase-onama .right-section .content .img-box {
  display: flex;
  align-items: flex-start;
}
.showcase .right-section .content .img-box img,
.showcase-osiguranje .right-section .content .img-box img,
.showcase-contact-osiguranje .right-section .content .img-box img,
.showcase-onama .right-section .content .img-box img {
  width: 2rem;
  height: 2rem;
  margin-right: -10px;
}
.showcase .long-line {
 margin-top: 2rem!important;
}

.showcase-contact {
  background: #004f96;
}

.showcase .right-section .content .text {
  max-width: 378px;
}
.showcase .right-section .content .text p {
  max-width: 378px;
}

.showcase-onama-osiguranje .right-section .content .text {
  max-width: 378px;
}
.showcase-onama-osiguranje .right-section .content .text p {
  max-width: 100%;
}

.showcase-onama .container {
  justify-content: center;
  display: flex;
}

.showcase-onama-osiguranje .showcase .container .right-section {
  align-items: flex-end;
}
.showcase-onama-osiguranje .showcase .container .right-section .content {
  background: #005245;
  color: #ffffff;
  padding: 2rem;
  max-width: 22.5rem;
  height: 100%;
  width: 100%;
}
.showcase-onama-osiguranje .showcase .container .right-section .content .text h4 {
  padding-bottom: 1rem;
}

body.fade-out {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}



/*---------- HEADER----------- */
/* LANDING */
.split-page .left-section::before,
.split-page .right-section::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.split-page {
  height: 100vh;
  background: #004f96;
}
.split-page .container {
  height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.split-page .container .btn-empty {
  color: #ffffff;
}
.split-page .left-section,
.split-page .right-section {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.split-page .left-section .content,
.split-page .right-section .content {
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.split-page .left-section .text,
.split-page .right-section .text {
  text-align: start;
}
.split-page .left-section .text small,
.split-page .right-section .text small {
  white-space: nowrap;
}
.split-page .left-section::before {
  background: rgba(0, 39, 77, 0.9);
}
.split-page .right-section::before {
  background: rgba(0, 82, 69, 0.9);
}
.split-page .split {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.split-page .split.left-section {
  left: 0;
}
.split-page .split.right-section {
  right: 0;
}
.split-page .content-top {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  text-align: center;
}
.split-page .content-top .text {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  text-align: start;
  white-space: nowrap;
}
.split-page .content-bottom {
  flex-direction: column;
  margin-top: auto;
  align-items: start;
  padding: 100px 7.5rem;
}
.split-page .content-bottom .text h1 {
  padding-bottom: 1rem;
}
.split-page .content-bottom .text .flex {
  gap: 0.5rem;
}
.split-page .logo-img {
  pointer-events: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0 2.188rem;
}
.split-page .logo-img img {
  height: 206px;
  width: auto;
  display: block;
}
.split-page .left-section:hover::before {
  background: rgb(0, 39, 77);
}
.split-page .right-section:hover::before {
  background: rgb(0, 82, 69);
}

/* LANDING */
/*---------- PONUDA----------- */
.flex-total {
  justify-content: space-between;
  display: flex;
}
.flex-total p {
  color: rgba(27, 27, 27, 0.5);
  font-weight: 400;
  line-height: 22px;
}

.section-filter-bar > .container > p:first-of-type {
  padding-bottom: 1rem;
  font-weight: 600;
  line-height: 18px;
}

.search-filter {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.search-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.filter-form .flex-total p {
  color: #1B1B1B;
  font-weight: 600;
  line-height: 18px;
}


.filter-group {
  display: flex;
  white-space: nowrap;
  gap: 1rem;
  height: 100%;
  align-items: center;
  max-width: 894px;
  padding-bottom: 3rem;
}
.filter-group .custom-select .select-selected {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

section.section-search-bar {

}

.section-search-bar .container {
  overflow: visible;
}

.search-bar {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: visible !important;
  flex-direction: column;
  flex-wrap: wrap;
}

.filter-items {
  max-width: 100%;
  width: 100%;
}

.select-row {
  display: flex;
  white-space: nowrap;
  gap: 3.25rem;
  height: 100%;
  align-items: start;
  padding-bottom: 2rem;
}
.select-row .box {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.select-row .box:first-child {
  min-width: 660px;
}

.search-form {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
}

.select-items {
  left: 0;
  right: 0;
  max-height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
}

.additional {
  justify-content: start;
  gap: 1.875rem;
  display: none;
}

.search-results {
  padding: 5rem 1.5rem;
}
.search-results .container {
  overflow: visible !important;
}
.search-results .container .flex {
  display: flex;
  justify-content: space-between;
}

/* SEARCH BUTTON */
.search-flex {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
.search-flex input {
  max-width: 300px;
  padding: 0.938rem;
  border: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  outline: none;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
}
.search-flex input:focus {
  outline: none;
  box-shadow: none;
}

.flex-location-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.flex-location-icon img {
  width: 20px;
  height: 20px;
}

.flex {
  gap: 0.5rem;
}

.search-flex .btn h5,
.flex-end .btn h5 {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.search-flex .btn .flex,
.flex-end .btn .flex {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.additional input {
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
  border: 1px solid #ccc;
}

/* SEARCH BUTTON */
/* SEARCH Alert */
.alert {
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.25rem;
  color: #1B1B1B;
  background: red;
}

/* SEARCH Alert */
.section-ponuda-showcase .container {
  gap: 3rem;
  flex-direction: column;
}
.section-ponuda-showcase .flex {
  flex-direction: row;
}

.section-ponuda .container h1,
.search-results .container h1 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
  letter-spacing: 0;
}


.section-filter-4-box .box {
  max-width: 240px;
  width: 100%;
}
.section-filter-4-box h3 {
  letter-spacing: -0.48px;
  font-weight: 700;
  padding-bottom: 0.125rem;
}
.section-filter-4-box p {
  padding-bottom: 2rem;
}
.section-filter-4-box .grid {
  grid-template-columns: repeat(4, 1fr);
}

/*---------- TOP NEKRETNINE----------- */
.top-nekretnine-section {
  padding: 0;
}
.top-nekretnine-section .container {
  padding: 5rem 0;
  padding-top: 0;
}
.top-nekretnine-section .header {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
.top-nekretnine-section .header .box {
  max-width: 352px;
  h5,p{
      left: -137px;
  position: relative;
}

}
.top-nekretnine-section .header .box:last-child p {
  padding-top: 0.5rem;
  font-size: 1.25rem;
}
.top-nekretnine-section .header .box h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 110%;
}
.top-nekretnine-section .header .box h3 {
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #004f96;
  padding-bottom: 0.5rem;
}

.top-nekretnine {
  margin-bottom: 3.75rem;
  height: 100%;
}
.top-nekretnine .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.top-nekretnine .grid .card {
  position: relative;
  height: 100%;
  padding: 0;
  border: none;
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
}
.top-nekretnine .grid .card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.top-nekretnine .grid .card .card-body .card-text {
  padding: 1.5rem 1rem 1rem 1rem;
}
.top-nekretnine .grid .card .card-body .card-text .column .flex .text:first-child {
  padding-bottom: 94px;
}
.top-nekretnine .grid .card .card-body .card-text .column p {
  padding-bottom: 0.5rem;
}
.top-nekretnine .grid .card .card-body small {
  display: flex;
  justify-content: space-between;

}

.top-nekretnine .grid .card:hover .card-body {
  opacity: 1;
  transform: translateY(0);
  margin: 1.25rem;
}
.top-nekretnine .grid .card img {
  height: 100%;
  width: 100%;
  display: block;
}
.top-nekretnine .grid .card.middle {
  height: 100%;
  /*  height:540px; */
}
.top-nekretnine .grid .card:nth-child(1), .top-nekretnine .grid .card:nth-child(2) {
  grid-column: 1;
}
.top-nekretnine .grid .card:nth-child(3) {
  grid-column: 2;
  width: 100%;
  height: 100%;
  transform: translateY(-55%);
}
.top-nekretnine .grid .card:nth-child(4) {
  grid-column: 3;
  grid-row-start: 1;
}
.top-nekretnine .grid .card:nth-child(5) {
  grid-column: 3;
}
.top-nekretnine .grid .card .card-body .card-text small:last-child {
  display: flex;
  align-items: center;
}

/*---------- TOP NEKRETNINE----------- */
/*---------- TEXT-IMG----------- */
.text-img {
  background: #004f96;
  color: #ffffff;
  position: relative;
}
.text-img .container {
  overflow: visible !important;
}
.text-img .flex {
  justify-content: space-between;
  gap: 5rem;
}
.text-img .flex .box {
  position: relative;
}
.text-img .flex .box .text {
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.text-img .flex .box .text p {
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 4rem;
  max-width: 540px;
  width: 100%;
}
.text-img .flex .box .text .btn-empty {
  color: #ffffff;

}
.text-img .flex .box .text .flex-btn {
  color: #ffffff;
  max-width:100%!important;
}
.text-img .flex .box:last-child {
  position: relative;
}
.text-img .flex .box:last-child img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/*---------- TEXT-IMG----------- */
/*-------------------- NEKRETNINE DETAILS ---------------------*/
section.section-details {
  padding: 2.5rem 1.5rem;
}

.card-top-container {
  justify-content: space-between;
  flex-direction: row;
  align-items: start;
  gap: 1.875rem;
  padding-top: 3.25rem;
}
.card-top-container .column h1 {
  font-weight: 600;
}
.card-top-container .column-info {
  max-width: 370px;
  width: 100%;
}
.card-top-container .column-info .flex {
  justify-content: flex-end;
}
.card-top-container .card-title {
  gap: 0.5rem;
}
.card-top-container .card-title .flex {
  align-items: center;
  gap: 1.5rem;
  color: #004f96;
  padding-bottom: 0.5rem;
}
.card-top-container .card-title .column h1:last-child {
  color: rgba(27, 27, 27, 0.5);
}
.card-top-container .list-group {
  /*   max-width: 370px; */
  padding-bottom: 3rem;
  width: 100%;
}
.card-top-container .list-group .flex {
  justify-content: flex-end;
}
.card-top-container .list-group ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.list-group li:has(p:last-child:empty),
.list-group li:has(p:last-child:contains("Nije navedeno")) {
  padding-bottom: 0;
}
.card-top-container .list-group ul li p {
  color: #1B1B1B;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
}
.card-top-container .list-group ul li p:first-child {
  color: rgba(27, 27, 27, 0.5);
}

.list-group {
  width: 100%;
}
.list-group ul li p {
  color: #1B1B1B;
}
.list-group ul li p:first-child {
  color: rgba(27, 27, 27, 0.5);
}
.list-group li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}

.details-bottom {
  margin-top: 3rem;
  padding: 2rem 0 0 0;
  max-width: 36.25rem;
  height: 100%;
  width: 100%;
}
.details-bottom .h8 {
  color: #1B1B1B;
  padding-bottom: 2rem;
}
.details-bottom li {
  font-weight: 500;
}
.details-bottom .text p:nth-child(2) {
  padding-bottom: 1.25rem;
}
.details-bottom .text p:last-child {
  padding-bottom: 2rem;
}
.details-bottom h3 {
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.48px;


}


.image-wrapper {
  position: relative;
}
.image-wrapper img {
  object-fit: cover;
}

.js-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*   grid-template-rows: repeat(2, 300px); */
  /*    grid-template-rows: 216px 216px; */
  gap: 3rem;
  /* height:488px;  */
}

.js-grid > .image-wrapper {
  height: 100%;
  width: 100%;
}

.image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.full-image-wrapper {
  width: 100%;
  height: 100vh; /* make it fill the viewport height */
}

.full-image-wrapper .image-wrapper {
  height: 100%;
  width: 100%;
}

.full-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* first spans 2x2 */
.js-grid > .image-wrapper:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}

.js-grid > .image-wrapper:not:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}

/* 2 cols */
.stretch-span-2 {
  grid-column: span 2;
}

/*  2 span 2 rows */
.stretch-span-2-rows {
  grid-row: span 2;
}

/* span 1 */
.stretch-span-1 {
  grid-column: span 1;
}

.stretch-span-2-rows-2-cols {
  grid-row: span 2;
  grid-column: span 2;
}

.nekretnina-details {
  height: 100%;
  width: 100%;
  justify-content: center;
}
.nekretnina-details .image-wrapper {
  height: 100%;
}
.nekretnina-details .image-wrapper img {
  height: 100%;
}

.property-info {
  display: flex;
  max-width: 1440px;
  width: 100%;
  padding: 0 0 1.5rem 0;
  align-items: flex-start;
  gap: 2rem;
  color: rgba(27, 27, 27, 0.5);
}
.property-info .flex {
  gap: 1.5rem;
  align-items: center;
  flex-direction: row;
}

.nekretnina-details-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nekretnina-details-text li.flex {
  align-items: center;
  margin-top: 0.5rem;
}
.nekretnina-details-text .column h3 {
  padding-bottom: 0;
  font-size: 1.125rem;
}

/*-------------------- NEKRETNINE DETAILS ---------------------*/
.kontakt .showcase {
  color: #ffffff!important;
}

.svg img {
  height: 50px;
  width: 50px;
}

/*-------------------- CONTACT ---------------------*/
.inquiry {
  background: #00295e;
  padding: 5rem 0px;
}
.inquiry .grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  /*  background: $white-color; */
}
.inquiry .grid .column:first-child {
  background: #ffffff;
  padding: 60px 60px 60px 60px;
}
.inquiry .grid .column:first-child .text {
  padding-bottom: 2rem;
}
.inquiry .grid .column:first-child .text h2 {
  padding: 0.5rem 0;
}
.inquiry .grid .column:first-child .text p {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0;
}
.inquiry .grid .column:nth-child(2) {
  display: flex;
  justify-content: end;
  align-items: center;
}
.inquiry .grid .column:nth-child(2) .content {
  width: 100%;
  justify-content: center;
  display: flex;
}
.inquiry .grid .column:nth-child(2) .content img {
  height: 100%;
  object-fit: fit;
  height: 100%;
  max-width: 450px;
  padding:56px;
}
.inquiry .grid .column:nth-child(2) .content .flex {
  gap: 2rem;
}
.inquiry .form {
  max-width: 100%;
  width: 100%;
}
.inquiry .form-container {
  height: 100%;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  align-items: center;
}
.inquiry .form-container .flex {
  gap: 2rem;
}
.inquiry .contact-form form {
  width: 100%;
}
.inquiry .contact-form .input-data {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.inquiry .contact-form .input-data input {
  border: 1px solid rgba(27, 27, 27, 0.1019607843);
  top: 0;
  width: 100%;
  height: 60px;
  max-width: 100%;
}
.inquiry .contact-form .input-data .error {
  background: none;
  color: red;
}
.inquiry .contact-form .input-data input.error,
.inquiry .contact-form .input-data textarea.error {
  border: 1px solid red;
}
.inquiry .contact-form .input-data #message-error {
  color: red;
}
.inquiry .contact-form .input-data input:focus,
.inquiry .contact-form .input-data .textarea textarea:focus {
  outline: none;
}
.inquiry .contact-form .textarea textarea {
  max-width: 100%;
  height: 150px;
  resize: none;
  outline: none;
  border: 1px solid rgba(27, 27, 27, 0.1019607843);
  top: 0;
  width: 100%;
}
.inquiry .contact-form .textarea textarea,
.inquiry .contact-form input {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.25px;
  padding: 1rem;
}
.card{
    height:520px!important;
}

/*-------------------- CONTACT ---------------------*/
/*-------------------- CONTACT TEAM ---------------------*/
section.contact-team {
  padding-top: 7.5rem;
}

.contact-team .grid {
  display: grid;
  gap: 5rem;
}
.contact-team .grid.grid-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.contact-team .grid .box {
  max-width: 100% !important;
}
.contact-team .grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.contact-team .box:first-child {
  border-right: 1px rgba(27, 27, 27, 0.1019607843) solid;
  max-width: 380px;
  padding-right: 5rem;
}
.contact-team .box {
  flex-direction: column;
  justify-content: start;
  max-width: 20rem;
  width: 100%;
}
.contact-team .box p {
  padding-bottom: 2rem;
}
.contact-team .box h3 {
  padding-bottom: 1rem;
  letter-spacing: -0.48px;
  font-weight: 700;
}
.contact-team .box .btn {
  max-width: 149px;
  padding: 0.75rem 1.5rem;
}

/*-------------------- CONTACT TEAM ---------------------*/
/*-------------------- FOOTER ---------------------*/
.footer-bottom {
  background: #005245;
  color: #ffffff;
  padding: 7.5rem 5rem;
  visibility: hidden;
  will-change: transform, opacity;
  backface-visibility: hidden;
  opacity: 0;
  max-height: 316px;
  /*  transform: translateY(100px); */
  transition: opacity 1s ease, transform 1s ease;
}
.footer-bottom .btn-empty,
.footer-bottom .flex-btn {
  color: #ffffff;
}
.footer-bottom .grid {
  grid-template-columns: repeat(2, 1fr);
}
.footer-bottom .grid .column p {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  opacity: 0.4;
  max-width: 340px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.footer-bottom .grid .column .h8 {
  padding-bottom: 0.5rem;
}
.footer-bottom .grid .column h5 {
  padding-bottom: 0.5rem;
  font-weight: 500;
}
.footer-bottom .grid .column a {
  padding-top: 0.5rem;
}
.footer-bottom .grid .box {
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.footer-bottom .grid .box:last-child {
  align-items: center;
}

.footer-bottom.show-footer {
  opacity: 1;
  transform: translateY(0);
  max-height: 316px;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s;
}

.footer-top {
  padding-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  height: 100%;
  width: 100%;
  /*   padding: 5rem 1.5rem; */
}
.footer-top .long-line {
  margin-top: 3rem;
}
.footer-top .container {
  flex-direction: column;
}
.footer-top .container .flex {
  justify-content: space-between;
  padding-top: 3rem;
  align-items: center;
}
.footer-top .container .flex p,
.footer-top .container .flex a {
  color: #1B1B1B;
  font-size: 0.75rem;
}
.footer-top .container .flex ul {
  display: flex;
  gap: 2rem;
}
.footer-top .container .flex ul li a {
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.25px;
}
.footer-top .logo-img {
  width: 100%;
  object-fit: contain;
}
.footer-top .footer-nav {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
@media (max-width: 492px) {
    .footer-top .flex{
        flex-direction:column!important;
    }
}
.footer-top .footer-nav .nav_list {
  gap: 1.5rem;
  display: flex;
}
.footer-top .footer-nav .nav_list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top .footer-nav .nav_list img {
  height: 4px;
  width: 4px;
}

/*-------------------- FOOTER ---------------------*/
.about .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .content {
  max-width: 1200px;
  height: 100%;
  width: 100%;
  display:flex;
  flex-direction:column;
  max-width:600px;
  padding-top: 5rem;
}
.about .content h4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0px;
}
.about .content p {
  padding: 2rem 0;
}

.list-impressum h3 {
  padding-bottom: 1rem !important;
}

.list-impressum h2 {
  padding-bottom: 1rem !important;
}
.list-impressum li p {
  padding: 0 !important;
}


.list-impressum{

  h3{
    padding-bottom:1rem!important;
  }
  li p{
    padding:0!important;
  }
  
}

.accordion-section {
  height: 100%;
}

.accordion-container {
  text-align: center;
}
.accordion-container h6 {
  padding-bottom: 4rem;
}

.accordion-heading {
  text-align: start;
  justify-content: space-between;
  display: flex;
  padding: 1rem 0;
}
.accordion-heading h5 {
  line-height: 1.625rem;
}
.accordion-heading p {
  padding-bottom: 2rem;
}
.accordion-heading img {
  width: 24px;
  height: 24px;
}

.accordion-wrapper {
  display: flex;
  justify-content: center;
}

.accordion {
  cursor: pointer;
  max-width: 36.25rem;
  width: 100%;
}

.accordion.active .accordion-content {
  display: block;
}

.accordion-content {
  display: none;
  animation: animate 0.3s ease-out;
  transform-origin: top;
}
.accordion-content p {
  text-align: start;
  padding-bottom: 2rem;
}

@keyframes animate {
  0% {
    transform: scaleY(0);
  }
}
body.osiguranje-page > .showcase-onama .right-section {
  position: relative;
  /*   top: -50px; */
}

.osiguranje-grid {
  padding-top: 12.5rem;
}
.osiguranje-grid .flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5rem;
}
.osiguranje-grid .column {
  flex-direction: column;
  align-items: center;
}
.osiguranje-grid .column .grid {
  gap: 5rem;
  padding-bottom: 5rem;
}
.osiguranje-grid .column .grid .box h3 {
  padding-bottom: 1rem;
}
.osiguranje-grid .column .btn-blue {
  margin: 2rem 0px;
}

.text-row {
  background: #005245;
  color: #ffffff;
}
.text-row .flex {
  display: flex;
  gap: 5rem;
}
.text-row .flex .column:first-child {
  max-width: 500px;
  width: 100%;
}
.text-row .flex .column:first-child h6 {
  padding-bottom: 0.75rem;
}
.text-row .flex li {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  padding-bottom: 0.75rem;
}
.text-row .flex li svg {
  margin-right: 12px;
}
.text-row strong {
  flex-wrap: nowrap;
  white-space: nowrap;
}
.text-row p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #ffffff;
  padding-bottom: 0.75rem;
  word-break: break-word !important;
}

.section-flex .title {
  padding-bottom: 4rem;
}
.section-flex .flex {
  gap: 7.5rem;
  justify-content: space-between;
}
.section-flex .flex .box {
  max-width: 540px;
  width:100%;
}
.section-flex .flex .box h5 {
  padding-bottom: 1rem;
}

  section.section-ponuda {
    padding: 0rem 1.5rem 7.5rem 1.5rem;

  }
  

/* @media (max-width: 2000px) {
  .container{
    max-width:1500px!important;
  }
      .navigation .navbar {
    padding: 21px 25px;
    max-width:1500px!important;
  }
    .top-nekretnine-section .top-nekretnine .grid {
    gap: 48px;
    padding: 0

  }
  .top-nekretnine-section .container {
  padding: 40px 25px !important;
}
} */


@media (max-width: 1320px) {
  .top-nekretnine-section .container {
    padding: 5.313rem 25px;
  }
}
@media (max-width: 1220px) {
  .search-flex {
    order: 2 !important;
  }
  .section-search-bar .search-form .filter-items .select-row .box .custom-select {
    max-width: 100%;
  }
  .filter-items .select-row {
    flex-direction: column;
  }
  .box-projekti,
  .flex-end {
    justify-content: flex-start !important;
  }
}
@media (max-width: 1200px) {
  .select-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1100px) {
  .osiguranje-page .right-section {
    align-items: center;
    top: 0;
    position: relative;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .section-search-bar .search-form .filter-items .select-row .box,
  .filter-group .custom-select {
    max-width: 100%;
  }
  .showcase-onama {
    display: block;
  }
  .section-filter-bar .grid > *:nth-last-child(1) {
    grid-column: 1/3;
  }
  .showcase-onama-osiguranje .showcase .container .right-section {
    align-items: start !important;
  }
  .showcase .container .right-section .content {
  
   p{
    text-align:start;
}

  }


  /* Parent aligns everything left */
  .showcase .right-section .content .column .flex-total {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  /* Button aligns left explicitly */
  .showcase .right-section .content .column .flex-total .btn-empty,
  .showcase .right-section .content .column .flex-total button.btn-empty {
    align-self: flex-start !important;
  }




  .top-nekretnine-section .top-nekretnine .grid {
    gap: 1.5rem;
  }
  .section-filter-4-box .box {
    max-width: 100%;
  }
  .inquiry {
    padding-bottom: 0;
  }
  .inquiry .grid {
    grid-template-columns: 1fr !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
  }
  .inquiry .grid .column:nth-child(2) {
    align-items: center !important;
  }
  .inquiry .contact-form form {
    max-width: 100%;
  }
  .inquiry .grid .column:nth-child(2) .content {
    max-width: 100% !important;
  }
  .lightbox-image {
    height: 420px;
    display: flex;
  }
  .js-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: 100%;
  }
  .js-grid > .image-wrapper {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .js-grid > .image-wrapper:first-child {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .top-nekretnine .grid .card:nth-child(3) {
    transform: translateY(0);
  }
  .stretch-span-2,
  .stretch-span-2-rows,
  .stretch-span-2-rows-2-cols,
  .stretch-span-1 {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  section {
    padding: 2.5rem 1.5rem !important;
  }
  .split-page .left-section:hover::before {
    background: rgba(0, 39, 77, 0.9) !important;
  }
  .split-page .right-section:hover::before {
    background: rgba(0, 82, 69, 0.9) !important;
  }
  .osiguranje-page .right-section {
    margin-top: 0;
  }
  body.osiguranje-page > .showcase-onama .right-section {
    position: relative;
    top: 0px;
  }
  .top-nekretnine-section .container {
    padding: 2.5rem 0 !important;
  }
  .section-filter-bar .flex-total p {
    padding-bottom: 1rem !important;
  }
  .text-img .flex {
    gap: 2.5rem;
  }
  .text-row .flex {
    gap: 2rem;
  }
  .text-img .flex .box .text p {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .top-nekretnine {
    margin-bottom: 0 !important;
  }
  .mobile-container .custom-select,
  .desktop-nav {
    display: none;
  }
  .contact-team .grid {
    gap: 2.5rem;
  }
  .footer-top .footer-nav {
    padding-bottom: 1.25rem;
  }
  .section-filter-bar .flex-total {
    margin-top: 32.5px;
  }
  .split-page .container {
    flex-direction: column !important;
  }
  .split-page .container .split {
    width: 100%;
    height: 50vh;
    position: relative !important;
  }
  .split-page .container .left-section,
  .split-page .container .right-section {
    width: 100%;
    height: 50vh;
  }
  .split-page .container .logo-img {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
  .split-page .container .logo-img img {
    height: 50px;
  }
  .split-page .btn-empty .flex {
    max-width: 160px;
    width: 100%;
  }
  .split-page .content-bottom {
    padding: 50px 60px;
  }
  .filter-group {
    flex-direction: column;
    align-items: start;
  }
  .filter-form .grid,
  .section-ponuda .grid {
    grid-template-columns: 1fr;
  }
  .filter-bar .grid,
  .section-ponuda .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-team .grid-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .showcase .container {
    display: flex;
    flex-direction: column;
  }
  .showcase .left-section,
  .showcase .right-section {
    justify-content: start !important;
    align-items: start !important;
    
  }
    .showcase-homepage .content p {
    text-align: start !important;
  }
  .showcase-onama .right-section .content .text,
  .showcase-onama-osiguranje .right-section .content .text {
    max-width: 100%;
  }
  .showcase .container {
    align-items: flex-start;
    gap: 2rem;
  }
  .showcase-onama .container .left-section .column {
    max-width: 22.5rem;
  }
  .showcase-onama .container .content h1 {
    width: 100%;
  }
  .showcase-onama .container {
    flex-direction: column;
  }
  .showcase-onama .right-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: start;
  }
  .osiguranje-grid .column .grid {
    gap: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .osiguranje-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .osiguranje-grid .flex {
    padding-bottom: 2.5rem;
  }
  .section-ponuda .flex {
    padding-bottom: 1.25rem;
  }
  .showcase-onama-osiguranje {
    padding-top: 3rem !important;
  }
  .showcase-osiguranje, {
    padding-top: 3rem !important;
  }
  .section-filter-4-box .container .grid {
    gap: 3rem !important;
  }
  .section-ponuda-showcase .grid {
    grid-template-columns: 1fr !important;
  }
  .top-nekretnine-section {
    padding-bottom: 1.25rem;
  }
  .top-nekretnine .grid .card {
    height: 100%;
  }
  .top-nekretnine .grid .card:nth-child(1) {
    grid-column: 1;
  }
  .top-nekretnine .grid .card:nth-child(2) {
    grid-column: 1;
  }
  .top-nekretnine .grid .card:nth-child(3) {
    grid-column: 2;
    top: 0% !important;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .top-nekretnine .grid .card:nth-child(4) {
    grid-column: 3;
    grid-row-start: 1;
  }
  .top-nekretnine .grid .card:nth-child(5) {
    grid-column: 3;
  }
  .top-nekretnine .card {
    height: 400px;
  }
  .top-nekretnine-section .top-nekretnine .grid {
    grid-template-columns: 1fr;
  }
  .top-nekretnine .grid .card:nth-child(3) {
    grid-column: 1;
  }
  .top-nekretnine .grid .card:nth-child(4) {
    grid-column: 1;
  }
  .top-nekretnine .grid .card:last-child {
    grid-column: span 1;
  }
  .top-nekretnine-section .top-nekretnine {
    height: 100%;
  }
  .top-nekretnine-section .top-nekretnine .card {
    height: 100%;
  }
  .top-nekretnine-section .header {
    flex-direction: column;
  }
  .top-nekretnine-section .header .text {
    padding-bottom: 2rem;
  }
  .section-filter-4-box .container {
    display: flex;
  }
  .section-filter-4-box .container .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem;
  }
  .section-flex .title {
    padding-bottom: 2rem;
  }
  .section-flex .flex {
    gap: 4rem;
  }
  .accordion-container h6 {
    padding-bottom: 2rem;
  }
  .nekretnina-details {
    height: 100%;
  }
  .text-img .flex {
    flex-direction: column;
  }
  .text-img .flex .box:last-child img {
    max-width: 100%;
  }
  .about .container {
  align-items: start;
}

  .inquiry {
    padding: 2.5rem 0;
    padding-bottom: 0;
  }
  .inquiry .grid {
    padding: 2.5rem 1.5rem !important;
    gap: 2.5rem;
  }
  .footer-bottom .grid {
    grid-template-columns: 1fr !important;
  }
  .footer-bottom .grid .box:last-child {
    align-items: start !important;
  }
  .text-row .flex {
    flex-direction: column;
  }
  .text-row .flex h6 {
    padding-bottom: 1rem;
  }
  .title {
    padding-bottom: 2.5rem;
  }
}
.footer-top .flex {
  padding-top: 1rem;
}

.split-page .left-section:hover::before {
  background: rgba(0, 39, 77, 0.9);
}
.split-page .right-section:hover::before {
  background: rgba(0, 82, 69, 0.9);
}



@media (max-width: 850px) {
  .contact-team .grid.grid-2,
  .contact-team .grid.grid-3 {
    grid-template-columns: 1fr !important;
  }
  .contact-team .box {
    max-width: 20rem;
    width: 100%;
  }
  .contact-team .box:first-child {
    max-width: 20rem;
    border-right: none;
    padding-right: 0;
  }
  .contact-team .box h3,
  .contact-team .box p {
    padding-bottom: 1rem;
  }
  .text-img .flex .box .text p {
    padding-bottom: 2rem;
  }
  .search-results .flex {
    align-items: start;
    flex-direction: column;
  }
  .section-ponuda .container h1,
  .search-results .container h1 {
    padding-bottom: 1rem;
  }
  .osiguranje-grid .flex {
    flex-direction: column;
    align-items: start;
  }
  .osiguranje-grid .column {
    align-items: start;
  }
  .osiguranje-grid .column .btn-blue {
    margin: 16px 0px;
  }
  .osiguranje-grid .grid {
    grid-template-columns: 1fr;
  }
  .osiguranje-grid .box {
    max-width: 425px;
  }
  .accordion-container h6,
  .accordion-wrapper {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .accordion-container h6 .accordion,
  .accordion-wrapper .accordion {
    max-width: 100%;
  }
  .search-results .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nekretnina-details .grid {
    grid-template-columns: 1fr !important;
    gap: 3rem;
  }
  .property-info {
    padding: 1.5rem 4.5rem;
  }
  .section-flex .flex {
    flex-direction: column;
  }
  .inquiry .form-container .flex {
    flex-direction: column;
    gap: 0;
  }
  .inquiry .grid {
    grid-template-columns: 1fr;
  }
  .inquiry .grid .column:nth-child(2) {
    align-items: center;
  }
  .footer-bottom .grid .box:last-child {
    align-items: start !important;
  }
  .footer-top .container .flex {
    padding-top: 3rem;
  }
  .footer-top .footer-nav .nav_list {
    gap: 1rem;
  }
  .footer-top {
    padding: 3rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .section-search-bar .search-form .filter-items .select-row .box .custom-select {
    max-width: 100%;
  }
  .select-row {
    width: 100%;
    max-width: 100%;
  }
  .filter-items .select-row {
    gap: 3rem;
  }
  .filter-items .select-row .box {
    flex-direction: column;
  }
  .select-row .box:first-child {
    min-width: 100%;
  }
  .flex-total {
    flex-direction: column;
    padding-bottom: 1.5rem;
  }
  .flex-total p {
    margin-top: -10px;
  }
  .card-top-container {
    flex-direction: column;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-top-container .column-info .flex {
    justify-content: flex-start;
  }
    .top-nekretnine .grid .card .card-body {
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin: 1.25rem !important;
  }
  .list-group ul {
    display: flex;
    flex-direction: column;
  }
  .inquiry .grid .column:first-child {
  background: #ffffff;
padding: clamp(1.5rem, 4vw, 3.75rem);
}
}

@media (max-width: 650px) {
  .showcase .container {
    align-items: flex-start !important;
  }
  h3,
  .type {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
  }
  h6 {
    font-size: 2rem;
    line-height: 110%;
  }
  .search-bar .select-row {
    padding-bottom: 1rem;
  }
  h5 {
    font-size: 1rem;
  }
  .osiguranje-grid {
    padding-top: 3rem !important;
  }
  .section-filter-bar .flex-total {
    justify-content: space-between;
    display: flex;
    margin-top: 32px;
    padding-bottom: 1rem;
  }
  .section-filter-bar .grid > *:nth-last-child(1) {
    grid-column: 1/-1;
  }
  .about .content h4 {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .top-nekretnine-section .header .box:last-child p {
    padding-bottom: 1rem !important;
  }
  .showcase-onama .container {
    padding: 7.5rem 0 0 0;
  }
  .filter-bar .grid,
  .section-ponuda .grid {
    grid-template-columns: 1fr;
  }
  .search-results {
    padding: 0 1.5rem;
  }
  .search-results .grid {
    grid-template-columns: 1fr;
  }
  .filter-group h2 {
    font-size: 1.5rem;
  }
  .filter-group .custom-select {
    font-size: 2rem;
  }
  .search-flex {
    flex-direction: column;
    padding-top: 2rem;
    align-items: start;
    gap: 3rem;
  }
  .property-info {
    padding: 1.5rem 0px;
  }
  .section-filter-bar .flex-total {
    flex-direction: column;
  }
  .section-filter-bar .flex-total p {
    color: #1B1B1B;
    padding-bottom: 2rem;
  }
  .section-filter-bar > .container > p:first-of-type {
    padding-bottom: 0.5rem;
  }
  .top-nekretnine-section .container p {
    max-width: 100%;
    width: 100%;
  }
  .top-nekretnine-section .container .header .text .box h2 {
    font-size: 2.5rem !important;
  }
  .section-flex .flex {
    gap: 2rem;
  }
  .image-wrapper .btn {
    left: 0;
    transform: translate(12%, -70%);
  }
  .inquiry .grid {
    padding: 2rem;
    gap: 2.5rem;
  }
  .footer-top .flex {
    justify-content: space-between;
    padding-top: 3rem;
  }
}
@media (max-width: 600px) {
  .pagination {
    margin-top: 48px;
    flex-direction: column;
    gap: 2rem;
  }
  .section-filter-4-box .container .grid {
    grid-template-columns: 1fr;
  }
  section.section-ponuda {
    padding: 2.5rem 1.5rem 40px 1.5rem !important;
  }
  .footer-top .footer-nav .nav_list {
    gap: 0.5rem;
  }
  .footer-top .footer-nav .nav_list .h8 {
    font-size: 1.25rem;
  }
}
@media (max-width: 540px) {
  .footer-top .footer-nav .nav_list {
    gap: 0.5rem;
  }
  .footer-top .footer-nav .nav_list .h8 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .showcase .right-section .content,
  .showcase-onama .right-section .content {
    height: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
  }
  .select-row {
    grid-template-columns: 1fr;
  }
  .custom-select {
    position: relative;
  }
  .showcase .right-section .content .text {
    max-width: 100%;
  }
  .showcase-onama .right-section .content {
    gap: 3rem;
  }
    .top-nekretnine .card {
    height: 100%!important;
  }
   .top-nekretnine .card {
    height: 520px !important;
  }
  .card{
    height:100%!important;
}
  .card-title .flex {
    gap: 0.5rem !important;
  }
  .contact-team .box,
  .contact-team .box:first-child {
    max-width: 100%;
  }
  .footer-top .footer-nav .nav_list {
    gap: 6px;
  }
  .footer-top .footer-nav .nav_list .h8 {
    font-size: 0.875rem;
  }
}
@media (max-width: 420px) {
  .navigation .navbar {
    gap: 3rem;
  }
  .navigation .navbar .logo img {
    width: auto;
    height: 24px;
  }
  .mobile-container .dropdown {
    margin-right: 10px;
  }
  .footer-top .flex {
    justify-content: center;
    padding-top: 2rem;
    gap: 2rem;
  }
  .footer-top .footer-nav nav {
    padding-bottom: 1.25rem;
  }
  .footer-top .footer-nav .nav_list {
    gap: 0.255rem;
  }
  .footer-top .footer-nav .nav_list .h8 {
    font-size: 0.813rem;
  }
}
@media (max-width: 365px) {
  .left-section .text small,
  .right-section .text small {
    white-space: nowrap;
    font-size: 0.813rem;
  }
  .split-page .content-bottom {
    padding: 3rem;
  }
  .footer-top .footer-nav .nav_list {
    gap: 0.225rem;
  }
  .footer-top .footer-nav .nav_list .h8 {
    font-size: 11px;
    flex-wrap: nowrap;
    display: flex;
    white-space: nowrap;
  }
}
/* 1627 *//*# sourceMappingURL=style.css.map */

.alert-success {
  background-color:green;
}


