#section-9 {
    display: flex;
    flex-direction: row;
    padding: 28px;
}

.sec9-con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec9-text-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec9-text-con h2 {
    color: #642E11 !important;
    padding: 5px;
}


.sec9-text-con p {
    padding: 5px;
    font-size: small;
}

.sky-amenities-con {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 2.5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 12px;
    overflow: visible;
}

.sky-amenities {
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 150px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: x-small;
    font-weight: 200;
    border-radius: 8px;
}

.sky-amenities img {
    height: 75px;
    width: 75px;
    padding: 10px;
}

.sky-amenities span {
    width: 100%;
    

}

@media (max-width: 1200px) {
  #section-9, .sec9-con { flex-direction: column; padding: 18px; }
 .sky-amenities-con {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .sky-amenities-con::before,
  .sky-amenities-con::after { content: ""; flex: 0 0 12px; }

  .sky-amenities {
    flex: 0 0 40%;
    max-width: 42%;
    min-width: 220px;
    box-sizing: border-box;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    padding: 10px;
    margin: 0;
  }

  .sky-amenities img { height: 56px; width: 56px; object-fit: contain; }

  .sky-amenities-con::-webkit-scrollbar { height: 8px; }
  .sky-amenities-con::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.12); border-radius: 999px; }
}

@media (max-width: 900px) {
  #section-9, .sec9-con { flex-direction: column; padding: 18px; }
  .sky-amenities-con { gap: 12px; justify-content: center; }
  .sky-amenities {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 100px;
  }
  .sky-amenities img { height: 52px; width: 52px; }
}

@media (max-width: 520px) {
  .sky-amenities-con { padding: 12px; gap: 12px; }
  .sec9-text-con p {
    line-height: 1.45;
  }
  .sky-amenities {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 100px;
    padding: 10px;
  }
  .sky-amenities img { height: 48px; width: 48px; }
}

@media (max-width: 375px) {
  .sky-amenities {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 140px;
    padding: 8px;
  }
  .sky-amenities img { height: 42px; width: 42px; }
}