/******** GENERAL ********/
:root {
  /* FONT FAMILY */
  --ff-text: "Montserrat", sans-serif;
  --ff-heading: "Cormorant Garamond", serif;
  /* FONT SIZE */
  --fs-xs-text: 12px;
  --fs-s-text: 14px;
  --fs-m-text: 15px;
  --fs-l-text: 16px;
  --fs-xl-text: 18px;
  /* COLORS */
  --dark-clr: #3c3737;
  --light-dark-clr: #3c3737cc;
  --black-clr: #000000;
  --black-v2-clr: #0d0d0d;
  --black-v3-clr: #333333;
  --gold-clr: #c1993b;
  --white-clr: #ffffff;
  --light-white-clr: #ffffffcc;
  --green-clr: #0d3542;
  --light-grey: #00000026;
  --light-white-border: #ffffff26;
  --transparent: #ffffff00;
}
h1,
h2,
h3 {
  font-family: var(--ff-heading);
  color: var(--black-v2-clr);
}
h1 {
  font-size: 72px;
  font-weight: 300;
  line-height: 69px;
}
h2 {
  font-size: 56px;
  font-weight: 300;
  line-height: 69px;
}
h3 {
  font-size: 48px;
  font-weight: 300;
  line-height: 69px;
}
p {
  font-family: var(--ff-text);
  font-size: var(--fs-s-text);
  color: var(--light-dark-clr);
  font-weight: 400;
  line-height: 28px;
}
body {
  font-family: var(--ff-text);
  color: var(--black-clr);
}
a {
  color: rgba(var(--light-dark-clr));
  text-decoration: none;
}
.row>* {
  padding-right: 0;
  padding-left: 0;
}
.border-top,
.border-bottom {
  border-color: var(--light-grey) !important;
}
.bg-primary {
  background-color: var(--green-clr) !important;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000001a; /* Semi-transparent black overlay */
  z-index: 999;
}
.overlay.show {
  display: block;
}
/* CONTAINER */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: calc(100% - 50px);
    border-left: 1px solid var(--light-grey);
    border-right: 1px solid var(--light-grey);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: calc(100% - 200px);
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

#navbar-toggler {
  font-size: var(--fs-s-text);
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 24px;
  height: 6px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--gold-clr);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.active #nav-icon4 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(25deg);
  top: -3px;
  left: 0px;
}

.active #nav-icon4 span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-25deg);
  top: 7px;
  left: 0px;
}
#navbar-toggler.active .opened {
  display: block !important;
}
#navbar-toggler.active .closed {
  display: none;
}
#popup-menu .dropdown .nav-link::after {
  content: url(https://estetica.1o1o.com.hr/wp-content/uploads/2023/12/arrow-menu-right.svg);
  display: inline-block;
  transform: rotate(0);
}
#popup-menu .nav-link {
  justify-content: space-between;
}

/* NAVIGATION */
.nav-link {
  --bs-nav-link-font-weight: 400;
  line-height: 1em;
}
/* .nav-item a {
    position: relative;
    width: fit-content;
} 
.nav-item a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--light-dark-clr);
    bottom: -4px;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: left top;
}
.nav-item a:hover::after {
    transform: scale(1, 1);
}*/
/* ONLY FOOTER LINKS */

footer a {
  position: relative;
  width: fit-content;
}
footer a:hover {
  color: var(--black-v2-clr) !important;
}
footer a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--black-v2-clr);
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: left top;
}
footer a:hover::after {
  transform: scale(1, 1);
}
footer .image::after {
  display: none;
}
footer .sve-usluge {
  position: relative;
}
footer .sve-usluge::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(https://estetica.1o1o.com.hr/wp-content/uploads/2023/11/ArrowElbowRight.svg)
    no-repeat;
  top: 2px;
  left: 111px;
  position: absolute;
  display: block;
}

/*** MEGA MENU ***/
.megamenu {
  padding: 48px;
  width: calc(100% - 97px);
}
.megamenu ul {
  padding-left: 0px;
}
.megamenu ul p {
  /* font-size: var(--fs-l-text); */
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: var(--black-v2-clr);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  /* font-variant: all-small-caps; */
}
.megamenu ul:nth-child(2),
.megamenu ul:nth-child(3) {
  margin-top: 32px;
}
.megamenu li {
  list-style: none !important;
  line-height: 1;
  border-bottom: 1px solid var(--light-grey);
  max-width: 280px;
  background-color: var(--white-clr);
  transition: 200ms linear;
}
.megamenu li:hover {
  background-color: #d2d8da;
}
.megamenu li a {
  display: block;
  font-size: var(--fs-s-text);
  font-weight: 400;
  color: var(--dark-clr);
  padding: 12px 8px;
  transition: 200ms linear;
}
.megamenu li:hover a {
  padding-left: 15px;
}
.has-megamenu {
  position: static;
}
.megamenu .col-md.border-right {
  max-width: 340px;
  border-right: 1px solid #ccc;
  margin-right: 36px;
}
/**********END***********/

/******** HEADER ********/
header#masthead {
  background: #fff;
}
/* NAV BAR */
#masthead .navbar {
  padding: 0;
}
#masthead .navbar #menu-main-menu-hr > li {
  /* padding: 32px 16px; */
  transition: 100ms linear;
  border-bottom: 2px solid var(--transparent);
}
/* #masthead.sticky .navbar #menu-main-menu-hr > li {
  padding: 24px 16px;
} */
#masthead.sticky .navbar #menu-main-menu-hr > li a {
  padding: 24px 22px;
}
#masthead .navbar #menu-main-menu-hr > li:last-of-type {
  background-color: var(--gold-clr);
  padding-left: 46px;
  padding-right: 46px;
  margin-left: 16px;
}
#masthead .nav-link {
  font-size: 12px;
  color: var(--black-clr);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 38px 22px;
  will-change: padding;
  transition: padding 200ms linear;
}
#masthead #main-menu > ul > li:hover {
  border-bottom: 2px solid #c1993b;
}
#masthead .navbar li:last-of-type .nav-link {
  color: var(--white-clr);
}
#masthead .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
}
.dropdown .nav-link::after {
  content: url(https://estetica.1o1o.com.hr/wp-content/uploads/2023/12/arrow-up-s-line.svg);
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 2px;
  transition: 50ms;
}
.dropdown:hover .nav-link::after {
  transform: rotate(0deg);
}
li.dropdown a {
  position: relative;
}
.dropdown:hover .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -43px;
  left: -3px;
  display: block;
}
#masthead.sticky .dropdown:hover .nav-link::before {
  bottom: -25px;
}
/* CONTAINER FLUID */
#masthead .container-fluid {
  padding-left: 20px;
}
@media (min-width: 1600px) {
  #masthead .container-fluid {
    max-width: 1600px;
    padding-left: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #masthead .container-fluid {
    padding-left: 100px;
  }
  .hero-section__hero-image svg {
    left: 20px !important;
    top: 2px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #masthead .container-fluid {
    padding-left: 50px;
  }
  /* #masthead .navbar #menu-main-menu-hr > li {
    padding: 32px 12px;
  } */
  #masthead .navbar #menu-main-menu-hr > li:last-of-type {
    /* padding-left: 34px; */
    padding-right: 34px;
  }
  .megamenu {
    width: calc(100% - 48px);
  }
  .hero-section__hero-image svg {
    left: 15px !important;
    top: 3px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #masthead .container-fluid {
    max-width: calc(100% - 50px);
    padding: 0;
  }
  .hero-section__hero-image svg {
    top: 0px;
  }
  .hero-section__hero-image svg {
    left: 13px !important;
    top: 1px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    left: -1px;
    bottom: 0px;
    border-radius: 0;
    border: 0;
    box-shadow: inset 0px 0px 0px 1px var(--light-grey);
    transform: translateY(100%);
  }
}
/**********END***********/

/******** FOOTER ********/
footer .navbar-nav {
  gap: 22px;
}
footer,
footer .info,
footer .nav-link {
  font-size: var(--fs-s-text);
  color: var(--dark-clr);
  padding: 0;
  line-height: 1em;
}
footer .info {
  gap: 18px;
}
footer .see-all.mt-4 {
  margin-top: 22px !important;
}

footer h5 {
  font-size: 13px;
  color: var(--black-v2-clr);
}
.footer-bottom p {
  font-size: var(--fs-xs-text);
  color: var(--white-clr);
}
.footer-bottom a:hover {
  color: var(--white-clr) !important;
}
.footer-bottom a::after {
  background-color: var(--white-clr);
}
footer .px-lg-4 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
@media (min-width: 992px) {
  footer .ms-lg-5 {
    margin-left: 4rem !important;
  }
}
@media (min-width: 768px) {
  footer .width-fit-content {
    width: fit-content;
  }
}
/* PUTUJUCI TEKST */
/* .marquee-text1 {
  overflow: clip;
}
.marquee-text1-track2 {
  display: flex;
  padding-left: 1.2rem;
  gap: 1.2rem;
  width: max-content;
  animation: marquee-move-text1 var(--speed, 100s) linear infinite var(
      --direction,
      forwards
    );
}
.marquee-text1 p {
  color: #0D0D0D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 6px;
}
.marquee-text1 svg {
  position: relative;
  top: -2px;
}
@keyframes marquee-move-text1 {
  to {
    transform: translateX(-50%);
  }
} */
/************************/

/************************/
/*        HOME          */
/************************/
#content .px-lg-4 {
  padding-left: 68px !important;
  padding-right: 68px !important;
}
/* HERO */
.hero-section .py-lg-5 {
  padding-top: 90px !important;
  padding-bottom: 100px !important;
}
.hero-text {
  max-width: 420px;
  margin-bottom: 22px;
}
.hero-text h1 {
  margin-top: 6px;
  margin-bottom: 22px;
}
.custom-subtitle {
  font-size: var(--fs-s-text);
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  font-variant: all-small-caps;
  margin-left: 2px;
}
.custom-subtitle img {
  margin-top: 3px;
}
.custom-subtitle--white,
.custom-button--white {
  color: var(--white-clr);
}
.custom-subtitle--black,
.custom-button--black {
  color: var(--black-v3-clr);
}
.custom-button svg {
  fill: var(--transparent);
  transition: 600ms;
}
.custom-button a:hover svg,
.usluga-item:hover .custom-button a svg {
  fill: var(--green-clr);
}
.custom-button.custom-button--white svg {
  fill: var(--transparent);
  transition: 600ms;
}
.custom-button.custom-button--white svg path {
  stroke: var(--white-clr);
}
.custom-button.custom-button--white a:hover svg {
  fill: var(--white-clr);
}
.hero-section__hero-image img.hero-static {
  top: -10px;
  position: relative;
  z-index: 2;
  width: auto;
}
.hero-section .row {
  overflow: hidden;
}
.hero-section__hero-image {
  position: relative;
}
.hero-section__hero-image img.svg {
  position: absolute;
  width: auto;
  height: auto;
  top: -10px;
  left: 0px;
  transform: scale(0.935);
  animation: pulse 3000ms linear infinite;
}
.hero-section__hero-image img.pulse-2 {
  animation-delay: 1000ms;
}
.hero-section__hero-image img.pulse-3 {
  animation-delay: 2000ms;
}

@keyframes pulse {
  0% {
    transform: scale(0.935);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

/* Usluge Section */
.usluge-section {
  background-color: var(--green-clr);
}
#content .usluge-section .px-lg-4 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.usluge-section .container {
  border-left: 1px solid var(--light-white-border);
  border-right: 1px solid var(--light-white-border);
}
.usluge-section .usluge-heading {
  max-width: 800px;
  padding: 68px 0 45px;
  position: relative;
  z-index: 1;
}
.usluga-summary .row {
  align-items: center;
  border-top: 1px solid var(--light-white-border);
}
.usluga-summary__text {
  color: var(--white-clr);
  flex-basis: 10%;
  margin: 40px 0;
  transition: 600ms;
  max-width: 400px;
}
.usluga-summary__text h4 {
  display: flex;
  gap: 16px;
  font-size: var(--fs-xl-text);
  line-height: 22px;
}
.usluga-summary__text p {
  color: var(--light-white-clr);
  font-size: var(--fs-s-text);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.usluga-summary__featured-image {
  text-align: center;
  margin-left: 50px;
}
.usluga-summary__button .custom-button--white {
  justify-content: flex-end;
}
.usluga-summary .row:nth-child(5) {
  border-bottom: 1px solid var(--light-white-border);
}
.usluga-summary__see-all .custom-button--white {
  padding: 70px 0px 60px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.usluga-summary .row:hover .usluga-summary__text {
  margin-left: 10px;
}
.usluga-summary .usluga-summary__featured-image img {
  opacity: 0;
  margin-top: -25px;
  margin-bottom: -25px;
  transition: 600ms;
  transform: rotate(-20deg);
}
.usluga-summary .row:hover .usluga-summary__featured-image > img {
  opacity: 1;
  transform: rotate(0deg);
}
.usluga-summary .row:hover .custom-button--white a > svg {
  fill: var(--white-clr);
}
/* Features Section */
.features-section {
  padding: 160px 0;
  position: relative;
}
.background-lobby {
  height: 1180px;
  background-image: url("https://estetica.1o1o.com.hr/wp-content/uploads/2024/11/istaknuto-bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .background-lobby {
    background-attachment: scroll;
    background-size: auto;
  }
}
.features .row {
  position: absolute;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  width: 200px;
  height: 100%;
  padding: 160px 0;
  left: 150px;
  top: 0;
  border-left: 1px solid var(--light-grey);
  border-right: 1px solid var(--light-grey);
}
.features .feature {
  padding: 0 35px;
}
.features .feature h4 {
  font-family: var(--ff-heading);
  font-size: 48px;
  font-weight: 300;
  line-height: 69px;
}
.features .feature p {
  font-size: var(--fs-s-text);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
/* Images Comparasion Section */
.before-after__first .row {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
.before-after__animation {
  margin-bottom: -8px;
}
.before-after__animation {
  margin-bottom: -8px;
}
.before-after__text {
  margin-left: 90px;
}
.before-section .hero-text h1 {
  font-size: 56px;
}
.before-after__second {
  position: relative;
  height: 180px;
}
.before-after__second .lines {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 200px;
  height: 100%;
  left: 150px;
  top: 0;
  border-left: 1px solid var(--light-grey);
  border-right: 1px solid var(--light-grey);
}
img-comparison-slider:focus {
  outline: none !important;
}
img-comparison-slider:hover {
  cursor: pointer;
}
/* Testimonial Section */
.testimonial-section .row {
  position: relative;
  z-index: 5;
  background-color: var(--white-clr);
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
.testimonial-slider {
  padding: 48px 130px;
  align-self: center;
}
.testimonial-slider .custom-subtitle {
  max-width: 420px;
  margin: 0 auto;
}
.testimonial-slider .swiper {
  margin-top: 26px;
}
.testimonial-slider p {
  font-size: var(--fs-s-text);
  margin-bottom: 16px;
}
.testimonial-slider h4 {
  font-size: var(--fs-l-text);
  font-weight: 500;
}
.testimonial-image {
  text-align: center;
  border-left: 1px solid var(--light-grey);
  padding: 48px 42px;
  flex: 0 1 auto;
  width: auto;
}
@media (max-width: 1108px) {
  .testimonial-slider {
    border-right: 1px solid var(--light-grey);
  }
  .testimonial-image {
    border-left: none;
  }
}
.testimonial-image img {
  height: 480px;
  object-fit: cover;
  border-radius: 250px 0 0 0;
}
/* Contact Home Section */
.contact-home-section {
  margin-top: -240px;
  background-color: var(--green-clr);
}
.contact-home-section .lines-background {
  height: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.contact-home-section .lines-fill {
  position: absolute;
  height: 1730px;
  width: 100%;
  bottom: -145px;
  left: 0;
}
.contact-home-section .lines-fill path {
  stroke-dasharray: 3500;
  stroke-dashoffset: 3500;
  /* animation: dash-contact 2s linear; */
  animation-delay: 1s;
}
@keyframes dash-contact {
  to {
    stroke-dashoffset: 6500;
  }
}
.contact-home-section .container {
  padding-top: 500px;
  padding-bottom: 300px;
  border: none;
  position: relative;
  z-index: 2;
}
.contact-home-section .row,
.contact-home-section .hero-text {
  justify-content: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.contact-home-section .custom-subtitle,
.contact-home-section .custom-button {
  justify-content: center;
}
.contact-home-section .hero-text h1 {
  color: var(--white-clr);
  margin-bottom: 28px;
}
.contact-home-section .hero-text p {
  color: var(--light-white-clr);
  font-size: var(--fs-s-text);
  font-weight: 400;
  line-height: 28px;
  max-width: 570px;
  margin: 0 auto 38px;
}
/* About Us Section */
.about-us-section {
  padding: 0;
  position: relative;
}
.about-us-section .row {
  align-items: center;
  border-bottom: 1px solid var(--light-grey);
}
.about-us-section__first {
  position: relative;
  height: 180px;
  border-bottom: 1px solid var(--light-grey);
}
.about-us-section__first .lines {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 200px;
  height: 100%;
  left: 150px;
  top: 0;
  border-left: 1px solid var(--light-grey);
  border-right: 1px solid var(--light-grey);
}
.about-us-text {
  padding: 48px 206px 48px 80px;
}
.about-us-image {
  text-align: center;
  border-left: 1px solid var(--light-grey);
  padding: 48px 42px;
  align-self: center;
  flex: 0 1 auto;
  width: auto;
}
.about-us-image img {
  border-radius: 100px 100px 0 0;
}
.about-us-section .hero-text h1,
.price-list-hero .hero-text h1,
.default-hero .hero-text h1 {
  font-size: 56px;
}
.price-list-hero.qa .hero-text h1 {
  font-size: 72px;
  line-height: 72px;
  margin-top: 4px;
}
@media (max-width: 1162px) {
  .about-us-text {
    border-right: 1px solid var(--light-grey);
  }
  .about-us-image {
    border-left: none;
  }
}
/* CTA Section */
.cta-section {
  background-color: var(--green-clr);
  overflow: hidden;
}
.cta-section-inner {
  position: relative;
  z-index: 2;
}
.cta-section .lines-background {
  height: 100%;
  position: relative;
  z-index: 3;
}
.cta-section .lines-fill {
  position: absolute;
  height: 1370px;
  width: 120%;
  bottom: -280px;
  left: -10px;
}
.cta-section .lines-fill path {
  stroke-dasharray: 3500;
  stroke-dashoffset: 3500;
  /* animation: dash 2s linear; */
  animation-delay: 1s;
}
@keyframes dash {
  to {
    stroke-dashoffset: 6500;
  }
}
.cta-section.container {
  padding: 32px 160px 32px 80px;
  border: 0;
  position: relative;
  z-index: 2;
  min-height: 250px;
  align-content: center;
}
.cta-section .hero-text {
  margin-bottom: 0;
  max-width: max-content;
}
.cta-section .hero-text h1,
.cta-section .hero-text h2 {
  font-size: 56px;
  color: var(--white-clr);
  margin-bottom: 22px;
  margin-top: 0;
}
.cta-section .hero-text p {
  color: var(--light-white-clr);
  font-size: var(--fs-s-text);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.cta-section-button {
  align-self: center;
}
.cta-section-button .custom-button {
  justify-content: flex-end;
}
/************************/

/************************/
/*       KONTAKT        */
/************************/
.contact-hero {
  position: relative;
  padding: 48px 90px !important;
  background-size: cover;
  background-position: 50%;
}
.contact-hero .row {
  position: relative;
  z-index: 2;
}
.kontakt-hero-image {
  position: absolute;
  object-fit: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-content {
  border-top: 1px solid var(--light-grey);
}
.contact-left {
  padding: 10px 90px 30px 80px;
  flex: 1 0 31%;
}
.contact-right {
  border-left: 1px solid var(--light-grey);
}
/* Naslov */
.contact-hero h1 {
  color: var(--white-clr);
  padding-top: 24px;
  padding-bottom: 32px;
}
.contact-hero p {
  color: var(--white-clr);
  margin-bottom: 0;
}
/* Google Map */
.contact-map {
  padding: 34px;
}
.contact-map iframe {
  border-radius: 21px 21px 0px 0px;
}
/* Info */
.contact-info {
  text-align: center;
}
.contact-info .info-label {
  color: var(--black-v2-clr);
  font-size: var(--fs-l-text);
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
  margin-bottom: 10px;
}
.contact-info .info-text {
  color: var(--black-v2-clr);
  font-size: var(--fs-s-text);
}
.contact-info .info-label img {
  margin-left: -16px;
}
.contact-info .row {
  border-top: 1px solid var(--light-grey);
}
.contact-info .col-xl {
  padding: 48px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info .col-xl:not(.contact-info .col-xl:first-of-type) {
  border-left: 1px solid var(--light-grey);
}
/* Kontakt Forma */
.contact-form label:not(.contact-form .gfield_checkbox label) {
  color: var(--black-v2-clr) !important;
  font-size: var(--fs-l-text) !important;
  font-variant: all-small-caps;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  border: 1.05px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafbfb !important;
  border-radius: 0 !important;
}
.contact-form .gform_fields {
  row-gap: 26px !important;
}
.contact-form .gfield_checkbox {
  margin: -6px 0 10px;
}
.contact-form a {
  color: #C62525;
}
.contact-form .gform_button {
  color: var(--black-v3-clr) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.contact-form .gform_footer input[type="submit"] {
  width: 158px !important;
  margin-right: -140px !important;
  justify-content: flex-start !important;
  z-index: 3 !important;
  text-align: left!important;
}
.contact-form .gform_footer {
  height: 60px;
  width: max-content;
}
.contact-form .gform_footer.top_label .hover-image {
  opacity: 0;
  transition: opacity 600ms;
}
.contact-form .gform_footer.top_label:hover .hover-image {
  opacity: 1;
}
#gform_1, #gform_2 {
  position: relative;
}
#gform_ajax_spinner_1,
#gform_ajax_spinner_2 {
  position: absolute;
  left: 180px;
  bottom: 20px;
}
/************************/
/*       Cjenik        */
/************************/
/* HERO */
.price-list-hero .hero-text {
  max-width: 550px;
  margin-bottom: 32px;
}
.price-list-text {
  flex: 1 0 22%;
  padding: 48px 80px 48px 80px;
  align-self: center;
}
.price-list-text p {
  max-width: 420px;
}
.price-list-text p:last-of-type {
  margin-bottom: 0;
}
.price-list-image {
  border-left: 1px solid var(--light-grey);
  padding: 48px 42px;
  display: flex;
  justify-content: center;
}
.price-list-hero .empty-space {
  height: 60px;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
/* PRICES */
.price-list-prices > .row {
  padding: 60px 0 70px;
  border-top: 1px solid var(--light-grey);
}
.price-list-prices .pricing {
  flex-basis: 24.5%;
}
/* Tablica */
.price-list-prices table {
  margin-bottom: 48px !important;
}
.price-list-prices table:last-of-type {
  margin-bottom: 0px !important;
}
.price-list-prices th {
  background-color: #0d354226 !important;
  color: var(--dark-v2-clr);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-top: 1px solid var(--light-grey);
}
.price-list-prices th,
.price-list-prices td {
  padding: 24px !important;
  box-shadow: none;
}
.price-list-prices table tr > td:last-of-type {
  text-align: right;
}
.price-list-prices tbody tr:nth-child(even) td {
  background: rgba(13, 53, 66, 0.02);
}
td .price-text {
  color: var(--dark-clr);
  font-size: 14px;
}
td .price-amount {
  color: var(--black-v2-clr);
  font-size: 18px;
  font-weight: 500;
}
.price-list-prices tr .service-name {
  position: relative;
  top: 2px;
}
/* CTA */
.price-list-prices .pricing-cta {
  padding: 0 42px;
}
.price-list-prices .custom-button {
  justify-content: flex-start;
  margin-top: 32px!important;
}
.price-list-prices .cta-section,
.single-usluga-main .cta-section {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  z-index: 1000;
}
.price-list-prices .cta-section .lines-fill,
.single-usluga-main .cta-section .lines-fill {
  position: absolute;
  height: 1370px;
  width: 260%;
  bottom: -350px;
  left: -115px;
}

/************************/
/*         404          */
/************************/
.default-info-hero {
  padding: 48px 90px;
}
.default-info-hero h1,
.default-info-hero p {
  margin-bottom: 40px;
}

/************************/
/*      HVALA VAM       */
/************************/
.default-info-hero .thank-you-par {
  max-width: 575px;
}
.hvala-vam.container,
.page-404.container {
  padding: 0;
}

/***************************************/
/*      ČESTO POSTAVLJENA PITANJA      */
/***************************************/
.default-hero-image {
  border-left: 1px solid var(--light-grey);
  padding: 48px 42px;
  display: flex;
  justify-content: flex-end;
  width: auto;
  flex: 0 0 auto;
}
.default-hero-image img {
  object-fit: cover;
  height: 400px;
  width: 432px;
  border-radius: 100px 100px 0px 0px;
}
.price-list-hero.qa .empty-space {
  border-bottom: 0;
}
.price-list-hero .hero-text h1,
.default-hero .hero-text h1 {
  margin-top: 2px;
}
.price-list-prices.qa > .row {
  padding-top: 0;
  border-top: 0;
}

/* Accordion */
.qa-accordion {
  overflow: hidden;
}
.accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.15)!important;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 32px 24px;
  cursor: pointer;
  background: #fff;
  color: var(--black-v2-clr);
  font-size: 16px;
  font-weight: 500;
  gap: 15px;
  line-height: normal;
  transition: .5s;
}
.accordion-item.active .accordion-header {
  background: #F4F8F8;
  padding-bottom: 24px;
}
.accordion-item .accordion-arrow {
  transform: rotate(0);
  transition: .5s;
}
.accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}
.accordion-content {
  background: #fff;
  padding: 0 24px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  color: rgba(13, 13, 13, 0.80);
  max-height: 0;
  transition: max-height 0.5s, padding 0.5s; /* Smooth transition for height and padding */
}
.accordion-item.active .accordion-content {
  background: #F4F8F8;
  padding: 0 24px 32px 24px;
}

/***************************************/
/*          PRIJEVOZ I SMJEŠTAJ        */
/***************************************/
.default-hero.smjestaj {
  border-bottom: 1px solid var(--light-grey);
}
.smjestaj .price-list-text {
  flex: 1 0 24%;
  padding: 0 44px 0 90px;
}
.smjestaj .price-list-text .hero-text {
  max-width: 100%;
  margin-bottom: 0;
}
.smjestaj.default-hero .hero-text h1 {
  max-width: 620px;
  font-size: 72px;
  line-height: 72px;
  margin-top: 4px;
}
.default-hero .hero-text p {
  font-size: 14px;
  max-width: 575px;
}
.default-hero .hero-text p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.default-hero .default-hero-image img {
  height: 480px;
  width: 432px;
  border-radius: 250px 0 0 0;
}
.gallery-section {
  padding: 48px 90px;
}
.gallery-section .row div {
  padding: 0;
}
.gallery-info h3 {
  margin-bottom: 40px;
  line-height: 56px;
}
.gallery-info p {
  max-width: 630px;
  margin-bottom: 48px;
}
.gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.gallery-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/***************************************/
/*          PRIJEVOZ I SMJEŠTAJ        */
/***************************************/
.onama.default-hero .default-hero-image img {
  height: 480px;
  width: 530px;
  border-radius: 100px 100px 0 0;
}
.onama.default-hero .price-list-text {
  flex: 1 0 7%;
  padding: 48px;
}
.onama.default-hero .hero-text h1 {
  max-width: 600px;
  margin-bottom: 24px;
}
.onama.default-hero .hero-text {
  max-width: 100%;
  margin-bottom: 32px;
}
.onama.default-hero .empty-space {
  height: 60px;
  border-top: 1px solid var(--light-grey);
  /* border-bottom: 1px solid var(--light-grey); */
}
/* INFO SECTION */
.info-column {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  min-height: 170px;
}
.info-column:last-of-type {
  border-right: 0;
}
.info-column img {
  position: relative;
  left: -4px;
  top: -2px;
}
.info-column .icon-text {
  color: var(--black-v2-clr);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.info-column .info-text {
  color: var(--black-v2-clr);
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
}
.info-section .empty-space {
  height: 60px;
  /* border-top: 1px solid var(--light-grey); */
  border-bottom: 1px solid var(--light-grey);
}
/* GARANCIJA SECTION */
.sections-image {
  display: flex;
  padding: 48px 42px;
  justify-content: center;
}
.sections-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px;
  flex-basis: 23.5%;
}
.section-text__right {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.sections-text .section-content {
  width: 558px;
}
.sections-image img {
  object-fit: cover;
  width: 430px;
  height: 480px;
}
.sections-image.sections-image__left img {
  border-radius: 0px 250px 0px 0px;
}
.sections-image.sections-image__right img {
  border-radius: 250px 0px 0px 0px;
}
.section-content h2 {
  font-size: 48px;
  margin-bottom: 24px;
}
.section-content .custom-button {
  margin-top: 40px;
}
.garancija-section .section-content li {
  list-style: none;
  background-image: url(/wp-content/uploads/2024/11/StarFour.svg);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 22px;
  background-size: 16px 16px;
}
.garancija-section .section-content ul {
  padding-left: 0;
  margin-bottom: 40px;
}
.section-content li {
  color: var(--dark-clr);
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 10px;
}
.garancija-section .empty-space {
  height: 60px;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
/* ZAŠTO MI SECTION */
.section-text__left {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.zasto-section .section-content h2 {
  width: 555px;
}
.zasto-section .empty-space {
  height: 60px;
  border-top: 1px solid var(--light-grey);
  /* border-bottom: 1px solid var(--light-grey); */
}
/* NAŠ TIM */
.full-width.sections-text {
  flex-basis: 100%;
  padding: 0 0 56px 0;
  text-align: center;
}
.full-width.sections-text .custom-subtitle {
  justify-content: center;
}
.full-width.sections-text .section-content {
  width: 600px;
}
.tim-section .section-content p {
  margin-bottom: 0;
}
.section-team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.section-team .tim-item {
  padding: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.person-item {
  position: relative;
  overflow: hidden;
}
.person-item img {
  object-fit: cover;
  object-position: 50% 20%;
  height: 335px;
  width: 100%;
  transition: .5s;
  transform: scale(1);
}
.person-item:hover img {
  transform: scale(1.05);
}
.person-item p {
  color: var(--white-clr);
  font-family: "Cormorant Garamond";
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  padding: 24px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(13, 53, 66, 0.80);
  margin-bottom: 0;
}
.tim-section .empty-space {
  height: 60px;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
}
/* SMJEŠTAJ */
.smjestaj-section .empty-space {
  height: 60px;
  border-top: 1px solid var(--light-grey);
  /* border-bottom: 1px solid var(--light-grey); */
}

/************************/
/*   PRIJE I POSLIJE    */
/************************/
.ba-section {
  background-color: var(--green-clr);
}
.ba-section .container {
  padding: 64px 90px 80px;
  border-left: 1px solid var(--light-white-border);
  border-right: 1px solid var(--light-white-border);
}
.usluga-title {
  color: var(--white-clr);
  font-size: 56px;
  font-weight: 300;
  line-height: 123%;
  margin-bottom: 32px;
  margin-top: 8px;
}
.prije-slika,
.poslije-slika {
  position: relative;
  overflow: hidden;
}
.prije-slika img,
.poslije-slika img {
  object-fit: cover;
  transition: .5s;
}
.prije-slika:hover img,
.poslije-slika:hover img {
  transform: scale(1.05);
}
.ba-info-text {
  padding: 2px 32px;
  background-color: var(--gold-clr);
  color: var(--white-clr);
  position: absolute;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.swiper-ba {
  padding-bottom: 82px;
}
.swiper-ba .swiper-button-prev {
  width: 50px;
  top: auto;
  left: auto;
  right: 90px;
  bottom: 0;
}
.swiper-ba .swiper-button-next {
  width: 50px;
  top: auto;
  right: 0;
  bottom: 0;
}
.swiper-ba .swiper-button-prev:after,
.swiper-ba .swiper-button-next:after {
  display: none;
}
.swiper-ba .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.15);
  opacity: 1!important;
  width: 80%;
  bottom: 20px;
  height: 1px;
  left: 0;
}
.swiper-ba .swiper-scrollbar-drag {
  height: 3px;
  margin-top: -1px;
  background: var(--white-clr);
}
.swiper-ba:not(.swiper-ba:last-of-type) {
margin-bottom: 80px;
}

/************************/
/*   ARHIVA USLUGA      */
/************************/
.container.usluge {
  padding: 0;
}
.container.usluge .default-info-hero {
  padding: 64px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.container.usluge .default-info-hero p {
  margin-bottom: 0;
}
.archive-content {
  padding-bottom: 40px!important;
}
.category-info {
  display: flex;
  gap: 16px;
  padding: 100px 90px 42px 90px;
  align-items: center;
}
.category-info:first-of-type {
  padding-top: 80px;
}
.category-info img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.category-info h3 {
  margin-bottom: 0;
}
.usluge-list .usluga-item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.usluge-list .usluga-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.usluge-list .usluga-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.usluga-item p {
  color: var(--black-v2-clr);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.usluge-list .usluga-summary__featured-image img {
  margin-top: -48px;
  margin-bottom: -48px;
}
.usluge-list .custom-button--black {
  justify-content: flex-end;
}

/************************/
/*   SINGLE USLUGA      */
/************************/
.single-usluga-text {
  flex: 1 0 22%;
  padding: 48px 40px 48px 90px;
  align-self: center;
}
.single-usluga-text .hero-text {
  max-width: 100%;
  margin-bottom: 34px;
}
.single-usluga-text .hero-text h1 {
  max-width: 575px;
}
.single-usluga-text .hero-text p {
  margin-top: 0;
}
.single-usluga-main .row {
  padding: 0 40px 0 90px;
  gap: 100px;
}
.single-usluga-main .usluga-content {
  flex-basis: 12.95%;
}
.single-usluga.default-hero .empty-space {
  height: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.usluga-content .galerija {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
.usluga-content h3 {
  color: var(--black-v2-clr);
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 18px;
  line-height: normal;
}
.single-usluga-main .usluga-cta,
.price-list-prices .pricing-cta {
  justify-items: flex-end;
}
.single-usluga-main .cta-section,
.price-list-prices .cta-section {
  padding: 32px 24px;
  width: 432px;
}
.single-usluga-main .cta-section h3,
.cta-section .hero-text h3 {
  color: var(--white-clr);
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 32px;
}
.single-usluga-main .cta-section p {
  margin-bottom: 32px;
}
.single-usluga-main .cta-section-button .custom-button {
  justify-content: flex-start;
}
.single-usluga-main .accordion-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.single-usluga-main .empty-space {
  height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.single-usluga-main .inner-content {
  margin-bottom: 54px;
}
.single-usluga-main .inner-content p {
  margin-bottom: 24px;
}
.inner-content ul {
	font-family: var(--ff-text);
	font-size: var(--fs-s-text);
	color: var(--light-dark-clr);
  list-style: none;
  padding-left: 0;
	font-weight: 400;
	line-height: 28px;
  margin-bottom: 24px;
}
.inner-content.prednosti ul {
  list-style: disc;
  padding-left: 24px;
}
.inner-content ul li {
  margin-bottom: 12px;
}
.inner-content.pitanja h3 {
  margin-bottom: 22px;
}
.inner-content strong {
  color: var(--green-clr);
  font-weight: 600;
}
.inner-content strong a,
.inner-content a strong {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* FORMA */
.forma-section {
  padding: 70px 0px;
}
.form-heading-section {
  text-align: center;
}
.gravity-section {
  max-width: 650px;
  margin: 0 auto;
}
.form-heading-section h3 {
  margin-bottom: 12px;
}
.form-heading-section p {
  margin-bottom: 62px;
}

/************************/
/* PRAVILA PRIVATNOSTI  */
/************************/
.pravila-privatnosti {
  padding: 0;
}
.pravila-privatnosti .default-info-hero {
  padding: 48px 90px;
}
.pravila-privatnosti .default-info-hero h1 {
  margin-bottom: 0;
}
.pravila-privatnosti .empty-space {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 45px;
}
.content-privatnosti.container {
  padding: 0 90px 90px;
}
.content-privatnosti h2:not(h2:first-of-type) {
  margin-top: 48px;
}
.content-privatnosti h2 {
  margin-bottom: 16px;
}
.content-privatnosti h4 {
  color: #0D0D0D;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 28px;
}
.content-privatnosti .inner-sections {
  max-width: 735px;
}
.content-privatnosti a strong {
  font-weight: 600;
  color: var(--green-clr);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content-privatnosti a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privatnost .info-column {
  height: 250px;
  border-bottom: 0;
}


/************************/
/*       RESPONSIVE     */
/************************/
/* LARGE - LG - >=992 */
@media (max-width: 1199px) {
  /* GENERAL */
  h1 {
    font-size: 60px;
    line-height: 59px;
  }
  h2 {
    font-size: 48px;
    line-height: 61px;
  }
  #navbar-toggler {
    display: flex !important;
  }
  /* FRONT PAGE */
  /* Hero section */
  #content .px-lg-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  /* Usluge section */
  #content .usluge-section .px-lg-4 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .usluga-summary__featured-image {
    flex-grow: 1.25;
  }
  .usluge-section .usluge-heading {
    max-width: 700px;
  }
  /* Features Section */
  .features-section {
    padding: 100px 0;
  }
  .features .row {
    left: 100px;
  }
  .before-after__second .lines {
    left: 100px;
  }
  /* Before - After section */
  .before-after__text {
    margin-left: 40px;
    flex-grow: 1.1;
  }
  .before-after__second {
    height: 100px;
  }
  /* Testimonial section  */
  .testimonial-slider {
    padding: 60px;
  }
  .testimonial-image {
    padding: 32px;
    flex: 0 1 43%;
  }
  /* Contact section  */
  .contact-home-section .container {
    padding-top: 380px;
    padding-bottom: 120px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .contact-home-section .row,
  .contact-home-section .hero-text {
    max-width: 600px;
  }
  /* About us section */
  .about-us-section__first .lines {
    left: 100px;
  }
  .about-us-section__first {
    height: 100px;
  }
  .about-us-text {
    padding: 32px 140px 32px 32px;
    border-right: 0;
  }
  .about-us-image {
    flex: 0 1 43%;
}
  .about-us-image {
    border-left: 1px solid var(--light-grey);
    padding: 32px;
  }
  /* CTA SECTION */
  .cta-section.container {
    padding: 32px;
  }
  .cta-section-text {
    flex-grow: 1.3;
  }
  /***********/
  /* KONTAKT */
  /***********/
  .contact-info .col-xl {
    padding: 28px 24px;
  }
  .contact-info .col-xl:not(.contact-info .col-xl:first-of-type) {
    border-left: none;
    border-top: 1px solid var(--light-grey);
  }
  .contact-map iframe {
    height: 340px!important;
  }
  /* FOOTER */
  footer .px-lg-4 {
    padding-left: 32px!important;
    padding-right: 32px!important;
  }
}
/* MEDIUM - MD - >=768 */
@media (max-width: 991px) {
  .hero-section__hero-image svg {
    width: -webkit-fill-available;
    right: -6px;
    left: 16px;
    top: 4px;
  }
  /* GENERAL */
  h1 {
    font-size: 48px;
    line-height: 49px;
  }
  /* FOOTER */
  footer .px-lg-4 {
    padding-left: 24px!important;
    padding-right: 24px!important;
  }
  /* FRONT PAGE */
  /* Hero Section */
  #content .px-lg-4 {
    padding: 40px 24px !important;
  }
  /* Usluge section */
  #content .usluge-section .px-lg-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .usluge-section .usluge-heading {
    padding: 28px 0 15px;
  }
  .usluga-summary__featured-image {
    margin-left: 0;
  }
  .usluga-summary__see-all .custom-button--white {
    padding: 60px 0px 50px;
  }
  /* Features section */
  .features .row {
    left: 20px;
  }
  /* Before - After section */
  .before-section .hero-text h1 {
    font-size: 48px;
  }
  .before-after__second .lines {
    left: 20px;
  }
  .before-after__text {
    margin-left: 32px;
    flex-grow: 1.1;
  }
  /* Testimonial section */
  .testimonial-slider {
    padding: 48px 30px;
  }
  .testimonial-image img {
    border-radius: 125px 0 0 0;
    height: 340px;
  }
  .swiper {
    width: 370px;
  }
  /* Contact section */
  .contact-home-section {
    margin-top: 0;
  }
  .contact-home-section .container {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .contact-home-section .lines-fill {
    bottom: -380px;
  }
  /* About us Section */
  .about-us-section__first .lines {
    left: 20px;
  }
  .about-us-section .hero-text h1,
  .price-list-hero .hero-text h1,
  .default-hero .hero-text h1 {
    font-size: 48px;
  }
  .about-us-text {
    padding: 38px 40px 38px 30px;
  }
  .about-us-image img {
    border-radius: 50px 50px 0 0;
  }
  /* CTA SECTION */
  .cta-section .hero-text h1,
  .cta-section .hero-text h2 {
    font-size: 48px;
  }
  .cta-section.container {
    padding: 50px 60px 50px 20px;
  }
  .cta-section .lines-fill {
    bottom: -340px;
  }
  /***********/
  /* CJENIK */
  /***********/
  /* Hero */
  .price-list-text {
    flex: 1 0 30%;
    padding: 30px 24px 48px 24px;
  }
  .price-list-image {
    padding: 32px 24px;
  }
  .price-list-image img {
    object-fit: contain;
  }
  .price-list-prices .pricing-cta {
    padding: 0 18px 0px 40px;
  }
  .price-list-image img {
    width: 100%;
  }
  /***********/
  /* KONTAKT */
  /***********/
  .contact-hero {
    padding: 32px 24px!important;
  }
  .contact-hero h1 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .contact-left {
    padding: 10px 24px 48px 24px;
    flex: 1 0 20%;
  }
  .contact-map {
    padding: 34px 24px 34px 24px;
  }
}

/* MEDIUM - S - <=576 */
@media (max-width: 767px) {
  .hero-section__hero-image svg {
    width: fit-content;
    left: 34px;
    top: 25px;
  }
  /* GENERAL */
  p {
    font-size: var(--fs-s-text);
  }
  .container-fluid {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .navbar-brand {
    padding: 16px 0;
  }
  .navbar-brand img {
    width: 146px;
  }
  /* Hero Section */
  #content .px-lg-4 {
    padding: 40px 12px !important;
  }
  #content .usluge-section .px-lg-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .hero-text h1 {
    margin-top: 10px;
  }
  .hero-section .custom-button--black {
    margin-bottom: 20px;
  }
  .hero-section .custom-button--black,
  .about-us-section .custom-button--black {
    max-width: 200px;
    line-height: 34px;
  }
  .hero-section__hero-image img.svg {
    transform: scale(0.90);
  }
  @keyframes pulse {
    0% {
      transform: scale(0.90);
      opacity: 1;
    }
    100% {
      transform: scale(1.08);
      opacity: 0;
    }
  }  
  /* Usluge Section */
  .usluge-section .usluge-heading {
    padding: 40px 0 15px;
  }
  .usluge-heading .custom-subtitle {
    margin-bottom: 4px;
  }
  #content .usluge-section .container.px-lg-4 {
    padding-bottom: 2px !important;
  }
  .usluga-summary__text {
    color: var(--white-clr);
    flex-basis: 100%;
    margin: 40px 0;
    transition: 600ms;
    max-width: max-content;
  }
  .usluge-section .usluga-summary__featured-image {
    display: none;
  }
  .usluga-summary__button .custom-button--white {
    justify-content: flex-start;
  }
  .usluga-summary .row:hover .usluga-summary__text {
    margin-left: 0;
  }
  .usluge-section .usluga-summary__text {
    margin: 0 0 40px;
    padding: 0;
  }
  .usluga-summary__text h4 {
    margin-bottom: 14px;
  }
  .usluge-section .usluga-summary__text {
    margin: 0px 0 26px;
  }
  .usluga-summary__button {
    padding: 0;
  }
  .usluga-summary__see-all .custom-button--white {
    padding: 50px 0px 60px;
  }
  /* Features Section */
  .features .row {
    left: 24px;
  }
  .features .row {
    padding: 100px 0;
  }
  /* Before After Section */
  .before-after__text {
    order: -1;
    margin-left: 0;
    padding: 48px 24px;
  }
  .before-after__second .lines {
    left: 24px;
  }
  /* Testimonial section */
  .testimonial-slider .swiper {
    width: auto;
    height: 300px;
  }
  .testimonial-slider {
    border-right: none;
    padding: 48px 24px;
  }
  .testimonial-image {
    border-left: none;
    border-top: 1px solid var(--light-grey);
    padding: 32px 24px;
  }
  .testimonial-image,
  .about-us-image {
    flex: 0 1 100%;
  }
  /* Contact Section*/
  .contact-home-section .hero-text p {
    margin: 0 auto 24px;
  }
  .contact-home-section .lines-fill {
    height: 1350px;
    bottom: -250px;
    left: -150px;
    width: auto;
  }
  /* About us Section */
  .about-us-section__first .lines {
    left: 24px;
  }
  .about-us-text {
    padding: 48px 24px 48px 24px;
  }
  .about-us-text .hero-text p {
    padding-bottom: 10px;
  }
  .about-us-image {
    border-left: none;
    border-top: 1px solid var(--light-grey);
    padding: 32px 24px;
  }
  /* CTA Section */
  .cta-section.container {
    padding: 22px 24px 32px 24px;
  }
  .cta-section-button .custom-button {
    justify-content: flex-start;
  }
  .cta-section .hero-text p {
    margin-bottom: 16px;
  }
  .cta-section .lines-fill {
    width: auto;
    left: -100px;
  }
  /* Footer */
  footer .px-lg-4 {
    gap: 20px;
  }
  footer .info {
    gap: 16px;
  }
  #footer h5.mb-4 {
    margin-bottom: 20px !important;
  }
  .footer-top .col:nth-child(4) {
    margin-bottom: 0 !important;
  }
  footer .text-end {
    text-align: center !important;
    flex-basis: 100%;
    height: 50px;
  }
  footer .text-end p {
    margin: 0 !important;
  }
  .footer-bottom .px-lg-4 {
    gap: 0px;
  }
  .footer-bottom a::after {
    display: none;
  }
  /*************/
  /*  CJENIK  */
  /************/
  .price-list-hero .empty-space {
    display: none!important;
  }
  .slider-container {
    display: none!important;
  }
  .price-list-prices > .row {
    padding: 0;
  }
  .price-list-prices .pricing-cta {
    padding: 60px 0 0;
  }
  .price-list-prices .custom-button {
    margin-top: 0;
  }
  /***********/
  /* KONTAKT */
  /***********/
  .contact-right {
    border-left: none;
    border-top: 1px solid var(--light-grey);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .px-lg-4 {
    gap: 0;
    row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .hero-section__hero-image svg {
    width: inherit;
    left: 13px;
    top: 2px;
  }
  /**************/
  /*   CJENIK  */
  /**************/  
  .price-list-image {
    border-left: none;
    border-top: 1px solid var(--light-grey);
  }
}

/********************************/
/*     POLITIKA PRIVATNOSTI     */
/*******************************/ 
/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width: 1200px) {
  .pravila-privatnosti .default-info-hero {
    padding: 32px;
  }
  .content-privatnosti.container {
    padding: 0 32px 50px;
  }
}
/* TABLET */
@media (max-width: 991px) {
  .onama.default-hero .default-hero-image img {
    border-radius: 50px 50px 0 0;
  }
  .pravila-privatnosti .default-info-hero {
    padding: 32px 24px;
  }
  .content-privatnosti.container {
    padding: 0 24px 50px;
  }
  .privatnost .info-column {
    height: 120px;
    min-height: 120px;
  }
  .info-section .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .info-section .info-column:nth-child(1),
  .info-section .info-column:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .info-section .info-column:nth-child(3),
  .info-section .info-column:nth-child(4) {
    border-top: 0;
  }
  .sections-image.sections-image__left img {
    border-radius: 0px 125px 0px 0px;
  }
  .sections-image {
    padding: 40px 24px;
  }
  .sections-image img {
    height: 400px;
    width: 100%;
  }
  .sections-text .section-content {
    width: 100%;
  }
  .sections-text {
    padding: 40px 24px;
    flex-basis: 100%;
  }
  .section-text__right {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .zasto-section .section-content h2 {
    width: 100%;
  }
  .sections-image.sections-image__right img {
    border-radius: 125px 0px 0px 0px;
  }
  .section-text__left {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .full-width.sections-text .section-content {
    width: 100%;
    padding: 0 24px;
  }
  .section-team {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* LARGE MOBILE */
@media (max-width: 767px) {
  .content-privatnosti h2 {
    font-size: 32px;
    line-height: normal;
  }
}
/* SMALL MOBILE */
@media (max-width: 575px) {
  .info-section .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .info-section .info-column:nth-child(2),
  .info-section .info-column:nth-child(3) {
    border: 0;
  }
  .info-section .info-column:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .info-section .info-column:nth-child(4) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .section-team {
    grid-template-columns: repeat(1, 1fr);
  }
  .garancija-section .empty-space {
    height: 0;
    border-top: 0;
    border-bottom: 1px solid var(--light-grey);
  }
  .sections-image img {
    height: 340px;
  }
}

/********************************/
/*          O NAMA             */
/*******************************/ 
/* MID DESKTOP */
@media (min-width: 992px) and (max-width: 1300px) {
  .onama.default-hero .default-hero-image {
    width: auto;
    flex: 0 0 54%;
  }
  .sections-text .section-content,
  .zasto-section .section-content h2 {
    width: auto;
  }
  .testimonial-slider {
    padding: 48px 32px;
    align-self: center;
  }
}
/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width: 1200px) {
  .onama.default-hero .default-hero-image img {
    height: 420px;
  }
  .onama.default-hero .default-hero-image {
    padding: 32px;
    flex: 0 0 50%;
  }
  .onama.default-hero .price-list-text {
    padding: 32px;
  }
  .sections-image, 
  .sections-text {
    padding: 32px;
  }
  .sections-text {
    flex-basis: 18%;
  }
}
/* TABLET */
@media (max-width: 991px) {
  .onama.default-hero .hero-text h1,
  .section-content h2 {
    line-height: 49px;
    margin-top: 10px;
  }
  .onama.default-hero .default-hero-image img {
    height: 420px;
    width: 100%;
  }
  .onama.default-hero .hero-text h1,
  .default-hero .hero-text p {
    max-width: 700px;
  }
  .onama.default-hero .price-list-text {
    padding: 40px 24px;
  }
  .onama.default-hero .price-list-text {
    flex: 1 0 30%;
  }
  .default-hero-image {
    padding: 32px 24px;
    width: 50%;
  }
  .info-column {
    min-height: auto;
    height: 110px;
  }
  .section-team .tim-item:nth-of-type(1),
  .section-team .tim-item:nth-of-type(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
/* LARGE MOBILE */
@media (max-width: 767px) {
  .onama.default-hero .price-list-text {
    flex: 0 1 auto;
  }
  .default-hero-image {
    border-top: 1px solid var(--light-grey);
    border-left: 0;
    padding: 32px 24px;
    justify-content: center;
    width: 100%;
  }
  .onama.default-hero .default-hero-image img {
    height: 480px;
  }
  .price-list-text a {
    width: 250px;
    line-height: 34px;
  }
  .section-text__right a {
    width: 180px;
    line-height: 34px;
  }
  .footer-bottom .text-center {
    text-align: right !important;
  }
}
/* SMALL MOBILE */
@media (max-width: 575px) {
  .onama.default-hero .default-hero-image img {
    height: 400px;
  }
  .tim-section .empty-space {
    height: 0;
    border-bottom: 0;
  }
  .smjestaj-section .empty-space {
    height: 0;
    border-top: 0;
  }
  .onama.default-hero .empty-space {
    height: 0;
    border-top: 0;
  }
  .info-section .empty-space {
    height: 0;
    border-bottom: 0;
  }
  .section-team .tim-item:nth-of-type(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

/********************************/
/*      PRIJEVOZ I SMJEŠTAJ     */
/*******************************/ 
/* MID DESKTOP */
@media (min-width: 992px) and (max-width: 1300px) {

}
/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width: 1200px) {
  .default-hero .default-hero-image img,
  .price-list-hero .default-hero-image img {
    width: 420px;
  }
  .default-hero-image {
    padding: 32px;
    flex: 0 1 auto;
  }
  .smjestaj .price-list-text, 
  .price-list-text,
  .single-usluga-text {
    padding: 32px;
  }
  .gallery-section {
    padding: 48px 32px;
  }
  .gallery-images {
    gap: 24px;
  }
}
/* TABLET */
@media (max-width: 991px) {
  .smjestaj .price-list-text,
  .price-list-text,
  .single-usluga-text {
    flex: 1 0 30%;
    padding: 40px 24px;
  }
  .default-hero .default-hero-image img {
    height: 420px;
    width: 100%;
    border-radius: 125px 0 0 0;
  }
  .smjestaj.default-hero .hero-text h1,
  .price-list-hero.qa .hero-text h1,
  .default-hero .hero-text h1 {
    font-size: 48px;
    line-height: 48px;
    margin-top: 10px;
  }
  .gallery-section {
    padding: 40px 24px;
  }
  .gallery-images {
    gap: 20px;
  }
  .default-hero-image img {
    border-radius: 50px 50px 0px 0px;
  }
  .default-hero-image img {
    height: 420px;
  }
  .qa .default-hero-image img {
    object-position: 60%;
  }
}
/* LARGE MOBILE */
@media (max-width: 767px) {
  .smjestaj .price-list-text,
  .price-list-text,
  .single-usluga-text {
    flex: 0 1 auto;
    padding: 40px 24px;
  }
  .default-hero-image img,
  .default-hero .default-hero-image img {
    height: 400px;
  }
  .gallery-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .gallery-info h3,
  .gallery-info p {
    margin-bottom: 32px;
  }
}
/* SMALL MOBILE */
@media (max-width: 575px) {
  .default-hero-image img,
  .default-hero .default-hero-image img {
    height: 340px;
  }
  .gallery-images {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/********************************/
/*        ČESTA PITANJA        */
/*******************************/ 
/* MID DESKTOP */
@media (min-width: 992px) and (max-width: 1300px) {

}
/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width: 1200px) {
  .price-list-prices .pricing-cta {
    padding: 0 32px;
  }
  .single-usluga-main .cta-section, .price-list-prices .cta-section {
    width: 390px;
  }
}
/* TABLET */
@media (max-width: 991px) {
  .default-hero-image img {
    width: 100%;
  }
  .single-usluga-main .cta-section, .price-list-prices .cta-section {
    padding: 24px;
    width: 320px;
  }
  .price-list-prices .pricing-cta {
    padding: 0 24px;
  }
}
/* LARGE MOBILE */
@media (max-width: 767px) {
  .price-list-prices .pricing {
    flex-basis: 100%;
  }
  .price-list-prices .pricing-cta {
    padding: 0;
  }
  .single-usluga-main .cta-section, .price-list-prices .cta-section {
    width: 100%;
  }
  .pricing-cta {
    margin-top: 40px;
  }
  .accordion-item:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)!important;
  }
}
/* SMALL MOBILE */
@media (max-width: 575px) {

}

/********************************/
/*       PRIJE I POSLIJE       */
/*******************************/ 
/* MID DESKTOP */
@media (min-width: 992px) and (max-width: 1300px) {

}
/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width: 1200px) {
  #prije-i-poslije .container {
    padding: 40px 24px;
  }
  .swiper-ba .swiper-scrollbar {
    width: 78%;
  }
}
/* TABLET */
@media (max-width: 991px) {
  #prije-i-poslije .container {
    padding: 40px 24px 30px;
  }
  .usluga-title {
    font-size: 48px;
    margin-bottom: 18px;
  }
  .swiper-ba {
    width: 100%;
  }
  .swiper-ba .swiper-scrollbar {
    width: 74%;
  }
  .swiper-ba {
    padding-bottom: 60px;
  }
}
/* LARGE MOBILE */
@media (max-width: 767px) {
  .swiper-ba .swiper-scrollbar {
    display: none;
  }
  .swiper-ba .swiper-button-prev {
    left: 0;
    right: right;
  }
  .swiper-ba .swiper-button-next {
    left: 80px;
    right: right;
  }
}
/* SMALL MOBILE */
@media (max-width: 575px) {

}

/********************************/
/*       ARHIVA USLUGA         */
/*******************************/ 
/* MID DESKTOP */
@media (min-width: 992px) and (max-width: 1300px) {

}
/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width: 1200px) {
  .container.usluge .default-info-hero {
    padding: 32px;
  }
  .category-info:first-of-type {
    padding-top: 60px;
  }
  .category-info {
    padding: 60px 32px 42px 32px;
  }
  .usluge-list .usluga-item {
    padding: 0 32px;
  }
}
/* TABLET */
@media (max-width: 991px) {
  .container.usluge .default-info-hero {
    padding: 32px 24px;
  }
  .category-info:first-of-type {
    padding-top: 60px;
  }
  .category-info {
    padding: 60px 24px 42px 24px;
  }
  .usluge-list .usluga-item {
    padding: 0 24px;
  }
  .usluge .default-info-hero h1 {
    margin-bottom: 24px;
  }
}
/* LARGE MOBILE */
@media (max-width: 767px) {
  .category-info h3 {
    line-height: 49px;
  }
}
/* SMALL MOBILE */
@media (max-width: 575px) {
  .usluge-list .usluga-item {
    padding: 32px 32px 24px;
  }
  .category-info h3 {
    line-height: 38px;
    font-size: 36px;
  }
  .usluge-list .custom-button--black {
    justify-content: flex-start;
  }
  .usluga-item .usluga-summary__text {
    margin: 0 0 24px;
  }
}

/********************************/
/*       SINGLE USLUGA         */
/*******************************/ 
/* MID DESKTOP */
@media (min-width: 992px) and (max-width: 1300px) {

}
/* SMALL DESKTOP */
@media (min-width: 992px) and (max-width: 1200px) {
  .single-usluga-main .row {
    padding: 0 32px 0 32px;
    gap: 70px;
  }
  .default-info-hero {
    padding: 32px;
  }
}
/* TABLET */
@media (max-width: 991px) {
  .single-usluga .default-hero .hero-text h1 {
    margin-top: 0;
  }
  .single-usluga-main .row {
    padding: 0 24px 0 24px;
    gap: 40px;
  }
  .forma-section {
    padding: 50px 24px;
  }
  .forma-section h3 {
    line-height: 54px;
    margin-bottom: 24px;
  }
  .form-heading-section p {
    margin-bottom: 40px;
  }
  .default-info-hero {
    padding: 32px 24px;
  }
}
/* LARGE MOBILE */
@media (max-width: 767px) {
  .single-usluga-main .usluga-content {
    flex-basis: 100%;
  }
  .single-usluga.default-hero .empty-space {
    height: 32px;
  }
  .single-usluga-main .row {
    gap: 20px;
  }
  .single-usluga-main .empty-space {
    height: 40px;
  }
	.usluga-content .galerija {
	gap: 16px;
	}
}
/* SMALL MOBILE */
@media (max-width: 575px) {
  .single-usluga-main .inner-content {
    margin-bottom: 40px;
  }
}