/*
Theme Name: Weesimple
Text Domain: weesimple
Version: 1.1.4.336
Requires PHP: 5.2.4
Description: Our default theme for 2021 is designed to take full advantage of the flexibility and simplicity.
Tags: blog, simple, dark-theme, light-theme, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, accessibility-ready
Author: the Weefer Design team
Author URI: https://weefer.co.id/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

  *features
  *pagination
  *single navigation
  *header
  *menu
  *content
  *footer
  *utilities

----------------------------------------------------------------------------- */
:root {
  --weefer: #EFCA06;
  --darkgreen: #124A2C;
  --lightweefer: #FBF7E9;
}

a[href="#pll_switcher"] {
	display: flex !important;
	align-items: center;
}

.ws-link-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Popup Promo */

.hide-popup-promo {
    display: none !important;
}

.popup-promo {
    position: relative;
    max-width: 600px;
}

.close-popup-promo {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  	padding: 0.5rem;
}

/* End of Popup Promo */

.ig-embed-container {
  position: relative;
  width: 100%;
  padding-top: 120%; /* Adjust based on Instagram embed aspect ratio */
}

.ws-link-container {
	max-width: 600px;
}	

.ws-link-ig-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ws-lang-switcher .menu {
	padding: 8px;
	overflow: unset !important;
}

.ws-lang-switcher .pll-parent-menu-item {
	display: flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
}

.ws-lang-switcher .menu-chevron-down {
	position: static !important;
	width: unset !important;
	height: unset !important;
	padding: 0 !important;
}

.ws-lang-switcher .menu-chevron-down i {
	font-size: 1rem !important;
}

.ws-lang-switcher a[href="#pll_switcher"] {
	padding: 0 !important;
}

.ws-lang-switcher .sub-menu {
	position: absolute;
    max-width: 240px;
    padding-left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background-color: #fff;
    border-radius: 4px;
    top: 40px;
	left: 0;
	z-index: 1;
}

.ws-lang-switcher .sub-menu a {
	padding: 0.6rem 1rem;
}

#ws-nav-menu i {
	line-height: unset;
}

.multiline-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-fade {
  animation-name: gallery-fade;
  animation-duration: 1.5s;
}

@keyframes gallery-fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.gallery-container {
  position: relative;
  width: 100%;
}

.gallery-container img {
  object-fit: cover;
  object-position: center;
  height: 500px;
  overflow: hidden;
  border-radius: 12px
}

.gallery-gradient {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(33,37,41);
  background: linear-gradient(180deg, rgba(33,37,41,0.2) 0%, rgba(33,37,41,0.95) 87%);
  border-radius: 12px;
}

.ws-product-logo img {
	width: 100%;
}

.ws-nav-tab-container-2 {
  overflow: auto;
	position:relative;
/*   padding-left: 2.5rem;
  padding-right: 2.5rem; */
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: -webkit-grab;
  cursor: grab;
}
/* .ws-nav-tab-container-2:after, .ws-nav-tab-container-2:before{
	content:'';
	position:absolute;
	width:40px;
	top:0;
	bottom:0;
	background: rgb(33,37,41);
	z-index:99999;
}
.ws-nav-tab-container-2:before{
	left:0;
	background:linear-gradient(90deg, rgba(33,37,41,1) 0%, rgba(33,37,41,0) 100%);
}
.ws-nav-tab-container-2:after{
	right:0;
	background:linear-gradient(90deg, rgba(33,37,41,0) 0%, rgba(33,37,41,1) 100%);
} */
.ws-nav-tab-container-2::-webkit-scrollbar {
  display: none;
}
.ws-nav-tab-container-2.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ws-nav-tab-item-2 {
  position: relative;
  padding: 1.2rem 2rem;
  margin-right: 1rem;
  color: #8C8C8C;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border: 1px solid rgba(233, 233, 234, 0.33);
  border-radius: 0.375rem;
  max-width: 200px;
  text-align: center;
}


.ws-tabs.ws-link .ws-nav-tabs {
	justify-content: start;
	border-bottom: 2px solid var(--bs-primary);
	align-items: flex-end;
}

.ws-tabs.ws-link .ws-nav-tab-item-2 {
    border: 1px solid rgba(219, 219, 219, 1);
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    border-radius: 0.375rem 0.375rem 0 0;
    border-bottom: none;
    background-color: rgba(242, 242, 242, 1);
	flex-direction: row;
}

.ws-tabs.ws-link .ws-nav-tab-item-2.active {
    border: 2px solid var(--bs-primary);
    margin-bottom: calc(-1 * 2px);
    border-bottom: none;
    background-color: #fff;
    padding: 0.75rem 1rem;
}

.ws-tabs.ws-link .ws-nav-tab-item-2::after {
	content: none;
}
.ws-nav-tab-item-2:hover,
.ws-nav-tab-item-2.active {
  color: var(--bs-white);
}
.ws-tabs.ws-link .ws-nav-tab-item-2:hover {
  color: #171A1C;
}
.ws-tabs.ws-link .ws-nav-tab-item-2.active {
  color: #171A1C;
}
.ws-nav-tab-item-2:last-child {
  margin-right: 0;
}
.ws-nav-tab-item-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border: 0px solid var(--bs-primary);
  border-radius: 0.375rem;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.ws-nav-tab-item-2.active::after {
  border: 1px solid var(--bs-primary);
}
.ws-nav-tab-item-2.active > img {
  filter: invert(89%) sepia(28%) saturate(5903%) hue-rotate(28deg) brightness(98%) contrast(89%);
}
.ws-tabs.ws-link .ws-nav-tab-item-2.active > img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(5597%) hue-rotate(349deg) brightness(100%) contrast(86%);
}
.rounded-4 {
  border-radius: 1rem;
}
.wpcf7-list-item.first {
	margin-left: 0;
} 
.ws-toc {
	position:fixed;
	top:54px;
	left:0;
	right:0;
	height:58px;
	overflow: hidden;
	background-color:var(--bs-light);
	z-index:2;
}
#ws-toc-lists.change {
	height:calc(100vh - 54px);
}
#ws-toc-btn {
	cursor:pointer;
  transform: rotate(90deg);
}
#ws-toc-btn.change {
  transform: rotate(270deg);
}
.ws-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    border-left: 2px solid #dadde1;
	overflow-y: auto;
	max-height:calc(100vh - 128px);
}
.ws-toc li {
    margin-bottom: 5px;
    line-height: 1.6;
    position: relative; /* Position relative for the pseudo-element */
}
.ws-toc a {
    text-decoration: none;
    color: #6c757d; /* Dark text color */
	font-size:0.875rem;
	line-height: 1.2em;
    display: block; /* Make the link a block element */
    padding-left: 15px; /* Padding for text alignment */
	transition: all 50ms ease-in-out;
}
.ws-toc a::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px; /* Width of the blue indicator */
	background-color: transparent;
	transition: all 50ms ease-in-out;
}

.ws-toc a.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px; /* Width of the blue indicator */
    background-color: #00bfff; /* Blue indicator color */
}
.ws-toc a.active {
    color: var(--bs-dark); /* Text color when active */
}

@media (min-width: 992px) {
	.ws-side-blog {
		position: sticky;
		top: 77px;
		height: calc(100vh - 77px);
	}
	.ws-toc {
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		height:auto;
		background-color:transparent;
	}
	.ws-toc .container {
		padding: 0 !important;
	}
	#ws-toc-btn {
		display:none;
	}
	.ws-toc ul {
		max-height:calc(60vh - 143px);
	}
	#ws-toc-lists.change {
		height:auto;
	}
}

.ws-subscribe-card {
	background-image: url('https://www.weefer.co.id/wp-content/themes/weesimple/assets/images/cloud-background.svg');
	background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
    background-color: var(--darkgreen);
    border-radius: 5px;
    color: #fff;
}

.ws-progress-bar {
  width: 100%;
	position:absolute;
	bottom:-2px;
	left:0;
	right:0;
  height: 4px;
  background: rgba(230, 230, 230, 0.5);
	z-index:-1;
}

.ws-progress {
  height: 5px;
  background: #ECAA20;
  width: 0%;
}


.ws-related-post-thumbnail {
  width: 150px;
  height: 78px;
}

.weesimple-post-card-images img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
}

.ws-nav-tab-container {
  overflow: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0.375rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: -webkit-grab;
  cursor: grab;
}
.ws-nav-tab-container::-webkit-scrollbar {
  display: none;
}
.ws-nav-tab-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ws-nav-tabs {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ws-nav-tab-item {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 3rem;
  color: var(--bs-secondary);
  cursor: pointer;
}
.ws-nav-tab-item:hover,
.ws-nav-tab-item.active {
  color: var(--bs-dark);
}
.ws-nav-tab-item:last-child {
  margin-right: 0;
}
.ws-nav-tab-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: var(--bs-primary);
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.ws-nav-tab-item.active::after {
  height: 4px;
}
.ws-tab-content-container {
  margin-top: 1rem;
}
.ws-tab-content-item {
  display: none;
}
.ws-tab-content-item.active {
  display: block;
}

.ws-marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
}
  
.ws-marquee-items {
  display: flex;
  animation: marquee 40s linear infinite running;
}

.ws-marquee-items:hover {
  animation-play-state: paused;
}

.ws-marquee-item {
  width: max-content;
  margin: 0 3rem;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  cursor: pointer;
}

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

.ws-marquee-grayscale {
  filter: grayscale(100%);
  opacity: 0.6;
}

.ws-marquee-grayscale:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.ws-marquee-reverse {
  animation: marquee-reverse 40s linear infinite running;
}

.ws-animation-80 {
	animation-duration: 80s !important;
}
    
@keyframes marquee {
  0% {
    transform: translateX(0);
  } 
  100% {
    transform: translate(-50%);
  }
}

@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  } 
  100% {
    transform: translate(0%);
  }
}


.ws-carousel-slider-wrapper {
  overflow-x: hidden;
}
.ws-carousel-slider-wrapper.position-absolute {
  left:0;
	right:0;
}

.ws-carousel-slides {
  display: flex;
  transform: translateX(-100%);
}

.ws-carousel-slides.shifting {
  transition: transform 400ms;
}

.ws-carousel-slider-items {
	flex: 1 0 100%;
}

.ws-carousel {
	-webkit-clip-path: inset(0px -100vw 0px 0px);
	        clip-path: inset(0px -100vw 0px 0px);
}
.ws-carousel-frame {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.ws-carousel-item {
  width: 264px;
}

.ws-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #adb5bd;
  -webkit-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
}

.ws-carousel-dot.active {
  width: 20px;
  background-color: #495057;
}

.ws-carousel-dot.active-light {
  width: 20px;
  background-color: #FFFFFF;
}

.ws-accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
	order: -1;
    margin-left: 0; 
    margin-right:0.5em;
}

.ws-accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
	order: -1;
    margin-left: 0; 
    margin-right:0.5em;
}


.ws-tabs .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
	order: -1;
    margin-left: 0; 
    margin-right:0.5em;
}

.ws-tabs .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
	order: -1;
    margin-left: 0; 
    margin-right:0.5em;
}

.ws-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: none;
	border-bottom: 3px solid var(--bs-nav-pills-link-active-bg);
}

.ws-tabs .nav-pills .nav-link {
    border-radius: 0;
}


/* -------------------------------------------------------------------------- */
/*	*features
/* -------------------------------------------------------------------------- */
.bg-haermes {
	background-color:#F28A0F !important;
}
#wnbar-all p {
	margin: 0;
}

#wnbar-page p {
	margin: 0;
}

#wnbar-all .wnbar-close:hover {
	color: var(--bs-primary) !important;
	cursor: pointer;
}

#wnbar-page .wnbar-close:hover {
	color: var(--bs-primary) !important;
	cursor: pointer;
}

.weesimple-gallery-img {
	height: 200px;
	width: 100%;
	display: block;
	object-position: center;
	object-fit: cover;
}

.weesimple-slider-img {
  display: block;
  width: auto;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
}

.weesimple-slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.weesimple-slider-prev-arrow, .weesimple-slider-next-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.weesimple-slider-next-arrow {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.weesimple-slider-prev-arrow:hover, .weesimple-slider-next-arrow:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.weesimple-slider-comment-text {
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.weesimple-slider-commentator-text {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 3rem;
}

.weesimple-slider-position-text {
	font-size: 1rem;
	text-align: center;
}

/* Number text (1/3 etc) */
.weesimple-slider-numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.weesimple-slider-dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.weesimple-slider-dot-active, .weesimple-slider-dot:hover {
  background-color: #717171;
}

/* Fading animation */
.weesimple-slider-fade {
  animation-name: weesimpleSliderFade;
  animation-duration: 1.5s;
}

@keyframes weesimpleSliderFade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* floating button */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:0;
	left:0;
	background-color:#F33;
	color:#FFF;
	box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
	border-radius:50px;
	text-align:center;
	z-index:9995;
	animation: bot-to-top 2s ease;
	text-decoration: none;
}

.categories{
	position:fixed;
	left: 0;
	bottom:70px;
	z-index:9995;
}

.categories li{
	list-style:none;
	margin-bottom:10px;
}

.categories li a{
	background-color:#F33;
	color:#FFF;
	box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
	border-radius:50px;
	text-align:center;
	width:50px;
	height:50px;
	display:block;
	text-decoration: none;
}

.categories:hover{
	visibility:visible!important;
	opacity:1!important;
}


.my-float{
	padding: 14px;
}

.big-float{
	padding: 17px;
}

div#menu-share + .categories{
    visibility: hidden;
}

div#menu-share:hover + .categories{
    visibility: visible;
    animation: scale-in 0.5s;
}

div#menu-share {
	transform: rotate(0deg);
	transition: transform 0.5s ease;
}

div#menu-share:hover {
	color: #fff;
	cursor: pointer;
	transform: rotate(360deg);
}

@keyframes bot-to-top {
    0%   {bottom: -40px}
    50%  {bottom: 0px}
}

@keyframes scale-in {
    from {transform: scale(0);opacity: 0;}
    to {transform: scale(1);opacity: 1;}
}

/* -------------------------------------------------------------------------- */
/*	*pagination
/* -------------------------------------------------------------------------- */
.weesimple-pagination {
  padding: 1rem;
}
.weesimple-pagination h2 {
  display: none;
}
.weesimple-pagination .pagination {
  display: block;
}
.weesimple-pagination .nav-links {
  text-align: center;
}
.weesimple-pagination a {
  text-decoration: none;
}
.weesimple-pagination .page-numbers {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.1rem 1rem;
}
.weesimple-pagination .prev,
.weesimple-pagination .next {
  border: 1px solid var(--bs-primary);
  border-radius: 4px;
}

.cursor-pointer {
	cursor: pointer;
}

.hide-modal{
	display: none !important;
}

.backdrop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
}

.modal-popup{
	background-color: white;
	position: relative;
	padding: 2rem 4rem;
	max-width: 650px;
	border-radius: 0.5rem;
}

.modal-popup-close {
	background: transparent;
	border: none;
	color: var(--bs-primary);
	text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*	*single navigation
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	*header
/* -------------------------------------------------------------------------- */
#site-header {
  width: 100%;
  height: 54px;
  position: sticky;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  background-color: white;
  transition: 0.4s ease-out;
}
/*
* #site-search-bar
*/
#site-search-bar {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  background-color: white;
  display: none;
  align-items: center;
  transition: 0.4s ease-out;
  z-index: 1;
}
#site-search-bar.change {
  display: flex;
}
#weesimple-menu-icon.change,
#weesimple-x-icon {
  display: none;
}
#weesimple-x-icon.change {
  display: inline;
}
#site-header.sticky,
#site-search-bar.sticky {
  box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, 0.1);
}

.wpadminbarspaceheader {
  top: 46px !important;
}
@media screen and (min-width: 768px) {
  .wpadminbarspaceheader {
    top: 32px !important;
  }
}
/* -------------------------------------------------------------------------- */
/*	*menu
/* -------------------------------------------------------------------------- */
#site-menu {
  position: fixed;
  width: 100%;
  height: calc(100vh - 54px);
  top: 54px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: white;
  box-shadow: inset 0 0.1rem 2rem rgba(0, 0, 0, 0.1);
  display: none;
}
#site-menu.change {
  display: block;
}
.menu,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  max-height: calc(100vh - 54px);
  padding: 0.75rem 2px 5.5rem;
  overflow: auto;
}
.sub-menu {
  padding-left: 1rem;
}
.menu-item {
  position: relative;
}
.menu-item a {
  display: block;
  padding: 0.6rem 48px 0.6rem 1rem;
  text-decoration: none;
  color: var(--bs-dark);
  transition: color 0.4s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.current_page_item > a,
.menu-item a:hover {
  color: var(--bs-primary);
}

.menu-item div:hover {
  color: var(--bs-primary);
  cursor: pointer
}
.menu-item-has-children > .menu-chevron-down {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px 0 0;
}

.menu-item-has-children > a.change,
.menu-item-has-children > div.change {
  font-weight: bold;
}
.menu-item-has-children > .sub-menu {
  display: none;
}
.menu-item-has-children > .sub-menu.change {
  display: block;
}

.menu-chevron-down i {
  transition: 0.4s ease-out;
  transform: rotateZ(0deg);
}
.menu-chevron-down.change i {
  transform: rotateZ(180deg);
}

.wpadminbarspacemenu {
  top: 100px !important;
}

@media screen and (min-width: 768px) {
  #site-menu {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    overflow: visible;
    background-color: transparent;
    box-shadow: none;
  }
  #site-menu .menu {
    max-height: auto;
    padding: 0rem;
    overflow: visible;
    display: flex;
    width: 100%;
  }
  #site-menu .menu-item a {
    padding: 0.6rem 1rem 0.6rem 1rem;
  }
  #site-menu .sub-menu {
    position: absolute;
    max-width: 240px;
    padding-left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }

  #site-menu .menu .sub-menu {
    background-color: white;
  }
  #site-menu .menu .sub-menu .menu-item:hover {
    background-color: #f9f9f9;
    border-radius: 4px;
  }

  #site-menu .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  #site-menu .menu .sub-menu .menu-chevron-down {
    display: none;
  }
  #site-menu .menu-item-has-children {
    padding-right: 14px;
  }
  #site-menu .menu-item-has-children > .menu-chevron-down {
    width: 40px;
    padding: 0;
    top: 3.5px;
  }
  #site-menu .menu-item-has-children a i,
  #site-menu .menu-item-has-children div i {
    font-size: 1rem;
  }
  #site-menu .menu-item-has-children > a.change,
  #site-menu .menu-item-has-children > div.change {
    font-weight: normal;
  }
  #site-menu .menu-item-has-children > .sub-menu.change {
    display: none;
  }
  #site-menu .menu-item-has-children:hover > .sub-menu,
  #site-menu .menu-item-has-children .menu-chevron-down:hover ~ .sub-menu {
    display: block;
  }
  #site-menu .menu-item-has-children:hover > .menu-chevron-down i {
    transform: rotateZ(180deg);
  }
  #site-menu .menu-chevron-down.change i {
    transform: rotateZ(0deg);
  }

  .wpadminbarspacemenu {
    top: auto !important;
  }
}

/* -------------------------------------------------------------------------- */
/*	*content
/* -------------------------------------------------------------------------- */
/* #site-content {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  #site-content {
    margin-top: 80px;
  }
} */

/* -------------------------------------------------------------------------- */
/*	*comment
/* -------------------------------------------------------------------------- */

#comments .children {
	list-style-type: none;
}

#cancel-comment-reply-link {
	font-size: 1rem !important;
	margin-left: 0.5rem !important;
	font-weight: normal !important;
}

.comment-respond {
	margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

/* -------------------------------------------------------------------------- */
/*	*footer
/* -------------------------------------------------------------------------- */
#site-footer {
/*   border-top: 1px solid #e6e6e6; */
  background: #212529;
  color: #fff;
/*   background: -moz-linear-gradient(
    180deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(250, 250, 250, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#ffffff",GradientType=1); */
}

#site-footer .menu-item a {
  color: var(--bs-white);
}

#site-footer .menu-item a:hover {
  color: var(--bs-primary);
}
#footer .ws-lang-switcher a[href="#pll_switcher"] {
  color: #BABBBD;
}

#footer .ws-lang-switcher .sub-menu {
	top: unset;
    bottom: 40px;
}
/* -------------------------------------------------------------------------- */
/*	*utilities
/* -------------------------------------------------------------------------- */
.weesimple-border {
	border-right: 1px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 767px) {
  .weesimple-border {
	  border-right: none;
    }
}

@media screen and (max-width: 991px) {	
  .weesimple-card-image {
	  width: 100% !important;
  }

  .weesimple-card-text {
	  width: 100% !important;
  }
}

.weesimple-image-thumbnail {
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.weesimple-card-image {
	width: 105px;
}

.weesimple-card-text {
	width: calc(100% - 105px);
}

.weesimple-excerpt,
.weesimple-excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0;
}

.weesimple-btn-icon {
  padding: 8px;
  color: var(--bs-dark);
  text-decoration: none;
}
.weesimple-grayscale-effect {
  transition: opacity 0.4s;
  filter: grayscale(100%);
  opacity: 0.6;
}
.weesimple-grayscale-effect:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* .weesimple-single-feature-images {
  position: relative;
  overflow: hidden;
  background-image: url(./assets/images/single-background.svg);
  background-position: center;
  background-size: cover;
}

.weesimple-single-feature-images img {
  width: 100%;
  height: auto;
} */

.single-hero-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background-color: var(--bs-primary);
  transition: opacity 0.3s ease-out;
}

.single-hero-navigation:hover {
  opacity: 1;
}

.weesimple-post-card-images {
  overflow: hidden;
  border-radius: 4px;
}

.weesimple-post-card-images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transform: rotate(0deg) scale(1) translateX(0) translateZ(0);
  transition: all 0.3s ease;
}
.card:hover .weesimple-post-card-images img {
  transform: rotate(1deg) scale(1.07) translateZ(0);
}
.weesimple-btn-icon:hover {
	color: var(--bs-primary-hover);
	cursor: pointer;
}
/* -------------------------------------------------------------------------- */
/*	*override style
/* -------------------------------------------------------------------------- */
.widget_nav_menu .menu {
  padding-top: 2px;
  padding-bottom: 2px;
}
.widget_nav_menu .current_page_item > a {
  color: var(--bs-dark);
}
.widget_nav_menu .current_page_item > a:hover {
  color: var(--bs-primary);
}
.widget_nav_menu ul li a {
  padding-left: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.widget_nav_menu ul li .menu-chevron-down {
  padding-right: 0;
}
.widget_nav_menu > h3 {
  color: #8C8C8C;
  font-size: 1rem !important;
  max-width: 250px;
}
.widget_nav_menu {
  margin-bottom: 1rem;
}

/* -------------------------------------------------------------------------- */
/*	*video iframe widget
/* -------------------------------------------------------------------------- */
.wfr-btn-play-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: auto;
}
.wfr-btn-play-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  background-color: rgba(33, 37, 41, 0.5);
  box-shadow: 0 24px 72px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
.wfr-btn-play-animation {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  background-color: var(--bs-dark);
  animation: wfr-play-radar 1s infinite;
}

@keyframes wfr-play-radar {
  from {
    transform: scale(0.3);
    opacity: 1;
  }
  to {
    transform: scale(1.1);
    opacity: 0;
  }
}
.wfr-btn-play-container:hover {
  width: 180px;
  height: 180px;
}
.wfr-btn-play-container .wfr-btn-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  background-color: var(--bs-dark);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.wfr-btn-play-container:hover .wfr-btn-play {
  width: 150px;
  height: 150px;
}
.wfr-btn-play-container .wfr-btn-play .play-triangle {
  border-color: transparent white;
  border-style: solid;
  border-width: 14px 0px 14px 20px;
  height: 0px;
  width: 0px;
}

#video-frame-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99999999999999999999999999999;
  cursor: pointer;
}

#video-frame-wrapper.change {
  display: flex;
}

#video-frame-close {
  text-align: right;
  color: var(--bs-white);
  font-size: 1.25rem;
}

#video-frame-close:hover {
  color: var(--bs-primary);
}

#wfr-iframe-video-frame {
  position: relative;
  width: calc(100vw - 60px);
  height: calc(100vh - 100px);
  max-width: 1200px;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}
* {
  word-wrap: break-word;
}
/* -------------------------------------------------------------------------- */
/*	*wpb custom widget menu
/* -------------------------------------------------------------------------- */
.wfr-wpb-widget-nav-menu {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.wfr-wpb-widget-nav-menu.sticky {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  background-color: black;
  z-index: 998;
}
.wfr-wpb-widget-nav-menu .widget {
  display: block;
  width: 100%;
}
.wfr-wpb-widget-nav-menu ul.menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wfr-wpb-widget-nav-menu ul.menu {
    max-width: 1320px;
  }
}

.wfr-wpb-widget-nav-menu ul.menu .menu-item {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.wfr-wpb-widget-nav-menu ul.menu .current-menu-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--bs-white);
  position: absolute;
  bottom: 0;
}
.wfr-wpb-widget-nav-menu ul.menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  color: var(--bs-white);
  text-decoration: none;
  font-size: 0.875rem;
  white-space: nowrap;
}
.wfr-wpb-widget-nav-menu ul.menu .current-menu-item a {
  font-weight: 500;
}
.wfr-wpb-widget-nav-menu.sticky ul.menu .menu-item a {
  color: white;
}
.wfr-page-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 120px);
}
/* .grecaptcha-badge{
	transform: translatex(100%);
} */

.event-faq-style h3 {
	font-size: 1rem !important;
}

.event-faq-style h3 span {
	color: #212529 !important;
	font-weight: bold;
}

.wpcf7-spinner {
    position:absolute !important;
    top:50% !important;
    left:50% !important;
    margin-top:-12px !important;
    margin-left:-12px !important;
}

/* ==========================================================================
   TOP PROMO BAR - BOOTSTRAP BOX STYLE
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

#wee-promo-bar-wrapper {
    display: block !important;
    height: 50px !important; 
    overflow: hidden !important;
    position: relative !important;
    background-color: #1D2026 !important; 
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important; 
    z-index: 9999 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wee-promo-bar-wrapper .promo-track {
    transition: transform 0.5s ease-in-out !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wee-promo-bar-wrapper .promo-item {
    flex: 0 0 50px !important; 
    height: 50px !important; 
    display: flex !important;
    align-items: center !important; 
    justify-content: center !important; 
    width: 100% !important;
    padding: 0 80px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 14px !important;
}

/* Styling Tombol Kotak ala Alert Bootstrap */
#wee-promo-bar-wrapper .promo-btn {
    background-color: rgba(236, 170, 32, 0.2) !important; /* Warna brand #ECAA20 dengan transparansi */
    color: #ECAA20 !important;
    border: 1px solid #ECAA20 !important;
    padding: 4px 12px !important;
    margin-left: 15px !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    text-transform: uppercase;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

#wee-promo-bar-wrapper .promo-btn:hover {
    background-color: #ECAA20 !important;
    color: #1D2026 !important;
    text-decoration: none !important;
}

#wee-promo-bar-wrapper .promo-nav {
    position: absolute !important;
    right: 15px !important;
    top: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

#wee-promo-bar-wrapper .promo-nav button {
    background: rgba(255, 255, 255, 0.1) !important; 
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    padding: 4px !important; 
    border-radius: 4px !important;
    display: flex !important;
    cursor: pointer !important;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    #wee-promo-bar-wrapper { height: 70px !important; }
    #wee-promo-bar-wrapper .promo-item {
        flex: 0 0 70px !important;
        height: 70px !important;
        flex-direction: column !important;
        font-size: 11px !important;
        padding: 0 60px 0 10px !important;
    }
    #wee-promo-bar-wrapper .promo-btn { 
        margin: 6px 0 0 0 !important; 
        padding: 2px 8px !important;
        font-size: 10px !important;
    }
}

#ws-header { display: flex !important; flex-direction: row !important; }

/* ==========================================================================
   WEEFER FLOATING PROMO WIDGET (TOA NOTIFICATION)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Container Utama Melayang di Kiri Bawah */
#wee-floating-promo-container {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    z-index: 99999 !important;
    font-family: 'Roboto', sans-serif !important;
}

/* Tombol Bulat (Toa) */
#wee-promo-trigger {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: #1D2026 !important; /* Warna gelap Weefer */
    color: #ECAA20 !important; /* Ikon kuning Weefer */
    border: 2px solid #ECAA20 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    transition: transform 0.3s ease, background-color 0.3s ease !important;
    padding: 0 !important;
}

#wee-promo-trigger:hover {
    transform: scale(1.05) !important;
    background-color: #2b3039 !important;
}

/* Badge Notifikasi Merah */
#wee-promo-badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background-color: #ff4d4d !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #ffffff !important; /* Garis putih biar lebih menonjol */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}

/* Kotak Popup Promo */
#wee-promo-popup {
    position: absolute !important;
    bottom: 80px !important; /* Muncul di atas tombol */
    left: 0 !important;
    width: 320px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    border: 1px solid #e0e0e0 !important;
    overflow: hidden !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    transform-origin: bottom left !important;
}

/* Class untuk menyembunyikan popup */
.promo-popup-hidden {
    opacity: 0 !important;
    transform: scale(0.8) !important;
    pointer-events: none !important;
}

/* Header Popup */
.promo-popup-header {
    background-color: #1D2026 !important;
    color: #ECAA20 !important;
    padding: 15px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 16px !important;
}

.promo-popup-header button {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 24px !important;
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: color 0.2s ease !important;
}

.promo-popup-header button:hover {
    color: #ff4d4d !important;
}

/* Body & Item Promo */
.promo-popup-body {
    max-height: 400px !important;
    overflow-y: auto !important;
    padding: 0 !important;
}

.promo-popup-item {
    padding: 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #333333 !important;
}

.promo-popup-item:last-child {
    border-bottom: none !important;
}

.promo-popup-item p {
    margin: 0 0 15px 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* ==========================================================================
   WEEFER FLOATING PROMO WIDGET (TOA NOTIFICATION)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

/* Container Utama - Sembunyikan TOTAL (Tombol & Kotak) di detik ke-0 */
#wee-floating-promo-container {
    display: none !important; /* Harga mati: jangan muncul dulu */
    opacity: 0; /* Mulai dari transparan */
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    z-index: 99999 !important;
    font-family: 'Roboto', sans-serif !important;
}

/* Tombol Bulat (Toa) */
#wee-promo-trigger {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-color: #1D2026 !important; 
    color: #ECAA20 !important; 
    border: 2px solid #ECAA20 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    transition: transform 0.3s ease, background-color 0.3s ease !important;
    padding: 0 !important;
}

#wee-promo-trigger:hover {
    transform: scale(1.05) !important;
    background-color: #2b3039 !important;
}

/* Badge Notifikasi Merah */
#wee-promo-badge {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background-color: #ff4d4d !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #ffffff !important; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}

/* Kotak Popup Promo */
#wee-promo-popup {
    position: absolute !important;
    bottom: 80px !important; 
    left: 0 !important;
    width: 320px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    border: 1px solid #e0e0e0 !important;
    overflow: hidden !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
    transform-origin: bottom left !important;
}

/* Class untuk menyembunyikan popup saat di-close */
.promo-popup-hidden {
    opacity: 0 !important;
    transform: scale(0.8) !important;
    pointer-events: none !important;
}

/* Header Popup */
.promo-popup-header {
    background-color: #1D2026 !important;
    color: #ECAA20 !important;
    padding: 15px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 16px !important;
}

.promo-popup-header button {
    background: none !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 24px !important;
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: color 0.2s ease !important;
}

.promo-popup-header button:hover {
    color: #ff4d4d !important;
}

/* Body & Item Promo */
.promo-popup-body {
    max-height: 400px !important;
    overflow-y: auto !important;
    padding: 0 !important;
}

.promo-popup-item {
    padding: 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    color: #333333 !important;
}

.promo-popup-item:last-child {
    border-bottom: none !important;
}

.promo-popup-item p {
    margin: 0 0 15px 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Override Bootstrap Outline Button khusus di Widget */
#wee-floating-promo-container .btn-outline-primary {
    color: #ECAA20 !important;
    border-color: #ECAA20 !important;
    font-weight: 700 !important;
    width: 100% !important; /* Tombol memanjang penuhi kotak */
}

#wee-floating-promo-container .btn-outline-primary:hover {
    background-color: #ECAA20 !important;
    color: #1D2026 !important;
}

/* Penyesuaian khusus layar HP */
@media (max-width: 768px) {
    #wee-floating-promo-container {
        bottom: 20px !important;
        left: 20px !important;
    }
    #wee-promo-trigger {
        width: 50px !important;
        height: 50px !important;
    }
    
    /* FIX: Ubah 'svg' menjadi 'img' menyesuaikan tag HTML yang baru */
    #wee-promo-trigger img {
        width: 20px !important;
        height: 20px !important;
    }
    
    #wee-promo-popup {
        width: 280px !important;
        bottom: 70px !important;
    }
}

/* Animasi Fade In untuk delay 2 detik */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}