.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 */


   .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;
}   



.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;
}