* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  /* background: linear-gradient(to bottom, #ffffff, #e9f6ef);
    background-image: url(assets/bg-kua-desktop.jpg); */
  background:
    linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.75)),
    url("../bg-kua-desktop.jpg") center / cover no-repeat fixed;
  color: #1f2937;
}

/* HEADER */
.header {
  position: relative;
  z-index: 2;
}

.header img {
  animation-delay: 1.15s;
  animation-duration: 0.7s;
}

.banner {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  border-radius: 0px 0px 12px 12px;
}

.logo-wrapper {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 99;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-anim {
  display: flex;
}

.logo-wrapper img {
  width: 92px;
  height: 92px;
  animation-delay: 2.75s;
}

.logo-layanan-wrapper {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 99;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-layanan-anim {
  display: flex;
}

.logo-layanan-wrapper img {
  width: 76px;
  height: 76px;
  animation-delay: 2.75s;
}

/* CONTENT */
.container {
  position: relative;
  padding: 50px 22px 0px;
  text-align: center;
  /* max-width: 420px; */
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.2px);
  -webkit-backdrop-filter: blur(1.2px);
  border-radius: 0px 0px 24px 24px;
  overflow: auto;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 30px 15px rgba(255, 255, 255, 1.5);
}

h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.subtitle {
  font-size: 13.5px;
  color: #4b5563;
  margin-bottom: 15px;
  margin-top: 24px;
  letter-spacing: -0.25px;
}

.follow-us {
  font-size: 20px;
  color: #0000009d;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 24px;
  letter-spacing: -0.6px;
  line-height: 1.8rem;
}

.follow-us span {
  font-size: 16px;
  color: #0000009d;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 24px;
  letter-spacing: -0.5px;
}

.line {
  height: 1px;
  width: 100%;
  padding: 0px 18px 0px;
  background: #0d807198;
  background: linear-gradient(
    90deg,
    rgba(13, 128, 113, 0) 0%,
    rgba(13, 128, 113, 0.6) 30%,
    rgba(13, 128, 113, 1) 50%,
    rgba(13, 128, 113, 0.6) 70%,
    rgba(13, 128, 113, 0) 100%
  );
}

.tagline {
  color: #155b5198;
  padding: 12px;
  font-size: 1.125rem;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.molle-regular-italic {
  font-family: "Molle", cursive;
  font-weight: 400;
  font-style: italic;
}

.sarina-regular {
  font-family: "Sarina", cursive;
  font-weight: 400;
  font-style: normal;
}

/* SOCIAL */
.social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.social a {
  width: 40px;
  height: 40px;
  background: #fbbf24;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

/* MENU */
.menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
  margin-top: 28px;
  padding: 0px 18px 0px;
}

.menu-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 14px;
  border-radius: 14px;
  font-size: 13px;
  color: #000000a2;
  font-weight: 600;
  cursor: pointer;
}

/* WHATSAPP */
.wa-btn {
  background: #0f9d8a;
  color: white;
  padding: 14px;
  border-radius: 18px;
  border: none;
  width: 100%;
  font-size: 13px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* FEEDBACK */
.feedback-btn {
  background: #fbbf24;
  border: none;
  padding: 14px;
  border-radius: 18px;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
}

/* AVATAR */
.avatar-section {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.avatar-section img {
  display: block;
  width: 100%;
  max-width: 224px;
}

.btn-9 {
  background: #51a3b8;
  font-size: 20px;
  color: white;
  border-radius: 7px;
  box-shadow: 0 7px 0px #387796;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  padding: 9px 12px;
  position: relative;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  margin: 0 20px;
}

.btn-9:active {
  top: 3px;
  box-shadow: 0 2px 0px #387796;
  transition: all 0.2s;
}

/* Buton 9 Bitti */

.btn-10 {
  background: #8d6e63;
  font-size: 20px;
  color: white;
  border-radius: 7px;
  box-shadow: 0 7px 0px #6d4c41;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  padding: 9px 12px;
  position: relative;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  margin: 0 20px;
}

.btn-10:active {
  top: 3px;
  box-shadow: 0 2px 0px #6d4c41;
  transition: all 0.2s;
}

/* Buton 10 Bitti */

.btn-11 {
  background: #7986cb;
  font-size: 20px;
  color: white;
  border-radius: 7px;
  box-shadow: 0 7px 0px #3f51b5;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  padding: 9px 12px;
  position: relative;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  margin: 0 20px;
}

.btn-11:active {
  top: 3px;
  box-shadow: 0 2px 0px #3f51b5;
  transition: all 0.2s;
}

.click-btn {
  display: flex;
  width: 100%;
  height: 54px;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 58px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  box-shadow: rgba(127, 171, 132, 0.2) 0px 6px 28px 0px;
}

.btn-style902 {
  position: relative;
  background: linear-gradient(90deg, #25d366 0%, #128c7e 100%);
  border-color: #25d366;
  color: rgba(255, 255, 255, 0.956);
  letter-spacing: -0.5px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: rgba(75, 180, 132, 0.4) 0px 8px 24px;
  span {
    position: relative;
    left: -0.5em;
    transition: all 0.4s;
  }

  &::before,
  &::after {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #25d366;
    transition: all 0.4s;
    color: #ffffffed;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
  }

  &::before {
    width: 44px;
    height: 100%;
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #25d366;
    border-radius: 58px 0 0 58px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
  }

  &::after {
    width: 100%;
    transform: translate(100%, 0);
    content: attr(data-hover);
    text-align: left;
    text-indent: 34px;
  }

  &:hover {
    border-color: rgba(235, 242, 230, 0.73);

    span {
      left: -100%;
    }

    &::before {
      right: 71%;
    }

    &::after {
      right: 71%;
    }
  }
}

.btn-style903 {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 92, 92, 1) 100%
  );
  border-color: #ff0000;
  color: rgba(255, 255, 255, 0.956);
  letter-spacing: -0.5px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: rgba(75, 180, 132, 0.4) 0px 8px 24px;
  span {
    position: relative;
    left: -0.5em;
    transition: all 0.4s;
  }

  &::before,
  &::after {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #d40808;
    transition: all 0.4s;
    color: #ffffffed;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
  }

  &::before {
    width: 44px;
    height: 100%;
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d40808;
    border-radius: 58px 0 0 58px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
  }

  &::after {
    width: 100%;
    transform: translate(100%, 0);
    content: attr(data-hover);
    text-align: left;
    text-indent: 34px;
  }

  &:hover {
    border-color: rgba(235, 242, 230, 0.73);

    span {
      left: -100%;
    }

    &::before {
      right: 71%;
    }

    &::after {
      right: 71%;
    }
  }
}

.btn-style904 {
  position: relative;
  background-color: #0f9d8a;
  border-color: #0e8c7b;
  color: rgba(255, 255, 255, 0.956);
  letter-spacing: -0.5px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: rgba(75, 180, 132, 0.4) 0px 8px 24px;
  span {
    position: relative;
    left: -0.5em;
    transition: all 0.4s;
  }

  &::before,
  &::after {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    background-color: #0d8071;
    transition: all 0.4s;
    color: #ffffffed;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
  }

  &::before {
    width: 44px;
    height: 100%;
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d8071;
    border-radius: 58px 0 0 58px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
  }

  &::after {
    width: 100%;
    transform: translate(100%, 0);
    content: attr(data-hover);
    text-align: left;
    text-indent: 34px;
  }

  &:hover {
    border-color: rgba(235, 242, 230, 0.73);

    span {
      left: -100%;
    }

    &::before {
      right: 71%;
    }

    &::after {
      right: 71%;
    }
  }
}

.btn-style905 {
  position: relative;
  background: linear-gradient(90deg, #31926e 0%, #84d027 100%);
  border-color: #84d027;
  color: rgba(255, 255, 255, 0.956);
  letter-spacing: -0.5px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: rgba(75, 180, 132, 0.4) 0px 8px 24px;
  span {
    position: relative;
    right: -0.5em;
    transition: all 0.4s;
  }

  &::before,
  &::after {
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    background: linear-gradient(270deg, #277d5e 0%, #4f9a11 100%);
    transition: all 0.4s;
    color: #ffffffed;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
  }

  &::before {
    width: 44px;
    height: 100%;
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #277d5e;
    border-radius: 0 58px 58px 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
  }

  &::after {
    width: 100%;
    transform: translate(-100%, 0%);
    content: attr(data-hover);
    direction: rtl;
    text-align: end;
    font-size: 13px;
    text-indent: 5rem;
  }

  &:hover {
    border-color: rgba(235, 242, 230, 0.73);

    span {
      right: -100%;
    }

    &::before {
      left: 71%;
    }

    &::after {
      left: 71%;
    }
  }
}

.layanan-nikah::before {
  background-image: url("/assets/icon-nikah.png");
  background-position: 77.5% 55%;
  background-size: 25px 25px;
}

.layanan-wakaf::before {
  background-image: url("/assets/save-water.png");
  background-position: 110% 45%;
  background-size: 34px 34px;
}

.layanan-muallaf::before {
  background-image: url("/assets/icon-muallaf.png");
  background-position: 90% 50%;
  background-size: 30px 30px;
}

.daftar-nikah::before {
  background-image: url("/assets/website.png");
  background-position: 15% 55%;
  background-size: 30px 30px;
}

.pengajuan-berkas::before {
  background-image: url("/assets/folder.png");
  background-position: 15% 45%;
  background-size: 30px 30px;
}

.bina-kami::before {
  background-image: url("/assets/bina-kami.png");
  background-position: 15% 45%;
  background-size: 32px 32px;
}

.video-panduan::before {
  background-image: url("/assets/video.png");
  background-position: 100% 55%;
  background-size: 32px 32px;
}

.whatsapp-wakaf::before {
  background-image: url("/assets/whatsapp.png");
  background-position: 90% 45%;
  background-size: 30px 30px;
}

.btn-style906 {
  position: relative;
  background: #ffffff;
  border-color: #0f9d8a;
  border-width: 0.125rem;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.45px;
  border-radius: 22px;
  height: 76px;
  color: #278b7d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: rgba(75, 180, 132, 0.4) 0px 8px 24px;

  &::before {
    width: 0;
    height: 4.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0d6a5d;
    transition: all 0.35s;
    content: "";
    z-index: 2;
  }

  &::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50;
    left: 0;
    border-radius: 12px;
    background-color: #0f9d8a;
    color: #ffffffea;
    transform: translate(0, -100%);
    transition: all 0.35s;
    content: attr(data-hover);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  &:hover {
    &::before {
      width: 100%;
    }

    &::after {
      transform: translate(0, 0);
    }
  }
}

.btn-title {
  display: flex;
  align-items: top;
  gap: 8px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.2;
}

.btn-desc {
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
  line-height: 1.3;
}

.icon-wa {
  width: 20px;
  height: 20px;
  margin-top: -1.25px;
}

/* From Uiverse.io by vinodjangid07 */
.CartBtn {
  width: 100%;
  height: 50px;
  text-decoration: none;
  border-radius: 16px;
  border: none;
  background-color: #ffb200;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
}

.IconContainer {
  position: absolute;
  left: -50px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.5s;
}

.icon {
  border-radius: 1px;
}

.text {
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(47, 47, 47);
  z-index: 1;
  transition-duration: 0.5s;
  font-size: 1.175em;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.CartBtn:hover .IconContainer {
  transform: translateX(58px);
  border-radius: 40px;
  transition-duration: 0.5s;
}

.CartBtn:hover .text {
  transform: translate(10px, 0px);
  transition-duration: 0.5s;
}

.CartBtn:active {
  transform: scale(0.95);
  transition-duration: 0.5s;
}

/* From Uiverse.io by wilsondesouza */
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}

.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 30%;
  color: #4d4d4d;
  background-color: #ffffff;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.example-2 .icon-content a:hover {
  color: white;
}

.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #1877f2;
}

.example-2 .icon-content a[data-social="tiktok"] .filled,
.example-2 .icon-content a[data-social="tiktok"] ~ .tooltip {
  background-color: #24262a;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}

.accordion-wrapper {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accordion-item {
  margin-bottom: 0.725rem;
  /* background: #ffffff; */
  /* border-radius: 18px; */
  /* overflow: hidden; */
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}

.accordion-header {
  width: 100%;
  margin-bottom: 0.725rem;
  padding: 17px 28px;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -0.45px;
  font-size: 15px;
  font-weight: 500;
  color: #68ab16;
  border-radius: 18px;
  border: 1px solid;
  border-color: #a9dc93;
  background-image: linear-gradient(180deg, #e3ffd7 0%, #ffffff 100%);
  box-shadow: rgba(62, 122, 46, 0.204) 0px 8px 24px;
  transition: background-color 0.3s ease-out;
}

.accordion-header:hover {
  background-image: linear-gradient(180deg, #c6e1bb 0%, #eaeee5 100%);
  color: #50860e;
}

.arrow {
  width: 10px;
  height: 10px;
  margin-bottom: 3px;
  border-right: 3px solid #68ab16;
  border-bottom: 3px solid #68ab16;
  border-radius: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
  transform: rotate(-135deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.642);
  border-radius: 14px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.accordion-content p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  padding: 8px 0px 8px 0px;
}

.carousel-wrapper {
  position: relative;
  padding: 8px 0px;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 2px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-img {
  min-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  aspect-ratio: auto;
}

/* NAV BUTTON */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: rgb(22, 143, 139);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow:
    rgba(60, 143, 22, 0.4) 0px 0px 18px 0px,
    rgba(38, 184, 109, 0.18) 0px 0px 0px 1px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.prev {
  left: 4px;
}
.next {
  right: 4px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.carousel-indicator {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicator.active {
  width: 22px; /* kapsul */
  background: #168f8b; /* warna aktif */
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

/* FOOTER */
.footer {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  padding: 20px;
}

/* RESPONSIVE (tablet ke atas) */
@media (min-width: 768px) {
  .banner {
    height: 220px;
  }

  h1 {
    font-size: 24px;
  }

  .container {
    max-width: 600px;
  }
}

/* From Uiverse.io by ilkhoeri */
.tooltip {
  --bg: #fff;
  --cl: rgb(22, 143, 139);
  --sz: 1rem;
  --sizer: 54px;
  --h-cnt: calc(var(--sz) * 2);
  position: fixed;
  bottom: 20px;
  left: 26px;
  z-index: 99;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trigger {
  color: var(--cl);
  background: var(--bg);
  font-weight: 600;
  cursor: pointer;
  border-radius: 999px;
  padding: calc(var(--sz) / 2);
  font-size: var(--sz);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  outline: none;
  box-shadow:
    rgba(22, 143, 139, 0.5) 0px 3px 12px -0.25px,
    rgba(255, 255, 255, 0.3) 0px 1px 3px -1px;
}
.trigger .heart {
  --sizer: 35px;
  transition: all 0.2s ease;
  color: var(--cl);
  margin-bottom: -2px;
}
.trigger .heart .fill {
  opacity: 0;
  display: none;
}

.trigger:hover {
  --scale-1: 0.9;
  --scale-2: 0.8;
  animation: scaling 1s ease infinite;
}
.trigger:hover .heart {
  --scale-1: 1.3;
  --scale-2: 1.4;
  animation: scaling 1s ease infinite;
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  20%,
  90% {
    transform: scale(var(--scale-1));
  }
  50% {
    transform: scale(var(--scale-2));
  }
}

.trigger .checkround {
  position: absolute;
  fill: none;
  stroke: var(--cl);
  scale: 1.1;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dashoffset: 162.6;
  stroke-dasharray: 0 330 158 134.6;
  rotate: 130deg;
  opacity: 0.6;
  z-index: -1;
  cursor: none;
  pointer-events: none;
}

.content {
  position: absolute;
  border-radius: 999px;
  top: calc(var(--h-cnt) * -0.75);
  left: 7.5%;
  font-size: 14px;
  padding: calc(var(--sz) / 4) calc(var(--sz) / 2);
  z-index: -1;
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0) translate(0, 200%);
  font-weight: 400;
  background-color: var(--cl);
  color: whitesmoke;
}

.content::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  bottom: -0.2em;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  border-radius: 2px;
  z-index: -2;
  background-color: transparent;
}

.tooltip .trigger:hover + .content {
  top: calc(var(--h-cnt) * -1);
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: scale(1) translate(0%, 0%);
}

.content span {
  --y-crease: 16px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  height: var(--y-crease);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: -1px;
}
.content span::before,
.content span::after {
  line-height: 1.1;
  position: relative;
  transform: translateY(calc(var(--y-crease) / 2));
  transition: transform 0.5s ease;
  transition-delay: 0s;
}
.content span::before {
  content: attr(data-decrease);
}
.content span::after {
  content: attr(data-increase);
}

/* Like Indicator */
.trigger:focus .heart .fill {
  display: unset;
  animation: filled 0.2s ease 1s forwards;
}
@keyframes filled {
  to {
    opacity: 0.3;
  }
}
.trigger:focus + .content span::before,
.trigger:focus + .content span::after {
  transform: translateY(calc((var(--y-crease) / 2) * -1));
  transition-delay: 1s;
}
.trigger:focus .checkround {
  animation:
    stroke 0.9s linear forwards,
    checkhide 0.45s linear 0.9s forwards;
}
@keyframes stroke {
  to {
    stroke-dasharray: 0 163 158 134.6;
  }
}
@keyframes checkhide {
  to {
    stroke: var(--bg);
    scale: 0;
    stroke-width: 0;
    opacity: 0;
  }
}

.sizer {
  width: var(--sizer);
  min-width: var(--sizer);
  max-width: var(--sizer);
  height: var(--sizer);
  min-height: var(--sizer);
  max-height: var(--sizer);
}

/* ===== DESKTOP BACKGROUND IMAGE ===== */
@media (min-width: 1024px) {
  body {
    background:
      linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5)),
      url("/assets/bg-kua-desktop.jpg") center / cover no-repeat fixed;
  }

  .page-wrapper {
    background: transparent;
  }

  .header {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .banner {
    width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 0px;
  }

  .menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
    margin-top: 28px;
    padding: 0rem 4rem 0rem;
  }

  .logo-wrapper {
    position: absolute;
    z-index: 99;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
  }

  .logo-wrapper img {
    width: 118px;
    height: auto;
  }

  .logo-layanan-wrapper {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 99;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-layanan-anim {
    display: flex;
  }

  .logo-layanan-wrapper img {
    width: 88px;
    height: 88px;
    animation-delay: 2.75s;
  }

  .container {
    position: relative;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(1.75px);
    -webkit-backdrop-filter: blur(1.75px);
    border-radius: 0px 0px 24px 24px;
    box-shadow:
      0 8px 32px rgba(0, 0, 0, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.5),
      inset 0 -1px 0 rgba(255, 255, 255, 0.1),
      inset 0 0 30px 15px rgba(255, 255, 255, 1.5);
    padding: 60px 44px 0px;
  }

  .subtitle {
    font-size: 16px;
    color: #4b5563;
    letter-spacing: -0.45px;
    margin-top: 24px;
    margin-bottom: 15px;
    letter-spacing: -0.25px;
  }

  .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent
    );
  }

  .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.8),
      transparent,
      rgba(255, 255, 255, 0.3)
    );
  }

  .tooltip {
    position: fixed;
    bottom: 22px;
    left: 32px;
    right: auto;
    transform: none;
  }

  .footer {
    background: transparent;
  }
}