﻿@charset "UTF-8";
.bg-1 {
background-image: url("../img/pattern.jpg");background-repeat: repeat;}

ol li {
list-style-image: url(../img/pallina.png);
} 
ul li {
list-style-image: url(../img/pallina.png);
}
b {
    font-weight: 500; color: #3F4B42;
}

.navbar-nav,
.navbar-nav li,
.dropdown-menu li {
  list-style: none !important;
}

.gal {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 20px;
}

/* Applica l'arrotondamento e gestisce lo spazio */
.gal .item, .gal img {
    border-radius: 10px !important;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 10px; /* Aumentato un po' per dare respiro in verticale */
    
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    isolation: isolate; 
}

.gal .item .img:after {
    border-radius: 10px;
}

/* ============================================================
   AGGIUNTA PER IL MOBILE:
   Sotto i 768px (tablet e telefoni) le colonne diventano 1
   ============================================================ */
@media (max-width: 768px) {
    .gal {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
}

    .whatsapp:hover {
        transform: scale(1.1);
    }

.zoom {
    transition: transform 3s;
    width: 100%;
    height: auto;
    border-radius: 1%;
    overflow: hidden;
    margin: 0 auto;
}

    .zoom img {
        transition: transform 3s;
    }

        .zoom img:hover {
            -ms-transform: scale(1.5); /* IE 9 */
            -webkit-transform: scale(1.5); /* Safari 3-8 */
            transform: scale(1.5);
        }
/* ======= About style ======= */
.about .profile-img {
    position: relative;
    padding: 0px;
    border: 12px solid rgba(232,239,220);
    border-radius: 0px;
}
.about .img {
    border-radius: 0px;
    height: 400px;
    overflow: hidden;
}
.about .profile-img {
    position: relative;
    padding: 0px;
    border: 12px solid rgba(232,239,220);
    border-radius: 0px;
}

.about .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.about2 .profile-img {
    position: relative;
    padding: 0px;
    border: 12px solid rgba(232,239,220);
    border-radius: 0px;
}

