* {
    color: black;
}


.footer_logo{
  width: 80px;
}

.social_logo{
  width: 48px;
}

@media (max-width: 600px){
  .footer_logo{
    width: 48px;
  }
  .social_logo{
    width: 32px;
  }
}

.footer_brand{
    margin-left: 10%;
}

.Kontakt{
    margin-bottom: 20px;
}


.left-pawprint img{
    position: absolute;
    margin-top: 0;
    /* margin-left: 27px; */
    width: 100px;
}
.right-pawprint img{
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    /* margin-left: -27px; */
}

.Referenser{
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
}



.owl-carousel .owl-stage {
  display: flex !important;
  justify-content: center !important;
}



.carousel-slide {
    text-align: center;
    width: 100%;
    height: 490px;
    background-color: white;
    border: 1px solid black;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    padding: 10px;
    box-sizing: border-box;
}

.carousel-slide:hover{
    box-shadow: 0 24px 38px rgba(0, 0, 0, 0.4);
}



.paw-trail {
  display: flex;
  gap: 15px; /* space between pawprints */
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
  animation: slideTrail 4s ease-in-out alternate;
}

.paw {
  width: 36px !important;
  height: 36px !important;
  opacity: 0;
  animation: appear 2s ease-in-out infinite alternate;
}

/* Delay each paw slightly */
.paw:nth-child(1) { animation-delay: 0s; }
.paw:nth-child(2) { animation-delay: 1s; }
.paw:nth-child(3) { animation-delay: 2s; }
.paw:nth-child(4) { animation-delay: 2.5s; }

/* Fade in each paw */
@keyframes appear {
  0% { opacity: 0; transform: scale(0.5); }
  100% { opacity: 1; transform: scale(1); }
}


.Referenser .title_text {
  font-size: 25px !important;
}

.nav-link img:hover{
    width: 80px;
}

@media (max-width:768px){
        .paw {
        width: 32px !important;
        height: 32px !important;
        opacity: 0;
        animation: appear 2s ease-in-out infinite alternate;
        }
}

.qualifications_image{
    width: 100%;
}
