 @import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
        @font-face {
            font-family: 'Neutraface Text';
            src: url('NeutrafaceText-Book.woff2') format('woff2'),
                 url('NeutrafaceText-Book.woff') format('woff');
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: 'Neutraface Text';
            src: url('NeutrafaceText-Bold.woff2') format('woff2'),
                 url('NeutrafaceText-Bold.woff') format('woff');
            font-weight: 700;
            font-style: normal;
        }
        /* Sezione Book Now */
.about-us-cta-section {
    padding: 0px 0px;
    text-align: center;
    margin: 0px 0 0 0;
}

.about-us-cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.about-us-cta-btn {
    display: inline-block;
    background: transparent;
    color: #0077B6;
    padding: 16px 50px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    border: 3px solid #0077B6;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-us-cta-btn:hover {
    background: #0077B6;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.3);
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .about-us-cta-section {
        padding: 30px 20px;
    }

    .about-us-cta-btn {
        padding: 14px 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .about-us-cta-btn {
        padding: 12px 35px;
        font-size: 16px;
    }
}
       .alto{
            align-items:flex-start;
        }
        .container-about-nuovo{
            max-width: 1600px;
            margin: 0 auto;
            padding: 80px 60px;
            padding-top: 180px;
        }
        .our{
            width: 330px;
           height: auto;
           display: block;
           margin: 0 auto;
        }
.year-section,
.content-section {
    scroll-margin-top: 120px;
}
.first-section .content-grid {
    align-items: flex-start;
}
.rebra {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
    background-color: rgb(237 245 249);
    border-radius: 8px;
    margin-top: 160px;
 }
.rebra::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px; /* dimensione immagine */
  height: 300px;
  background: url("images/fish-s.png") no-repeat right bottom;
  background-size: contain;
  transform: rotate(27deg); /* 🔁 ruota l'immagine */
  transform-origin: bottom right; /* ruota attorno all’angolo */
  opacity: 0.9; /* leggero fade opzionale */
  pointer-events: none; /* l’immagine non interferisce con i click */
}
.year-title-rebre img {
  width: 250px;
 }
        /* Header */
        .page-title {
            text-align: center;
            font-family: 'Playfair Display', serif;
            font-size: 4.5rem;
            font-weight: 400;
            letter-spacing: 0.15em;
            margin-bottom: 80px;
            color: #000000;
        }

        /* Timeline */
        .timeline-horizontal {
            position: relative;
            margin: 100px 0 120px 0;
            padding: 80px 80px;
        }

       .timeline-line {
    position: absolute;
    top: 50%;
    left: 120px;
    right: 120px;
    height: 3px;
    background: linear-gradient(90deg, #6f7785 0%, #949ca3 100%);
    z-index: 0;
    transform: translateY(-50%);
}

        .timeline-items {
            display: flex;
            justify-content: space-between;
            position: relative;
            z-index: 1;
            padding: 0 20px;
        }

        .timeline-point {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            justify-content: center;
        }

        /* Items 1, 3, 5 (1960, 2006, 2023) - content above the dot */
        .timeline-point:nth-child(1) .timeline-content,
        .timeline-point:nth-child(3) .timeline-content,
        .timeline-point:nth-child(5) .timeline-content {
            position: absolute;
            bottom: 100%;
            margin-bottom: 20px;
        }

        /* Items 2, 4 (2004, 2020) - content below the dot */
        .timeline-point:nth-child(2) .timeline-content,
        .timeline-point:nth-child(4) .timeline-content {
            position: absolute;
            top: 100%;
            margin-top: 20px;
        }

        .timeline-content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .timeline-dot {
            width: 25px;
            height: 25px;
            background: #42a5f5;
            border: 5px solid #ffffff;
            border-radius: 50%;
            box-shadow: 0 0 0 5px rgba(66, 165, 245, 0.3);
            animation: pulseScale 2s ease-in-out infinite;
            position: relative;
            z-index: 2;
        }

        .timeline-point:nth-child(1) .timeline-dot { animation-delay: 0s; }
        .timeline-point:nth-child(2) .timeline-dot { animation-delay: 0.2s; }
        .timeline-point:nth-child(3) .timeline-dot { animation-delay: 0.4s; }
        .timeline-point:nth-child(4) .timeline-dot { animation-delay: 0.6s; }
        .timeline-point:nth-child(5) .timeline-dot { animation-delay: 0.8s; }

        @keyframes pulseScale {
            0%, 100% {
                transform: scale(1);
                box-shadow: 0 0 0 5px rgba(66, 165, 245, 0.3);
            }
            50% {
                transform: scale(1.2);
                box-shadow: 0 0 0 8px rgba(66, 165, 245, 0.4);
            }
        }

        .timeline-year {
           font-family: "Rubik", sans-serif;
            font-size: 3rem;
            font-weight: 700;
            color: #4c75a3;
            margin-bottom: 10px;
        }

        .timeline-label {
            font-family: 'Neutraface Text', sans-serif;
            font-size: 1.2rem;
            color: #42a5f5;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            text-align: center;
            width: 220px;
        }

        /* Content Sections */
        .content-section {
            margin-bottom: 120px;
        }
.content-grid-alto {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 60px;
}
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
            margin-bottom: 60px;
        }

        .content-grid.reverse {
            direction: rtl;
        }

        .content-grid.reverse > * {
            direction: ltr;
        }

        .content-image {
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
        }

        .content-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
            cursor: zoom-in;
        }

        .content-image img:hover {
            transform: scale(1.05);
        }

        .content-text h2 {
        font-family: "Parisienne", cursive;
    padding-top: 0px;
    font-size: 3rem;
    font-weight: 400;
    color: #b48113;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
        }

        .content-text h3 {
            font-family: 'Neutraface Text', sans-serif;
            font-size: 2rem;
            font-weight: 600;
            color: #000000;
            margin-bottom: 25px;
        }

     .content-text p {
    font-family: 'Neutraface Text', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    color: rgb(132, 146, 155);
    margin-bottom: 20px;
}

       .content-text strong {
    font-weight: 700;
    color: #4c75a3;
}

        /* Quote Boxes */
     .quote-bubble {
    background: linear-gradient(135deg, rgb(117 196 241 / 75%) 0%, #b1c9d3 100%);
    color: #ffffff;
    padding: 30px 50px;
    border-radius: 2px;
    font-family: 'Neutraface Text', sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    margin: 40px 0;
    box-shadow: 0 15px 40px rgba(66, 165, 245, 0.3);
    text-align: center;
}

        /* Year Sections */
        .year-section {
            margin-bottom: 100px;
             margin-top: 100px;
        }

        .year-header {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 10px !important;
        }

        .year-number {
            font-family: "Rubik", sans-serif;
            font-size: 3.5rem;
            font-weight: 700;
            color: #2b6fbd;
        }
.year-number-rebre {
    font-family: "Rubik", sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    color: #0671ba;
}
      .year-title {
        font-family: "Parisienne", cursive;
    padding-top: 0px;
    font-size: 2.5rem;
    font-weight: 400;
    color: #b48113;
    letter-spacing: 0.05em;
}
      .year-title-rebre {
    font-family: 'Neutraface Text', sans-serif;
    padding-top: 12px;
    font-size: 2.3rem;
    font-weight: 400;
    color: #2b6fbd;
    letter-spacing: 0.05em;
}
        /* Intro Section */
        .intro-section {
            text-align: center;
            max-width: 900px;
            margin: 0 auto 100px auto;
        }

        .intro-section h2 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 600;
            color: #000000;
            margin-bottom: 40px;
        }

        .intro-section p {
            font-family: 'Neutraface Text', sans-serif;
            font-size: 1.2rem;
            line-height: 2;
            color: #2c2c2c;
            margin-bottom: 25px;
        }
     .addizione {
            font-family: 'Neutraface Text', sans-serif;
            font-size: 2rem;
            color: #4475d1;
            margin-bottom: 25px;
        }
        /* Lightbox */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #0687bde3;
            z-index: 9999;
            justify-content: center;
            align-items: center;
            animation: fadeIn 0.3s ease;
        }

        .lightbox.active {
            display: flex;
        }

        .lightbox-content {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
            animation: zoomIn 0.4s ease;
            box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
        }

        .lightbox-close {
            position: absolute;
            top: 30px;
            right: 40px;
            font-size: 3rem;
            color: #ffffff;
            cursor: pointer;
            font-weight: 300;
            transition: transform 0.3s ease, color 0.3s ease;
            z-index: 10000;
            line-height: 1;
        }

        .lightbox-close:hover {
            transform: rotate(90deg);
            color: #42a5f5;
        }

        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 3rem;
            color: #ffffff;
            cursor: pointer;
            padding: 20px;
            user-select: none;
            transition: color 0.3s ease;
        }
 .lightbox-close img {
            width: 30px;
        }
        .lightbox-nav:hover {
            color: #42a5f5;
        }

        .lightbox-prev {
            left: 30px;
        }

        .lightbox-next {
            right: 30px;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes zoomIn {
            from {
                transform: scale(0.8);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }
.year-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
}
        .rebra::after {
  display: none;
}
  
            .timeline-horizontal {
                overflow-x: auto;
                padding: 80px 40px;
                -webkit-overflow-scrolling: touch;
            }

            .timeline-line {
                left: 60px;
                right: 60px;
            }

            .timeline-items {
                min-width: 900px;
                padding: 0 20px;
            }

            .timeline-year {
                font-size: 2.2rem;
            }

            .timeline-label {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {

          .rebra::after {
  display: none;
}
            .container-about-nuovo {
                padding: 40px 25px;
            }
.our {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}
            .page-title {
                font-size: 3rem;
            }

            /* Vertical Timeline for Mobile */
            .timeline-horizontal {
                padding: 30px 0 0 20px;
                margin: 60px 0 80px 20px;
                overflow-x: hidden;
                overflow-y: visible;
            }

            .timeline-line {
                top: 0;
                bottom: 0;
                left: 32px;
                right: auto;
                width: 3px;
                height: auto;
                background: linear-gradient(180deg, #42a5f5 0%, #1e88e5 100%);
                transform: none;
            }

            .timeline-items {
                flex-direction: column;
                gap: 50px;
                align-items: flex-start;
                padding: 0;
                min-width: auto;
                width: 100%;
            }

            .timeline-point {
                flex-direction: row !important;
                align-items: flex-start;
                gap: 25px;
            }

            .timeline-point:nth-child(odd) .timeline-content,
            .timeline-point:nth-child(even) .timeline-content {
                order: 0;
                margin: 0;
                position: static;
            }

            .timeline-point:nth-child(1) .timeline-content,
            .timeline-point:nth-child(3) .timeline-content,
            .timeline-point:nth-child(5) .timeline-content,
            .timeline-point:nth-child(2) .timeline-content,
            .timeline-point:nth-child(4) .timeline-content {
                position: static;
                margin: 0;
                bottom: auto;
                top: auto;
            }

            .timeline-dot {
                margin-top: 5px;
                flex-shrink: 0;
            }

            .timeline-content {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

            .timeline-year {
                font-size: 2.5rem;
                margin-bottom: 5px;
            }

            .timeline-label {
                font-size: 1rem;
                text-align: left;
                max-width: 100%;
            }

            .content-text h2 {
                font-size: 2rem;
            }

            .quote-bubble {
                font-size: 1.4rem;
                padding: 30px 35px;
                border-radius: 5px;
            }

            .year-number {
                font-size: 3.5rem;
            }
            .content-text p {
    font-size: 1.2rem;
    margin-top: 27px;

}
.year-header {
    gap: 10px;
}
.addizione {
    font-size: 1.7rem;
    margin-bottom: 25px;
    margin-top: 25px;
}
.year-section {
    margin-bottom: 50px;
    margin-top: 40px;
}
.year-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 10px !important;
}
.year-title {
    padding-top: 0px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-family: "Parisienne", cursive;
    text-transform: none;

}
.year-title-rebre {
    font-family: 'Neutraface Text', sans-serif;
    padding-top: 0px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #2b6fbd;
    letter-spacing: 0.05em;
    text-align: center;
}
.rebra {
     border-radius: 0px;
    padding: 10px;
    margin-top: 20px;
}
.year-number-rebre {
    font-size: 4.1rem;
    font-weight: 700;
    color: #2b6fbd;
    margin-top: 0px !important;
    padding: 0px !important;
}
.content-section {
    margin-bottom: 30px;
}
.content-text h2 {
    font-family: "Parisienne", cursive;
    padding-top: 0px;
    font-size: 2.2rem;
    margin-bottom: 5px;
}
  .container-about-nuovo{
          padding-top: 180px;
        }
        .content-image {
    order: 2;
}
.year-title-rebre img {
    width: 200px;
}
      }