/* Base style */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d1d5db;
  /* abu muda */
  border-radius: 8px;
  height: 44px;
  padding: 6px 14px;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  align-items: center;
  color: #111827;
  box-shadow: none;
}

/* Placeholder style */
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #9ca3af;
  font-weight: 400;
}

/* Selected value */
.select2-selection__rendered {
  color: #111827;
  line-height: normal;
  padding-left: 0;
}

/* Remove default padding from rendered text */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

/* Arrow style (dropdown icon) */
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #111827 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

/* Remove focus border */
.select2-container--default.select2-container--focus
  .select2-selection--single {
  border-color: #d1d5db;
  box-shadow: none;
}

/* Adjust dropdown search field */
.select2-container .select2-search--dropdown .select2-search__field {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* Adjust dropdown option */
.select2-results__option {
  padding: 8px 12px;
  font-size: 14px;
}

/* Highlighted option */
.select2-results__option--highlighted {
  background-color: #facc15;
  color: #000;
}

/* Ensure width full */
.select2-container {
  width: 100% !important;
  position: relative;
}

a.glink.gt-current-lang {
  color: #e0b10f !important;
  border-bottom: 2px solid #000;
}

.bg-par {
  background-color: #e0b10f;
}

.text-par {
  color: #e0b10f !important;
}

.button.-par-1 {
  background-color: #fde79a;
  border: 2px solid #fde79a;
}

.button.-par-2 {
  background-color: #e0b10f;
  border: 2px solid #e0b10f;
}

.button.-par-2:hover {
  background-color: transparent !important;
  color: var(--color-dark-1) !important;
}

.header.-type-4 .header-search-field input:focus {
  border-color: 2px solid #e0b10f !important;
}

.button.-par-1:hover {
  background-color: transparent !important;
  color: var(--color-dark-1) !important;
}

.mainSlider.-type-1 {
  margin-top: 95px;
}

.mainSlider.-type-1 .mainSlider__bg::after {
  background-color: transparent;
}

.pagination.-arrows .pagination__item.is-active {
  background-color: #e0b10f;
}

.tabs.-pills-2 .tabs__controls .tabs__button.is-active {
  color: var(--color-white) !important;
  background-color: #e0b10f !important;
}

.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.wa-float:hover {
  transform: scale(1.1);
}

.wa-chat-bubble {
  position: fixed;
  bottom: 95px;
  left: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 998;
  animation: fadeInUp 1s ease-out;
  max-width: 260px;
  font-size: 14px;
}

.wa-chat-content::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.pagination.-buttons .pagination__button {
  color: #e0b10f;
  background-color: #fff3ca;
}

.pagination.-buttons .pagination__button:hover {
  background-color: #e0b10f;
  color: white;
}

.pagination.-buttons .pagination__count a::after {
  background-color: #e0b10f;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .mainSlider.-type-1 {
    margin-top: 70px;
  }

  .breadcrumbs {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .mainSlider.-type-1 {
    margin-top: 60px;
  }

  .breadcrumbs {
    margin-top: 70px;
  }
}

[data-anim^="slide-"].is-in-view,
[data-anim-child^="slide-"].is-in-view {
  z-index: 10;
}

.checkbox-prmry input[type="checkbox"] {
  /* display: none; */
  opacity: 0;
  position: absolute;
  z-index: -10;
  top: 5px;
}

.checkbox-prmry input[type="checkbox"] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #000;
}

.checkbox-prmry input[type="checkbox"] + label:before {
  content: "\f096";
  color: var(--color-dark-1);
}

.checkbox-prmry input[type="checkbox"] + label:before {
  letter-spacing: 10px;
}

.checkbox-prmry input[type="checkbox"]:checked + label:before {
  content: "\f046";
  color: #d61a1a;
}

.checkbox-prmry input[type="checkbox"]:checked + label:before {
  letter-spacing: 5px;
}

.checkbox-prmry .clr-lbl {
  color: var(--color-dark-1);
}

.select2-selection--single {
  height: 55px !important;
}

.position-absolute {
  position: absolute;
}

.psotion-relative {
  position: relative;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.z-index-min-1 {
  z-index: -1;
}

.left-0 {
  left: 0;
}
