/* SPREČAVA HORIZONTALNI SCROLL I OSIGURAVA STABILNOST */
html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

#content .e-con h1 {
    max-width: 1100vw;
}

/* HERO SEKCIJA - PRAVA FULL WIDTH IMPLEMENTACIJA */
.hero-section.politika-privatnosti-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* OBAVEZNO za full width */
  width: 100vw !important;
  min-width: 100%;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding: 5rem 0;
  
  color: #ffffff;
  overflow: hidden;
  text-transform: lowercase;
  box-sizing: border-box;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  /* Dodatna zaštita */
  position: relative;
  left: 0;
  right: 0;
}

.hero-section.politika-privatnosti-section h1 {
    color: #F7C15E;
}

/* Wrapper unutar hero sekcije */
.hero-section.politika-privatnosti-section > * {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Container za sadržaj */
.elementor-element-dd2f452 > div {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* NASLOV UNUTAR HERO SEKCIJE */
.elementor-element-dd2f452 h1 {
  width: 100%;
  max-width: 1600px;
  font-size: clamp(32px, 5vw, 46px);
  color: #F7C15E;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

h1::first-letter {
  text-transform: uppercase;
}

/* ULTRA ŠIROKI EKRANI (4K) */
@media screen and (min-width: 2560px) {
  .hero-section.politika-privatnosti-section {
    padding: 6rem 0;
  }

  .elementor-element-dd2f452 h1 {
    font-size: clamp(60px, 4vw, 80px);
    max-width: 1900px;
  }
}

/* LAPTOPI I ŠIRI EKRANI */
@media screen and (min-width: 1400px) and (max-width: 2559px) {
  .hero-section.politika-privatnosti-section {
    padding: 5rem 0;
  }

  .elementor-element-dd2f452 h1 {
    font-size: clamp(46px, 4vw, 60px);
    max-width: 1600px;
  }
}

/* TABLETI */
@media screen and (max-width: 1024px) {
  .hero-section.politika-privatnosti-section {
    padding: 4rem 0;
  }

  .elementor-element-dd2f452 h1 {
    font-size: clamp(28px, 5vw, 40px);
  }
}

/* MOBILNI UREĐAJI */
@media screen and (max-width: 768px) {
  .hero-section.politika-privatnosti-section {
    padding: 3rem 0;
  }

  .hero-section.politika-privatnosti-section > * {
    width: 95%;
    padding: 0 15px;
  }

  .elementor-element-dd2f452 h1 {
    font-size: clamp(24px, 6vw, 32px);
    width: 100%;
    padding: 0 15px;
  }
}

/* EKSTRA MALI EKRANI */
@media screen and (max-width: 480px) {
  .hero-section.politika-privatnosti-section {
    padding: 2.5rem 0;
  }

  .elementor-element-dd2f452 h1 {
    font-size: clamp(20px, 7vw, 28px);
  }
}
