 .container-positano {
            max-width: 1120px;
            margin: 0 auto;
            padding: 40px 20px;
        }
.gazebo{
           width: 250px !important;
           height: auto;
           margin-bottom: 30px;
           margin-top: 30px;
           border-radius: 8px;
        }
        /* HEADER SECTION */
        .header-positano {
            text-align: center;
            margin-bottom: 0px;
        }

        .header-positano h1 {
            color: #00bcd4;
            font-size: 2.2rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

      .header-description {
       color: rgb(11, 89, 161);
       font-size: 1.45rem;
       line-height: 1.6;
       margin-bottom: 30px;
}

        .header-description strong {
            color: #333;
            font-weight: 600;
        }

        /* MEETING POINT SECTION */
        .meeting-point-up {
            background: white;
                  padding: 30px;
            border-radius: 8px;
            margin-bottom: 50px;
            text-align: center;
                }
.meeting-point-up img {
           width: 40px;
           height: auto;
           margin-bottom: 20px;
        }
        .meeting-point-up h2 {
            color: rgb(223, 161, 45);
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

        .meeting-point-up p {
            color: rgb(107, 138, 156);
            font-size: 1.25rem;
            line-height: 1.6;
        }

        /* TABS */
        .tabs-container {
            margin-bottom: 50px;
            margin-top: 50px;
        }

        .tabs-nav {
            display: flex;
            gap: 15px;
            margin-bottom: 40px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .tab-button {
            padding: 12px 28px;
            border: 4px solid #00bcd4;
            background: transparent;
            color: #00bcd4;
            border-radius: 5px;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
        }
     .tab-button img {
            width: 30px;
            height: auto;
            vertical-align:middle;
        }

        .tab-button.active {
            background: #31546b;
            color: white;
            border-color: #7fb3d5;
            border: 4px solid #00bcd4;
        }

        .tab-button:hover {
            background: #e0f2f1;
        }

        .tab-button.active:hover {
            background: #188ed3;
        }

        /* TAB CONTENT */
        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        /* HOW TO REACH SECTION */
        .how-to-reach-section {
            text-align: center;
            margin-bottom: 40px;
        }

        .how-to-reach-section h3 {
            color: #051120;
            font-size: 2.1rem;
            margin-bottom: 30px;
        }

        .how-to-reach {
            text-align: center;
            margin-bottom: 0;
        }

        .how-to-reach h3 {
            color: #00bcd4;
            font-size: 1.3rem;
            margin-bottom: 30px;
        }

        /* STEPS */
        .steps {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

     .step {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    background: white;
    padding: 30px;
    border-radius: 8px;
    border: 1px dashed rgb(197, 202, 196);
  
}

        .step-number {
            width: 60px;
            height: 60px;
            min-width: 60px;
            min-height: 60px;
            background: #041722;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            font-weight: 600;
            flex-shrink: 0;
            aspect-ratio: 1;
            padding-bottom: 10px;
        }

        .step-content {
            flex: 1;
        }

        .step-image {
            margin-bottom: 20px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .step-image img {
            width: 100%;
            height: auto;
            display: block;
        }

      .step-title {
    color: rgb(10, 58, 100);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Neutraface Text', sans-serif;
}

      .step-description {
    color: rgb(107, 138, 156);
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}
   .step-description a {
        color: #37a4d6;
            font-size: 1.05rem;
    transition: all 
ease-in 0.4s;
    text-transform: none;
    font-weight: 600;
}

        .step-description p {
            margin-bottom: 10px;
        }

        .step-description p:last-child {
            margin-bottom: 0;
        }

        /* MOBILE RESPONSIVE */
        @media (max-width: 768px) {
            .how-to-reach-section h3 {
    font-size: 1.5rem;

}
            .container-positano {
                padding: 25px 15px;
            }

            .header-positano h1 {
                font-size: 1.6rem;
            }

            .header-description {
                font-size: 0.9rem;
            }

            .meeting-point {
                padding: 0px;
                margin-bottom: 35px;
            }

            .meeting-point h2 {
                font-size: 1.2rem;
            }

            .step {
                flex-direction: column;
                padding: 20px;
                gap: 20px;
            }

            .step-number {
                align-self: flex-start;
                width: 60px;
                height: 60px;
                min-width: 60px;
                min-height: 60px;
            }

            .how-to-reach-section {
                margin-bottom: 30px;
            }

            .how-to-reach h3 {
                font-size: 1.1rem;
                margin-bottom: 25px;
            }

            .tab-button {
                padding: 10px 20px;
                font-size: 0.9rem;
            }

            .tabs-nav {
                gap: 10px;
            }
            .meeting-point-up {
     padding: 10px;

}
        }

        @media (max-width: 480px) {
            .container {
                padding: 20px 10px;
            }

            .header h1 {
                font-size: 1.4rem;
                margin-bottom: 15px;
            }

            .header {
                margin-bottom: 30px;
            }

            .header-description {
                       font-size: 1.1rem;
            }

            .meeting-point-old {
                padding: 15px;
                margin-bottom: 25px;
            }

            .meeting-point h2 {
                font-size: 1.4rem;
                margin-bottom: 10px;
            }

            .meeting-point p {
                font-size: 1.1rem;
            }

            .tabs-nav {
                flex-direction: column;
                gap: 10px;
            }

            .tab-button {
                width: 100%;
                padding: 12px 15px;
                font-size: 1.1rem;
            }

            .how-to-reach-section {
                margin-bottom: 25px;
            }

            .how-to-reach h3 {
                font-size: 1rem;
                margin-bottom: 20px;
            }

            .step {
                padding: 15px;
                gap: 15px;
            }

            .step-number {
                width: 50px;
                height: 50px;
                min-width: 50px;
                min-height: 50px;
                font-size: 1.7rem;
                margin: 0 auto;
            }

            .step-title {
                font-size: 1.4rem;
                margin-bottom: 10px;
            }

            .step-description {
                font-size: 1.1rem;
            }

            .steps {
                gap: 25px;
            }
        }