body{
    font-family: "Staatliches", sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
}
.banner{
    height: 100vh;
}
.banner img{
    width: 400px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 100px;
}

.banner h1{
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    font-family: "Staatliches", sans-serif;
}

.banner a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: "Staatliches", sans-serif;
}

.banner button{
    display: block;
    margin: auto;
    margin-top: 50px;
    padding: 15px 30px;
    background-color: #f77f00;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.bannerimg img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.bannerlogo img{
    width: 50%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.services .line{
    width: 1px;
    height: 100px;
    background-color: #f77f00;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.services{
    background-color: white;
    height: 1600px;
    padding-top: 100px;
}

.services h2{
    color: #737373;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
    font-family: "Staatliches", sans-serif;
}

.services h1{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    font-family: "Staatliches", sans-serif;
}

.servicesflex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}
.servicebox{
    text-align: center;
}
.servicebox img{
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.servicebox p{
    color: black;
    font-size: 25px;
    max-width: 300px;
    margin: auto;
    font-family: "Staatliches", sans-serif;
}

.servicestext p{
    color: #737373;
    font-size: 30px;
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: "Staatliches", sans-serif;
    text-align: center;
}

*::before,
*::after {
  box-sizing: border-box;
}

.slider-class {
  margin-top: 100px;
}

.slider-wrapper {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 10px;
  overflow: hidden;
  height: 200px;
  position: relative;

}

.slider-track {
  display: flex;
  gap: 24px;
    width: max-content;
    animation: scrollSlider 15s linear infinite;
    height: 200px;
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
    100% {
      transform: translateX(-50%);
    }
}

.slider-track.reverse {
  animation: scrollSliderReverse 15s linear infinite;
}

@keyframes scrollSliderReverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.slider-item {
    width: 260px;
    height: 130px;
    margin-right: 0px;
    flex: 1 0 0;
    min-width: 0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: transform 0.3s, filter 0.3s;
}

.slider-item:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  z-index: 2;
}

.slider-item:hover img {
  filter: none;
}

.naxonproces {
    padding-bottom: 100px;
}

.naxonproces .line{
    width: 1px;
    height: 100px;
    background-color: white;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.naxonproces h2{
    color: white;
    font-size: 40px;
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: "Staatliches", sans-serif;
    text-align: center;
}

.naxonproces h1{
    color: #f77f00;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
    font-family: "Staatliches", sans-serif;
}

.naxonproces p{
    color: white;
    font-size: 25px;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
    font-family: "Staatliches", sans-serif;
    text-align: center;
}

.overons{
    background-color: white;
    height: 1100px;
    padding-top: 50px;
}

.overons h2{
    color: #737373;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    max-width: 1000px;
    margin: auto;
    margin-top: 100px;
    font-family: "Staatliches", sans-serif;
}

.overons .line{
    width: 1px;
    height: 100px;
    background-color: #f77f00;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.overons p{
    color: #737373;
    font-size: 25px;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
    font-family: "Staatliches", sans-serif;
    text-align: center;
}

.overons h1{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    font-family: "Staatliches", sans-serif;
} 

.overonsflex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}

.overonsbox{
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}

.overonsbox img{
    width: 300px;
    height: auto;
    border-radius: 15px;
}

.hidden {
    opacity: 0;
    transform: translate(-100%);
    transition: all 1s;
    transform: scale(60%);
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translate(0%);
}

.servicebox:nth-child(1) {
    transition: 1s;

}
.servicebox:nth-child(2) {
    transition: 1.5s;

}
.servicebox:nth-child(3) {
    transition: 2s;

}
.servicebox:nth-child(4) {
    transition: 2.5s;

}

span{
    color: #f77f00;
}

a{
    text-decoration: none;
    color: inherit; /* inherit color from parent */
}

.overons a:hover {
    color: #f77f00; /* highlight color on hover */

}
.overons a{
    color: #737373;
}

footer{
    background-color: #1a1a1a;
    height: 350px;
    padding-top: 50px;
}

footer img{
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
}

footer .line{
    width: 1px;
    height: 50px;
    background-color: white;
    margin: auto;
    margin-top: 50px;
}

.footer-links {

    list-style-type: none; 
    padding: 0; 
    margin: 0; 
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white; 
    text-decoration: none; 
    align-items: center;
    font-size: 20px;
    z-index: 10;
}

.footer-links li:hover {
    color: #f77f00;
}
.footer-links a:hover {
    color: #f77f00;
}



.footer-links li{
    color: white;
}

.footerimg img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 70px;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .servicesflex{
        width: 80%;
        margin: auto;  
        gap: 50px; 
    }
    .overonsbox h1{
        font-size: 30px;
    }
    .overonsbox img{
        width: 200px;
    }
    .servicebox img{
        width: 120px;
    }
    .overonsflex{
        width: 80%;
        margin: auto;
        gap: 50px;
    }
}

@media (max-width: 900px) {
  .services,
  .overons {
    height: auto;
    padding-bottom: 60px;
  }
  .servicesflex{
        width: 80%;
        margin: auto;   
    }

    .servicesflex p{
        font-size: 20px;
    }
    .overonsbox h1{
        font-size: 24px;
    }
    .overonsbox p{
        font-size: 16px;
        margin-top: 10px;
    }
    .naxonproces p{
        width: 50%;
        margin-top: 10px;
    }
    .services h1{
        font-size: 32px;
    }
    .overons h2{
        font-size: 24px;
        width: 80%;
    }
}

@media (max-width: 700px) {
  .banner h1,
  .services h1,
  .overons h1 {
    font-size: 28px;
    max-width: 80%;
  }
  .banner h1{
    margin-bottom: 100px;
  }
    .naxonproces h1{
        font-size: 28px;
    }
  .servicesflex{
        width: 80%;
        margin: auto;   
    }
  .overons h2{
    font-size: 20px;
    max-width: 90vw;
  }
  .servicebox p,
  .overons p,
  .naxonproces p,
  .servicestext p {
    font-size: 18px;
    max-width: 90vw;
  }
  .overonsbox img {
    width: 120px;
  }
  .servicebox img{
    width: 75px;
  }
  .slider-item {
    width: 200px;
    height: 140px;
  }
  .slider-wrapper,
  .slider-track {
    height: 150px;
  }
  .overons h2{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 60%;
  }
  .overons h1{
    margin-top: 20px;
    font-size: 20px;
  }
  .overonsbox{
    width: 30%;
    margin: auto;
  }
  .servicestext p{
    width: 80%;
  }
}
@media (max-width: 600px){
    .servicesflex p{
        font-size: 15px;
    }
    .servicesflex{
        gap: 30px;
    }
    .overons .line{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 50px;
    }
    .naxonproces .line{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 50px;
    }
    .banner button{
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {

  .banner h1 {
    font-size: 25px;
    margin-top: 20px;
    width: 70%;
  }
  .banner button {
    padding: 10px 18px;
    font-size: 16px;
    margin-top: 20px;
  }
  .services,
  .overons {
    padding-top: 30px;
  }
  .servicebox img,
  .overonsbox img {
    width: 120px;
  }

  .overonsbox img {
    width: 150px;
  }
  .naxonproces h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .naxonproces h2{
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .banner button{
        padding: 10px 20px;
        font-size: 10px;
    }
    .banner button a{
        font-size: 16px;
    }
    .services h1{
        font-size: 24px;
    }
    .services h2{
        font-size: 20px;
    }
    .services p{
        height: 100px;
    }
    .overonsbox p{
        margin-top: 0px;
    }
    .footer-links a{
        font-size: 16px;
    }
    .overons a{
        font-size: 12px;
    }
}

/* Ensure images and containers don't overflow */
img, .slider-item, .servicebox, .overonsbox {
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
    .overonsflex {
        gap: 10px; /* minimal spacing */
        margin-top: 20px;
    }

    .overonsbox img {
        width: 100%;
        height: auto;
    }

    .overons h1 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .overonsbox h1{
        font-size: 20px;
    }

    .overons p {
        font-size: 14px;
    }

    .overonsbox h2 { /* names */
        font-size: 14px;
    }

    .overonsbox p { /* roles + handles */
        font-size: 12px;
    }
}

.overonsbox {
    display: flex;
    flex-direction: column; /* stack image + text vertically */
    justify-content: center;
    align-items: center;    /* centers the image + text */
    gap: 10px;
    margin-top: 20px;
}

.overonsbox img {
    display: block;
    margin: 0 auto; /* ensures the image itself centers */
}

@media (max-width: 480px) {
    .overonsbox {
        gap: 6px; /* smaller spacing */
    }

    .overonsbox img {
        max-width: 120px;
    }
}

