@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-v29-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-v29-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-v29-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-v24-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}


@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-v24-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-v24-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-v34-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-v34-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}


@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-v34-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-v34-latin-500italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-v34-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-v34-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}


body{
    font-size: 19px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.8;
    background-color: rgba(30, 58, 95, 0.05); 
  }


.site-header {
  display: flex;
  justify-content: center;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  width: 100%;
}

@media (max-width: 600px) {
  .site-header {
    padding: 15px 20px;
  }

  .header-content {
    overflow-x: auto;   }
}


.titolo{
  background: linear-gradient(to bottom, rgba(30, 58, 95, 0.85), rgba(30, 58, 95, 0.6));
    width: 100%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }

#hero-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(30px, 3vw, 50px);
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 70px;
    color: white;
}

@keyframes oscillazione {
    0% { transform: rotate(0deg); color: inherit; }          25% { transform: rotate(-20deg); color: green; }         50% { transform: rotate(0deg); color: inherit; }         75% { transform: rotate(20deg); color: red; }            100% { transform: rotate(0deg); color: inherit; }    }

.oscillante {
    display: inline-block;     animation: oscillazione 3s ease-in-out;     animation-delay: 2s
   }


.x .bullet {
    position: relative
}

.x .bullet::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);      top: 50%;      width: 23px;      height: 23px;
    background: url('/images/x.svg') no-repeat center;
    background-size: contain
}



p {
    text-align: left;     margin: auto;     margin-bottom: 20px;
    max-width: 90vw
     }

  .title2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px
}

.conteinerbullet {
    align-items: center;
    margin: auto;
    border-radius: 20px;     max-width: 90vw;
    margin-bottom: 65px;
    margin-top: 65px;
    background-color: white;
    padding: 30px;     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.05); }


li{
    margin-bottom: 15px
}

h2 img {
    vertical-align: middle;
    width: 30px;     height: auto;
  }
  
  ul {
    list-style: none;     padding-left: 0;
  }
  
  ul li {
    position: relative;
        padding: 10px 10px 10px 50px;
  }
  
  ul li::before {
    content: "";
    position: absolute;
    left: 10px;      top: 0;          width: 30px;      height: 30px;     background: url('/images/key.svg') no-repeat center center;
    background-size: contain;
  }
  

ul p{
    margin-left: 25px;

}

.bullet{
    margin-left: 15px
}

h2{
    font-family: 'Montserrat', sans-serif;
    text-align: center
}

h3{
    margin:45px
}


.review-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center; 
}

.review-card {
    position: relative;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 370px;
    height:370px;
    text-align: center;
}

.review-image-wrapper {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white; }

.review-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-name {
    margin-top: 50px;
    font-size: 19px;
    color: #1e3a5f;
}

.review-profession {
    margin-top: -10px;
    color: #666666;  
    margin-bottom: 20px;
    font-size: 15px;
    color: #888;
    font-style: italic;
}


.review-link {
    display: block;
    color: #007bff;
    text-decoration: none;
    font-size: 16px;
}

.review-link:hover {
    text-decoration: underline;
}

.review-text {
    font-size: 16px;
    color: #555;
}


@media (max-width: 480px) {
  .review-card {
    width: 100%;           height: auto;          padding: 15px;
  }
  .review-image-wrapper {
    top: -40px;            width: 80px;
    height: 80px;
  }
  .review-name {
    margin-top: 40px;
    font-size: 18px;
  }
  .review-text {
    font-size: 17px;
  }
}

.arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;      height: 50px;     transition: background-color 0.3s ease, transform 0.3s ease;
}

.arrow svg {
    width: 30px;     height: 30px;     fill: #1e3a5f;
}

.arrow:hover {
    background-color: #e9f1f9;
    transform: scale(1.1); }




.image-container {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;             
    margin-bottom: 60px
}

#io {
    width: 300px;
    height: auto;
    border-radius: 10px
}


.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  
  .bullett-container2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    width: 100%;       max-width: 400px;     text-align: center;
    margin-top: 25px;
  }
  
    .icon {
    width: 40px;
    height: 40px;
    align-self: center;     margin-left: 5px;
  }
  
  .bullett-text {
    padding-right: 5px;     font-size: 20px;
    color: #333;
    margin: auto;
    flex-grow: 1;     text-align: center;   }

  #padrino{
    display: block;     margin: auto;     border-radius: 10px;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 300px;
    height: auto;
  }

.open-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-size: 23px;
}

.open-button:hover {
    transform: scale(1.05);
    background-color: #0056b3;
}


.modal-toggle {
    display: none;
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; }

.modal-toggle:checked + .modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
}

form input, form textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none; }

#message {
    padding: 15px;     width: 93%;

}
.submit-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #0056b3;
}


.white {
        color:grey
      }
      

.corsivo{
    font-style: italic;
}

.lato{
    font-family: 'Lato', sans-serif;
}

.rlw{
    font-family: 'Raleway', sans-serif
}

.underline{
    text-decoration: underline
}

.underlineR{
    text-decoration: underline;
     text-decoration-color: #C0392B
}

.underlineB{
    text-decoration: underline;
     text-decoration-color: #1e3a5f
}

.bluetext {
    color: #1e3a5f
}

.blu{
    background-color: rgba(30, 58, 95, 1);
    color: #fff
}

.redtext{
    color: #C0392B
}

.space{
    letter-spacing: 1.3px
}

.footer {
    margin-top: 100px;
    border-top: 5px solid #1e3a5f;      width: 100%;
    height: 100%;
    background-color: #f1f1f1;     padding: 30px 0;     text-align: center;     font-family: 'Raleway', sans-serif;     font-size: 14px; }

.footer-content {
    margin: 0 auto; }

.social-icons {
    margin-bottom: 20px; }

.social-icon img {
    width: 30px;     height: 30px;     margin: 0 10px;     transition: transform 0.3s ease;     color: #1e3a5f; }

.social-icon:hover img {
    transform: scale(1.1); }

.footer-links {
    margin-top: 10px; }

.footer p{
    margin-top: 10px;
text-align: center;
}

.footer-link {
    color: #1e3a5f;     text-decoration: none;     margin: 0 10px; }

.footer-link:hover {
    text-decoration: underline; }

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-slide-up {
  opacity: 0;
  animation: fadeSlideUp 1s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.fade-delay-1 { animation-delay: 0.8s; }
.fade-delay-2 { animation-delay: 1s; }
.fade-delay-3 { animation-delay: 1.2s; }
.fade-delay-4 { animation-delay: 1.4s; }
.fade-delay-5 { animation-delay: 1.6s; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

[data-animate="fade-left"] {
  opacity: 0;
  transform: translateX(-40px);
}

[data-animate="fade-left"].animated {
  animation: fadeInLeft 0.9s ease-out forwards;
}

[data-animate="fade-left"].animated[data-delay="1"] { animation-delay: 0.2s; }
[data-animate="fade-left"].animated[data-delay="2"] { animation-delay: 0.4s; }
[data-animate="fade-left"].animated[data-delay="3"] { animation-delay: 0.6s; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

[data-animate="fade-right"] {
  opacity: 0;
  transform: translateX(40px);
}

[data-animate="fade-right"].animated {
  animation: fadeInRight 0.9s ease-out forwards;
}
[data-animate="fade-right"].animated[data-delay="1"] { animation-delay: 0.4s; }
[data-animate="fade-right"].animated[data-delay="2"] { animation-delay: 0.6s; }
[data-animate="fade-right"].animated[data-delay="3"] { animation-delay: 0.8s; }

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

[data-animate="fade-zoom-in"] {
  opacity: 0;
  transform: scale(0.95);
}

[data-animate="fade-zoom-in"].animated {
  animation: fadeZoomIn 2s ease-out forwards;
}


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

[data-animate="fade-down"] {
  opacity: 0;
  transform: translateY(-30px);
}

[data-animate="fade-down"].animated {
  animation: fadeInDown 0.8s ease-out forwards;
}

[data-animate="fade-down"].animated[data-delay="1"] { animation-delay: 0.2s; }
[data-animate="fade-down"].animated[data-delay="2"] { animation-delay: 0.4s; }
[data-animate="fade-down"].animated[data-delay="3"] { animation-delay: 0.6s; }
[data-animate="fade-down"].animated[data-delay="4"] { animation-delay: 0.8s; }
[data-animate="fade-down"].animated[data-delay="5"] { animation-delay: 1s; }


@keyframes fadeZoomCenter {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

[data-animate="fade-in-center"] {
  opacity: 0;
  transform: scale(0.9);
}

[data-animate="fade-in-center"].animated {
  animation: fadeZoomCenter 0.9s ease-out forwards;
}
[data-animate="fade-in-center"].animated[data-delay="4"] { animation-delay: 0.4s; }
[data-animate="fade-in-center"].animated[data-delay="5"] { animation-delay: 0.6s; }

@keyframes oscillateVertical {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

    @keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

[data-animate="fade-zoom-in"] {
  opacity: 0;
  transform: scale(0.95);
}

[data-animate="fade-zoom-in"].animated {
  animation: fadeZoomIn 0.8s ease forwards;
}

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

[data-animate="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
}

[data-animate="fade-up"].animated {
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

[data-animate="fade-right"] {
  opacity: 0;
  transform: translateX(40px);
}

[data-animate="fade-right"].animated {
  animation: fadeInRight 0.9s ease forwards;
}

[data-animate="fade-up"].animated[data-delay="1"] { animation-delay: 0.2s; }
[data-animate="fade-up"].animated[data-delay="2"] { animation-delay: 0.4s; }
[data-animate="fade-up"].animated[data-delay="3"] { animation-delay: 0.6s; }
[data-animate="fade-up"].animated[data-delay="4"] { animation-delay: 0.8s; }
[data-animate="fade-up"].animated[data-delay="5"] { animation-delay: 1s; }

[data-animate="fade-right"].animated[data-delay="1"] { animation-delay: 0.3s; }
[data-animate="fade-right"].animated[data-delay="2"] { animation-delay: 0.5s; }
[data-animate="fade-right"].animated[data-delay="3"] { animation-delay: 0.7s; }




.open-button {
    animation: oscillateVertical 2.5s ease-in-out infinite;
  transition: background-color 0.3s ease;
}



.highlight-circle {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  z-index: 1;
}

.highlight-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.highlight-circle rect {
  rx: 30;   ry: 30;
  stroke: #27AE60;
  stroke-width: 3;
  fill: none;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: drawCircle 2.5s ease-in-out infinite;
  transform: rotate(180deg);
transform-origin: center;
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 600;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 600;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

[data-animate="fade-right"] {
  opacity: 0;
  transform: translateX(40px);
}

[data-animate="fade-right"].animated {
  animation: fadeInRight 0.8s ease-out forwards;
}

[data-animate="fade-right"].animated[data-delay="1"] { animation-delay: 0.2s; }
[data-animate="fade-right"].animated[data-delay="2"] { animation-delay: 0.4s; }
[data-animate="fade-right"].animated[data-delay="3"] { animation-delay: 0.6s; }
