
.goog-te-banner-frame { display: none !important; }
.goog-te-menu-frame { max-width: 100% !important; }
.skiptranslate iframe { display: none !important; }
body { top: 0px !important; }




/* .des{
margin-top: -550px;
}*/

.btn-orange {
	background-color: #e67e22;
	color: white;
	border-radius: 40px;
	font-weight: 700;
	padding: 10px 24px;
	border: none;
}
.btn-orange:hover {
	background-color: #cf711f;
	color: white;
}
.btn-success {
	background-color: #4aa937;
	color: white;
	border-radius: 40px;
	font-weight: 700;
	padding: 10px 24px;
	border: none;
}
.btn-success:hover {
	background-color: #385d31;
	color: white;
}
.card {
	border-radius: 20px;
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
/*display: flex;*/
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}

/* State aktif */
/* Container utama */
.fab-container {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 999;
}

/* Tombol utama */
.fab-main {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #3f51b5;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 0.3s;
}

/* Menu items */
.fab-menu {
	position: absolute;
	bottom: 70px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s;
}

.fab-item {
	width: 110px;
	height: 50px;
	border-radius: 50%;
	background: green;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 0.3s;
}

.fab-item:hover {
	transform: scale(1.1);
}

/* Label untuk menu items */
.fab-label {
	position: absolute;
	left: 70px;
	background: #333;
	color: white;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	transition: all 0.3s;
}

.fab-item:hover .fab-label {
	opacity: 1;
}

/* State aktif */
.fab-container.active .fab-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.fab-container.active .fab-main {
	transform: rotate(45deg);
	background: green;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-backdrop.show {
	opacity: 0;
}

/*.ftco-section {
padding: 3.9em 0;

}*/


/** {
	font-family: 'Inter', sans-serif;
}
*/
.tour-card {
	border: none;
	border-radius: 1.25rem;
	transition: all 0.25s ease-in-out;
	background: white;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden; /* Agar gambar tidak keluar dari card */
}

.tour-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 30px -12px rgba(47, 190, 116, 0.8);
}

.card-img-top {
	width: 100%;
	height: 240px;
	object-fit: cover; /* Memastikan gambar mengisi area tanpa distorsi */
	object-position: center; /* Memusatkan gambar */
	transition: transform 0.3s ease;
}

.tour-card:hover .card-img-top {
	transform: scale(1.05); /* Efek zoom saat hover */
}

.card-body {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.rating {
	color: #f5b042;
	font-size: 0.9rem;
	letter-spacing: 2px;
	margin-bottom: 0.85rem;
}

.rating span {
	color: #6c757d;
	font-size: 0.8rem;
	margin-left: 6px;
	font-weight: 500;
}

.tour-title {
	font-weight: 700;
	font-size: 1.35rem;
	margin-bottom: 0.75rem;
	color: #1e2f2a;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tour-description {
	color: #5a6e66;
	font-size: 0.9rem;
	line-height: 1.45;
	margin-bottom: 1.25rem;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.price-wrapper {
	border-top: 1px solid #e9ecef;
	padding-top: 1rem;
	margin-top: 0.5rem;
}

.price {
	font-weight: 800;
	font-size: 1.5rem;
	color: #1e5a44;
	display: block;
	margin-bottom: 0.75rem;
}

.price small {
	font-size: 0.85rem;
	font-weight: 500;
	color: #6b857a;
}

.btn-detail {
	background-color: #f2f6f4;
	border: none;
	border-radius: 2rem;
	padding: 0.5rem 1rem;
	font-size: 0.85rem;
	font-weight: 500;
	color: #1e5a44;
	transition: all 0.2s;
	cursor: pointer;
}

.btn-detail:hover {
	background-color: #76c774;
	color: #0c3b2e;
	transform: translateY(-2px);
}

.btn-detail1 {
	background-color: #5fda5b ;
	border: none;
	border-radius: 2rem;
	padding: 0.5rem 1rem;
	font-size: 0.85rem;
	font-weight: 500;
	color: #1e5a44;
	transition: all 0.2s;
	cursor: pointer;
}

.btn-detail1:hover {
	background-color: #76c774;
	color: #0c3b2e;
	transform: translateY(-2px);
}

/* Responsive adjustments */


/* Loading effect untuk gambar */
.card-img-top {
	background-color: #f0f0f0;
}
.modal-backdrop {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
/* ========== HERO SECTION SETENGAH LAYAR ========== */
/* Section hero dengan tinggi setengah layar */
.hero-section {
	position: relative;
	width: 100%;
	height: 50vh; /* Setengah tinggi viewport */
	min-height: 400px; /* Minimal tinggi */
	max-height: 600px; /* Maksimal tinggi */
	overflow: hidden;
}

/* Carousel mengambil tinggi penuh dari section */
#heroCarousel {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-item {
	height: 100%;
}

/* Hero wrap dengan tinggi setengah layar */
.hero-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* Container dan slider text */
.hero-wrap .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.slider-text {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.slider-text.align-items-center {
	align-items: center !important;
}

/* Styling teks */
.ftco-animate h1 {
	color: white;
	font-size: 2.5rem;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	margin-bottom: 1rem;
}

.ftco-animate p {
	color: black;
	font-size: 1rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin-bottom: 1.5rem;
}

/* Styling button */
.btn-orange {
	background-color: #e67e22;
	color: white;
	border-radius: 40px;
	font-weight: 700;
	padding: 8px 20px;
	border: none;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s;
	font-size: 0.9rem;
}

.btn-orange:hover {
	background-color: #cf711f;
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
}

/* Carousel controls */
.carousel-control-prev,
.carousel-control-next {
	width: 5%;
	opacity: 0;
	transition: opacity 0.3s;
}

.hero-section:hover .carousel-control-prev,
.hero-section:hover .carousel-control-next {
	opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	padding: 15px;
	background-size: 50% 50%;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: rgba(255,255,255,0.5);
}

.carousel-indicators li.active {
	background-color: #e67e22;
}

/* Animasi teks */
.carousel-item.active .ftco-animate h1 {
	animation: fadeInUp 0.6s ease-out;
}

.carousel-item.active .ftco-animate p {
	animation: fadeInUp 0.6s ease-out 0.2s both;
}

.carousel-item.active .ftco-animate .btn {
	animation: fadeInUp 0.6s ease-out 0.4s both;
}

/*@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}*/

/* ========== RESPONSIVE ========== */

@media (max-width: 768px) {
	.img12{

		display: none;
	}
	.des{
		margin-top: -300px;
	}

	.fab-container {
		bottom: 20px;
		left: 20px;
	}

	.fab-main {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.fab-item {
		width: 100px;
		height: 40px;
		font-size: 14px;
	}

	.fab-label {
		right: 60px;
		font-size: 10px;
	}

	.navbar-brand {
		font-weight: 700;
		font-size: 24px;
		line-height: 0;
		margin-left: 20px;
	}

	.ftco-navbar-light .navbar-toggler {
		border: none;
		color: rgb(255, 255, 255) !important;
		cursor: pointer;
		padding-right: 0;
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: .1em;
		margin-right: 10px;
		
	}

	/*.jj {
		margin-top: 15px;
	}*/

	.navbar-collapse {
		margin-left: 20px;
	}


}
@media (min-width: 769px) {

	.jj{
		display: none;
	}
	#home {
		height: 90vh;
		min-height: 400px;
		max-height: 600px;
		padding: 3.8rem 0;
	}

	#home .carousel,
	#home .carousel-inner,
	#home .carousel-item,
	#home .hero-wrap {
/*height: 100%;*/
}

.des{
	margin-top: -230px;

}

.keunggulan{
margin-top: -100px;
}
.gmb{
	height: 800px;
}

.ftco-navbar-light {
	background: #505f48f2 !important;
	height: 70px;
}

/*.ftco-navbar-light {
  padding: 0px 0px !important;
}*/


}

}

@media (max-width: 992.98px) {
  

  #ftco-navbar {
  padding: 0 !important;
}

/* Atau pakai selector lebih spesifik */
nav#ftco-navbar.ftco_navbar {
  padding: 0 !important;
}

.ftco-navbar-light .navbar-nav {
  margin-right: 1rem;
}
}


/* Tablet */
@media (max-width: 768px) {
	.hero-section {
		height: 40vh;
		min-height: 350px;
		max-height: 500px;
	}

	.ftco-animate h1 {
		font-size: 1.8rem;
	}

	.ftco-animate p {
		font-size: 0.85rem;
	}

	.btn-orange {
		padding: 6px 16px;
		font-size: 0.8rem;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		padding: 10px;
	}

	.card-img-top {
		height: 200px;
	}

	.tour-title {
		font-size: 1.2rem;
	}

	.price {
		font-size: 1.3rem;
	}

	.btn-detail {
		font-size: 0.75rem;
		padding: 0.4rem 0.8rem;
	}

	.btn-detail1 {
		font-size: 0.75rem;
		padding: 0.4rem 0.8rem;
	}
	#home {
		height: 40vh;
		min-height: 350px;
		max-height: 500px;
/*padding: 3.8rem 0;*/
}



}



/* Mobile */
@media (max-width: 576px) {
	.hero-section {
		height: 35vh;
		min-height: 300px;
		max-height: 450px;
	}

	.ftco-animate h1 {
		font-size: 1.4rem;
		margin-top: -340px;
	}

	.ftco-animate p {
		font-size: 0.75rem;
		/*display: -webkit-box;*/
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.btn-orange {
		padding: 5px 14px;
		font-size: 0.75rem;
	}
	.card-img-top {
		height: 240px;
	}
}

/* Desktop besar */
@media (min-width: 1200px) {
	.hero-section {
		height: 45vh;
		min-height: 450px;
		max-height: 550px;
	}

	.ftco-animate h1 {
		font-size: 3rem;
		margin-top: -220px;
	}

	.ftco-animate p {
		font-size: 1.1rem;
	}

	.ftco-navbar-light .navbar-nav {
  margin-right: 1rem;
}
}

/* Opsi alternatif: menggunakan clamp untuk fleksibilitas */
.hero-section {
	height: clamp(350px, 50vh, 600px);
}

/* Menghilangkan class js-fullheight yang menyebabkan full screen */
.js-fullheight {
	height: auto !important;
	min-height: auto !important;
}

  /* CSS murni untuk hover dropdown */
  .dropdown {
    position: relative;
  }
  
  /* Sembunyikan menu secara default */
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2c3e50;
    border-radius: 8px;
    min-width: 220px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border: none;
    z-index: 1000;
  }
    
  .nav-item:hover{
     background-color: #e67e22;
     border-radius: 8px;
  }

  /* Tampilkan menu saat hover pada dropdown atau menu itu sendiri */
  .dropdown:hover .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
  
  /* Tambahkan transisi area untuk mencegah dropdown hilang */
  .dropdown-menu {
    margin-top: 0;
    padding-top: 10px;
  }
  
  /* Perpanjang area hover */
  .dropdown:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
  }
  
  .dropdown-item {
    color: black;
    padding: 10px 20px;
    transition: all 0.3s;
  }
  
  .dropdown-item:hover {
    background-color: #e67e22;
    color: black;
  }
  
  /* Animasi panah */
  .dropdown-toggle::after {
    transition: transform 0.3s;
  }
  
  .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  
  /* Untuk mobile - gunakan klik */
  @media (max-width: 991px) {
    .dropdown .dropdown-menu {
      display: none;
      position: static;
      float: none;
      width: 100%;
      background-color: #1a252f;
      padding-left: 20px;
    }
    
    .dropdown.show .dropdown-menu {
      display: block;
    }
    
    .dropdown:after {
      display: none;
    }

  }

  .collapse:not(.show) {
  display: none;
}