@charset "UTF-8";
:root {
  --plava-logo: #253B4A;
  --braon: #D5B286;
  --crna: #1C1C1C;
  --bela: #FFFFFF;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --secondary-color: #3a57a0;
  --primary-font: "Lora", serif;
  --secondary-font: "Lora", serif;
  --barlow-font: "Lora", serif;
  --transition: 0.3s ease;
}

@media (min-width: 1140px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1140px; /* ti stavi koliko hoćeš */
  }
}
@media (min-width: 1340px) {
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1280px; /* ti stavi koliko hoćeš */
  }
}
@media (min-width: 1500px) {
  .container,
  .container-xxl {
    max-width: 1440px; /* ili više ako ti treba */
  }
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: var(--primary-font);
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

.relative {
  position: relative;
}

h1, h2, h3, h4, h5 {
  font-family: var(--secondary-font);
}

h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

header .topbar {
  background: var(--light-color);
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0 7px;
}
header .topbar .logo img {
  height: 40px;
  margin-right: 10px;
}
header .topbar .logo span {
  font-weight: 600;
  color: var(--dark-color);
}
header .topbar .right-group {
  display: flex;
  gap: 10px;
  align-items: center;
}
header .topbar .topmenu .nav-link {
  color: #253B4A;
  font-family: var(--secondary-font);
  padding: 0 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  position: relative;
}
header .topbar .topmenu .nav-link:hover {
  color: var(--plava-logo);
}
header .topbar .topmenu .nav-link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #253B4A;
  transition: width var(--transition), left var(--transition);
}
header .topbar .topmenu .nav-link:hover::after {
  width: 80%;
  left: 10%;
}
@media (max-width: 1440px) {
  header .topbar .topmenu .nav-link {
    font-size: 16px;
  }
}
header .topbar .social a {
  color: var(--dark-color);
  margin-left: 0.75rem;
  font-size: 1.2rem;
  transition: var(--transition);
}
header .topbar .social a:hover {
  color: var(--plava-logo);
}
@media (max-width: 991px) {
  header {
    /* Dropdown item da izgleda kao parent */
  }
  header .dropdown-submenu .submenu-toggle {
    top: 18px;
  }
  header .dropdown-submenu > a.dropdown-item {
    font-weight: 600;
  }
  header .dropdown-submenu.open > .dropdown-menu {
    display: block !important;
    top: 45px !important;
    left: -15px !important;
    margin-left: 0 !important;
  }
}
header .main-nav {
  background: linear-gradient(90deg, #2E45B7 0%, #394893 100%);
  padding: 0px;
}
header .main-nav .mainnav-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .main-nav .mainnav-content .topmenu, header .main-nav .mainnav-content .social {
  display: none;
}
header .main-nav .searrchbox {
  width: 460px;
}
header .main-nav .searrchbox form {
  background: white;
  border-radius: 25px;
  height: 40px;
  display: flex;
}
header .main-nav .searrchbox form input {
  width: calc(92% - 30px);
  background: transparent;
  border: 0px;
  padding: 0px 15px;
  margin: 0px;
  height: 40px;
}
header .main-nav .searrchbox form button {
  width: 8%;
  background: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  height: 40px;
  border-left: 1px solid #3B444F;
  padding: 0px 15px;
}
header .main-nav .searrchbox form button svg {
  display: block;
  width: 24px;
}
@media (max-width: 1440px) {
  header .main-nav .searrchbox {
    width: 320px;
  }
}
header .main-nav .navbar-nav {
  gap: 48px;
}
header .main-nav .navbar-nav .nav-item {
  height: 57px;
}
@media (max-width: 768px) {
  header .main-nav .navbar-nav .nav-item {
    height: 48px;
  }
}
header .main-nav .navbar-nav .nav-link {
  color: #fff;
  transition: var(--transition);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  padding: 0px;
  position: relative;
}
header .main-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width var(--transition), left var(--transition);
}
header .main-nav .navbar-nav .nav-link:hover::after {
  width: 100%;
  left: 0px;
}
@media (max-width: 1440px) {
  header .main-nav .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  header .main-nav .navbar-nav .nav-link {
    font-size: 16px;
  }
}
header .main-nav .navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0px;
  background: #F9F5EF;
  border: 0px solid #ddd;
  border-radius: 0;
  min-width: 200px;
  z-index: 1000;
}
header .main-nav .navbar-nav .dropdown-menu .dropdown-item {
  color: var(--dark-color);
  padding: 0.5rem 1rem;
}
header .main-nav .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: var(--light-color);
  color: var(--plava-logo);
}
header .main-nav .navbar-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
header .main-nav .navbar-nav .nav-item li {
  font-family: var(--barlow-font);
}
header .main-nav .navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}
header .main-nav .navbar-nav .dropdown-submenu {
  position: relative;
}
header .main-nav .navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}
header .main-nav .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

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

.btn.btn-primary, .btn.btn-rounded {
  color: #FFF;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #D5B286;
  border: 0px;
  padding: 10px 20px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary img, .btn.btn-rounded img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .btn.btn-primary img, .btn.btn-rounded img {
    margin-right: 6px;
  }
}
.btn.btn-primary:hover, .btn.btn-rounded:hover {
  background: #394893;
  color: white;
}

.btn.btn-rounded {
  border-radius: 50%;
}

.heroCarousel .carousel-inner .carousel-item {
  height: auto !important;
  min-height: 300px;
  position: relative;
}
.heroCarousel .carousel-bg {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 41%;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.7);
  z-index: 1;
}
@media (max-width: 768px) {
  .heroCarousel .carousel-bg {
    padding-top: 135%;
  }
}
.heroCarousel .carousel-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.heroCarousel .carousel-caption .pretitle {
  color: #FFF;
  font-family: var(--primary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
}
.heroCarousel .carousel-caption .headline {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  text-transform: uppercase;
}
.heroCarousel .carousel-caption .description {
  color: #FFF;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 28.8px */
  margin-left: 25px;
  margin-top: 40px;
  max-width: 560px;
}
.heroCarousel .carousel-caption .btn {
  color: #2A404E;
  font-family: var(--primary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 83.333% */
  letter-spacing: 0.48px;
  background: url("/template/prvapoliklinika/assets/images/btnbackground.png") lightgray 0px 0px/100% 100% no-repeat;
  padding: 10px 25px;
  border: 0px;
  border-radius: 35px;
  margin-top: 40px;
  margin-left: 25px;
  transition: background-size var(--transition);
}
.heroCarousel .carousel-caption .btn:hover {
  background-size: 130% 110%;
}
@media (max-width: 768px) {
  .heroCarousel .carousel-caption .btn {
    padding: 15px 60px;
  }
}
@media (max-width: 768px) {
  .heroCarousel .carousel-caption .pretitle {
    font-size: 20px;
  }
  .heroCarousel .carousel-caption .headline {
    font-size: 24px;
  }
  .heroCarousel .carousel-caption .description {
    font-size: 16px;
    max-width: 185px;
  }
}
.heroCarousel .carousel-control-next, .heroCarousel .carousel-control-prev {
  z-index: 9;
}

.mainslider {
  position: relative;
}
.mainslider .bottombtns {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .mainslider .bottombtns {
    bottom: -23px;
    gap: 10px;
  }
  .mainslider .bottombtns a {
    font-size: 8px;
    line-height: 12px;
  }
  .mainslider .bottombtns a img {
    height: 18px;
  }
}
@media (max-width: 768px) {
  .mainslider .headline {
    margin-bottom: 210px;
  }
}

.swiper-sekcija {
  position: relative;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 80px 0;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-sekcija .content-col {
  color: #fff;
}
.swiper-sekcija .content-col .section-title {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
}
@media (max-width: 768px) {
  .swiper-sekcija .content-col .section-title {
    font-size: 36px;
  }
}
.swiper-sekcija .content-col .section-desc {
  color: #1C1C1C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 23.04px */
  margin-top: 40px;
  margin-bottom: 40px;
}
.swiper-sekcija .content-col .section-desc.white {
  color: #FFFFFF !important;
}
.swiper-sekcija .slider-col {
  position: relative;
}
.swiper-sekcija .slider-col .slider-wrapper {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .swiper-sekcija .slider-col .slider-wrapper {
    margin-left: 0px;
  }
}
.swiper-sekcija .slider-col .swiper {
  overflow: hidden;
}
.swiper-sekcija .slider-col .swiper-slide {
  background: #fff;
  border-radius: 30px;
  text-align: center;
}
.swiper-sekcija .slider-col .slider-nav {
  position: absolute;
  bottom: -80px;
  width: 100%;
}
.swiper-sekcija .slider-col .slider-nav .swiper-button-prev,
.swiper-sekcija .slider-col .slider-nav .swiper-button-next {
  color: #fff;
  width: 60px;
  height: 40px;
  border: 1px solid #CCAE79;
  border-radius: 30px;
  padding: 0px 5px;
  transition: var(--transition);
  background: transparent;
  cursor: pointer;
}
.swiper-sekcija .slider-col .slider-nav .swiper-button-prev:after,
.swiper-sekcija .slider-col .slider-nav .swiper-button-next:after {
  display: none;
}
.swiper-sekcija .slider-col .slider-nav .swiper-button-prev:hover,
.swiper-sekcija .slider-col .slider-nav .swiper-button-next:hover {
  background: #CCAE79;
}
.swiper-sekcija .slider-col .slider-nav .swiper-button-prev {
  left: auto;
  right: 80px;
}
@media (max-width: 768px) {
  .swiper-sekcija .slider-col .slider-nav {
    bottom: -50px;
  }
}
.swiper-sekcija .service-slider .swiper-slide {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .swiper-sekcija .service-slider .swiper-slide .imgholder {
    width: 100%;
    position: relative;
    height: 200px;
  }
}
.swiper-sekcija .service-slider .swiper-slide img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .swiper-sekcija .service-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: inherit;
  }
}
.swiper-sekcija .service-slider .swiper-slide .title {
  margin-top: 20px;
  color: #2A404E;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 reda */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4em; /* uvek rezerviši 2 reda prostora */
  line-height: 1.2em; /* visina jednog reda */
}
@media (max-width: 1440px) {
  .swiper-sekcija .service-slider .swiper-slide .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .swiper-sekcija .service-slider .swiper-slide .title {
    min-height: inherit;
  }
}
.swiper-sekcija .service-slider .swiper-slide .btn.btn-rounded {
  width: 37px;
  height: 37px;
  text-align: center;
  padding: 0px;
  margin-top: 20px;
}
.swiper-sekcija .service-slider .swiper-slide .contentholder {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .swiper-sekcija .service-slider .swiper-slide .contentholder {
    flex-direction: row;
    justify-content: space-between !important;
    padding: 0px 20px 10px;
    align-items: baseline;
  }
}
@media (max-width: 1440px) {
  .swiper-sekcija.right .content-col {
    padding-left: 180px;
  }
}
.swiper-sekcija.left {
  background-position: right;
}
.swiper-sekcija.left .content-col {
  text-align: right;
}
.swiper-sekcija.left .slider-col .slider-nav .swiper-button-prev {
  left: 0px;
  right: auto;
}
.swiper-sekcija.left .slider-col .slider-nav .swiper-button-next {
  left: 80px;
  right: auto;
}
@media (max-width: 768px) {
  .swiper-sekcija.left .row.align-items-center {
    flex-direction: column-reverse;
  }
  .swiper-sekcija.left .row.align-items-center .swiper-button-next {
    left: auto;
    right: 0px;
  }
  .swiper-sekcija.left .row.align-items-center .swiper-button-prev {
    left: auto;
    right: 80px;
  }
}
@media (max-width: 768px) {
  .swiper-sekcija {
    min-height: 800px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .swiper-sekcija .btn.btn-primary {
    display: none;
  }
  .swiper-sekcija.right {
    text-align: right;
  }
  .swiper-sekcija.right .content-col {
    padding-left: 110px;
  }
  .swiper-sekcija .section-title {
    font-size: 42px;
  }
}

.rounded-text {
  background-size: cover !important;
  background-position: right !important;
}
@media (max-width: 768px) {
  .rounded-text {
    background-position: center !important;
  }
}
.rounded-text .content {
  margin-top: 240px;
  margin-bottom: 120px;
  color: white;
  position: relative;
  padding: 20px 20px 40px;
}
@media (max-width: 768px) {
  .rounded-text .content {
    padding: 60px 20px 70px;
  }
}
.rounded-text .content .title {
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .rounded-text .content .title {
    font-size: 48px;
  }
}
.rounded-text .content .subtitle {
  font-family: var(--secondary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%; /* 46.56px */
  margin-top: 20px;
  max-width: 80%;
  z-index: 1;
  position: relative;
}
.rounded-text .content .description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 28.8px */
  margin-top: 40px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .rounded-text .content .description {
    padding-bottom: 80px;
    font-size: 16px;
    padding-right: 30px;
  }
}
.rounded-text .content .videolink {
  height: 200px;
  width: 200px;
  padding: 0px;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 60px;
}
@media (max-width: 768px) {
  .rounded-text .content .videolink {
    height: 148px;
    width: 150px;
    padding: 0px;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: initial;
    right: initial;
    bottom: 45px;
  }
}
.rounded-text .content:after {
  content: "";
  width: 400%;
  height: 100%;
  background: var(--braon);
  position: absolute;
  top: 0px;
  right: -200px;
  z-index: 0;
  border-radius: 0 300px 300px 0;
}
@media (max-width: 768px) {
  .rounded-text .content:after {
    content: "";
    width: 155%;
    height: 100%;
    background: var(--braon);
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 0;
    border-radius: 0 400px 400px 0;
  }
}
@media (max-width: 1440px) {
  .rounded-text .subtitle {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .rounded-text .subtitle {
    font-size: 16px !important;
  }
}

.numbers .boxholder {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .numbers .boxholder {
    gap: 10px;
    padding: 30px 0px;
    width: 100%;
    overflow: auto;
  }
}
.numbers .boxholder .no-box {
  border-radius: 60px 0;
  background: var(--plava, #2E45B7);
  padding: 20px 40px;
  text-align: center;
  min-width: 240px;
}
@media (max-width: 768px) {
  .numbers .boxholder .no-box {
    border-radius: 17px 0;
    background: var(--plava, #2E45B7);
    padding: 10px 10px;
    text-align: center;
    min-width: initial !important;
  }
}
.numbers .boxholder .no-box .number {
  color: #FFF;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 104px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 197.12px */
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .numbers .boxholder .no-box .number {
    font-size: 64px !important;
  }
}
@media (max-width: 768px) {
  .numbers .boxholder .no-box .number {
    font-size: 18px !important;
  }
}
.numbers .boxholder .no-box .info {
  color: #FFF;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 154%;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .numbers .boxholder .no-box .info {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .numbers .boxholder .no-box .info {
    font-size: 8px !important;
  }
}

.our-services {
  background: #F9F5EF;
  padding: 95px 0px 0px;
}
@media (max-width: 768px) {
  .our-services {
    overflow-x: auto;
  }
}
.our-services .service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.our-services .title {
  color: #D5B286;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-bottom: 130px;
}
.our-services .service-holder {
  position: relative;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 2px 50px 10px rgba(0, 0, 0, 0.06);
  padding-top: 105px;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .our-services .service-holder {
    margin-bottom: 50px;
  }
}
.our-services .service-holder .imgholder {
  position: absolute;
  height: 154px;
  width: 154px;
  top: -77px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  left: calc(50% - 77px);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
@media (max-width: 768px) {
  .our-services .service-holder .imgholder {
    height: 124px;
    width: 124px;
    top: -42px;
    left: calc(50% - 61px);
  }
}
.our-services .service-holder .imgholder img {
  width: 180%;
  object-fit: cover;
  object-position: center;
  height: fit-content;
}
@media (max-width: 768px) {
  .our-services .service-holder .imgholder img {
    width: 174%;
  }
}
.our-services .service-holder .title {
  color: #2A404E;
  text-align: center;
  font-family: var(--barlow-font);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 reda */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4em; /* uvek rezerviši 2 reda prostora */
  line-height: 1.2em; /* visina jednog reda */
}
@media (max-width: 1440px) {
  .our-services .service-holder .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .our-services .service-holder .title {
    font-size: 18px;
  }
}
.our-services .service-holder .btn.btn-rounded {
  width: 37px;
  height: 37px;
  padding: 0px;
  margin-bottom: 20px;
}
.our-services.in_row .servicebox {
  display: flex;
  justify-content: center;
  gap: 10px;
  justify-content: space-between;
}
.our-services.in_row .servicebox .title {
  color: #2A404E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.our-services.in_row .servicebox .service-holder {
  width: 125px;
  padding: 55px 11px 5px 11px;
}
.our-services.in_row .servicebox .service-holder .btn.btn-rounded {
  width: 20px;
  height: 20px;
}
.our-services.in_row .servicebox .service-holder .btn.btn-rounded svg {
  height: 11px;
}
.our-services.in_row .servicebox .service-holder .imgholder {
  height: 80px;
  width: 80px;
  top: -40px;
  left: 25px;
}

.team {
  margin-top: 40px;
  margin-bottom: 40px;
}
.team .team-member {
  border-radius: 35px;
  overflow: hidden;
  background: #D5B286;
  color: white;
  cursor: pointer;
  margin-bottom: 20px;
}
.team .team-member:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}
.team .team-member:hover img {
  opacity: 0.8;
}
.team .team-member .imageholder {
  height: 420px;
  position: relative;
}
.team .team-member img {
  width: 100%;
  opacity: 1;
  transition: all var(--transition);
  object-fit: cover;
  height: inherit;
}
.team .team-member .team-name {
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
  margin: 20px 0px 5px;
  text-decoration: none;
  padding: 0px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 reda */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4em; /* uvek rezerviši 2 reda prostora */
  line-height: 1.2em; /* visina jednog reda */
}
@media (max-width: 1440px) {
  .team .team-member .team-name {
    font-size: 22px;
  }
}
.team .team-member .team-info {
  text-align: center;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 31.2px */
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 reda */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.4em; /* uvek rezerviši 2 reda prostora */
  line-height: 1.2em; /* visina jednog reda */
}
@media (max-width: 1440px) {
  .team .team-member .team-info {
    font-size: 16px;
  }
}

.ourteam {
  padding: 40px 0px;
}
.ourteam .title {
  color: #D5B286;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
}
@media (max-width: 768px) {
  .ourteam .title {
    font-size: 46px !important;
  }
}
.ourteam .description {
  color: #253B4A;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 28.8px */
  margin-top: 30px;
}
.ourteam .cta {
  color: #D5B286;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all var(--transition);
  margin: 25px 0px;
}
.ourteam .cta svg {
  margin-left: 20px;
}
.ourteam .cta:hover {
  color: var(--plava-logo);
}
@media (max-width: 768px) {
  .ourteam .cta {
    font-size: 24px;
  }
}

.tabs-section {
  background: #E9E9E9;
  padding: 90px 0px 75px;
}
.tabs-section .nav-pills .nav-link {
  border-radius: 0;
  text-align: left;
  padding: 12px 20px;
  font-weight: 500;
  color: #253B4A;
}
.tabs-section .nav-pills .nav-link.active {
  background-color: #D5B286;
  color: #fff;
}
.tabs-section .tab-content {
  padding-left: 20px;
}
.tabs-section .tab-content h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.tabs-section .title {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .tabs-section .title {
    font-size: 46px;
  }
}
.tabs-section .nav-item .nav-link {
  color: #253B4A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
  border-radius: 20px;
  background: #F1F2F3;
  margin-bottom: 15px;
  width: 100%;
}
.tabs-section .nav-item .nav-link img {
  height: 20px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .tabs-section .nav-item .nav-link {
    font-size: 16px;
  }
}
.tabs-section .content {
  color: #253B4A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
}
.tabs-section .content img {
  max-width: 100%;
}
.tabs-section .content ul {
  display: inline-grid;
  margin-right: 40px;
}

.reviews {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 65px 0 40px;
  color: #fff;
}
.reviews .overlay {
  position: absolute;
  inset: 0;
  opacity: 0.75;
  background: linear-gradient(287deg, #BD976C -7.61%, #002139 100%);
  z-index: 1;
}
.reviews .container {
  position: relative;
  z-index: 2;
}
.reviews .review-box {
  max-width: 800px;
  margin: 0 auto;
}
.reviews .review-box .review-text {
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
}
.reviews .review-box .review-text img {
  display: block;
  margin: 0px auto 40px;
}
.reviews .review-box .line {
  margin: 40px auto 20px;
  max-width: 250px;
}
.reviews .review-box .review-author {
  text-align: center;
  font-family: var(--primary-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
}
.reviews .swiper-wrapper {
  padding-bottom: 50px;
}
.reviews .swiper-pagination-bullet {
  background: #fff;
  transition: var(--transition);
  opacity: 1;
  width: 18px;
  height: 18px;
}
.reviews .swiper-pagination-bullet-active {
  opacity: 1;
  background: #D5B286;
}

.text-section {
  padding: 80px 0px 40px;
}
.text-section.gray {
  background: #E9E9E9;
}
.text-section.beige {
  background: #D5B286;
}
.text-section.white {
  background: #FFF;
}
.text-section.whitesmoke {
  background: #F9F5EF;
}
.text-section .headline {
  font-family: var(--secondary-font);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
}
@media (max-width: 768px) {
  .text-section .headline {
    font-size: 42px !important;
  }
}
.text-section .headline.beige {
  color: #D5B286;
}
.text-section .headline.white {
  color: #FFF;
}
.text-section .headline.dark {
  color: #253B4A;
}
.text-section .headline.text-left {
  text-align: left;
}
.text-section .headline.text-center {
  text-align: center;
}
.text-section .headline.text-right {
  text-align: right;
}
@media (max-width: 1440px) {
  .text-section .headline {
    font-size: 46px;
  }
}
.text-section .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 28.8px */
  margin-top: 40px;
}
@media (max-width: 768px) {
  .text-section .description {
    margin-top: 10px;
  }
}
.text-section .description.dark {
  color: #253B4A;
}
.text-section .description.white {
  color: #fff;
}
.text-section .description.beige {
  color: #D5B286;
}
.text-section .description.text-center {
  text-align: center;
  justify-content: center;
}
.text-section .description.text-left {
  text-align: left;
}
.text-section .description.text-right {
  text-align: right;
}
.text-section .btn-holder {
  margin-top: 40px;
  justify-content: center;
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .text-section .btn-holder {
    flex-direction: column;
  }
}
.text-section .btn-holder.white a {
  background: white;
  color: #D5B286;
  padding: 15px 40px;
  display: flex;
  gap: 25px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.48px;
  border: 2px solid white;
}
@media (max-width: 768px) {
  .text-section .btn-holder.white a {
    gap: 15px;
    padding: 5px 20px;
    font-size: 18px;
    height: 64px;
  }
}
.text-section .btn-holder.white a .icon {
  width: 40px;
  height: 40px;
  background-color: #D5B286;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.text-section .btn-holder.white a:hover {
  background: #D5B286;
  color: white;
  transition: var(--transition);
  border: 2px solid white;
}
.text-section .btn-holder.white a:hover .icon {
  background-color: white;
}

.latest-blog {
  padding: 80px 0px 40px;
  position: relative;
}
.latest-blog .slider-wrapper {
  position: relative;
  margin-right: calc((100vw - 100%) / -2);
  padding-right: 200px;
  width: 100vw;
  overflow: visible;
}
@media (max-width: 768px) {
  .latest-blog .slider-wrapper {
    margin-right: 0px;
    padding-right: 0px;
    width: 100%;
    overflow: visible;
  }
}
.latest-blog .swiper {
  overflow: visible;
}
.latest-blog .swiper-slide {
  transition: transform 0.3s ease;
}
.latest-blog .swiper-slide-active {
  transform: scale(1);
}
.latest-blog .slider-nav {
  margin: 20px 0px 40px;
}
.latest-blog .slider-nav .swiper-button-prev,
.latest-blog .slider-nav .swiper-button-next {
  color: #fff;
  width: 60px;
  height: 40px;
  border: 1px solid #CCAE79;
  border-radius: 30px;
  padding: 0px 5px;
  transition: var(--transition);
  background: transparent;
  cursor: pointer;
}
.latest-blog .slider-nav .swiper-button-prev:after,
.latest-blog .slider-nav .swiper-button-next:after {
  display: none;
}
.latest-blog .slider-nav .swiper-button-prev:hover,
.latest-blog .slider-nav .swiper-button-next:hover {
  background: #CCAE79;
}
.latest-blog .slider-nav .swiper-button-prev {
  left: auto;
  right: 80px;
}
.latest-blog .headline {
  color: #D5B286;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 34px;
}
@media (max-width: 1440px) {
  .latest-blog .headline {
    font-size: 46px;
  }
}
.latest-blog .blog-card {
  overflow: hidden;
  text-align: center;
  display: flex;
  border-radius: 35px;
  background: var(--plava, #2E45B7);
  align-items: center;
}
@media (max-width: 768px) {
  .latest-blog .blog-card {
    flex-direction: column-reverse;
  }
}
.latest-blog .blog-card .blog-content {
  width: 50%;
  padding: 10px 14px;
  text-align: left;
}
@media (max-width: 768px) {
  .latest-blog .blog-card .blog-content {
    width: 100% !important;
  }
}
.latest-blog .blog-card .blog-content h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .latest-blog .blog-card .blog-content h3 {
    font-size: 18px;
  }
}
.latest-blog .blog-card .blog-content .opis {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* broj redova */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-blog .blog-card .blog-content p {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 13px */
}
@media (max-width: 768px) {
  .latest-blog .blog-card .blog-content p {
    font-size: 14px;
  }
}
.latest-blog .blog-card .blog-content .btn-rounded {
  width: 37px;
  height: 37px;
  padding: 0px;
}
.latest-blog .blog-card .blog-image {
  width: 50%;
}
@media (max-width: 768px) {
  .latest-blog .blog-card .blog-image {
    width: 100% !important;
  }
}
.latest-blog .blog-card img {
  width: 100%;
  border-radius: 35px;
  padding: 4px;
}
.latest-blog .blog-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.latest-blog .blog-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}
.latest-blog .swiper-button-prev,
.latest-blog .swiper-button-next {
  color: #253B4A;
  width: 40px;
  height: 40px;
}

footer {
  background: #2E45B7;
  color: white;
  padding: 30px 0px 0px;
}
footer .footer-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .footer-holder {
    gap: 10px;
  }
}
footer .footer-holder .footer-widget-col-1 {
  width: 15%;
}
@media (max-width: 768px) {
  footer .footer-holder .footer-widget-col-1 {
    width: 100%;
  }
}
footer .footer-holder .footer-widget-col-2, footer .footer-holder .footer-widget-col-3, footer .footer-holder .footer-widget-col-4 {
  width: 25%;
}
@media (max-width: 768px) {
  footer .footer-holder .footer-widget-col-2, footer .footer-holder .footer-widget-col-3, footer .footer-holder .footer-widget-col-4 {
    width: 100%;
  }
}
footer a {
  color: white;
  text-decoration: none;
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 166%;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer .padd-left {
  padding-left: 30px;
}
@media (max-width: 768px) {
  footer .padd-left {
    padding-left: 0px;
  }
}
footer .widget-title {
  color: white;
  font-family: var(--primary-font);
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 166%; /* 29.88px */
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .pbmit-footer-bottom {
  background: #CEC0B0;
  color: black;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
footer .pbmit-footer-bottom a {
  color: black !important;
  font-weight: 500;
}
footer .pbmit-footer-bottom .pbmit-footer-copyright-text-area {
  padding: 13px 0px 26px;
}
footer .pbmit-footer-bottom .pbmit-footer-copyright-text-area p {
  margin-bottom: 0px;
}

.headimage {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  /* BACKGROUND SLIKA KAO IMG */
  /* OVERLAY SA SADRŽAJEM */
  /* KONTEJNER */
  /* NASLOV */
  /* OPIS */
  /* DUGMAD */
  /* MOBILE */
}
.headimage .bg-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.headimage .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  padding-bottom: 30px;
  pointer-events: none;
}
.headimage.big .overlay {
  align-items: flex-end;
}
.headimage.small .overlay {
  align-items: center;
}
.headimage.small .headline {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .headimage.small .headline {
    margin-top: 0px;
  }
}
.headimage .container {
  pointer-events: auto;
}
.headimage .row {
  flex-direction: row;
}
.headimage .headline {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.headimage .description {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  line-height: 144%;
  margin: 20px 0px 20px 25px;
}
.headimage .description p {
  max-width: 620px;
}
.headimage .btn-holder {
  width: initial;
}
.headimage .btn-holder a {
  background: #D5B286;
  color: white;
  padding: 15px 40px;
  display: flex;
  gap: 25px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
  transition: var(--transition);
}
.headimage .btn-holder a .icon {
  width: 40px;
  height: 40px;
  background-color: white;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.headimage .btn-holder a:hover {
  color: #D5B286;
  background: white;
}
.headimage .btn-holder a:hover .icon {
  background: #D5B286;
}
@media (max-width: 768px) {
  .headimage .bg-image {
    width: 100%;
    height: auto;
  }
  .headimage .overlay {
    position: relative;
    padding: 15px 0;
    background: white;
  }
  .headimage .headline {
    font-size: 26px;
    line-height: 110%;
  }
  .headimage .description {
    color: #253c4a;
    margin-left: 0;
    font-size: 16px;
  }
  .headimage .btn-holder a {
    padding: 12px 25px;
    font-size: 16px;
  }
  .headimage .btn-holder a .icon {
    width: 30px;
    height: 30px;
  }
}

.nase-usluge {
  padding: 70px 0px;
}
.nase-usluge .headline {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .nase-usluge .headline {
    font-size: 54px;
  }
}
.nase-usluge .usluga-kategorija {
  margin-bottom: 20px;
}
.nase-usluge .usluga-kategorija .title {
  color: #1C1C1C;
  font-family: var(--secondary-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 57.6px */
}
.nase-usluge .usluga-kategorija .usluga {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1C1C1C;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .nase-usluge .usluga-kategorija .usluga {
    flex-direction: column;
    align-items: baseline;
    margin-left: 0px;
    padding-bottom: 15px;
  }
}
.nase-usluge .usluga-kategorija .usluga .name {
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 278%; /* 55.6px */
}
@media (max-width: 768px) {
  .nase-usluge .usluga-kategorija .usluga .name {
    line-height: 120%;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.nase-usluge .usluga-kategorija .usluga .btns a {
  border-radius: 50px;
  background: #D5B286;
  padding: 7px 25px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 0.4px;
  transition: var(--transition);
  border: 1px solid #D5B286;
}
@media (max-width: 768px) {
  .nase-usluge .usluga-kategorija .usluga .btns a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.nase-usluge .usluga-kategorija .usluga .btns a:hover {
  background: white;
  color: #D5B286;
}
.nase-usluge .usluga-kategorija .usluga .btns a.howto {
  background: #2E45B7;
  border: 1px solid #2E45B7;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .nase-usluge .usluga-kategorija .usluga .btns a.howto {
    margin-right: 5px;
  }
}
.nase-usluge .usluga-kategorija .usluga .btns a.howto:hover {
  background: white;
  color: #2E45B7;
}

.cenovnik {
  padding-bottom: 40px;
}
.cenovnik .container {
  position: relative;
}
.cenovnik .aright {
  position: absolute;
  right: 0px;
  top: 150px;
  text-transform: initial;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 0.4px;
  z-index: 9;
}
@media (max-width: 768px) {
  .cenovnik .aright {
    font-size: 14px;
  }
}
.cenovnik .headline {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .cenovnik .headline {
    font-size: 54px;
  }
}
.cenovnik .faq-item {
  padding: 15px 0;
}
.cenovnik .faq-item .faq-question {
  color: #1C1C1C;
  font-family: var(--secondary-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 57.6px */
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .cenovnik .faq-item .faq-question {
    font-size: 24px;
  }
}
.cenovnik .faq-item .faq-question::after {
  content: "+";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 24px;
  transition: transform 0.3s ease;
}
.cenovnik .faq-item .faq-answer {
  display: none;
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .cenovnik .faq-item .faq-answer {
    padding-left: 0px;
  }
}
.cenovnik .faq-item .faq-answer .pricelist {
  list-style: none;
  padding-left: 0px;
}
.cenovnik .faq-item .faq-answer .pricelist li {
  border-bottom: 1px solid #1C1C1C;
  padding: 0px 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  color: #1C1C1C;
  display: flex;
  justify-content: space-between;
  background: white;
  transition: var(--transition);
}
.cenovnik .faq-item .faq-answer .pricelist li:hover {
  background: whitesmoke;
}
@media (max-width: 768px) {
  .cenovnik .faq-item .faq-answer .pricelist li {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 18px;
  }
}
.cenovnik .faq-item.active .faq-answer {
  display: block;
}
.cenovnik .faq-item.active .faq-question::after {
  content: "−";
}

.kontakt {
  padding: 100px 0px;
}
@media (max-width: 768px) {
  .kontakt {
    padding: 50px 0px;
  }
}
.kontakt .headline {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
}
@media (max-width: 1440px) {
  .kontakt .headline {
    font-size: 54px;
  }
}
.kontakt .desc {
  padding-left: 45px;
}
.kontakt .desc .title {
  color: #1C1C1C;
  font-family: var(--secondary-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  position: relative;
  margin: 30px 0px 20px;
}
.kontakt .desc .title:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #1C1C1C;
  position: absolute;
  left: -35px;
  top: 30px;
}
@media (max-width: 768px) {
  .kontakt .desc .title:before {
    display: none;
  }
}
.kontakt .desc .description {
  margin-bottom: 50px;
  max-width: 420px;
}
.kontakt .desc ul {
  list-style: none;
  max-width: 460px;
  padding-left: 0px;
  margin-left: 0px;
}
.kontakt .desc ul li {
  border-bottom: 1px solid #1C1C1C;
  padding: 7px 15px 7px 2px;
  display: flex;
  justify-content: space-between;
}
.kontakt .desc ul li .name img {
  margin-right: 15px;
}
.kontakt .desc ul li a, .kontakt .desc ul li .link {
  color: #2E45B7;
  text-decoration: none;
}
.kontakt .desc ul li a:hover {
  text-decoration: underline;
}
.kontakt .desc ul li p {
  margin-bottom: 0px;
}
.kontakt .desc .btn-round {
  text-align: center;
  text-transform: initial;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 83.333% */
  letter-spacing: 0.48px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .kontakt .desc {
    margin-bottom: 20px;
    padding-left: 15px;
  }
}

body {
  padding: 0px !important;
}

.blogpage .blog-card {
  margin-bottom: 34px;
}
.blogpage .blog-card h3 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  text-transform: uppercase;
}
.blogpage .pagination {
  margin-top: 30px;
}
.blogpage .page-link {
  background: none;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #2e45b7;
  transition: var(--transition);
}
.blogpage .page-link:hover {
  background: #2e45b7;
  color: white;
}

.singleblog {
  padding: 80px 0px 100px;
}
@media (max-width: 768px) {
  .singleblog {
    padding: 20px 0px 30px;
  }
}
.singleblog .headline {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
}
@media (max-width: 1440px) {
  .singleblog .headline {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .singleblog .headline {
    font-size: 42px;
    margin-bottom: 5px;
  }
}
.singleblog .breadcrumb {
  padding: 10px 0px 40px;
}
@media (max-width: 768px) {
  .singleblog .breadcrumb {
    padding: 10px 0px 10px;
  }
}
.singleblog .breadcrumb .breadcrumb-inner {
  color: #253B4A;
}
.singleblog .breadcrumb .breadcrumb-inner a {
  color: #253B4A;
  text-decoration: none;
}
.singleblog .breadcrumb .breadcrumb-inner a:hover {
  text-decoration: underline;
}
.singleblog iframe {
  width: 100% !important;
}
.singleblog a {
  text-decoration: none;
  color: #2e45b7;
}
.singleblog a:hover {
  text-decoration: underline;
}

.text-boxes {
  padding: 80px 0px 40px;
}
.text-boxes h1, .text-boxes h2, .text-boxes h3, .text-boxes h4, .text-boxes h5, .text-boxes h6 {
  color: #D5B286;
}
.text-boxes.beige {
  background: #FBF7F2;
}

.nabrajanje {
  padding-bottom: 80px;
}
.nabrajanje .masterinfo {
  color: #D5B286;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  max-width: 1050px;
}
.nabrajanje .list {
  margin-left: 25px;
  list-style: none;
}
.nabrajanje .list li {
  border-bottom: 1px solid #1C1C1C;
  padding: 15px 0px 10px;
  color: #1C1C1C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.nabrajanje .list li:last-child {
  border-bottom: 0px;
}

.gallery-section #galleryTabs {
  gap: 15px;
}
.gallery-section #galleryTabs .nav-link {
  border-radius: 50px;
  background: #D5B286;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 0.4px;
  border: 1px solid #D5B286;
  transition: var(--transition);
}
.gallery-section #galleryTabs .nav-link.active {
  background: #FFF;
  color: #D5B286;
}
.gallery-section #galleryTabs .nav-link.active:hover {
  background: #D5B286;
  color: #FFF;
}
@media (max-width: 768px) {
  .gallery-section #galleryTabs .nav-link.active:hover {
    background: initial;
    color: #D5B286;
  }
}
.gallery-section #galleryTabs .nav-link:hover {
  background: #FFF;
  color: #D5B286;
}
@media (max-width: 768px) {
  .gallery-section #galleryTabs .nav-link:hover {
    background: initial;
    color: #D5B286;
  }
}
@media (max-width: 768px) {
  .gallery-section #galleryTabs {
    flex-wrap: wrap;
  }
  .gallery-section #galleryTabs .nav-item {
    flex-grow: 1;
    flex-basis: fit-content;
  }
  .gallery-section #galleryTabs .nav-item button {
    width: 100%;
    font-size: 16px;
  }
}

/* Centriraj sliku unutar lightbox-a */
.lb-outerContainer,
.lb-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100vh !important;
  background-color: transparent !important;
}

.lb-image {
  margin: 0 auto !important;
  max-height: 90vh;
  max-width: 90vw;
  object-fit: contain;
}

.headinfo {
  background: #af9980;
  padding: 5px 20px;
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: 500;
}
.headinfo a {
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .headinfo {
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
  }
}

.saleboxes {
  padding-top: 30px;
  padding-bottom: 30px;
}
.saleboxes .boxholder .title {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.saleboxes .boxholder .box {
  border-radius: 25px;
  background: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
.saleboxes .boxholder .box .textholder {
  padding: 30px 10px;
}
.saleboxes .boxholder .box .textholder .price, .saleboxes .boxholder .box .textholder .link {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #2A404E;
  margin-top: 10px;
  margin-bottom: 10px;
}
.saleboxes .boxholder .box .title {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 20px;
  line-height: 144%;
  letter-spacing: 0%;
  color: #D5B286;
  text-align: left;
}
.saleboxes .boxholder .box .subtext {
  font-family: var(--primary-font);
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 144%;
  letter-spacing: 0%;
  color: #2A404E;
}
.saleboxes .boxholder .box img {
  max-width: 100%;
}

.search .link {
  text-decoration: none;
  font-size: 22px;
  color: #253B4A;
  border-bottom: 1px solid #253B4A;
  padding: 15px 10px;
  display: block;
}

.nastim .headline {
  padding: 40px 0px 30px;
  color: #D5B286;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
}
@media (max-width: 1440px) {
  .nastim .headline {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .nastim .headline {
    font-size: 36px;
    margin-top: 40px;
  }
}
.nastim .description {
  color: #253B4A;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 28.8px */
  margin-bottom: 30px;
}
.nastim .faq-item {
  padding: 15px 0;
  border-bottom: 1px solid #d5b286;
}
.nastim .faq-item .faq-question {
  color: #D5B286;
  font-family: var(--secondary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 57.6px */
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.nastim .faq-item .faq-question::after {
  content: "+";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 30px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .nastim .faq-item .faq-question {
    font-size: 30px;
  }
}
.nastim .faq-item .faq-answer {
  display: none;
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .nastim .faq-item .faq-answer {
    padding-left: 0px;
  }
}
.nastim .faq-item .faq-answer .pricelist {
  list-style: none;
  padding-left: 0px;
}
.nastim .faq-item .faq-answer .pricelist li {
  border-bottom: 1px solid #1C1C1C;
  padding: 0px 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  color: #D5B286;
  display: flex;
  justify-content: space-between;
  background: white;
  transition: var(--transition);
}
.nastim .faq-item .faq-answer .pricelist li:hover {
  background: whitesmoke;
}
.nastim .faq-item.active .faq-answer {
  display: block;
}
.nastim .faq-item.active .faq-question::after {
  content: "−";
}
.nastim .mb-8 {
  margin-bottom: 80px;
}

.team-member {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 20px;
}
.team-member h2, .team-member h3, .team-member h4, .team-member h5 {
  color: #D5B286;
}
.team-member .imageholder {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.team-member .imageholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-member .whitesmoke {
  background: #FBF7F2;
  padding: 20px 50px;
  font-size: 20px;
  justify-content: center;
  /* align-items: center; */
  display: flex;
  flex-direction: column;
}
.team-member .whitesmoke h1 {
  color: #D5B286;
}
.team-member .parts .col-md-6 {
  margin-top: 40px;
}

.mobile-toggle {
  display: none;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  header .topbar {
    background: linear-gradient(90deg, #2E45B7 0%, #394893 100%);
    padding: 5px 10px;
    height: initial;
  }
  header .topbar .logo img {
    height: 50px;
  }
  .topbar {
    padding: 10px 0;
  }
  .topbar .right-group {
    display: none; /* skrivamo sve iz topbara */
  }
  .main-nav {
    position: relative;
    padding: 0;
  }
  header .main-nav .navbar-nav .nav-link {
    color: #3B444F;
  }
  .submenu-toggle {
    position: absolute;
    right: 15px;
    top: 15%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .submenu-toggle::after {
    content: "+";
    font-size: 20px;
    line-height: 20px;
  }
  .dropdown.open > .submenu-toggle::after,
  .dropdown-submenu.open > .submenu-toggle::after {
    content: "-";
  }
  /* Hamburger dugme */
  .mobile-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border: none;
    background: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: 10px;
    z-index: 10002;
  }
  .mobile-toggle span {
    width: 18px;
    height: 2px;
    background: white;
    display: block;
    border-radius: 4px;
  }
  /* Skrivamo desktop meni */
  .mainnav-content .navbar-nav,
  .mainnav-content .searrchbox {
    display: none;
  }
  .topbar .right-group {
    display: none !important;
  }
  /* KADA JE AKTIVAN */
  .main-nav.active .mainnav-content {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #eee;
    z-index: 10001;
  }
  /* UL stil mobilnog menija */
  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link, .topmenu .nav-link {
    padding: 12px 0;
    display: block;
    font-size: 17px;
    color: #3B444F !important;
    font-family: var(--secondary-font) !important;
    font-weight: 700;
  }
  .main-nav.active .topmenu, .main-nav.active .navbar-nav {
    display: block !important;
  }
  /* PLUS / MINUS samo za stavke koje imaju dropdown */
  .navbar-nav .dropdown > a {
    position: relative;
    padding-right: 30px; /* prostor za plus */
  }
  /* default: + */
  .navbar-nav .dropdown > a::after {
    content: "+" !important;
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: #3B444F;
    font-weight: 400;
  }
  /* kada je otvoreno: - */
  .navbar-nav .dropdown.open > a::after {
    content: "-" !important;
  }
  /* DROPDOWN za mobilni */
  .navbar-nav .dropdown-menu {
    display: none !important;
    padding-left: 15px;
    border-left: 2px solid #eee;
  }
  header .main-nav .navbar-nav .nav-link:hover::after {
    background-color: transparent;
  }
  header .main-nav .navbar-nav .nav-item {
    display: block;
  }
  header .main-nav .navbar-nav .nav-link::after {
    display: none;
  }
  .navbar-nav .dropdown.open > .dropdown-menu {
    display: block !important;
  }
  /* GORNJI MENI (O nama, Novosti…) */
  .mobile-topmenu {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #eee;
  }
  .mobile-topmenu li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    color: #3B444F;
  }
  .headimage {
    position: relative;
    min-height: 0px !important;
    padding-bottom: 30px;
  }
  .headimage .headline {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .headimage .description {
    max-width: 100%;
    margin: 0px;
  }
  .headimage .description p {
    max-width: 100%;
    font-size: 18px;
    line-height: 115%;
  }
  .headimage .btn-holder {
    position: absolute;
    bottom: -28px;
    width: 100%;
  }
  .headimage .btn-holder img {
    height: 40px;
  }
  .headimage .btn-holder a {
    font-size: 15px;
    padding: 5px 25px;
    gap: 15px;
  }
  .teamSwiper {
    padding-bottom: 60px !important;
  }
  .teamSwiper .slider-nav {
    bottom: 20px !important;
  }
  .col-lg-6 img {
    margin-bottom: 10px;
  }
  .lb-outerContainer {
    height: calc(100vh - 160px) !important;
  }
}
/* desktop redosled ostaje kakav jeste */
.footer-widget-col-1 {
  order: 1;
}

.footer-widget-col-2 {
  order: 2;
}

.footer-widget-col-3 {
  order: 3;
}

.footer-widget-col-4 {
  order: 4;
}

@media (max-width: 768px) {
  /* željeni mobile redosled */
  .footer-widget-col-1 {
    order: 1;
  }
  .footer-widget-col-4 {
    order: 2;
  } /* ovaj ide drugi */
  .footer-widget-col-2 {
    order: 3;
  }
  .footer-widget-col-3 {
    order: 4;
  }
  /* da druga i treća budu jedna pored druge */
  .footer-widget-col-2,
  .footer-widget-col-3 {
    width: 47% !important;
  }
  /* ostali da idu full širina */
  .footer-widget-col-1,
  .footer-widget-col-4 {
    width: 100%;
  }
  .footer-widget-col-4 p {
    padding-left: 30px;
  }
}
.floating-call {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 56px;
  height: 56px;
  background: #3548a3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  text-decoration: none;
}

.floating-call svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.floating-call:active {
  transform: scale(0.95);
}

/* ⛔ sakrij na desktopu (opciono) */
@media (min-width: 992px) {
  .floating-call {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
