/* Single Tour Template Styles */
.single-tour-container {
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
.single-tour-container {
	max-width: 90%;
}
}

/* Breadcrumbs */
.tour-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
	padding-top: 24px;
}

.tour-breadcrumbs a {
	color: #416760;
}

.tour-breadcrumbs a:hover {
    color: #334f35;
}

.tour-breadcrumbs .breadcrumb-current {
    color: #111827;
    font-weight: 500;
}

/* Hero Section */
.tour-hero {
    position: relative;
    width: 100%;
	max-width: 90vw;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.tour-hero-header {
    border-radius: 24px;
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	color: #333333;
}

.tour_image-header {
	width: 100%;
}

.tour-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tour-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 400px;
}

@media (min-width: 768px) {
    .tour-hero-grid {
        grid-template-columns: repeat(4, 1fr);
        height: 500px;
    }
}

.tour-hero-image {
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    background-color: #e5e7eb;
    position: relative;
    max-height: 540px;
}

.tour-hero-carousel {
    width: 100%;
	height: 100%;
    overflow: hidden;
}

.tour-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), transparent);
    padding-top: 8rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 10;
}

@media (min-width: 768px) {
    .tour-hero-overlay {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.tour-hero-content {
    max-width: 56rem;
}

.tour-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fbbf24;
    margin-bottom: 0.5rem;
}

.tour-rating-score {
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
}

.tour-rating-count {
    color: #d1d5db;
    font-size: 0.875rem;
    font-weight: 500;
}

.tour-title {
    color: #333333;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .tour-title {
        font-size: 3rem;
    }
}

.tour-subtitle {
    color: #e5e7eb;
    font-size: 1.125rem;
    font-weight: 500;
}

/* Layout */
.tour-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .tour-layout {
        grid-template-columns: repeat(12, 1fr);
    }
}

.tour-main-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .tour-main-content {
        grid-column: span 8 / span 8;
    }
}

.tour-sidebar {
    position: relative;
    height: 100%;
}

@media (min-width: 1024px) {
    .tour-sidebar {
        grid-column: span 4 / span 4;
    }
}

/* Tour Meta */
.tour-meta {
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
}

.tour-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .tour-meta-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.tour-meta-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.tour-meta-icon {
    padding: 0.5rem;
    background-color: #EAEDEA;
    border-radius: 0.5rem;
    color: #1A281F;
}

.tour-meta-label {
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tour-meta-value {
    color: #111318;
    font-weight: bold;
}


/* Content Sections */
.tour-section {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
	overflow: hidden;
}

.tour-section_content {
	padding: 24px;
}

.tour-section-header {
	background-color: #301014;
	padding: 1rem;
}

.tour-section-desc {
	padding: 1rem;
}

@media (min-width: 768px) {
    .tour-section-header {
        padding: 1.5rem;
    }
	
	    .tour-section-desc {
        padding: 1.5rem;
    }
}

.tour-section-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}

.tour-description {
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1rem;
}


/* Itinerary */
.tour-itinerary-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .tour-itinerary-item {
        gap: 1.5rem;
    }
}

.tour-day-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    font-size: 1.5rem;
    font-weight: 800;
    flex-shrink: 0;
}

.tour-itinerary-title {
    color: #111318;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}


.tour-itinerary-description {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.75;
    margin-bottom: 0.75rem;
}


.tour-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #f3f4f6;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4b5563;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Inclusions/Exclusions */
.inclusions-exclusions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .inclusions-exclusions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.inclusions-title,
.exclusions-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.inclusions-title {
    color: #334f35;
}

.exclusions-title {
    color: #6f3830;
}

.inclusions-list,
.exclusions-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.inclusion-item,
.exclusion-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.inclusion-text,
.exclusion-text {
    color: #4b5563;
    font-size: 0.875rem;
}

/* Booking Card */
.booking-card {
    position: sticky;
    top: 6rem;
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid #f3f4f6;
}

.price-section {
    margin-bottom: 1.5rem;
}

.price-label {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.price-amount {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.price-currency {
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 500;
}

.price-value {
    color: #111318;
    font-size: 1.875rem;
    font-weight: 800;
}


.price-unit {
    color: #6b7280;
    font-size: 0.875rem;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.info-label {
    color: #4b5563;
}

.info-value {
    font-weight: bold;
}

.availability-badge {
    color: #16a34a;
    font-weight: bold;
    background-color: #dcfce7;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
}

.primary-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    background-color: #3b82f6;
    color: white;
    font-weight: bold;
    padding: 1rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.primary-button:hover {
    background-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.tour-buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.whatsapp-button {
	background-color: #128c7e;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 1rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border: none;
}

.booking-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    background-color: #301014;
    border: 2px solid #301014;
    color: #ffffff;
    font-weight: bold;
    padding: 0.75rem;
    border-radius: 9999px;
    transition: all 0.3s ease;
}

.booking-button:hover {
    background-color: #c58882;
    color: white;
}

.security-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

/* Hero Carousel */

/* Menyesuaikan warna tombol agar serasi dengan tema Luxury */
.tour-hero-carousel {
    --swiper-navigation-color: #ffffff;
    --swiper-pagination-color: #ffffff;
}

.swiper-button-next, .swiper-button-prev {
    background: rgba(0, 0, 0, 0.2); /* Background transparan tipis */
    padding: 30px;
    border-radius: 50%;
    transform: scale(0.6); /* Mengecilkan ukuran tombol agar tidak mengganggu */
    transition: background 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}


/* Container Utama Gallery */
.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr); 
    gap: 16px;
    padding: 16px;
    width: 100%;
}

/* Tablet */
@media (min-width: 640px) {
    .gallery-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 Kolom */
    }
}

/* Laptop/Desktop Kecil */
@media (min-width: 1024px) {
    .gallery-wrapper {
        grid-template-columns: repeat(4, 1fr); /* 4 Kolom */
    }
}

/* Desktop Besar */
@media (min-width: 1280px) {
    .gallery-wrapper {
        grid-template-columns: repeat(6, 1fr); /* Target: 6 Kolom */
    }
}

/* Styling Gambar di Dalamnya */
.gallery-wrapper .gallery-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-wrapper .gallery-item img:hover {
    transform: scale(1.05); /* Efek zoom saat kursor di atas gambar */
}

.gallery-modal {
    display: none; /* Sembunyi secara default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.gallery-modal.active {
    display: flex;
}

.modal-swiper {
    width: 90%;
    height: 80%;
}

.modal-swiper img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Agar gambar tidak terpotong */
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

/* Container Utama */
.sailing-container {
    max-width: 100%;
	width: 100%;
    margin: 40px auto;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Navigasi Tab */
.sailing-tabs-nav {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
   	background-color: #301014;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Scroll halus di iOS */
    scrollbar-width: none; /* Sembunyikan scrollbar di Firefox */
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Sembunyikan scrollbar di Chrome, Safari, dan Opera */
.sailing-tabs-nav::-webkit-scrollbar {
    display: none;
}

.tab-link {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 24px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    flex-shrink: 0;
}

.tab-link.active {
    border-bottom: 3px solid #ffcc00;
    color: #ffcc00;
    background: rgba(255,255,255,0.05);
}

.tab-link:hover {
    background: rgba(255,255,255,0.1);
}

.tab-link.active {
    border-bottom: 3px solid #ffcc00;
    color: #ffcc00;
}

/* Konten Tab */
.sailing-tabs-content {
    padding: 30px;
    color: #333;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-pane.active {
    display: block;
}

.tab-title {
    color: #4a1c1c;
    margin-bottom: 20px;
    border-left: 5px solid #1a2e26;
    padding-left: 15px;
}

/* Container Utama Card */
.room-card-modern {
    display: flex;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Gambar */
.room-image {
    flex: 0 0 30%;
    max-width: 300px;
}
.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bagian Tengah (Informasi) */
.room-details {
    flex: 1;
    padding: 20px;
}
.room-name {
    color:  #334f35;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.room-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
}

.feature-item i {
    width: 20px;
    margin-right: 8px;
    color: #301014; 
    text-align: center;
}

/* Bagian Kanan (Harga & Tombol) */
.room-action {
    flex: 0 0 30%;
    padding: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #f5f5f5;
}
.price-box {
    margin-bottom: 5px;
	display: flex;
	align-items: center;
}
.price-amount {
    font-size: 1.4rem;
    font-weight: 800;
    color: #333;
}
.price-unit {
    color: #666;
    font-weight: 600;
}
.pax-box {
    color: #444;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

/* Tombol Book Now */

.btn-room-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.btn-book-now {
    background: #301014;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    text-align: center;
    transition: 0.3s;
}

.btn-book-now:hover {
    background: #c58882;
}

.btn-whatsapp-chat {
    background: #128c7e;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    text-align: center;
    transition: 0.3s;
}

.btn-whatsapp-chat:hover {
    background: #075e54;
}


/* Responsif Mobile */
@media (max-width: 768px) {
    .room-card-modern {
        flex-direction: column;
    }
    .room-image {
        flex: none;
        max-width: 100%;
        height: 200px;
    }
    .room-action {
        border-left: none;
        border-top: 1px solid #f5f5f5;
        text-align: left;
    }
}

/* Inclusions & Exclusions Grid */
.inc-exc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .inc-exc-grid { grid-template-columns: 1fr; }
}

/* Animasi */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    .tab-link {
        padding: 18px 18px;
        font-size: 14px;
    }
}

/* Testimoni */
.st-wrapper-section {
    padding: 50px 0;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.st-main-title {
    text-align: center;
    color: #301014;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    padding: 0 20px;
}

.st-horizontal-scroll {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.st-horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.st-card-item {
    flex: 0 0 310px;
    max-width: 310px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    scroll-snap-align: center;
    overflow: hidden;
}

.st-user-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.st-avatar-box {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.st-avatar-box img, 
.st-avatar-default {
    width: 48px !important;
    height: 48px !important;
    display: block;
    border-radius: 50% !important;
    object-fit: cover;
}

.st-avatar-default {
    background: #301014;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.st-user-name {
    margin: 0;
    font-size: 16px;
    color: #2d3436;
    font-weight: 700;
}

.st-user-location {
    margin: 0;
    font-size: 12px;
    color: #888;
}

.st-stars-row {
    margin-bottom: 12px;
    font-size: 13px;
    color: #dfe6e9;
}

.st-star-active {
    color: #f1c40f;
}

.st-body-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    font-style: italic;
    margin: 0;
}

@media (max-width: 768px) {
    .st-wrapper-section {
        padding: 40px 0;
    }

    .st-main-title {
        font-size: 22px;
    }

    .st-horizontal-scroll {
        padding-left: 20px;
        padding-right: 20px;
        gap: 15px;
    }

    .st-card-item {
        flex: 0 0 280px;
        max-width: 280px;
        padding: 20px;
    }
}

.suggested-tours-section {
    width: 100%;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #eeeeee;
    clear: both;
}

/* Suggest Tour */
/* Styling Judul */
.suggested-tours-section {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    color: #1a281f;
    margin-bottom: 2rem;
    font-weight: 700;
}

.suggested-section-title {
	padding: 16px 0 16px;
	color: #333;
}

/* Grid System */
.tour-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

/* Responsive Grid: 3 Kolom di Desktop */
@media (min-width: 768px) {
    .tour-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* cabin action */
/* Container Utama */
.bc_inline_modal_wrapper {
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
}

/* Tombol Pemicu */
.bc_modal_trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #1a281f;
    color: #ecebe4;
    padding: 16px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

.bc_modal_trigger .bc_arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Konten Modal yang Tersembunyi */
.bc_modal_inline_content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-10px);
}

/* Box di dalam Modal */
.bc_modal_inner_box {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 0 0 12px 12px;
    padding: 20px;
    margin-top: -5px; /* Menempel sedikit ke tombol atas */
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 12px; /* Jarak antar tombol di dalam modal */
}

.bc_modal_hint {
    font-size: 12px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    text-align: center;
}

/* Styling Tombol di Dalam Modal */
.bc_modal_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.bc_wa { background-color: #128c7e; }
.bc_book { background-color: #301014; }

/* Efek Hover untuk membongkar modal */
.bc_inline_modal_wrapper:hover .bc_modal_trigger {
    border-radius: 10px 10px 0 0;
    background-color: #2a3d31;
}

.bc_inline_modal_wrapper:hover .bc_modal_trigger .bc_arrow {
    transform: rotate(180deg);
}

.bc_inline_modal_wrapper:hover .bc_modal_inline_content {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover tombol individual */
.bc_modal_btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.bc_modal_btn i, 
.bc_modal_btn .material-symbols-outlined {
    font-size: 20px;
}