.breadcrumb {
    font-size: 16px;
    padding: 10px 20px;
    color: #333;
  }
  
  .breadcrumb a {
    color: #007bff;
    text-decoration: none;
    margin: 0 5px;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  
  .breadcrumb .current {
    color: #007bff;
    font-weight: 500;
    margin-left: 5px;
  }
  



/* Italian Marble Hero Section */

.hero-luxury {
  background-image: url('marble/imported-italian.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.hero-content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem 2rem;
  border-radius: 20px;
  max-width: 800px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
}

.hero-content h1 {
  font-size: 3.5rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
  font-weight: 700;
}

.golden-text {
  background: linear-gradient(90deg, #d4af7f, #fff0c4, #d4af7f);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}

@keyframes shimmer {
  0% { background-position: 0%; }
  100% { background-position: 300%; }
}

.subtitle {
  font-family: 'Lora', serif;
  font-size: 1.3rem;
  color: #e8e8e8;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.hero-cta {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #d6b07c, #b99464);
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(255, 217, 145, 0.3);
  transition: all 0.3s ease;
}

.hero-cta:hover {
  background: linear-gradient(to right, #e4c396, #a67843);
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 217, 145, 0.6);
}



#page-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

#page-content.visible {
  opacity: 1;
  transform: translateY(0);
}

.invisible {
  visibility: hidden;
}

/* Italian marble */


  /* .italian-marble {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: 'Inter', sans-serif;
}

.italian-marble h2 {
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  color: #b01c1c;
  margin-bottom: 20px;
}

.italian-marble .intro,
.italian-marble .details {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.marble-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.marble-gallery img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.marble-gallery img:hover {
  transform: scale(1.03);
}

.highlight {
  background-color: #fff3e6;
  padding: 15px 20px;
  border-left: 5px solid #b01c1c;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  background: #b01c1c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.technical-details,
.usage-area {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.technical-details h2,
.usage-area h2 {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  color: #b01c1c;
  margin-bottom: 20px;
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 40px;
  font-size: 16px;
  color: #444;
  margin-top: 20px;
}

.usage-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  justify-content: center;
}

.icon-block {
  text-align: center;
  max-width: 100px;
}

.icon-block img {
  width: 64px;
  margin-bottom: 10px;
}

.icon-block p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}   */


.lux-marble-section {
  background-color: #faf8f5;
  padding: 6rem 2rem;
  font-family: 'Lora', serif;
  color: #1e1e1e;
}

.lux-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}

.lux-text-block {
  flex: 1 1 500px;
  max-width: 600px;
}

.lux-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.golden-highlight {
  background: linear-gradient(to right, #d6b07c, #fff0c6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lux-intro {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #3a3a3a;
}

.lux-features {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.feature-block {
  flex: 1 1 150px;
}

.feature-block h4 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: #bfa178;
}

.feature-block p {
  font-size: 0.95rem;
  color: #5e5e5e;
}

.lux-cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 40px;
  background: linear-gradient(to right, #d6b07c, #b99464);
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(215, 185, 125, 0.3);
}

.lux-cta:hover {
  background: linear-gradient(to right, #e2c18f, #a77742);
  transform: scale(1.04);
  box-shadow: 0 0 25px rgba(215, 185, 125, 0.6);
}

.lux-cta {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.lux-cta::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: 0;
}

.lux-cta:hover::after {
  width: 200%;
  height: 200%;
}


.lux-gallery {
  flex: 1 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.lux-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3; /* maintains shape */
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


.lux-gallery img:hover {
  transform: scale(1.03);
}

.tech-luxury {
  background: #f6f5f2;
  padding: 5rem 2rem;
  font-family: 'Lora', serif;
  text-align: center;
}

.tech-container {
  max-width: 1200px;
  margin: auto;
}

.tech-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2c2c2c;
}

.tech-subtext {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 3rem auto;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.tech-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.tech-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #b89464;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tech-card p {
  font-size: 0.95rem;
  color: #444;
}

.tech-cta {
  margin-top: 1rem;
}


.usage-luxury {
  background-color: #fffdf9;
  padding: 5rem 2rem;
  text-align: center;
  font-family: 'Lora', serif;
}

.usage-container {
  max-width: 1200px;
  margin: 0 auto;
}

.usage-heading {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: #2c2c2c;
  margin-bottom: 1rem;
}

.usage-subtext {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 3rem;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.usage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
  justify-items: center;
}

.usage-item {
  background: #f9f5ef;
  padding: 1.5rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  cursor: default;
  text-align: center;
}

.usage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(185, 148, 100, 0.25);
}

.usage-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  filter: brightness(0) saturate(100%) sepia(20%) hue-rotate(-10deg) contrast(1.1);
}

.usage-item span {
  font-size: 1rem;
  color: #3a3a3a;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .lux-container {
    flex-direction: column;
    padding: 0 1rem;
  }

  .lux-gallery {
    grid-template-columns: 1fr;
  }

  .lux-text-block {
    max-width: 100%;
  }

  .tech-grid {
    grid-template-columns: 1fr;
  }

  .usage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .hero-content {
    padding: 2rem 1.2rem;
    border-radius: 16px;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p,
  .subtitle,
  .tech-subtext,
  .usage-subtext {
    font-size: 1rem;
  }

  .lux-heading {
    font-size: 2rem;
  }

  .tech-heading {
    font-size: 1.8rem;
  }

  .lux-features {
    flex-direction: column;
    gap: 1.2rem;
  }

  .usage-grid {
    grid-template-columns: 1fr;
  }

  .hero-cta,
  .lux-cta,
  .tech-cta {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
  }

  .tech-card,
  .feature-block {
    text-align: center;
  }
}


.tech-card, .usage-item {
  box-shadow: 0 6px 40px rgba(185, 148, 100, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tech-card:hover, .usage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 45px rgba(185, 148, 100, 0.2);
}

.lux-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}



.hero-luxury {
  background-attachment: scroll; /* fix for mobile parallax fallback */
}

@media (max-width: 600px) {
  .golden-text {
    font-size: 2rem;
    animation: shimmer 6s linear infinite;
  }
}




/* Bottichino classsico */
/* 
.botticino-classico {
  padding: 60px 20px;
  background-color: #fff9f3;
  font-family: 'Inter', sans-serif;
}

.botticino-classico h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #b01c1c;
  margin-bottom: 16px;
}

.botticino-classico .intro {
  color: #444;
  font-size: 16px;
  margin-bottom: 30px;
}

.classico-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.classico-grid img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.highlight-banner {
  background: #fff1da;
  border-left: 4px solid #b01c1c;
  padding: 15px 20px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  margin-bottom: 40px;
  font-size: 15px;
  color: #444;
}

.cta-button {
  display: inline-block;
  background-color: #b01c1c;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #851010;
}
.usage-area-2 {
  background-color: #fff9f3;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

.usage-area-2 h2 {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  color: #b01c1c;
  margin-bottom: 20px;
}

.usage-area-2 p {
  font-size: 15px;
  color: #444;
  margin-bottom: 30px;
}

.usage-area-2 .usage-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  justify-content: center;
}

.usage-area-2 .icon-block {
  text-align: center;
  max-width: 100px;
}

.usage-area-2 .icon-block img {
  width: 64px;
  margin-bottom: 10px;
}

.usage-area-2 .icon-block p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
 */


 