:root {
  --color-1: #ffc107;
  --color-dark: #444;
  --color-dark-grey: #181818;
  --color-grey: #ccc;
  --color-black: #000000;
}
.btn-kings {
  background: var(--color-1);
  padding: 10px 25px;
  border-radius: 200px;
}

.form-group.style-border2 input {
  background: var(--color-dark-grey) !important;
}

a {
  cursor: pointer;
}
.header-logo {
  width: 100px;
}

.card-blur {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.bg-kings1 {
  background: url("../img/bg-start.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-kings {
  background: url("../img/bg-login.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.powered-by img {
  max-width: 50px;
}

.float-cs {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  z-index: 100;
  line-height: 80px;
}

.float-powered {
  position: fixed;
  bottom: 40px;
  left: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  z-index: 100;
  line-height: 80px;
}

.float-cs p {
  line-height: normal;
}

.float-cs h4 {
  color: var(--var-yellow);
  padding-top: 20px;
  font-size: 18px;
}

.footer-wrapper,
.header-default {
  background: transparent;
}

.footer-layout1 .widget-area {
  border-top: 0;
  border-bottom: 0;
}

.header-default .main-menu {
  margin-left: 0;
}

.language-dropdown {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px solid white;
  border-radius: 10px;
  padding: 8px 12px;
  color: white;
  cursor: pointer;
  gap: 10px;
  min-width: 120px;
}

.flag-icon {
  width: 20px;
  height: auto;
  border-radius: 3px;
}

.flag-rounded {
  border-radius: 5px;
  width: 35px;
}

.lang-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 15px;
  background-color: #1f1f1f;
  border-radius: 10px;
  list-style: none;
  padding: 10px 0;
  width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.lang-dropdown-menu li {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  cursor: pointer;
}

.lang-dropdown-menu li:hover {
  background-color: #333;
}

/* Show menu on hover */
.language-dropdown:hover .lang-dropdown-menu {
  display: block;
}

.about-card-img img {
  border-radius: 200px;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_account ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_account a {
  display: inline-block;
  background-color: var(--title-color);

  border: 0;
  margin: 1px;
  width: -webkit-fill-available;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--white-color);
  border-radius: 200px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.widget_account a:hover {
  background: var(--color-1);
}

.widget_account li {
  display: block;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.widget_account li > span {
  color: var(--white-color);
  text-align: center;
  position: absolute;
  right: 40px;
  top: 16px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}
.about-card-img {
  background: transparent;
  padding: 20px !important;
}

.th-menu-toggle:before,
.th-menu-toggle:after,
.th-menu-toggle .btn-border {
  display: none;
}

.th-menu-toggle {
  background: transparent;
}

.title-area h4 {
  color: #fff;
}

/*-----login box---*/

.login-box {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.login-box h2 {
  font-size: 20px;
  margin-top: 0;
}

.use {
  font-size: 9px;
}

.login-box .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-weight: bold;
}

.login-box label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #444;
}

.input-group {
  display: flex;
  align-items: center;
  background: #ccc;
  border-radius: 25px;
  padding: 10px 15px;
  margin-top: 8px;
}

.king-input-group input {
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  width: auto;
  padding-left: 10px;
}

.input-group button {
  background: #eee;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
}

.terms,
.terms a {
  font-size: 9px;
  color: #666;
  font-weight: 400;
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-btn {
  border: solid 2px var(--var-grey);
  width: 50%;
  padding: 2px;
  border-radius: 25px;
  background: #444;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.login-click {
  width: 100%;
}

.box-icon {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 200px !important;
  height: 25px;
  width: 25px;
  display: flex; /* ini yang benar, bukan position */
  justify-content: center;
  align-items: center; /* opsional untuk vertikal center */
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 12px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--color-1);
}

input:checked + .slider:before {
  transform: translate(35px, -50%);
}

label {
  color: #fff;
}

.input-group {
  background: transparent;
}

.pagination-item {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  display: flex; /* membuat item horizontal */
  gap: 20px; /* spasi antar item */
}

.pagination-item li {
  list-style: none; /* hilangkan bullet */
  text-decoration: none;
}

.next:hover,
.prev:hover {
  color: var(--color-1);
  cursor: pointer;
}

.show-form {
  background: #d3d3d3;
  width: 50px;
  height: 30px;
}

td,
th {
  color: #fff;
}

select,
.form-control,
.form-select,
textarea,
input {
  background: #d3d3d3;
}

.input-search input {
  background: #d3d3d3;
  padding: 10px;
  height: 40px;
}

.main-menu a {
  color: var(--color-1);
}

.main-menu a:hover {
  cursor: pointer;
  color: #fff;
}

.fixed-top {
  position: fixed;
}

.bottom-buttons {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  align-items: center;
  z-index: 1000;
}

.btn-link {
  font-family: "Poppins", sans-serif;
  color: #ffc107; /* kuning emas */
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
}

.btn-link:hover {
  color: #ffffff;
}

.btn-play {
  padding: 8px 30px;
  border: 2px solid white;
  border-radius: 200px;
  background: transparent;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.btn-play:hover {
  background: white;
  color: black;
}

.text-shadow {
  text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.5);
}

.text-600 {
  font-weight: 600;
}

.btn-learn,
.btn-see {
  min-width: 220px !important;
}
.btn-see {
  text-align: right;
}

.btn-learn {
  text-align: left;
}

/*---wallet---*/

.wallet-header {
  align-items: center;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  gap: 24px;
}

.profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 70px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, #00f 0%, #fff 100%);
}

.profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, #00f 0%, #fff 100%);
}

.profile-info .username {
  font-weight: bold;
  font-size: 14px;
}

.profile-info .guild {
  font-size: 12px;
  color: #aaa;
}

.wallet {
  display: flex;
  gap: 25px;
}

.wallet-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wallet-item img {
  width: 45px;
  height: 45px;
}

.value {
  font-size: 12px;
}

.green {
  color: #0f0;
}

.yellow {
  color: #ffc107;
}

.sign-out {
  background-color: #333;
  margin-top: 20px;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 200px;
  font-size: 12px;
  cursor: pointer;
}

.sign-out:hover {
  background-color: #c00;
}

.wallet-item span,
.profile-info span {
  font-size: 12px;
}

.plus-icon {
  width: 16px;
  height: 16px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 0;
  background: var(--var-yellow);
}

.coin-point {
  font-size: 160pxpx;
  padding-right: 5px;
}

.bottom-menu {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.menu-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 10px;
  border-radius: 50px;
  backdrop-filter: blur(6px);
  gap: 40px;
}

.menu-left {
  padding-right: 50px;
}

.menu-right {
  padding-left: 50px;
}

.menu-left,
.menu-right {
  display: flex;
  gap: 16px;
}

.icon {
  opacity: 0.8;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 5px;
}

.icon:hover {
  opacity: 1;
  transform: scale(1.1);
}

.icon.active {
  width: 50px;
  height: 50px;
  background-color: var(--color-1);
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon.active img {
  width: 25px;
  height: 25px;
}

.icon img {
  width: 35px;
  height: 35px;
}

.center-button {
  position: absolute;
  top: -45px;
  left: 48%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-image: url("../img/rounded-polygon-13.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-button img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.center-button img:hover {
  transform: scale(1.1);
}

.menu-spacer {
  width: 40px; /* space on both sides of the center button */
}

.profile-menu.active {
  display: block;
}

.close-btn {
  cursor: pointer;
  color: red;
  font-size: 20px;
  text-align: right;
  margin-top: 10px;
}

.dimension-label {
  margin-top: 20px;
}

.choose {
  font-weight: bold;
  font-size: 18px;
}

.note p {
  font-size: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.arrow-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: auto;
  position: relative;
}

.line {
  flex: 1;
  height: 4px;
  background-color: white;
  margin: 0 10px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
  position: relative;
}

.arrow {
  width: 20px;
  height: 20px;
  border: solid white;
  border-width: 0 4px 4px 0;
  padding: 4px;
}

.arrow.left {
  position: relative;
  left: 30px;
  transform: rotate(135deg);
}

.arrow.right {
  position: relative;
  right: 30px;
  transform: rotate(-45deg);
}

.start-btn {
  background-color: #ffc400;
  opacity: 0.75;
  color: #000;
  padding: 10px 24px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(255, 255, 0, 0.3);
}

.card-dimension {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.sub {
  font-size: 16px;
  color: #fff;
}

.features-title {
  margin-top: 16px;
  color: #eee;
  font-weight: 400;
  font-size: 20px;
}

.features {
  list-style: none;
  padding: 0;
  font-weight: 600;
  line-height: 15px;
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}

.description {
  text-align: center;
  font-size: 9px;
  color: #fff;
  margin-bottom: 16px;
}

.price {
  text-align: center;
  font-size: 35px;
  color: #ffd700;
  font-weight: bold;
}

.currency-dollar {
  position: relative;
  top: -12px;
  font-size: 20px;
}

.king-logo-card {
  padding-bottom: 20px;
}

.king-logo-card img {
  margin: auto;
  width: 100px !important;
}

.features li {
  margin: 4px 0;
}

.dimension-label {
  margin-top: 20px;
}

.choose {
  font-weight: bold;
  font-size: 18px;
}

.note p {
  font-size: 10px;
  color: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .wallet-header {
    display: none;
  }

  .wallet {
    display: block;
  }

  .float-powered,
  .float-cs {
    display: none;
  }

  .icon {
    width: 35px;
    height: 35px;
  }
}

/*--table wallet--*/

.dashboard {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .info {
  display: flex;
  align-items: center;
}
.avatar {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
}
.balance,
.markets {
  margin-top: 20px;
}
.balance h2,
.markets h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}
.actions button {
  margin-right: 10px;
}
/* table {
      color:#fff;
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }
    table, th, td {
      border: 1px solid #ddd;
    }
    th, td {
      padding: 8px;
      text-align: left;
    } */
.positive {
  color: green;
}
.negative {
  color: red;
}

.table-scroll {
  overflow-x: auto;
  width: 100%;
}

.btn-action button {
  border-radius: 200px;
  border: solid 2px var(--var-grey);
  padding: 5px 15px;
  background: #444;
  color: white;
  font-size: 16px;
}

.btn-action button:hover {
  border-radius: 200px;
  border: solid 2px var(--var-grey);
  padding: 5px 15px;
  background: #979797;
  color: white;
  font-size: 16px;
}

.widget {
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.05);
}

.widget_account .active a {
  background: var(--color-1);
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

/*---faq---*/

.accordion-button:not(.collapsed),
.accordion-button {
  background: var(--color-dark);
  color: #fff;
}

.accordion-body {
  color: #fff;
}

.accordion-button .fa-chevron-up {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  color: var(--color-1);
}

.accordion-button.collapsed .fa-chevron-up {
  transform: rotate(180deg);
}

.policy-page h4 {
  color: #fff;
}

.accordion-button:after {
  display: none;
}

.scroll-card {
  padding-top: 25px;
  max-height: 400px;
  overflow-y: auto;
}

/*---new---*/

.coinbase {
  list-style: none; /* Hilangkan bullet */
  display: flex; /* Bikin horizontal */
  padding: 0; /* Hilangkan padding default */
  margin: 0; /* Hilangkan margin default */
  gap: 20px; /* Jarak antar item, bisa disesuaikan */
}

.coinbase li {
  flex-shrink: 0; /* Supaya tidak mengecil di layout kecil */
}

.menu-account {
  list-style: none;
  padding: 20px 0;
}

.menu-account li {
  padding: 10px 0;
}

.icon-menu {
  padding: 10px 20px;
}

.widget {
  box-shadow: none;
}

.btn-border {
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 8px 25px;
  color: #fff;
}

.dropdown-link > a {
  color: #fff;
}

.btn:hover {
  color: var(--color-grey);
}

.coin {
  color: #fff;
  line-height: 20px;
}

.header-layout1 .main-menu {
  margin-left: 0;
}

.hero-1:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(11, 14, 19, 0.5) !important;
}

body {
  background: var(--color-black);
}

.copyright-wrap .copyright-text,
.copyright-wrap {
  background: var(--color-black);
}

.header-layout1 .logo-bg {
  background: transparent;
}

.hero-overlay {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2); /* 50% hitam */
  z-index: 1;
}

.hero-overlay > * {
  position: relative;
  z-index: 2;
}

.space-wraper {
  padding: 100px 0 100px;
}

.act-wallet button {
  background: var(--color-1);
}

.form-group.style-border2:after {
  border: 0;
}

@media screen and (max-width: 1800px) {
}

.wallet-top-mobile {
  padding: 0 30px;
}

.vh-100 {
  min-height: 100vh;
}

/*---padding---*/

.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}

.cs-area img {
  max-width: 70px;
}

.float-cs p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .title-mobile-set {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 35px;
  }

  .menu-account {
    list-style: none;
    padding: 0;
  }

  .menu-account li {
    padding: 5px 0;
  }

  .th-mobile-menu > ul {
    padding: 0 20px;
  }

  .wallet-top-mobile {
    padding: 0 20px;
  }
}

/* Styles for tablets (portrait orientation) */
@media (min-width: 768px) and (max-width: 1020px) {
  .wallet-item img {
    width: 30px;
    height: 30px;
  }

  .main-menu a {
    font-size: 14px;
  }
  .wallet {
    display: block;
  }
}

/* Styles for iPad Pro (portrait orientation) */
@media (min-width: 1024px) and (max-width: 1366px) {
  .wallet-item img {
    width: 30px;
    height: 30px;
  }

  .wallet {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .space-wraper {
    padding: 150px 0 100px;
  }
}

.mobile-menu-body {
  overflow-y: auto;
  height: 85%;
}

div::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  border-radius: 0px;
}

div::-webkit-scrollbar-track {
  background: var(--black-color2);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

div::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 0px;
}

/* Update CSS 09-07-2025 */
.card-dimension {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.img-pic-card {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%; /* bikin jadi lingkaran */
  overflow: hidden; /* biar gambar di-crop */
}

.img-pic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* gambar menyesuaikan & tidak melar */
}

.title-card h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.title-card span {
  color: #fff;
}

.item-tag {
  list-style: none; /* Hilangkan bullet bawaan */
  padding: 0;
  margin: 0;
  display: flex; /* Susun horizontal */
  flex-wrap: wrap; /* Boleh turun baris jika penuh */
  gap: 10px; /* Jarak antar kotak */
}

.item-tag li {
  border: 1px solid #ccc; /* Garis tepi */
  color: #fff;
  padding: 5px 12px; /* Ruang dalam kotak */
  border-radius: 4px; /* Sudut kotak */
  font-size: 14px;
  text-align: center;
  white-space: nowrap; /* Hindari teks pecah ke baris baru */
}

.small-title {
  padding-top: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.text-left {
  text-align: left;
}

.trib-box h4 {
  font-size: 12px;
  color: #fff;
}

.trib-box h2 {
  font-size: 15px;
  color: #fff;
}

.item-tag li.m-box-50 {
  flex: 0 0 30%; /* 4 kolom di desktop (25% lebar per item) */
  box-sizing: border-box;
}

/* Menu Account */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* jarak antar item */
}

.menu-list li {
  display: inline;
}

.menu-list a {
  text-decoration: none;
  color: var(--color-1);
}

.menu-list a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .menu-list {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .bg-kings1 {
    height: auto;
  }

  .space-wraper {
    padding: 150px 15px 100px;
  }

  .item-tag {
    list-style: none; /* Hilangkan bullet bawaan */
    padding: 0;
    margin: 0;
    display: flex; /* Susun horizontal */
    flex-wrap: wrap; /* Boleh turun baris jika penuh */
    gap: 10px; /* Jarak antar kotak */
  }

  .item-tag li.m-box-50 {
    flex: 0 0 48%; /* 2 kolom per baris */
  }

  .pic-card {
    padding-top: 30px;
  }

  .icon-edit-profile {
    position: absolute;
    right: 45%;
  }

  .team-about-card {
    text-align: center;
  }

  .about-card-img img {
    margin: auto;
  }

  .icon-edit-profile {
    position: absolute;
    right: 45% !important;
  }
}

/* Styles for tablets (portrait orientation) */
@media (min-width: 768px) and (max-width: 1024px) {
  .bg-kings1 {
    height: auto;
  }

  .pic-card {
    padding-top: 30px;
  }
}
