/**
* Template Name: eBusiness
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
  height: 100%;
  overflow-x: hidden;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

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

.fix {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

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

a:active,
a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #F5F5F5;
  border-bottom: 1px solid #4F4F4F;
  font-size: 14px;
  padding: 0;
  height: 40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: black;

}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #4F4F4F;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #C78500;
}

#topbar .social-links a {
  color: black;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid black;
}

#topbar .social-links a:hover {
  color: #C78500;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

#sale-banner {
  background-color: #C78500; /* Example background color */
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  z-index: 999; /* Ensure it's above the topbar but below the header */
  margin-top: 40px; /* Push it below the top bar */
}

/* Container for sale text */
.sale-text {
  display: flex; /* Align text horizontally */
  white-space: nowrap; /* Prevent text wrapping */
  animation: scroll-left 30s linear infinite;  /* 20s duration for smooth scrolling */
}

.sale-text span {
  margin-right: 10px;  /* Add space between the SALE!!! items */
}

#red-banner {
  background-color: #C78500; /* Example background color */
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  display: flex; /* Enable flexbox */
  justify-content: center; /* Center text horizontally */
  align-items: center; /* Center text vertically */
}

/* Container for sale text */
.red-text {
  display: flex; /* Align text horizontally */
  white-space: nowrap; /* Prevent text wrapping */
  text-align: center;
  text-transform: uppercase;
}

.reviews-area3 {
  margin-top: 20px;
  padding: 20px 20px;
}

.reviews-area2 {
  margin-top: 50px;
  padding: 40px 20px;
}

.reviews-title2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333;
}

.reviews-icon2 {
  margin-bottom: 20px;
}

.reviews-text2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #463e3e;
}

.reviews-btn2 {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background-color: transparent;
  border: 2px solid #333;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reviews-btn2:hover {
  background-color: #333;
  color: #fff;
}


/* Keyframes for scrolling effect */
@keyframes scroll-left {
  0% {
    transform: translateX(0); /* Start from the right */
  }
  100% {
    transform: translateX(-100%); /* Move to the left, beyond the container */
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3ec1d5;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #C78500;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 50px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline {
  position: relative;
}

.section-headline h2 {
  color: #333; /* Boja teksta */
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px; /* Razmak između naslova i linije */
  position: relative;
  display: block;
}

.section-headline::after {
  content: "";
  display: block;
  width: 100%; /* Linija zauzima celu širinu container-a */
  max-width: 1500px; /* Maksimalna širina linije da se uklopi u širinu container-a */
  height: 1px; /* Debljina linije */
  background-color: #333; /* Boja linije */
  margin-top: 10px; /* Razmak između linije i naslova */
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background-color: rgb(255, 255, 255);
}

#header.header-scrolled {
  background: rgba(221, 221, 221, 0.8);
  height: 64px;
}

.logo {
  display: flex;
  align-items: center;
  width: 100%; /* Proširite širinu */
  margin-right: auto; /* Pomaknite ulijevo */
}

#header .logo h1 {
  font-size: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

.container2 {
  text-align: center;
  background-image: url('../img/background/crnapozadina.jpg');
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
}

.image-container {
  display: inline-block;
  margin: 40px;
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 270px;
}

.image-container img {
  width: 200px;
  height: 200px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.image-container:hover img {
  transform: scale(1.2);
  filter: brightness(70%);
}


.overlay2 {
  position: absolute;
  top: 35%;
  left: 33%;
  /* transform: translate(-50%, -50%); */
  color: white;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* To allow clicking through the overlay */
}

.overlay4 {
  position: absolute;
  top: 20%;
  left: 35%;
  /* transform: translate(-50%, -50%); */
  color: white;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* To allow clicking through the overlay */
}

.overlay5 {
  position: absolute;
  top: 30%;
  left: 40%;
  /* transform: translate(-50%, -50%); */
  color: white;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* To allow clicking through the overlay */
}

.like-button {
  background-color: #C78500;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
  pointer-events: none; /* To allow clicking through the button */
}

.image-container:hover .overlay2 {
  opacity: 0.5;
}

.image-container:hover .overlay4 {
  opacity: 1;
}

.image-container:hover .overlay5 {
  opacity: 1;
}

.image-container:hover .like-button {
  background-color: #C78500;
}

.description {
  color: white;
  padding-top: 30px;
  font-size: 20px;
}

.description2 {
  color: black;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bolder;
}

.description3 {
  color: black;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 20px;
  min-height: 40px;
  text-align: left;
  padding: 13px;
}

.container3 {
  text-align: center;
  padding: 0;
  background-color: white;
  display: flex;  
}

.container6 {
  text-align: center;
  padding: 0;
  background-color: white;
  display: flex; 
  width: 100%;
  max-width: 100%; /* Osigurava punu širinu */
}

.container7 {
  text-align: center;
  padding: 0;
  background-color: white;
  display: flex; 
  width: 100%;
  max-width: 100%; /* Osigurava punu širinu */
  padding-bottom: 40px;
}

.left-side {
  width: 20%; /* 20% width for the left-side div */
  background-color: white; /* Example background color, you can change this */
  padding-top: 30px;
}

.left-side p {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px; /* Razmak između teksta i liste */
  padding-left: 30px;
  text-align: left;
}

.category-list {
  list-style-type: disc; /* Dodaje tačke ispred stavki */
  padding-left: 50px;
}

.category-list li {
  font-size: 18px; /* Veličina fonta za stavke na listi */
  margin-bottom: 7px; /* Razmak između stavki na listi */
  text-align: left;
}

.category-list li a {
  color: black; /* Postavlja boju za linkove */
  text-decoration: none; /* Uklanja podvlačenje linkova */
}

.category-list li a:hover {
  color: #C78500; /* Boja linkova pri prelasku mišem */
}

.category-list2.title3 {
  display: flex; /* Koristimo flexbox za raspored elemenata u redu */
  justify-content: center; /* Poravnanje u sredinu horizontalno */
  align-items: center; /* Poravnanje u sredinu vertikalno, ako je potrebno */
  list-style-type: none; /* Uklanja podrazumevane tačke sa liste */
  padding: 0; /* Uklanja padding */
  margin: 0 auto; /* Centriranje margina */
  gap: 15px; /* Razmak između stavki */
  overflow-x: auto; /* Omogućava horizontalno skrolovanje ako ima previše stavki */
  white-space: nowrap; /* Sprečava prelazak stavki u novi red */
  width: fit-content; /* Prilagođava širinu sadržaju liste */
}

.category-list2.title3 li {
  display: inline-block; /* Obavezno stavke u redu */
  padding: 10px 15px; /* Prostor unutar svakog elementa */
}

.category-list2.title3 li a {
  text-decoration: none; /* Uklanja podvlačenje linkova */
  color: #333; /* Boja teksta */
  font-weight: 600;
  font-size: 15px;
}

.category-list2.title3 li a:hover {
  color: #C78500; /* Boja teksta prilikom prelaska mišem */
}

.category-list2.title3 li a.active {
  color: #C78500; /* Boja za aktivni naslov */
  font-weight: bold; /* Po želji možete dodati deblji font */
  text-decoration: underline; /* Po želji možete dodati podvlačenje */
}


#category-content2 {
  margin-top: 20px;
}

.image-containeralu {
  display: inline-block;
  margin: 30px;
  position: relative;
  overflow: hidden;
  width: 15%;
  height: 220px;
  border: 3px solid black;
  border-radius: 10px;
}

.image-containeralu img {
  width: 100%; /* Make images responsive */
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.image-containeralu:hover img {
  /* transform: scale(1.2); */
  filter: brightness(50%);
}

.image-containeralu:hover {
  background-color: rgba(136, 136, 136, 0.5);
}

.image-containeralu:hover .overlay2 {
  opacity: 1 !important;
  background-color: rgba(54, 54, 54, 0.5);
}

.image-containeralu:hover .like-button {
  background-color: #C78500;
}

.image-containeralu:hover .overlay2 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-containeralu:hover .overlay4 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-containeralu:hover .overlay4 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container2 {
  display: inline-block;
  margin: 30px;
  position: relative;
  overflow: hidden;
  width: 15%;
  height: 220px;
  border: 3px solid black;
  border-radius: 10px;
}

.image-container2 img {
  width: 100%; /* Make images responsive */
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.image-container2:hover img {
  /* transform: scale(1.2); */
  filter: brightness(50%);
}

.image-container2:hover {
  background-color: rgba(136, 136, 136, 0.5);
}

.image-container2:hover .overlay2 {
  opacity: 0.5 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container2:hover .like-button {
  background-color: #C78500;
}

.image-container2:hover .overlay2 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container2:hover .overlay4 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container2:hover .overlay4 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container7:hover .overlay5 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container7:hover .overlay5 .like-button {
  display: block; /* Ensure the like button is visible */
}


.image-container2:hover .description2{
  color: #C78500;
  font-weight: 900;
}

.image-container4 {
  display: inline-block;
  margin: 30px;
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 470px;
  margin-bottom: 30px;
  border: 1px solid #616161;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.image-container4 img {
  width: 90%; /* Make images responsive */
  height: 205px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  padding-top: 10px;
}

.image-container4:hover img {
  /* transform: scale(1.2); */
  filter: brightness(50%);
}

.image-container4:hover {
  background-color: rgba(136, 136, 136, 0.5);
  cursor:  pointer;
}

.image-container4:hover .overlay4 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container4:hover .like-button {
  background-color: #C78500;
}

.image-container4:hover .overlay4 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container5:hover .overlay5 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container5:hover .like-button {
  background-color: #C78500;
}

.image-container5:hover .overlay5 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container4:hover .description2{
  color: #C78500;
  font-weight: 900;
}

.image-container6 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 225px;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 430px;
  border: 1px solid #616161;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.image-container6 img {
  width: 90%; /* Make images responsive */
  height: 205px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  padding-top: 10px;
}

.image-container6:hover img {
  /* transform: scale(1.2); */
  filter: brightness(50%);
}

.image-container6:hover {
  background-color: rgba(136, 136, 136, 0.5);
  cursor:  pointer;
}

.image-container6:hover .overlay4 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container6:hover .like-button {
  background-color: #C78500;
}

.image-container6:hover .overlay4 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container6:hover .description2{
  color: #C78500;
  font-weight: 900;
}

.image-container10 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 225px;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 380px;
  border: 1px solid #616161;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.image-container10 img {
  width: 90%; /* Make images responsive */
  height: 205px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  padding-top: 10px;
}

.image-container10:hover img {
  /* transform: scale(1.2); */
  filter: brightness(50%);
}

.image-container10:hover {
  background-color: rgba(136, 136, 136, 0.5);
  cursor:  pointer;
}

.image-container10:hover .overlay4 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container10:hover .like-button {
  background-color: #C78500;
}

.image-container10:hover .overlay4 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container10:hover .description2{
  color: #C78500;
  font-weight: 900;
}


.image-container-dazu {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 225px;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 470px;
  border: 1px solid #616161;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.image-container-dazu img {
  width: 90%; /* Make images responsive */
  height: 205px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  padding-top: 10px;
}

.image-container-dazu:hover img {
  /* transform: scale(1.2); */
  filter: brightness(50%);
}

.image-container-dazu:hover {
  background-color: rgba(136, 136, 136, 0.5);
  cursor:  pointer;
}

.image-container-dazu:hover .overlay4 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container-dazu:hover .like-button {
  background-color: #C78500;
}

.image-container-dazu:hover .overlay4 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container-dazu:hover .description2{
  color: #C78500;
  font-weight: 900;
}

.image-container7 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 450px;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 380px;
  border: 1px solid #616161;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.image-container7 img {
  width: 100%; /* Make images responsive */
  height: 70%;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.image-container7:hover img {
  /* transform: scale(1.2); */
  filter: brightness(50%);
}

.image-container7:hover {
  background-color: rgba(136, 136, 136, 0.5);
  cursor:  pointer;
}

.image-container7:hover .overlay4 {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container7:hover .like-button {
  background-color: #C78500;
}

.image-container7:hover .overlay4 .like-button {
  display: block; /* Ensure the like button is visible */
}

.image-container7:hover .description2{
  color: #C78500;
  font-weight: 900;
}

.additional-text {
  font-size: 0.8rem;
  color: #555;
  margin-top: 30px;
  text-align: left;
  padding-left: 10px;
}

.additional-text2 {
  font-size: 0.8rem;
  color: #555;
  margin-top: 10px;
  text-align: left;
  padding-left: 10px;
}

.additional-text3 {
  font-size: 0.8rem;
  color: #555;
  text-align: left;
  padding-left: 10px;
}

.old-price {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
  margin-top: 5px;
  text-align: left;
  padding-left: 10px;
}

.old-price3 {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
  text-align: right;
  padding-left: 10px;
}

.old-price4 {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
  text-align: left;
  padding-left: 10px;
  padding-top: 40px;
}

.new-price {
  font-size: 1.2rem;
  color: #C78500; /* Zelena boja za isticanje nove cijene */
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

.buy-button {
  background-color: #C78500;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  width: 90%;
}

.buy-button:hover {
  background-color: #C78500;
}

.buy-button2 {
  background-color: #C78500;
  color: #fff;
  border: none;
  padding: 10px 10px;
  margin-top: 10px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  width: 90%;
}

.buy-button2:hover {
  background-color: #C78500;
}

.buy-button-dazu {
  background-color: #C78500;
  color: #fff;
  border: none;
  padding: 10px 10px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  width: 90%;
}

.buy-button-dazu:hover {
  background-color: #C78500;
}

.buy-button3 {
  background-color: #C78500;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  width: 50%;
}

.buy-button3:hover {
  background-color: #C78500;
}

.buy-button4 {
  background-color: #C78500;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  width: 50%;
  text-transform: uppercase;
}

.buy-button3:hover {
  background-color: #C78500;
}

.image-grid {
  width: 80%; /* 80% width for the image grid */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.image-gridalu {
  width: 80%; /* 80% width for the image grid */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}

.image-grid2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.image-grid3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.gartennaslov {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; /* Space below title */
  margin-top: 50px;
}

.dazu {
  font-size: 20px;
  color: black;
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
  font-weight: 600;
 }

.container8 {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-right: 220px;
  padding-left: 420px;
  padding-top: 50px;
  padding-bottom: 50px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

@media (max-width: 768px) {
  #header {
    height: 94px;
  }

  #header .logo h1 {
    font-size: 28px;
  }

  .kontaktus span {
    font-size: 30px;
  }

  #ime_firme {
    display: none;
    font-size: 15px !important;
  }

  .logo a {
    display: flex; /* Obezbeđuje da div i slika ostanu u flex formatu */
    align-items: center;
    width: 70px;
  }
}

#show-more-container {
  display: flex;
  justify-content: flex-end; /* Align the button to the right */
  margin: 20px 0;
}

#show-more-btn {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  cursor: pointer;
}

#show-more-btn:hover {
  background: #fff;
  color: #000;
}

.header-bg {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-impressum {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-impressum::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-ograde {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-ograde::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}


.header-bg-ograde::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-ograde.sonstiges {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-ograde.sonstiges::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-ograde.gittermatten {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-ograde.gittermatten::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-ograde.gittermatten2 {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-ograde.gittermatten2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-alu {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-alu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-ceres {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-ceres::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-veda {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-veda::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-eris {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-eris::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-galaxy {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-galaxy::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-jupiter {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-jupiter::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-mars {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-mars::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-merkur {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-merkur::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-neptun {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-neptun::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-earth {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-earth::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-pluto {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-pluto::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-saturn {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-saturn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-titan {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-titan::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-uranus {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-uranus::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-venus {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-venus::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-vesta {
  background-color: white;
  padding: 50px 0 0px;
}

.header-bg-vesta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
}

.header-bg-garaze {
  background: url(../img/hero-carousel/garaza.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 50px 0 100px;
}

.header-bg-garaze::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header-bg-transport {
  background: url(../img/transport/truck.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  bottom center;
  padding: 50px 0 120px;
}

.header-bg-transport::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header-bg-garden {
  background: url(../img/garten/garten1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:  left;
  padding: 50px 0 120px;
}

.header-bg-garden::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header-bg-haus {
  background: url('../img/uberuns/mi.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 50px 0 95px;
  align-items: center;
}

.header-bg-haus::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }

  .header-bg-ograde {
    background-attachment: fixed;
  }

  .header-bg-impressum {
    background-attachment: fixed;
  }

  .header-bg-garaze {
    background-attachment: fixed;
  }

  .header-bg-transport {
    background-attachment: fixed;
  }

  .header-bg-garden {
    background-attachment: fixed;
  }

  .header-bg-haus {
    background-attachment: fixed;
  }

  .header-bg-alu {
    background-attachment: fixed;
  }
  .header-bg {
    background-attachment: fixed;
  }

  .header-bg-eris {
    background-attachment: fixed;
  }

  .header-bg-venus {
    background-attachment: fixed;
  }

  .header-bg-veda {
    background-attachment: fixed;
  }

  .header-bg-vesta {
    background-attachment: fixed;
  }

  .header-bg-titan {
    background-attachment: fixed;
  }

  .header-bg-saturn {
    background-attachment: fixed;
  }

  .header-bg-pluto {
    background-attachment: fixed;
  }
  .header-bg-neptun {
    background-attachment: fixed;
  }

  .header-bg-merkur {
    background-attachment: fixed;
  }

  .header-bg-mars {
    background-attachment: fixed;
  }

  .header-bg-jupiter {
    background-attachment: fixed;
  }

  .header-bg-galaxy {
    background-attachment: fixed;
  }
  .header-bg-earth {
    background-attachment: fixed;
  }

  .header-bg-ceres {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .image-container7 img {
    height: 50%;

  }

  .header-bg, .header-bg-garden{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
  }

  .header-bg {
    background-image: url(../img/haus/pozadinahaus.png);
  }

  .header-bg-ograde, .header-bg-garaze{
    height: 600px;
  }

  .header-bg-ograde.sonstiges{
    height: 400px;
  }

  .header-bg-ograde.sonstiges.mulltonnenbox{
    height: 500px;
  }

  .header-bg-ograde.gittermatten {
    height: 400px;
  }

  .header-bg-ograde.gittermatten2 {
    height: 250px;
  }

  .header-bg-alu {
    height: 400px;
  }

  .header-bg-ograde {
    background-image: url(../img/ograde/ogradapoz.png);
    background-position: center;
    height: auto;
  }

  .header-bg-haus {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-image: url(../img/haus/pozadinahaus.png);
  }

  .header-bg-garaze {
    background-image: url(../img/garaza/garazapoz.png);
    background-position: bottom;
  }

  .header-bg-garden {
    background-image: url(../img/garten/pozgarten\ -\ Copy.png);
  }

  .header-bg-transport {
    background-image: url(../img/transport/kombipoz\ -\ Copy.jpg);
  }

  .section-headline{
    margin-bottom: 0 !important;
  }

  .header-bg-venus {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-vesta {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-titan {
    background-position:  center calc(50% + 50px);
  }
 
  .header-bg-saturn {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-pluto {
    background-position:  center calc(50% + 20px);
  }

  .header-bg-earth {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-neptun {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-merkur {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-mars {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-jupiter {
    background-position:  center calc(50% + 50px);
  }

  .header-bg-galaxy {
    background-position:  center calc(50% + 30px);
  }

  .header-bg-eris {
    background-position:  center;
  }

  .header-bg-ceres {
    background-position:  center calc(50% + 20px);
  }

  .header-bg-veda {
    background-position:  center calc(50% + 20px);
  }

  .demo.cursor {
    height: 50px !important;
  }
}
@media (max-width: 410px) {
  .header-bg-ograde.gittermatten2 {
    height: 1000px;
  }
}

@media (max-width: 400px) {
  .text-container {
    height: 700px !important;
  }

  .text-container9 {
    height: 750px !important;
  }
}

@media (max-width: 420px) {
  .container5 .image-container2 {
    margin: 5px !important;
  }
}

@media (max-width: 420px) {
  .container5 .image-container4 {
    margin: 5px !important;
  }

  .container5 .image-container5 {
    margin: 5px !important;
  }
}

.mobile-nav-close {
  display: none; /* Hide by default */
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* Adjust visibility of close button when navbar is active */
.navbar.active .mobile-nav-close {
  display: block;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: 600;
  color: black;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #C78500;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(26, 26, 36);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: black;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #C78500;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: 100%;
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: -57%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -57%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    cursor: pointer;
  }

  .navbar ul {
    display: none !important;
  }

  .navbar.active ul {
    display: flex; /* Show the navigation menu when the navbar has the active class */
    flex-direction: column;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: rgb(26, 26, 36);
  overflow-y: auto;
  transition: 0.3s;
  color: white;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: white;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #C78500;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background-color: rgb(26, 26, 36);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: white;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #C78500;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 700px;
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-container3 {
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 140px;
}

.content-container3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.image-container3 {
  width: 50%; /* Takes 50% of the width */
  display: flex;
  justify-content: center; /* Centers the image inside its container */
}

.image-container3 img {
  width: 100%; /* Ensures the image fills its container */
  height: auto;
  border-radius: 8px;
  object-fit: cover; /* Maintains aspect ratio and covers the space */
}

.text-container3 {
  width: 50%; /* Takes 50% of the width */
  color: black;
  padding: 20px; /* Adds spacing around the text */
  text-align: center;
}

.text-container3 h1 {
  font-size: 50px;
  line-height: 1.5;
}

.button-container3 {
  margin-top: 20px;
  display: flex;
  flex-direction: column; /* Stacks the buttons vertically */
  align-items: center /* Align buttons to the left */
}

.primary-button3,
.secondary-button3 {
  margin: 10px 0; /* Adds space between buttons */
  padding: 15px 30px; /* Increases the padding for bigger buttons */
  font-size: 18px; /* Increases the font size */
  max-width: 280px; /* Limit the button width */
  width: 100%; /* Make buttons full-width */
}

.primary-button3 {
  background-color: #C78500;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
}

.secondary-button3 {
  background-color: white;
  color: #333;
  border: 1px solid #868686;
  cursor: pointer;
  border-radius: 4px;
}




.primary-button3:hover {
  background-color: #C78500;
}

.secondary-button3:hover {
  background-color: #f0f0f0;
}

/* Content container */
/* Stilovi specifični za content-container */
.content-container9 {
  max-width: 800px; /* Maksimalna širina sadržaja */
  margin: 0 auto; /* Centriranje sadržaja */
  color: #333; /* Boja teksta */
  padding: 20px; /* Razmak unutar sadržaja */
  box-sizing: border-box; /* Padding ne povećava ukupnu širinu */
}

.background-container {
  width: 100%; /* Pokriva cijelu širinu stranice */
  background-color: #f9f9f9; /* Siva pozadina */
  padding: 20px 0; /* Razmak iznad i ispod sadržaja */
}


/* DESKTOP */
.gratis-background-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
    font-weight: 700;
    padding-top: 130px;
}

/* MOBILE */
@media (max-width: 700px) {
    .gratis-background-container {
        padding-top: 43px;
    }
}

.gratis-content-container9 {
  max-width: 700px;
  padding: 20px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gratis-title {
  font-size: 24px;
  font-weight: bold;
  color: #C78500;
}

.gratis-h1 {
  font-size: 32px;
  margin: 10px 0;
  font-weight: bold;
}

.gratis-text {
  font-size: 16px;
  margin: 10px 0;
}

.gratis-text:first-of-type {
  font-weight: bold;
}

.gratis-text:nth-of-type(2) {
  color: #C78500;
}

/* Form Styling */
.gratis-contact-form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gratis-input-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.gratis-input-group input {
  width: 48%;  /* Adjust width to fit inputs side by side */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.gratis-textarea-group textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.gratis-checkbox-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.gratis-checkbox-group label {
  font-size: 14px;
}

.gratis-submit-btn {
  width:200px; /* Adjust this value as needed */
  padding: 10px 20px;
  background-color: #C78500;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-left: 0; /* Move the button to the left */
}

.gratis-submit-btn:hover {
  background-color: #C78500;
  color: black;
}

input[type="text"], input[type="email"], input[type="tel"] {
  font-size: 14px;
}

textarea {
  font-size: 14px;
}
.gratis-submit-btn:disabled {
  background-color: #C78500;
  cursor: not-allowed;
}

/* Headings */
.content-container9 h1 {
  font-size: 24px;
  font-weight: 600;
}

.content-container9 h2 {
  font-size: 20px;
  font-weight: 600;
}

/* Paragraphs */
.content-container9 p {
  line-height: 1.6;
  margin-bottom: 16px;
}

/* List */
.content-container9 ul {
  list-style-type: disc;
  margin-left: 20px;
}

.content-container9 li {
  margin-bottom: 8px;
}

ul.vorteile-list {
  list-style-type: none; /* Uklanja tačke */
  padding: 0;
  margin: 0;
}
ul.vorteile-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul.vorteile-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: green;
}

.inline-row {
  display: flex; /* Prikazuje naslov i tekst u istom redu */
  align-items: center; /* Poravnava sadržaj po sredini */
  gap: 10px; /* Razmak između naslova i teksta */
}

.inline-row h2 {
  margin: 0; /* Uklanja dodatni razmak oko naslova */
  font-size: 18px; /* Prilagođena veličina naslova */
}

.inline-row p {
  margin: 0; /* Uklanja dodatni razmak oko teksta */
  font-size: 16px; /* Prilagođena veličina teksta */
}

.title {
  font-size: 18px; /* Veličina fonta za naslov */
  font-weight: bold; /* Podebljani naslov */
  text-transform: uppercase; /* Velika slova */
  margin-bottom: 10px; /* Razmak ispod naslova */
  border-bottom: 2px solid #333; /* Crna linija ispod */
  display: inline-block; /* Linija se proteže samo ispod teksta */
}

.title3 {
  font-size: 18px; /* Veličina fonta za naslov */
  font-weight: bold; /* Podebljani naslov */
  text-transform: uppercase; /* Velika slova */
  margin-bottom: 10px; /* Razmak ispod naslova */
  border-bottom: 1px solid #333; /* Crna linija ispod */
  display: inline-block; /* Linija se proteže samo ispod teksta */
}

.category-list2.title3 li a {
  text-transform: uppercase;
}

.category-list2.title3 li a span {
  text-transform: none; /* Ne primenjuj uppercase na ovaj deo */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .content-container9 {
    margin: 10px;
    padding: 15px;
  }

  .content-container9 h1 {
    font-size: 20px;
  }

  .content-container9 h2 {
    font-size: 18px;
  }

  .gratis-h1 {
    font-size: 24px;

  }
  .gratis-title {
    font-size: 24px;

  }
  .slide-img3 {
    height: 300px !important;
  }
}



@media (max-width: 1240px) and (min-width: 768px) {
  #hero {
    height: 600px;
    background-size: cover; /* Pokriva element sa fokusom na centar */
    background-position: center; /* Fokusira središnji deo slike */
  }
}

/* Stil za ekrane šire od 1240px */
@media (min-width: 1240px) {
  #hero {
    height: 600px;
    background-size: cover; /* Pokriva element, zadržava proporcije */
    background-position: center; /* Fokusira centar slike */
  }
}

@media (min-width: 465px) and (max-width: 768px) {
  #hero {
    height: 350px; /* Visina za ekrane između 400px i 768px */
    background-size: cover; /* Pokriva element, zadržava proporcije */
    background-position: center; /* Fokusira centar slike */
  }

  .modal2 {
    padding: 0 !important;
  }
}

@media (min-width: 1420px) {
  #hero {
    height: 550px; /* Visina za ekrane šire od 1420px */
  }
}

/* Ekrani širi od 1500px */
@media (min-width: 1500px) {
  #hero {
    height: 600px; /* Visina za ekrane šire od 1500px */
  }
}

@media (min-width: 1600px) {
  #hero {
    height: 650px; /* Visina za ekrane šire od 1500px */
  }
}

@media (min-width: 1700px) {
  #hero {
    height: 700px; /* Visina za ekrane šire od 1500px */
  }
}
@media (min-width: 1800px) {
  #hero {
    height: 750px; /* Visina za ekrane šire od 1500px */
  }
}
@media (min-width: 1900px) {
  #hero {
    height: 710px; /* Visina za ekrane šire od 1500px */
  }
}
@media (min-width: 2000px) {
  #hero {
    height: 715px; /* Visina za ekrane šire od 1500px */
  }
}

@media (max-width: 465px) {
  #hero {
    height: 350px; /* Visina za ekrane između 0px i 465px */
  }

  .button-container3 {
    padding: 10px;
    margin-top: 0;
  }

  .modal2 {
    padding: 0 !important;
  }

  .custom-input4::placeholder {
    font-size: 12px !important;  /* Smanji veličinu fonta po želji */
  }

  .custom-input2::placeholder {
    font-size: 12px !important;  /* Smanji veličinu fonta po želji */
  }

  .custom-input3::placeholder {
    font-size: 12px !important;  /* Smanji veličinu fonta po želji */
  }
  .prev-button {
    margin-top: 10px !important;
  }
}

.shop-now-btn {
  display: inline-block;
  margin-top: 30px; /* Adds space above the button */
  margin-bottom: 70px;
  padding: 10px 30px; /* Adds space inside the button */
  border: 1px solid black; /* White border */
  background-color: transparent; /* Transparent background */
  color: black; /* White text color */
  font-size: 16px; /* Font size */
  text-transform: uppercase; /* Uppercase text */
  border-radius: 10px; /* Rounded corners */
  text-decoration: none; /* Removes underline from the link */
  transition: all 0.3s ease; /* Adds smooth hover effect */
}

/* Hover effect for the button */
.shop-now-btn:hover {
  background-color: white; /* White background on hover */
  color: black; /* Black text on hover */
  border-color: white; /* Keeps the border white */
}



#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  #heroCarousel .carousel-item:first-child {
    background-image: url(../img/ograde/ogradapoz.png) !important;
  }

  #heroCarousel .carousel-item:nth-child(2) {
    background-image: url(../img/garaza/garazapoz.jpg) !important;
  }

  #heroCarousel .carousel-item:nth-child(3){
    background-image: url(../img/transport/kombipoz.jpg) !important;
  }

  #heroCarousel .carousel-item:nth-child(4){
    background-image: url(../img/garten/pozgarten.png) !important;
  }

  #heroCarousel .carousel-item:last-child {
    background-image: url(../img/haus/hauspoz.png) !important;
  }
  
}

#hero p {
  width: 80%;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero p {
    font-size: 28px;
    line-height: 1.2;
  }
}

#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #3ec1d5;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #C78500;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
  background-image: url('/assets/img/background/crnapozadina.jpg');
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  margin-right: 5px;
  font-size: 18px;
}

.single-well p {
  color: #444;
}

.carousel .carousel-indicators li{
  width: 90px;
  height: 90px;
  background-size: contain;
  background-color: transparent;
}

.carousel .carousel-indicators li:first-child {
  background-image: url("../img/hero-carousel/fence-yard-svgrepo-com.svg");
  width: 80px;
  height: 80px;
}

.carousel .carousel-indicators li:nth-child(2) {
  background-image: url("../img/hero-carousel/garageservice.svg");
  margin-left: 100px;
 }

.carousel .carousel-indicators li:nth-child(3) {
  background-image: url("../img/hero-carousel/truck-transport-svgrepo-com.svg");
 margin-left: 100px;
 width: 95px;
  height: 95px;
}


.carousel .carousel-indicators li:nth-child(4) {
  background-image: url("../img/hero-carousel/garden-planting-flower-svgrepo-com.svg");
 margin-left: 100px;
 width: 95px;
  height: 95px;
}

.carousel .carousel-indicators li:nth-child(5) {
  background-image: url("../img/hero-carousel/toolsservice.svg");
 margin-left: 100px;
 width: 80px;
  height: 80px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: black;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 10px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover {
  background-color: rgba(0, 0, 0, 0.1); /* Lagano zatamnjenje */
}

.services-details:hover h4,
.services-details:hover .services-icon {
  color: #C78500;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #463e3e;
}

.single-services>h4 {
  color: #463e3e;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #463e3e;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #C78500;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #C78500;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 34px;
  width: 34px;
  margin: 0 3px;
}

.team-social-icon ul li a i {
  line-height: 0;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #C78500;
  background: #C78500;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4,
.team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/reviews-bg.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #444;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  border-color: #C78500;
  background: #C78500;
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.pri_table_list li.check {
  font-weight: 600;
}

.pri_table_list li.check i {
  color: #3EC1D5;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list li.cross {
  text-decoration: line-through;
  color: #999;
}

.pri_table_list li.cross i {
  color: #999;
  line-height: 0;
  font-size: 24px;
  margin-right: 5px;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/background/slider-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ec1d5;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #C78500 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  position: relative;
  height: 740px;
  width: 100%;
  background-image: url('../img/Austria_satellite-map.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  z-index: 1;
}

.contact-area h2, .contact-area p, .contact-area span, .contact-area i{
  color:white;
  z-index: 2;
  position:relative;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form {
  position: relative;
  z-index: 3;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.contact-form button:hover {
  background-color: white;
  color: white;
}

.contact-form ::placeholder {
  color: white; /* Set the color for the placeholder text */
}

.single-icon i {
  font-size: 32px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: white;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.contact-icon,
.contact-form,
.contact-form input,
.contact-form textarea,
.contact-form button {
  background-color: rgba(0, 0, 0, 0.8); /* Adjust the alpha value to control darkness */
  padding: 20px; /* Add padding to improve visibility */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Style the text color within the contact icons and form */
.contact-icon p,
.contact-form p,
.contact-form input,
.contact-form textarea,
.contact-form button {
  color: white;
}

/* Style the placeholder text color within the form */
.contact-form ::placeholder {
  color: white;
}


.php-email-form .validate {
  display: none;
  color: #C78500;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #18d26e;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #3ec1d5;
}

.php-email-form input {
  padding: 10px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #C78500;
  color: #fff;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #C78500;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #C78500;
  border: 1px solid #C78500;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #C78500;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: black;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #C78500;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #C78500;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #C78500;
  border-color: #C78500;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #C78500;
  border: 1px solid #C78500;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type=submit] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #C78500;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #C78500;
  color: #fff;
  background: #C78500;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background: #F5F5F5;
}

.footer-head p {
  color: #4F4F4F;
}

.footer-head h4 {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-logo {
  padding-bottom: 20px;
  width:auto;
}

.footer-logo h2 {
  color: #4F4F4F;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #4F4F4F;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #4F4F4F;
  border-width: thin;
  color: #4F4F4F;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

.flicker-img>a {
  display: flex;
  padding-bottom: 9px;
  color: #4F4F4F;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #4F4F4F;
  font-weight: 800;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: flex;
  overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: black;
  border: 1px solid black;
  color: #FFFFFF;
}

.popular-tag ul li a {
  border: 1px solid #4F4F4F;
  border-radius: 30px;
  color: #4F4F4F;
  font-size: 13px;
  display: block;
  font-weight: 600;
  margin: 5px 3px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
}

#navbar ul li.active.dropdown ul li:nth-child(1) {
  background-color: gray;
}

#navbar ul li.active.dropdown ul li:nth-child(2) {
  background-color: gray;
}

#navbar ul li.dropdown ul li:nth-child(2) {
  background-color: transparent;
}

.footer-area-bottom {
  background: #F5F5F5 none repeat scroll 0 0;
  padding: 15px 0;
  border-top: 1px solid #4F4F4F;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #C78500;
}

.copyright-text a {
  color: #4F4F4F;
}

.copyright>p {
  margin-bottom: 0;
  color: #4F4F4F;
}

.copyright a,
.credits a {
  color: #C78500;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }

  .work-right-text {
    padding: 40px 0;
  }

  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    background-position: right;
  }

  .layer-1-1 h2 {
    font-size: 20px;
  }

  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }

  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    width: 40%;
  }

  .team-content.text-center>h4 {
    font-size: 20px;
  }

  .sus-btn {
    margin-left: 0;
  }

  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }

  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text {
    padding: 36px 0;
  }

  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }

  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }

  .single-awesome-portfolio {
    width: 33.33%;
  }

  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }

  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }

  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }

  .post-information .entry-meta span a {
    padding: 4px 0;
  }

  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }

  .single-add-itms {
    width: 50%;
  }

  .left-sidebar-title>h4 {
    font-size: 18px;
  }

  .contact-form {
    margin-top: 0px;
  }

  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .contact-area {
    position: relative;
    height: 720px;
    width: 100%;
    background-image: url('../img/mobitel1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #about {
    background-position: center !important;
  }

  .slider-area {
    margin-top: 60px;
  }

  .slider-content {
    padding: 80px 0;
  }

  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .slider-content h1 {
    font-size: 40px !important;
    padding-bottom: 30px;
  }

  .slider-content h2 {
    font-size: 25px !important;
    padding-bottom: 15px;
  }

  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }

  .section-headline h2 {
    font-size: 30px;
  }

  .well-middle .single-well {
    margin-top: 30px;
  }

  .single-skill {
    margin-bottom: 40px;
  }

  .tab-menu {
    margin-top: 30px;
  }

  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }

  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }

  .subs-feilds {
    width: 100%;
  }

  .suscribe-input input {
    width: 60%;
  }

  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }

  .section-headline h3 {
    font-size: 25px;
  }

  .well-text>h2 {
    font-size: 18px;
  }

  .well-text p {
    display: none;
  }

  .single-team-member {
    margin-bottom: 30px;
  }

  .service-right {
    width: 100%;
  }

  .service-images:hover .overly-text {
    display: none;
  }

  .portfolio-area {
    padding-top: 0px;
  }

  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }

  .pri_table_list {
    margin-bottom: 30px;
  }

  .single-awesome-project,
  .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }

  .single-blog {
    margin-bottom: 30px;
  }

  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }

  .contact-area {
    height: auto;
    position: relative; /* Set position to relative */
  }

  .contact-content {
    padding: 50px 15px;
    z-index: 2; /* Ensure content is above overlay */
  }

  .contact-form {
    position: relative; /* Set position to relative */
    z-index: 1; /* Ensure form is below content */
    margin-top: -35px;
  }
  .head-team h5 {
    font-size: 22px;
  }

  .footer-content {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .footer-logo {
    text-align: center;
    margin-left: -30px;
  }

  /* .footer-icons,
  .footer-contacts,
  .popular-tag {
    text-align: center;
    margin-top: 20px;
  } */

  /* .footer-contacts p {
    text-align: center;
  } */

  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  

  .page-area .slider-content {
    padding: 30px 0;
  }

  .search-option input {
    width: 74%;
  }

  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  li.threaded-comments {
    margin-left: 0;
  }

  .gartennaslov {
    font-size: 20px;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .submitbtn {
    float: none;
    width: 99.8%;
  }

  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }

  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }

  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }

  .tab-menu ul.nav li a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
}

.gallery {
  padding-top: 40px;
  padding: 40px;
}
#gallery {
  background-image: url('../img/background/crnapozadina.jpg');
  background-size: cover;
  background-position: center;
}

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

.gallery .gallery-item img {
  transition: 0.3s;
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #fff;
}

.gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #222425;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/*--------------------------------------------------------------
# Gallery Single Section
--------------------------------------------------------------*/
.gallery-single .portfolio-details-slider img {
  width: 100%;
}

.gallery-single .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.gallery-single .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery-single .swiper-button-prev,
.gallery-single .swiper-button-next {
  width: 48px;
  height: 48px;
}

.gallery-single .swiper-button-prev:after,
.gallery-single .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.gallery-single .swiper-button-prev:hover:after,
.gallery-single .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .gallery-single .swiper-button-prev,
  .gallery-single .swiper-button-next {
    display: none;
  }
}

.gallery-single .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: var(--font-secondary);
}

.gallery-single .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.gallery-single .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.gallery-single .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.gallery-single .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #6b7075;
  font-size: 14px;
}

.gallery-single .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.gallery-single .portfolio-info .btn-visit:hover {
  background: #2cbc85;
}

.gallery-single .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--font-secondary);
}

.gallery-single .portfolio-description p {
  padding: 0;
}

.gallery-single .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: var(--color-secondary);
  height: 100%;
  margin-bottom: 50px;
}

.gallery-single .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #2e3133;
  float: left;
  margin: 0 10px 0 0;
}

.gallery-single .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.gallery-single .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-left,
.gallery-single .portfolio-description .testimonial-item .quote-icon-right {
  color: #5bd9a9;
  font-size: 26px;
  line-height: 0;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.gallery-single .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/* Default styles for larger screens */
.single-services {
  color: white; /* Black text color */
}

.services-icon img {
  filter: grayscale(0%); /* Set the image to full color */
}

/* Media query for small screens (up to 767px) */
@media (max-width: 767px) {
  .black-text {
    color: rgb(87, 70, 70) !important; /* Override text color to black for small screens */
  }

  .black-image {
    filter: grayscale(100%); /* Set the image to black and white for small screens */
  }
}


.photo-container {
  width: 60%;
  float: left;
}

.text-container {
  width: 33%;
  float: left;
  border-radius: 20px;
  height: 560px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: rgb(26, 26, 36);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  
}

.text-container1 {
  width: 30%;
  float: left;
  border-radius: 20px;
  border: 2px solid black;
  height: 520px;
  margin-top: 120px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: rgb(233, 233, 233);
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.text-container1 h1 {
  max-width: 100%;
  color: black;
  padding-top: 20px;
  font-size: 30px;
  text-align: center;
}

.text-container1 h2 {
  max-width: 100%;
  color: black;
  padding-top: 5px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.text-container1 h3 {
  max-width: 100%;
  color: black;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
}


.text-container22 {
  width: 100%;
  float: left;
  border-radius: 20px;
  border: 2px solid black;
  height: 520px;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: rgb(233, 233, 233);
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.text-container22 h1 {
  max-width: 100%;
  color: black;
  padding-top: 20px;
  font-size: 30px;
  text-align: center;
}

.text-container22 h2 {
  max-width: 100%;
  color: black;
  padding-top: 5px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.text-container22 h3 {
  max-width: 100%;
  color: black;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.text-container9 {
  width: 100%;
  float: left;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  height: 500px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-left: 20px;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 750px; /* Adjust width as needed */
  padding: 70px 70px 20px 70px;
}

.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-align: left;
}

label {
  flex: 1; /* Allow labels to take up consistent space */
  font-weight: bold;
  text-transform: uppercase;
}

.form-input,
.quantity-input {
  flex: 2;
  padding: 8px;
  border: 1px solid #5e5e5e;
  border-radius: 15px;
  background-color: #f3f3f3;
  width: 50px;
  max-width: 40px; /* Ensure it does not go below a certain size */
}

.quantity-input {
  text-align: center;
  background-color: #535353;
  color: white;
}

.form-input {
  width: 100%;
  max-width: 400px;
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.quantity-input-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.quantity-btn {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #535353;
  cursor: pointer;
  border-radius: 20px;
  color: white;
}

.quantity-btn:hover {
  background-color: #000000;
}

.cart-button {
  background-color: #C78500;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}

.cart-button:hover {
  background-color: #C78500;
}

.price-info {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

.price-info h2 {
  font-size: 30px;
  color: #C78500;
  margin: 0;
  font-weight: 600;
}

.price-info p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.product-info {
  align-items: center; /* Poravnava elemente vertikalno */
  gap: 60px; /* Razmak između "stock-info" i "price-info" */
  border-top: 1px solid rgb(158, 158, 158);
  border-bottom: 1px solid rgb(158, 158, 158);
}

.text-container button {
  background: none;
  border-radius: 10px;
  padding: 10px;
  border-color: white;
  color: white;
  margin-top: 20px;
  font-size: 20px;
}

.line {
  width: 80%;
  margin: 10px auto; /* Adjust the margin as needed */
  border-bottom: 1px solid black;
}

.text-container button:hover {
  background-color: #595959;
  color: white;
}

.big-photo {
  width: 100%;
  margin-bottom: 20px;
}


.slideshow-container {
  width: 50%;
  float: left;
  overflow: hidden;
  margin-left: 120px;
  position: relative;
}

.slideshow-container2 {
  width: 60%;
  float: left;
  overflow: hidden;
  margin-left: 20px;
  margin-left: 0;
  position: relative;
}

.slideshow-container3 {
  width: 45%;
  float: left;
  overflow: hidden;
  margin-left: 5%;
  position: relative;
  margin-bottom: 40px;
  text-align: center; /* Centers the small images below */
}
.zoom-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: white;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}
.fullscreen-modal {
  display: none; /* Initially hidden */
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* Dark transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.fullscreen-modal img {
  max-width: 90%;
  max-height: 90%;
}

#fullscreenImage {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 50%;
  transition: background 0.3s;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.6);
}

/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 40px;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}


.mySlides {
  display: flex;
  transition: transform 1s ease-in-out;
}

.mySlides2 {
  display: flex;
  justify-content: center;
  gap: 8px; /* Reduces space between small images */
  margin-top: 10px;
}

.slide-img3 {
  width: 100%; /* Ensures it scales properly */
  height: 500px; /* Reduced height */
  object-fit: cover; /* Ensures it looks good without distortion */
  object-fit: contain; /* Ensures the entire image fits without being cropped */
}

.slide-img2 {
  width: 100%;
  height: auto;
}

.arrow {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  background-color: #333;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

.sredina2 {
  color: black;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 20px;
}

.sredina1 {
  background-color: rgb(233, 233, 233);
  padding-top: 15px;
  padding-bottom: 15px;
  width: 92%;
  color: black;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  border: 1px solid black;
  font-style: inherit;
  margin-left: 60px;
  margin-right: 60px;
  line-height: 1.5;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .slideshow-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .slideshow-container2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .slideshow-container3 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
  }

  .sredina1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;

  }


  .arrow {
    width: 20px;
    height: 30px;
  }

  .text-container {
    width: 100%;
    margin-top: 30px;
   margin-left: 0px;
    margin-right: 0px; 
  }

  .text-container9 {
    width: 100%;
    margin-top: 30px;
   margin-left: 0px;
    margin-right: 0px; 
    height: 500px !important;
  }

  .text-container1 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px; 
  }

  .text-container22 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px; 
  }


  .mySlides1 img {
    width: 100% !important;
    height: auto;
  }

  .mySlides2 img {
    width: 100% ;
    height: auto;
  }

  .mySlides2 {
    justify-content: flex-start; /* Počinje s leve strane */
    overflow-x: auto;
    padding: 5px;
}

  .container8 {
    padding: 0;
  }

  .next {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1119px) {
  .slideshow-container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .slideshow-container2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-container {
    width: 100%;
    margin-top: 30px;
   margin-left: 0px;
    margin-right: 0px; 
  }

  .text-container9 {
    width: 100%;
    margin-top: 30px;
   margin-left: 0px;
    margin-right: 0px; 
  }

  .text-container1 {
    width: 100%;
    margin-top: 30px;
   margin-left: 0px;
    margin-right: 0px; 
  }

  .text-container22 {
    width: 100%;
    margin-top: 30px;
   margin-left: 0px;
    margin-right: 0px; 
  }

  .mySlides1 img {
    width: 100% !important;
    height: auto;
  }

  .container8 {
    padding: 0;
  }

  .next {
    margin-right: 0px !important;
  }
}

.container5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

header {
  text-align: center;
}

video {
  width: 100%;
  height: 700px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.container5 header h1 {
  color: black;
  font-size: 40px; /* Initial font size */
  animation: growShrink 3s infinite; /* Animation for font size */
  text-shadow: 5px 5px 8px #6e6e6e;
  transition: font-size 0.5s; /* Transition for font size */
}
@media (max-width: 768px) {
  .container5 header h1 {
    font-size: 30px; /* Adjust font size for smaller screens */
  }
  video {
    height: auto;
  }
  .column {
    width: 20% !important;
  }
  .image-container6 {
    margin-left: 0;
  }
  .menge {
    margin-right: 2px !important;
  }
  .cijenamob {
    font-size: 18px !important;
  }
  .remove-button {
    padding: 8px !important;
    width: 20px !important;
  height: 20px !important;
  }
  .naslovmob {
    padding: 15px !important;
    font-size: 22px !important;
    margin: 0px !important;
  }
}
.naslovmob {
  color: black; padding-left: 53px; margin-top:30px;  text-align:center;
}
.remove-button {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: transparent;
  padding: 8px;
  color: #ccc;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cijenamob {
  color: #C78500; font-size: 24px; font-weight: 600
}
.menge {
  flex: 0;
   margin-right: 40px
}

@keyframes growShrink {
  0%, 100% {
    font-size: 30px; /* Initial and final font size */
  }
  50% {
    font-size: 35px; /* Intermediate font size */
  }
}

/* Hide the images by default */
.mySlides1 {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  margin-right: 50px;

  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 50px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* 11 columns side by side */
.row {
  display: flex;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

.column {
  width: 15%;
}

.mySlides1 img {
  height: 350px;
}

.mySlides2 img {
  height: 450px;
}


.small-img {
  width: 25%; /* Smaller width for small images */
  height: 200px !important;  /* Reduced height */ 
  cursor: pointer;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}

.small-img:hover {
  transform: scale(1.05);
}

#largeImage {
  width: 100%;  /* Or set to a fixed size */
  transition: transform 0.3s ease;  /* Smooth zoom effect */
  border-bottom: 1px solid #ccc; /* Siva linija ispod slike */

  margin-bottom: 10px; /* Razmak između linije i malih slika */
}

/* RESPONSIVE DESIGN FOR MOBILE */
@media (max-width: 767px) {
  .slideshow-container3 {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

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

  .small-images-container {
    width: 90%;
    margin: 0 auto;
    float: none;
    display: flex;
    justify-content: center;
    gap: 5px;
  }

  .small-img {
    height: 80px !important;
    width: 80px !important; /* Na manjim ekranima postavi 30% širine da stanu tri slike u red */
  }

  /* Navigation buttons */
  .nav-btn {
    padding: 8px;
  }

  .prev-btn {
    left: 0px;
  }
  
  .next-btn {
    right: 0px;
  }

  .right-content {
    width: 100% !important; /* Right content takes up 35% of the space */
    margin-left: 0 !important; /* Space between the image and text */
    padding: 0 !important; /* Space between the image and text */
  }

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

.labelsteps {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  color: #000;
}

.right-content {
  width: 35%; /* Right content takes up 35% of the space */
  margin-left: 20px; /* Space between the image and text */
}

.description7 {
  padding: 20px;
  padding-bottom: 0px;
  margin-left: 18px;
  font-size: 16px;
  line-height: 2; /* Increased line spacing for better readability */
  color: black; /* Dark gray color for text */
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* Optional: Adjust the text color and size for emphasis */
.description7 p {
  font-family: 'Arial', sans-serif;
  color: black; /* Slightly lighter gray for the text */
}

.description8 {
  padding: 20px;
  padding-bottom: 0px;
  margin-left: 18px;
  font-size: 16px;
  line-height: 1.4; /* Increased line spacing for better readability */
  color: black; /* Dark gray color for text */
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* Optional: Adjust the text color and size for emphasis */
.description8 p {
  font-family: 'Arial', sans-serif;
  color: black; /* Slightly lighter gray for the text */
}



.left-div {
  width: 60%; /* Lijevi dio košarice */
  flex: 1; /* Lijevi dio zauzima preostali prostor */
  padding: 20px;
  margin-right: 20px;
}

.left-div2 {
  width: 50%; /* Lijevi dio košarice */
  flex: 1; /* Lijevi dio zauzima preostali prostor */
  padding: 20px;
  margin-right: 20px;
}

.right-div {
  width: 30%; /* Desni dio s e-mail unosom */
  background-color: #f8f8f8;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  height: 570px;
  margin-top: 280px;
  border: 1px solid #ccc;
}

.right-div2 {
  width: 100%; /* Desni dio s e-mail unosom */
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  min-height: fit-content;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.cart-header-item {
  flex: 1;
  text-align: right;
}
.cart-header-item-first {
  flex: 1;
  text-align: left;
}

ul#cart-items {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

ul#cart-items li {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#user-email {
  width: 100%;
  padding: 8px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#send-invoice {
  width: 100%;
  background-color: #C78500;
  color: white;
  padding: 10px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 800;
}

#send-invoice:hover {
  background-color: #C78500;
  color: white;
}

.ukupno {
  text-align: right;
  margin-top: 20px;
}

#cart-total {
  font-size: 24px;
}

#cart-weight {
  font-size: 18px;
}

@media (max-width: 768px) {
  .container3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Razmak između sekcija */
  }

  .image-container7 {
    height: 300px;
    margin-left: 0;
    width: 90%;
  }

  .left-side {
    width: 100%;
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
  }

  .left-side p {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    background-color: #ddd;
    border-radius: 5px;
    display: inline-block;
  }

  .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }

  .category-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }

  .category-list li a {
    text-decoration: none;
    color: #333;
    display: block;
  }

  .category-list li a:hover {
    background-color: #e0e0e0;
  }
  .image-grid {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Razmak između slika */
    margin-left: 0px !important;
  }

  .image-container4 {
    width: 100%;
    max-width: 300px; /* Ograničava širinu slike */
    text-align: center;
  }

  .image-grid3 {
    gap: 20px;
  }

  .image-gridalu {
    height: auto;
  }

  .image-containeralu {
    margin: 20px;
    height: auto;
    width: auto;
  }

  #red-banner {
    margin-top: 50px; /* Smanjen margina na mobilnom uređaju */
    padding: 10px;
  }

  .red-text {
    font-size: 6px; /* Manji font za mobilni */
    line-height: 1.4;
  }

  .text-container3 h1{
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 17px;
  }
  .button-container3 .primary-button3{
    font-size: 12px;
    padding: 5px;
    max-width: 100px;
    height: 55px;
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .category-list {
    display: block !important; /* Uvek prikazano na desktopu */
  }
}

/* Default desktop view - navigation is visible */
#nav-links {
  display: flex;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}

#nav-links a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

#nav-links li a:hover {
  color: #C78500 !important;
}

/* Mobile view - hide navigation links */
@media (max-width: 768px) {

  #nav-links {
    display: none !important; /* Hide the nav links by default on mobile */
    position: absolute;
    top: 160px;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 10px 0;
    z-index: 1000; /* Ensure navbar is above other elements */
    border: 1px solid #ccc;
  }

  /* Show the navigation when hamburger is clicked */
  #nav-links.open {
    display: flex !important; /* Show nav links when open class is added */
    flex-direction: column;
    align-items: center;
  }


  /* Hamburger button (3 lines) */
  .mobile-nav-toggle {
    display: flex !important; /* Show hamburger button on mobile */
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 40px;
    margin: 10px;
  }

  .line {
    background-color: black;
    height: 1px;
    width: 100%;
    border-radius: 2px;
    margin: 5px;
  }

  #ime_firme {
    display: flex;
    white-space: nowrap; /* Prevent text from breaking into a new line */
  }

  .zaunbeleuchtung-text {
    width: 100% !important;
    padding: 15px !important;
  }
}


@media (max-width: 1400px ) {

  #nav-links {
    display: none !important; /* Hide the nav links by default on mobile */
    position: absolute;
    top: 160px;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 10px 0;
    z-index: 1000; /* Ensure navbar is above other elements */
    border: 1px solid #ccc;
  }

  /* Show the navigation when hamburger is clicked */
  #nav-links.open {
    display: flex !important; /* Show nav links when open class is added */
    flex-direction: column;
    align-items: center;
  }


  /* Hamburger button (3 lines) */
  .mobile-nav-toggle {
    display: flex; /* Show hamburger button on mobile */
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 40px;
    margin: 10px;
  }

  .line {
    background-color: black;
    height: 1px;
    width: 100%;
    border-radius: 2px;
    margin: 5px;
  }

  #ime_firme {
    display: flex;
    white-space: nowrap; /* Prevent text from breaking into a new line */
  }

  .zaunbeleuchtung-text {
    width: 100% !important;
  }

  .category-list2.title3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Postavlja 3 stavke u jednom redu */
    gap: 10px; /* Razmak između stavki */
  }

  .category-list2.title3 li {
    padding: 5px; /* Manji padding za mobilni prikaz */
  }

  .category-list2.title3 li a {
    font-size: 12px !important; /* Manji font za mobilni prikaz */
  }
}

.modal {
  display: none; /* Modal is hidden until opened */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* Modal takes full width */
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 20px;
  z-index: 1000;
  overflow: hidden; /* Prevents any overflow of content outside the modal */
}

.modal-content {
  display: flex; /* Modal content arranged side by side */
  flex-direction: row;
  justify-content: space-between; /* Ensures content is spaced out */
  align-items: flex-start; /* Align content to the top */
  gap: 20px;
  padding-top: 50px;
  height: auto; /* Let content adjust based on height */
  transition: all 0.3s ease; /* Smooth transition when resizing */
}

.modal-left, .modal-right {
  flex: 1; /* Both sections take equal space */
  max-width: 40%; /* Limit max width to prevent too wide sections */
  width: 100%; /* Both sections can scale down as needed */
  transition: all 0.3s ease; /* Smooth width change */
}

.modal-left label, .modal-left input, .modal-left select {
  display: block; /* Ensures form elements stack vertically */
  width: 100%;
  margin-bottom: 10px;
}

.cart-item {
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.formime {
  display: inline-block; width: 38%; margin-right: 4%; padding-bottom: 15px;
}

@media (max-width: 768px) {
  .mobile-container{
      display: block !important; /* Prebacujemo u block display kako bi divovi bili jedan ispod drugog */
  }
  #successModal {
    width: 90%;
    padding: 15px;
}

#modalMessage {
    font-size: 14px; /* Manji font na jako malim ekranima */
}

#closeModalButton {
    padding: 8px 15px;
}
  .formime {
    width: 45%;
    display: inline-block !important;
  }

  .section-title3 {
    width: 100% !important;
  }

  .form-group2 select {
    width: 100% !important;
  }

  .form-group2 input {
    width: 100% !important;
  }

  .left-div2, .right-div2 {
      width: 100%; /* Divovi zauzimaju celu širinu na manjim ekranima */
      margin-bottom: 20px; /* Razmak između divova */
  }

  .left-div2 {
      margin-bottom: 30px; /* Razmak između levog i desnog dela */
  }

  /* Dodatno stilizovanje po potrebi */
  .rechnungsdetails h3, .right-div2 h3 {
      font-size: 18px;
      margin-bottom: 10px;
  }
}
/* Ensure the form group elements are stacked vertically */
.form-group2 {
  display: block; /* Make sure the form group itself is a block element */
}

/* Label styles */
.form-group2 label {
  display: block;  /* This forces the label to be on its own line */
  margin-bottom: 5px; /* Adds space below the label */
  font-weight: 600;  /* Optional: makes the label text bold */
}

/* Input styles */
.form-group2 input {
  width: 80%;  /* Makes the input take up full width */
  padding: 4px;  /* Adds padding inside the input */
  border: 1px solid rgb(70, 70, 70);  /* Adds a border around the input */
  border-radius: 30px;  /* Optional: rounds the corners of the input */
  box-sizing: border-box;  /* Makes sure padding doesn’t affect the input’s width */
}

.form-group2 select {
  width: 80%;  /* Makes the select take up full width */
  padding: 4px;  /* Increases padding inside the select box */
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 14px;  /* Increases font size inside the select box */
  box-sizing: border-box;  /* Makes sure padding doesn’t affect width */
}

.section-title3 {
  border-top: 2px solid #C78500;  /* Crvena linija */
  padding-top: 10px;  /* Razmak iznad linije */
  margin-top: 0;  /* Uklanjanje margine na vrhu */
  width: 80%;
}
.right-div2-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Poravnavanje na desnu stranu */
  width: 100%;
  padding: 20px;
}

.custom-border {
  border: 0;
  border-top: 1px solid black; /* Podesite boju i debljinu linije */
  margin: 10px 0; /* Razmak iznad i ispod linije */
  width: 80%; /* Podesite širinu linije */
  margin-right: auto; /* Centriranje linije */
}


.modal2 {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  padding: 30px; /* Dodajemo padding kako bi modal imao margine */
  box-sizing: border-box;
}

.modal-content2 {
  background: white;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 60px); /* 30px margin sa leve i desne strane */
  max-height: calc(100% - 60px); /* 30px margin sa gore i dole */
  margin: auto;
  padding: 20px;
  margin-top: 55px;
  border-radius: 8px;
  overflow-y: auto; /* Omogućava skrolovanje ako sadržaj bude predugačak */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.close2 {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.custom-input2 {
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  padding: 8px 0;
  width: 100%;
  margin-bottom: 30px;
}

.custom-input2::placeholder {
  color: #aaa;
  font-size: 18px;
}

.custom-input3 {
  border: none;
  display: flex;
  border-bottom: 2px solid #000;
  outline: none;
  padding: 8px 0;
  width: 80%;
  margin-bottom: 30px;
}

.custom-input3::placeholder {
  color: #aaa;
  font-size: 18px;
}

.custom-input4 {
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  padding: 8px 0;
  width: 100%;
  margin-bottom: 30px;
}

.custom-input4::placeholder {
  color: #aaa;
  font-size: 18px;
}

.image-option2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  width: 150px; /* Standardna širina */
  background-color: #e4e4e4;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.image-option2 img {
  width: 100%; /* Slike zauzimaju celu širinu svog kontejnera */
  height: auto;
  padding: 5px;
  transition: transform 0.3s ease;
}

.image-option2 div {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}

.image-option2:hover {
  filter: brightness(0.7); /* Tamnjenje slike na hover */
}

.image-option2.selected img {
  transform: scale(1.05); /* Povećanje slike kad je selektovana */
}

.image-option2.selected {
  border: 3px solid #C78500; /* Crveni border kada je selektovana */
  position: relative; /* Potrebno za pozicioniranje kvakice */
}

.image-option2.selected::after {
  content: '✔'; /* Dodaje kvakicu */
  position: absolute;
  top: 10px; /* Pozicionira kvakicu unutar kutije */
  right: 10px; /* Pozicionira kvakicu unutar kutije */
  font-size: 24px; /* Veličina kvakice */
  color: #C78500; /* Boja kvakice, crvena kao border */
  font-weight: bold;
}

@media (max-width: 768px) {
  /* Prilagodba širine slika na manjim ekranima */
  .step div {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Manji razmak između slika */
  }

  .image-option2 {
    width: 30%; /* Slike zauzimaju 30% širine ekrana */
    max-width: 120px; /* Maksimalna širina za slike */
  }

  .image-option2 img {
    max-width: 100%; /* Slike zauzimaju celu širinu svog kontejnera */
    height: auto;
  }

  .image-option2 div {
    font-size: 12px; /* Manji font na mobilnim uređajima */
    padding: 0 10px; /* Padding za bolju čitljivost */
  }

  .step label {
    font-size: 16px; /* Manja veličina fonta za labelu */
    text-align: center;
    margin-bottom: 20px;
  }

  /* Stil za dugme Zurück na mobilnim uređajima */
  .step button:nth-child(2) {
    font-size: 12px;
    padding: 8px 16px;
    margin-top: 10px;
  }

  .step13 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .step13c {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .step13c input {
    margin-right: 10px;
  }
  .step13c label {
    font-size: 20px;
  }
  .step13c p {
    font-size: 16px;
  }
  .step13c button {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.checkbox-option2 {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 50%;
}

.checkbox-option2 input {
  margin-right: 10px;
}

.checkbox-option2.selected {
  border: 2px solid #C78500;
  background-color: #C78500;
}

.checkbox-option2.selected label {
  color: white;
}

.checkbox-option2.selected::after {
  content: "✔";
  color: white;
  font-weight: bold;
  margin-left: 10px;
}

.checkbox-option2 label {
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .right-div {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .checkbox-option2 {
    width: 100%; /* Set width to 100% on mobile */
    flex-direction: column; /* Stack vertically */
  }

  .checkbox-option2 input {
    margin-right: 0; /* Remove margin on mobile */
    margin-bottom: 10px; /* Add space between checkbox and label */
  }

  /* Ensure checkboxes appear one below the other on mobile */
  .option-container2 {
    display: block; /* Stack each .checkbox-option2 vertically */
  }

  .tbl {
    width: 100% !important;
  }

  .warenkorb {
    flex-direction: column;
  }

  .right-div {
    order: 2;
    width: 100%;
    margin-top: 20px !important;
    height: 560px;
  }

  .left-div {
    order: 1;
    width: 100%;
  }
  .cart-img {
    width: 60px !important;
    height: 60px !important;
  }
  .warenkorbnaslov {
    font-size: 12px;
  }

  .quantity-input-wrapper {
    gap: 2px;
}
.quantity-input {
  padding: 3px;
}
.quantity-btn {
  padding: 0px 7px;
}

}
.warenkorbnaslov {
  font-weight: 600;
}

/* Label to be inline */
.step-label {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block; /* Ensures the label stays on one line */
  color: #000;
}

.step input {
  display: flex;
  flex-direction: column;
}

/* Ensure inputs and buttons are stacked below the label */
.step input,
.step button {
  margin-right: 10px; /* Optional: adds spacing between input fields and buttons */
}

/* Buttons */
.next-button, .prev-button {
  font-weight: 800;
  font-size: 18px;
  padding: 12px 24px;
  background-color: #C78500;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.prev-button {
  background-color: #cecece; /* For the Zurück button */
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
}

/* Style for the cart item count */
#cart-item-count {
  font-size: 14px; /* Smaller text */
  position: relative;
  top: -12px; /* Moves it up */
  left: -8px; /* Moves it slightly to the right */
  background-color: #C78500; /* Red background */
  color: white; /* White text */
  border-radius: 50%; /* Circular shape */
  padding: 1px 7px; /* Small padding around the number */
  font-weight: bold; /* Bold text */
  display: inline-block; /* To ensure it behaves like a badge */
}

.cart-img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  object-fit: contain;
}


.nav-btn1 {
  background-color: rgba(0, 0, 0, 0.5); /* Poluprovidna crna pozadina */
  color: #fff; /* Bele strelice */
  font-size: 40px; /* Veće strelice */
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10; /* Strelice će biti iznad slike */
  border-radius: 50%;
}

/* Strelica za prethodnu sliku - levo */
.prev-btn1 {
  left: 10px; /* Strelica sa leve strane slike */
}

/* Strelica za sledeću sliku - desno */
.next-btn1 {
  right: 10px; /* Strelica sa desne strane slike */
}

.total-containerracun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* Ensures it takes up the full width of its container */
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.total-containerracun strong {
  margin-right: 10px; /* Space between text and value */
  font-size: 18px;
}
.price-containerdesni {
  display: flex;
  align-items: center; /* Aligns the text elements vertically */
  justify-content: flex-end; /* Moves the elements to the right */
}

.total-containerracun p {
  color: #C78500;
  font-size: 18px;
  font-weight: 800;
  margin: 0 !important;
  margin-right: 5px !important ;
}

#cart-total-right {
  font-size: 18px;
  font-weight: 700;
  color: #C78500;

}

#cart-weight-right {
  font-size: 18px;
  font-weight: 700;
  color: #C78500;
}

.price-containerdesni span {
  margin-right: 5px; /* Adds some space between the euro symbol and the small text */
  font-size: 18px;
  font-weight: 700;
  color: #C78500;
}

.firmendata {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.firmendataul{
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 40px;
}

.firmendatainfo {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px !important;
}

.firmendatainfo2 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.impressum-background-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9; /* Siva pozadina */
  padding-top: 10px !important;
  font-weight: 700;
}

.impressum-content-container9 {
  max-width: 900px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.datennaslov {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.datenp {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}

.datenp2 {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.datenh2 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.datenh3 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px !important;
}

.stand {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}

.datenpu {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.datenp li {
  list-style-type: none; /* Uklanja podrazumevane oznake */
  position: relative;
  padding-left: 15px; /* Dodaje prostor za crticu */
}

.datenp li::before {
  content: "-"; /* Dodaje crticu pre teksta */
  position: absolute;
  left: 0;
}

.tbl {
  width: 40%;
  border-collapse: collapse;
  margin: 20px 0;
}

.tbl th td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

.tbl th {
  background-color: #f2f2f2;
}

.tbl td {
  font-weight: 400;
}

.fence-table {
  width: 100%;
  max-width: 100%;  /* Postavljanje maksimalne širine tabele */
  border-collapse: collapse;
  margin-top: 20px;
  table-layout: fixed;  /* Omogućava da se širina ćelija ravnomerno raspodeli */
  overflow-x: auto; /* Omogućava horizontalno pomicanje ako je tabela šira od ekrana */
}

.fence-table th, .fence-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  word-wrap: break-word;  /* Omogućava prelazak teksta u sledeći red */
  word-break: break-word;  /* Osigurava prelamanje dugačkih reči */
  white-space: normal; /* Obezbeđuje da se tekst ne guši unutar ćelije */
}

.fence-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.fence-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.fence-table tr:hover {
  background-color: #f1f1f1;
}

/* Prilagodba za mobilne uređaje */
@media (max-width: 768px) {
  .fence-table {
      display: block;
      overflow-x: auto;  /* Omogućava pomicanje tabele horizontalno */
  }

  .fence-table th, .fence-table td {
      text-align: left; /* Pomeranje teksta ulevo za lakšu čitljivost na manjim ekranima */
      padding: 10px 5px;  /* Manje razmaka za bolje uklapanje */
  }

  /* Smanjivanje širine "Befestigungspunkte" kolone na mobilnim uređajima */
  .fence-table th:nth-child(3), .fence-table td:nth-child(3) {
      width: 100px; /* Smanjivanje širine ove kolone, ali bez skraćivanja naziva */
  }

  /* Uklonite skraćeni naziv za mobilne uređaje */
  .fence-table th:nth-child(3):before {
      content: ""; /* Uklonite "Bef." skraćeni naziv */
  }

  /* Smanjivanje širine svih kolona na mobilnim uređajima */
  .fence-table td, .fence-table th {
      word-wrap: break-word; /* Smanjuje veličinu i omogućava prelamanje teksta u sledeći red */
  }
  .pagination button {
    padding: 6px 10px !important;
    margin: 0 2px !important;
  }
}

.hidden {
  display: none;
}

.review-item {
  text-align: left;
  background: #f9f9f9;
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
}

.review-stars {
  font-size: 14px;
  color: #FFD700; /* Zlatna boja */
  margin-right: 8px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.pagination button {
  background: #ccc;
  color: white;
  border: none;
  padding: 8px 12px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
}

.pagination button.active {
  background: #C78500;
}

.pagination button:hover {
  background: #ccc;
}

.review-item h3 {
  font-size: 20px;
}

.strong1 {
  font-weight: 500;
}

.rew {
  max-width: 1000px;
}

.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

.whatsapp-icon {
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.whatsapp-icon img {
  width: 30px;
  height: 30px;
}

.whatsapp-chatbox {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 280px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.chat-header {
  color: black;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

.close-chat {
  background: #25D366;
  border: none;
  color:  white;
  font-size: 13px;
  cursor: pointer;
  border-radius: 25px;
}

.chat-body {
  padding: 15px;
  font-size: 14px;
}

.chat-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  background: #25D366;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.chat-button img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.chat-text {
  transition: color 0.3s ease;
}

.chat-button:hover .chat-text {
  color: white; /* Tamnija zelena boja samo za tekst */
}

.total-containerracun2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; /* Razmak između labela i input+button */
  width: 100%; /* Ensures it takes up the full width of its container */
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.discount-wrapper2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start; /* Poravnava sve elemente sa leve strane */
}

.discount-top {
  width: 100%;
  font-size: 12px;
  text-align: left; /* Ovdje se dodaje poravnanje na levo */
}

.discount-bottom {
  display: flex;
  gap: 10px;
  width: 100%;
}

#discount-code {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}

#apply-discount {
  font-weight: bold;
  font-size: 12px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  text-transform: uppercase;
}

.discount-code-pitanje {
  text-transform: none;
  font-size: 12px;
  font-weight: 100;
  text-align: left; /* Poravnava tekst s leva */
  margin: 0; /* Uklanja margine koje bi mogle praviti razmak */
}
