/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 10 2025 | 02:19:46 */
.wa__popup_powered,
.wa__popup_powered_mb{
	display: none !important;
}
#paket-wisata-tabs .elementor-widget-n-tabs .e-n-tab-title:not(.e-active){
	background-color: var(--e-global-color-e77cf44 ) ;
}
#paket-wisata-tabs .elementor-widget-n-tabs .e-n-tab-title{
	border-radius: 0;
}
#paket-wisata-tabs .sticky-element-custom .e-n-tabs-heading{
	box-shadow: none;
	gap: 0;
	border-radius: 0;
}
#paket-wisata-tabs .elementor-widget-n-tabs .e-n-tab-title:not(.e-active){
	color: var(--e-global-color-primary );
}


#paket-wisata-tabs  :is( .elementor-element > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading, .elementor-668 .elementor-element.elementor-element-1d78c7ee > .elementor-widget-container > .e-n-tabs > .e-n-tabs-content ) > .e-n-tab-title.e-active{
	background: var(--e-global-color-0556b2b );
}

#paket-wisata-summary{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-family: Poppins, "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
}
#paket-wisata-summary .paket-wisata-summary-label{
	font-weight: bold;
	width: 50%;
}
#paket-wisata-summary .paket-wisata-summary-label,
#paket-wisata-summary .paket-wisata-summary-value{
	width: 50%;
	padding: 0 5px;
}

.sticky-element-custom .e-n-tabs-heading {
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: var(--e-global-color-e77cf44 ) ;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
	border-radius: 5px;
	}
	@media(max-width: 768px){
		
		.sticky-element-custom .e-n-tabs-heading {
			width: 100%;
			overflow-x: auto;
			white-space: nowrap;
			display: block;
			border-radius: 0px;
		}

		.sticky-element-custom .e-n-tabs-heading > div {
		  display: inline-block;
		}
	}/* @max-width 768px */


/* header css ilham*/
.elementor-96 .elementor-element.elementor-element-35a7e72f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before, .elementor-96 .elementor-element.elementor-element-35a7e72f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{
background-color: transparent;
}
.elementor-96 .elementor-element.elementor-element-35a7e72f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-96 .elementor-element.elementor-element-35a7e72f .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{
background-color: transparent;
}
#menu-1-35a7e72f .menu-item .elementor-item-active{
border-radius:30px 0px 20px 7px !important;
    /*background: #0391a2;*/
	background:#01606A;
}

div.elementor-social-icons-wrapper a.elementor-icon.elementor-social-icon.elementor-social-icon-instagram {
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/* end header css ilham*/

.bg-img-custom{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: -1;
}
.bg-img-custom img{
	object-fit: cover;
	object-posiiton: center center;
	width: 100%;
	height: 100%;
	display: block;
}
.wp-caption-text{
	display: block;
	width: 100%;
	text-align: center;
}
/* FAQ */
.faq-accordion {
  display: block;
  width: 100%;
}
.faq-accordion .faq-item {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.faq-accordion .faq-item .faq-question {
  margin: 0;
  display: block;
  background-color: #f0f0f1;
  color: #333;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  transition: all ease 0.7s;
  border-radius: 10px;
}
.faq-accordion .faq-item .accordion-trigger {
  background-color: transparent;
  border: none;
  padding: 0;
  display: block;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  color: #444;
	white-space: normal;
}
.faq-accordion .faq-item .accordion-panel {
  background-color: transparent;
  padding: 10px;
  border: 1px solid #eee;
  transform: translateY(100%);
   transition: all ease 0.7s;
  height: 0;
  overflow: hidden;
}
.faq-accordion .faq-item.active {
  margin: 10px 0;
}
.faq-accordion .faq-item.active .accordion-panel {
  padding: 10px;
  transform: translateY(0%);
  height: auto;
  border-radius: 0 0 10px 10px;
	transition: all ease 0.7s;
	/*border: 1px solid #333;*/
}
.faq-accordion .faq-item.active .faq-question {
  border-radius: 10px 10px 0 0;
 transition: all ease 0.7s;
	/*border: 1px solid #333;
  background-color: #0062ff;*/
	
}
.faq-accordion .faq-item.active .accordion-trigger {
  color: #222;
}
/*end FAQ */

/* Gallery */
.travel-gallery-wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.travel-gallery-wrapper figure{
	width: calc(100%/4);
}
.travel-gallery-wrapper figure a{
	display: block;
	width: 100%;
	height: 100%;
}
.travel-gallery-wrapper figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media(max-width: 768px){
	.travel-gallery-wrapper figure{
		width: calc(100%/3);
	}
}
@media(max-width: 550px){
	.travel-gallery-wrapper figure{
		width: calc(100%/2);
	}
}
/* end Gallery */

#tablepress-21 .column-1{
	min-width: 125px;
}
#tablepress-22 .column-1{
	min-width: 125px;
}

@media (max-width: 768px){
	.sticky-element-custom .e-n-tabs-heading{
		flex: 1 1 auto;
		display:flex;
		flex-flow:row nowrap;
		position:relative;
	}
}

#informasi-penting-banner{
	display: block;
	 transition: opacity 0.5s ease;
    opacity: 1;
}

#informasi-penting-banner.hidden {
    opacity: 0;
    pointer-events: none;
}

