html {
  width: 100%;
  box-sizing: border-box;
  background: #17171B;
}

body {
  text-align: center;
  font-family: "Roboto", sans-serif;
  width: 100%;
  line-height: 1.4;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.clr {
  clear: right;
}

.cll {
  clear: left;
}

.clb {
  clear: both;
}

.video-header, .video-header video, .video-header .viewport-header {
  height: 100svh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.subpage .video-header, .subpage .video-header video, .subpage .video-header .viewport-header {
  height: 400px;
}
.video-header video {
  background: black;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}

.wrapper {
  width: 100%;
  position: relative;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

h1 {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.15;
  color: #fff;
  padding-bottom: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h1 .rec-animation {
  color: #befff3;
  animation: rec ease-in-out 1s;
  animation-iteration-count: infinite;
  font-size: 1.7em;
  position: relative;
  font-family: "Roboto", sans-serif;
  left: -4px;
}

.colorful {
  color: #13B7F2;
  background-image: linear-gradient(45deg, #EC008C, #f04a9d 20%, #befff3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  padding: 0 0 10px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

p {
  color: #bbb;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3;
  /* padding: 12px 5% 20px 5%; */
  max-width: 1200px;
}

p:last-child {
  padding-bottom: 0;
}

li {
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.button {
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-transform: uppercase;
  padding: 12px 24px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 24px;
  border-radius: 12px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-weight: 400;
  transition: all 0.3s ease;
}

.button:hover {
  color: #EC008C;
  border: 2px solid #EC008C;
  transform: translateY(-2px);
}

.button.button-primary {
  background: rgba(255, 255, 255, 0.9);
  color: rgb(43, 27, 51);
}

.button.button-primary:hover {
  background: #EC008C;
  border-color: #EC008C;
  color: #ffffff;
  transform: translateY(-2px);
}

#mainHeader {
  background: rgba(0, 0, 0, 0.75);
  background: linear-gradient(166deg, rgba(0, 0, 0, 0.8) 62%, rgba(104, 2, 157, 0.6) 120%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

#mainHeader h1 {
  font-size: 84px;
  margin-bottom: 6px;
}

#mainHeader h2 {
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: rgba(190, 255, 243, 0.8666666667);
  margin-bottom: -24px;
  padding-bottom: 0;
}

#mainHeader a.logo {
  display: block;
  float: left;
  position: absolute;
  left: 30px;
  top: 30px;
}

#mainHeader a.logo img {
  height: 4%;
  min-height: 64px;
}

#mainHeader .content {
  position: absolute;
  padding: 2%;
  z-index: 10;
  text-align: center;
}

#mainHeader .content p {
  line-height: 1.5;
}

#mainHeader .content .button {
  margin-top: 38px;
}

#mainHeader .topBar {
  position: absolute;
  top: 3%;
  right: 3%;
  color: #fff;
  font-size: 30px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  text-align: right;
}

#mainHeader .topBar span {
  display: block;
  color: #EC008C;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  #mainHeader .topBar {
    right: 25%;
  }
}
#mainHeader .main-nav {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1000;
}

#mainHeader .main-nav .nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
#mainHeader .main-nav .nav-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

#mainHeader .main-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

#mainHeader .main-nav .nav-menu li {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1333333333);
}

#mainHeader .main-nav .nav-menu li:first-child {
  border-left: none;
}

#mainHeader .main-nav .nav-menu li.home-link a {
  justify-content: center;
}

#mainHeader .main-nav .nav-menu li.home-link a i {
  font-size: 20px;
}

#mainHeader .main-nav .nav-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 24px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

#mainHeader .main-nav .nav-menu li a:hover {
  color: #EC008C;
  transform: translateY(-2px);
}

#mainHeader .main-nav .nav-menu li a i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

#mainHeader .main-nav .nav-menu li.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#mainHeader .main-nav .nav-menu li.has-dropdown:hover a i {
  transform: rotate(180deg);
}

#mainHeader .main-nav .nav-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 8px;
  padding: 10px 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#mainHeader .main-nav .nav-menu .dropdown-menu li {
  display: block;
  margin: 0;
}

#mainHeader .main-nav .nav-menu .dropdown-menu li a {
  background: none;
  padding: 12px 20px;
  border-radius: 0;
  font-size: 16px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#mainHeader .main-nav .nav-menu .dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: none;
}

@media screen and (max-width: 1200px) {
  #mainHeader .main-nav {
    right: 3%;
    top: 3%;
  }

  #mainHeader .main-nav .nav-toggle {
    display: flex;
    z-index: 1001;
    position: fixed;
    right: 30px;
    top: 30px;
  }

  #mainHeader .main-nav .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 80px 20px 20px;
    transition: right 0.3s ease;
    gap: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  #mainHeader .main-nav .nav-menu.active {
    right: 0;
  }

  #mainHeader .main-nav .nav-menu li {
    width: 100%;
    margin: 5px 0;
  }

  #mainHeader .main-nav .nav-menu li a {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 8px;
    justify-content: space-between;
  }

  #mainHeader .main-nav .nav-menu li a:hover {
    transform: none;
  }

  #mainHeader .main-nav .nav-menu .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255, 255, 255, 0.05);
    margin: 10px 0;
    display: none;
  }

  #mainHeader .main-nav .nav-menu .dropdown-menu.active {
    display: block;
  }

  #mainHeader .main-nav .nav-menu .dropdown-menu li a {
    padding: 12px 30px;
    font-size: 16px;
  }
}
#mainHeader .footer {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  text-align: center;
  bottom: 4%;
  z-index: 10;
  font-size: 32px;
}

#mainHeader .footer span {
  font-size: 20px;
  font-weight: 400;
}

.stats {
  padding: 40px 0;
  background: rgb(56, 23, 74);
  background: linear-gradient(179deg, rgba(104, 2, 157, 0.3) 25%, rgba(141, 55, 159, 0.8) 160%);
  box-shadow: 1px 30px 50px -33px rgba(0, 0, 0, 0.5) inset;
}

.stats div {
  width: 33.3333333333%;
  float: left;
  text-align: center;
}

.stats div p {
  font-size: 24px;
  color: #FCFCF7;
  padding-top: 0;
}

.stats div span {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 52px;
  font-weight: 600;
  color: #4B0082;
  background-image: linear-gradient(45deg, #8B458B, #FF69B4, #FFB6C1, #FFFFFF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Suffix animation styles */
.stat-suffix {
  display: inline-block;
  opacity: 0;
  transform: translateX(15px);
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1), transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: 5px;
  vertical-align: baseline;
  /* Same styling as parent for the gradient effect */
  background-image: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  font-size: 52px;
  font-weight: 600;
}

.stat-suffix.visible {
  opacity: 1;
  transform: translateX(0);
}

.liveprodukcia {
  background: rgb(240, 240, 240);
  position: relative;
  padding: 100px 0 0; 
  color: #000;
}

.liveprodukcia h1 {
  color: #000;
  text-align: center;
  padding-bottom: 12px;
}

.liveprodukcia h2 {
  margin-top: 20px;
  font-weight: 400;
}

.liveprodukcia p, .liveprodukcia ul {
  text-align: justify;
  font-size: 26px;
  padding-bottom: 24px;
  color: #555;
}

.liveprodukcia img {
  width: 80%;
  height: auto;
  margin: auto;
  margin-left: 10%;
  border-radius: 9px;
}

.liveprodukcia ul {
  list-style: none;
}

.liveprodukcia ul li {
  padding-left: 20px;
}

.liveprodukcia ul li::before {
  content: ".";
  position: relative;
  font-size: 30px;
}

.halfs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.halfs .half {
  position: relative;
  z-index: 0;
  margin: 48px 0;
}

.thirds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  transition: all 0.3s ease-in-out;
  padding: 5% 0;
}

.thirds .third {
  height: 100%;
  transition: all 0.3s ease-in-out;
  grid-column: span 1;
  padding: 8% 4%;
  display: flex;
  flex-direction: column;
}

.thirds .third h2 {
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  text-align: center;
}

.thirds-services .third h2 {
  min-height: 68px;
}

.thirds .third p {
  flex: 1;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.thirds-services .third p {
  padding: 0 8%;
}

.thirds .third a {
  text-decoration: none;
}

.thirds-services a:-moz-any-link {
  text-decoration: none;
}

.thirds-services a:any-link {
  text-decoration: none;
}

.thirds-services .third {
  border-right: 1px solid #ccc;
  padding: 5% 4% 5%;
  text-align: center;
  position: relative;
  overflow: visible;
}

.thirds.thirds-services {
  padding-bottom: 160px;
}

.thirds-services .third:last-child {
  border-right: none;
}

.thirds-services .third:last-child a.service-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: visible;
  transition: all 0.3s ease;
}

.thirds-services .third:hover {
  background: rgba(255, 255, 255, 0.02);
}

.thirds-services .third .service-icon {
  margin-bottom: 20px;
}

.thirds-services .third .service-icon i {
  font-size: 48px;
  background-image: linear-gradient(45deg, #EC008C, #f04a9d 20%, #befff3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  display: inline-block;
}

.thirds-services .third:hover .service-icon i {
  transform: scale(1.1);
  filter: drop-shadow(0 0 20px rgba(236, 0, 140, 0.3));
}

.thirds-services .third .service-more {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.thirds-services .third .service-more .more-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(45deg, #EC008C, #f04a9d 20%, #befff3);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(236, 0, 140, 0.3);
  transition: all 0.3s ease;
}

.thirds-services .third:hover .service-more {
  bottom: -60px;
  opacity: 1;
  pointer-events: auto;
}

.thirds-services .third:hover .more-button {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(236, 0, 140, 0.4);
}

/* =========================================
   Expertise Section - Apple Style
   ========================================= */

.expertise-section {
    padding: 140px 0;
    background: #0d0d0f;
}

.expertise-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 100px;
    padding: 0 20px;
}

.expertise-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.gradient-text {
    background: linear-gradient(90deg, #EC008C, #fc6767);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.expertise-items {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.expertise-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 140px;
}

.expertise-item:last-child {
    margin-bottom: 0;
}

.expertise-item:nth-child(even) {
    direction: rtl;
}

.expertise-item:nth-child(even) > * {
    direction: ltr;
}

.expertise-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.expertise-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.expertise-item:hover .expertise-image img {
    transform: scale(1.03);
}

.expertise-content {
    padding: 20px 0;
}

.expertise-number {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #EC008C;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

.expertise-content h3 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
}

.expertise-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    color: #86868b;
    line-height: 1.7;
    max-width: 480px;
}

@media screen and (max-width: 900px) {
    .expertise-section {
        padding: 80px 0;
    }
    
    .expertise-header {
        margin-bottom: 60px;
    }
    
    .expertise-items {
        padding: 0 24px;
    }
    
    .expertise-item {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 80px;
    }
    
    .expertise-item:nth-child(even) {
        direction: ltr;
    }
    
    .expertise-content {
        text-align: center;
    }
    
    .expertise-content p {
        max-width: 100%;
    }
}

/* Remove old thirds-big styles */
.thirds-big {
    display: none;
}

/* =========================================
   Modern Reference Section
   ========================================= */

.referencie {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  background: #17171B; /* Matches site background */
  gap: 30px;
  padding: 100px 4%;
  max-width: 1400px;
  margin: 0 auto;
}

.referencia {
  background: #25282d;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(255,255,255,0.05);
  cursor: default;
  aspect-ratio: auto;
}

.referencia:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  border-color: rgba(236, 0, 140, 0.3);
  z-index: 1;
}

.ref-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.referencia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: relative;
  filter: none;
}

.referencia:hover img {
  transform: scale(1.05);
  filter: none;
}

.ref-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(37, 40, 45, 1) 100%);
  opacity: 0.6;
}

.ref-content {
  padding: 20px 25px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ref-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: #EC008C;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.referencia h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: left;
  display: block;
}

.referencia p {
  font-size: 0.95rem;
  color: #bbb;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
  flex-grow: 1;
  display: block;
}

.ref-details {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  margin-top: auto;
}

.ref-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ref-details li {
  font-size: 0.85rem;
  color: #999;
  display: flex;
  align-items: center;
}

.ref-details li i {
  color: #EC008C;
  margin-right: 6px;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .referencie {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}


.technologie {
  padding: 10vw 5vw;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.technologie::after {
  background: url(media/bganimation/bga_00000.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.technologie p {
  padding-right: 40%;
  font-size: 2vw;
}

.kontakt-big {
  padding: 15vw 5vw;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  text-shadow: 0px 0px 100px rgb(0, 0, 0);
}

.kontakt-big::after {
  background: url(media/ursa.jpeg) no-repeat 50% 50%;
  background-size: cover;
}

.kontakt-big p {
  padding: 12px 0 0 0;
  font-size: 28px;
}

.kontakt-big a {
  color: #EC008C;
  text-decoration: none;
  font-weight: 600;
}

.kontakt-big a:hover {
  color: #fff;
}

.kontakt {
  background: #1C1E22;
  color: #bbb;
  padding: 6% 0;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.kontakt div {
  border-right: 1px solid #333;
  text-align: left;
  padding: 0 5%;
}

.kontakt div:last-child {
  border-right: none;
}

.kontakt h1, .kontakt h2 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #ddd;
  text-transform: uppercase;
  padding: 0 5%;
  letter-spacing: 0px;
}

.kontakt h1 {
  color: #EC008C;
  font-size: 28px;
}

.kontakt h2 {
  font-size: 20px;
}

.kontakt p {
  margin-bottom: 6px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 6px;
}

.kontakt p:last-child {
  margin-bottom: 0;
}

.kontakt p span {
  color: #eee;
}

.kontakt p.adresa {
  font-size: 18px;
  color: #eee;
}

.kontakt a {
  color: #eee;
  text-decoration: none;
}

.kontakt a:hover {
  color: #EC008C;
}

.kontakt a.contact-link {
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
}

.kontakt .social-links {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}

.kontakt .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #eee;
  text-decoration: none;
  background: #555;
}

.kontakt .social-links a:hover {
  background: #EC008C;
  color: #fff;
  transform: translateY(-2px);
}

.kontakt .social-links a i {
  font-size: 26px;
}

@media screen and (max-width: 960px) {
  .kontakt {
    text-align: center;
    padding: 60px 20px;
    grid-template-columns: 1fr;
  }

  .kontakt div {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #333;
    padding: 20px 5%;
  }

  .kontakt div:last-child {
    border-bottom: none;
  }

  .kontakt a.logo {
    position: static;
    width: 100%;
  }

  .kontakt a.logo img {
    height: 60px;
    position: static;
    transform: none;
    display: inline-block;
  }
}
.kontaktujte-nas {
  padding: 6% 5%;
  background: #232528;
}

.kontaktujte-nas .label-before, .kontaktujte-nas .field input:focus + label::before, .kontaktujte-nas .field textarea:focus + label::before, .kontaktujte-nas .field input:valid + label::before, .kontaktujte-nas .field textarea:valid + label::before {
  line-height: 20px;
  font-size: 12px;
  top: -10px;
  background: #232528;
  padding: 0 6px;
  left: 9px;
}

.kontaktujte-nas .field {
  position: relative;
  margin-bottom: 15px;
}

.kontaktujte-nas .field label::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 16px;
  line-height: 40px;
  font-size: 14px;
  color: #aaa;
  transition: 300ms all;
}

.kontaktujte-nas .field input, .kontaktujte-nas .field textarea {
  width: 100%;
  line-height: 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  border: 1px solid #aaa;
  border-radius: 100px;
  background: #232528;
}

.kontaktujte-nas .field input:focus, .kontaktujte-nas .field textarea:focus {
  outline: 0;
  border-color: #fff;
}

.kontaktujte-nas .field input:valid + label::before, .kontaktujte-nas .field textarea:valid + label::before {
  content: attr(data-title);
}

.kontaktujte-nas .field input:focus + label::before, .kontaktujte-nas .field textarea:focus + label::before {
  color: #fff;
}

.footer-logo {
  background: #141618;
  color: #bbb;
  padding: 3%;
  overflow: hidden;
  position: relative;
}

.footer-logo a.logo {
  display: block;
  text-align: center;
}

.footer-logo a.logo img {
  height: 50px;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%) contrast(70%) brightness(0.9);
  transition: all 0.2s linear;
}

.footer-logo a.logo:hover {
  cursor: pointer;
}

.footer-logo a.logo:hover img {
  filter: grayscale(0%);
}

.up-down {
  animation: up-down ease-in-out 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translateY(0.1vw);
  }

  25% {
    transform: translateY(2vw);
  }

  50% {
    transform: translateY(1vw);
  }

  75% {
    transform: translateY(2vw);
  }

  100% {
    transform: translateY(0.1vw);
  }
}
@keyframes rec {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.notes {
  background: #ffffff;
  padding: 20vw;
  color: black;
}

.notes h1 {
  color: black;
  padding-bottom: 24px;
  font-size: 32px;
}

/*# sourceMappingURL=style.css.map */

.service-page .section {
  padding: 60px 5%;
  border-bottom: 1px solid #333;
}
.service-page .section:last-child {
  border-bottom: none;
}
.service-page .image-placeholder {
  width: 100%;
  border-radius: 12px;
  margin-top: 30px;
}
.service-page .strengths-section {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.service-page .strengths-section .strengths-overlay {
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 5%;
  border-radius: 12px;
}
.service-page .strengths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
  text-align: center;
}
.service-page .strength-item i {
  font-size: 48px;
  color: #EC008C;
  margin-bottom: 20px;
}
.service-page .strength-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.service-page .strength-item p {
  font-size: 16px;
  text-align: center;
}
.service-page .service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
  text-align: center;
}
.service-page .service-item {
  background: #232528;
  padding: 30px;
  border-radius: 12px;
}
.service-page .service-item i {
  font-size: 48px;
  color: #EC008C;
  margin-bottom: 20px;
}
.service-page .service-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.service-page .service-item p {
  font-size: 16px;
  text-align: center;
}
.service-page .cta-section {
  text-align: center;
}
.service-page .cta-section h2 {
  margin-bottom: 20px;
}
.service-page .cta-section p {
  margin-bottom: 30px;
  text-align: center;
}
.service-page ul {
    list-style: none;
    padding-left: 0;
}

.service-page ul li {
    font-size: 20px;
    line-height: 1.8;
    padding-left: 25px;
    position: relative;
}

.service-page ul li::before {
    content: "\2713";
    color: #EC008C;
    position: absolute;
    left: 0;
}

.service-page .prenosovy-voz-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 40px;
}

.service-page .prenosovy-voz-columns > div {
    background: #232528;
    padding: 30px;
    border-radius: 12px;
}

.event-types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  text-align: center;
}

.event-type-item {
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.event-type-item:hover {
  transform: translateY(-5px);
}

.event-type-item i {
  font-size: 40px;
  color: #EC008C;
  margin-bottom: 15px;
}

.event-type-item h4 {
  font-size: 18px;
  font-weight: 500;
}

.quote-form {
    max-width: 900px;
    margin: 0 auto;
}

#quote-form-section h1 span{
  color: #EC008C;
}

/* Form Progress */
.form-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    max-width: 600px;
    margin: 50px auto 50px auto;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    color: #555;
    transition: all 0.3s ease;
}

.progress-step.active {
    color: #EC008C;
}

.progress-step.completed {
    color: #fff;
}

.step-icon {
    width: 45px;
    height: 45px;
    background: #25282D;
    border: 2px solid #444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.progress-step.active .step-icon {
    border-color: #EC008C;
    background: rgba(236, 0, 140, 0.1);
    box-shadow: 0 0 15px rgba(236, 0, 140, 0.3);
}

.progress-step.completed .step-icon {
    background: #EC008C;
    border-color: #EC008C;
}

.progress-step span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress-line {
    flex: 1;
    height: 2px;
    background: #444;
    margin: -20px 15px 0 15px;
    transition: all 0.3s ease;
}

.progress-line.completed {
    background: #EC008C;
}

/* Step Content visibility */
.form-step-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.form-step-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Navigation Buttons */
.form-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.button-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #888;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.button-secondary:hover {
    color: #ccc;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.02);
}

.form-section {
    background: rgba(255, 255, 255, 0.02);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-section h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-section h3 i {
    color: #EC008C;
    font-size: 18px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #ddd;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #555;
    border-radius: 8px;
    background: #2a2d32;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #EC008C;
    box-shadow: 0 0 10px rgba(236, 0, 140, 0.3);
}

/* Flatpickr Custom Highlights */
.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange {
    background: #EC008C !important;
    border-color: #EC008C !important;
}

.flatpickr-day.inRange {
    background: rgba(236, 0, 140, 0.2) !important;
    box-shadow: -5px 0 0 rgba(236, 0, 140, 0.2), 5px 0 0 rgba(236, 0, 140, 0.2) !important;
}

.flatpickr-calendar {
    background: #1C1E22 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6) !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, 
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #EC008C !important;
}

.form-group input.invalid,
.form-group textarea.invalid {
    border-color: #ff4d4d;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    user-select: none;
}

.checkbox-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(236, 0, 140, 0.4);
    transform: translateY(-1px);
}

.checkbox-item:has(input:checked) {
    background: rgba(236, 0, 140, 0.12);
    border-color: #EC008C;
    box-shadow: 0 4px 15px rgba(236, 0, 140, 0.15);
}

.checkbox-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 7px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-bottom: 0;
}

.checkbox-item input[type="checkbox"]:checked {
    background-color: #EC008C;
    border-color: #EC008C;
}

.checkbox-item input[type="checkbox"]:checked::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-item .label-text {
    font-size: 15px;
    font-weight: 400;
    color: #ccc;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-item .label-text i {
    width: 20px;
    text-align: center;
    color: #EC008C;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.checkbox-item:hover .label-text i {
    transform: scale(1.2);
}

.checkbox-item input[type="checkbox"]:checked + .label-text {
    color: #fff;
    font-weight: 500;
}

/* Camera Extras Styles */
.camera-extras-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	margin-top: 10px;
}

.camera-extra-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.extra-checkbox {
	padding: 12px 15px !important;
	border-radius: 10px !important;
	background: #25282D !important;
	border: 1px solid #444 !important;
	transition: all 0.3s ease;
}

.extra-checkbox .label-text {
	font-size: 14px !important;
	display: flex;
	align-items: center;
	gap: 10px;
}

.extra-checkbox .label-text i {
	width: 20px;
	text-align: center;
	color: #EC008C;
}

.extra-checkbox input:checked + .label-text {
	color: #fff;
}

.count-input-wrap {
	display: none;
	animation: fadeInDown 0.3s ease forwards;
}

.count-input-wrap input {
	height: 42px;
	font-size: 14px;
	background: #1C1E22;
	border: 1px solid #444;
	color: #fff;
	padding: 0 15px;
	border-radius: 8px;
	width: 100%;
	transition: border-color 0.3s ease;
}

.count-input-wrap input:focus {
	border-color: #EC008C;
	outline: none;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Range Slider Styles */
#budget-value, #kamery-value {
    color: #EC008C;
    font-weight: 700;
    margin-left: 10px;
    font-size: 1.1em;
}

.range-container {
    margin-top: 15px;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 0.85em;
    color: #888;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    outline: none;
    transition: background 0.2s;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #EC008C;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(236, 0, 140, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(236, 0, 140, 0.7);
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #EC008C;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 10px rgba(236, 0, 140, 0.5);
}

@media screen and (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-group.full-width {
        grid-column: span 1;
    }
}

/* =========================================
   Modern Footer Styles
   ========================================= */

.modern-footer {
    background-color: #0b0c0e;
    color: #e0e0e0;
    padding: 80px 20px 20px;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.modern-footer p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    max-width: 100%;
    color: #ccc;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 60px;
}

.footer-column {
    flex: 1;
    min-width: 280px;
    text-align: center;
}

.brand-column {
    max-width: 350px;
}

.footer-logo-img {
    height: 40px;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.brand-column p {
    margin-bottom: 25px;
}

.modern-footer h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.modern-footer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #EC008C;
}

.contact-info-wrapper {
    display: inline-block;
    text-align: left;
}

.contact-item, .address-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #ccc;
}

.contact-item i, .address-item i {
    color: #EC008C;
    margin-right: 15px;
    font-size: 1.2rem;
    margin-top: 4px;
    width: 20px;
    text-align: center;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1rem;
}

.contact-item a:hover {
    color: #EC008C;
}

.address-item p {
    color: #ccc;
}

.billing-column p {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.billing-column p:last-child {
    border-bottom: none;
}

.billing-column strong {
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
}

.bank-details {
    margin-top: 15px !important;
    line-height: 1.6 !important;
}

.modern-footer .social-links {
    margin-top: 20px;
}

.modern-footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.modern-footer .social-links a:hover {
    background: #EC008C;
    transform: translateY(-3px);
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #666;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 50px;
    }
    
    .footer-logo-img {
        margin-bottom: 20px;
    }
}

.case-studies-page {
    background: #17171B; /* Matches global background */
    color: #fff;
    padding-bottom: 80px;
}

.cs-hero {
    height: 60vh;
    min-height: 400px;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(104, 2, 157, 0.4)), url('media/bganimation/bga_00000.jpg') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.cs-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #17171B, transparent);
}

.cs-hero-content {
    z-index: 2;
    padding: 0 20px;
}

.cs-hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.cs-hero-content .subtitle {
    font-size: 1.5rem;
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 300;
}

.cs-list {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.cs-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
    align-items: center;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

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

.cs-item:nth-child(even) {
    flex-direction: row-reverse;
}

.cs-image-wrapper {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    position: relative;
}

.cs-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    transition: transform 0.5s ease;
    z-index: 1;
    position: relative;
}

.cs-item:hover .cs-image {
    transform: scale(1.02) translateY(-5px);
}

/* Decorative elements behind images */
.cs-image-wrapper::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(236, 0, 140, 0.2); /* #EC008C pink */
    filter: blur(20px);
    border-radius: 16px;
    z-index: 0;
    transition: all 0.5s ease;
    opacity: 0;
}

.cs-item:hover .cs-image-wrapper::before {
    opacity: 1;
    transform: scale(1.05);
}

.cs-text {
    flex: 1;
    min-width: 300px;
    padding: 0 50px;
}

.cs-text h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.cs-text h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #EC008C;
}

.cs-item:nth-child(even) .cs-text h3::after {
    left: auto;
    right: 0;
}

.cs-item:nth-child(even) .cs-text {
    text-align: right;
}

.cs-details p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #bbb;
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.cs-details p:last-child {
    border-bottom: none;
}

.cs-details strong {
    color: #EC008C;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-right: 5px;
}

.case-studies-page .cta-section {
    text-align: center;
    padding: 100px 20px;
    background: linear-gradient(135deg, #25282d 0%, #17171B 100%);
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    border: 1px solid rgba(255,255,255,0.05);
}

.case-studies-page .cta-section h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 3rem;
}

.case-studies-page .cta-section p {
    font-size: 1.3rem;
    padding-bottom: 40px;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .cs-hero h1 { font-size: 3rem; }
    .cs-item { flex-direction: column !important; margin-bottom: 80px; text-align: left !important; }
    .cs-text { padding: 30px 0; text-align: left !important; }
    .cs-item:nth-child(even) .cs-text h3::after { left: 0; right: auto; }
    .cs-image { height: 300px; }
}

/* =========================================
   Scroll Animations
   ========================================= */

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
