.horizontal-section.custom-horizontal-scroll {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  max-height: 100vh;
  width: 100vw;
}
.horizontal-section .horizontal-track {
  display: flex;
  height: 100vh;
  will-change: transform;
}
.panel {
  flex: 0 0 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
}
.panel {
  background: url('https://snc-designs.com/wp-content/uploads/2025/03/cross-breather_landscape.jpg-scaled.webp') center center/cover no-repeat;
  padding: 50px 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6); /* Overlay oscuro */
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}
.panel .panel-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cowboy-title {
  font-family: 'Neue Montreal', sans-serif !important;
  font-size: 60px;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
.panel:nth-child(2) { background: #51dacf; }
.panel:nth-child(3) { background: #ffa369; border-right: none; }
.horizontal-section .panel:nth-child(1){
  margin-left: 20vw;
}

/* Opcional: Responsividad para pantallas pequeñas */
@media (max-width: 900px) {
  .panel-1 {
    padding: 30px 16px;
  }
  .cowboy-title {
    font-size: 36px;
  }
  .horizontal-section .panel:nth-child(1){
    margin-left: 0;
  }
}


.panel-desc,
.cat{
  font-family: 'Neue Montreal', sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.3;
  font-weight: 300;
  margin: 60px 0 0 50px !important;
}

.year{
    margin-top: 50px !important;
    display: inline-block;
}

.cat{
    margin: unset !important;
    margin: 0px  0 70px 50px !important;
}







