#tours-hero {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tours-hero-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow-y: auto;
}
/* .tours-hero-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    padding: 0;
} */

.tours-hero-container-title {
    width: 100%;
    height: 100px; /* Atur tinggi sesuai kebutuhan */
    box-sizing: border-box;
    padding: 8px; /* Padding 8px di sekeliling gambar */
    overflow: cover;
    position: relative;
}
.tours-hero-container-title h1 {
    padding: 0 0 20px 0;
    justify-content: center;
    align-items: center;
    line-height: 0.1;
    font-size: 2.6rem;
    font-weight: bold;
    font-family: "Cormorant Garamond";
}
.tours-hero-container-title p {
    padding: 0px;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Cormorant Garamond";
}
.tours-hero-container-title {
    width: 100%;
    height: 100px; /* Atur tinggi sesuai kebutuhan */
    box-sizing: border-box;
    padding: 8px; /* Padding 8px di sekeliling gambar */
    overflow: hidden;
    position: relative;
}
.tours-hero-container-img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 60px 10px 60px; /* top right bottom left */
    overflow: hidden;
    position: relative;
}

.tours-hero-container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Gambar memenuhi area, crop jika perlu */
    display: block;
    border-radius: 8px;
}

.tours-hero-container-img h5 {
    font-size: 0.8rem;

    font-weight: bold;
    /* font-family: "Fertigo Pro", serif; */
    font-family: "Cormorant Garamond";
    letter-spacing: 4px;
    margin-top: 12px; /* hilangkan jarak atas */
    margin-bottom: 12px;
    margin-left: 12px;
    text-transform: uppercase;
}

.tours-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    color: #014851;
    text-align: center;
    /* z-index: 2; */
    line-height: 1.2;
    font-family: "Cormorant Garamond";

    /* font-family: 'Fertigo Pro', sans-serif; */
}

#tours-description {
    padding: 80px 100px 20px 100px;
    background: #f9f9f9;
}

.tours-decoration {
    text-align: center;
    padding: 60px 20px;
}

.tours-decoration-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
}

.tours-decoration-container p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: "Bio Sans", sans-serif;
}

.tours-description {
    text-align: center;
    padding: 60px 20px;
}

.tours-description-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
}

.tours-description-container p {
    padding: 20px 100px;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Cormorant Garamond";
}

.tours-wrapper {
    gap: 0px 0; /* gap: [baris] [kolom]; 8px vertikal, 0px horizontal */
    margin-top: 0; /* pastikan tidak ada margin atas */
    margin-bottom: 0; /* pastikan tidak ada margin bawah */
    padding-top: 0; /* pastikan tidak ada padding atas */
    padding-bottom: 0; /* pastikan tidak ada padding bawah */
}
.tour-row {
    margin-bottom: 8px; /* atau 0 jika ingin sangat rapat */
}

.tours-top-container-img {
    width: 100%;
    height: 500px; /* Atur tinggi sesuai kebutuhan, misal 320px */
    box-sizing: border-box;
    padding: 8px 0; /* top-bottom: 8px, left-right: 0px */
    overflow: hidden;
    position: relative;
}

.tours-top-img-row {
    display: flex;
    gap: 0;
    height: 100%;
    width: 100%;
}

.tours-top-img-row img {
    flex: 1 1 0;
    width: 100%;
    height: 100%; /* Ini yang membuat gambar full tinggi parent */
    object-fit: cover;
    background: #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin: 0;
}

#toggle-description {
    display: block;
    margin: 20px 0 0 auto;
    padding: 10px 20px;
    color: #978459;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: right;
}

#toggle-description:hover {
    color: #7c6845;
}

.swiper-slide {
    height: auto !important; /* Pastikan slide mengikuti tinggi konten */
    display: flex;
    align-items: stretch; /* Agar .rooms-wrapper mengisi tinggi slide */
}

.tours-rooms-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; /* Membagi rata antar card */
    gap: 24px; /* jarak antar card, bisa diubah */
}

.tours-room-card {
    width: 33.3333%; /* 3 kolom seimbang */
    max-width: 33.3333%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.tours-room-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

.tours-room-card h3,
.tours-room-card ul,
.tours-room-card .more-content {
    padding-left: 16px;
    padding-right: 16px;
}

.tours-room-card p {
    font-family: "Crimson Pro";
    color: #014851;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1rem;
    margin-top: 12px;
    line-height: 1.2;
}

.tours-room-card h3 {
    margin: 16px 0 8px 0;
    font-size: 1.8rem;
    color: #978459;
    font-family: "Cormorant Garamond";
    align-items: center;
    justify-content: center;
    /* font-family: "Fertigo Pro", sans-serif; */
}

.tours-room-card h5 {
    font-size: 0.8rem;

    font-weight: bold;
    /* font-family: "Fertigo Pro", serif; */
    font-family: "Raleway ExtraLight";
    letter-spacing: 1px;
    margin-top: 12px; /* hilangkan jarak atas */
    margin-bottom: 12px;
    text-transform: uppercase;
}

.tours-room-card h6 {
    font-size: 0.8rem;

    font-weight: bold;
    font-family: "Cormorant Garamond";
    letter-spacing: 4px;
    margin-top: 12px; /* hilangkan jarak atas */
    margin-bottom: 12px;
    margin-left: 12px;
    text-transform: uppercase;
}

.tours-room-card ul {
    margin: 0 0 10px 0;
    padding-left: 20px;
}

.tours-room-card .more-content {
    padding-bottom: 16px;
}

.tour-flex-row {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 0;
    overflow: hidden; /* Pastikan tidak ada overflow ke kanan */
}

.tour-flex-left {
    flex: 0 0 70%;
    max-width: 70%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
    overflow: hidden; /* Tambahkan ini */
}

.tour-flex-imgs {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tour-flex-imgs img {
    flex: 1 1 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    margin: 0;      /* pastikan margin 0 */
    padding: 0;
    display: block;
    box-sizing: border-box;
}

.tour-flex-img-bottom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;      /* pastikan margin 0 */
    padding: 0;
    display: block;
    box-sizing: border-box;
}

.tour-flex-right {
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tour-flex-content h3 {
    font-size: 1.3rem;
    font-family: "Cormorant Garamond";
    margin: 0 0 8px 0;
}

.tour-flex-content p {
    font-size: 1rem;
    font-family: "Crimson Pro";
    color: #014851;
    margin: 0;
    line-height: 1.5;
}

.tour-row-alt {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 0;
    margin-bottom: 32px;
}

.tour-col-left-alt {
    flex: 0 0 30%;
    max-width: 30%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 16px 0 0;
}

.tour-content-alt {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.tour-content-alt h3 {
    font-size: 1.3rem;
    font-family: "Cormorant Garamond";
    margin: 80px 0 12px 0;
}

.tour-content-alt p {
    font-size: 1rem;
    font-family: "Crimson Pro";
    color: #014851;
    margin: 0;
    line-height: 1.5;
}
.tour-content-alt a {
    display: flex-block;
    padding: 12px 0px;
    color: #014851;
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 6px;
    border-radius: 8px;
    transition: 0.3s;
    font-family: "Nunito SemiBold", sans-serif;
    width: 110px;
    margin-top: auto;
    align-self: flex-start; /* atau flex-end jika ingin rata kanan */
}

.tour-content-alt a:hover {
    text-decoration: underline;
    /* background: #7c6845; */
}

.tour-col-right-alt {
    flex: 0 0 75%;
    max-width: 75%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.tour-img-alt {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
