@font-face {
    font-family: "Fertigo Pro";
    src: url("../fonts/FertigoPro-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
#hill-hero {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.hill-hero-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.hill-hero-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hill-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: white;
    text-align: center;
    margin: 0;
    font-family: "FertigoPro", serif;
}

#hill-description {
    padding: 60px 20px;
    background: #e6e2db;
}

.hill-container {
    max-width: 1200px;
    margin: -10px auto 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
}
@font-face {
    font-family: "FertigoPro";
    src: url("../fonts/FertigoPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FertigoPro";
    src: url("../fonts/fertigopro-italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}

.hill-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.hill-text {
    flex: 1;
}

.hill-text h2 {
    font-size: 1.5rem;
    color: #014851;
}

.hill-text p {
    font-size: 1.2rem;
    color: #014851;
    line-height: 1.5;
    font-family: "Nunito Sans", sans-serif;
}

.hill-facilities {
    flex: 1;
}

.facility-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    text-align: center;
}

.facility-card h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #014851;
    font-family: "Fertigo Pro", sans-serif;
    font-size: 1.5rem;
}

.facility-slider {
    position: relative;
}

.swiper-slide ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.swiper-slide ul li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
}

.swiper-slide ul li i {
    margin-right: 8px;
    color: #014851;
}

#hill-rooms {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;

    background-image: url("/margo-utomo/assets/patterns/pattern1.png");
    background-repeat: repeat;
    background-position: center;
}

#hill-rooms .rooms-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

#hill-rooms .room-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.room-card img {
    width: 100%;
    border-radius: 10px;
}

.room-card h3 {
    margin-top: 10px;
    text-align: center;
    font-family: "Fertigo Pro", sans-serif;
    color: #978459;
}

.special-facilities,
.common-facilities {
    list-style: disc;
    padding-left: 20px;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
}

.book-room {
    font-size: 15px;
    background: #978459;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-family: "Fertigo Pro", sans-serif;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
}

.book-room:hover {
    background: #7c6845;
}
