.header-outsourcing {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-attachment: scroll;     /* no fixed parallax banding */
  color: #000;                        /* ensure black text by default */
}

body.creative-layout .header-outsourcing {
  /* Creative keeps original dark/striped background */
  background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(255,255,255,0) 100%),
              repeating-linear-gradient(transparent, transparent 3.125rem, #333 3.25rem),
              repeating-linear-gradient(90deg, transparent, transparent 3.125rem, #333 3.25rem);
  background-attachment: fixed;
  color: #fff;
}

.headercontainer {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.header-outsourcing h1 {
  color: #000;                       /* High-tech: black (was white) */
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 2.1rem;
  line-height: 3.75rem;
}

body.creative-layout .header-outsourcing h1 {
  color: #fff;                       /* Creative unchanged */
}

.headertxt {
  max-width: 46.875rem;
  color: #000;                       /* High-tech: black (was white) */
  text-align: center;
  margin: 1.25rem auto 2.5rem;
  font-size: 1.7rem;
  line-height: 3.25rem;
}

body.creative-layout .headertxt {
  color: #fff;                       /* Creative unchanged */
}

@media only screen and (max-width: 600px) {
  .header-outsourcing h1 {
    word-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: 0.625rem;
    font-size: 1.1rem;
    line-height: 2.125rem;
  }
  .headertxt {
    font-size: 0.9rem;
  }
}

.content2 {
  color: #000;                       /* High-tech: black */
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  padding: 0.625rem;
  box-sizing: border-box;
  margin: 12.5rem auto;
  text-align: center;
  margin-top: 4.375rem;
  margin-bottom: 2.5rem;
}

.flyintxtbox {
  margin-right: 0.9375rem;
}

.flyintxtbox span {
  transform-origin: 0 0;
  font-weight: 300;
  line-height: 1.2;
  font-size: 6.25rem;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0.9375rem;
  transform: translateX(-1.25rem) scale(0.75);
  transition: 0.5s;
  color: #000;                       /* High-tech: black letters */
}

.flyintxtbox span.v2 {
  font-weight: 500;
  transform: translateX(0) scale(1);
  transition: 0.5s;
}

@media only screen and (max-width: 600px) {
  #flyintxt span {
    margin-right: -0.125rem;
    font-size: 1.875rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
  #flyintxt span {
    margin-right: -0.0625rem;
    font-size: 2.125rem;
  }
}

.sticky-txt {
  display: flex;
  align-items: flex-start;
}

body.creative-layout .sticky-txt {
  background-color: #4B3621;
}

.content-right {
  flex: 1;
  padding: 6.25rem;
  box-sizing: border-box;
}

.content-left {
  flex: 1;
  position: sticky;
  will-change: transform;
  text-align: center;
  box-sizing: border-box;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.content-box-div-right {
  border: 0.0625rem solid #000;      /* solid black border (was translucent) */
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
  padding: 2.5rem 1.25rem;
  transition: transform 0.3s ease;
  box-sizing: border-box;
  color: #000;                       /* ensure black text inside */
  background-color: white;
}

@media (max-width: 768px) {
  .sticky-txt {
    flex-direction: column;
    align-items: center;
  }

  .content-left, .content-right {
    padding: 1.25rem;
    width: 21.875rem;
  }

  .content-left {
    position: static;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.sticky-txt .content-left,
.sticky-txt .content-box-div-right {
  transform: scale(0.8); /* Initial smaller size */
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0; /* Initially hidden */
}

.sticky-txt .content-left.zoomed,
.sticky-txt .content-box-div-right.zoomed {
  transform: scale(1); /* Final scale on scroll */
  opacity: 1; /* Fully visible */
}

.content7 {
  padding: 3.125rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 4.375rem;
  color: #000;
}

body.creative-layout .content7 {
  font-size: 1.5rem;
}

.svgScrollAnimation {
  position: relative;
  z-index: 1;
  width: 18.75rem;
}

@media (min-width: 769px) and (max-width: 1200px) {
  #footer {
    padding-top: 7rem;
  }
}

/* Headings menjaju boje u zavisnosti od layout-a - pocetak */

body.creative-layout .content-box-div-right h2 {
  color: #efaa2a !important;         /* Creative unchanged */
}

body.high-tech-layout .content-box-div-right h2 {
  color: #000 !important;            /* High-tech: black (was green) */
}

/* Headings menjaju boje u zavisnosti od layout-a - kraj */
