

/*=========
Font load
===========*/

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


/* Reset CSS */
/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {

    background-color: #F6F2E7; /* Background color from mockup */
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

html {
    font-size: 16px; /* Osnovna veličina fonta za `rem` */
     overflow-x: hidden;
}

h1 {
    font-size: 2.5rem; /* oko 32px */
}

h2 {
    font-size: 1.5rem; /* oko 24px */
}

h3 {
    font-size: 1.25rem; /* oko 20px */
}

p {
    font-size: 1rem; /* oko 16px */
}

a {
    font-size: 1rem; /* oko 16px */
}

@media (max-width: 768px) {
    html {
        font-size: 15px; /* Smanjuje veličinu fonta za tablet */
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px; /* Smanjuje veličinu fonta za mobilne uređaje */
    }
}


/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b4966c; /* Background color for the preloader */
    z-index: 9999; /* Ensure it stays on top */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-icon {
    text-align: center;

}

.preloader-icon img {
    width: 80px; /* Size of the icon */
    height: 80px;
}



/* Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled {
   background-color: #f4f4f4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: right;
    font-size: 14px;
    color: #b4966c;
    transition: color 0.3s ease;
    flex-direction: row-reverse;
     font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    padding-top: 20px;
    margin-bottom: 20px;
}

.top-bar .social-icons{

    padding-right: 100px;

}

.top-bar a{
color: #b4966c;
text-decoration: none;
letter-spacing: 1px;
padding-right: 10px;


}


header.scrolled .top-bar {
    color: #171717;
}

.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
      padding: 0px 100px 10px 100px;
}

.logo {
    width: 350px;
    height: auto;
    transition: color 0.3s ease;
    margin-top: -40px;
}

header.scrolled .logo {
    color: #333;
}

.desktop-menu {
    display: flex;
}

.desktop-menu .menu {

    list-style: none;
    display: flex;
     font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.desktop-menu .menu li a {
    text-decoration: none;
    color: #b4966c;
    margin: 0 10px;
    transition: color 0.3s ease;
    text-transform: uppercase;

}

header.scrolled .desktop-menu .menu li a {
    color: #171717;
}

/* Mobile Menu */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1001;
}

.hamburger .line {
    width: 100%;
    height: 3px;
    background-color: #b4966c;
    transition: all 0.3s ease;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 1000;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu .menu {
    list-style: none;
    text-align: center;
}

.mobile-menu .menu img{
    width: 64px;
}

.mobile-menu .menu li {
    margin: 15px 0;
}

.mobile-menu .menu li a {
    text-decoration: none;
    color: #b4966c;
         font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
}

/* Hamburger Transformation */
.hamburger.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Top Bar Hidden on Mobile */
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .desktop-menu {
        display: none;
    }

    .menu-bar {
        justify-content: space-between;
         padding: 20px;
    }
    .logo {
    width: 250px;
    margin-top: 0px;
}

.hero-content{
            position: relative;
    color: #b4966c;
    text-align: right;
    z-index: 10;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 50px;
}


}




/* Početna sekcija */
.hero-section2 {
    position: relative;
    height: 50vh; /* Visina zauzima ceo ekran */
    background-image: url('../img/usluge.jpg'); /* Zameni sa svojom slikom */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero-content2 {
    position: relative;
    z-index: 2; /* Osigurava da je tekst iznad slike */
}

.hero-section2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamni overlay za kontrast teksta */
    z-index: 1; /* Overlay između slike i sadržaja */
}

.hero-content2 h1 {
         font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-content2 p {
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
}

/* Responsivnost */
@media (max-width: 768px) {
    .hero-content2 h1 {
        font-size: 36px;
    }

    .hero-content2 p {
        font-size: 16px;
    }
}







/* Početna sekcija */
.hero-section3 {
    position: relative;
    height: 50vh; /* Visina zauzima ceo ekran */
    background-image: url('../img/o-nama.jpg'); /* Zameni sa svojom slikom */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero-content3 {
    position: relative;
    z-index: 2; /* Osigurava da je tekst iznad slike */
}

.hero-section3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamni overlay za kontrast teksta */
    z-index: 1; /* Overlay između slike i sadržaja */
}

.hero-content3 h1 {
         font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-content3 p {
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
}

/* Responsivnost */
@media (max-width: 768px) {
    .hero-content3 h1 {
        font-size: 36px;
    }

    .hero-content3 p {
        font-size: 16px;
    }
}







/* Početna sekcija */
.hero-section4 {
    position: relative;
    height: 50vh; /* Visina zauzima ceo ekran */
    background-image: url('../img/kontakt.jpg'); /* Zameni sa svojom slikom */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero-content4 {
    position: relative;
    z-index: 2; /* Osigurava da je tekst iznad slike */
}

.hero-section4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamni overlay za kontrast teksta */
    z-index: 1; /* Overlay između slike i sadržaja */
}

.hero-content4 h1 {
         font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-content4 p {
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
}

/* Responsivnost */
@media (max-width: 768px) {
    .hero-content4 h1 {
        font-size: 36px;
    }

    .hero-content4 p {
        font-size: 16px;
    }
}






/* Početna sekcija */
.hero-section5 {
    position: relative;
    height: 50vh; /* Visina zauzima ceo ekran */
    background-image: url('../img/projekti.jpg'); /* Zameni sa svojom slikom */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero-content5 {
    position: relative;
    z-index: 2; /* Osigurava da je tekst iznad slike */
}

.hero-section5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Tamni overlay za kontrast teksta */
    z-index: 1; /* Overlay između slike i sadržaja */
}

.hero-content5 h1 {
         font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero-content5 p {
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
}

/* Responsivnost */
@media (max-width: 768px) {
    .hero-content5 h1 {
        font-size: 36px;
    }

    .hero-content5 p {
        font-size: 16px;
    }
}







/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: right;
    align-items: center;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Desktop video vidljiv samo na većim ekranima */
.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    color: #b4966c;
    text-align: right;
    z-index: 10;
     font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 100px;
}

.hero-section .hero-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
}

.hero-section h1 {

         font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.custom-hr {
    border: none;
    border-top: 0.5px solid #fff;
    width: 100%;
    margin: 20px 0;
}

.custom2-hr {
    border: none;
    border-top: 0.5px solid #5E4C3E;
    width: 100%;
    margin: 20px 0;
}


@media (max-width: 768px) {
    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
    }
}


/* Link Styled as a Button */
.animated-button2 {
    display: inline-flex;
    align-items: center;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #f4f4f4;
    text-decoration: none; /* Removes underline */
    background-color: transparent;
    cursor: pointer;
         font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.animated-button2:hover {
    background-color: transparent;
        color: #b4966c;
}

.animated-button2 .arrow {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
    position: relative;
}

.animated-button2:hover .arrow {
    animation: bounce 0.5s ease infinite;
}



/* Link Styled as a Button */
.animated-button {
    display: inline-flex;
    align-items: center;
    padding: 20px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #171717;
    text-decoration: none; /* Removes underline */
    background-color: transparent;
    cursor: pointer;
         font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.animated-button:hover {
    background-color: transparent;
        color: #b4966c;
}

.animated-button .arrow {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
    position: relative;
}

.animated-button:hover .arrow {
    animation: bounce 0.5s ease infinite;
}

/* Arrow Animation */
@keyframes bounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}



/* About Section */
.about {
    background-color: #f4f4f4; /* Svetlo bež pozadina */

}

.about-container {
     padding: 50px 100px 50px 100px;
      display: flex;
    margin: 0 auto;
    gap: 30px;
}

.about-left {
    flex: 1;
    display: flex;
    align-items: top;
    width: 50%;
}

.about-left h1 {

    color: #b4966c; /* Tamno smeđa za "About" */
    font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;

     letter-spacing: 2px;
     text-transform: uppercase;
}


.about-right h2 {

    color: #171717; /* Tamno smeđa za "About" */
    font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin-bottom: 20px;
}


.about-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.about-right p {
     font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
     letter-spacing: 1px;
     color: #171717;
}



/* Responsivnost */
@media (max-width: 768px) {

    .about-container {
     padding: 20px;
      display: flex;
    margin: 0 auto;
    gap: 30px;
    flex-direction: column;
}

.about-left, .about-right {

    width: 100%;
}

}




/* Science Behind Sunoom */
/* The Science Behind Sunoom */
.science-behind {
         padding: 50px 100px 50px 100px;
    background-color: #b4966c;
    color: #fff;
   
}

.science-container {
    margin: 0 auto;
}

.science-behind h1 {
    line-height: 1.1;
    color: #fff;
      letter-spacing: 2px;
        font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
   text-align: left;
   text-transform: uppercase;
}


.science-behind h3{
    line-height: 1.1;
    color: #fff;
      font-weight: 300;
      letter-spacing: 1px;
             font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
    margin-bottom: 20px;
}


.science-behind img{
    width: 64px;
}

.science-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.science-item {
    flex: 1;
    padding: 0;
    border-right: 1px solid #fff;
}

.science-item:last-child {
    border-right: none;
}

.science-item p {
       margin-bottom: 15px;
    line-height: 1.6;
      font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
    padding-right: 10px;
}


/* Responsive styling for The Science Behind Sunoom */
@media screen and (max-width: 768px) {
    .science-behind {
        padding: 40px 15px;
    }

    .science-behind h2 {
        font-size: 3em;
        line-height: 1.2;
        text-align: left;
    }

    .science-behind h3 {
        font-size: 2em !important;
        margin-bottom: 20px;
        text-align: left;
    }



    .science-content {
        flex-direction: column;
        gap: 20px;
    }

    .science-item {
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }

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

    .science-item p {
        font-size: 1em;
        padding-right: 0;
        text-align: left; /* Change text alignment to center on mobile */
    }
}







.services-section {
    padding: 60px 0px 60px 0px;
    background-color: #f4f4f4; /* Tamno smeđa pozadina */
    text-align: center;
}

.services-section h1 {
         font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
text-transform: uppercase;
    margin-bottom: 20px;
    color: #b4966c;
    text-align: left;
    padding-left: 100px;
     letter-spacing: 2px;
}



.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 100px;
}

.slide {
    min-width: 80%;
    margin-right: 10px; /* Ostavlja deo za sledeći slajd */
    position: relative;
    text-align: left;
    color: white;
    transition: transform 0.5s ease;
}

.slide img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.slide-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #F6F2E7;
    max-width: 100%;
    background-color:transparent;
    padding: 20px;
}

.slide-content h3 {
             font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
    color: #f4f4f4;
    text-align: left;
    padding-left: 50px;
    letter-spacing: 2px;
}

.slide-content a {
    padding-left: 50px;
}

/* Navigacione strelice ispod slajdova */
.slideshow-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.slideshow-nav .prev, .slideshow-nav .next {
    font-family: "Fira Sans", sans-serif;
    cursor: pointer;
    padding: 10px 16px;
    color: rgba(180, 150, 108, 0.8);
    font-weight: bold;
    font-size: 24px;
    background-color: transparent;
    margin: 0 10px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.slideshow-nav .prev:hover, .slideshow-nav .next:hover {
   color: rgba(180, 150, 108, 1);
}

/* Responsivnost */
@media (max-width: 768px) {

    .services-section {
        padding: 20px 0;
    }

    .services-section h1 {
 
        padding-left: 10px;
        text-align: left;
    }

    .slideshow-container {
        width: 100vw;
        height: 100vw; /* Čini slajd kvadratnim */
        display: flex;
        overflow: hidden;
            padding-left: 0px;
    }

    .slide {
        width: 100vw;
        height: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-shrink: 0; /* Onemogućava smanjenje slajdova */
    }

    .slide img {
        width: 100vw;
        height: 100vw;
        object-fit: cover; /* Puni kvadratni prostor bez iskrivljenja */
    }

    .slide-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px;
        text-align: left;
        background: transparent;
    }

    .slide-content h3 {
        padding-left: 0;
        margin: 0;

    }

    .slide-content p {
        line-height: 1.4;
        padding-left: 0;
        width: auto;
        text-align: left;
    }

    .slideshow-nav {
        bottom: 10px;
        width: 100%;
        display: flex;
        padding: 0 20px;
    }

    .slideshow-nav .prev, .slideshow-nav .next {
        font-size: 2em;

    }


    .slide-content h3 {
    
    }

    .slide-content p {
   
        max-width: 600px;
    }
    .slide-content a {
    padding-left: 0px;
}

}



/* Stats Section */
.stats-section {
    position: relative;
    height: 400px; /* Visina sekcije */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4f4f4;
    overflow: hidden;

}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/stats-section.jpg'); /* Zameni sa tačnom putanjom */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Parallax efekat */
    background-position: center;
    z-index: 1;
}

.stats-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    text-align: center;
}

.stat-item {
    flex: 1;
    margin: 0 20px;
}

.stat-number {
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
    color: #f4f4f4;
          font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.stat-item p {
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats-content {
        flex-direction: column;
    }

    .stat-item {
        margin: 20px 0;
    }
}




/* Projekti Sekcija */
.projects-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
}

.projects-content {
    display: flex;
        padding: 50px 100px 50px 100px;
    width: 100%;
    gap: 20px;
}

/* Leva strana - Naslov i tekst */
.projects-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.projects-text h1 {
                font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 20px;
    color: #b4966c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.projects-text p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
    color: #171717;
}


.image-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 50%;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.grid-item {
    position: relative; /* This makes the parent a containing block for absolute positioning */
    overflow: hidden;
}



.grid-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}








/* Responsivnost */
@media (max-width: 768px) {
    .projects-content {
            padding: 20px;
        flex-direction: column;
    }

    .projects-text {
    width: 100%;
}


.image-grid {
    width: 100%;
}

    .projects-gallery {
        grid-template-columns: 1fr;
    }

    .gallery-item.large {
        grid-column: span 1; /* Prilagodba za mobilne uređaje */
    }
}








.image-text-section {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.image-text-section .image-container {
    flex: 1;
    overflow: hidden;
}

.image-text-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ovo će sliku postaviti tako da se uklopi u prostor */
}

.image-text-section .text-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertikalno centriranje */
    padding: 50px;
    background-color: #171717; /* Braon pozadina */
    color: #f4f4f4; /* Boja teksta */
   
}


.image-text-section .temple-icon{
   width: 70px;
   width: 70px;
   margin-bottom: 20px;
}

.image-text-section img{
  width: 64px;
  margin-bottom: 20px;
}


.image-text-section h2{
    display: flex;
    width: 100%;
    align-items: stretch;
      font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
}


.image-text-section p{
    display: flex;
    width: 100%;
    align-items: stretch;
     font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Responsive dizajn za mobilne uređaje */
@media (max-width: 768px) {
.image-text-section {
        flex-direction: column; /* Postavlja sliku iznad teksta */
    }

    .image-text-section .image-container, .image-text-section .text-box {
        width: 100%; /* Puni širinu sekcije na mobilnim uređajima */
    }

    .image-text-section .text-box {
        padding: 15px;
        text-align: left; /* Centrirani tekst na mobilnim uređajima */
        padding-top: 30px;
        padding-bottom: 30px;
    }
}



.text-image-section {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.text-image-section .text-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertikalno centriranje teksta */
    padding: 50px;
    background-color: #f4f4f4; /* Braon pozadina */
    color: #171717; /* Boja teksta */
}


.text-image-section .temple-icon{
   width: 70px;
   width: 70px;
   margin-bottom: 20px;
}


.text-image-section img{
  width: 64px;
  margin-bottom: 20px;
}


 .text-image-section h2{
    display: flex;
    width: 100%;
    align-items: stretch;
    font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
}


.text-image-section p{
    display: flex;
    width: 100%;
    align-items: stretch;
     font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-image-section .image-container {
    flex: 1;
    overflow: hidden;
}

.text-image-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Sliku postavlja tako da se uklopi u prostor */
}

/* Responsive dizajn za mobilne uređaje */
@media (max-width: 768px) {
    .text-image-section {
        flex-direction: column-reverse; /* Postavlja sliku iznad teksta */
    }

    .text-image-section .text-box, .text-image-section .image-container {
        width: 100%; /* Puni širinu sekcije na mobilnim uređajima */
    }

    .text-image-section .text-box {
        padding: 15px;
        text-align: left; /* Centrirani tekst na mobilnim uređajima */
        padding-top: 30px;
        padding-bottom: 30px;
    }
}






/* Sekcija "O nama" */
.onama-section {
    padding: 50px 20px;
    background-color: #b4966c; /* Svetla pozadina */
}

.onama-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px; /* Razmak između leve i desne strane */
}

/* Leva strana - Naslov i tekst */
.onama-left {
    flex: 1;
}

.onama-left h2 {
        font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    color: #f4f4f4;
    margin-bottom: 20px;
}

.onama-left p {
         font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
    color: #f4f4f4;
}

/* Desna strana - Tekst */
.onama-right {
    flex: 1;
}

.onama-right p {
        font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
    color: #f4f4f4;
    padding-top: 45px;
}

/* Responsivnost */
@media (max-width: 768px) {
    .onama-content {
        flex-direction: column;
    }

    .onama-left,
    .onama-right {
        width: 100%;
    }
}




/* Kontakt sekcija */
.contact-section {
    padding: 50px 20px;
    background-color: #f4f4f4;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

/* Leva strana - Informacije */
.contact-info {
    flex: 1;
}

.contact-info h2 {
     font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    color: #b4966c;
    margin-bottom: 20px;
}

.contact-info p {
 font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
    color: #171717;
    margin-bottom: 20px;
}


.contact-info a {
 font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
    color: #171717;
    text-decoration: none;
}


.contact-info a:hover {
    color: #b4966c;
}


.contact-info img {
width: 48px;
}


.contact-details {
    list-style: none;
    padding: 0;
}

.contact-details li {
    display: flex;
    align-items: center;
     font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    margin-bottom: 15px;
    color: #171717;
}

.contact-details .icon {
    margin-right: 10px;
    font-size: 18px;
    color: #b4966c;
}

/* Desna strana - Google mapa */
.contact-map {
    flex: 1;
    overflow: hidden;
    border-radius: 0px;
}



/* Responsivnost */
@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
    }

    .contact-info,
    .contact-map {
        width: 100%;
    }
}





/* Sekcija "Projekti" */
.projects-section {

    background-color: #f4f4f4;
}

.projects-content {
    padding: 50px 100px 50px 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    gap: 20px;
}

/* Leva strana - Naslov i tekst */
.projects-left {
    flex: 1;
}

.projects-left h2 {
font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    color: #b4966c;
    margin-bottom: 20px;
}


.projects-left h3 {
font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    color: #171717;
    margin-bottom: 20px;
    margin-top: 30px;
}

.projects-left p {
font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
    color: #171717;
}

/* Desna strana - Masonry galerija */
.projects-gallery {
    flex: 1.5;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Dve slike po redu na manjim ekranima */
    gap: 10px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1); /* Zumiranje na hover */
}

/* Responsivnost */
@media (max-width: 768px) {
    .projects-gallery {
        grid-template-columns: repeat(2, 1fr); /* Dve slike po redu */
    }
}


/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
}

.lightbox-close {
    top: 20px;
    right: 20px;
}

.lightbox-prev {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.lightbox-next {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* Responsivnost */
@media (max-width: 768px) {
    .projects-content {
            padding: 20px;
        flex-direction: column;
    }

    .projects-gallery {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
















.list{
position: relative;
z-index: 2;
padding-left: 0px;
  }


.list ul{
position: relative;
  }

  .list ul li{
position: relative;
left: 0;
font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #171717;
list-style: none;
margin: 4px 0;
border-left: 2px solid #b4966c;
transition: 0.5s;
cursor: pointer;
  }

  .list ul li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(180,150,108,.75); /* manje opacity */
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.5s;
  }


    .list ul li:hover::before{
transform: scaleX(1);
  }

  .list ul li:hover{
left: 10px;
  }

 .list ul li span{
position: relative;
padding: 8px;
margin-top: 4px;
display: inline-block;
z-index: 1;
transition: 0.5s;
line-height: 1.8rem;
  }

   .list ul li:hover span{
color: #05060F;

  }




























/* Footer General Styles */
footer {
    background-color: #171717;
    color: #f4f4f4;
    padding: 20px 10px;
}

.footer-content {
    max-width: 1200px; /* Maksimalna širina */
    margin: 0 auto; /* Centriranje sadržaja */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; /* Responsivnost */
    padding: 20px 10px;
    border-bottom: 1px solid #b4966c;
}

.footer-column {
    margin: 10px;
    display: flex;
    flex-direction: column; /* Omogućava vertikalno slaganje elemenata */
    justify-content: center; /* Vertikalno centriranje elemenata unutar kolone */
}

/* Specifične širine za kolone */
.footer-column:first-child {
    flex: 2; /* 40% */
    min-width: 300px; /* Minimalna širina da se ne smanjuje previše */
}

.footer-column:nth-child(2),
.footer-column:nth-child(3) {
    flex: 1; /* 20% */
    min-width: 150px; /* Minimalna širina za manje ekrane */
}

.footer-column h3 {
          font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin-bottom: 10px;
    color: #b4966c;
}

.footer-column p {
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 1.6;
}

.footer-column a {
    text-decoration: none;
    color: #fff;
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #b4966c;
}

.footer-column img {
    width: 150px;
}

/* Subfooter */
.subfooter {
    background-color: transparent;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
    color: #aaa;
    margin-top: 20px;
          font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.subfooter img {

    width: 48px;
}

.subfooter .social-icon {
    display: inline-block;
    margin: 0 5px;
    padding: 8px;
    background-color: transparent;
}



/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column; /* Kolone postaju vertikalne */
    }

    .footer-column {
        margin: 15px 0;
        flex: 1; /* Sve kolone imaju jednaku širinu na manjim ekranima */
    }
}
/* ===== Before / After slider (u galeriji) ===== */
.before-after {
  border-radius: 8px;
}

.ba-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px; /* da ne “padne” kartica */
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

.ba-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  user-select: none;
  pointer-events: none;
}

.ba-after {
  position: absolute;
  inset: 0;
}

.ba-before {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
  border-right: 2px solid rgba(244, 244, 244, 0.85);
}

.ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 44px;
  cursor: ew-resize;
  z-index: 5;
}

.ba-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(23, 23, 23, 0.65);
  border: 1px solid rgba(180, 150, 108, 0.9);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.ba-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  color: #f4f4f4;
  font-size: 18px;
  line-height: 1;
}

.ba-badge {
  position: absolute;
  top: 12px;
  padding: 6px 10px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
  border-radius: 999px;
  z-index: 6;
  color: #f4f4f4;
  background: rgba(23, 23, 23, 0.65);
  border: 1px solid rgba(180, 150, 108, 0.75);
  backdrop-filter: blur(4px);
}

.ba-badge--before { left: 12px; }
.ba-badge--after  { right: 12px; }

.before-after:hover .ba-img {
  transform: none; /* da ne zumira kao ostale */
}

/* Na mobilnom malo manji minimum */
@media (max-width: 768px) {
  .ba-wrap { min-height: 180px; }
}

