/* KIOS77 custom theme + reconstructed section styles (blue palette) */

/* --- Cara Bermain / info section --- */
.info-section {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  padding: 28px 16px;
}
.u-section-box--bg {
  background: linear-gradient(180deg, rgba(43, 1, 8, 0.28), rgba(23, 0, 4, 0.35));
  border-radius: 14px;
  margin: 8px 0;
}
.div-card {
  flex: 1 1 220px;
  max-width: 320px;
  min-width: 220px;
  background: rgba(50, 28, 13, 0.12);
  border: 1px solid rgba(214, 97, 142, 0.35);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.div-card:hover {
  transform: translateY(-4px);
  border-color: #d6618e;
  background: rgba(214, 97, 142, 0.16);
  box-shadow: 0 8px 24px rgba(214, 97, 142, 0.18);
}
.flex-display {
  display: flex;
  align-items: center;
  justify-content: center;
}
.div-card .text.flex-display {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: .02em;
}
.info-desc {
  font-size: .86rem;
  line-height: 1.55;
  color: #a5a3a1;
  margin: 0 0 16px;
  flex: 1 1 auto;
}
.a-href-div {
  display: flex;
  justify-content: center;
}
.a-href-div a {
  display: inline-block;
  padding: 8px 22px;
  background: linear-gradient(135deg, #d6618e, #321c0d);
  color: #fff;
  border-radius: 22px;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .02em;
  transition: filter .2s ease, transform .2s ease;
}
.a-href-div a:hover {
  filter: brightness(1.15);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* --- hot games / hot provider subtitle --- */
.hot-games-sub {
  text-align: center;
  color: #a5a3a1;
  font-size: .92rem;
  margin: 4px 0 18px;
  letter-spacing: .01em;
}

/* --- deposit-withdraw + stats + contacts: make full-width, stack sections --- */
.deposit-withdraw-div {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 16px;
  width: 100%;
}
.deposit-withdraw-section {
  width: 100% !important;
  float: none !important;
}
.support-div {
  float: none !important;
  width: 100% !important;
}

/* stats (Pengguna / Jumlah Taruhan / Online) */
.g1-icon-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(214, 97, 142, 0.16);
  border: 1px solid rgba(214, 97, 142, 0.35);
}
.g1-icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g1-icon-inner img {
  width: 30px;
  height: 30px;
}
.g1-title {
  font-size: .78rem;
  color: #a5a3a1;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.g1-desc {
  font-size: 1.15rem;
  color: #fff;
}

/* --- Contacts carousel (HOTLINE / FACEBOOK / INSTAGRAM / TELEGRAM) --- */
.contacts-carousel .carousel-inner { overflow: visible; }
.support-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 12px 0;
  width: 100%;
}
.contact-item {
  flex: 1 1 240px;
  max-width: 320px;
  min-width: 220px;
  text-decoration: none;
  color: #fff;
  display: block;
}
.contact-item:hover,
.contact-item:focus {
  text-decoration: none;
  color: #fff;
}
.support-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  height: 100%;
  background: rgba(50, 28, 13, 0.14);
  border: 1px solid rgba(214, 97, 142, 0.35);
  border-radius: 14px;
  padding: 18px 18px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.contact-item:hover .support-card {
  transform: translateY(-3px);
  border-color: #d6618e;
  background: rgba(214, 97, 142, 0.16);
  box-shadow: 0 6px 18px rgba(214, 97, 142, 0.16);
}
.icon-circle-border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d6618e, #321c0d);
  box-shadow: 0 4px 12px rgba(214, 97, 142, 0.28);
}
.icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-div i {
  font-size: 24px;
  color: #fff;
}
.support-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
  text-align: left;
  min-width: 0;
}
.line-font {
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fbb24c;
  margin-bottom: 2px;
}
.mail-color.rubik-one {
  font-size: 1.05rem;
  color: #fff;
  word-break: break-all;
  font-family: 'Rubik Mono One', monospace;
}
.support-font {
  font-size: .74rem;
  color: #a5a3a1;
}

/* --- responsive --- */
@media screen and (max-width: 992px) {
  .div-card { flex: 1 1 100%; max-width: 100%; }
  .info-section { gap: 12px; padding: 20px 10px; }
  .contact-item { flex: 1 1 100%; max-width: 100%; }
  .support-box { gap: 12px; }
}
