body {
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif !important;
}

.white-bg {
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333;
}

html {
  scroll-behavior: smooth;
  /* Omogućava glatko skrolanje */
}
.discount-16 {
  padding-top: 25px;
}
.lifeguard-info-section-item p,
.lifeguard-info-section-item ul,
.lifeguard-info-section-item li,
.section-description p:not(.lifeguard-h4),
.section-description ul,
.section-description li,
.proccess-item-description p,
.proccess-item-description ul,
.proccess-item-description li,
.font {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-25_6, 25.6px);
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.font2 {
  color: var(
    --www-work-and-travel-agencija-info-mine-shaft,
    var(--color-grey-20, #333)
  );
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-24, 24px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-27_6, 27.6px);
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.font3 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-25_6, 25.6px);
  /* 160% */
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.font1a {
  color: var(
    --www-work-and-travel-agencija-info-emperor,
    var(--color-grey-31, #505050)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-26, 26px);
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-27_6, 27.6px);
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.font1 {
  color: var(
    --www-work-and-travel-agencija-info-emperor,
    var(--color-grey-31, #505050)
  );
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-36_4, 36.4px);
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}
.text-last-center {
  text-align-last: center;
}
.font4a {
  color: var(
    --www-work-and-travel-agencija-info-white,
    var(--color-white-solid, #fff)
  );
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-26, 26px);
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-27_6, 27.6px);
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.font4 {
  color: var(
    --www-work-and-travel-agencija-info-white,
    var(--color-white-solid, #fff)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: var(--font-size-36, 36px);
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-30_6, 30.6px);
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.color-orange {
  color: rgb(237, 169, 108);
}

/*

Kartice

*/

.realestateslisttitle {
  text-align: center;
  font-size: 1.2em;
}

.kartice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 75vh;
  flex-wrap: wrap;
}

.kartica1 {
  width: 20vw;
  height: auto;
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  overflow: hidden !important;
  position: relative;
  transition: transform 0.3s ease;
}

.kartica1:hover .person-image {
  transform: scale(1.05);
  /* Povećava sliku za 10% prilikom hovera */
  filter: brightness(1.1);
}

.person-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.person-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s;
  overflow: hidden !important;
}

.person-image:hover {
  transform: scale(1.1);
}

.person-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: color 0.3s;
  color: rgb(152, 94, 249);
  margin-top: 20px;
}

.person-name:hover {
  color: rgb(152, 94, 249);
}

.hoverimg:hover {
  filter: brightness(1.1);
}

.social-media-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.kon1 {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: rgb(152, 94, 249) !important;
  /* Plava boja */
  border-style: solid !important;
  border-radius: 5px;
  text-decoration: none;
  /* Uklanja podcrtavanje */
  transition: background-color 0.3s;
  /* Efekt prelaza */
  z-index: 100;
  margin-bottom: 20px;
}

.btn:hover {
  background-color: rgb(152, 94, 249) !important;
  /* Tamnija plava boja pri hoveru */
  z-index: 100;
  color: white !important;
}

.person-description {
  width: 92%;
}

.des {
  width: 100%;
  text-align: center;
  padding: 0% 5%;
}

.kontejner-uzi {
  padding: 0 10vw;
}

.kontejner-desno-uze {
  padding-right: 10vh;
}

.text-left {
  text-align: left !important;
}

/*

SLAJDER ABOUT

*/

.carousel-inner-about {
  height: 75vh !important;
  /* Postavite željenu visinu karusela */
}

.carousel-item-about {
  height: 100% !important;
  /* Osigurava da svaki item zauzima punu visinu karusela */
}

.carousel-item-about img {
  height: 100% !important;
  /* Slike će se prilagoditi visini karusela */
  width: 100% !important;
  /* Slike će se prilagoditi širini karusela */
  object-fit: cover !important;
  /* Održava proporcije slika bez izobličenja */
  object-position: center !important;
}

.carousel-item {
  transition: opacity 0.5s ease-in-out;
  /* Smooth transition for opacity */
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  /* Ensure all items are displayed */
  opacity: 0;
  /* Start with opacity 0 */
}

.carousel-item.active {
  opacity: 1;
  /* Active item is fully visible */
}

/*

LOGO SLIDER

*/

.logo-slider {
  overflow: hidden;
  width: 100%;
  /* Prilagodi prema potrebi */
  display: flex;
  justify-content: center;
  background-color: white;
}

.logo-track {
  display: flex;
  gap: var(--item-spacing-20, 20px);
  animation: scroll 15s linear infinite;
  /* Postavljamo širinu da pokrije cijeli niz logotipa */
  width: calc(159%);
  /* Za kontinuiranu animaciju */
  padding: 10.45px 0 9.55px 0;
}

.logo-track img {
  width: 237px;
  /* Prilagodba širine logotipa */
  height: auto;
}

/* Kontinuirana animacija */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*

PRICE CARD

*/

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
  height: 130vh;
}

@media screen and (min-width: 1024px) {
  .box-container {
    flex-direction: row;
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 26%;
  margin-bottom: 35px;
  max-width: 100%;
  display: inline-block;
  height: 100%;
}

.flip-box {
  width: 100%;
  height: 100%;
  position: relative;
  /* Sprečava preklapanje front/back strana */
  transform-style: preserve-3d;
  /* Omogućava 3D efekat */
  perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 8px;
}

.flip-box-front {
  transform: rotateY(0deg);
}

.flip-box-back {
  transform: rotateY(180deg);
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 45px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;

  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box-header-mini {
  font-size: 22px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
  width: 40%;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}

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

.color-white {
  color: #fff !important;
}

.flipped .flip-box-front {
  transform: rotateY(-180deg);
}

.flipped .flip-box-back {
  transform: rotateY(0deg);
}

/*

FAQ

*/

.faq {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question-text {
  width: 80%;
  font-weight: bold;
}

.faq-item-description {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.faq hr {
  opacity: var(--opacity-25, 0.25);
  height: 1.5px;
}

.faq-naslov {
  padding-bottom: 50px;
}

.btn-rounded {
  width: 65px !important;
  height: 65px;
  border-radius: 200px !important;
  color: #000;
}
.btn-rounded:not(.active) {
  background-color: #ffc107;
}
.btn-rounded.active {
  background-color: #985ef9;
}

/*

NAVIGATION

*/

.nav-container {
  background-color: transparent !important;
  transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
  z-index: 1000;
}

.nav-container.scrolled {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.companylogo {
  margin-top: 25px;
  width: 420px;
  transition: width 0.5s ease-in-out, margin-top 0.5s ease-in-out;
}

.realestateagency {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
}

.navbar-nav .nav-item {
  border-left: 1px solid #d6d6d6;
}
.navbar-nav .nav-item:hover {
  border-left: 2.5px solid #fff;
}
.social-icon svg {
  width: 26px;
  height: 26px;
}
.social-icon svg:hover {
  width: 30px;
  height: 30px;
}

.navbar-nav .nav-link:hover {
  color: white;
  /* Boja pri hoveru */
}

.sticky-top {
  top: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled .companylogo {
  width: 170px;
  transition: width 0.5s ease-in-out;
}

.navbar .dropdown a::after {
  content: none;
}

.dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #00000097;
  position: relative;
  width: 100%;
}

.navbar-nav .dropdown-menu {
  position: static;
  width: 225% !important;
  text-align: center;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #000000;
  color: white;
}

.dropdown-menu {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.6);
}

.dropdown-menu .dropdown-submenu {
  position: relative !important;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0px;
  border-radius: 0px;
  display: none !important;
}

.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item {
  white-space: nowrap !important;
}

.wt {
  position: absolute;
  width: 100px !important;
  top: 450px;
  left: 250px;
}

.scrolled {
  padding: 0px !important;
}

#nav {
  background: linear-gradient(180deg, #14141e 0%, rgba(20, 20, 30, 0) 100%);
  position: fixed;
  /* Da ostane na vrhu ekrana */
  width: 100%;
  /* Da pokriva celu širinu */
  z-index: 1000;
  /* Da bude iznad drugih elemenata */
  /*height: 13vh;*/
  transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out,
    height 0.5s ease-in-out, padding 0.5s ease-in-out;
  /* Smooth transition */
}

/*

TOP BAR

*/

.y-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.top-bar.hidden {
  display: none;
}

.top-bar.hidden + .navbar {
  margin-top: 0;
}

.left-icons {
  display: flex;
}

.social-icon {
  fill: #eff0fb;
  text-decoration: none;
}
.social-icon:hover {
  fill: #985ef9;
}

.right-links {
  display: flex;
  align-items: center;
}

.right-links a {
  margin-left: 15px;
  /* razmak između linkova */
  color: #333;
  /* boja linkova */
  text-decoration: none;
  /* ukloni podcrtavanje */
}

.right-links a:hover {
  color: #ffffff;
  /* boja pri hoveru */
}

.separator {
  margin: 0 10px;
  /* razmak oko separatora */
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  /* prilagodite prema potrebi */
  background-color: rgba(87, 88, 101, 0.65);
  /* ili bilo koja boja pozadine koju želite */
  position: sticky;
  /* Postavlja top-bar u sticky poziciju */
  top: 0;
  /* Početna pozicija top-bar-a */
  width: 100%;
  /* Širina top-bar-a */
  z-index: 1000;
}

/*

HEADER

*/

video {
  width: 100vw !important;
}

.height {
  height: 70vh;
}

/*

ANIMACIJE

*/

/*.animate-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
    position: relative;
}

.animate-text.visible {
    opacity: 1;
    transform: translateY(0);
}*/

/*

TABLICA

*/

table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 18px;
  text-align: center;
}

th,
td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

thead {
  background: #ffc107;
  color: white;
}

tr:nth-child(even) {
  background-color: var(--color-grey-96, #eff0fb);
}

tbody tr:hover {
  background-color: #ddd;
}

/*

GALERIJA SLIKA

*/

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  /* Postavite željenu visinu */
  object-fit: cover;
  /* Održava omjer slike */
  transition: transform 0.3s ease, filter 0.3s ease;
  margin-bottom: 1.6em;
}

.gallery-item:hover img {
  filter: brightness(0.7);
}

.icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.gallery-item:hover .icon-overlay {
  opacity: 1;
}

/* Modal styles */
.modal-dialog {
  width: 80%;
  /* Postavite željenu širinu modala (80% ekrana) */
  max-width: 90%;
  /* Ograničava širinu modala na 90% ekrana */
  height: 70vh;
  /* Ograničava visinu modala na 80% visine ekrana */
  margin: 30px auto;
  /* Centerira modal */
}

.modal-body {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.modal-content {
  padding: 20px;
  height: 100vh;
  width: 80vw;
  background-color: black;
}

#prevImage,
#nextImage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0);
  color: white;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 125px;
  cursor: pointer;
  z-index: 10;
}

#prevImage {
  left: 10px;
}

#nextImage {
  right: 10px;
}

#prevImage:hover,
#nextImage:hover {
  background: rgba(0, 0, 0, 0);
}

.padding-bottom-small {
  padding-top: 2em;
}

.padding-bottom-small1 {
  padding-top: 2em;
  padding-bottom: 1em;
}

.modal-img {
  max-width: auto;
  /* Osigurava da slika ne prelazi širinu modala */
  max-height: auto;
  /* Ograničava visinu slike na 80% visine ekrana */
  object-fit: contain;
  /* Održava proporcije slike */
  display: block;
  margin: auto;
}

/*

FLOATING BUTTON

*/

.floating-buttons {
  position: fixed;
  /* Fiksna pozicija */
  bottom: 36px;
  /* Udaljenost od donjeg dela ekrana */
  right: 27px;
  /* Udaljenost od desnog dela ekrana */
  display: flex;
  /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column;
  /* Vertikalno poravnanje gumba */
  gap: 10px;
  /* Razmak između gumba */
  z-index: 1000;
  /* Osigurava da su gumbi iznad drugih elemenata */
}

.but {
  background: #484848;
  /* Pozadina gumba */
  padding: 10px;
  /* Unutrašnji razmak */
  border-radius: 5px;
  /* Zaobljeni uglovi */
  text-decoration: none;
  /* Uklanja podvlačenje */
  transition: background-color 0.3s;
  /* Efekat prelaza */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.but:hover {
  background-color: rgb(152, 94, 249);
  color: #fff;
  /* Tamnija boja pri prelaženju mišem */
}

.floating-buttons1 {
  position: absolute;
  /* Fiksna pozicija */
  top: 55%;
  right: 60%;
  /* Udaljenost od desnog dela ekrana */
  display: flex;
  /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column;
  /* Vertikalno poravnanje gumba */
  gap: 10px;
  /* Razmak između gumba */
  z-index: 100;
  /* Osigurava da su gumbi iznad drugih elemenata */
}

.but1-link {
  padding: 10.335px 23px 11px 23px;
  border-radius: 3px;
  background: #985ef9;
  color: var(
    --www-work-and-travel-agencija-info-white,
    var(--color-white-solid, #fff)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-13, 13px);
  font-style: normal;
  font-weight: var(--font-weight-600, 600);
  line-height: var(--font-size-16, 16px);
  width: fit-content;
  letter-spacing: var(--letter-spacing-1, 1px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.but1 {
  padding: 17.333px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-78, #c8c8c8);
  background: #985ef9;
  color: var(
    --www-work-and-travel-agencija-info-white,
    var(--color-white-solid, #fff)
  );
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-24, 24px); /* 150% */
  text-transform: uppercase;

  /*border-radius: 10px;
    background: #985EF9;
    padding: 17.5px 34px 17.69px 34px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.3em;
    text-transform: uppercase;
    position: relative;
    inset: 0;
    cursor: pointer;
    transform: rotateX(0), rotateY(0) rotateZ(0);
    display: inline-block;
    transition: all 600ms ease;*/
}

.but1-link:hover,
.but1:hover {
  inset: 6px 0 5.5px 0;
  transform: rotateX(5deg) rotateY(3deg) rotateZ(0.25deg);
  box-shadow: none;
  color: white;
  background-color: rgb(132, 64, 249);
}

.but2 {
  padding: 24.295px 0 24.805px 0;
  border-radius: 5px;
  background: #985ef9;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16.575px;
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-31_2, 31.2px);
  /* 188.235% */
  text-transform: uppercase;
}

.but2:hover {
  box-shadow: none;
  color: white;
  background-color: rgb(145, 85, 249) !important;
}

.herocontainer {
  position: relative;
  /* Osigurava da su apsolutno pozicionirani elementi unutar ovog konteksta */
  overflow: hidden;
  /* Sprječava izlazak sadržaja iz kontejnera */
}

.intotext {
  position: absolute;
  top: 35%;
  left: 14%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: start;
}

.herocontainer img {
  position: absolute;
  /* Ukloni sliku iz normalnog toka */
  top: 50%;
  /* Pomeri sliku na sredinu kontejnera */
  left: 50%;
  /* Pomeri sliku na sredinu kontejnera */
  transform: translate(-50%, -50%);
}

.process img {
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.curke {
  width: 35% !important;
  z-index: 999;
  position: absolute;
  top: 185px;
  right: 150px;
  padding: 0;
}

.social-buttons {
  position: fixed;
  /* Fiksna pozicija */
  bottom: 80px;
  /* Udaljenost od donjeg dela ekrana (iznad gumba) */
  right: 20px;
  /* Udaljenost od desnog dela ekrana */
  display: flex;
  /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column;
  /* Vertikalno poravnanje ikona */
  gap: 10px;
  /* Razmak između ikona */
  z-index: 1000;
  /* Osigurava da su ikone iznad drugih elemenata */
}

.social-buttons-old {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.social-icon-old {
  background-color: #484848;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.social-icon-old:hover {
  background-color: rgb(152, 94, 249);
  color: white;
}

/*

BLOG

*/
.post-normal {
  background: #fff;
}
.post-featured {
  background: var(--color-grey-96, #eff0fb);
}
.post {
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.btn-toggle {
  margin-top: 20px;
  /* Razmak iznad dugmeta */
}

.post-image {
  width: 100%;
  /* Slika će zauzeti cijelu širinu kartice */
  height: 300px;
  /* Postavite željenu visinu za sve slike */
  object-fit: cover;
  /* Slika će se prilagoditi i popuniti kontejner, bez obzira na omjer stranica */
  border-top-left-radius: 8px;
  /* Zaobljeni gornji lijevi ugao */
  border-top-right-radius: 8px;
  /* Zaobljeni gornji desni ugao */
  transition: transform 0.3s;
  overflow: hidden !important;
}

.post:hover .post-image {
  transform: scale(1.05);
  /* Povećava sliku za 10% prilikom hovera */
}

/*

KONTAKT FORMA

*/

.contact-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 60%;
}

h2 {
  margin-bottom: 0px;
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

label {
  margin-bottom: 5px;
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  width: 100%;
  padding: 10.7px 10px 10px 10px;
  border-radius: 4px;
  background: #985ef9;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: var(
    --www-work-and-travel-agencija-info-white,
    var(--color-white-solid, #fff)
  );
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-24, 24px);
  /* 150% */
}

button:hover {
  background-color: rgb(247, 167, 19);
}

/*

SEARCH

*/
.searchcontainer {
  background-color: #eda96c;
  padding: 1em 0;
}

.searchcontainer input,
.searchcontainer select {
  width: 90%;
  margin: 0 5%;
  background-color: #fff;
  border: none;
  height: 2em;
  border-radius: 5px;
}

.searchcontainer button {
  width: 90%;
  margin: 0 5%;
  border: none;
  height: 2em;
  border-radius: 5px;
  font-weight: bolder;
}

/*

PAGIBNATION

*/
.paginationwrapper {
  text-align: center;
  padding: 1em 0;
  width: 100%;
}

.paginationwrapper a {
  display: inline-block;
}

.paginationbutton {
  border-radius: 4px;
  padding: 0.5em 0.8em;
  background-color: #fff;
  color: #000;
  font-weight: bolder;
  margin: 0 0.5em;
}

.activepagination {
  background-color: #a87c3b;
  color: #fff;
}

.paginationbutton:hover {
  background-color: #555;
  color: #fff;
}

/*

CONTENT

*/
.img-responsive {
  width: 100%;
}

.btn {
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 1.2em 0;
  font-weight: bolder;
}

.sendButton {
  background-color: #eda96c;
}

.sendButton:hover {
  background-color: #995111;
  color: #fff;
  transition-duration: 700ms;
}

.mainContentContainer {
  padding: 2em 0;
}

.nopadding {
  padding: 0;
}

.pagetitleintro {
  padding-bottom: 0.59px;
}

.packgerLine {
  background-color: #f2f2f2;
  padding: 0.5em 2em;
  margin: 0.5em 0;
}

.packgerLine:hover {
  background-color: #eee;
}

.form-group {
  padding: 0 0 1em 0;
}

.introhomecontainer {
  background: var(--color-grey-96, #eff0fb);
  padding: 47px 12px 48px 12px;
}

.introhomecontainer1 {
  background-color: #f1f1f1;
  padding-bottom: 3em;
  padding-top: 0em;
}

.introhomecontainer a {
  display: block;
  width: 40%;
  margin: 2em 30%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em 0;
}

.introhomecontainer a:hover {
  background-color: #999;
  color: #000;
  transition: background-color 1s;
}

.introtext {
  font-size: 1.3em;
  font-weight: lighter;
  z-index: 100;
}

.hometext {
  padding: 79px 80px;
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.img-responsive-text {
  width: 100%;
}

.home-gradient {
  background: linear-gradient(
    0deg,
    var(--color-grey-96, #f4f4f4) 0%,
    var(--color-grey-96, #f4f4f4) 100%
  );
  /*background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(244,244,244,1) 80%, rgba(238,159,10,1) 80%);*/
  padding: 2em;
}

.padding-2em {
  padding: 2em;
}

.homehr {
  color: #eda96c;
  background-color: #eda96c;
  opacity: 100%;
}

.home-gradient-right {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 80%,
    rgba(238, 159, 10, 1) 80%
  );
  padding: 2em;
}

.light-grey-background {
  background: var(--color-grey-96, #eff0fb);
}

/*

PROFILE

*/
.profile-pic-user {
  width: 100%;
}

.profilenavigation a {
  font-size: 1.2em;
  border-bottom: 2px solid #eda96c;
}

.profilenavigation {
  margin-bottom: 1em;
}

.mainContentContainer h2 {
  font-weight: lighter;
  font-size: 1.6em;
  margin-top: 2em;
}

.mainContentContainer h3 {
  font-weight: lighter;
  font-size: 1.4em;
}

/*

FOOTER

*/

footer {
  background-color: #000;
  margin: 0px -12px 0px -13px;
  color: #fff;
  padding: 0em 9px 3em;
}

.logo-bridge {
  width: 350px;
  padding: 0px;
}

.footerlogo {
  width: 100%;
}

.footer-h5,
.footer-h6 {
  color: var(
    --www-work-and-travel-agencija-info-white,
    var(--color-white-solid, #fff)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 12.8px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-15_36, 15.36px);
  /* 120% */
}

.footer-h2 {
  color: var(
    --www-work-and-travel-agencija-info-porsche,
    var(--color-orange-68, #eda96c)
  );
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 31.875px;
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: var(--line-height-38_4, 38.4px);
  /* 120.471% */
}

.copyright {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 2em 0px 0;
  width: 107%;
  margin: 0px 0px 0px -12px;
}

.prolinkwebdevelopment {
  font-size: 0.9em;
}

.prolinkwebdevelopment a {
  color: #fff;
}

.copyright .row {
  margin: 0;
}

.footerLink {
  color: #fff;
}

.footerLink:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .searchcontainer {
    height: auto;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #eda96c;
}

.logo-slider-container {
  background: var(--color-grey-96, #eff0fb);
  padding: 32px 0;
}

.logo-slider-title {
  text-align: center;
  padding: 25px 0 42px 0;
}

.logo-slider-text {
  padding: 30.795px 0 32px 0;
}

.paddd {
  padding: 1em 0;
}

.loc {
  padding-right: 1em;
}

/*

MOBILE / RESONSIVE RULES

*/

@media (max-width: 1199px) {
  .navbar-background {
    background: transparent !important;
  }

  .navbar-brand {
    margin-left: -50%;
  }

  /* Prilagodite širinu prema potrebama */
  .navbar-collapse {
    opacity: 0.92;
    background: #985ef9;
    position: absolute;
    top: 98%;
    width: 100%;
    left: 0;
    right: 0;
  }

  .dropdown-menu .dropdown-item {
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #00000097;
    position: relative;
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    width: 100% !important;
    text-align: center;
  }

  .navbar-toggler {
    position: absolute;
    right: 11%;
    border-radius: 6px;
    border: none;
    width: 78px;
    padding: 8px 16px;
  }
  .navbar-toggler.collapsed {
    background: #985ef9;
    border: var(--stroke-weight-4, 4px) solid rgba(0, 0, 0, 0.15);
  }
  .navbar-toggler:not(.collapsed) {
    background: #f7a713;
    border: var(--stroke-weight-4, 4px) solid rgba(0, 0, 0, 0.15);
  }

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

@media (max-width: 768px) {
  .herocontainer {
    height: 60vh !important;
  }

  .herocontainer img {
    width: 224vw !important;
    transform: translate(-27%, 0%);
  }

  .intotext {
    width: 100%;
    top: 8rem;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 2rem;
    z-index: 100;
  }

  .font1 {
    font-size: 20px !important;
  }

  .font4 {
    font-size: 30px !important;
  }

  .floating-buttons1 {
    right: 17%;
    top: 70%;
  }

  .logo-slider-text {
    padding: 31.075px 32px 32.675px 32px;
  }

  .box-container {
    flex-direction: column;
    height: auto;
    margin-top: -50%;
    margin-bottom: 15%;
  }

  .box-item {
    width: 100% !important;
    margin: 34% 0;
    height: 66vh;
  }

  .flip-box-front,
  .flip-box-back {
    min-height: 745px;
  }

  .contact-container {
    width: 100%;
  }

  th,
  td {
    font-size: 12px;
    /* Smanjuje veličinu fonta na manjim ekranima */
    padding: 3px 5px;
  }

  table {
    width: 100%;
    /* Postavlja širinu tablice na 100% */
    border-collapse: collapse;
    /* Uklanja razmake između ćelija */
  }

  .kartice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
  }

  .kartica1 {
    width: 75vw;
    height: auto;
    background-color: #f7f7f7;
    border: none;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    overflow: hidden !important;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 2em;
  }

  .hometext {
    padding: 30px 35px;
    gap: 20px;
  }

  footer {
    background-color: #000;
    margin: 0px -12px 0px -13px;
    color: #fff;
    padding: 0em 9px 3em;
  }

  .copyright {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 2em 0px 0;
    width: 107%;
    margin: 0px 0px 0px -12px;
  }

  .herocontainer img {
    width: 224vw !important;
    transform: translate(-45%, -40%);
  }
}

/*
/* Custom Tabs Styling */

.program-card {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.program-card h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.gallery-preview {
  margin-top: 30px;
}

.gallery-thumb {
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-thumb:hover {
  transform: scale(1.05);
}

/* Responsive adjustments for tabs */
@media (max-width: 768px) {
  .custom-tabs {
    flex-direction: column;
    align-items: center;
  }
}

.post-archive {
  margin-bottom: 0.8em;
  padding: 0.4em 0;
  border-bottom: 1px solid #ccc;
}

.grecaptcha-badge {
  position: relative !important;
}

/* NEW CSS */
hr {
  margin: 0px;
  color: var(--color-azure-15, #212529);
}

p,
.footer-h5,
.footer-h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.footer-items {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-item-main {
  display: flex;
  flex-direction: column;
  padding: 31px 12px;
  gap: 31px;
}

.navbar-background {
  background: linear-gradient(
    180deg,
    rgba(82, 82, 82, 0.72) 0%,
    rgba(184, 184, 184, 0.85) 100%
  );
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-20 {
  gap: 20px;
}

.pb-68 {
  padding-bottom: 6.8px;
}

.pb-16 {
  padding-bottom: 16px;
}

sup {
  font-size: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-home {
  padding: 0 57.594px 0.58px 57.594px;
}

.main-padding-home {
  padding: 19px 12px;
}

.gap-15 {
  gap: 15px;
}

.gap-1479 {
  gap: var(--item-spacing-14_79, 14.79px);
}

.gap-39 {
  gap: var(--item-spacing-39, 39px);
}

.tab-section-h4 {
  color: var(
    --www-work-and-travel-agencija-info-mine-shaft,
    var(--color-grey-20, #333)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-25_6, 25.6px);
  /* 160% */
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.tab-section p:not(.tab-section-h4) {
  color: var(
    --www-work-and-travel-agencija-info-mine-shaft,
    var(--color-grey-20, #333)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-25_6, 25.6px);
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.tab-section strong {
  font-weight: 700;
}

.pb-20 {
  padding-bottom: 20px;
}

/* Work & Travel Team Section */
.work-travel-team-section {
  padding-top: 46px; /*70px;*/
  padding-bottom: 46px; /*96.37px;*/
  background: #eff0fb;
  gap: 46px; /*70px;*/
  display: flex;
  flex-direction: column;
}

.work-travel-team-section .row {
  gap: 70px;
  align-items: flex-start;
}

.team-title {
  color: #985ef9;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 50.4px;
  margin-bottom: 0;
}

.team-member {
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  padding: 15.5px 0;
}

.team-member p {
  color: var(
    --www-work-and-travel-agencija-info-black,
    var(--color-black-solid, #000)
  );
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-28_8, 28.8px);
  /* 160% */
  letter-spacing: var(--letter-spacing-2, 2px);
}

.gap-1023 {
  gap: var(--item-spacing-10_23, 10.23px);
}

.gap-10 {
  gap: var(--item-spacing-10, 10px);
}

.p-10 {
  padding: 10px;
}

.icon-rounded {
  border-radius: 21.12px;
  background: #985ef9;
  width: 42.23px;
  height: 42.23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.symbol {
  position: relative;
}

.symbol::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: var(--stroke-weight-28, 28px) solid #fff;
  border-right: var(--stroke-weight-28, 28px) solid transparent;
  border-left: var(--stroke-weight-28, 28px) solid transparent;
  z-index: 10;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricelist h3:not(.ptb-10) {
  text-decoration: underline;
}
.pricelist2 h3,
.pricelist-special,
.pricelist h3 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  text-align: start;
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}
.pricelist ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}
.pricelist ul,
.payment-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricelist p:not(.discount),
.pricelist li {
  color: var(--web-archive-org-dove-gray, var(--color-grey-40, #666));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-25_6, 25.6px); /* 160% */
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}
.pricelist li {
  list-style-type: disc;
}

.pricelist strong {
  color: #985ef9;
}
.pricelist span {
  font-weight: 600;
}

.pricelist {
  padding: 10px 20px;
  gap: 10px;
  background: #fff;
}

.pricelist2 {
  padding: 10px 20px;
  gap: 25px;
  background: #fff;
}

.card-section {
  background: var(--color-grey-96, #eff0fb);
}

.discount {
  color: #f00;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  letter-spacing: var(--letter-spacing-0_15, 0.15px);
}

.pricelist-title {
  color: var(
    --www-work-and-travel-agencija-info-shark,
    var(--color-azure-15, #212529)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-28, 28px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-33_6, 33.6px);
  /* 120% */
}

.basic-page {
  padding: 48px 0px;
  background: #f2f2f2;
}

.basic-page-body {
  padding: 0 12px;
  gap: 14px;
}

.basic-page-body ul {
  margin-bottom: 0px;
}

.basic-page-body h3 {
  text-align: start;
  color: var(
    --www-work-and-travel-agencija-info-shark,
    var(--color-azure-15, #212529)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-28, 28px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-33_6, 33.6px);
  /* 120% */
  padding-bottom: 94px;
}

.basic-page-body h2 {
  text-align: start;
  color: var(
    --www-work-and-travel-agencija-info-shark,
    var(--color-azure-15, #212529)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-24, 24px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-28_8, 28.8px);
  /* 120% */
}

.basic-page-body p,
.basic-page-body li,
.basic-page-body ul {
  text-align: start;
  color: var(
    --www-work-and-travel-agencija-info-shark,
    var(--color-azure-15, #212529)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-24, 24px);
  /* 150% */
}

.contact-section {
  padding: 0 12px;
  gap: 16px;
}

.gap-16 {
  gap: 16px;
}

.testimonial-section h3 {
  padding: 52px 0 26px 0;
}

.testimonial-section-items {
  padding: 8.71px 12px 0 12px;
  gap: var(--item-spacing-20, 20px);
}

.testimonial-section-items-h2 {
  text-align: start;
}

.testimonial-section-items p:not(.testimonial-section-items-h2) {
  text-align: start;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-24, 24px);
  /* 150% */
}

.faq-section {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.searchend {
  width: 100%;
}

.bg-grey {
  background: var(--color-grey-96, #eff0fb);
}

.avio-section {
  padding: 47.33px 12px 0.01px 12px;
  gap: 20px;
}

.avio-section p,
.avio-section ul,
.avio-section li {
  color: var(
    --www-work-and-travel-agencija-info-shark,
    var(--color-azure-15, #212529)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-16, 16px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-24, 24px);
  /* 150% */
}

.avio-section h2 {
  text-align: start;
  color: var(
    --www-work-and-travel-agencija-info-shark,
    var(--color-azure-15, #212529)
  );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-size-24, 24px);
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: var(--line-height-28_8, 28.8px);
  /* 120% */
}

.pricelist-table-section {
  gap: 15px;
}

.pricelist-table-section h2 {
  width: 100%;
}

tr {
  border-color: #ddd;
}

th,
td {
  padding: 11.5px 16px 13.09px 16px;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-87, #ddd);
}

.lifeguard-info-section-item {
  padding: 20px 100px;
  gap: 10px;
}

.dark-lifeguard-info-section {
  background: var(--color-grey-96, #eff0fb);
}

.custom-accordion {
  gap: 10px;
  width: 100%;
}

.accordion-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 20px 50px;
  gap: 20px;
  background: var(--color-grey-96, #eff0fb);
  width: 100%;
}

.accordion-header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

.accordion-header h3 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.15px;
}

.accordion-icon-opened,
.accordion-icon {
  height: 24px;
  width: 24px;
  padding: 4.5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.accordion-icon {
  background: #985ef9;
}

.accordion-icon-opened {
  background: var(--color-grey-40, #666);
}

.accordion-icon::after,
.accordion-icon-opened::after {
  content: "";
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.accordion-icon::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="18" viewBox="0 0 17 18" fill="none"><path d="M12.6562 8.16874H9.29688V4.80742C9.29688 4.58855 9.21875 4.45305 9.0625 4.40094C8.90625 4.34883 8.71875 4.32277 8.5 4.32277C8.28125 4.32277 8.09375 4.34883 7.9375 4.40094C7.78125 4.45305 7.70312 4.58855 7.70312 4.80742V8.16874H4.34375C4.125 8.16874 3.98958 8.24691 3.9375 8.40325C3.88542 8.55959 3.85938 8.7472 3.85938 8.96607C3.85938 9.18495 3.88542 9.37256 3.9375 9.5289C3.98958 9.68524 4.125 9.76341 4.34375 9.76341H7.70312V13.1247C7.70312 13.354 7.78125 13.4921 7.9375 13.539C8.09375 13.5859 8.28125 13.6094 8.5 13.6094C8.71875 13.6094 8.90625 13.5859 9.0625 13.539C9.21875 13.4921 9.29688 13.354 9.29688 13.1247V9.76341H12.6562C12.875 9.76341 13.0104 9.68524 13.0625 9.5289C13.1146 9.37256 13.1406 9.18495 13.1406 8.96607C13.1406 8.7472 13.1146 8.55959 13.0625 8.40325C13.0104 8.24691 12.875 8.16874 12.6562 8.16874Z" fill="white"/></svg>');
}

.accordion-icon-opened::after {
  width: 17px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M12.3877 7.0625H4.59473C4.38965 7.0625 4.2627 7.13574 4.21387 7.28223C4.16504 7.42871 4.14062 7.60449 4.14062 7.80957C4.14062 8.01465 4.16504 8.19043 4.21387 8.33691C4.2627 8.4834 4.38965 8.55664 4.59473 8.55664H12.3877C12.5928 8.55664 12.7197 8.4834 12.7686 8.33691C12.8174 8.19043 12.8418 8.01465 12.8418 7.80957C12.8418 7.60449 12.8174 7.42871 12.7686 7.28223C12.7197 7.13574 12.5928 7.0625 12.3877 7.0625Z" fill="white"/></svg>');
}

.no-padding-home {
  padding: 0px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .nav-link-main {
    padding: 12px 5px;
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }

  .gap-45 {
    gap: 15px;
  }
}

@media (min-width: 1600px) {
  .nav-link-main {
    padding: 12px 24px;
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }

  .gap-45 {
    gap: 45px;
  }

  .custom-carousel-about {
    /* Maksimalna širina za veće ekrane */
    margin: 0 auto !important;
    /* Centriranje karusela */
    overflow: hidden !important;
    /* Osigurava da sadržaj ne izlazi iz kontejnera */
    margin-bottom: 2vh !important;
  }
}

@media (min-width: 2000px) {
  .custom-carousel-about {
    width: 40vw !important;
    /* Širina karusela */
    max-width: 700px !important;
  }
}

@media (min-width: 1200px) {
  #slider-logo {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }

  #slider-logo.scrolled {
    opacity: 0;
    visibility: hidden;
  }
  .card-section {
    padding: 47px 0px 0px 0px;
  }
  .homehr {
    width: 33%;
  }

  .pagetitle {
    padding: 24px 0 33px 0;
  }

  .custom-tab-content {
    padding-top: 50px;
  }

  .custom-tabs {
    display: flex;
    flex-direction: row;
  }

  .custom-tabs .nav-item {
    flex: 1;
    width: 100%;
  }

  .custom-tabs .nav-link {
    padding: 14px 16.333px 15.33px 16.333px;
    border: var(--stroke-weight-1, 1px) solid #999;
    border-radius: 0px;
    background: #985ef9;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: var(--font-size-17, 17px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-27_2, 27.2px);
    letter-spacing: var(--letter-spacing-0_15, 0.15px);
  }

  .custom-tabs .nav-link.active {
    padding: 14px 16.333px 15.33px 16.333px !important;
    border: var(--stroke-weight-1, 1px) solid #999;
    border-radius: 0px;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
    color: var(--web-archive-org-dove-gray, var(--color-grey-40, #666));
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: var(--font-size-17, 17px);
    font-style: normal;
    font-weight: var(--font-weight-400, 400);
    line-height: var(--line-height-27_2, 27.2px);
    padding: 0;
    letter-spacing: var(--letter-spacing-0_15, 0.15px);
  }

  .custom-tab-content {
    min-height: 300px;
  }

  .tab-button-mobile {
    display: none;
  }

  .testimonial-section {
    padding: 0 12px;
    gap: var(--item-spacing-7_3, 7.3px);
  }

  .home-gradient-left {
    padding: 76.8px 32px;
  }

  .grey hr {
    display: block;
  }

  .team-list {
    justify-content: center;
    gap: 144px;
  }

  .tabs-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab-section {
    padding: 0px;
  }

  .testimonial-section-items h2 {
    padding: 50.66px 12px 26.94px 12px;
  }

  .post {
    padding: 20px;
  }

  .testimonial-section-items-h2 {
    padding: 26px 0;
  }

  .centered-text-flex {
    left: 14%;
  }

  .hr-tab {
    display: none;
  }
  .left-right-carousel {
    padding: 0 95px;
    gap: 95px;
  }
  .left-right-section {
    gap: 15px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .proccess-item {
    padding: 37px 100px;
    gap: 10px;
    background: #fff;
  }

  .move-icon {
    width: 40%;
    text-align: center;
  }

  .cards {
    padding: 50px 0 25px 0;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .lifeguard-info-section-price {
    padding: 0px 100px;
  }
  .lifeguard-info-section {
    padding: 20px 0px;
    gap: 10px;
  }

  .lifeguard-info-section-item h2 {
    text-align: start;
  }

  .pricelist-table-section h2 {
    text-align: start;
  }

  .avio-section a {
    width: fit-content;
    text-align: center;
  }

  .faq {
    gap: 20px;
    padding: 20px 0;
  }

  .faq-section {
    padding: 71.07px 0 50px 0;
    gap: 10px;
  }

  .testimonial-section h2 {
    padding: 52px 0 26px 0;
    text-align: start;
  }

  .min-bottom-padding {
    padding-bottom: 9.365px;
  }

  .hometext {
    justify-content: center;
  }

  .list-of-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .icons-nav {
    display: flex;
    flex-direction: row;
  }

  /* Desktop dropdown styles */
  .dropdown-menu-main {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding: 0;
    margin: 0;
    z-index: 1000;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out,
      visibility 0.5s ease-in-out;
  }

  .dropdown:hover .dropdown-menu-main {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .dropdown-item-main {
    display: block;
    width: 100%;
    padding: 8px 16px;
    color: #d6d6d6;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .dropdown-item-main:hover {
    background-color: #000000;
    color: white;
  }

  .dropdown-toggle-main {
    display: inline-block;
    position: relative;
  }

  .dropdown-icon {
    display: none;
    /* Hide dropdown icon on desktop */
    transition: transform 0.5s ease-in-out;
  }

  .dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
  }

  .nav-link-main {
    color: #d6d6d6;
    font-size: 16px;
  }
  .nav-link-main:hover {
    color: #fff;
    font-size: 18px;
  }
  .nav-link-main,
  .nav-link-main:hover {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
  }
  .middle-logo:not(.scrolled),
  .header-logo {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    height: 48px;
    width: 0px;
  }

  .middle-logo:not(.scrolled) img {
    height: 0;
    width: auto;
    transition: height 0.5s ease-in-out, width 0.5s ease-in-out,
      opacity 0.5s ease-in-out;
  }

  .middle-logo.scrolled {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  }

  .middle-logo.scrolled img {
    height: 48px;
    width: auto;
    aspect-ratio: 37 / 16;
    transition: height 0.5s ease-in-out, width 0.5s ease-in-out,
      opacity 0.5s ease-in-out;
  }
  .carousel {
    padding: 20px 0px;
  }
  .grey-container {
    gap: 16px;
  }
  #nav {
    padding: 27px 0;
  }
  .centered-text-flex {
    gap: 50px;
  }
  .hide-hr-mobile {
    display: block;
  }
  .img-responsive-gradient {
    width: 100%;
    aspect-ratio: 806 / 504;
    object-fit: cover;
  }
  .cards hr {
    display: none;
  }
  .faq hr {
    border-color: #ccc;
  }
  .max-800 {
    max-width: 800px;
  }
}
@media (min-width: 1299px) {
  .pl-80 {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section .min-bottom-padding {
    text-align: center;
  }
  .faq hr {
    border-color: #eda96c;
    opacity: 1;
  }
  .cards hr {
    margin-left: 20px;
    margin-right: 20px;
  }
  .card-section {
    padding: 30px 0px 0px 0px;
  }
  .card-section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .img-responsive-gradient {
    width: 100%;
    aspect-ratio: 320 / 416;
    object-fit: cover;
  }
  .order-items-1 {
    order: 1;
  }
  .order-items-2 {
    order: 2;
  }
  .hide-hr-mobile {
    display: none;
  }
  .centered-text-flex {
    gap: 6.8px;
  }
  .slider-logo,
  .middle-logo {
    display: none;
  }
  .lifeguard-h4,
  .left-right-section-title {
    text-align: center !important;
    font-size: 20px !important;
    width: 100%;
  }

  .nav-link-main {
    color: #ededed;
  }
  .nav-link-main:hover {
    color: #fff;
  }
  .nav-link-main,
  .nav-link-main:hover {
    width: 100%;
    padding: 10px 8px;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-600, 600);
    line-height: var(--line-height-24, 24px);
    display: block;
    text-decoration: none;
    /* 150% */
  }

  .nav-item.active {
    width: 100%;
  }

  .nav-item-main {
    width: 100%;
  }

  .icons-nav {
    display: none;
  }

  #nav.scrolled {
    height: 100px;
  }

  .list-of-posts {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .min-bottom-padding {
    padding: 20px 0px;
  }

  .faq-section {
    padding: 48px 12px 0px 12px;
    gap: 10px;
  }

  .testimonial-section h2,
  .faq-section h2 {
    text-align: center;
    width: 100%;
  }

  .faq {
    gap: 20px;
    padding: 58px 10px 10px 10px;
  }

  .avio-section a {
    width: 100%;
    text-align: center;
  }

  .pricelist-table-section h2 {
    text-align: center;
  }

  .lifeguard-info-section-item h2 {
    text-align: center;
  }
  .lifeguard-info-section-price {
    padding: 0px 35px;
  }
  .lifeguard-info-section {
    padding: 30px 35px;
    gap: 20px;
  }

  .grey-container {
    gap: 16px;
  }

  .grey-container h2 {
    text-align: center;
  }

  .pricelist-special {
    text-align: center;
  }

  .pricelist2 {
    align-items: center;
  }

  .discount {
    text-align: center;
  }

  .pricelist h3 {
    text-align: center;
  }

  .pricelist-title {
    padding: 0px 62px 30px 62px;
  }

  .cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
  }

  .proccess-item {
    padding: 10px;
    gap: 10px;
    background: #fff;
  }

  .proccess-item .font1a {
    /*width: min-content;*/
    text-align: center;
  }

  .left-right-section {
    gap: 20px;
  }

  .left-right-section-title {
    padding: 30px 35px 0px 35px;
  }

  .homehr {
    width: 100%;
  }

  .pagetitle {
    padding: 24px 0px;
  }

  .tab-button-mobile,
  .tab-button-mobile:hover,
  .tab-button-mobile:focus {
    padding: 0px;
    width: 33px;
    height: 33px;
    background: transparent;
    color: #666;
  }

  .custom-tabs .nav-link:not(.active) {
    display: none;
  }

  .custom-tabs {
    padding: 12px 40px;
    background: var(--color-grey-96, #eff0fb);
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .nav-item-custom {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
  }

  .dropdown-toggle-main {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
  }

  .dropdown-icon {
    transition: transform 0.3s ease;
    position: absolute;
    right: 21px;
    justify-content: center;
    height: 100%;
    top: 0;
    color: #000;
  }

  .dropdown-toggle-main[aria-expanded="true"] .dropdown-icon {
    transform: rotate(180deg);
  }

  .dropdown-menu-main {
    display: none;
    background: rgba(152, 94, 249, 0.95);
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .dropdown-menu-main.show {
    display: block;
  }

  .dropdown-item-main,
  .dropdown-item-main:hover {
    display: block;
    width: 100%;
    border-bottom: 2px solid #fff;
    background: rgba(0, 0, 0, 0.75);
    color: #ededed;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 8px;
  }

  .dropdown-item-main:last-child {
    border-bottom: none;
  }

  .custom-tabs .nav-link.active {
    width: 100%;
    border: none;
    background: transparent;
    color: #666;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 0.15px;
  }

  #basicdata p {
    padding: 30px 12px;
  }

  .hr-tab {
    display: block;
    border: 2px solid rgba(102, 102, 102, 0.5);
  }

  .carousel-control-next {
    right: 30px;
  }

  .carousel-control-prev {
    left: 30px;
  }

  .centered-text-flex {
    left: 0%;
    padding: 20px;
  }

  .testimonial-section {
    padding: 30px 35px;
    gap: 0px;
  }

  .home-gradient,
  .home-gradient-left {
    padding: 30px;
  }

  .custom-carousel-about {
    width: 100%;
    padding: 30px 0px;
  }
  .left-right-carousel {
    padding: 0px 35px;
  }
  .section-description {
    padding: 0px 0px 30px 0px;
  }

  .tabs-section {
    padding: 0px 0px 30px 0px;
  }
  .tabs-section .container {
    padding: 0px;
  }
  .tab-content-inner {
    padding: 0px 35px 0px 35px;
  }
  .team-list {
    justify-content: center;
    gap: 50px;
  }

  .tab-content-inner {
    gap: 0px !important;
  }

  .tab-section {
    padding: 30px 0px;
  }

  .home-gradient-order {
    order: 1;
  }

  .home-gradient-order-2 {
    order: 2;
  }

  .contact-section-h2 {
    text-align: center !important;
  }

  .testimonial-section-items h2 {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: start;
  }

  .post {
    padding: 30px;
  }

  .testimonial-section-items-h2 {
    padding: 20px 0;
  }
}

.image-container-flex {
  width: 100%;
  height: 70vh;
  position: relative;
  display: inline-block;
}

.centered-text-flex {
  position: absolute;
  top: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.image-container-flex img,
.image-container-flex video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discount {
  padding-bottom: 10px;
}
.gap-628 {
  gap: 6.8px;
  align-items: flex-start;
}

.faq-item-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding: 0;
}

.faq-item-description.open {
  max-height: 2000px;
  padding: 15px 0;
}

.faq-item button i {
  transition: transform 0.3s ease-in-out;
}

.faq-item button.active i {
  transform: rotate(180deg);
}
.flex-1 {
  flex: 1;
}

/* Cookie Banner */
.cookie-consent-banner {
  pointer-events: initial;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.cookie-consent-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
}

.cookie-consent-banner {
  pointer-events: initial;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #ffffff;
}

.cookie-consent-banner__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
}

.cookie-consent-banner__copy {
  margin-bottom: 16px;
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  display: block;
  min-width: 164px;
  text-align: center;
}

.expend-cookie {
  cursor: pointer;
  width: 20px;
}

.cookie-info {
  font-size: 16px;
}
.disable-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.disable-click {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
