.logo-banner{
  width: 55px;
}

/*top-banner*/
.top-banner {
  width: 100%;
  max-height: 500px;
  height: 450px; 
  background-image: url('/images/head_banners/pacient_banner.jpg'); 
  background-size: cover;
  background-position: 50% 35%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  color: white; 
  text-shadow: 1px 1px #707070;
}

.top-banner::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.top-banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.top-banner-content h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.top-banner-content p {
  font-size: 1.6rem;
}



.svg-background-1{
    margin-top: 45px;
}
.svg-background {
    position: relative;
    overflow: hidden;
    background-color: #f0f8ff;
    padding: 4rem 1rem;
  }

  .overlay-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
    text-align: left;
  }

  .overlay-content img {
    width: 100%;
    max-width: 400px;
    border-radius: 1rem;
  }

  .text-box {
    max-width: 500px;
    font-size: 20px;
  }

  .text-box h2 {
    margin-top: 0;
    font-size: 2.5rem;
    margin-bottom: 5%;
  }

  .animated-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (max-width: 768px) {
    .overlay-content {
    flex-direction: column;
    text-align: center;
    }

    .text-box h2 {
    font-size: 2rem;
    }
}

img{
    padding-right: 5%;
}

img {
    transition: transform 0.3s ease-in-out;
}

img:hover {
    transform: scale(1.1);
}

.svg-blob {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 150px;
}


/*blob animation*/
@keyframes morphBlob {
    0% {
    d: path('M46.8,-14.9C55.3,11,53.1,40.6,38.1,51.3C23,61.9,-5,53.6,-22.1,39.1C-39.2,24.6,-45.5,3.9,-40,-17.8C-34.6,-39.5,-17.3,-62.1,0.9,-62.4C19.1,-62.7,38.3,-40.7,46.8,-14.9Z');
    }
    50% {
    d: path('M46.8,-14.9C55.3,11,53.1,80.6,38.1,101.3C23,121.9,-5,103.6,-22.1,89.1C-39.2,74.6,-45.5,53.9,-40,33.2C-34.6,12.5,-17.3,-10.1,0.9,-20.4C19.1,-30.7,38.3,-40.7,46.8,-14.9Z');
    }
    100% {
    d: path('M46.8,-14.9C55.3,11,53.1,40.6,38.1,51.3C23,61.9,-5,53.6,-22.1,39.1C-39.2,24.6,-45.5,3.9,-40,-17.8C-34.6,-39.5,-17.3,-62.1,0.9,-62.4C19.1,-62.7,38.3,-40.7,46.8,-14.9Z');
    }
}

.svg-blob path {
    animation: morphBlob 6s ease-in-out infinite;
}


/*2nd*/

@keyframes animateBlob2 {
  0% {
    transform: rotate(0deg) translate(40px, 40px) scale(1);
  }
  25% {
    transform: rotate(30deg) translate(140px, 140px) scale(1.2);
  }
  50% {
    transform: rotate(60deg) translate(40px, 40px) scale(1); /* Full rotation, back to start */
  }
  75% {
    transform: rotate(90deg) translate(140px, 140px) scale(1.2);
  }
  100% {
    transform: rotate(110deg) translate(40px, 40px) scale(1); /* Full rotation, back to start */
  }
}

.svg-blob-2 {
    animation: animateBlob2 9s ease-in-out infinite;
    position: absolute;
    top: 20%;
    left: 60%;
    transform: translateX(-50%);
    width: 150px;
}

/*3rd*/

.blob-container {
    width: 120px; 
    animation: animateBlob2 6s ease-in-out infinite;
    position: absolute;
    bottom: 20%;
    left: 85%;
    transform: translateX(-70%);
    position: absolute;
}

.blob-container {
    transform-origin: bottom;
    animation: pulse-color 6s infinite alternate;

}



/*4*/
@keyframes animateBlob4 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translate(20px, 20px) scale(1);
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg) translate(40px, -10px) scale(1.1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) translate(-20px, -30px) scale(0.9);
  }
  75% {
    transform: translate(-50%, -50%) rotate(270deg) translate(-40px, 15px) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translate(20px, 20px) scale(1);
  }
}

.svg-blob-4 {
  animation: animateBlob4 7s ease-in-out infinite;
  position: absolute;
  top: 38%;
  left: 80%;
  width: 180px;
  height: auto;
  transform: translate(-50%, -50%); /* Initial centering */
  pointer-events: none;
  opacity: 1;
  z-index: 0;
}
  

  .svg-blob-5 {
    animation: 8s ease-in-out infinite;
    position: absolute;
    bottom: 40%;
    right: 20%;
    width: 190px;
    height: auto;
    transform: translate(-70%, -30%);
    pointer-events: none;
    opacity: 1;
    z-index: 0;
    animation-name:animateBlob5;
  }



  @keyframes animateBlob7 {
    0% {
      transform: translate(45px) scale(0.9) rotate(12deg);
    }
    25% {
      transform: translate(105px) scale(1.1) rotate(28deg);
    }
    45% {
      transform: translate(155px) scale(1.2) rotate(33deg);
    }
    65% {
      transform: translate(210px) scale(1.1) rotate(43deg);
    }
    85% {
      transform: translate(290px) scale(1.0) rotate(53deg);
    }
    100% {
      transform: translate(360px) scale(0.9) rotate(73deg);
    }
  }
  .svg-blob-7 {
    animation: 9s ease-in-out infinite;
    position: absolute;
    bottom: 40%;
    right: 20%;
    width: 190px;
    height: auto;
    transform: translate(-70%, -30%);
    pointer-events: none;
    opacity: 1;
    z-index: 0;
    animation-name:animateBlob5;
  }



  @keyframes animateBlob5 {
    0% {
      transform: translate(45px) scale(0.9) rotate(12deg);
    }
    25% {
      transform: translate(105px) scale(1.1) rotate(28deg);
    }
    45% {
      transform: translate(155px) scale(1.2) rotate(33deg);
    }
    65% {
      transform: translate(210px) scale(1.1) rotate(43deg);
    }
    85% {
      transform: translate(290px) scale(1.0) rotate(53deg);
    }
    100% {
      transform: translate(360px) scale(0.9) rotate(73deg);
    }
  }


  .svg-blob-8{
    animation: animateBlob8 10s ease-in-out infinite; /* Combined animation properties */
    position: absolute;
    top: 40%;
    left: 30%;
    width: 130px;
    height: auto;
    transform: translate(-50%, -20%);
    pointer-events: none;
    opacity: 1;
    z-index: 0;
  }

  @keyframes animateBlob8 {
    0% {
      transform: translate(45px) scale(0.7) rotate(12deg);
    }
    25% {
      transform: translate(95px) scale(0.9) rotate(28deg);
    }
    45% {
      transform: translate(165px) scale(1) rotate(52deg);
    }
    65% {
      transform: translate(220px) scale(1.1) rotate(78deg);
    }
    85% {
      transform: translate(320px) scale(0.9) rotate(105deg);
    }
    100% {
      transform: translate(360px) scale(0.9) rotate(120deg);
    }
  }

  .text-info{
    font-size: 22px;
    font-family: sans-serif;
  }

  .title-stile{
    font-family: "Roboto", sans-serif;
  }


/*bottom vids*/
  .vid-title{
    margin-bottom: 2%;
    font-family: "Roboto", sans-serif;
    color: #f1f1f1;
    text-shadow: 2px 1px #515151;
  }
  .video-slider {
    padding: 2rem;
    background: #D96043;
    text-align: center;
    font-size: 22px;
  }
  .swiper {
    width: 70%;
    padding: 1rem 0;
  }
  .swiper-slide video {
    width: 100%;
    border-radius: 12px;
  }


  .site-footer{
    margin: 0 !important;
  }