@charset "UTF-8";


.map-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.map-section iframe {
  width: 100%;
  height: 450px; 
  border: 0;
  display: block;
}
		
form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 400px;   
  margin: 20px 0px 20px auto;
}

form input,
form textarea {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 15px;
  width: 100%;
  border-radius: 6px;
  transition: border 0.3s, box-shadow 0.3s;
}

form input:focus,
form textarea:focus {
  border-color: goldenrod;
  box-shadow: 0 0 5px rgba(218,165,32,0.4);
  outline: none;
}

form button {
  background-color: goldenrod;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  transition: background 0.3s;
}

form button:hover {
  background-color: #b8860b;
}




.sponsor-slider {
  width: 100%;
  padding: 40px 0; 
  background-color: #f8f8f8; 
}

.sponsor-slider .container .row .col-md-2 {
  flex: 1 1 15%; 
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor-icons {
  max-width: 80%; 
  height: auto;
  transition: transform 0.3s ease;
  margin: 0 auto;
}

.sponsor-icons:hover {
  transform: scale(1.2); 
}

.owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor-icons {
  max-width: 100%; 
  height: auto;
  transition: transform 0.3s ease;
  margin: 0 auto;
}


		
.footer-bottom .copyrights a {
  color: #daa520;            
  text-decoration: none;
  transition: color .2s ease;
}


.footer-bottom .copyrights a:hover,
.footer-bottom .copyrights a:focus {
  color: #fff;         
  text-decoration: none; 
}


.main-menu-wrap .container,
.main-menu-wrap .navbar { position: relative; }


.menu-cta-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-cta-right a {
  display: inline-block;
  background: #ffc107;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 1;
}

.menu-cta-right a:hover { filter: brightness(.9); }


@media (max-width: 991px) {
  .menu-cta-right {
    position: static;
    transform: none;
    text-align: center;
    margin: 8px 0 0;
  }
}

.menu-cta-right { right: -206px; } 

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 1%;
  transform: translateX(-50%);
  background-color: #25D366;
  padding: 15px;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  z-index: 5000;
}

.whatsapp-button:hover {
  background-color: #128C7E;
}

.contacts-wrap .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .package-card {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        margin-bottom: 30px;
        padding: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .package-card:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        transform: translateY(-10px);
    }

    .package-card img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }

    .package-card img:hover {
        transform: scale(1.05);
    }

    .package-card h5 {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
        margin-top: 15px;
    }

    .package-card p {
        font-size: 1rem;
        color: #777;
    }

    .package-card button {
        background-color: #ffcc2e;
        color: black;
        border: none;
        padding: 10px 25px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s;
        margin-top: 15px;
    }

    .package-card button:hover {
        background-color: #000;
		color: white;
    }


.contacts-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}


form {
    width: 100%;
    max-width: 600px; 
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


form input, form textarea {
    margin-bottom: 15px;
    padding: 12px;
    font-size: 15px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
    transition: border 0.3s, box-shadow 0.3s;
}

form input:focus, form textarea:focus {
    border-color: goldenrod;
    box-shadow: 0 0 5px rgba(218, 165, 32, 0.4);
    outline: none;
}


form button {
    background-color: goldenrod;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    width: 100%;
    transition: background 0.3s;
}

form button:hover {
    background-color: #b8860b;
}

.modal {
  z-index: 2000 !important;
}
.modal-backdrop {
  z-index: 1999 !important;
}


@media (max-width: 767px) {
  .main-menu li a.btn-warning {
    display: block;
    width: 50%;         /* non prende tutta la larghezza */
    margin: 10px auto 20px auto;  /* centrato con spazio sopra e sotto */
    border-radius: 25px; /* più elegante */
    text-align: center;
  }
}

@media (max-width: 767px) {
  .nav-arrow {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .spazio {
    display: none !important;
  }
}


#formOpzioni div {
  margin: 6px 0;
}

#formOpzioni input[type="radio"] {
  margin-right: 6px;      /* spazio fra pallino e testo */
  vertical-align: middle; /* centrato col testo */
}

#formOpzioni label {
  vertical-align: middle;
  cursor: pointer;
}

/* Forza il colore del bottone toggle su Bootstrap 3 */
.navbar-toggle {
  background-color: #ffcc2e !important;   /* colore pieno */
  background-image: none !important;      /* rimuove gradienti */
  border: none !important;                /* elimina bordo */
}

/* Colore delle tre linee */
.navbar-toggle .icon-bar {
  background-color: #000 !important;      /* nero (cambia in #fff se vuoi bianche) */
}

.progress-line .bar {
  background-color: #ffcc2e !important;
}


.gallery-section {
  padding: 50px 0;
  background: #f8f8f8;
}

.gallery-section h2 {
  font-weight: bold;
  margin-bottom: 30px;
}


