@font-face {
  font-family: 'Okomito';
  /* Choose a descriptive name for your font */
  src: url('../../images/font/Okomito-Medium.ttf') format('truetype');
  /* Specify the path to your TTF file and its format */
  /* Optional: Add font-weight and font-style if needed for different variations */
  /* font-weight: normal; */
  /* font-style: normal; */
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../../images/font/Lato/Lato-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Radnika-Bold';
  src: url('../../images/font/FontsFree-Net-radnika-next-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Radnika';
  src: url('../../images/font/Radnika-Medium.otf') format('opentype');
}

.font-okomito {
  font-family: 'Okomito', serif;
}

.font-radnika {
  font-family: 'Radnika', serif;
}

.font-radnika-bold {
  font-family: 'Radnika-Bold', serif;
}

.font-StudioSans-Bold {
  font-family: 'StudioSans-Bold', serif;
}

.font-Lato-Black {
  font-family: 'Lato-Black', serif;
}


.bg-gold {
  background-color: #e3c646 !important;
}

.bg-hijau-satu {
  background-color: #32593e !important;
}

.bg-hijau-dua {
  background-color: #497659 !important;
}

.bg-abu-satu {
  background-color: #9da29e !important;
}

.bg-abu-dua {
  background-color: #dfe3e4 !important;
}

/* CSS Select2 Js */
.select2.select2-container {
  width: 100% !important;
  /* font-family: 'Okomito', sans-serif;  */
  font-size: 0.85rem;
  line-height: 1.85;
}

.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 44px;
  margin-bottom: 5px;
  outline: none !important;
  transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  /* font-family: 'Okomito', sans-serif; */
  color: #333;
  line-height: 42px;
  padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 42px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
  border: 1px solid #95451f;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
  color: #333 !important;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
  /* font-family: 'Okomito', sans-serif; */
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
  /* font-family: 'Okomito', sans-serif; */
  font-size: 0.85rem;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #497659;
}

/* End CSS Select2 Js */

.text-transform-none {
  text-transform: none;
}

.outline-text {
  text-shadow:
    -2px -2px 0 #FFF,
    /* Top-left shadow */
    2px -2px 0 #FFF,
    /* Top-right shadow */
    -2px 2px 0 #FFF,
    /* Bottom-left shadow */
    2px 2px 0 #FFF;
  /* Bottom-right shadow */
}

.outline-text-gold {
  text-shadow:
    -2px -2px 0 #e3c646,
    /* Top-left e3c646 */
    2px -2px 0 #e3c646,
    /* Top-right shadow */
    -2px 2px 0 #e3c646,
    /* Bottom-left shadow */
    2px 2px 0 #e3c646;
  /* Bottom-right shadow */

  /* text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;  */
}

.outline-text-gold-two {
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: rgba(249, 232, 36, 0.69);
}

.outline-text-gold-three {
  text-shadow:
    2px -2px 0 #f1d35c,
    -2px -2.00001px 0 #f1d35c,
    -2.00001px 1.99999px 0 #f1d35c,
    1.99999px 2px 0 #f1d35c
}

.outline-text-black {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
}

.gt-footer-single-items h4 a {
  color: chartreuse;
}

.hero-3 .gt-hero-content h3 {
  /* font-size: 30px; */
  font-size: 2rem;
  color: var(--gt-theme);
}


.bg-form {
  background-color: var(--gt-theme);
}

.skp-kemenkes {
  margin-top: 40px;
}

.skp-kemenkes {
  display: flex; justify-content: center;
  
  /* gap: 10px; align-items: center; width: auto; border: 2px solid #CCC; */
}

.border-skp {
  font-size: 2rem; 
  /* background: rgba(236, 7, 7, 0.527); */
  background: rgba(28, 100, 10, 0.753);
  padding: 10px;
  color: #ffffff; 
  border: 4px solid #ffffff;
  display: flex; gap: 10px; align-items:center;
  border-radius: 20px;
}

.button-booking-now {
  position: fixed;
  right: 0;
  top: 50%;
  /* Adjust as needed for vertical positioning */
  transform: rotate(-90deg) translateY(-50%);
  /* Rotate and adjust vertical alignment */
  transform-origin: 100% 50%;
  /* Rotate around the right-center of the button */
  /* Add other styling for your button (background, padding, etc.) */
  padding: 10px 20px;
  /* background-color: #007bff;
  color: white; */
  border: none;
  cursor: pointer;
  z-index: 99999;
}

@media (max-width: 575px) {
  .hero-3 .gt-hero-content h6 {
    margin-top: 50px;
    /* font-size: 16px; */
    font-size: 1.6rem;
    text-align: center;
  }

  .hero-3 .gt-hero-content h1 {
    font-size: 40px;
    text-align: center;
  }

  .hero-3 .gt-hero-content h2 {
    font-size: 20px;
    text-align: center;
  }

  .hero-3 .gt-hero-content h3 {
    font-size: 14px;
    color: var(--gt-theme);
    text-align: center;
  }

  .hero-3 .gt-hero-content h5 {
    font-size: 13px;
    text-align: center;
  }

  .gt-theme-btn {
    font-size: 0.4rem;
    border-radius: 20px;
    padding: 10px;
    display: flex;
  }

  #header_right_pipkra_2026 {
    background: url('../img/home-3/hero/monas-transparant.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #img_monas {
    display: none;
  }

  #header_right_pipkra_2026 h3 {
    font-size: 1.6rem;
  }

  .skp-kemenkes span {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    color: #e3c646;
    font-size: 1rem;
  }


}

@media (max-width: 470px) {
  .gt-choose-us-wrapper-2 .gt-choose-us-left-item .gt-why-choose-us-image h2 {
    /* right: -21%;
    top: 18%; */

    top: 38%;
    right: -32%;
    font-size: 20px;
    text-transform: none;
  }
}


/* Start Loader */
.loader-container-load-pipkra {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 30, 20, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.logo-container-load-pipkra {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}

.logo-load-pipkra {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #2d7a52, #d4af37);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.7);
  animation: pulse-load-pipkra 2s infinite;
  position: relative;
  overflow: hidden;
}
.logo-load-pipkra img {
  height: 100%; width: 100%;
}

.logo-load-pipkra::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, #2d7a52, #d4af37, #2d7a52);
  border-radius: 50%;
  z-index: -1;
  filter: blur(20px);
  opacity: 0.7;
}

.logo-text-load-pipkra {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.loader-load-pipkra {
  width: 80px;
  height: 80px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border-top-color: #d4af37;
  border-right-color: #2d7a52;
  animation: spin-load-pipkra 1s linear infinite;
  position: relative;
}

.loader-load-pipkra::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 3px solid transparent;
  border-top: 3px solid #d4af37;
  border-radius: 50%;
  animation: spin-load-pipkra 1.5s linear infinite reverse;
}

.loading-text-load-pipkra {
  color: #d4af37;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.dots-load-pipkra {
  display: inline-block;
  width: 30px;
}

.dots-load-pipkra::after {
  content: '';
  animation: dots-load-pipkra 1.5s steps(5, end) infinite;
}

@keyframes spin-load-pipkra {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes puls-load-pipkra {
  0% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.7);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.9);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.7);
  }
}

@keyframes dots-load-pipkra {

  0%,
  20% {
    content: '.';
  }

  40% {
    content: '..';
  }

  60%,
  100% {
    content: '...';
  }
}
.hidden-load-pipkra {
  display: none;
}

.leaf-load-pipkra {
  position: absolute;
  width: 30px;
  height: 30px;
  background: linear-gradient(45deg, #2d7a52, #3a9c63);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.7;
  animation: float-load-pipkra 6s infinite ease-in-out;
}

.leaf-load-pipkra:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.leaf-load-pipkra:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-delay: 1s;
}

.leaf-load-pipkra:nth-child(3) {
  bottom: 15%;
  left: 20%;
  animation-delay: 2s;
}

.leaf-load-pipkra:nth-child(4) {
  bottom: 25%;
  right: 10%;
  animation-delay: 3s;
}

@keyframes float-load-pipkra {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

/* End Loader */


.photo-pipkra {
  margin-top: -30px;
}