@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.navbar-nav {
  margin-left: auto;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/images/font/Montserrat-VariableFont_wght.ttf")
    format("truetype");
  font-weight: 100 600 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Montserrat", sans-serif !important;
}

* {
  box-sizing: border-box;
}

header,
section {
  overflow-x: hidden;
}

.fix-overflow-bug {
  overflow-y: hidden !important;
}

a {
  text-decoration: none;
}

:root {
  --dmsans-bold: "DM Sans", sans-serif;
  --dmsans-medium: "DM Sans", sans-serif;
  --dmsans-italic: "DM Sans", sans-serif;
  --poppins-regular: "Poppins", sans-serif;
  --poppins-semibold: "Poppins", sans-serif;
  --poppins-medium: "Poppins", sans-serif;
  --blue-text: #346ec1;
  --header-bg: transparent
    radial-gradient(closest-side at 70% 54%, #2dabe2 0%, #346ec1 100%) 0% 0%
    no-repeat padding-box;
}

/* COOKIES BOX */
.cc-window {
  border-radius: 25px !important;
  box-shadow: 0px 0px 60px #000000;
}

.cc-message {
  font-family: var(--poppins-semibold);
  font-weight: 500;
}

.cc-compliance a {
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 18px;
  text-decoration: unset;
}

/* SCROLL NAVIGATION */
.scrollNav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #c0ecff !important;
  z-index: 9999;
  transition: all 1s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 10px !important;
}

.scrollNav .nav-link {
  color: var(--bs-primary) !important;
}

.scrollNav .fas {
  color: var(--bs-primary) !important;
}

.tag h1 {
  position: absolute;
  margin-top: -76px;
  margin-left: 35px;
  font-size: 5em;
  font-family: var(--poppins-regular);
  font-weight: 400;
  color: #a7d4d3;
  pointer-events: none;
}

.navtransblue .navbar-brand img {
  display: none;
}

.navtransblue .navbar-brand img + img {
  display: block;
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #a7d4d3;
  backdrop-filter: blur(8px);
  transition: 0.2s ease;
}

.navbarindex {
  background-color: unset;
}

.navtrans {
  background-color: rgba(255, 255, 255, 0.61) !important;
  backdrop-filter: blur(8px);
  padding: 10px !important;
}

.navblue {
  background-color: #c0ecff !important;
  transition: 0.2s ease;
}

.navtransblue {
  background-color: #c0ecff96 !important;
  backdrop-filter: blur(8px);
  padding: 10px !important;
}

.navtransblue .nav-item a {
  color: #346ec1 !important;
}

.navabout {
  background-color: white;
}

.navbar a {
  font-size: 18px;
  font-family: var(--poppins-regular);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.09px;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.navbarindex a {
  font-family: var(--poppins-regular);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.09px;
  color: white !important;
}

.nav-item:last-child {
  padding-right: 10.5em;
}

.nav-item {
  padding: 0.6em;
}

.navbar-nav .active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.underline {
  outline: 1px solid #346ec1;
  width: 79%;
}

.navbar-brand {
  padding-left: 10.5em;
}

.navbar-brand img + img {
  display: none;
}

.nav-link:hover {
  color: #557296 !important;
}

.bg-transparent-hover {
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.3s ease;
}

.bg-transparent-hover:hover {
  background-color: transparent;
}

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.background-image {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
  z-index: 2;
}

/* MAIN STRANICA ------------------------- START */

/* GRANE ---------- START */
.page-content-main {
  padding-top: 60px !important;
}

.grane-section {
  background-color: #deefee;
  padding: 50px 100px;
}

.grana-text-left {
  font-size: 57px;
  color: #53387e;
  font-weight: 900 !important;
}

.vertical-line-main {
  width: 4px;
  height: 300px;
  background-color: #a7d4d2;
}

.grana-text-right {
  font-size: 20px;
  color: black;
  font-weight: 600;
}

.purple-text h2 {
  color: #53387e !important;
}
/* GRANE ---------- END*/

/* BANNER ---------- START */
.main-banner-wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-banner-img {
  width: 100vw;
  max-width: 100%;
  display: block;
  height: auto;
}

/* BUTTON AND SCROLL LOGIC FOR MAIN PAGE - MOBILE + DESKTOP -------------------------- START*/
/* Collapsed state: smaller, no scroll */
.main-banner-text.collapsed .scrollable-text {
  max-height: 200px;
  overflow: hidden;
}

/* Expanded state: scrollable */
.main-banner-text.expanded .scrollable-text {
  max-height: 400px; /* or whatever fits your layout */
  overflow-y: auto;
}

/* Optional smooth transition */
.scrollable-text {
  transition: max-height 0.3s ease;
}

/* Optional: customize scrollbar on mobile */
.scrollable-text::-webkit-scrollbar {
  width: 4px;
}
.scrollable-text::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.main-banner-height-change {
  max-height: 200px;
}

@media (min-width: 768px) {
  .main-banner-scrollable-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .main-banner-scrollable {
    max-height: 180px;
    overflow: hidden;
    transition: max-height 0.3s;
    padding-right: 8px;
  }
  .main-banner-scrollable.expanded {
    max-height: 300px;
    overflow-y: auto;
  }
  .main-banner-show-more {
    display: block;
    /* margin: 10px 0 0 0; */
    background: #1fae93;
    border: none;
    border-radius: 8px;
    padding: 8px 18px;
    cursor: pointer;
  }
  .main-banner-scrollable.expanded {
    scrollbar-width: thin;
    scrollbar-color: #1fae93 #e6e6e6;
  }
  .main-banner-scrollable.expanded::-webkit-scrollbar {
    width: 8px;
    background: #e6e6e6;
    border-radius: 8px;
  }
  .main-banner-scrollable.expanded::-webkit-scrollbar-thumb {
    background: #346ec1;
    border-radius: 8px;
  }
  .main-banner-scrollable.expanded::-webkit-scrollbar-thumb:hover {
    background: #1fae93;
  }
}

/* Collapsed state: fixed height, no scroll */
.mobile-main-banner-text.collapsed #scrollableParagraph {
  max-height: 180px; /* Adjust as needed */
  overflow: hidden;
}

.subspecialist-paragraph {
  max-width: 900px !important;
}

.subspecialist-toggle {
  cursor: pointer;
  transition: color 0.2s;
  font-size: 34px !important;
}
.subspecialist-toggle:hover {
  color: #346ec1;
}

.subspecialist-toggle.active-sub {
  color: #346ec1;
  text-decoration: underline;
  text-underline-offset: 10px; /* Adds space between text and underline */
  text-decoration-thickness: 2px; /* Makes the underline thicker */
  /* transition: background 0.2s, color 0.2s; */
}

.scrollable-paragraph {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.3s;
  padding-right: 8px;
  color: black;
}

.scrollable-paragraph.expanded {
  max-height: 120px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1fae93 #e6e6e6;
}

.sub-paragraph {
  font-weight: 600;
  width: 100%;
}

.green-button {
  background-color: #1fae93;
  border: none;
  border-radius: 10px;
}

.subspecialist-toggle-mobile {
  cursor: pointer;
  transition: color 0.2s;
}
.subspecialist-toggle-mobile.active-sub {
  color: #346ec1;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
.subspecialist-paragraph-mobile {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.subspecialist-list-mobile {
  margin-top: 5%;
  font-size: 30px;
  color: #17ae93;
  text-align: right;
  font-weight: 900 !important;
  text-shadow: 1px 1px 3px rgba(52, 110, 193, 0.4);
}

/* Expanded state: scrollable */
.mobile-main-banner-text.expanded #scrollableParagraph {
  max-height: 300px; /* Set your preferred scrollable height */
  overflow-y: auto;
}

/* Optional: smooth transition */
#scrollableParagraph {
  transition: max-height 0.3s ease;
}

/* Optional scrollbar styling for mobile */
#scrollableParagraph::-webkit-scrollbar {
  width: 4px;
}
#scrollableParagraph::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* Ortopedija button  */
.button-align-right,
.show-more-btn.align-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
/* Ortopedija button  */

/* BUTTON AND SCROLL LOGIC FOR MAIN PAGE - MOBILE + DESKTOP -------------------------- END*/

.main-banner-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  z-index: 2;
  max-width: 450px !important;
}

.main-banner-text h2 {
  font-size: 57px !important;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1fae93;
  max-width: 290px;
}

.main-banner-text h3 {
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1fae93;
  text-align: right;
  margin-top: 10px;
}

.main-banner-text p {
  font-size: 20px;
  font-weight: 600;
  color: black;
  padding-top: 25px;
}

.main-banner-text.main-banner-text-top-right {
  position: absolute;
  top: 5%;
  right: 5%;
  left: auto;
  bottom: auto;
  transform: none;
  color: #fff;
  text-align: right;
  z-index: 2;
  max-width: 400px !important;
}

.main-banner-text.main-banner-text-top-right.subspecialist-banner-div {
  max-width: 600px !important;
}

.main-banner-title-bg {
  display: inline-block;
  background-color: #1fae93;
  padding: 10px;
  border-radius: 20px;
  color: #fff !important;
  margin-bottom: 0.5rem;
  font-size: 40px;
  font-weight: 700;
  max-width: 100%;
  word-break: break-word;
  box-sizing: border-box;
  max-width: none !important;
}

.main-banner-text-paragraph {
  max-width: 320px; /* or any value you want */
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

/* RTG SECTION --------- START */
.main-banner-text-rtg.main-banner-text-top-right-rtg {
  position: absolute;
  top: 5%;
  right: 5%;
  left: auto;
  bottom: auto;
  transform: none;
  color: #fff;
  text-align: right;
  z-index: 2;
  max-width: 600px !important;
}

.main-banner-text-rtg h2 {
  font-size: 57px !important;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1fae93;
  max-width: 290px;
}

.main-banner-text-rtg h3 {
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1fae93;
  text-align: right;
}

.main-banner-text-rtg p {
  font-size: 20px;
  font-weight: 600;
  color: black;
  padding-top: 25px;
}

/* .main-banner-text-rtg .main-banner-text-paragraph {
            margin-left: 0;
            text-align: right;
        } */
/* RTG SECTION --------- END */

.neurologija-banner-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  z-index: 2;
  max-width: 400px;
}

.neurologija-banner-text h2 {
  font-size: 57px !important;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1fae93;
  max-width: 400px;
}

.neurologija-banner-text p {
  font-size: 20px;
  font-weight: 600;
  color: black;
  padding-top: 25px;
}

/* BANNER ---------- END */

/* MAIN STRANICA -------------------------- END */

.text-content {
  position: absolute;
  top: 30%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  margin-left: 50px;
}

.head-text {
  margin-top: 50px;
}

.head-text h1 {
  margin-bottom: 100px !important;
}

.medicina-head-text {
  font-weight: 900;
  font-style: italic !important;
}
/* APPOINTMENT --------------- START */
.appointment-section {
  background-color: #deefee;
  padding: 6rem 4rem;
  z-index: -1;
  position: relative;
  width: 100%;
  color: white;
  padding-top: 0px !important;
}

.vertical-line {
  width: 4px;
  height: 268px;
  background-color: #a7d4d2;
}

.zakazi-section {
  margin-top: -70px;
}

.zakazi {
  /* padding: 3rem; */
}

.zakazi h1 {
  color: #1cb098;
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 57px;
}

.saznaj-btn {
  background-color: #a191bf;
  border: none;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  padding: 5px;
  width: 420px;
  margin-top: -10px;
}

.extra-info img {
  display: block;
}

.extra-info p {
  font-size: 20px !important;
  font-weight: 600;
  color: black;
  max-width: 800px;
  margin-top: 2rem;
}

/* APPOINTMENT --------------- END */

/* ISTORIJAT ----------- START */
.istorijat {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 100px;
  width: 100%;
  box-sizing: border-box;
}

.istorijat-img-left {
  width: 626px;
  height: 364px;
  object-fit: cover;
  border-radius: 45px;
}

.istorijat-text {
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.istorijat-text h1 {
  font-size: 57px;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #53387e;
  font-weight: 600;
}

.istorijat-text button {
  font-size: 1em;
  cursor: pointer;
  border-radius: 80px;
  background-color: #1faf94;
}

.istorijat-text p {
  margin-top: 40px !important;
  margin: 0;
  line-height: 1;
  font-size: 20px;
}

.istorijat-img-right {
  width: 102px;
  height: 362px;
  object-fit: contain;
}

.istorijat-paragraph {
  max-height: 180px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.istorijat-paragraph.expanded {
  max-height: 190px;
  overflow-y: auto;
}

/* Optional fade-out when collapsed */
.istorijat-paragraph.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.istorijat-paragraph.expanded::after {
  opacity: 0;
  pointer-events: none;
}

/* ISTORIJAT ----------- END */

/* ANALIZE I REZUTATI ----------- START */

.analize_rezultati {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  background-color: #e3f4f3;
  gap: 60px;
  flex-wrap: nowrap;
}

.analize-left {
  flex: 1;
}

.analize-left h1 {
  font-size: 67px;
  color: #009688;
  font-weight: 600 !important;
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif;
}

.analize-boxes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 60px;
  margin-left: 100px;
}

.analiza-box {
  flex: 0 0 250px;
  max-width: 250px;
  text-align: center;
}

.analiza-box img {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.analiza-box h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.analiza-box p {
  font-size: 16px;
  color: #333;
}

.analize-main-image {
  width: 420px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}
/* ANALIZE I REZUTATI ----------- END */

/* BUTTON-DROPDOWN -------------- START */
.button-dropdowns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 20px; */
  padding: 60px 20px;
  position: relative; /* Ensure we can position the dropdown relative to this container */
  max-width: 1061px;
  margin: 0 auto;
}

.icon-button {
  background-color: #a7d4d3;
  border: none;
  padding: 30px 40px; /* generous padding */
  border-radius: 20px; /* more rounded to match large size */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  min-width: 140px; /* optional – helps keep round shape */
  min-height: 140px;
}

.icon-button img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  pointer-events: none;
}

/* Hover effect */
.icon-button:hover {
  background-color: #86c2c1;
}

/* Active / clicked style */
.icon-button:active,
.icon-button:focus {
  background-color: #1fae95;
  outline: none;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}

.dropdown-content {
  display: none;
  flex-direction: column;
  align-items: center;
  max-width: 1000px; /* Optional: cap the width */
  width: 100%; /* Let it expand to fill space if needed */
  position: absolute; /* Position it absolutely relative to .button-dropdowns */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.dropdown-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  word-wrap: break-word;
}

.dropdown-arrow-top,
.dropdown-arrow-bottom {
  width: 30px;
  height: auto;
}

.dropdown-title {
  font-size: 28px;
  color: black;
  margin: 10px 0;
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
}

.dropdown-arrow-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: auto;
  display: none; /* Hidden by default */
  z-index: 11;
}

.button-dropdown-title {
  text-align: center;
  font-weight: 600;
  color: #53387e;
  margin-top: 50px;
}

.dropdown-external-text-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dropdown-external-text {
  display: none;
  font-size: 20px;
  max-width: 1060px;
}

/* BUTTON-DROPDOWN -------------- END */

/* MEDICINA RADA --------------- START */
.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  height: 100vh;
}

.medicina-rada-paragraph {
  color: #53387e;
  font-size: 25px;
  padding-top: 50px;
  margin-top: 10px;
  padding-left: 50px;
  font-weight: 600;
}

.medicina-rada-header {
  color: #53387e;
  font-size: 30px;
  padding-top: 50px;
  padding-left: 50px;
  font-weight: 900;
}

.row-tick.inline-flex-container {
  display: flex;
  align-items: flex-start; /* Align tick image with top of text */
  gap: 8px;
}

.row-tick span {
  font-size: 25px;
  color: #53387e;
  font-weight: 600;
}

.row-tick img {
  margin-top: 10px;
  width: 20px;
  height: auto;
}

.two-column-container {
  margin-top: 50px;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  padding: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 500px;
}

/* MEDICINA RADA --------------- END */

/* TIM --- STRANICA ------------------------- START  */

.text-content-tim {
  position: absolute;
  top: 42%;
  /* left: 10%; */
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  margin-left: 50px;
  margin-top: 50px !important;
}

.text-content-tim h1 {
  padding-bottom: 50px;
}

.image-container {
  position: relative;
  width: 100%;
  display: block;
  height: 900px;
}

.background-image {
  width: 100%;
  height: 100%;
  /* height: 100vh !important;  */
}

.header-below-banner {
  position: static;
  margin-top: -120px;
  font-weight: bold;
  color: #53387e;
  text-align: left;
  padding-left: 100px;
  padding-bottom: 50px;
}

.header-below-banner h1 {
  color: #53387e;
  font-size: 57px;
  margin: 0;
  line-height: 1.2;
  word-break: break-word;
}

/* GRID -------------- START */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 0px 200px;
  /* max-width: 1200px; */
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.grid-item {
  text-align: center;
  background-color: #deefee;
  border-radius: 25px;
  padding: 20px;
}

.grid-item p {
  color: #53387e;
  font-weight: bold !important;
  font-size: 25px !important;
}
.grid-item img {
  /* width: 100%; */
  height: auto;
  border-radius: 8px;
  max-height: 300px;
}

.grid-item p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
/* GRID -------------- END */

/* TIM --- STRANICA ------------------------- END */

@media (max-width: 767.98px) {
  .lab-mobile-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 12px 28px 12px;
    color: #fff;
    /* text-align: center; */
    z-index: 2;
  }

  .lab-mobile-banner-text h1 {
    font-size: 36px;
    /* font-weight: 700; */
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .lab-mobile-banner-text p {
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.3;
  }

  .grid-container-lab {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: 0 30px !important;
    padding-top: 30px !important;
  }

  .grid-item-lab {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
  }

  .lab-mid-section {
    padding: 30px 10px !important;
    text-align: center !important;
  }

  .lab-mid-section h2 {
    font-size: 20px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
    font-weight: 600 !important;
  }
}

.lab-desktop-banner-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 60px;
  color: #fff;
  z-index: 2;
}

.lab-desktop-banner-text h1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.lab-desktop-banner-text p {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.4;
}

.position-relative.d-none.d-md-block {
  position: relative;
}

.position-relative.d-none.d-md-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(23, 174, 147, 0.8), transparent);
  z-index: 1;
}

.lab-desktop-banner-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}

.lab-desktop-banner-text h1 {
  font-size: 60px;
}

/* LAB --- STARNICA --------------------- START */
.page-content {
  padding-top: 30px;
}

.lab_banner {
  width: 100%;
  height: auto;
  display: block;
}

.grid-container-lab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.grid-item-lab {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); */
  font-size: 14px;
  position: relative;
  height: 100%;
  cursor: pointer; /* Shows pointer cursor on hover */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.grid-item-lab:hover {
  box-shadow: 0 6px 15px rgba(0, 168, 142, 0.4);
  transform: scale(1.05);
}

/* Optional: small overlay on hover to highlight */
.grid-item-lab::before {
  content: "Klikni za detalje";
  position: absolute;
  bottom: 60px; /* above the green label */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 168, 142, 0.8);
  color: white;
  font-size: 12px;
  padding: 3px 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 10;
}

.grid-item-lab:hover::before {
  opacity: 1;
}

.grid-item-lab img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-item-lab p {
  background-color: #00a88e;
  color: white;
  margin: 0;
  padding: 8px 0;
  font-weight: 500;
  font-size: 40px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  transform: translateY(30%);
  z-index: 2;
}

.mobile-lab-description {
  display: none;
}

/* New */
.lab-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a7d4d3;
  padding: 15px;
  font-size: 16px;
  color: black;
  font-weight: 400;
  display: none;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  text-align: left;
}

/* Show on click */
.grid-item-lab.show-description .lab-description {
  display: block;
}

.lab-mid-section {
  background-color: #deefee;
  width: 100%;
  padding: 100px;
}

.lab-mid-section h2 {
  max-width: 800px;
  color: #53387e;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}

.preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-bottom: 30px;
}

#preview {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
  margin: 0 auto;
  margin-top: 50px;
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}

.thumbnails img {
  height: 120px;
}

.thumbnail {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.thumbnail:hover {
  border-color: #007bff;
}

/* LAB --- STRANICA ---------------------- END */

/* RADIOLOGIJA --------------------- START */
.overflow-hide {
  overflow: hidden !important;
}

.radiologija-banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
}
.radiologija-banner {
  width: 100%;
  height: auto;
  display: block;
}
.radiologija-text-top-left {
  position: absolute;
  top: 5%;
  left: 5%;
  margin-top: 50px;
  padding: 18px 32px;
  max-width: 40vw;
  z-index: 2;
}

.radiologija-text-top-left h1 {
  font-size: 57px;
  font-weight: 500;
  color: white;
}

.radiologija-text-top-left p {
  font-size: 20px;
  font-weight: 600;
  color: black;
  max-width: 470px;
  margin-top: 80px;
}

.radiologija-text-bottom-right {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 25px;
  max-width: 495px;
  z-index: 2;
  text-align: right;
  color: black;
  font-weight: 600;
}

.radiologija-side-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.radiologija-side-img {
  object-fit: cover;
}

.radiologija-side-text {
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #53387e;
  font-weight: 600;
  margin-left: 50px;
}

.radiologija-side-text h2 {
  font-size: 30px !important;
  color: #53387e;
  font-weight: 900;
}

.radiologija-fullwidth-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.radiologija-fullwidth-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.radiologija-fullwidth-text {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: black;
  font-size: 25px;
  max-width: 600px;
  text-align: right;
  z-index: 2;
  margin-right: 10px;
  font-weight: 600;
}

.radiologija-fullwidth-text p {
  color: black;
  font-size: 22px !important;
  text-align: right;
  z-index: 2;
}

/* If you want to target an element with both classes */
.radiologija-fullwidth-text.radiologija-fullwidth-2 {
  max-width: 650px !important;
}

.radiologija-fullwidth-text h1,
h2 {
  font-size: 30px !important;
  font-weight: 900;
  color: black;
  margin-bottom: 20px;
}
/* RADIOLOGIJA ---------------------- END */

/* HEADER */
header {
  background: #a7d4d3;
  border-radius: 0px 0px 52px 52px;
  height: 100vh;
  z-index: -1;
}

header .row .col-lg-6 {
  color: whitesmoke;
}

header .col-lg-6 h1 {
  font-size: 58px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  margin-right: -139px;
}

header .col-lg-6 h2 {
  padding-top: 30px;
  font-family: var(--poppins-regular);
  font-weight: 200;
  font-size: 20px;
}

header .col-lg-6 .btn-light {
  border-radius: 12px;
  color: var(--blue-text) !important;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--poppins-semibold);
  margin-top: 25px;
  padding: 20px 0 20px 0;
  width: 186px;
}

header .col-lg-6 .btn-light i {
  margin-left: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 20px !important;
  background-color: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.3s;
  color: #000 !important;
  z-index: 9999 !important;
}

.indexLogo,
.mainLogo {
  height: 50px;
  width: 50px;
}

.dropdown-menu {
  background-color: #a7d4d3;
  margin: 0;
  padding: 0rem 0 !important;
}

.navbar .dropdown-menu {
  top: 100%;
  right: auto;
  position: absolute;
  z-index: 1050;
  border-radius: 0px !important;
  border: none !important;
}

.dropdown-menu a {
  font-size: 20px !important;
  padding: 0.6em !important;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  background-color: #1aaf94 !important;
  color: #fff !important;
}

.dropdown-menu:focus,
.dropdown-menu:active,
.dropdown-item:focus,
.dropdown-item:active {
  outline: none !important;
  box-shadow: none !important;
}

/* COUNTER */
.counter {
  margin-top: -48px;
}

.counter .container .counter-box {
  box-shadow: 0px 0px 46px #346ec133;
  border-radius: 52px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  padding: 70px;
  padding-top: 75px;
  background-color: white;
}

.counter .container .counter-box .col-lg-3 h1 {
  font-family: var(--dmsans-bold);
  font-weight: 600;
  font-size: 60px;
  color: var(--blue-text);
  text-align: center;
}

.counter .container .counter-box .col-lg-3 h2 {
  font-family: var(--poppins-medium);
  font-size: 23px;
  color: var(--blue-text);
  text-align: center;
  opacity: 80%;
}

.counter .lijevi {
  left: 0;
  bottom: 0;
  position: absolute;
  width: unset;
}

.counter .desni {
  right: 0;
  bottom: 0;
  position: absolute;
  width: unset;
}

.counter .mobilni {
  display: none;
}

/* LATEST NEWS */
.latest-news {
  margin-bottom: 120px;
}

.post-header {
  margin: 40px 0 40px 0;
  padding-left: 15px;
}

.post-header h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
}

.post-slide .subtitle {
  color: #0b99bc;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.post-slide .subtitle:hover {
  color: #333;
  text-decoration: none;
}

.post-slide .post-title {
  margin: 0;
  font-family: var(--blue-text);
  color: #333333;
  text-align: center;
}

.post-slide .post-title a {
  color: #0b99bc;
  font-size: 23px;
  font-family: var(--blue-text);
  font-weight: 600;
  transition: all 0.4s ease 0s;
}

.post-slide .post-title a:hover {
  color: #346ec1;
  text-decoration: none;
}

.post-slide .pic {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.post-slide .pic img {
  width: 60%;
  height: auto;
  transform: rotate(0deg) scale(1, 1);
  transition: all 0.9s ease 0s;
}

.post-slide:hover img {
  transform: rotate(-2deg) scale(1.1, 1.1);
}

.post-slide .pic:after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.9s ease 0s;
}

.post-slide:hover .pic:after {
  background: rgba(255, 255, 255, 0.2);
}

.post-slide .post-bar {
  list-style: none;
  padding: 3px 0;
  margin: 0;
  font-size: 12px;
}

.post-slide .post-bar li {
  display: inline-block;
  margin-right: 3px;
  font-family: var(--poppins-regular);
  color: #333539;
  font-weight: 600;
  opacity: 70%;
}

.post-slide .post-bar li:last-child {
  margin-right: 0;
}

.post-slide .post-bar li a {
  color: #aaa;
  transition: 0.3s ease;
}

.post-slide .post-bar li a:hover {
  text-decoration: none;
  color: #0b99bc;
}

.post-slide .post-description {
  font-family: var(--poppins-regular);
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #333539;
  opacity: 70%;
}

.post-slide .read-more {
  color: #0b99bc;
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}

.post-slide .read-more:hover {
  color: #333;
  text-decoration: none;
}

.post-title a {
  text-decoration: none;
}

#news-slider-ow .tns-nav {
  float: left;
  width: 84%;
  margin-top: 29px;
}

#news-slider-ow .tns-nav button {
  width: 33%;
  background-color: #2dabe261;
  border: unset;
}

#news-slider-ow .tns-nav button.tns-nav-active {
  background-color: #346ec1;
  border: unset;
}

#news-slider-ow .tns-controls {
  float: right;
  margin-top: 15px;
}

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

  #news-slider-ow .tns-nav button {
    width: 12%;
  }
}

@media (min-width: 900px) and (max-width: 992px) {
  #news-slider-ow .tns-nav {
    width: 100%;
  }

  #news-slider-ow .tns-nav button {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #news-slider-ow .tns-nav button {
    width: 25%;
  }
}

@media (max-width: 992px) {
  #news-slider-ow .tns-controls {
    display: none;
  }
}

/* PARTNERS */
.partneri {
  padding-bottom: 100px;
}

.krug-pozadina img {
  float: left;
  position: absolute;
}

.partneri .container {
  padding: 50px;
  background: transparent linear-gradient(180deg, #2dabe2 0%, #346ec1 100%) 0%
    0% no-repeat padding-box;
  border-radius: 45px;
}

.partneri h1 {
  padding: 0 75px 25px 75px;
  text-align: center;
  color: #fff;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  font-size: 48px;
}

.partneri .card {
  background-color: unset;
  background-clip: unset;
  border: unset;
}

.partneri .card-wrapper {
  background: white;
  text-align: center;
  padding: 35px;
  border-radius: 19px;
}

.partneri .card-wrapper img {
  width: 100%;
  height: 83px;
}

.partneri .card img {
  border-radius: 15px;
}

#card-program {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* TESTIMONIALS / STA KAZU NASI PARTNERI */
.testimonials {
  background: #f4f9fd;
  padding-bottom: 25px;
}

.testimonial-title {
  padding: 40px;
}

.testimonial-title h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  text-align: center;
  color: #333333;
}

.testimonial-title h2 {
  font-size: 20px;
  font-family: var(--poppins-regular);
  font-weight: 400;
  text-align: center;
  color: #333333;
  opacity: 70%;
}

.testimonial {
  background: transparent linear-gradient(180deg, #2dabe2 0%, #346ec1 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  border-radius: 20px;
  padding: 27px 30px;
  text-align: left;
}

.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 25px;
  overflow: hidden;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .kartica {
  --bs-gutter-x: none;
}

.testimonial .kartica .col-sm-6 {
  margin-top: 5px;
  margin-left: 15px;
}

.testimonial .kartica .col-sm-8 {
  margin-left: 20px;
}

.testimonial .kartica h1 {
  font-family: var(--dmsans-bold);
  font-weight: 600;
  font-size: 22px;
  color: white;
}

.testimonial .kartica h2 {
  font-family: var(--poppins-regular);
  font-weight: 300;
  color: white;
  font-size: 18px;
  opacity: 80%;
}

.testimonial p {
  font-family: var(--poppins-regular);
  font-weight: 300;
  font-size: 16px;
  color: white;
  line-height: 26px;
  opacity: 80%;
}

.testimonials .owl-item {
  width: 432px;
}

/* TESTIMONIAL SLIDER */
#testimonial-slider-ow .tns-nav {
  float: left;
  width: 84%;
  margin-top: 29px;
}

#testimonial-slider-ow .tns-nav button {
  width: 33%;
  background-color: #2dabe261;
  border: unset;
}

#testimonial-slider-ow .tns-nav button.tns-nav-active {
  background-color: #346ec1;
  border: unset;
}

#testimonial-slider-ow .tns-controls {
  float: right;
  margin-top: 15px;
}

.tns-controls button:hover {
  color: #2dabe2;
  background: white;
  border: 1px solid white;
}

.tns-controls button {
  background: #327cc9;
  border: 1px solid #327cc9;
  padding: 15px 20px;
  color: white;
  border-radius: 15px;
  margin-left: 20px;
}

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

  #testimonial-slider-ow .tns-nav button {
    width: 12%;
  }
}

@media (min-width: 900px) and (max-width: 992px) {
  #testimonial-slider-ow .tns-nav {
    width: 100%;
  }

  #testimonial-slider-ow .tns-nav button {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #testimonial-slider-ow .tns-nav button {
    width: 25%;
  }
}

@media (max-width: 992px) {
  #testimonial-slider-ow .tns-controls {
    display: none;
  }
}

/* FOOTER */
.page-footer {
  background-color: #e3f4f3;
}

.firstcol {
  text-align: center;
  position: relative;
}

.firstcol h1 {
  color: white;
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  padding-top: 100px;
}

.firstcol h2 {
  color: white;
  font-size: 20px;
  font-family: var(--poppins-regular);
  font-weight: 300;
  opacity: 80%;
  padding-bottom: 20px;
}

.firstcol .row {
  color: white;
  padding-bottom: 90px;
  margin-top: 25px;
}

.firstcol .envelope {
  height: 60px;
  border-radius: 14px;
  border: 1px solid white;
  background: transparent;
  color: white;
  width: 15%;
  z-index: 2;
}

.firstcol button {
  font-family: var(--poppins-semibold);
  font-weight: 500;
  font-size: 16px;
}

.firstcol .phone {
  height: 60px;
  margin-right: 15px;
  border-radius: 14px;
  border: 1px solid #ffffff;
  background: white;
  color: #346ec1;
  width: 15%;
  z-index: 2;
}

.firstcol .lijevi {
  position: absolute;
  width: 50%;
  left: 0;
}

.firstcol .desni {
  position: absolute;
  width: 50%;
  top: 0;
}

.mreze .col-md-11 {
  display: flex;
  justify-content: space-between;
}

.mreze {
  padding-top: 80px;
}

.mreze h3 {
  font-family: var(--dmsans-medium);
  font-weight: 200;
  color: white;
  font-size: 19px;
}

.mreze .social-icons img {
  width: 42px;
  height: 42px;
  margin-left: 5px;
}

.mreze .kontakt p {
  font-family: var(--poppins-regular);
  color: white;
  opacity: 80%;
  font-size: 16px;
  text-decoration: unset;
}

.mreze .kontakt {
  text-align: right;
}

.kontact-info-link:link {
  color: black;
}

.kontact-info-link:hover {
  color: gray;
}

.kontakt-number-button {
  background-color: #17ae93;
  border-radius: 57px;
  font-size: 25px;
  color: white !important;
  padding: 5px 10px;
  font-weight: 900;
}

.mreze .logo {
  text-align: center;
}

.mreze .logo img {
  width: 100%;
}

.solid {
  border-top: 1px solid #fff;
  margin-top: 60px;
}

.footer-copyright {
  color: #fff;
  font-family: var(--poppins-regular);
  font-weight: 300;
  font-size: 18px;
}

.footer-copyright a {
  color: #fff;
}

/*---------- o-softveru.php---------- */
.about .krug-pozadina img {
  position: absolute;
  width: 70%;
}

.about ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.about .slike {
  flex-direction: column;
}

.about li {
  display: block;
}

.about ul {
  padding-left: 0;
}

.about .img-fluid {
  max-width: 96%;
}

.about .druga {
  margin-top: 23px;
}

.about .title {
  text-align: center;
  margin: 140px 200px 40px 200px;
}

.about .title .naslov {
  font-size: 16px;
  font-family: var(--poppins-semibold);
  font-weight: 700;
  color: white;
  background: #2dabe2;
  padding: 4px 20px 4px 20px;
  letter-spacing: 3.6px;
}

.about .title .podnaslov {
  font-size: 58px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #346ec1;
  padding: 20px 200px 10px 190px;
}

/* ORGANIZACIJA */
.organizacija {
  padding-top: 70px;
}

.organizacija .row {
  align-items: center;
}

.organizacija .row h1 {
  padding-bottom: 30px;
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #333539;
}

.organizacija .row p {
  font-size: 18px;
  font-family: var(--poppins-regular);
  color: #333539;
  opacity: 70%;
  padding-right: 35px;
}

.organizacija .img-organizacija {
  max-width: 100%;
  height: auto;
}

/* MISIJA I VIZIJA */
.misija {
  padding: 53px;
}

.kartica .row {
  background: transparent linear-gradient(180deg, #2dabe2 0%, #346ec1 100%) 0%
    0% no-repeat padding-box;
  width: 100%;
  border-radius: 20px;
}

.kartica .row h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: white;
  padding: 35px 0 25px 25px;
}

.kartica .row p {
  font-size: 18px;
  font-family: var(--poppins-regular);
  color: white;
  opacity: 70%;
  padding: 20px 25px 25px 25px;
}

.kartica .row .img {
  text-align-last: end;
  padding-right: 60px;
}

.kartica .row img {
  width: 40%;
}

/* KLJUCNA POLJA RADA */
.kljucna h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #333539;
  padding: 20px 0px 54px 0px;
}

.kljucna .thumb {
  margin-bottom: 19px;
}

.kljucna .slika {
  position: relative;
}

.kljucna .thumb .text-block {
  background-color: #33353999;
  background-clip: content-box;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px;
}

.kljucna .thumb .text-block h4 {
  font-size: 22px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: white;
  position: absolute;
  bottom: 13%;
  left: 9%;
}

/* GODISNJI IZVJESTAJ */
.hide {
  display: none;
}

.project {
  border: 1px solid #eaeaea;
  margin: 20px;
  padding: 20px;
}

.izvjestaji {
  background-color: #f4f9fd;
  padding: 100px 0px 102px 0px;
}

.izvjestaji .header h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
}

.izvjestaji #filteri a {
  font-size: 24px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
}

.izvjestaji #filteri .active {
  color: #346ec1;
  border-bottom: 3px solid #346ec1;
  text-decoration: none;
}

.izvjestaji #filteri .active:focus + .btn,
.btn:focus {
  outline: none;
  box-shadow: unset;
}

.izvjestaji .izvjestaj {
  background: #ffffff;
  box-shadow: 0px 0px 12px #346ec124;
  border-radius: 20px;
  padding: 18px 25px 18px 25px;
  margin: 10px 20px 10px 6px;
}

.izvjestaji .izvjestaj h2 {
  font-size: 24px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
  margin-bottom: auto;
}

.izvjestaji .owl-dots {
  float: left;
  width: 84%;
  margin-top: 29px;
  text-align: left;
}

.izvjestaji .owl-dots button {
  width: 12%;
  background-color: #2dabe261;
  border: unset;
  height: 3px;
}

.izvjestaji .owl-dots .active {
  background-color: #346ec1;
  border: unset;
}

.izvjestaji .owl-nav {
  float: right;
  margin-top: 15px;
}

.izvjestaji .owl-nav button:hover {
  color: #2dabe2;
  background: white;
  border: 1px solid white;
}

.izvjestaji .owl-nav .owl-next {
  background: #327cc9 !important;
  border: 1px solid #327cc9 !important;
  padding: 15px 20px !important;
  padding: 10px !important;
  color: white !important;
  border-radius: 15px !important;
  margin-left: 20px !important;
}

.izvjestaji .owl-controls {
  display: flex;
  align-content: center;
  justify-content: space-between;
  text-align: left;
}

.izvjestaji .owl-pagination {
  align-self: center;
  width: 84%;
}

.owl-buttons {
  display: flex;
}

.izvjestaji .owl-page {
  width: 33%;
}

.izvjestaji .owl-page.active {
  background-color: #346ec1 !important;
}

.izvjestaji .owl-pagination .owl-page span {
  width: 100%;
  margin: 0;
  height: 2px;
  background-color: #2dabe261;
}

.izvjestaji .owl-theme .owl-controls .owl-buttons div {
  background-color: unset;
  opacity: 1;
  margin: unset;
  padding: unset;
  font-size: unset;
}

.owl-nav {
  margin-top: 20px;
}

.owl-buttons .owl-prev {
  margin-right: 20px;
}

.owl-buttons i {
  background: #327cc9;
  padding: 20px;
  color: white;
  border-radius: 13px;
  margin-left: 20px;
}

.owl-buttons i:hover {
  background: white;
  color: #2dabe2;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .izvjestaji .owl-page {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .izvjestaji .owl-buttons {
    display: none;
  }

  .izvjestaji .owl-pagination {
    width: 100%;
  }

  .izvjestaji .owl-page {
    width: 20%;
  }
}

/*---------- moduli.php---------- */
#partneri {
  background-color: #f6f6f6;
}

#partneri .row {
  margin-top: 70px;
}

#partneri span {
  font-size: 16px;
  font-family: var(--poppins-semibold);
  font-weight: 700;
  color: white;
  background: #2dabe2;
  padding: 4px 20px 4px 20px;
  letter-spacing: 3.6px;
}

#partneri h1 {
  font-size: 58px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #346ec1;
  margin: 20px 0px 40px 0;
}

#partneri h2 {
  font-size: 20px;
  font-family: var(--poppins-regular);
  font-weight: 400;
  color: #333539;
}

.svi-partneri {
  background: #f4f9fd 0% 0% no-repeat padding-box;
}

#svi-partneri .btn {
  margin: 0px 50px;
  font-size: 18px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
}

#svi-partneri .btn.active {
  background: transparent linear-gradient(180deg, #2dabe2 0%, #346ec1 100%) 0%
    0% no-repeat padding-box;
  border-radius: 11px;
  color: white;
}

#lista-partnera {
  margin-top: 20px;
  overflow: hidden;
}

#lista-partnera .col-lg-4 {
  background: white;
  box-shadow: 0px 0px 9px #346ec133;
  border-radius: 20px;
  width: 30.333333%;
  margin: 10px;
}

.partner-slika {
  padding-top: 20px;
}

.partner-text {
  padding-top: 30px;
  padding-bottom: 10px;
}

.partner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.partner-box .pdf {
  margin-right: 5px;
}

.partner-box .txt {
  font-size: 18px;
  color: #333539;
  font-family: var(--poppins-regular);
  font-weight: 300px;
}

.filterDiv {
  float: left;
  display: none !important;
  /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block !important;
}

#lista-partnera .dugme button {
  display: none;
}

/*---------- VIJESTI.HTML---------- */
.vijest {
  background-image: url("../assets/images/about/circle-bg.svg");
  background-position-x: 1038px;
  background-repeat: no-repeat;
  background-position-y: -734px;
  background-size: contain;
}

.vijest .container {
  margin-top: 140px;
}

.vijest .container .naslov {
  font-size: 120px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #346ec1;
  text-align: left;
  margin-bottom: 50px;
}

.vijest .container .glavna-vijest .content {
  padding: 35px 15px 0px 50px;
}

.vijest .container .glavna-vijest .col-lg-7 img {
  padding-bottom: 30px;
}

.vijest .container .glavna-vijest .datum-vijesti {
  font-size: 16px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  opacity: 60%;
  margin-bottom: 30px;
}

.vijest .container .glavna-vijest .naslov-vijesti {
  font-size: 38px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
}

.vijest .container .glavna-vijest .naslov-vijesti a {
  text-decoration: none;
  color: #333333;
}

.vijest .container .glavna-vijest .tekst-vijesti {
  font-size: 16px;
  font-family: var(--poppins-regular);
  color: #333539;
  opacity: 70%;
}

.vijest .container .row .vijest-box {
  margin: 25px 0px;
}

.vijest .container .row .vijest-box .vijest-slika img {
  margin-bottom: 20px;
}

.vijest .container .row .vijest-box .vijest-box-datum {
  font-size: 14px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  opacity: 70%;
}

.vijest .container .row .vijest-box .vijest-box-naslov {
  font-size: 28px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #333333;
}

.vijest .container .row .vijest-box .vijest-box-naslov a {
  text-decoration: none;
  color: #333333;
}

.vijest .container .row .vijest-box .vijest-box-tekst {
  font-size: 16px;
  font-family: var(--poppins-regular);
  color: #333539;
  opacity: 70%;
}

.vijest .container .row .col-lg-4 {
  display: none;
}

.ucitaj-vijesti-dugme {
  text-align: center;
}

.ucitaj-vijesti-dugme button {
  background: #ffffff;
  border: 2px solid #346ec1;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 0.08px;
  font-family: var(--poppins-regular);
  font-weight: 500;
  color: #346ec1;
  padding: 20px 95px 20px 95px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*---------- VIJESTI-TEMPLATE.HTML---------- */
.clanak {
  overflow-x: unset;
}

.clanak .container .row .datum {
  font-size: 18px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  opacity: 70%;
  margin-top: 136px;
  text-align: center;
}

.clanak .container .row .naslov {
  font-size: 54px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333333;
  text-align: center;
  padding: 20px 150px 30px 150px;
}

.clanak .container .row .slika-autor {
  width: auto;
  height: 100px;
}

/* .clanak .container .row .slika-autor img{
    max-width: 100%;
} */
.autor-vijesti {
  font-size: 25px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333333;
  text-align: center;
  padding: 0px 150px 15px 150px;
}

.clanak .container .row .ime-autor {
  font-size: 15px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  text-align: center;
  margin-bottom: 40px;
}

.clanak .container .row p {
  font-size: 18px;
  font-family: var(--poppins-regular);
  font-weight: 400;
  color: #333539;
  opacity: 70%;
}

.clanak .container .row .col-sm-33 {
  display: none;
  margin: 10px;
}

.clanak .container .row .jos-slika {
  position: relative;
}

.clanak .container .row .col-sm-33 .text-block {
  background-color: #33353999;
  background-clip: content-box;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  cursor: pointer;
}

.clanak .container .row .col-sm-33 .text-block h4 {
  font-size: 54px;
  font-family: var(--dmsans-bold);
  font-weight: 400;
  color: white;
  position: absolute;
  bottom: 23%;
  left: 29%;
}

.podijeli {
  width: auto;
}

.clanak .container .row .podijeli h3 {
  font-size: 18px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  align-self: end;
}

/* social icons on Vijesti-template */
.social-icon-item-black {
  width: 24px;
  height: 24px;
  color: #333539;
}

.prilozi {
  background-color: #f4f9fd;
  padding: 20px 40px 20px 40px;
}

.prilozi .row h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
  /* margin-left: 30%; */
}

.prilozi .row .prilog {
  background: #ffffff;
  box-shadow: 0px 0px 12px #346ec124;
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
  margin: 10px 20px 10px 6px;
}

.prilozi .row .prilog h2 {
  font-size: 22px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
  margin-bottom: 0;
}

.povezane-vijesti .container .text-center h1 {
  font-size: 54px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333333;
  margin-top: 60px;
  margin-bottom: 10px;
}

#vijesti-slider .col-lg-4 {
  width: 100%;
}

.povezane-vijesti .container .row .vijest-box {
  margin: 25px 10px;
}

.povezane-vijesti .container .row .vijest-box .vijest-slika img {
  margin-bottom: 20px;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-datum {
  font-size: 14px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  opacity: 70%;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-naslov {
  font-size: 28px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #333333;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-naslov a {
  text-decoration: none;
  color: #333333;
}

.povezane-vijesti .container .row .vijest-box .vijest-box-tekst {
  font-size: 16px;
  font-family: var(--poppins-regular);
  color: #333539;
  opacity: 70%;
}

/*---------- PROJEKTI.HTML---------- */

.projekti {
  background-color: #fff !important;
  background-image: url("../assets/images/projekti/pozadina-projekti.svg");
  background-repeat: no-repeat;
  background-position-x: 1188px;
  background-position-y: -635px;
}

.projekti .row {
  margin: 130px 0px 130px 0px !important;
}

.projekti .row .head-pictures img {
  width: 90%;
  margin-left: 70px;
}

.nasi-projekti {
  background-color: #f4f9fd;
  padding: 50px 0px 50px 0px;
}

.nasi-projekti .container .naslov h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
  margin-bottom: 50px;
}

.nasi-projekti .container .row {
  justify-content: space-evenly;
}

.nasi-projekti .container .row .col-lg-6 {
  /* display: none; */
}

.nasi-projekti .container .row .col-lg-6 .projekat-box {
  background: #fff;
  box-shadow: 0px 0px 46px #346ec133;
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
  margin-bottom: 20px;
  display: none;
}

.projekat-icon img {
  max-height: 50px;
  width: auto;
}

.nasi-projekti .container .row .col-lg-6 .projekat-icon .opis-slike {
  font-size: 18px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  margin-left: 20px;
}

.nasi-projekti .container .row .col-lg-6 .projekat-naziv h1 {
  font-size: 32px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #346ec1;
  margin-top: 25px;
}

.nasi-projekti .container .row .col-lg-6 .partner h2 {
  font-size: 14px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  opacity: 80%;
  margin-top: 25px;
  margin-bottom: 0px;
}

.nasi-projekti .container .row .col-lg-6 .partner h3 {
  font-size: 22px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
}

/*---------- PROJEKAT-TEMPLATE.HTML---------- */
.projekat-1 {
  background: transparent
    radial-gradient(closest-side at 70% 54%, #2dabe2 0%, #346ec1 100%) 0% 0%
    no-repeat padding-box;
}

.projekat-1 .container {
  margin-top: 70px;
  background-image: url("../assets/images/projekti/EYCA/Group\ 528.svg");
  background-repeat: no-repeat;
  background-position: top;
}

.projekat-1 .container .row .slika-projekta {
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: -webkit-center;
}

.projekat-1 .container .row .slika-projekta span {
  display: block;
  height: 120px;
  width: 120px;
  line-height: 115px;
  border-radius: 60px;
  background-color: white;
  text-align: center;
}

.projekat-1 .container .row .slika-projekta img {
  width: 70%;
}

.projekat-1 .container .row .naslov-projekta h2 {
  font-size: 28px;
  font-family: var(--poppins-semibold);
  font-weight: 500;
  color: #dfeff9;
  text-align: center;
  margin: 40px 0;
}

.projekat-1 .container .row .naziv-projekta h1 {
  font-size: 58px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}

.projekat-1 .container .row .godina-projekta h3 {
  font-size: 38px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #dfeff9;
  text-align: center;
  margin-bottom: 160px;
  margin-top: 20px;
}

.projekat-opsirno .container .row .col-lg-12 {
  margin-top: -70px;
}

.cover-image {
  border-radius: 25px;
}

.projekat-opsirno .container .row .partner-donator h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #333539;
  margin-bottom: 20px;
}

.projekat-opsirno .container .row .projekat-box {
  padding: 60px;
  background: #2dabe2 0% 0% no-repeat padding-box;
  border-radius: 20px;
}

.projekat-opsirno .container .row .projekat-box .projekat-naziv h1 {
  font-size: 54px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
}

.projekat-opsirno .container .row .projekat-box .projekat-naziv h2 {
  font-size: 18px;
  font-family: var(--dmsans-bold);
  font-weight: 500;
  color: #dfeff9;
}

.projekat-opsirno .container .row .projekat-box h3 {
  font-size: 14px;
  font-family: var(--poppins-semibold);
  font-weight: 500;
  color: #dfeff9;
}

.projekat-opsirno .container .row .projekat-box h4 {
  font-size: 22px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}

.projekat-opsirno .container .row .projekat-box .mreze {
  padding-top: 20px;
}

.projekat-opsirno .container .row .projekat-box .mreze .social-icons a {
  width: 24px;
  height: 24px;
  margin-left: unset;
  background: white;
  color: #2dabe2;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.projekat-opsirno .container .row .projekat-box .websajt {
  text-align-last: end;
}

.projekat-opsirno .container .row .projekat-box .websajt a {
  border: 2px solid white;
  padding: 15px 40px 15px 13px;
  border-radius: 15px;
  color: white;
  text-decoration: unset;
}

.projekat-opsirno .container .row .projekat-box .websajt img {
  margin-right: 20px;
  margin-bottom: 2px;
}

.ostali-projekti .text-center h1 {
  font-size: 48px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
  margin-bottom: 50px;
  margin-top: 50px;
}

#ostali-projekti-slider {
  /* margin-left: 13% */
}

#ostali-projekti-slider .col-lg-6 {
  width: 96%;
}

.nasi-projekti .container .row .col-lg-6 {
  /* display: none; */
}

.ostali-projekti .row .col-lg-6 .projekat-box {
  background: #fff;
  box-shadow: 0px 0px 46px #346ec133;
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
  margin-bottom: 20px;
  margin: 50px 50px 20px 50px;
  /* display: none; */
}

.ostali-projekti .row .col-lg-6 .projekat-icon .opis-slike {
  font-size: 18px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  margin-left: 20px;
}

.ostali-projekti .row .col-lg-6 .projekat-naziv h1 {
  font-size: 32px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #346ec1;
  margin-top: 25px;
}

.ostali-projekti .row .col-lg-6 .partner h2 {
  font-size: 14px;
  font-family: var(--poppins-semibold);
  font-weight: 600;
  color: #333539;
  opacity: 80%;
  margin-top: 25px;
  margin-bottom: 0px;
}

.ostali-projekti .row .col-lg-6 .partner h3 {
  font-size: 22px;
  font-family: var(--dmsans-bold);
  font-weight: 600;
  color: #333539;
}

/*---------- podrska.php---------- */

.tim {
  background-color: #f4f9fd;
}

.tim .container .row .col-md-4 h1 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 72px;
  color: #333539;
  padding: 80px 40px;
}

.tim .container .row .mobile-naslov {
  display: none;
}

.tim .container .row .mobile {
  display: none;
}

.tim .container .row .timslika {
  background-image: url(../assets/images/tim/tim_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tim .container .row .col-md-4 h2 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 32px;
  color: #333539;
  margin-top: 20px;
}

.tim .container .row .col-md-4 h3 {
  font-family: var(--poppins-regular);
  font-weight: 600;
  color: #333539;
  opacity: 80%;
  font-size: 16px;
  margin-top: 15px;
}

.volonteri .container .row .col-md-8 h1 {
  font-family: var(--dmsans-italic);
  font-style: italic;
  font-size: 48px;
  color: #333539;
}

.volonteri .container .row .col-md-8 h1 span {
  color: #346ec1;
  font-weight: 700;
}

.volonteri .container .row .col-md-8 h2 {
  font-family: var(--poppins-regular);
  font-weight: 600;
  font-size: 26px;
  color: #333539;
  opacity: 80%;
}

.volonteri .container .row .col-md-4 h2 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 32px;
  color: #333539;
  margin-top: 20px;
}

.prijavise .container .row {
  box-shadow: 0px 0px 46px #346ec133;
  border-radius: 52px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.prijavise .container .row .col-md-12 h1 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 48px;
  color: #346ec1;
  margin-top: 80px;
}

.prijavise .container .row .col-md-12 .btn-light {
  border-radius: 20px;
  color: white;
  background-color: #346ec1;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--poppins-semibold);
  margin-top: 25px;
  padding: 20px 0 20px 0;
  width: 186px;
  margin-bottom: 64px;
}

.prijavise .container .row .col-md-12 .btn-light i {
  margin-left: 30%;
}

.lijevi {
  padding-left: 0;
  position: absolute;
  width: unset;
}

.desni {
  right: 0%;
  padding-right: 0;
  position: absolute;
  width: unset;
}

.firstcol h1 {
  position: relative;
  text-align: center;
}

/* ------kontakt.php---------- */
.kontakt {
  background-image: url(../assets/images/kontakt/pozadina.svg);
  background-repeat: no-repeat;
  background-position: revert;
}

.kontakt .container {
  margin-top: 80px;
}

.kontakt .container .row .col-lg-12 {
  margin-top: 80px;
}

.kontakt .banner span {
  font-size: 16px;
  font-family: var(--poppins-semibold);
  font-weight: 700;
  color: white;
  background: #2dabe2;
  padding: 4px 20px 4px 20px;
  letter-spacing: 3.6px;
}

.kontakt .banner .row h1 {
  padding: 0 70px;
  font-size: 58px;
  font-family: var(--dmsans-bold);
  font-weight: 700;
  color: #346ec1;
  margin: 20px 0px 40px 0;
}

.kontakt-forma {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #2dabe2 0%, #346ec1 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 0px 46px #346ec133;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 80px 0;
}

.kontakt-forma .informacije {
  background: #ffffff5e;
  box-shadow: 0px 0px 46px #346ec133;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(36px);
  -webkit-backdrop-filter: blur(36px);
  margin-left: -7%;
  padding: 50px;
}

.kontakt-forma .informacije h1 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 48px;
  color: #333539;
  margin-bottom: 30%;
}

.kontakt-forma .informacije span {
  font-family: var(--poppins-regular);
  font-size: 20px;
  color: #333539;
  margin-left: 15px;
}

.kontakt-forma .informacije .podaci {
  margin-bottom: 40px;
}

.kontakt-forma .informacije .row img {
  width: 34px;
  height: 34px;
  margin-right: 15px;
}

.kontakt-forma .informacije .social-icons {
  margin-top: 36%;
}

.kontakt-forma .informacije .social-icons a {
  margin-right: 20px;
}

.kontakt-forma .forma {
  padding: 0 50px;
}

.kontakt-forma .forma .form h1 {
  font-family: var(--dmsans-bold);
  font-weight: 400;
  font-size: 35px;
  color: white;
  margin-bottom: 10%;
  text-align: center;
}

.kontakt-forma .forma .form input,
.kontakt-forma .forma .form textarea {
  margin: 10px;
  background-color: rgba(244, 249, 253, 0);
  color: white;
  border: 1.5px solid white;
  height: 55px;
  border-radius: 16px;
  outline: none;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

.kontakt-forma .forma .form .poruka {
  min-height: 220px;
}

.kontakt-forma .forma .form .posalji {
  padding: 15px;
  margin: 10px;
  width: 40%;
  background: white;
  border: unset;
  border-radius: 16px;
  color: #346ec1;
  font-family: var(--poppins-semibold);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: unset;
}

::placeholder {
  color: white;
  font-family: var(--poppins-regular);
  font-size: 16px;
}

.mobile {
  display: none;
}

.poslato h1 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 32px;
  color: #346ec1;
  margin-top: 50px;
}

.poslato p {
  font-family: var(--poppins-regular);
  font-weight: 400;
  font-size: 20px;
  color: #333539;
  margin-top: 30px;
  padding: 0 20%;
}

.poslato .btn-light {
  border-radius: 20px;
  color: white;
  background-color: #346ec1;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--poppins-semibold);
  margin-top: 25px;
  padding: 20px 0 20px 0;
  width: 186px;
  margin-bottom: 64px;
}

.modal {
  padding: 0;
  z-index: 9999;
}

.modal-content {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #e9ecef 0%, #c6cbcf 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 0px 46px #346ec133;
  border-radius: 20px;
}

#exampleModal .mobile,
.mobileh1 {
  display: none;
}

#exampleModal .input-group {
  /* width: 40%; */
  flex-direction: column;
  align-content: center;
}

#exampleModal .row {
  box-shadow: unset;
}

#exampleModal h1 {
  font-family: var(--dmsans-bold);
  font-weight: 700;
  font-size: 58px;
  color: #ffffff;
}

#exampleModal .input--style-1 {
  padding: 10px 15px;
  background-color: #ffffff00;
  border: 1px solid white;
  border-radius: 16px;
  margin-bottom: 15px;
  width: 30%;
  font-family: var(--dmsans-bold);
  outline: none;
  color: white;
}

#exampleModal .poruka {
  background-color: #ffffff00;
  color: white;
  border: 1px solid white;
  max-height: 150px;
  border-radius: 16px;
  outline: none;
  width: 30%;
  overflow: hidden;
  padding: 10px;
}

#exampleModal .input-icon {
  position: absolute;
  font-size: 18px;
  color: #ccc;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

#exampleModal select {
  padding: 10px 15px;
  background-color: #ffffff00;
  border: 1px solid white;
  border-radius: 16px;
  margin-bottom: 15px;
  width: 100%;
  font-family: var(--dmsans-bold);
  color: white;
  outline: none;
  cursor: pointer;
}

/* SELECT ARROW */
#exampleModal select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../assets/images/tim/modal/select-strelica.svg);
  background-position: 96%;
  background-repeat: no-repeat;
}

#exampleModal #datum {
  background-image: url(../assets/images/tim/modal/kalendar.svg);
  background-position: 96%;
  background-repeat: no-repeat;
  color: white;
}

#exampleModal select option {
  color: #333;
}

#exampleModal select::after {
  content: ">";
  font: 17px "Consolas", monospace;
  color: #333;
  transform: rotate(90deg);
  right: 15px;
  top: 18px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

#exampleModal .button-posalji {
  border-radius: 20px;
  color: #346ec1;
  background-color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--poppins-semibold);
  margin-top: 25px;
  padding: 20px 0 20px 0;
  width: 186px;
  border: 1px solid white;
}

::-webkit-calendar-picker-indicator {
  background-image: url(../assets/images/tim/modal/kalendar.svg);
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

/* MODAL KALENDAR */
.ui-widget-header {
  font-family: var(--dmsans-bold);
  color: #333539;
}

.ui-datepicker th {
  font-family: var(--dmsans-bold);
  color: #333539;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-family: var(--poppins-regular);
  color: #333539;
}

/*za share*/
.share i {
  color: #333539 !important;
  margin-left: 5px;
  margin-right: 5px;
}

#copy_link_success {
  font-size: 13px;
  font-style: italic;
  color: rgb(106 106 106);
  margin-bottom: 0px;
  margin-top: 10px;
}

.tim-social-icons i {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #333539 !important;
}

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

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

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

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

  .popup-content h2 {
    font-size: 19px;
  }
}

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

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

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

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

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

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

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

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

.email_p {
  color: #000000;
}

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

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

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

.popup-section {
  width: 100%;
}

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

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

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

#subscribepopup {
  white-space: nowrap;
}

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

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

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

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

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

/*newsletter section*/

.newsletter-section-look .messages p {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.newsletter-section-look .messages .valid-info {
  color: #01e901;
  display: none;
}

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

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

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

.messages {
  margin-top: 10px;
}

.invalid-info {
  color: red;
  font-size: 12px;
  display: none;
}

.valid-info {
  color: green;
  font-size: 12px;
  display: none;
}
