/* Base styles untuk mark-custom */
.mark-custom {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.mark-custom .icon {
    width: 75px !important;
    height: 75px !important;
    background-color: white !important;
    border-radius: 50% !important;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1) !important;
    color: #ca403e !important;
    font-size: 40px !important;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mark-custom:hover .icon {
    background-color: #ca403e !important;
    color: white !important;
    box-shadow: none !important;
}

.mark-custom .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Link styles */
.mark-custom .content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.mark-custom .content a:hover {
    color: #ca403e;
}

/* Utility class */
.flex-five-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

/* Container styles */
.widget-feature2 .content-feature2-custom {
    padding: 3em 22em 1em 7.3em !important;
}

/* Container overrides */
body .tf-container.full {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
}

/* Responsive Breakpoints - dari besar ke kecil */
@media only screen and (max-width: 1570px) {
    .widget-feature2 .content-feature2-custom {
        padding: 3em 8em 1em 7.3em !important;
    }
}

@media only screen and (max-width: 1300px) {
    .widget-feature2 .content-feature2-custom {
        padding: 3em 1em 1em 4.3em !important;
    }
}

@media only screen and (max-width: 1199px) {
    .mark-custom .icon {
        width: 55px !important;
        height: 55px !important;
        font-size: 25px !important;
    }
    .content-feature2-custom .mark-custom {
        margin-bottom: 30px !important;
    }
    .mark-custom {
        gap: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .mark-custom .icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .mark-custom .icon {
        width: 55px !important;
        height: 55px !important;
        font-size: 25px !important;
    }
    .tf-container.full {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .mark-custom {
        gap: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .mark-custom .icon {
        width: 30px !important;
        height: 30px !important;
        font-size: 20px !important;
    }
    .widget-feature2 .content-feature2-custom {
        padding: 2em 1em !important;
    }
    .mark-custom {
        gap: 10px;
    }
}


/* faq */
.faq-list .icon-faq {
    width: 46px;
    height: 44px;
    background-color: #ca403e;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.accordion-button {
    display: flex; /* Atur elemen dalam satu baris */
    justify-content: space-between; /* Teks di kiri, ikon di kanan */
    align-items: center; /* Rata vertikal tengah */
    width: 100%; /* Pastikan tombol memenuhi lebar container */
    height: 60px; /* Tinggi tombol seragam */
    text-align: left; /* Teks tetap rata kiri */
    padding-right: 2rem; /* Beri ruang untuk ikon di kanan */
    border: none; /* Hapus border default */
    background: #fff; /* Warna latar tombol */
    font-size: 16px; /* Ukuran teks */
    position: relative; /* Untuk posisi ikon panah */
}

.bold-text {
    font-weight: bold;
    display: block; /* Membuat span menjadi blok agar bisa dipisahkan dengan lebih mudah */
    margin-bottom: 20px; /* Memberikan jarak antara span dan tombol accordion */
    margin-top: 20px;
    color: black;
}

  /* perlengkapan */

  /* Opsi 1: Menggunakan class pada wrapper */
.bright-image {
    position: relative;
    overflow: hidden;
}

.bright-image img {
    filter: brightness(1.0) !important; /* important untuk override style template */
}

/* Opsi 2: Langsung pada image */
.custom-brightness {
    filter: brightness(1.0) !important;
}

/* Jika masih ingin efek hover */
.bright-image:hover img {
    filter: brightness(1) !important;
}

/* Lebih spesifik dengan parent class */
.widget-destination .tf-widget-destination .bright-image img {
    filter: brightness(1.0) !important;
}

.widget-destination .tf-widget-destination .custom-brightness {
    filter: brightness(1.0) !important;
}

.flex-two.btn-destination.destination-card {
    width: 250px;  /* Ukuran lebar tetap */
    height: 100px; /* Ukuran tinggi tetap */
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; /* Warna background */
    border-radius: 8px;     /* Optional: untuk sudut yang lebih lembut */
}

.destination-title {
    margin: 0;
    text-align: center;
}

.destination-link {
    color: inherit;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

/* Opsional: Efek hover */
.destination-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.perlengkapan-image img {
    filter: none !important;  /* Menghilangkan semua filter */
}


/* maps */

.map-container {
    height: 100%;
    min-height: 600px; /* Sesuaikan dengan tinggi form Anda */
}

.map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-us-wrap {
    height: 100%;
    min-height: 600px; /* Sesuaikan dengan tinggi form Anda */
}

@media (max-width: 767px) {
    .map-container {
        height: 300px;
        min-height: auto;
    }
    .contact-us-wrap {
        height: auto;
        min-height: auto;
    }
}


/* info pembayaran */
.white-box {
    display: inline-block;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    }
.white-box img {
    max-width: 100%;
    height: auto;
    }


/* legalitas */
.white-box2 {
    display: flex;
    padding: 20px;
    height: 160px;
    width: 100%;
    max-width: 650px;
    background-color: white;
    border-radius: 10px;
    margin: 10px auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
}


.white-box2 .logo-footer {
    max-width: 100px;
    height: auto;
    margin-right: 15px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .white-box2 {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    .white-box2 > div:first-child {
        margin-bottom: 20px;
    }

    .white-box2 .logo-footer {
        max-width: 120px;
        margin-right: 0;
    }

    .white-box2 ul {
        padding-left: 0;
        text-align: center !important;
    }

    .white-box2 li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .white-box2 .icon-check-1 {
        margin-right: 10px;
    }
    .custom {
        margin-bottom: 0 !important;
    }
}

/* @media (max-width: 350px) {
    .custom {
        margin-bottom: 0rem !important;
    }
}
@media (max-width: 250px) {
    .custom {
        margin-bottom: 0rem !important;
    }
}

@media (max-width: 150px) {
    .custom {
        margin-bottom: 0rem !important;
    }
} */



/* contact me */
.custom-placeholder::placeholder {
    font-size: 15px !important;
}


/* show paket */
.pd-main-custom {
    padding-top: 50px;
    margin-bottom: 10px;
}


/* home */
.mt-n70-custom {
    margin-top: -70px !important;


}

@media (max-width: 575.98px) {
    .mt-n70-custom {
        margin-top: 50px !important;
        display: 20px !important;

    }
    .pd-main-custom {
        margin-bottom: 0px;
        padding-bottom: 44px !important;
    }
}


/* blog */
.blog-image .image-wrapper {
    position: relative;
    width: 100%; /* Sesuaikan dengan kebutuhan layout */
    padding-top: 56.25%; /* 16:9 = 9 / 16 * 100 */
    overflow: hidden;
}

.blog-image .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mengatur gambar agar memenuhi area */
}


/* header hover */
.hover-link {
    font-size:14px !important;
    color: white !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.hover-link i {
    transition: color 0.3s ease;
}

.hover-link a,
.hover-link p {
    transition: color 0.3s ease; /* Tambahkan transisi */
    color: white !important; /* Warna default */
}

.hover-link:hover {
    color: #ca403e !important;
}

.hover-link:hover i,
.hover-link:hover a,
.hover-link:hover p {
    color: #ca403e !important;
}





/* sticky sidebar */

.sticky-sidebar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px !important;
    z-index: 100 !important;
    /* Mempertahankan style existing */
    background: #F4F6F8 !important;
    border: 1px solid #e9ecef !important; /* Sesuaikan dengan warna border yang Anda gunakan */
    border-radius: 8px !important; /* Sesuaikan dengan border-radius yang Anda gunakan */
    padding: 15px !important;
    margin-bottom: 20px !important;
}

/* Style untuk container row utama */
.image-gallery-single {
    min-height: 70vh !important;
    align-items: flex-start !important;
}

/* Reset position pada parent column */
.col-lg-4 {
    position: static !important;
}

/* Nonaktifkan sticky pada mobile sambil mempertahankan style */
@media (max-width: 991px) {
    .sticky-sidebar {
        position: relative !important;
        top: 0 !important;
    }
}
