:root {
            --primary-dark: #1a1a1a;
            --primary-light: #f8f8f8;
            --accent-gold: #9ec043;
            --text-gray: #666;
        }


        #contact-info a{
            text-decoration: none;
            font-weight: 300;
        }
        footer{
            background: #000;
            padding: 100px 0px;
        }
        footer p,footer a,footer{color: #ffffff;text-decoration: none;}
        footer a:hover{color: #ffffff;}
        /* Fullscreen Menu Styles */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 999999!important;
            background: transparent;
            padding: 2rem 0;
        }
        .footer .logo {
            max-width: 200px;
        }
        .carousel-indicators [data-bs-target]{
            background-color: rgba(0,0,0,0.4);

        }
        b, strong{font-family: 'Satoshi-Medium', sans-serif !important;
            font-weight: 500;}
                .navbar.scrolled {
                    background: rgba(0,0,0,0.9);
                    backdrop-filter: blur(10px);
                    padding: 1rem 0;
                    transition: all 0.3s ease;
                }
        .navbar-brand img{
            max-width: 260px;
        }
        @media (max-width: 768px) {
           .navbar-brand img{
            max-width: 200px;
        }
        }


        /* Hamburger Menu Button */
        .navbar-toggler {
            border: none;
            background: none;
            padding: 0;
            width: 30px;
            height: 30px;
            position: relative;
            cursor: pointer;
			z-index: 9999;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-toggler-linea {
            display: block;
            width: 100%;
            height: 2px;
            background: white;
            margin: 6px 0;
            transition: all 0.3s ease;
            transform-origin: center;
        }

        /* Animate hamburger to X */
        .navbar-toggler.active .navbar-toggler-linea:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .navbar-toggler.active .navbar-toggler-linea:nth-child(2) {
            opacity: 0;
        }

        .navbar-toggler.active .navbar-toggler-linea:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        /* Fullscreen Menu Overlay */
        .fullscreen-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: var(--primary-dark);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            z-index: 1029;
        }

        .fullscreen-menu.show {
            opacity: 1;
            visibility: visible;
        }

        .fullscreen-menu .navbar-nav {
            text-align: center;
        }

        .fullscreen-menu .nav-item {
            margin: 1.5rem 0;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }

        .fullscreen-menu.show .nav-item {
            opacity: 1;
            transform: translateY(0);
        }

        /* Stagger animation */
        .fullscreen-menu.show .nav-item:nth-child(1) { transition-delay: 0.1s; }
        .fullscreen-menu.show .nav-item:nth-child(2) { transition-delay: 0.2s; }
        .fullscreen-menu.show .nav-item:nth-child(3) { transition-delay: 0.3s; }
        .fullscreen-menu.show .nav-item:nth-child(4) { transition-delay: 0.4s; }
        .fullscreen-menu.show .nav-item:nth-child(5) { transition-delay: 0.5s; }

        .fullscreen-menu .nav-link {
            color: white !important;
            font-size: 2.5rem;
            font-weight: 300;
            text-decoration: none;
            display: inline-block;
            position: relative;
            transition: all 0.3s ease;
        }

        .fullscreen-menu .nav-link:hover {
            color: var(--accent-gold) !important;
        }

        .fullscreen-menu .nav-link::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 1px;
            background: var(--accent-gold);
            transition: width 0.3s ease;
        }

        .fullscreen-menu .nav-link:hover::after,
        .fullscreen-menu .nav-link.active::after {
            width: 100%;
        }

        /* Dropdown in fullscreen menu */
        .fullscreen-menu .dropdown-menu {
            position: static;
            background: none;
            border: none;
            padding: 0;
            margin-top: 1rem;
        }

        .fullscreen-menu .dropdown-item {
            color: rgba(255,255,255,0.7);
            font-size: 1.2rem;
            padding: 0.5rem 0;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .fullscreen-menu .dropdown-item:hover {
            color: white;
            background: none;
        }

        /* Remove Bootstrap dropdown arrow */
        .fullscreen-menu .dropdown-toggle::after {
            display: none;
        }

        /* Header Hero Section */
        .hero-section {
            position: relative;
            height: 80vh;
            background: url(../img/header.jpg) no-repeat center center;
            background-size: cover;
            background-position: center;
            color: white;
        }
        .hero-section2 {
            position: relative;
        }
        .hero-section2 h1 {
           line-height: 0.95;
        }
        .navbar {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1000;
            padding: 2rem 0;
        }

.linea-top{border-top: 1px solid #000;padding-top: 20px;}

        .hero-content {
            position: absolute;
            bottom: 10%;
            left: 5%;
            max-width: 90%;
        }

        .hero-content h1 {
            text-transform: uppercase;
            font-size: 80px;
            font-weight: 400;
            margin-bottom: 0;
            line-height: 1;
        }

        .hero-content p {
            font-size: 1.2rem;
            font-weight: 300;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        /* Real Estate Section */
        .real-estate-section {
            padding: 180px 0;
            background: white;
        }
                .real-estate-section2 {
            padding: 180px 0 140px;
            background: white;
        }
        @media (max-width: 768px) {
            .real-estate-section {
                padding: 100px 0;
                background: white;
            }
            .real-estate-section2 {
                padding: 100px 0 80px;
                background: white;
            }
            .hero-section {
                position: relative;
                height: 70vh;
            }
        }
        @media (max-width: 550px) {

            .hero-section {
                height: 60vh;
            }
        }
        .section-label {
                display: block;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 3rem;
           font-family: 'Satoshi-Regular', sans-serif!important;
font-weight: 400;
font-style: normal;
        }

        .footer-line {
    border-top: 1px solid #ffffff;
    margin-top: 30px;
    padding-top: 20px;
}

        .property-showcase {
            margin-top: 100px;
            margin-left: 100px;
            margin-right: 100px;
        }
        @media (max-width: 1399px) {
            .property-showcase {
                margin-top: 100px;
                margin-left: 50px;
                margin-right: 50px;
            }
        }
        @media (max-width: 1199px) {
            .property-showcase {
                margin-top: 100px;
                margin-left: 0px;
                margin-right: 0px;
            }
        }


        #servizi{
            padding: 100px 0 140px;
            background: #3B3838;
            color: white;
        }

        .property-image {
            height: 400px;
            background: #f0f0f0;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
        }

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

        /* Properties Section */
        .properties-section {
            padding: 100px 0;
            background: var(--primary-dark);
            color: white;
        }

        .properties-section h2 {
            font-size: 2.5rem;
            margin-bottom: 4rem;
            font-weight: 300;
        }
 .properties-section2 {
            padding: 100px 0;
           background: rgba(200, 195, 192, 0.80);
            color: white;
        }

        .properties-section2 h2 {
            font-size: 2.5rem;
            margin-bottom: 4rem;
            font-weight: 300;
        }


         .specifiche-section {
            padding: 100px 0;
            background: #3B3838;
            color: white;
        }

        .specifiche-section h2 {
            font-size: 2.5rem;
            font-weight: 300;
        }

        .property-card {
			border-top: 1px solid #A1A1A1;

            padding-top: 4rem;
            margin-bottom: 4rem;
        }


@media (max-width: 768px) {
  
        .property-card {

            padding-top: 2rem;
            margin-bottom: 2rem;
        }
        .property-card:last-child{
            margin-bottom: 0;
        }

}

        .property-card a {
            color: white;
            text-decoration: none;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
            margin-top: 1rem;
            transition: all 0.3s ease;
            padding-right: 20px;
            font-family: "new-science", sans-serif;
font-weight: 300;
font-style: normal;
background: url(../img/freccia.svg) no-repeat center right;
background-size: 20px;
letter-spacing: 2px;

        }



        .property-card span.mt-auto {
            color: white;
            text-decoration: none;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
            margin-top: 1rem;
            transition: all 0.3s ease;
            padding-right: 20px;
            font-family: "new-science", sans-serif;
font-weight: 300;
font-style: normal;

letter-spacing: 2px;

        }

        .property-card a:hover {
            transform: translateX(5px);
        }

        .property-card a i {
            margin-left: 10px;
        }

        .property-thumb {
            height: 250px;
            background: #333;
            border-radius: 8px;
            overflow: hidden;
        }

        .property-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Design Section */
        .design-section {
            padding: 100px 0;
            background: white;
        }

        .design-feature {
            margin-bottom: 50px;
            padding-bottom: 50px;
            border-bottom: 1px solid #9C9C9C;
        }
        @media (max-width: 768px) {
          .design-feature {
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #9C9C9C;
        }
        }
        .design-feature:nth-child(3) {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 0;
        }


        .design-image {
            height: 600px;
            background: #f0f0f0;
            border-radius: 8px;
            overflow: hidden;
        }

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

        /* Responsive */
        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.5rem;
            }

            .hero-content {
                left: 5%;
                right: 5%;
            }

            .properties-section h2 {
                font-size: 2rem;
            }

            .property-image,
            .property-thumb,
            .design-image {
                height: 300px;
            }
        }

        /* Menu toggle button */
        .menu-toggle {
            position: fixed;
            top: 30px;
            right: 30px;
            z-index: 1001;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.3);
            color: white;
            padding: 10px 20px;
            border-radius: 30px;
            cursor: pointer;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .menu-toggle:hover {
            background: rgba(255,255,255,0.2);
        }

        /* Placeholder images */
        .placeholder-light {
            background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
        }

        .placeholder-dark {
            background: linear-gradient(135deg, #333 0%, #555 100%);
        }







        .apartment-item {
            transition: all 0.3s ease;
            position: relative;
            border-radius: 0;
            overflow: hidden;
            padding-bottom: 20px;
        }

        .apartment-item img {
            width: 100%;
            height: auto;
            transition: transform 0.3s ease;
        }

        /* .apartment-item:hover img {
            transform: scale(1.02);
        } */

        /* .apartment-item.active {
            border: 1px solid #000;
        }
         */
        .floor-plan-viewer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.6s ease-out, opacity 0.6s ease-out;
            opacity: 0;
            background: #f8f9fa;
            border-radius: 0px;
            margin-top: 30px;
        }

        .floor-plan-viewer.show {
            max-height: 800px;
            opacity: 1;
        }

        .floor-plan-content {
            padding: 20px;
            position: relative;
            border: 1px solid #000;
        }

        .floor-plan-viewer img {
            width: 100%;
            height: auto;
            max-width: 100%;
            animation: fadeInUp 0.6s ease-out;
            border-radius: 0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

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

        .close-floor-plan {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 20px;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .close-floor-plan:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: rotate(90deg);
        }

        .floor-plan-title {
            text-transform: uppercase;
            margin-bottom: 15px;
            font-size: 1.25rem;
            font-weight: 500;
            color: #333;
        }

        /* Indicatore triangolare sopra la piantina */
        .floor-plan-viewer::before {
            content: '';
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #f8f9fa;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .floor-plan-viewer.show::before {
            opacity: 1;
        }

        /* Animazione per l'indicatore in base all'appartamento selezionato */
        .floor-plan-viewer.show.apartment-0::before {
            left: 16.66%;
        }

        .floor-plan-viewer.show.apartment-1::before {
            left: 50%;
        }

        .floor-plan-viewer.show.apartment-2::before {
            left: 83.33%;
        }


        .scrool{position: absolute;bottom: 10%;right: 5%;width: 70px;}
        @media (max-width: 1099px) {
                  .scrool{width: 55px;}
        } @media (max-width: 550px) {
                  .scrool{display: none;}
        }




        .apartment-card {
            border: 1px solid transparent;
            transition: border-color 0.3s ease;
        }


        .apartment-item.active .apartment-card{
            border-color: #000;
        }


        .image-container {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
            background: #f0f0f0;
        }

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

        .overlay-text {
 position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
    color: white;
    width: 100%;
        }

        .overlay-text h4 {
            color: white;
            font-size: 4rem;
            font-weight: 300;
            margin-bottom: 0;
        }

        @media (max-width: 1299px) {
          .overlay-text h4{font-size: 3rem;}
        }

                @media (max-width: 1190px) {
            .image-container {
                height: 450px;
            }
        }
        @media (max-width: 991px) {
            .image-container {
                height: 320px;
            }
                      .overlay-text h4{font-size: 2rem;}

        }
        @media (max-width: 768px) {
          .image-container {
                height: 420px;
            }
        }


        .overlay-text p {
              color: white;
            letter-spacing: 2px;
            margin-top: 10px;
        }

        .info-section {
            text-align: center;
            padding: 30px;
            background: white;
        }

        .info-section p {
            font-family: 'Satoshi-Medium', sans-serif !important;
    font-weight: 500;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }



        .planimetry-link {
            display: inline-flex;
            align-items: center;
            color: #666;
            text-decoration: none;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }

        .planimetry-link:hover {
            color: #000;
        }

        .planimetry-link::before {
            content: '↓';
            margin-right: 10px;
            font-size: 1.2rem;
        }




    svg g[id^="A"] {
        cursor: pointer;
        transition: opacity 0.3s;
    }

    svg g.dimmed {
        opacity: 0.3;
    }

    .plan-img {
        display: none;
        max-width: 100%;
    }

    .plan-img.active {
        display: block;
    }

    /* Nuovi stili per l'animazione */
    .planimetrie-wrapper {
        transition: all 0.6s ease-in-out;
    }

    .planimetrie-wrapper.centered .svg-column {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        transition: all 0.6s ease-in-out;
    }

    .planimetrie-wrapper.centered .info-column {
        opacity: 0;
        visibility: hidden;
        transform: translateX(50px);
        transition: all 0.6s ease-in-out;
    }

    .planimetrie-wrapper.expanded .svg-column {
        width: 50%;
    }

    .planimetrie-wrapper.expanded .info-column {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    /* Per mobile */
    @media (max-width: 767px) {
        .planimetrie-wrapper.centered .svg-column {
            width: 100%;
        }

        .planimetrie-wrapper.expanded .svg-column {
            width: 100%;
            margin-bottom: 30px;
        }
    }

.icone{margin-bottom: 40px;}
.icone img{max-height: 65px;}
    .icone p{text-transform: uppercase;font-weight: 600;line-height: 24px;margin: 15px 0 0 0 ;}
    @media (max-width: 768px) {
        .icone p{
            line-height: 17px;
            font-size: 12px;
        }

    }




    .accordion {
            max-width: 900px;
            margin: 0 auto;
        }

        .accordion-item {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #666;
            margin-bottom: 0;
        }

        .accordion-button {
            background-color: transparent;
            color: #ffffff;
            font-size: 35px;
            font-weight: 300;
            letter-spacing: 0.05em;
            padding: 30px 0;
            border: none;
            box-shadow: none;
            position: relative;
        }

        .accordion-button:not(.collapsed) {
            background-color: transparent;
            color: #ffffff;
            box-shadow: none;
        }

        .accordion-button:focus {
            box-shadow: none;
            border: none;
        }

        .accordion-button::after {
            background: url(../img/freccia-tonda-2.svg) no-repeat center center;
            content: '';
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .accordion-button:not(.collapsed)::after{
            background: url(../img/freccia-tonda-2.svg) no-repeat center center;
        }

        .accordion-button::before {
            display: none;
        }

        /* .accordion-button.collapsed::before {
            content: '\F285';
        }

        .accordion-button:not(.collapsed)::before {
            content: '\F286';
        } */

        .accordion-body {
            background-color: transparent;
            padding: 20px 0 40px 0;
        }

        .feature-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 20px 30px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .feature-item {
            position: relative;
            padding-left: 25px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.4;
        }

        .feature-item::before {
            content: '→';
            position: absolute;
            left: 0;
            color: #ffffff;
        }

        @media (max-width: 768px) {
            .accordion-button {
                font-size: 1.8rem;
                padding: 20px 0;
            }

            .feature-list {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .feature-item {
                font-size: 1.1rem;
            }

            .accordion-button::after {
                width: 40px;
                height: 40px;
            }


        }






/* Sezione precedente */
        .section-before {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;    overflow: visible;
        }

          /* Sezione principale */
        .soluzioni-section {
            padding: 100px 0;
            background: #000;
            position: relative;
        }

        /* Container del carousel */
        .block-soluzioni-wrapper {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            padding: 0 60px; /* Spazio per le frecce */
        }

        /* Singolo box */
        .box-item {
            padding: 0 1px;
            outline: none;
        }

        /* Box QUADRATI - 35vw x 35vw = 2,5 visibili */
        .box-item {
            width: 35vw;
            height: 35vw;
            aspect-ratio: 1 / 1;
            position: relative;
            overflow: hidden;
            background: #1a1a1a;
            border: 1px solid #A1A1A1;
            flex-shrink: 0;
            cursor: pointer;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }
        .box-item-last{
            background: transparent;
            border: 0;
        }

        .box-item:hover {
            /* transform: scale(0.98); */
            /* border-color: rgba(255,255,255,0.3); */
        }

        /* Immagine di sfondo */
        .box-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .box-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .box-item:hover .box-bg img {
            transform: scale(1.05);
        }

        /* Overlay gradient */
        .box-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 1;
        }

        /* Testo */
        .box-text {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            z-index: 2;
            padding: 60px;
            color: white;
        }

        .box-number {
            font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
            margin-bottom: 15px;
            opacity: 1;
font-weight: 400;
    font-family: 'Satoshi-Regular', sans-serif !important;
        }

        .box-title {
            font-weight: 500;
            margin-bottom: 30px;
            text-transform: uppercase;
            font-size: 24px;
            line-height: 1.2;
             color: white;
             font-family: 'Satoshi-Medium', sans-serif !important;
        }

        .box-description {
            text-transform: uppercase;
            color: rgba(255,255,255,1);
            font-size: 24px;
            font-weight: 300;
            line-height: 1.4;
            opacity: 0;
            text-transform: uppercase;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }
        @media (max-width: 991px) {
          .box-item .box-description {
            opacity: 1;
            transform: translateY(0);
            font-size: 20px;
        }
        }

        .box-item:hover .box-description {
            opacity: 1;
            transform: translateY(0);
        }

        /* Progress bar */
        .scroll-progress {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            height: 2px;
            background: rgba(255,255,255,0.2);
            z-index: 1000;
        }

        .scroll-progress-bar {
            height: 100%;
            background: #d4af37;
            width: 0%;
            transition: width 0.1s linear;
        }

        /* Sezione successiva */
        .section-after {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            background: #111;
        }

        .pin-spacer{
            height: auto!important;
        }

        /* RESPONSIVE */
        /* Tablet: 2 box visibili */
        @media (max-width: 1024px) {
            /* .block-soluzioni-wrapper {
                height: 50vw;
            }

            .block-soluzioni {
                height: 50vw;
            } */

            .box-item {
                width: 50vw;
                height: 50vw;
            }
        }

        /* Mobile: 1 box visibile */
        @media (max-width: 768px) {
            /* .block-soluzioni-wrapper {
                height: 100vw;
            }

            .block-soluzioni {
                height: 100vw;
            } */

            .box-item {
                width: 100vw;
                height: 100vw;
            }

            .box-text {
                padding: 20px;
            }

            .box-title {
                font-size: 1.2rem;
            }

            .box-description {
                opacity: 0.7;
                transform: none;
                font-size: 0.85rem;
            }
        }









.slick-slider .slick-track, .slick-slider .slick-list{overflow: visible;}
.slick-slide{height: auto!important;}

        /* Personalizzazione frecce Slick */
        .slick-prev,
        .slick-next {
            width: 50px;
            height: 50px;
            z-index: 10;
            transition: all 0.3s ease;
        }



        .slick-prev:hover:before,
        .slick-next:hover:before {
            opacity: 1;
            color: #d4af37;
        }

        .slick-prev {
            left: -50px;
        }

        .slick-next {
            right: -50px;
        }

        /* Dots (indicatori) */
        .slick-dots {
            bottom: -50px;
        }

        .slick-dots li button:before {
            color: white;
            opacity: 0.4;
            font-size: 12px;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #d4af37;
        }

        /* Progress bar personalizzata */
        .slider-progress {
            position: absolute;
            bottom: -20px;
            left: 60px;
            right: 60px;
            height: 2px;
            background: rgba(255,255,255,0.2);
        }

        .slider-progress-bar {
            height: 100%;
            background: #d4af37;
            width: 0%;
            transition: width 0.3s ease;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .box-text {
                padding: 30px;
            }

            .box-title {
                font-size: 20px;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 768px) {
            .block-soluzioni-wrapper {
                padding: 0 40px;
            }

            .slick-prev {
                left: 10px;
            }

            .slick-next {
                right: 10px;
            }

            .box-text {
                padding: 20px;
            }

            .box-title {
                font-size: 18px;
            }

            .box-description {
                opacity: 0.8;
                transform: none;
                font-size: 14px;
            }
        }

        /* Frecce personalizzate opzionali */
        .custom-arrows {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            pointer-events: none;
            z-index: 10;
        }

        .custom-arrow {
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.1);
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            pointer-events: all;
            transition: all 0.3s ease;
        }

        .custom-arrow:hover {
            background: rgba(255,255,255,0.2);
            border-color: #d4af37;
            transform: scale(1.1);
        }

        .custom-arrow svg {
            width: 24px;
            height: 24px;
            fill: white;
        }


        .slick-prev:before, .slick-next:before{
    background: url(../img/freccia-tonda-2.svg) no-repeat center center;
    content: ''!important;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-next:before {
    content: '→';
    transform: rotate(-90deg);
}
.slick-prev:before {
    content: '→';
    transform: rotate(90deg);
}
.slick-next {
    right: 0!important;
}
.slick-prev {
    left: 0!important;

}
.slick-prev, .slick-next{top: auto!important;bottom: -60px;    width: 40px!important;
    height: 40px!important;}



/* Adattamenti per mobile */
@media (max-width: 767px) {
    .planimetrie-wrapper .info-column {
        display: none !important;
    }
    
    .planimetrie-wrapper .svg-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .planimetrie-wrapper.centered .svg-column {
        margin: 0 auto;
    }
    
    #apartmentModal .modal-body img {
        width: 100%;
        height: auto;
    }
}



.btn-contact-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #9ec043;
    color: #fff;
    padding: 15px 15px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(147, 192, 33, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    font-weight: 500;
    font-size: 14px;
}

.btn-contact-fixed:hover {
    background: #7ea61b;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(147, 192, 33, 0.4);
}

.btn-contact-fixed svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Animazione di ingresso */
.btn-contact-fixed {
    animation: slideInUp 0.5s ease;
}

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

/* Nasconde/mostra in base allo scroll */
.btn-contact-fixed.hidden {
    transform: translateY(100px);
    opacity: 0;
    pointer-events: none;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .btn-contact-fixed {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 13px;
    }
    
    /* Solo icona su schermi molto piccoli */
    .btn-contact-fixed span {
        display: none;
    }
    
    .btn-contact-fixed {
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
    
    .btn-contact-fixed svg {
        width: 24px;
        height: 24px;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .btn-contact-fixed {
        bottom: 25px;
        right: 25px;
    }
}

/* Effetto pulse per attirare l'attenzione */
.btn-contact-fixed::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #9ec043;
    border-radius: inherit;
    opacity: 0;
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}