
.imm-centrale-path-history {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
 background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 46%)), url(../images/god_of_paths-history.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imm-centrale-sentiero {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
 background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 46%)), url(../images/path-of-the-gods-nocelle.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imm-centrale-sentiero-paragrafo {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
}


.imm-centrale-positano-tours {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
 background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 46%)), url(../images/boat_tour.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imm-centrale-nocelle {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
 background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 46%)), url(../images/borgo-nocelle-positano.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imm-centrale-positano-history {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
 background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 46%)), url(../images/positano_history.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imm-centrale-positano-paragrafo {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
}
.imm-centrale-room-classic {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
  background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 37%)), url(../images/rooms/standard/standard3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imm-centrale-room-superior {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
  background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 37%)), url(../images/rooms/superior/superior2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imm-centrale {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 60px 0;
  padding: 0;
  background-image: linear-gradient(rgb(0 0 0 / 38%), rgb(0 0 0 / 37%)), url(../images/positano-bb-baciodelsole-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imm-centrale-overlay {
  width: 100%;
  max-width: 1200px;
  padding: 80px 20px;
  text-align: center;
}

.imm-centrale-title {
  color: #fff;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  margin: 0 0 60px 0;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
  font-family: "Gilda Display", serif;
  letter-spacing: 1px;
}

.imm-centrale-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.imm-centrale-card {
    background: #fff;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s 
cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

}
.imm-centrale-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
  background: rgba(255, 255, 255, 1);
  
}

.imm-centrale-card h3 {
  color: #c9a455; /* var(--accent) */
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 16px 0 !important;
  font-family: "Jost", serif;
  letter-spacing: 0.5px;
}
.imm-centrale-card h3::after {
    content: "";
    display: block;
    width: 200px;
    height: 20px;
    margin: 0 auto;
    background-image: url(../images/decoro.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}

.imm-centrale-card h3:hover {
  color: var(--accent) 
  
}
.imm-centrale-card p {
  color: #b7b6b6;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
    font-family: "Gilda Display", serif;
}

/* Responsive per imm centrale */
@media (max-width: 768px) {
  .imm-centrale {
    background-attachment: scroll;
    min-height: 60vh;
  }
  
  .imm-centrale-overlay {
    padding: 60px 20px;
  }
  
  .imm-centrale-container {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  
  .imm-centrale-card {
    padding: 30px 25px;
  }
  
  .imm-centrale-card h3 {
    font-size: 22px;
  }
  
  .imm-centrale-card p {
    font-size: 15px;
  }
}