
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#o-nama {
  max-width: 800px;
  margin: 1rem auto;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  color: #f0f0f0; 
  line-height: 2;
  
}
#o-nama {
  text-align: center;
}

#o-nama ul {
  padding-left: 1.2rem;
  text-align: left; 
}

#o-nama ul li {
  padding-left: 1.2rem;
}


#o-nama h2 {
  font-size: 2.2rem;
  color: #d4af37;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

#o-nama p {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
}

#o-nama ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

#o-nama ul li {
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  list-style-type: none;
  position: relative;
  padding-left: 1.2rem;
}

#o-nama ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
}

#o-nama strong {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 480px) {
  
      .hero {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  #o-nama {
    padding: 1rem;
    text-align: center;
  }

  #o-nama h2 {
    font-size: 1.6rem;
  }

  #o-nama p,
  #o-nama ul li {
    font-size: 1rem;
  }

  #o-nama ul {
    padding-left: 0;
  }

  #o-nama ul li {
    padding-left: 0;
    text-align: center;
  }

  #o-nama ul li::before {
    display: inline-block;
    position: static;
    margin-right: 0.4rem;
  }
}



html {
  scroll-behavior: smooth;
}
.hero .logo {
  width: 150px; 
  height: auto;
  margin-bottom: 1rem;
  object-fit: contain;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.6;
  
}

footer {
  background-color: #fff3cd;
  padding-top: 2.5rem;
  border-top: 2px solid #d4af37;
}


footer .socials img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

footer .socials img:hover {
  filter: none;
}
.logo-container {
  display: flex;
  align-items: center;
  gap: 0.8rem; 
}

.logo {
  width: 100px;
  height: auto;
  object-fit: contain;
}

header {
  min-height: 100vh;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 1rem;
}
h1 {
  font-size: 2.5rem;
}

h1 .slogan {
  font-size: inherit;
}
.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.5rem;
}

.hero h1 .slogan {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2rem; 
  font-weight: 700;
  margin-top: 0.2rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 215, 0, 0.3), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.brand-title {
  font-family: 'Poppins', sans-serif;
}
.brand-title {
  font-family: 'Outfit', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.7rem;
  color: #fff;
}

.hero {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: 14rem;  
  gap: 1rem;
  min-height: 100vh;
}

.hero-background {
  position: relative;
  overflow: hidden;
  
  
}

.hero-background::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('images/Finalnas.webp') center center / cover no-repeat;
  animation: slowZoom 30s ease-in-out infinite alternate;
  z-index: 0;
  filter: brightness(0.6);
}

.hero-background > .overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
}

.testimonial {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.testimonial:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.3);
  background-color: #fffbe6; 
}

form button {
  transition: background 0.3s ease, transform 0.15s ease;
    padding: 0.9rem;
  background: linear-gradient(to right, #d4af37, #f5deb3);
  color: #3c3c3c;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

form button:active {
  transform: scale(0.95);
}
#contact h2 {
  margin-top: -2rem;
}

nav a {
  transition: color 0.3s ease, transform 0.3s ease;
}

nav a:hover {
  color: #b8860b; 
  transform: translateY(-2px);
}

.hero h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  animation: fadeInDown 1s ease-out forwards;
  opacity: 0;
}


.hero p {
  font-size: 1.3rem;
  color: #fefefe;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1.5s ease-out forwards;
  opacity: 0;
    margin-top: 0.2rem;

}
.hero-btn {
  margin-top: 1.5rem;
  padding: 0.9rem 2rem;
  background: #d4af37;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  font-size: 1rem;
  display: inline-block;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: #b18c2f;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70PX;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  border-bottom: 2px solid #d4af37;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

nav.scrolled {
  padding: 0.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

nav.scrolled h1 {
  font-size: 1.4rem;
  transition: font-size 0.3s ease;
}

nav.scrolled a {
  font-size: 0.95rem;
}

nav {
  border-bottom: 2px solid #d4af37;
}

nav {
  background-color: rgba(255, 255, 255, 0.8); 
}

nav h1 {
  font-size: 1.8rem;
  color: #d4af37;
  font-weight: 700;
}
.hero h2 {
  margin-bottom: 0.1rem; 
}

.hero p {
  margin-top: 0; 
}


nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

nav a {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #d4af37;
}

.section {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #ffffff;
  margin: 1rem auto;
  border-radius: 10px;
  max-width: 1100px;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.1);
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}

.section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #d4af37;
  margin-bottom: 1rem;
}

.section p, .section li {
  font-size: 1.1rem;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.offer-block {
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid #d4af37;  /* ovo je zlatna linija */
  width: 100%;
  text-align: left;
}
.offer-block h4 {
  text-align: center;
}

.card {
  background: #fffaf0;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
  width: 250px;
  text-align: left;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-list .project-card:nth-child(5) img {
  object-position: center 10%;
}


.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}


.card h3 {
  font-size: 1.2rem;
  color: #a67c00;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 1rem;
  color: #555;
}

.card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 25px rgba(212, 175, 55, 0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.card img {
  transition: transform 0.4s ease;
}
.card:hover img {
  transform: scale(1.1);
}


.price-item:hover {
  background-color: #f7e88d; 
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.4);
  transform: scale(1.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  margin: 2rem auto 0;
}

.price-item {
  background: #fff9e6;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.1);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #3c3c3c;
}
.price-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.price-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.price-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.price-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.price-item:hover {
  background-color: #f5eb9c; 
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  transform: scale(1.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.price-item span {
  font-size: 1.5rem;
}

.gallery {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.gallery img {
  width: 300px;
  height: 200px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: cover;
}

.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

#hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 28px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1101;
}

#hamburger:focus {
  outline: 2px solid #d4af37;
  outline-offset: 2px;
}
.bar {
  width: 100%;
  height: 3px;
  background-color: #d4af37;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.project-card {
  width: 280px;
  border-radius: 10px;
  overflow: hidden;
  background: #fffdf0;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
  text-align: center;
}

.project-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.3);
}

.project-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.project-card h3 {
  padding: 1rem;
  font-size: 1.2rem;
  color: #a67c00;
}


.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 2rem;
}

.lightbox img {
  max-width: 90%;
  max-height: 400px;
  margin: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(255,255,255,0.2);
}

.lightbox .close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}


@media (max-width: 768px) {
  #hamburger {
     display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  height: 22px; 
  gap: 5px;
  }
  

  nav ul.nav-links {
    position: fixed;
    top: 70px; 
    right: 0;
    background-color: #fffdf7;
    width: 240px;
    height: calc(100vh - 70px);
    flex-direction: column;
    padding-top: 1rem;
    gap: 1rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -4px 0 8px rgba(0,0,0,0.1);
    border-left: 2px solid #d4af37;
    z-index: 1050;
    
    
  }
  

  nav ul.nav-links.open {
    transform: translateX(0);
  }

  nav ul.nav-links li {
    text-align: right;
    margin-right: 1.5rem;
  }
nav ul.nav-links li a {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 0.7rem;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
  border-radius: 6px;
}
}
nav ul.nav-links li a {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
nav ul.nav-links li a:hover {
 color: #b8860b;
  background-color: rgba(212, 175, 55, 0.25); 
  transform: scale(1.07); 
}
nav ul.nav-links li a:active {
background-color: rgba(212, 175, 55, 0.35);
  transform: scale(0.95);
}

form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

form input, form textarea {
  padding: 0.9rem;
  border: 1px solid #eee2b5;
  border-radius: 6px;
  font-size: 1rem;
}

form input:focus, form textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

form button {
  padding: 0.9rem;
  background: linear-gradient(to right, #d4af37, #f5deb3);
  color: #3c3c3c;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

form button:hover {
  background: linear-gradient(to right, #f5deb3, #d4af37);
}

footer {
  background-color: #fff8e1;
  color: #3c3c3c;
  padding: 2rem;
  text-align: center;
  font-size: 0.95rem;
}

footer .socials a {
  margin: 0 0.5rem;
  display: inline-block;
  transition: transform 0.3s ease;
}

footer .socials a:hover {
  transform: scale(1.2);
}


#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #d4af37;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

#backToTop:hover {
  transform: translateY(-5px);
}
.cta-container {
  text-align: center;
  margin-top: 2rem;
}

.cta-btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: #d4af37;
  color: white;
  font-weight: 700;
  border-radius: 6px;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(212, 175, 55, 0.4);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
  background: #b18c2f;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.6);
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



@media (max-width: 768px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
  }

  nav h1 {
    margin-bottom: 0.5rem;
  }

  nav ul {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero h2 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .gallery img {
    width: 90%;
  }

  .card-list {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .hero h2 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 1rem;
  }

  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .section {
    padding: 2rem 1rem;
  }

  .price-list, form {
    width: 90%;
  }
  .section {
  background-repeat: repeat;
  background-size: contain;
}
.section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}


}
.card {
  opacity: 0;
  transform: translateY(30px);
  animation: cardFadeIn 0.8s forwards;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }
.card:nth-child(4) { animation-delay: 0.4s; }

@keyframes cardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
form input::placeholder, form textarea::placeholder {
  color: #999;
}

form input, form textarea {
  background-color: #fffdf0;
}
.testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.testimonial {
  background: #fffaf0;
  padding: 1.5rem;
  border-left: 5px solid #d4af37;
  border-radius: 10px;
  font-style: italic;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.counters {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.counter-box {
  text-align: center;
  color: #d4af37;
}

.counter {
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif;
}
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 100;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media (max-width: 360px) {
  .hero h2 {
    font-size: 1.5rem;
  }

  .hero-btn {
    font-size: 0.9rem;
    padding: 0.7rem 1.5rem;
  }

  nav ul.nav-links {
    width: 100%;
  }
}
@media (max-width: 480px) {
  
  
  .brand-title {
  font-size: 2.2rem;
}

.hero h1 .slogan {
  font-size: 1.2rem;
}

  
  .logo {
    width: 35px;
  }

  nav h1 {
    font-size: 1.4rem;
  }
}
.review-request {
  background-color: #d4af37; 
  color: #fff;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

.review-request h3 {
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
}

.review-request p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.review-btn {
  background-color: #fff;
  color: #d4af37;
  padding: 0.75rem 1.8rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.review-btn:hover {
  background-color: #b18c2f;
  color: #fff;
  box-shadow: 0 6px 14px rgba(177, 140, 47, 0.8);
}

.section,
.card,
.testimonial,
.price-item,
.project-card,
form input,
form textarea {
  background-color: #121212 !important;
  color: #fff !important;
}

.section h2,
.card h3,
.project-card h3,
.testimonial h3,
.price-item span {
  color: #d4af37 !important;
}

.card p,
.testimonial, 
.price-item,
.section p,
.section li,
form input,
form textarea {
  color: #ddd !important;
}

form input::placeholder,
form textarea::placeholder {
  color: #999 !important;
}

.card:hover,
.project-card:hover,
.price-item:hover,
.testimonial:hover {
  background-color: #1e1e1e !important;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
  transform: scale(1.03);
  transition: all 0.3s ease;
}

nav a {
  color: #3c3c3c !important;
}

footer {
  background-color: #fff8e1;
  color: #3c3c3c;
}


.section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}
a[href^="viber://"] {
  text-decoration: none;
  display: inline-block;
}

.contact-icons img {
  border-radius: 50%;
  border: 2px solid#fff; 
  padding: 4px; 
  background-color: white; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); 
}
.card-list, .project-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 2rem; 
  max-width: 1200px; 
  margin: 0 auto;
  padding: 2.5rem;
}

.card, .project-card {
  padding: 2rem; 
  width: 100%;
  box-sizing: border-box;
  height: auto; 
}
@media (max-width: 1024px) {
  .card-list, .project-list {
    grid-template-columns: repeat(2, 1fr); 
    gap: 1.5rem;
    max-width: 800px;
  }
}

@media (max-width: 600px) {
  .card-list, .project-list {
    grid-template-columns: 1fr; 
    gap: 1rem;
    max-width: 100%;
  }
  
  .card, .project-card {
    padding: 1.5rem; 
  }
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 2px solid #d4af37;
  outline-offset: 2px;
}

.counter-box {
  border: 1.5px solid #d4af37;
  padding: 1rem 2rem;
  border-radius: 12px;
  display: inline-block;
  min-width: 140px;
  margin: 0 1rem;
  text-align: center;
  color: #d4af37;
  background-color: rgba(212, 175, 55, 0.05);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.7);
}
.cta-btn {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
@media (max-width: 480px) {
  .hero {
    padding-top: 1rem; 
    min-height: 85vh; 
  }

  .logo {
    width: 60px;
  }

  .brand-title {
    font-size: 2rem;
  }

  .hero h1 .slogan {
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }

  .hero h1 {
    margin-bottom: 0.8rem;
  }

  .hero-btn {
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0.8rem 1.6rem;
  }
}
.scroll-indicator {
     font-size: 2.5rem;
    margin-top: 0.5rem;
    color: #d4af37;
    animation: bounce 2s infinite;
}
@media (max-width: 480px) {
  .hero {
    padding-top: 5.8rem;   /* POMJERENO GORE */
    padding-bottom: 1rem;
    min-height: 70vh;
  }

  .logo {
    width: 65px;
    margin-bottom: 0.5rem;
  }

  .brand-title {
    font-size: 2rem;
  }

  .hero h1 .slogan {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }

  .hero h1 {
    margin-bottom: 0.8rem;
  }

  .hero-btn {
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
  }

  .scroll-indicator {
    font-size: 2.5rem;
    margin-top: 0.5rem;
    color: #d4af37;
    animation: bounce 2s infinite;
  }
  
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

.project-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.project-card h3 {
  padding: 1rem 1rem 1.4rem 1rem;
  font-size: 1.15rem;
  color: #d4af37;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.4;
}
.project-card {
  padding: 1rem 1rem 0.5rem 1rem;
}
