/* HERO */
.hero-slide-item:before {
    background-color: #D9F1E1;
    background-image: url('../images/bg_hero_v.jpg');
    position: absolute;
    width: 50%!important;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-size: cover; 
    background-repeat: no-repeat; 
}

.hero-slider-pagination:before, .hero-slider-pagination:after {
    background-color: #D4af37;
    content: "";
    height: 2px;
    width: 111px;
    display: inline-block;
  }

  .hero-slide-social-media a {
    color: #ffffff;
    font-size: 22px;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .hero-slide-social-media a:hover {
    color: #D4af37;
  }

  /* HOME */
  .bg_gold {
    background-image: url('../images/bg_gold.jpg');
    background-size: cover;
    background-attachment: fixed;
  }

  .bg_green {
    background-image: url('../images/bg_hero.jpg');
    background-size: cover;
    background-attachment: fixed;
  }

  .text-white {
    color:#fff!important;
  }

  .text-shadow {
    text-shadow: 0px 0px 6px rgba(0,0,0,.2);
  }

  /* PRODOTTI */
  .product-item-more {
    background-color: #FFFFFF;
    border: 2px solid #d4af37;
    color: #231942;
    display: inline-block;
    opacity: 1;
    border-radius: 150px;
    padding: 5px 15px;
  }

  /* FOOTER */
  .footer-area {
    background: #FAFAFA;
    background-image: url('../images/bg_hero_h.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px 10px 0 0;
  }

  .footer-main {
    background-color: rgba(255, 255, 255, .7);
  }

  .text-gold {
    color:#D4af37;
  }

  /* QUOTES */

  .quote-component {
    display: flex;
    align-items: center;
    padding: 2rem;
    border: 2px solid #D4af37;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}

.quote-image {
    flex: 0 0 250px; /* Fixed width for the image */
    margin-right: 2rem;
}

.quote-image img {
    width: 100%;
    height: auto;
    border-radius: 50%; /* Make it circular */
}

.quote-text {
    flex: 1;
}

.quote-author {
    font-style: italic;
    margin-top: 1rem;
    text-align: right;
    font-size: 0.9rem;
    color: #6c757d;
}

/* RECENSIONI */
.review-component {
  display: flex;
  align-items: flex-start;
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.review-icon {
  flex: 0 0 150px;
  margin-right: 1rem;
  font-size: 2rem;
  color: #ffc107; /* Colore stella */
}

.review-text {
  flex: 1;
}

.review-rating {
  margin-bottom: 0.5rem;
}

.review-author {
  font-style: italic;
  margin-top: 1rem;
  text-align: right;
  font-size: 0.9rem;
  color: #6c757d;
}

.contatti-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* Un tono di oro più chiaro per il pulsante */
  color: #000; /* Testo nero per contrasto */
  padding: 12px 24px;
  border-radius: 25px; /* Bordi arrotondati */
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombra leggera per profondità */
  transition: background-color 0.3s ease; /* Transizione morbida al passaggio del mouse */
}

.contatti-button:hover {
  background-color: #000; /* Oro leggermente più scuro al passaggio del mouse */
  color: #fff;
}

.contatti-button i {
  margin-right: 8px; /* Spazio tra icona e testo */
  font-size: 1.2em; /* Dimensione icona */
}

.image-square {
  width: 100%;
  padding-bottom: 100%; /* Mantiene le proporzioni quadrate */
  background-size: cover!important;
  background-position: center;
  cursor: pointer;
}

.page-item.active a.page-link {
  z-index: 3;
  color: #000;
  border-radius: 100px!important;
  background-color: #D4af37!important;
  border-color: #D4af37!important;
  }

  .header-transparent {
    background-color: transparent;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, .5))!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }