﻿ol li {
list-style-image: url(../img/pallina.png);
} 
ul li {
list-style-image: url(../img/pallina.png);
}
li {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.15em;
    color: #FABB76;
    margin-bottom: 20px;
}

/* Rimuove spazi extra tra le opzioni di Select2 */
.select2-container--default .select2-results__option {
    padding: 6px 12px; /* Regola questi valori per stringere o allargare */
    margin: 0 !important;
}

/* Evita che ci siano bordi o separatori trasparenti */
.select2-results__options {
    border: none;
    margin: 0;
    padding: 0;
}

b {
    font-weight: 600; color: #FABB76;
}

.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;
    }
}


.bg1 {
background-image: url("../img/body-bg.png");background-repeat: repeat;}
.bg2 {
background-image: url("../img/pattern-bg-20.png");background-repeat: repeat;}


/* ======= About style ======= */
.about2 {
    padding-bottom: 90px;
}
.about2 .about-img img:hover {
    transform: scale(0.95);
}
.about2 .about-img {
    position: relative;
}
.about2 .about-img .img {
    padding: 0 15px 30px 30px;
    position: relative;
}
.about2 .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #F5CA8B;
}
.about2 .about-img .img img {
    position: relative;
    z-index: 2;
    background: #000;
}
.about-img-2 {
    position: relative
}

.about-img .about-img-2 {
    width: 40% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 20px 15px;
    color: #B19777;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
}

.about-buro {
    background: #323232;
}

/* testo centrato */
.about2 .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.about2 .content .cont h4 {
font-size: 58px;
    font-family: "Arizonia", cursive;
    font-weight: 400;
    color: #002C3F;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .whatsapp:hover {
        transform: scale(1.1);
    }
    
    
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #448BC6;
    border-radius: 5px;
    background-color: #448BC6;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-3 i {
    margin-right: 5px;
}
.button-3:hover {
    border: 1px solid #3571A3;
    background-color: #3571A3;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #25D366;
    border-radius: 5px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-4 i {
    margin-right: 5px;
}
.button-4:hover {
    border: 1px solid #1DB154;
    background-color: #1DB154;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
/* button 5 */
.button-5 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #C20919;
    border-radius: 5px;
    background-color: #C20919;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-5 i {
    margin-right: 5px;
}
.button-5:hover {
    border: 1px solid #690014;
    background-color: #690014;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

