:root {
  --font-primary: "Space Grotesk", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --primary: #fd5912;
  --primary-badge: hsla(18, 98%, 53%, 0.5);
  --white: #ffffff;
  --white-hover: #D9D9D9;
  --black: #171717;
  --black-hover: #767676;
}

body {
  font-family: var(--font-secondary);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.header-section a {
  font-family: var(--font-primary);
}

.btn {
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  z-index: 1;
}
img.avatar-profile {
    filter: none !important;
}


.primary-btn {
  background-color: var(--primary);
  color: var(--white) !important;
}
.btn.link{
    transition: color 0.3s ease;
}
.btn.link:hover{
    color: var(--white-hover);
}
.btn.link:active{
    border: none !important;
}
/* Animované pseudo-elementy */
.primary-btn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  left: -50%;
  z-index: -1;
}

.primary-btn::after {
  background: #fff;
  content: "";
  height: 200px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  left: -100%;
  z-index: -1;
}

/* Hover efekty */
.primary-btn:hover,
.primary-btn:active {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  background-color: var(--primary);
  color: var(--white) !important;
}

.primary-btn:hover::before {
  left: 120%;
  opacity: 0.5;
}

.primary-btn:hover::after {
  left: 200%;
  opacity: 0.6;
}

a{
    text-decoration: none ;
    color: inherit;
    transition: color 0.3s ease;
}

a:hover{
    color: var(--white-hover) !important;
}

/* Content */
.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.content .number {
  color: var(--primary);
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 2.75rem;
}

.content h2 {
  font-size: 2rem;
  font-weight: bold;
}

.content h3 {
  font-size: 1.625rem;
  font-weight: bold;
}

.content h2 span {
  color: hsla(0, 0%, 0%, 0.7);
}
.content p {
  margin-bottom: 0 !important;
}
.content .badge {
  background-color: var(--primary-badge);
  border-radius: 0;
  padding: 0.625rem;
  margin-top: 0.5rem;
}

/* Sections */
.sections {
  margin-bottom: 5.625rem;
}

/* Header */

.header-section {
  z-index: 1000;
}
.contact-info-bar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contact-info-bar a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--white);
  transition: color 0.3s ease;
}
.contact-info-bar a:hover{
    color: var(--white-hover) !important;
}
.main-header {
  padding-top: 1rem;
  padding-bottom: 1rem;

  position: relative;
}
.main-header .nav-link{
    font-weight: 600;
  transition: color 0.3s ease;
}
.main-header .nav-link:hover{
    color: var(--white-hover) !important;
}

.main-header::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 99vw;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
  transform: translateX(-50vw);
  z-index: 10;
  top: 0; /* horná čiara */
}

/* Header Secondary */
.secondary .contact-info-bar a{
    color: var(--black) !important;
}

.secondary .contact-info-bar a:hover{
    color: var(--black-hover) !important;
}
.secondary .nav-link{
    color: var(--black) !important;
}

.secondary .nav-link:hover{
    color: var(--black-hover) !important;
}

.secondary button.btn.p-0.border-0.bg-transparent  svg {
  filter: invert(1);
}
.secondary .main-header::before{
    background-color: #1717173b;
}


.header-section.secondary{
    position: relative !important;
}

.secondary .offcanvas-body .nav-link{
    color: var(--white) !important;
}

.secondary .offcanvas-body .nav-link:hover{
    color: var(--white-hover) !important;
}

/* Header Offcanvas */
.offcanvas{
    background-color: rgba(0, 0, 0, 0.543) !important;
    backdrop-filter: blur(10px);
}
.offcanvas .nav-link{
    font-size: 24px;
}
#mainMenuContent{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* Hero */
.hero {
  position: relative;
  background: url(../images/hero-img.png);
  height: 49.5rem;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 676'><path d='M1512 676H1156L1050 652H461L355 676H0V0H1512V676Z' fill='white'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 676'><path d='M1512 676H1156L1050 652H461L355 676H0V0H1512V676Z' fill='white'/></svg>");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  transition: transform 0.1s ease-out;
  will-change: background-position;
}

.hero-video,
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  z-index: 0;
}



.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);

  z-index: 0;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero-content {
  color: var(--white);
  max-width: 669px;
  width: 100%;
  margin-bottom: 8rem;
  opacity: 0;
  transform: translateY(40px);
  animation: heroFadeIn 1.2s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes heroFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 105.5%;
}
.hero-content .link {
  color: var(--white);
  text-decoration: underline;
}
.hero-btns{
    margin-top: 2rem;
}

.hero-absolute-element{
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(15px);
    }
}

/* Hero Subpage */
.hero.subpage{
    align-items: flex-end;
   
}
.hero.subpage .hero-content{
    margin-bottom: 5rem;
}
/* About */
.about {
  padding-top: 5.5rem;
  padding-bottom: 2.25rem;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.about a{
    margin-bottom: 0 !important;
}

.about a:hover{
    color: var(--black-hover) !important;
}

/* Realizations */
.realization-card{
    margin-bottom: -2rem;
}
.realizations h2{
    font-size: 2rem ;
}

.realization-card.info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.realization-card.info p{
    text-align: center;
}
.realization-card.realizations{
    min-height: 654px;
    
    
}
.realizations {
    position: relative;
    padding: 4rem 0;
}
.realization-card {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
}
.realization-card.info {
    top: 2rem;
    background: #F3F3F3;
    z-index: 1;
      -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
     -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
}
.realization-card.realizations {
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    

    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
     -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    transition: all 0.3s ease;
}

.realization-card.realizations h2{
    max-width: 567px;
    width: 100%;
}
.realization-content{
    max-width: 776px;
    width: 100%;
}

.realization-card.realizations::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,    /* priehľadné hore */
        rgba(0, 0, 0, 0.85) 100% /* tmavé dole */
    );
    z-index: 0;
}

.realization-card:nth-child(1) { 
    z-index: 1;
    top: 2rem;
}
.realization-card:nth-child(2) { 
    z-index: 2; 
     top: 2rem;
}
.realization-card:nth-child(3) { 
    z-index: 3; 
     top: 2rem;
}
.realization-card:nth-child(4) { 
    z-index: 4; 
}
.realization-card:nth-child(5) { 
    z-index: 5; 
}


.realization-content {
    position: absolute;
    bottom: 6rem;
    left: 0;
    right: 0;
    padding-left: var(--bs-gutter-x, 15px);
    padding-right: var(--bs-gutter-x, 15px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px; 
    color: #fff;
}

.realization-content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.75rem;
    font-weight: bold;
}
.realization-content p {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
}
.realization-badges{
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}
.realization-badge{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.realization-badges-wrapper{
    top: 1rem;
    left: 1rem;
}

.realization-badges-wrapper .realization-badge{
    background: var(--white);
    padding: 0.5rem 1rem;
    
}

/* How we operates */
.how-we-operate{
    padding: 5.625rem 0;
}
.how-we-operate .container,
.services .container, .equipment .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  
}

.how-we-operate .content h3{
    min-height: 3.875rem;
}

/* Services*/
.services {
  background-color: var(--black);
  color: var(--white);
  padding: 5.625rem 0;
  padding-top: 7rem;
  position: relative;
     -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
     -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
}

.services::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 24'><path d='M0.00141907 24H355.001L461.001 0H755.501H1050L1156 24H1512H1512H0H0.00141907Z' fill='white'/></svg>");
    z-index: 2;
}

.service-card {
  background-image: url(../images/realization-1.jpg);
  object-fit: cover;
  background-size: 100%;
  background-position: center;
  position: relative;
  height: 25rem;
  transition: background-size 0.3s ease-in-out;
}
.service-card:hover{
    background-size: 110%;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.services .row .content {
  padding: 1rem 1rem;
  height: 100%;
  justify-content: flex-end;
}
.badge-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* Contact Section */
.contact .container{
    background-color: #F3F3F3;
    padding: 2rem;
}
.contact-info {
  background-image: url(../images/contact.png);
  object-fit: cover;
  background-size: cover;
  background-position: center;
  color: var(--white);
  position: relative;
  padding: 1rem 1rem;
}
.contact-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  backdrop-filter: blur(4px);
}
.contact-info > * {
  position: relative;
  z-index: 1;
}
.contact-info .content {
  gap: 2rem;
}




/* Footer */
.footer  .nav-link{
    color: var(--white) !important;
}
.footer  .nav-link:hover{
    color: var(--white-hover) !important;
}
.footer {
  background: var(--black);
  color: var(--white);
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1512 649'><path d='M0 24H355L461 0H755.5H1050L1156 24H1512V649H0L0 24Z' fill='white'/></svg>");
     -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
  
}
.footer .main-row{
    padding: 120px 0;
}
.footer .secondary{
    padding-bottom: 2rem ;
    flex-wrap: wrap;
}
.footer .row.copyright{
    padding: 1rem 0;
    position: relative;
}
.footer .row.copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.footer .row.copyright .col-md-8 a{
     text-decoration: none !important;
    color: var(--white);
    font-size: 14px;
}
.codeupp-link, .row.secondary .text-end{
    font-size: 14px;
}
.row.secondary .text-end a{
    color: var(--white);
    text-decoration: none !important;
}
.codeupp-link a{
    text-decoration: underline !important;
    color: var(--white) !important;
    font-size: 14px;
}
.buttons-wrapper {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  align-items: center;
}

.footer .contact-person-wrapper{
    aspect-ratio: 1 /1;
    height: 96px;
    width: 96px;
    
}

.footer .contact-person-wrapper img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%;
        filter: blur(3px) grayscale(1);
}
.codeupp-link p{
    margin-bottom: 0 !important;
}

.footer h3{
    font-weight: 700;
    font-size: 1.5rem;
}
.footer h4{
    font-size: 1rem;
    margin-bottom: 0 !important;
}
.footer .person-opening{
    font-size: 14px;
    color: #7D7D7D;
}

.footer .content-block{
    max-width: 500px;
    width: 100%;
}

/* Contact Form  */
/* ---------- ZÁKLADNÉ NASTAVENIE ---------- */
.form-group {
  position: relative;
  margin-bottom: 1.625rem;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-row .form-group {
  flex: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bbb;
  background: transparent;
  font-size: 16px;
  padding: 12px 0 8px 0;
  outline: none;
  transition: border-color 0.3s ease;
  color: #333;
}

.form-control{
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #bbb !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #222;
}

textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

/* ---------- FLOATING LABEL EFEKT ---------- */
.floating-label label {
  position: absolute;
  left: 0;
  top: 12px;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.2s ease;
}

/* keď je input vo fokuse alebo nie je prázdny */
.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  color: #666;
}

/* ---------- CHECKBOX A SUBMIT ---------- */
.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 34px;
}

input[type="checkbox"] {
  margin-top: 3px;
  transform: scale(1.2);
}

.checkbox-label {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}

input::placeholder,
textarea::placeholder {
  color: transparent;
}

#contactFormFields {
  position: relative;
  z-index: 2;
}
.form-control:focus{
    background-color: transparent !important;
    box-shadow: none;
     border-bottom: 1px solid #969696 !important;
}
#sendContact a{
    color: var(--black);
}
.form-check-input:focus{
    box-shadow: none !important;
    border-color: var(--black);
}

input[type="checkbox"]:checked {
    background: var(--black);
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-info-row a{
    font-weight: 600 !important;
}
.contact-info-row .contact-badge{
    font-size: 0.875rem !important;
    color: var(--black);
    font-weight: 400 !important;
}
.contact .content{
    gap: 1rem;
}
.contact svg{
   
    min-height: 48px;
    min-width: 48px;
    padding: 0.5rem;
}

.contact a:hover{
   color: #555555 !important; 
}

.contact svg > *{
    fill: var(--primary);
    
}
.alert{
    color: var(--primary);
    border-color: var(--primary) !important; 
    background-color: #faded2 !important;
}
.alert svg > *{
    fill: none;
    color: var(--primary);
    
    
}

.alert svg {
    min-height: auto !important;
    min-width: auto !important;
    padding: 0 !important;
}


.realization-card.realizations:hover{
    background-size: 110%;
}

/* Subpage */
.subpage{
    height: 50vh;
}

.service-image-wrapper {
    height: 500px;
    overflow: hidden;
}

.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.alt-section{
    background: #F3F3F3;
    padding: 3rem;
    
}

.service-block{
    padding: 3rem;
}

/* Realizations */
.realizations-card{
    height: 400px;
    position: relative;
    transition: all 0.3s ease;
}

.realizations-card:hover {
    background-size: 135% !important; 
}

.realizations-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.85) 100%
    );
    z-index: 0;
}

.realizations-card > *{
    z-index: 1;
    position: relative;
}

.realizations-card-content{
    color: var(--white);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
   justify-content: flex-end;
}

.realization-gallery img {
    width: 100%;
    object-fit: cover;
}

.main-gallery-img {
    height: 483px;
}

.thumb-img {
    height: 150px;
    cursor: pointer;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.more-photos {
    height: 150px;
    background: var(--black);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.thumb-img{
    transition: all 0.3s ease;
}

.thumb-img:hover{
    opacity: 0.8 !important;
}

.realization-gallery{
    position: relative;
}

.main-gallery-img-overlay{
    width: 100%;
    height: 100%;
    inset: 0;
    transition: all 0.3s ease;
    background-color: #17171772;
opacity: 0 !important;
}

.main-gallery-img-overlay:hover{
    opacity: 1 !important;
}

.see-more{
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.see-more .d-flex{
    position: relative;
    z-index: 1;
    background-color: var(--white);
    color: var(--black);
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}




.equipment-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: relative;
}


.equipment-card:before{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;

}

.equipment-absolute{
    position: absolute;
    z-index: 1;
    bottom: 0 !important;
    padding: 1rem;
    color: white;
}

/* Contact Subpage */
.contact-blocks{

    padding: 2rem 1rem;
    background-color: #F3F3F3;
    height: 100%;
    
}

.contact-blocks a{
    min-height: 48px;
}

.contact-blocks svg{
    margin-bottom: 1rem;
}

.contact-person .row{
    margin-bottom: 2rem;
}
::marker {
    color: var(--primary);
}

.contact-person a{
color: var(--black) !important;
}

.contact-person a:hover{
    color: var(--black-hover) !important;
}

.nav-link.dropdown-toggle::after {
  transition: transform 0.3s ease;
}

 .nav-link.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.dropdown-item:hover{
    transition: off !important;
}
.dropdown-item:hover{
    background-color: var(--primary);
}



.realizations .realization-badges .realization-location{
    display: none !important;
}




.equipment-arrows {
  display: flex;
  justify-content: end;
  gap: 1.5rem;
 
}

.equipment-arrows button {
  background: none;
    border: none ;
    transition: all 0.3s ease;
}

.equipment-arrows button:hover{
    transform: scale(1.05);
}

/* Progress bar */
.equipment-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  
}

.equipment-controls button {
  background: none;
  border: none;
  color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipment-controls button:hover {
  color: var(--primary);
  border-color: var(--primary);
}

/* Progress medzi šípkami */
.equipment-progress {
  flex: 1; /* zaberie priestor medzi tlačidlami */
  height: 4px;
  background: #eee;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.equipment-progress-bar {
  height: 100%;
  width: 0;
  background: var(--primary);
  transition: width 0.4s ease;
}

.service-block:last-child {
  margin-bottom: 2rem;
}

.secondary .nav-link.active{
    text-decoration: underline;
    color: #fd5912 !important;
}

.nav-link.active{
    text-decoration: underline;
    color:  #f07642 !important;
}


@supports ((-webkit-background-clip: text) or (background-clip: text)) {
      .line {
        background-image: linear-gradient(
          90deg,
          #0f0f0f 0%,
          #0f0f0f var(--reveal, 0%),
          #8e8e8e var(--reveal, 0%),
          #8e8e8e 100%
        );
        background-size: 100% 100%;
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: background-size 0.2s ease-out, background-position 0.2s ease-out;
      }
    }