/*
 * Berprestasi.ID 
 */

 html,
 body {
   font-family: "Urbanist", sans-serif;
 }
 
 .logo-footer {
   background-color: #5f33b6 !important;
   height: 500px;
 }
 
 .bg-ytta {
   background-color: #fff !important;
 }
 
 .ytta-title {
   font-size: 3rem;
   font-weight: bold;
 }
 
 .text-footer {
   color: #6c757d !important;
 }
 
 .text-legality-b {
    color: #8c52ff!important;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
 }
 
 .text-event {
  color: #8c52ff !important;

 }

 .mt-80 {
   margin-top: 80px !important;
 }
 
 .mb-80 {
   margin-bottom: 80px !important;
 }
 
 .pb-80 {
   padding-bottom: 80px !important;
 }
 
 .text-uncapitalize {
   text-transform: none !important;
 }
 
 .btn-telegram {
   position: relative;
   display: inline-block;
   padding: 10px 20px;
   color: #fff !important;
   overflow: hidden;
   border-radius: 5px;
   z-index: 0;
   cursor: pointer;
   text-align: center;
   text-decoration: none;
   transition: transform 0.2s;
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
 }
 
 .btn-telegram::before {
   content: "";
   position: absolute;
   top: -50%;
   left: -50%;
   width: 200%;
   height: 200%;
   background: linear-gradient(45deg, #3db8fa, #00b8d4, #3db8fa);
   background-size: 400% 400%;
   z-index: -1;
   transition: 0.5s;
   animation: gradient 5s ease infinite;
 }
 
 .btn-telegram:hover::before {
   animation: gradient 2s ease infinite;
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) !important;
 }
 
 .btn-telegram:hover {
   transform: scale(1.05);
 }
 
 .btn-whatsapp {
   position: relative;
   display: inline-block;
   padding: 10px 20px;
   color: #fff !important;
   overflow: hidden;
   border-radius: 5px;
   z-index: 0;
   cursor: pointer;
   text-align: center;
   text-decoration: none;
   transition: transform 0.2s;
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
 }
 
 .btn-whatsapp::before {
   content: "";
   position: absolute;
   top: -50%;
   left: -50%;
   width: 200%;
   height: 200%;
   background: linear-gradient(45deg, #25d366, #128c7e, #25d366);
   background-size: 400% 400%;
   z-index: -1;
   transition: 0.5s;
   animation: gradient 5s ease infinite;
 }
 
 .btn-whatsapp:hover::before {
   animation: gradient 2s ease infinite;
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3) !important;
 }
 
 .btn-whatsapp:hover {
   transform: scale(1.05);
 }
 
 .popup-image {
   width: 100%;
   height: 100%;
 }
 
 .popup-text {
   padding: 4px;
 }
 
 .popup-title {
   font-size: 19px;
   font-weight: normal;
   text-align: center;
 }
 
 .popup-subtitle {
   font-size: 14px;
   font-weight: normal;
   text-align: center;
 }
 
 .popup-button {
   display: block;
   width: 100%;
   text-align: center;
 }
 
 .popup-close {
   display: block;
   width: 100%;
   text-align: end;
   position: absolute;
   top: 10px; /* Jarak dari atas */
   right: 10px; /* Jarak dari kanan */
   z-index: 1; /* Pastikan tetap di atas elemen lain */
   justify-content: flex-end;
 }
 
 @keyframes gradient {
   0% {
     background-position: 0% 50%;
   }
   50% {
     background-position: 100% 50%;
   }
   100% {
     background-position: 0% 50%;
   }
 }
 
 .li-ngelink {
   cursor: pointer;
 }

 .fade-image {
   opacity: 0;
   transition: opacity 1s ease;
 }

 .fade-in {
   opacity: 1;
 }

  @keyframes slideLeft {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes slideRight {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .carousel-btn {
    cursor: pointer;
    font-weight: 900px;
    transition: all 0.2s;
    padding: 3px;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  
  .carousel-btn:hover {
    background: #ffffff;
  }
  
  .carousel-btn > svg {
    width: 50px;
    transition: transform 0.3s ease-in-out;
  }
  
  .carousel-btn:hover svg {
    transform: pointer(5px);
  }
  
  .carousel-btn:active {
    transform: scale(0.95);
  }
  
  
  
  


 

              /* new */
              /* new */
              /* new */
              /* new */
              /* new */
              /* new */
              /* new */
              /* new */



.persegi-b {
  width: 100%; /* Lebar persegi */
  height: 20%; /* Tinggi persegi */
  background-color: #f5eeff; /* Warna latar belakang persegi */
  position: fixed; /* Posisi tetap */
  bottom: 0; /* Tempatkan elemen di bagian bawah layar */
  left: 50%; /* Posisi horizontal di tengah */
  transform: translateX(-50%); /* Sesuaikan agar tepat di tengah */
  z-index: 10;
  
}   


.btn-daftar {
  align-items: center;
  appearance: none;
  background-color: #fcfcfd;
  border-radius: 4px;
  border-width: 0;
  box-shadow:
    rgba(45, 35, 66, 0.2) 0 2px 4px,
    rgba(45, 35, 66, 0.15) 0 7px 13px -3px,
    #d6d6e7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395a;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translate(-50% 50%);
  bottom: -10%;
  text-align: center;
  text-decoration: none;
  transition:
    box-shadow 0.15s,
    transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 20px;
  font-weight: bold;
  position: fixed;
}

.btn-daftar:focus {
  box-shadow:
    #d6d6e7 0 0 0 1.5px inset,
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px,
    #d6d6e7 0 -3px 0 inset;
}

.btn-daftar:hover {
  box-shadow:
    rgba(45, 35, 66, 0.3) 0 4px 8px,
    rgba(45, 35, 66, 0.2) 0 7px 13px -3px,
    #d6d6e7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.btn-daftar:active {
  box-shadow: #d6d6e7 0 3px 7px inset;
  transform: translateY(2px);
}

.btn-bukupanduan-icon {
  display: flex;
  align-items: center; /* Menyelaraskan ikon dan teks secara vertikal */
  justify-content: center; /* Menyelaraskan teks dan ikon secara horizontal */
  padding: 10px 20px;
  font-size: 16px;
  background-color: #ffffff;
  color: #8c52ff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-bukupanduan-icon {
  margin-right: 16px; /* Memberi jarak antara ikon dan teks */
}

/* Efek hover untuk tombol */
.btn-bukupanduan-icon:hover {
  background-color: rgb(89, 77, 77);
}

/* button Buku Panduan,link twibbon,link grup */ 
.btn-b {
  width: auto;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(95,33,182,.1),
    4px 4px 5px 0px rgba(95,33,182,.1);
  outline: none;
  flex: 2;
 }
 
 .btn-b {
  background: rgb(96, 6, 131);
  background: linear-gradient(0deg, rgb(140, 82, 255) 0%, rgb(176, 137, 237) 100%);
  outline: none;
  border: none;
  box-shadow: none;
 }
 
 .btn-b:hover {
  background: rgb(0,3,255);
  background: linear-gradient(0deg, rgb(176, 137, 237) 0%, rgb(140, 82, 255) 100%);
  outline: none;
  border: none;
  box-shadow: none;

 }

/* jarak antar elemen */
.box {
  margin-bottom: -20px;  /* Menambahkan jarak antar elemen */
}

/* mt */
.mt-6 {
  margin-top: 4rem;  /* 64px, atau ukuran margin lebih besar */
}

.mt-8 {
  margin-top: 9rem;
}

.my-6 {
  margin-bottom: 20%;
}

.ms-6 {
  margin-left: 4rem
}


.modal-body2 {
  max-height: 600px; /* Batasi tinggi maksimal modal */
  overflow-y: auto;  /* Menambahkan scroll vertikal jika konten lebih tinggi */
}


/* Menggunakan Flexbox untuk menata kontainer */
.container {
  display: flex;
  flex-direction: column;  /* Menata elemen secara vertikal */
  height: 100%;  /* Membuat kontainer mengisi 100% tinggi layar */
}

.square {
  width: 100px;
  height: 100px;
  background-color: white;
}

.text-bg {
  color:#f2c438!important;
} 

.bg-a {
  background-color: white;
}

.bg-footer-a { 
  background-color: #000583;
  padding-bottom: 200px;
}

.text-a {
  color: #6829e5!important;
}

.bg-footer-b {
  background-color: #5f33b6;
  padding-bottom: 200px;
}

.text-box {
  outline: none;
  font-weight: bold;
  font-size: 24px;
  padding: 0.75em;
  padding-left: 2em;
  padding-right: 2em;
  border: 4px solid #f69b23;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, rgba(83, 109, 254, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

/* From Uiverse.io by adamgiebl */ 
.btn-a {
  align-items: center;
  appearance: none;
  background-color: #ffffff;
  border-radius: 8px;
  border-width: 4px;
  border-color: #f69b23;
  box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, rgba(83, 109, 254, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #f69b23;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 56px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 20px;
}

.btn-a:focus {
  outline: none;
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(83, 109, 254, 0.4) 0 2px 4px, rgba(83, 109, 254, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.btn-a:hover {
  
  transform: translateY(-2px);
  background-color: #ffffff;
  color: #f69b23;

}

.btn-a:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.persegi-a {
  width: 100%; /* Lebar persegi */
  height: 20%; /* Tinggi persegi */
  background-color: #ffffff; /* Warna latar belakang persegi */
  position: fixed; /* Posisi tetap */
  bottom: 0; /* Tempatkan elemen di bagian bawah layar */
  left: 50%; /* Posisi horizontal di tengah */
  transform: translateX(-50%); /* Sesuaikan agar tepat di tengah */
  z-index: 10;
  
}

.text-a {
  color: #f69b23 !important;
}

.table-a {
  color: #f69b23;
}

.table-o {
  color: #6c3724;
}

/* btn olimpiade.berprestasi */ 
.btn-o {
  position: relative;
  margin: 0;
  padding: 0.8em 1em;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #6c3724;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  flex: 1;
  max-height: 50px;
}

.btn-o:hover {
  animation: sh0 0.5s ease-in-out both;
  background-color: #6c3724;
}

@keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

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

.btn-o:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

.btn-o::before,
.btn-o::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-o:hover::before,
.btn-o:hover::after {
  opacity: 0.15;
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn-o:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.btn-o:hover::after {
  transform: translate(50%, 0) scale(1.1);
}



.btn-p-o {
  position: relative;
  margin: 0;
  padding: 0.8em 1em;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #6c3724;
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  margin-left: auto;
  margin-right: auto;
}

.btn-p-o:hover {
  animation: sh0 0.5s ease-in-out both;
  background-color: #6c3724;
}

@keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

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

.btn-p-o:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

.btn-p-o::before,
.btn-p-o::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.btn-p-o:hover::before,
.btn-p-o:hover::after {
  opacity: 0.15;
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn-p-o:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.btn-p-o:hover::after {
  transform: translate(50%, 0) scale(1.1);
}

.text-o {
  color: #6c3724 !important;
}

.bg-o {
  background-color: #fff5e8;
}

.text-box-o {
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 0,75em;
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 10px;
  background-color: #6c3724;
  box-shadow: 0 0 0 4px #6c3724, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}

.text-legality-o {
  color: #6c3724 !important;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}

.text-legality-i {
  color: #08351c !important;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}

.text-legality-g {
  color: #ffffff !important;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}

.text-legality-k {
  color: #601c7c !important;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
}

/* botton i */ 
.btn-i {
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0,75em;
  padding-left: 2em;
  padding-right: 2em;
  border: 2px dashed #fff;
  border-radius: 10px;
  background-color: #0d522c;
  box-shadow: 0 0 0 4px #0d522c, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  transition: .1s ease-in-out, .4s color;
  flex: 1;
}

.btn-i:hover {
  box-shadow: 0 0 0 4px #0d522c, 1.5px 1.5px 2.5px 1.5px rgba(13, 82, 44, 0.5);
  background-color: #0d522c;
}

.btn-i:active {
  transform: translateX(0.1em) translateY(0.1em);
  box-shadow: 0 0 0 4px #0d522c, 1.5px 1.5px 2.5px 1.5px rgba(13, 82, 44, 0.5);
  background-color: #0d522c;

}

.text-box-i {
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 0,75em;
  padding-left: 2em;
  padding-right: 2em;
  border: 2px dashed #fff;
  border-radius: 10px;
  background-color: #0d522c;
  box-shadow: 0 0 0 4px #0d522c, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}

.persegi-i {
  width: 100%; /* Lebar persegi */
  height: 20%; /* Tinggi persegi */
  background-color: #d7f5d6; /* Warna latar belakang persegi */
  position: fixed; /* Posisi tetap */
  bottom: 0; /* Tempatkan elemen di bagian bawah layar */
  left: 50%; /* Posisi horizontal di tengah */
  transform: translateX(-50%); /* Sesuaikan agar tepat di tengah */
  z-index: 10;
}

.text-box-g {
  outline: none;
  color: #545454;
  font-weight: bold;
  font-size: 24px;
  padding: 0.75em;
  padding-left: 2em;
  padding-right: 2em;
  border: 2px dashed #fff;
  border-radius: 10px;
  background-color: #a6a6a6;
  box-shadow: 0 0 0 4px #a6a6a6, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
}

.persegi-g {
  width: 100%; /* Lebar persegi */
  height: 20%; /* Tinggi persegi */
  background-color: #cfcfcf; /* Warna latar belakang persegi */
  position: fixed; /* Posisi tetap */
  bottom: 0; /* Tempatkan elemen di bagian bawah layar */
  left: 50%; /* Posisi horizontal di tengah */
  transform: translateX(-50%); /* Sesuaikan agar tepat di tengah */
  z-index: 10;
}

/* From Uiverse.io by e-coders */ 
.btn-g {
  appearance: none;
  background-color: #a6a6a6;
  border: 2px dashed #fff;
  border-radius: 10px;
  box-sizing: border-box;
  color: #545454;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  min-height: 3em;
  min-width: 0;
  outline: none;
  padding: 0.75em;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  box-shadow: 0 0 0 4px #a6a6a6, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  flex: 1;
 }
 
 button:disabled {
  pointer-events: none;
 }
 
 button:hover {
  color: #fff;
  background-color: #363742;
  box-shadow: 0 0 0 4px #363742, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
 }
 
 button:active {
  box-shadow: none;
  transform: translateY(0);
 }

 /* btn-k */ 
.btn-k {
  align-items: center;
  appearance: none;
  background-color: #601c7c;
  border-radius: 8px;
  border-width: 3px;
  border-color: #601c7c;
  box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, rgba(83, 109, 254, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #f4ecf7;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 56px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 20px;
  font-weight: bold;
  outline: none;
}

.btn-k:focus {
  outline: none;
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(83, 109, 254, 0.4) 0 2px 4px, rgba(83, 109, 254, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.btn-k:hover {
  color: #601c7c;
  font-weight: bold;
  background-color: #f4ecf7;
  box-shadow: 0 0 0 4px #363742, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);

}

.btn-k:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
  outline: none;
  box-shadow: none;
  border: none;
}
  
.btn-k-t {
  align-items: center;
  appearance: none;
  background-color: #601c7c;
  border-radius: 8px;
  border-width: 3px;
  border-color: #601c7c;
  box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, rgba(83, 109, 254, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #65d6ff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono", monospace;
  height: 56px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 20px;
  font-weight: bold;
  outline: none;
}

.btn-k-t:focus {
  outline: none;
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(83, 109, 254, 0.4) 0 2px 4px, rgba(83, 109, 254, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.btn-k-t:hover {
  color: #601c7c;
  font-weight: bold;
  background-color: #f4ecf7;
  box-shadow: 0 0 0 4px #363742, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);

}

.btn-k-t:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
  outline: none;
  box-shadow: none;
  border: none;
}

.persegi-k {
  width: 100%; /* Lebar persegi */
  height: 20%; /* Tinggi persegi */
  background-color: #f4ecf7; /* Warna latar belakang persegi */
  position: fixed; /* Posisi tetap */
  bottom: 0; /* Tempatkan elemen di bagian bawah layar */
  left: 50%; /* Posisi horizontal di tengah */
  transform: translateX(-50%); /* Sesuaikan agar tepat di tengah */
  z-index: 10;
}

.text-box-k {
  outline: none;
  color: #601c7c;
  font-weight: bold;
  font-size: 24px;
  padding: 0.75em;
  padding-left: 2em;
  padding-right: 2em;
  border: 3px solid #601c7c;
  border-radius: 10px;
  background-color: #601c7c;
  box-shadow: rgba(83, 109, 254, 0.2) 0 2px 4px, rgba(83, 109, 254, 0.15) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  
}


.whatsapp-float {
  position: fixed;
  bottom: 25%;
  right: 20px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 35px;
  z-index: 1000;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 3px solid white; /* Tambahkan border */
}

.whatsapp-float:hover {
  background-color: #1ebe57;
  color: #fff;
  transform: scale(1.1);
  text-decoration: none;
  border: 3px dashed white; /* Tambahkan border */
}

/* Carousel Styles */
.image-carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.image-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  cursor: grab;
  user-select: none;
}

.image-carousel-track.grabbing {
  cursor: grabbing;
  transition: none;
}

.carousel-image-container {
  flex: 0 0 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}

.carousel-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  pointer-events: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* For mobile devices - show 1 image */
@media (max-width: 768px) {
  .carousel-image-container {
    flex: 0 0 100%;
    padding: 0 5px;
  }
  
  .image-carousel-container {
    min-height: 300px !important;
  }
}

.carousel-btn {
  opacity: 0.8;
  transition: all 0.2s;
}

.carousel-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Modal custom size */
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}