

#tours-hero {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tours-hero-container {
    width: 100%;
    height: auto;
    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: 0px;
    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: 40%;
    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-hero-text-products {
    position: absolute;
    top: 40%;
    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-hero-text-products h5 {
    font-family: "whitneybook", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.14rem;
    line-height: 14px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.tours-hero-text-products h1 {
    font-family: "whitneybook", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 1rem;
    font-family: "Cormorant Garamond";

}
.tours-hero-text-products p {
    font-family: "Cormorant Garamond";
    font-size: 1rem;
    line-height: 1.45;
    letter-spacing: 0.05rem;
    margin-bottom: 1rem;
    font-family: "Cormorant Garamond";
    text-align: center;

}

#tours-description {
    padding: 60px 100px;
    background: #f9f9f9;
}

#tours-products {
    padding: 20px 50px 0 50px;
    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: 25px;
    padding-right: 25px;
}

.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;
    padding-left: 25px;
    padding-right: 25px;
}

.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: 10px;
    letter-spacing: 2px;
    line-height: 14px;

    font-weight: bold;
    /* font-family: "Fertigo Pro", serif; */
    font-family: "whitneybook";
    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: 36px;
    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;
    text-align: justify;
}

.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;
    text-align: justify;
}

.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 35px 0 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;
}


@media (max-width: 600px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden !important;
    }
    #tours-description{
        padding: 60px 50px !important;
    }
    /* Section Hero & Container */
    .tours-hero-container-title,
    .tours-hero-text,
    .tours-hero-container-img,
    .tours-description-container,
    .tours-decoration-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .tours-hero-container-title h1 {
        font-size: 1.3rem;
        line-height: 1.2;
    }
    .tours-hero-container-title p {
        font-size: 1rem;
        padding: 0 !important;
    }
    .tours-hero-container-img img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover;
    }
    .tours-hero-container-img h5 {
        font-size: 0.7rem;
        margin-left: 0;
    }

    /* Flex Row & Columns */
    .tour-flex-row,
    .tour-row-alt {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .tour-flex-left,
    .tour-col-left-alt,
    .tour-flex-right,
    .tour-col-right-alt {
        max-width: 100% !important;
        flex: 1 1 100% !important;
        padding: 0 !important;
    }
    .tour-flex-imgs {
        flex-direction: row;
        gap: 8px;
        height: 120px !important;
    }
    .tour-flex-imgs img,
    .tour-flex-img-bottom {
        width: 100% !important;
        min-width: 0 !important;
        height: 120px !important;
        object-fit: cover;
    }
    .tour-flex-img-bottom {
        margin-top: 8px;
    }
    .tour-flex-content,
    .tour-content-alt {
        padding: 0 !important;
    }
    .tour-content-alt h3,
    .tour-flex-content h3 {
        font-size: 1.1rem;
        margin: 12px 0 8px 0;
    }
    .tour-content-alt p,
    .tour-flex-content p {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    .tour-content-alt a {
        width: 100%;
        margin-top: 16px;
        align-self: stretch;
        text-align: center;
    }
    .tour-img-alt,
    .tour-col-right-alt video {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover;
        border-radius: 8px;
    }

    /* Swiper & Card */
    .tours-rooms-wrapper {
        flex-direction: column !important;
        gap: 16px 0 !important;
    }
    .tours-room-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .tours-room-card img {
        width: 100% !important;
        height: 160px !important;
        object-fit: cover;
    }
    .tours-room-card h3 {
        font-size: 1.1rem;
        margin: 10px 0 6px 0;
    }
    .tours-room-card h5 {
        font-size: 0.7rem;
        margin-bottom: 6px;
    }
    .tours-room-card ul,
    .tours-room-card .more-content {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .tours-room-card p {
        font-size: 0.95rem;
        margin: 8px 4px;
    }

    /* Gallery */
    .gallery-container {
        padding: 0 4px !important;
    }
    .gallery-image {
        max-width: 100vw !important;
        height: auto !important;
    }
}


@media (max-width: 600px) {
    #full-description p {
        text-align: justify !important;
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
        padding: 0 12px !important;
        margin-bottom: 15px !important;
        word-break: break-word;
        font-family: "Crimson Pro", serif !important;
        font-weight: 400 !important;
    }
    .tours-description-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}


@media (max-width: 600px) {
    .tours-hero-container-title {
        height: auto !important;
        min-height: 0 !important;
        padding: 12px 4px 8px 4px !important;
    }
    .tours-hero-text {
        position: static !important;
        transform: none !important;
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100vw !important;
        text-align: center !important;
    }
    .tours-hero-container-title h1 {
        font-size: 1.4rem !important;
        line-height: 1.2 !important;
        margin: 0 0 8px 0 !important;
        padding: 0 !important;
    }
    .tours-hero-container-title p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-weight: 400 !important;
    }
}


@media (max-width: 600px) {
    .produk-main .tours-hero-container-title,
    .produk-main .tours-hero-text,
    .produk-main .tours-hero-container-img,
    .produk-main .tours-description-container,
    .produk-main .tours-decoration-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .produk-main .tours-hero-container-title {
        height: auto !important;
        min-height: 0 !important;
        padding: 16px 6px 8px 6px !important;
    }
    .produk-main .tours-hero-container-title h1 {
        font-size: 1.2rem !important;
        line-height: 1.2 !important;
        margin: 0 0 8px 0 !important;
        padding: 0 !important;
    }
    .produk-main .tours-hero-container-title p {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-weight: 400 !important;
    }
    .produk-main .tours-hero-container-img img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover;
    }
    .produk-main .tours-description-container p,
    .produk-main #full-description p {
        font-size: 0.98rem !important;
        padding: 0 8px !important;
        margin-bottom: 12px !important;
        text-align: justify !important;
        line-height: 1.5 !important;
    }
    .produk-main #full-description {
        text-align: justify !important;
        margin-bottom: 12px !important;
        padding: 0 8px !important;
    }
}

.produk-main .tours-hero-container-title h1 {
    margin-bottom: 12px;
}
.produk-main .tours-hero-container-title p {
    margin-top: 20px;
}
.produk-main #full-description {
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .produk-main .tour-flex-imgs img {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 4px; /* jika ingin sedikit jarak antar gambar */
    }
    .produk-main .tour-flex-content h3 {
        padding-top: 0 !important;
        margin-top: 16px !important;
    }
}

.produk-main .tour-flex-imgs img:first-child {
    padding-right: 10px;
}
.produk-main .tour-flex-content h3 {
    padding-top: 150px;
}
.produk-main .tour-flex-content h3 + h3 {
    padding-top: 600px;
}
