/*
Theme Name: SuperTrust-v2 Theme
Theme URI:
Author: MustCompany
Description: This is custom theme developed by MustCompany.
Version: 1.3.0
Text Domain: MustCompany
*/

:root {
  --background-color: #ffffff;
  --white-color: #000;
  --btn-color: #455de0;
  --footer-bg: #010101;
  --card-background: #474747;
  --purple-color: #a366d0;
  --bgf9: #f9f9f9;
  --bggrey: #f9f9fb;
  --bglight: #f9f9ff;
  --bgwhite: #ffffff;
  --black: #000000;
  --lineline: #e1e1ee;
  --primaryblue: #9d4ffd;
  --royal-blue: #3b3bff0a;
  --textmain: #2d2d2d;
  --textsub1: #666666;
  --textsub2: #cccccc;
  --textsub3: #888888;
  --zia7dm: #474747;
  --trans_praent: rgba(255, 255, 255, 0.8);
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size15: 15px;
  --font-size-xl: 20px;
  --font-size-xxl: 32px;
  --font-size-xxxl: 40px;
  /* Variables */
  --color-white: #ffffff;
  --font-size-heading: 72px;
  --color-overlay: #101010;
}

/* Popup style */
.pum-container .pum-content > p {
  height: auto !important;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

#noticed-section .posts .content pre {
  color: var(--textsub1);
  line-height: 1.7;
  font-size: 17px;
  font-family: "Satoshi", sans-serif;
}

body {
  font-family: "Satoshi", sans-serif;
  overflow-x: hidden !important;
  position: relative;
  z-index: 20;
}

body.main {
  overflow-x: hidden !important;
  position: relative;
}

/* Utilies Start*/

.overlay {
  position: absolute;
  inset: 0;
  background-color: var(--color-overlay);
  opacity: 0.7;
  z-index: 10;
}

.section__container {
  max-width: 1200px;
  margin-inline: auto;
}

.section__container-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#goTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--primaryblue);
  color: var(--white-color);
  cursor: pointer;
  padding: 23px;
  border-radius: 50px;
  font-size: 18px;
}

#goTop:after {
  content: "";
  z-index: 11;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: relative;
  top: 3px;
}
/* Utilies End */

/* Navigation Start */

.sut-dropdown {
  position: relative;
  /* min-width: px; */
  width: 62px;
}
.sut-dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 100px;
  background-color: white;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sut-dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  display: none;
  z-index: 50;
  min-width: 5rem;
}
.sut-dropdown-menu li {
  padding: 10px;
  cursor: pointer;
}
.sut-dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.selected-text {
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: normal;
  font-weight: 700;
  margin-right: 4px;
}
.lang-selector-icon {
  width: 16px !important;
  height: 16px !important;
}

.lang-selector-icon svg {
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

header nav {
  background-color: var(--trans_praent);
  backdrop-filter: blur(50px);
}

header nav ul li a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.nav-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--color-overlay);
  opacity: 0.9;
  overflow: hidden;
  z-index: 30;
}

/* header nav ul li a:hover {
    color: #ccc;
} */
header nav .navbar-brand {
  font-size: 1.45rem;
  padding-bottom: 0;
}

header nav .navbar-brand img {
  vertical-align: inherit;
}

#navbarSmallScreenContent {
  position: fixed;
  top: 0;
  right: -200%;
  width: 100%;
  height: 70vh;
  background-color: #333;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#navbarSmallScreenContent.show {
  right: 0;
  transition: all 0.3s ease-in-out;
}
.navbar_toggler {
  display: block;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.navbar_toggler:focus {
  outline: none;
}
.open.show {
  display: block;
}
.close.show {
  display: none;
}

.sut-navbar-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.language-selector-screen-lg {
  display: none;
}

.navbar-wrapper {
  position: relative;
  width: 100%;
  padding-inline: 24px;
  padding-top: 12px;
  padding-bottom: 10px;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8),
    rgba(250, 250, 250, 0.75)
  );
  margin-top: 16px;
  z-index: 40;
}

.nav-item {
  border-bottom: solid 1px #f2f2f2;
  width: 100%;
}

.nav-link {
  padding: 0px !important;
  white-space: nowrap;
}

.nav-link.active {
  font-weight: bold;
}

.nav-link-sm {
  font-size: 16px;
  margin: 12px 0px;
  color: #404040;
}

.navbar-wrapper-collapsed {
  border-radius: 100px;
}

.navbar-wrapper-expanded {
  border-radius: 16px;
  height: 76vh;
}

.nav-sm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 24px;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: transparent;
  border-radius: 16px 16px 0px 0px;
}

.logo-screen-lg {
  display: none;
}

.logo-screen-sm {
  display: block;
  height: 24px;
  width: 124px;
}

.nav-action-group {
  display: flex;
  gap: 16px;
  align-items: center;
}

.navbar-toggler {
  padding: 0 !important;
}
.nav-sm-dropdown {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-inline: 24px;
  padding-bottom: 10px;
  background-color: transparent;
  border-radius: 0px 0px 16px 16px;
}

.navbar-content {
  height: 95%;
}

.deCT-input-sm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f9f9f9;
  margin-top: 24px;
  margin-bottom: 16px;
  cursor: pointer;
}
.p2p-user-input-sm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f9f9f9;
  margin-bottom: 16px;
  cursor: pointer;
}

.deCT-input-sm > input,
.p2p-user-input-sm > input {
  outline: none;
  border: none;
  width: 100%;
  background-color: #f9f9f9;
}
.languge-selector-sm {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.language-selector {
  display: flex;
  align-items: center;
  vertical-align: top;
  width: 64px;
  height: 24px;
  padding: 4px 8px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,<svg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.666672 0.333008L4 3.66634L7.33334 0.333008H0.666672Z' fill='black'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20% center;
  background-size: 8px;
}

.lang-cover,
.online-service-cover {
  align-items: center;
  display: flex;
  padding: 6px 16px;
  border-radius: 16px;
  width: 100%;
  justify-content: flex-start;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f9f9f9;
}
.lang-selector-lg-screen {
  display: none;
}
.svg-drop-cover {
  margin-left: auto;
  margin-top: 6px;
}

.hide {
  display: none !important;
}

.lang-top,
.online-service-top {
  display: flex;
  justify-content: space-between;
}

.lang-top p,
.online-service-top p {
  color: #575757;
}

.desktop-lang-button .lang-drop.invisible,
.desktop-lang-button .online-service-drop.invisible {
  transform: translateY(-8px);
}

.desktop-lang-button .lang-cover,
.desktop-lang-button .online-service-cover {
  position: relative;
  transition: all 0.3s ease;
}

.desktop-lang-button .lang-top,
.desktop-lang-button .online-service-top {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  cursor: pointer;
  width: 100%;
}

.desktop-lang-button .lang-top p,
.desktop-lang-button .online-service-top p {
  margin: 0;
  color: #575757;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-left: 12px;
  margin-right: 4px;
}

.desktop-lang-button .lang-drop,
.desktop-lang-button .online-service-drop {
  display: flex;
  padding: 6px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  position: absolute;
  right: 0;
  top: 54px;
  width: 137px;
  transition: all 0.3s ease;
  transform: translateY(0);
}

.online-service-drop {
  background: white !important;
  padding: 10px 16px !important;
  gap: 12px !important;
}

.online-service-list {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  width: 100%;
}

.online-service-list:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.online-service-list p {
  margin-bottom: 0 !important;
}

.desktop-lang-button .lang-drop .list,
.desktop-lang-button .online-service-drop .list {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  cursor: pointer;
  width: 100%;
}
.desktop-lang-button .lang-drop .list .tick,
.desktop-lang-button .online-service-drop .list .tick {
  display: none;
}
.desktop-lang-button .lang-drop .list.active .tick,
.desktop-lang-button .online-service-drop .list.active .tick {
  display: block;
  margin-left: auto;
}
.desktop-lang-button .lang-drop .list.last,
.desktop-lang-button .online-service-drop .list.last {
  padding-bottom: 0;
  border-bottom: none;
}
.desktop-lang-button .lang-drop .list p,
.desktop-lang-button .online-service-drop .list p {
  margin-inline: 16px;
  margin-bottom: 0px;
}

.desktop-lang-button .lang-drop {
  top: -150px;
  left: 0px;
  width: 100%;
  padding: 6px 16px;
}

.desktop-lang-button .online-service-drop {
  left: 0px;
  width: 250px;
  padding: 6px 16px;
}

.nav-action-buttons {
  display: none;
}

/* Navigation End */

/* Hero Section Start */
.hero-container {
  display: flex;
  background-image: url(/wp-content/themes/supertrust-v2/images/supertrust/hero-animation.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  height: 528px;
}

.hero__content {
  flex: 1;
  margin-inline: 24px;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: end;
  height: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.hero__content.show {
  opacity: 1;
  transform: translateY(0);
}

.hero__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75%;
  padding-top: 22px;
  padding-inline: 16px;
}

.hero__text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero__text-container h1 {
  color: var(--color-white);
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.96px;
  margin-bottom: 0.4rem;
  text-align: center;
}

.hero__description {
  font-family: "Satoshi", sans-serif;
  color: var(--color-white);
  font-size: 16px;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: normal;
}
.hero-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  gap: 24px;
}

#kakaoButton {
  padding: 16px 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffda00;
  border: none;
  outline: none;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}

#kakaoButton:hover {
  transform: translateY(-0.3em);
  transition: all 0.35s;
}

#kakaoButton p {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: -2px;
  color: #231f20;
  margin-bottom: 0;
  font-family:
    Pretendard Variable,
    sans-serif;
}

.chat-container {
  width: 24px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-container img {
  width: 100%;
}

@media (max-width: 600px) {
  #kakaoButton {
    padding: 9px 12px;
  }

  #kakaoButton p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -1px;
    max-width: 180px;
    text-align: center;
  }

  .chat-container {
    width: 15px;
    height: 16px;
  }
}

.whitepaper_linktree {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__actionbutton {
  font-size: 14px;
  height: 35px;
  min-width: 136px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background-color: gray;
  border-radius: 4px;
  box-shadow: 8px 12px 56px 0 rgba(59, 59, 255, 0.12);
  background-image: linear-gradient(
    96deg,
    #8e1fce -28%,
    #5c24ff 68%,
    #00f0ff 122%
  );
  transition-delay: 0.3s;
  overflow: hidden;
  position: relative;
  transition: all 0.35s;
  box-sizing: border-box;
  border: 1px solid;
  color: #ffffff;
  border-color: #5c24ff;
}
.hero__actionbutton::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: attr(data-hover);
  color: #fff;
  text-align: center;
  transform: translateX(-60%);
  transition: all 0.4s;
  z-index: 1;
}

.hero__actionbutton:hover {
  transform: translateY(-0.3em);
  border-color: #5c24ff;
  color: #ffffff;
  transition-delay: 0s;
}
.hero__actionbutton:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.15s;
}
.hero__actionbutton > span {
  color: #ffffff;
}
.hero__linktreebutton {
  font-size: 14px;
  width: 135px;
  height: 35px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 8px 12px 56px 0 rgba(59, 59, 255, 0.12);
  background-color: #fff;
  transition: all 0.35s;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #5c24ff;
  color: rgba(221, 99, 149, 0);
  transition-delay: 0.3s;
  overflow: hidden;
  position: relative;
}

.hero__linktreebutton::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: attr(data-hover);
  color: #fff;
  text-align: center;
  transform: translateX(-60%);
  transition: all 0.4s;
  z-index: 1;
}

.hero__linktreebutton:hover {
  transform: translateY(-0.3em);
  border-color: #5c24ff;
  color: rgba(221, 99, 149, 0);
  transition-delay: 0s;
}
.hero__linktreebutton:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.15s;
}
.hero__actionbutton > a {
  text-decoration: none;
  color: var(--color-white);
}
#white-paper {
  text-decoration: none;
  color: transparent;
}

#white-paper:hover {
  text-decoration: none;
  color: transparent;
}

#linktree {
  text-decoration: none;
  color: transparent;
}

#linktree:hover {
  text-decoration: none;
  color: transparent;
}

.hero__linktreebutton > span {
  color: #9a50fc;
  line-height: normal;
  letter-spacing: -0.36px;
  text-align: center;
  text-decoration: none;
}

.hero__scrolldown-container {
  /* flex: 1; */
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 24px 0px;
}

.hero__scrolldownbtn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-white);
  font-size: 14px;
  background-color: transparent;
  border: 1px solid var(--color-white);
  border-radius: 100px;
  padding: 4px 16px;
  line-height: normal;
  outline: none;
  transition: all 0.35s;
  box-sizing: border-box;
  transition-delay: 0.3s;
  overflow: hidden;
  position: relative;
}

.hero__scrolldownbtn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: attr(data-hover);
  color: #fff;
  text-align: center;
  transform: translateX(-60%);
  transition: all 0.4s;
  z-index: 1;
}

.hero__scrolldownbtn:hover {
  transform: translateY(-0.3em);
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  transition-delay: 0s;
}

.hero__scrolldownbtn:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.15s;
}

.hero__scrolldownbtn:focus {
  outline: none;
}

.hero__scrolldownbtn > img {
  width: 16px;
  height: 16px;
}

/* Hero Section End */

/* Statistics Section Start */
.stats {
  background-color: #150c21;
  color: #ffffff;
  padding: 40px 24px;
}

.statistics_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 16px;
  grid-template-areas:
    "market_price"
    "total_supply"
    "market_cap"
    "quantity";
}

.stats_card {
  padding: 16px;
  background-color: #282331;
  border-radius: 12px;
}

.stats-datetime {
  font-size: 14px;
  margin-bottom: 0px !important;
}

.market_price_stats {
  grid-area: market_price;
}

.market-price-amount {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.market-price-header {
  display: flex;
  flex-direction: column;
  gap: 5.5px;
  margin-bottom: 7px;
}

.market_price_stats_head {
  font-size: 14px;
  letter-spacing: -0.28px;
  margin-bottom: 0px;
  text-align: left;
  color: #ccc;
}

.market_price_stats > div > p > .title_currency {
  font-size: 12px;
  font-weight: medium;
  letter-spacing: -0.24px;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
  color: #e1e1ee;
  margin-right: 4px;
}

.market_price_stats > div > p > .title_amount {
  background-image: linear-gradient(154deg, #f6ccf9 25%, #f151ff 75%);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  line-height: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.total_supply_stats {
  grid-area: total_supply;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.stats-chart-lg {
  display: none;
}
.stats-chart-sm {
  display: block;
}

.supply_title {
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: normal;
  text-align: left;
  color: #ccc;
  margin-bottom: 4px;
}

.supply_amount {
  background-image: linear-gradient(to right, #00f0ff, #59c2b9);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  line-height: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.supply_metrics {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: normal;
  text-align: left;
  color: #ccc;
  margin-bottom: 5px;
}

.supply_chart {
  display: flex;
  align-items: end;
  overflow: hidden;
}

.market_cap_stats {
  grid-area: market_cap;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.market_cap_title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  margin-bottom: 4px;
  text-align: left;
  color: #ccc;
  line-height: normal;
  font-family: "Satoshi", sans-serif;
}

.market_cap_title_currency {
  font-size: 12px;
  letter-spacing: -0.24px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #e1e1ee;
  margin-right: 4px;
}

.title_amount {
  background-image: linear-gradient(to right, #84f3c1, #88a5fc);
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: -0.48px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Satoshi", sans-serif;
}

.market_cap_chart {
  display: flex;
  align-items: end;
  overflow: hidden;
}

.quantity_stats {
  grid-area: quantity;
}

.quantity_title {
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: normal;
  text-align: left;
  color: #ccc;
  margin-bottom: 8px;
}

.quantity_amount {
  background-image: linear-gradient(101deg, #b9d8fd 3%, #d599ff 100%);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  line-height: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quantity_metrics_currency {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
.quantity_metrics {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: normal;
  text-align: left;
  color: #ccc;
  margin-bottom: 8px;
  font-family: "Satoshi", sans-serif;
}
.quantity_date {
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: normal;
  margin-bottom: 0px;
}
/* Statistics Section End */

/* Polygon Section Start */
#polygon .polygonscan {
  padding: 40px 24px;
}

.polygon-header-wrapper {
  display: flex;
  width: 100%;
  margin-inline: auto;
}
.polygon-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.polygon-header-logo {
  display: flex;
  margin-top: -12px;
}
.polygon-framer {
  margin-top: 25px;
}
.polygonscan-screen-sm {
  display: flex;
}

.polygonscan-screen-lg {
  display: none;
}

#polygon .polygonscan .logo {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 13px;
}

.polygon-logo-sm {
  display: block;
}

.polygon-logo-lg {
  display: none;
}

.polygon_background {
  height: 100%;
  background-image: url(/wp-content/themes/supertrust-v2/images/supertrust/polygon-background.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.polygon-detail-container {
  max-width: 587px;
  padding-inline: 8px;
  width: 100%;
}

.polygon-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 20px;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  border-top: 1px solid rgba(59, 59, 255, 1);
  box-shadow: 4px 4px 14px 1px rgba(188, 188, 221, 0.16);
  margin-top: -40px;
}

.polygon-designation {
  display: flex;
  justify-content: end;
}

.polygon-designation a {
  display: flex;
  align-items: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: transparent;
}

.polygon-designation p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--textsub1);
  line-height: normal;
  font-stretch: normal;
  letter-spacing: -0.32px;
  margin-right: 10px;
  font-family: SUIT;
}
.polygon-search-icon {
  width: 20px;
  height: 20px;
}
/* Polygon Section End */

/* About Section Start */
#ABOUT {
  padding-top: 40px;
  /* padding-bottom: 40px; */
  background-color: #010101;
  padding-inline: 24px;
}
.about-wrapper {
  position: relative;
  height: 100%;
}

.about_heading {
  margin-bottom: 24px;
}
.about_heading {
  font-weight: bold;
  position: absolute;
  inset: 0;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  width: 100%;
  z-index: 10;
  color: white;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  padding: 0 20px;
  margin-bottom: 24px;
  background-color: #010101;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_heading h1 {
  font-family: "Satoshi", sans-serif;
  color: var(--color-white);
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.96px;
  margin-bottom: 0px;
}

.about_heading span {
  font-style: italic;
  font-weight: 500;
  padding-left: 4px;
  background-image: linear-gradient(101deg, #b53bff 3%, #caa8f6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-card-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
}

.about-card-overlay {
  position: absolute;
  inset: 0;
  background-color: #101010;
  opacity: 0.3;
  z-index: 10;
}
.about-card {
  flex: 1; /* Makes all cards take equal width */
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.about-card.fade-up {
  opacity: 1;
  transform: translateY(0);
}

.about-card-bg-1 {
  background: url(/wp-content/themes/supertrust-v2/images/supertrust/about-sut-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-card-bg-2 {
  background: url(/wp-content/themes/supertrust-v2/images/supertrust/about-sut-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-card-content {
  flex-grow: 1;
  position: relative;
  z-index: 20;
  padding: 80px 16px 16px;
}

.about-card-content > h5 {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.36px;
  line-height: normal;
  margin-bottom: 16px !important;
}

.about-card-content > p {
  color: var(--textsub1);
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-size: 16px !important;
  color: #ffffff;
  margin-bottom: 0px;
}
/* About Section End */

/* SUT Project Start */
#WORK {
  padding-top: 40px;
  padding-inline: 24px;
  position: relative;
  background-color: #150c21;
}
.project_heading {
  margin-bottom: 40px;
}
.project_heading h1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin-bottom: 0px;
}

.project_heading span {
  font-style: italic;
  letter-spacing: -0.96px;
  font-weight: 500;
  background-image: linear-gradient(101deg, #ff1cf7 3%, #00f0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
}

.project-card-overlay {
  position: absolute;
  inset: 0;
  background-color: #101010;
  opacity: 0.3;
  z-index: 10;
}
.project-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 12px;
  padding: 16px;
  background-color: #010101;
  border: solid 1px #380f7e;
  overflow: hidden;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.project-moad::after,
.project-naturebook::after {
  display: none;
}

.project-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.project-card-logo {
  max-width: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 4px;
}

.project-card-logo-moad {
  padding: 14px 8px 14.7px;
}

.project-card-logo-naturebook,
.project-card-logo-l2u,
.project-card-logo-supersave,
.project-card-logo-zeroplus {
  padding: 14px 15px 16px;
  height: 50px;
}

.project-external-link {
  display: none;
  cursor: pointer;
}
.project-card-logo img {
  width: 100%;
}

.project-card-bg-1,
.project-card-bg-2 {
  background: #010101;
}
.project-background {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.project-background::before {
  display: none;
}

.project-card-content {
  flex-grow: 1;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
}

.project-year {
  font-size: 14px;
  color: #c1bec2;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  font-style: normal;
  font-stretch: normal;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 12px;
}

.project-card-text h4 {
  color: #dfdfdf !important;
  font-size: 18px;
  font-family: "Satoshi", sans-serif;
  letter-spacing: -0.36px;
  font-weight: bold;
  /* padding-top: 4px; */
  margin-bottom: 10px;
  cursor: pointer;
}

.project-card-text a {
  color: inherit;
  text-decoration: none !important;
}
.project-description {
  font-size: 13px;
  color: #c1bec2;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  font-family: "Satoshi", sans-serif;
}

/* SUT Project End */

/* SUT Team Start */
.team {
  background-image: url(/wp-content/themes/supertrust-v2/images/supertrust/polygon-background.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 24px;
  position: relative;
}
.team_heading {
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.team_heading h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin-bottom: 0px;
  font-family: "Satoshi", sans-serif;
}

.team_heading span {
  letter-spacing: -0.96px;
  font-style: italic;
  font-weight: bold;
  background-image: linear-gradient(101deg, #ff1cf7 0%, #00f0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-container {
  max-width: 1200px;
  margin-inline: auto;
}

.team-content {
  position: relative;
  z-index: 20;
}

.member-table {
  color: var(--white-color);
  font-family: "Satoshi", sans-serif;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.member-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 0px 0px 4px 4px;
  background-color: #282331;
  padding: 20px;
  min-height: 22px;
  max-height: 86px;
  min-width: 525px;
}

.member-name-container {
  width: 100%;
}

.member-name {
  color: #f9f9ff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: normal;
  text-align: left;
}
.member-designation {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  font-family: "Satoshi", sans-serif;
  background-image: linear-gradient(to right, #00f0ff, #59c2b9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.member-designation p {
  margin: 0;
}
.mobile-table,
.mobile-lang-button {
  display: none;
}

/* .desktop-table{
    display: none;
} */
/* SUT Team End */

/* SUT News Start */

#NOTICE {
  padding: 40px 24px;
  background-color: #150c21;
}

.sut_news_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.sut_news_heading h1 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: var(--color-white);
  margin-bottom: 0px;
  line-height: 1.4;
}

.sut_news_heading span {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.96px;
  background-image: linear-gradient(101deg, #ff1cf7 0%, #00f0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sut_news_heading_btns {
  display: flex;
  gap: 8px;
}

.sut_news_heading_container {
  width: 24px;
  height: 24px;
  padding: 1px;
}

.swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-btn-disabled {
  background-color: #949393;
}

.swiper-btn-active {
  background-color: #9a50fc;
}

.swiper-news-button-next {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-news-button-prev {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news-card-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.news-chev-icon-sm {
  display: inline;
}
.news-chev-icon {
  display: none;
}
.news-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #282331;
  width: 100%;
}

.news-card-wrapper {
  padding: 16px;
}

.news-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.news-card-content {
  display: flex;
  justify-content: start;
  align-items: end;
}

.news-card-actionbtn {
  color: var(--color-white) !important;
  text-decoration: none !important;
  padding: 8px 16px;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.28px;
  border: solid 1px #909090;
  border-radius: 4px;
  margin-bottom: 0px;
  margin-bottom: 2px;
  transition-delay: 0.3s;
  overflow: hidden;
  position: relative;
  transition: all 0.35s;
  box-sizing: border-box;
}

.news-card-actionbtn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: attr(data-hover);
  color: #fff;
  text-align: center;
  transform: scale(1);
  transition: all 0.4s;
  z-index: 1;
}

.news-card-actionbtn:hover {
  transform: scale(1.1); /* Zoom-in effect */
  background-color: #9a50fc;
  color: rgba(221, 99, 149, 0);
  transition-delay: 0s;
}

.news-card-actionbtn:hover::before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}

.news-card-content > a {
  text-decoration: none;
}

.news-card-badge {
  padding: 4px 8px;
  font-size: 12px;
  line-height: normal;
  letter-spacing: -0.24px;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 24px;
  border: solid 1px #707070;
}

.news-barge-important {
  border-radius: 24px;
  border: 1px solid transparent;
  background-image:
    linear-gradient(#282331, #282331),
    linear-gradient(114deg, #ff1cf7 10%, #00f0ff 95%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.news-card-badge {
  color: var(--bgwhite);
}

.news-card-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news-card-title p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: #e6e6e6;
  text-align: start;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-date {
  font-size: 12px;
  color: #cccccc;
  font-weight: 300;
}
/* SUT News End */

/* Footer Start */
.footer-infos {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  .footer-infos {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer-info-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.footer-logo img {
  width: 160px;
  height: 30.6px;
}

footer {
  width: 100%;
  padding: 40px 24px;
  background: url(/wp-content/themes/supertrust-v2/images/supertrust/footer-bg-sm.png);
  background-repeat: no-repeat;
  background-size: cover;
}

footer .title {
  font-family: "Satoshi", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

footer .info-section {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

footer .info-section .title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  opacity: 0.8;
}

footer .contact-section,
footer .socials-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

footer .social-icons {
  display: flex;
  gap: 12px;
}

footer .social-icon {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 6px;
}

footer .social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

footer .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .brand-section {
  margin-bottom: 24px;
}

footer .copy-right {
  margin-top: 40px;
  color: #b9b9b9;
}

footer .list-row {
  display: flex;
  gap: 14px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  align-items: start;
}

footer .list-row .info {
  font-family: "Satoshi", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--textsub2);
  width: 100%;
  max-width: max-content;
}

footer .list-row .text {
  font-family: "Satoshi", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #e6e6e6;
  padding-top: 1px;
}

.swiper-container {
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
  /* padding: 0 0 80px; */
}

.swiperNewContainer {
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
  /* padding: 0 0 80px; */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.swiper-pagination {
  position: relative !important;
  margin: -4px 0 0;
  width: fit-content !important;
}

.swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: #f5f5f5;
  font-size: 16px;
  opacity: 1 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #455de0;
}

#NOTICE .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 42.5%) !important;
  pointer-events: inherit !important;
  margin-left: -25px !important;
}

#NOTICE .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 42.5%) !important;
  pointer-events: inherit !important;
  margin-right: -25px !important;
}

#WORK .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 42.5%) !important;
}

#WORK .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 42.5%) !important;
}

.swiper-button-prev {
  background: url(images/supertrust/slide_back.svg);
  width: 60px !important;
  height: 60px !important;
  margin-left: 20px;
}

.swiper-button-next {
  background: url(images/slide_next.svg);
  width: 60px !important;
  height: 60px !important;
  margin-right: 20px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
  font-size: 20px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  font-size: 20px !important;
}

.notice-list {
  background: #150c21;
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}

.notice-list li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 4px !important;
  border: 0px !important;
  color: #ffffff;
  padding: 24px;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: #282331;
}

.bottom-section-pagination .swiper-button-next,
.bottom-section-pagination .swiper-button-prev {
  position: relative !important;
  margin: 0 !important;
}

.bottom-section-pagination .swiper-button-prev {
  background: url(images/prev.svg) !important;
  width: 32px !important;
  height: 16px !important;
}

.bottom-section-pagination .swiper-button-next {
  background: url(images/next.svg) !important;
  width: 32px !important;
  height: 16px !important;
}

.bottom-section-pagination .swiper-button-next::after,
.bottom-section-pagination .swiper-button-prev::after {
  display: none !important;
}

.bottom-section-pagination {
  display: flex;
  margin: 10px auto auto auto;
  gap: 30px;
  justify-content: center;
}

.mobile-dect-search .input-container {
  display: block;
}

.dect-paper .input-container .search-icon {
  left: 5px;
  z-index: 1;
}
.mobile-dect-search .input-container .search-icon {
  left: 10px;
  z-index: 1;
}

.mobile-dect-search .input-container input,
.dect-paper .header input {
  border-radius: 4px;
  background: var(--bg-f9, #f9f9f9);
  backdrop-filter: blur(4px);
  height: 44px;
  padding: 6px 30px 6px 34px;
}

.navbar-nav {
  align-items: flex-start;
}

.mobile-dect-search {
  width: 100%;
  margin-bottom: 17px;
}

.dect-paper .header {
  padding-bottom: 0;
}

.nav-link.dect-btn {
  display: none;
}

.mobile-btn-cover {
  margin: 20px 0 20px 0 !important;
}

.dect-container {
  padding: 0;
}

.p2p-user-container {
  padding: 16px;
}

.p2p_user_not_found,
.p2p_user_api_error {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p2p_user_not_found p,
.p2p_user_api_error p {
  margin: 0;
}

.dect-container .dect-paper {
  border-radius: 0;
  height: 100vh;
}

.dect-paper .header {
  margin-left: 24px;
  position: relative;
}

.dect-paper .header .back-btn {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.dect-container,
.p2p-user-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1000;
}

.dect-overlay,
.p2p-user-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.dect-paper,
.p2p-user-paper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 3px 20px;
  z-index: 100;
  position: relative;
}

.p2p-user-paper {
  padding: 3px 16px;
  max-width: 680px !important;
}

.dect-paper .cover {
  padding-bottom: 18px;
}

.dect-paper .error,
.dect-paper .invalid {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dect-paper .error p,
.dect-paper .invalid p {
  color: #fb2c36;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

#dect-container,
#p2p-user-container {
  display: block;
  transform: translateX(100%);
  position: fixed;
  right: 0;
  height: 100vh;
}

#p2p-user-container {
  left: 0;
}

#dect-container.show,
#p2p-user-container.show {
  transform: translateX(0%);
}

.dect-paper .first-line .polygon p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background: linear-gradient(121deg, #7f3bdf 7.46%, #a427c3 92.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.p2p-user {
  display: flex;
  color: #5d5d5d;
  gap: 5px;
  line-height: 24px;
  cursor: pointer;
}

.p2p-users-container {
  max-height: 80vh;
  overflow: auto;
}

.verification-status-cont {
  margin-bottom: 20px;
}

.verification-status-cont .profile {
  display: flex;
  padding: 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background-color: #f4f5f9;
  margin-bottom: 16px;
}

.verification-status-cont .profile p {
  margin-left: 8px;
  margin-right: 4px;
  font-size: 18px;
  line-height: 24px;
}

.verification-status-cont .status-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-bottom: 8px;
}

.verification-card-cover {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.verification-card {
  display: flex;
  height: 72px;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  background: #fff;
}

.verification-card .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.verification-card .info p:first-child {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
  color: #3d404c;
  margin-bottom: 0;
}
.verification-card .info p:nth-child(2) {
  color: #838799;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin-bottom: 0;
}

.verification-card button {
  display: flex;
  height: 28px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  outline: none;
}

.verification-card .verified {
  color: #10be73;
  background: rgba(16, 190, 115, 0.15);
}

.verification-card .unverified {
  color: #f33;
  background: #ffe6ea;
}

.spinner {
  width: 25px;
  height: 25px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 40% !important;
}

.mobile-dect-search .input-container {
  display: none;
}

.dect-btn.dark {
  background-color: rgba(0, 0, 0, 0.1);
}

.deCT-input-lg {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 16px;
  border: solid 1px rgba(255, 255, 255, 0.24);
  background-color: #f9f9f9;
  cursor: pointer;
}

.deCT-input-lg p {
  margin: 0px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Satoshi", sans-serif;
}

.dect-paper .header {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 4px;
  margin-bottom: 25px;
}

.p2p-user-paper .header-content {
  border-top: 1px solid #e4e4e4;
  padding-top: 16px;
}

.dect-paper .header.danger,
.p2p-user-paper .header.danger {
  border-bottom: 1px solid #fb2c36;
}

.dect-paper p,
.p2p-user-paper p {
  margin: 0;
}

.dect-paper .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.p2p-user-paper .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

.dect-paper .header input,
.mobile-dect-search .input-container input,
.p2p-user-paper .header input {
  display: flex;
  width: 100%;
  height: 61px;
  padding: 18px 20px 18px 36px;
  justify-content: space-between;
  border: 1px solid #fff;
  outline: none;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
}

.dect-paper .input-container,
.mobile-dect-search .input-container,
.p2p-user-paper .input-container {
  position: relative;
  width: 100%;
}

.dect-paper .input-container .search-icon,
.mobile-dect-search .input-container .search-icon,
.p2p-user-paper .input-container .search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dect-paper .input-container .right-icon,
.p2p-user-paper .input-container .right-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dect-paper .input-container .close-icon,
.p2p-user-paper .input-container .close-icon {
  cursor: pointer;
}

.dect-paper .first-line,
.p2p-user-paper .first-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dect-paper .line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dect-paper .first-line p:first-child,
.p2p-user-paper .first-line p:first-child {
  color: #5d5d5d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.dect-container .line p:first-child,
.p2p-user-container .line p:first-child {
  color: #5d5d5d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: 106px;
}

.dect-paper .line p:nth-child(2),
.p2p-user-paper .line p:nth-child(2) {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.dect-btn {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.dect-paper .first-line .polygon {
  display: flex;
  padding: 6px 8px 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(
    121deg,
    rgba(127, 59, 223, 0.12) 7.46%,
    rgba(164, 39, 195, 0.12) 92.11%
  );
  cursor: pointer;
}

.lg-hide {
  display: block;
}

.desktop-hide {
  display: none !important;
}

/* News page Start */
.news-detailed-container {
  padding: 140px 24px 24px;
  background: #150c21;
  color: #c1bec2;
}

.news-detailed-badge {
  width: fit-content;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #c1c1c1;
  padding: 4px 8px;
  border-radius: 24px;
  line-height: normal;
  border: solid 1px #707070;
}

.news-detailed-badge.important {
  color: #010101;
  border: none;
  padding: 4px 8px;
  border-radius: 24px;
  background-image: linear-gradient(61deg, #c58ee3 -3%, #e2daed 61%);
}

.news-details-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.news-details-title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #e6e6e6;
  margin-bottom: 0px;
}

.news-details-datetime {
  color: #cccccc;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0px;
  margin-top: 11px;
}

.news-details-underline {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 24px 0px 0.4px;
}

.news-details-content {
  font-family: "Satoshi", Roboto;
  font-size: 14px;
  line-height: 20.3px;
  letter-spacing: normal;
  color: #c1bec2;
  margin-top: 40px;
}

.news-details-content ol,
.news-details-content ul {
  margin-left: 18px;
}

.news-details-navigations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 24px;
}

.news-navigation-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
}

.news-navigation-btn p {
  display: none;
}

.related-news {
  padding: 40px 0px;
  min-height: 555px;
}
.related-news-header {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #fff;
  margin-bottom: 36px;
}

.pum-close.popmake-close {
  background-color: white !important;
  border-radius: 100% !important;
}

.pum-container .pum-content + .pum-close {
  min-width: 20px !important;
  min-height: 20px !important;
}

/* News page End */
/* Tablets */
@media (max-width: 600px) {
  .project-card-container.xl-mb-40 {
    margin-bottom: 20px !important;
  }
  .hero-btns {
    margin: auto;
  }

  .p2p-user-paper p {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .hero__text-container h1 {
    text-align: start;
  }

  .hero__description {
    text-align: start;
  }

  .hero-btns {
    justify-content: start;
  }

  .statistics_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
    grid-template-areas:
      "market_price  market_price total_supply  total_supply"
      "market_cap market_cap  quantity quantity";
  }

  .polygon-header-wrapper {
    display: flex;
    width: 90%;
    margin-inline: auto;
  }

  .sut_news_heading h1 {
    font-size: 24px;
  }

  .sut_news_heading_btns {
    gap: 16px;
  }
  .swiper-news-button-next {
    width: 32px;
    height: 32px;
  }

  .swiper-news-button-prev {
    width: 32px;
    height: 32px;
  }

  #NOTICE {
    height: fit-content;
  }
  .news-card-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    align-items: stretch;
  }
  #WORK {
    padding: 60px 48px;
  }
  .project-card-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .project_heading h1 {
    font-size: 32px;
  }

  .polygon-detail-container {
    max-width: 587px;
    margin-inline: auto;
    width: 100%;
  }

  #polygon .polygonscan .logo {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 13px;
  }
}

@media (min-width: 875px) {
  .project-external-link {
    display: block;
    margin-left: 4px;
  }
  .about-card-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 100px;
  }
}
@media (min-width: 991px) {
  .navbar_toggler {
    display: none;
  }

  .nav-action-group {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .nav-group-links {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .nav-item {
    border: none;
  }
  .nav-item a {
    font-family: "Satoshi", Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #404040;
  }

  .nav-link.active {
    font-weight: bold;
  }

  .nav-sm-dropdown {
    display: none;
  }

  .nav-action-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .desktop-lang-button .lang-drop {
    top: 50px;
    left: 0px;
    width: 100%;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 1) !important;
  }

  .stats {
    padding: 60px;
  }

  .statistics_grid {
    gap: 20px;
    height: auto;
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 0.8s ease-out,
      transform 0.8s ease-out; /* Smooth animation */
    animation: fadeInUp 0.8s forwards;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .statistics_grid .stats_card {
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0;
    width: 100%;
    height: 100%;
  }

  /* .statistics_grid .stats_card:nth-child(4) {
        left: 24px !important;
    } */

  .stacked-cards {
    position: relative;
    height: 300px;
    width: 100%;
    transition: all 0.5s ease;
  }

  .stats_card {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 200px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Right-aligned positioning */
    left: 10%;
    bottom: 0;
    transform-origin: center;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
  }

  .stats_card:nth-child(1) {
    z-index: 5;
    left: 20%;
    width: 456px;
  }
  .stats_card:nth-child(2) {
    z-index: 4;
    left: 18%;
    bottom: 30px;
    width: 720px;
  }
  .stats_card:nth-child(3) {
    left: 16%;
    z-index: 3;
    bottom: 56px;
    width: 720px;
  }
  .stats_card:nth-child(4) {
    left: 12%;
    z-index: 2;
    bottom: 81px;
    width: 456px;
  }

  .stats-card-after-animation {
    width: auto !important;
  }

  .stats_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }

  .stats_card_spacer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .polygon-header-wrapper {
    display: flex;
    width: 80%;
    margin-inline: auto;
  }

  .polygon-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px;
    height: 170px;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
    background: #fff;
    border-top: 1px solid rgba(59, 59, 255, 1);
    box-shadow: 4px 4px 14px 1px rgba(188, 188, 221, 0.16);
    align-items: center;
    /* margin-top: 20px; */
  }

  #ABOUT {
    padding: 60px;
  }
  /* .about-container{
        padding-top: 60px;
        position: relative;
    } */
  .about-wrapper {
    position: relative;
    height: 100%;
  }

  .about_heading {
    font-weight: bold;
    position: absolute;
    inset: 0;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    width: 100%;
    z-index: 10;
    color: white;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 1;
    padding: 0 20px;
    margin-bottom: 40px;
    background-color: #010101;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about_heading h1 {
    font-size: 132px;
    line-height: 132px;
    letter-spacing: -6.6px;
  }

  .about_heading span {
    font-size: 132px;
    line-height: 132px;
    letter-spacing: -6.6px;
  }

  .project_heading h1 {
    font-size: 40px;
  }
  .team {
    padding: 60px;
  }
  .team_heading h1 {
    font-size: 40px;
  }

  .team_heading span {
    font-size: 40px;
  }
  .sut_news_heading h1 {
    font-size: 40px;
  }
  .sut_news_heading span {
    font-size: 40px;
  }
  #NOTICE {
    padding: 80px 60px;
  }

  .news-chev-icon-sm {
    display: none;
  }

  .news-chev-icon {
    display: inline;
  }

  .news-card-container {
    gap: 24px;
  }

  .nav-small-screen {
    display: none !important;
  }

  .logo-screen-sm {
    display: none;
  }

  .logo-screen-lg {
    display: block;
  }
  #polygon .polygonscan {
    padding: 40px;
  }

  footer {
    padding: 60px;
    background: url(/wp-content/themes/supertrust-v2/images/supertrust/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  footer .list-row .text {
    font-size: 16px;
  }

  #dect-container {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
  }

  #dect-container.show {
    display: block;
    opacity: 1;
  }

  .dect-container,
  .p2p-user-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 1000;
    padding: 25px 32px 32px;
  }
  .dect-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  .lg-hide {
    display: none;
  }
  .dect-paper .hide {
    display: none !important;
  }
  .dect-container .dect-paper {
    border-radius: 12px;
    height: fit-content;
  }

  .dect-paper {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 3px 20px;
    z-index: 100;
    position: relative;
  }

  .dect-paper .header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .dect-paper .cover {
    padding-bottom: 18px;
  }

  .back-btn {
    display: none !important;
  }

  .dect-paper .input-container,
  .mobile-dect-search .input-container {
    position: relative;
    width: 100%;
  }

  .dect-paper .input-container .search-icon,
  .mobile-dect-search .input-container .search-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .search-icon {
    line-height: 10px;
  }

  .dect-paper .header input,
  .mobile-dect-search .input-container input {
    display: flex;
    width: 100%;
    height: 61px;
    padding: 18px 20px 18px 36px;
    justify-content: space-between;
    border: 1px solid #fff;
    outline: none;
    align-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: #fff;
  }

  .dect-paper .input-container .close-icon {
    cursor: pointer;
  }

  .dect-paper .input-container .right-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .spinner {
    width: 25px;
    height: 25px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    top: 40% !important;
  }

  .dect-paper .input-container .right-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /* news details page start */
  .news-details {
    min-height: 70vh;
    background-color: #150c21;
  }
  .news-navigation-btn p {
    display: block;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.36px;
  }
  .news-details-content {
    font-size: 16px;
    line-height: 23.2px;
    letter-spacing: normal;
    margin-top: 48px;
  }
  .news-contents-centered {
    width: 68%;
    margin-inline: auto;
  }
  .related-news-header {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .news-details-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }

  .news-details-image img {
    width: 100%;
    max-height: 626px;
  }

  /* news details page end */
  .deCT-input-lg p {
    font-size: 11px;
  }
}

@media (min-width: 1010px) {
  .deCT-input-lg p {
    font-size: 12px;
  }
}

/* Small Laptops */
@media (min-width: 1024px) {
  /* Utilies Start */
  .section__container {
    max-width: 1200px;
    margin-inline: auto;
  }
  /* Utilies End */

  /* Hero section Start */
  .hero-container {
    height: 780px;
  }
  .hero__content {
    flex: 1;
    margin-inline: 80px;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .hero__content-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }
  .hero__text-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }

  .hero__text-container h1 {
    color: var(--color-white);
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -2.5px;
  }
  .hero__description {
    font-size: 20px;
    line-height: 1.33;
    margin-bottom: 40px;
    width: 100%;
  }
  .hero__actionbutton {
    font-size: 16px;
    height: 40px;
    padding: 10px 18px;
  }
  .hero__linktreebutton {
    font-size: 16px;
    width: 170px;
    height: 40px;
    padding: 10px 18px;
  }

  .hero__scrolldownbtn {
    gap: 10px;
    font-size: 20px;
    border-radius: 100px;
    padding: 6px 20px;
    cursor: pointer;
  }
  /* Hero Section End */

  #WORK {
    padding: 60px 60px;
  }

  .dect-paper .first-line .polygon {
    display: flex;
    padding: 6px 8px 6px 12px;
    justify-content: center;
    align-items: start;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(
      121deg,
      rgba(127, 59, 223, 0.12) 7.46%,
      rgba(164, 39, 195, 0.12) 92.11%
    );
    cursor: pointer;
  }
  .dect-paper .first-line .polygon p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    background: linear-gradient(121deg, #7f3bdf 7.46%, #a427c3 92.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
  }

  .dect-paper .first-line {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0px;
  }
  .dect-paper .first-line p {
    margin-bottom: 0;
  }

  .project-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    padding: 32px 40px;
    background-color: #010101;
    border: solid 1px #380f7e;
    overflow: hidden;
  }
  .project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
}

@media (min-width: 1060px) {
  .deCT-input-lg p {
    font-size: 16px;
  }
}
@media (min-width: 1220px) {
  .member-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .hero__text-container h1 {
    font-size: 60px;
  }

  .hero__description {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .stats {
    padding: 112px 120px;
  }

  .stats-datetime {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .stats_card {
    padding: 24px 32px;
  }

  .statistics_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 24px;
    grid-template-areas:
      "market_price market_price total_supply total_supply total_supply"
      "market_cap market_cap market_cap quantity quantity";
  }
}

@media (min-width: 1440px) {
  .navbar-wrapper {
    position: relative;
    width: 100%;
    padding: 16px 32px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    margin-top: 16px;
    z-index: 40;
    margin-inline: 56px;
    max-width: 1200px;
    margin-inline: auto;
  }
  .nav-group-links {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .navbar-nav {
    display: flex;
    gap: 24px;
  }
  .nav-link {
    padding: 0px !important;
  }
  .sut-dropdown {
    position: relative;
    min-width: 100px;
  }
  .sut-dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 100px;
    background-color: white;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .sut-dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    display: none;
    z-index: 50;
    min-width: 5rem;
  }
  .sut-dropdown-menu li {
    padding: 10px;
    cursor: pointer;
  }
  .sut-dropdown-menu li:hover {
    background-color: #f0f0f0;
  }

  .selected-text {
    font-size: 16px;
    letter-spacing: -0.32px;
    font-weight: 700;
    line-height: normal;
    margin-right: 4px;
  }

  .lang-selector-icon {
    width: 20px;
    height: 20px;
  }

  /* Hero section start */
  .hero-container {
    height: 890px;
  }

  .hero__content {
    flex: 1;
    margin-inline: 80px;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }

  .hero__content-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .hero__text-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .hero__text-container h1 {
    color: var(--color-white);
    font-size: var(--font-size-heading);
    line-height: 96px;
    letter-spacing: -2.16px;
    font-weight: 500;
    width: 53%;
    font-family: "Satoshi", sans-serif;
    margin-bottom: 0px;
  }
  .hero__description-wrapper {
    width: 42%;
  }

  .hero__description {
    font-family: "Satoshi", sans-serif;
    color: var(--color-white);
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 40px;
    width: 100%;
  }

  .hero__actionbutton {
    font-size: 18px;
    height: 56px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background-color: gray;
    border-radius: 4px;
    box-shadow: 8px 12px 56px 0 rgba(59, 59, 255, 0.12);
    background-image: linear-gradient(
      96deg,
      #8e1fce -28%,
      #5c24ff 68%,
      #00f0ff 122%
    );
    cursor: pointer;
  }

  .hero__actionbutton a {
    text-decoration: none;
  }
  .hero__linktreebutton {
    font-size: 18px;
    width: fit-content;
    height: 56px;
    padding: 16px 24px;
    line-height: normal;
    letter-spacing: -0.36px;
    cursor: pointer;
  }
  .hero__linktreebutton a {
    text-decoration: none;
  }
  .hero__actionbutton > a {
    text-decoration: none;
    color: var(--color-white);
  }

  .hero__scrolldown-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    margin-top: 30px;
  }

  .hero__scrolldownbtn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    font-size: 20px;
    background-color: transparent;
    border: 1px solid var(--color-white);
    border-radius: 100px;
    padding: 8px 24px;
    cursor: pointer;
  }

  .hero__scrolldownbtn > img {
    width: 29px;
    height: 29px;
  }
  /* Hero Section End */

  /* Statistics Section Start */
  .stats {
    padding: 184px 120px;
    min-height: 648px;
  }

  .stats-after-animation {
    padding: 112px 120px;
  }

  .statistics_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 0px;
    grid-template-areas:
      "market_price market_price total_supply total_supply  total_supply"
      "market_cap market_cap market_cap quantity quantity";
    height: auto;
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 0.8s ease-out,
      transform 0.8s ease-out; /* Smooth animation */
    animation: fadeInUp 0.8s forwards;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .statistics_grid .stats_card {
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .statistics_grid .stats_card:nth-child(4) {
    left: 24px !important;
  }

  .stacked-cards {
    position: relative;
    height: 300px;
    width: 100%;
    transition: all 0.5s ease;
  }

  .stats_card {
    padding: 24px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 200px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Right-aligned positioning */
    left: 10%;
    bottom: 0;
    transform-origin: center;
    cursor: pointer;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
  }

  .stats_card:nth-child(1) {
    z-index: 5;
    left: 20%;
    max-width: 456px;
  }
  .stats_card:nth-child(2) {
    z-index: 4;
    left: 18%;
    bottom: 30px;
    max-width: 720px;
  }
  .stats_card:nth-child(3) {
    left: 16%;
    z-index: 3;
    bottom: 56px;
    max-width: 720px;
  }
  .stats_card:nth-child(4) {
    left: 12%;
    z-index: 2;
    bottom: 81px;
    max-width: 456px;
  }

  .stats_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  }
  .fixed-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    perspective: 1000px;
  }

  .fixed-container.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .stats_card_spacer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* .stats_card_spacer > p {
        margin-bottom: 0px;
    } */
  .market_price_stats {
    grid-area: market_price;
    max-height: 200px;
    width: 456px;
  }
  .market_price_stats_head {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .market-price-spacer {
    gap: 44px;
  }

  .stats-datetime {
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: normal;
    margin-bottom: 0px;
  }

  .market-price-header {
    display: flex;
    flex-direction: column;
    gap: 5.5px;
    margin-bottom: 0px;
  }
  .market-price-amount {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
  }
  .market_price_stats > div > p > .title_currency {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .market_price_stats > div > p > .title_amount {
    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .total_supply_stats {
    grid-area: total_supply;
    max-height: 200px;
    width: 720px;
    display: flex;
    justify-content: space-between;
  }

  .stats-chart-lg {
    display: block;
  }
  .stats-chart-sm {
    display: none;
  }

  .supply_title {
    font-size: 18px;
    letter-spacing: -0.36px;
    text-align: left;
    color: #ccc;
    margin-bottom: 8px;
  }

  .supply_amount {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.72px;
    line-height: normal;
  }

  .supply_metrics {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: normal;
    text-align: left;
    color: #ccc;
    margin-bottom: 6px;
  }

  .supply_chart {
    display: flex;
    align-items: end;
  }

  .market_cap_stats {
    grid-area: market_cap;
    max-height: 200px;
    width: 720px;
    display: flex;
    justify-content: space-between;
  }

  .market_cap_title {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
    line-height: normal;
    font-family: "Satoshi", sans-serif;
  }

  .market_cap_title_currency {
    font-size: 18px;
    letter-spacing: -0.36px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #e1e1ee;
    margin-right: 4px;
  }

  .market-cap-contents {
    height: 100%;
  }
  .market_cap_stats > div > p {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
  }

  .title_currency {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
  }

  .title_amount {
    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .market_cap_chart {
    display: flex;
    align-items: end;
    overflow: hidden;
  }

  .quantity_stats {
    grid-area: quantity;
    max-height: 200px;
    width: 456px;
    margin-left: 24px;
  }

  .quantity_title {
    font-size: 18px;
    letter-spacing: -0.36px;
    text-align: left;
    color: #ccc;
    margin-bottom: 8px;
  }

  .quantity_amount {
    background-image: linear-gradient(101deg, #b9d8fd 3%, #d599ff 100%);
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.72px;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
  }

  .quantity_metrics_currency {
    margin-right: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
  }
  .quantity_metrics {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    text-align: left;
    color: #ccc;
    margin-bottom: 8px;
  }

  .quantity_date {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: normal;
    margin-bottom: 0px;
  }
  /* Statistics Section End */

  /* Polygon section Start */
  #polygon .polygonscan {
    padding: 100px 340px 100px 346px;
  }

  #polygon .polygonscan-logo {
    vertical-align: top;
    margin-top: -167px;
  }

  .polygon-header-wrapper {
    width: 100%;
  }
  .polygon-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 36px;
  }

  .polygon-header-logo {
    display: flex;
    margin-top: 0px;
  }

  .polygon-framer {
    margin-top: 54px;
  }

  #polygon .polygonscan .logo {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 95px;
    margin-bottom: -30px;
    margin-top: 10px;
  }

  .polygon-logo-sm {
    display: none;
  }

  .polygon-logo-lg {
    display: block;
  }

  .polygon_background {
    height: 100%;
    background-image: url(/wp-content/themes/supertrust-v2/images/supertrust/polygon-background.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .polygon-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px;
    height: 170px;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
    background: #fff;
    border-top: 1px solid rgba(59, 59, 255, 1);
    box-shadow: 4px 4px 14px 1px rgba(188, 188, 221, 0.16);
    align-items: center;
    /* margin-top: 20px; */
  }

  .polygon-detail-container {
    max-width: 586px;
    margin-inline: auto;
    padding-inline: 0px;
    width: 100%;
  }
  .polygon-name {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .polygon-designation a {
    font-size: 16px;
    display: flex;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    align-items: center;
    color: transparent;
  }

  .polygon-designation p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--textsub1);
    line-height: normal;
    letter-spacing: -0.36px;
    margin-right: 10px;
  }

  /* Polygon section End */

  /* About Section Start */
  #ABOUT {
    padding: 112px 116px 0px 120px;
    background-color: #010101;
  }

  .about_heading {
    margin-bottom: 66px;
  }
  .about_heading h1 {
    font-family: "Satoshi", sans-serif;
    color: var(--color-white);
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2.24px;
    margin-bottom: 0px;
  }

  .about_heading span {
    font-size: 56px;
    margin-right: 8px;
    font-stretch: normal;
    font-weight: 700;
    padding-left: 0px;
    line-height: normal;
    font-style: italic;
    background-image: linear-gradient(101deg, #b53bff 3%, #caa8f6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about-card-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 160px;
  }

  .about-card-overlay {
    position: absolute;
    inset: 0;
    background-color: #101010;
    opacity: 0.3;
    z-index: 10;
  }
  .about-card {
    flex: 1; /* Makes all cards take equal width */
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
  }

  .about-card-bg-1 {
    background: url(/wp-content/themes/supertrust-v2/images/supertrust/about-sut-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-card-bg-2 {
    background: url(/wp-content/themes/supertrust-v2/images/supertrust/about-sut-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about-card-content {
    flex-grow: 1;
    position: relative;
    z-index: 20;
    padding: 140px 24px 32px;
  }

  .about-card-content > h5 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.48px;
    line-height: normal;
    margin-bottom: 16px !important;
  }

  .about-card-content > p {
    color: var(--textsub1);
    font-family: "Satoshi", Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px !important;
    color: #ffffff;
    margin-bottom: 0px;
    letter-spacing: normal;
    line-height: normal;
  }
  /* About Section End */

  /* Project Section Start */
  #WORK {
    padding: 101px 0px 0px;
    position: relative;
    background-color: #150c21;
  }
  .project_heading {
    margin-bottom: 56px;
  }
  .project_heading h1 {
    font-family: "Satoshi", Roboto, sans-serif;
    font-size: 56px;
    font-weight: 700;
    text-align: center;
    line-height: 64px;
    letter-spacing: -1.12px;
    color: #ffffff;
  }

  .project_heading span {
    letter-spacing: -2.24px;
    line-height: normal;
    font-style: italic;
    font-weight: 700;
    background-image: linear-gradient(101deg, #ff1cf7 3%, #00f0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .project-card-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 101px;
  }
  .project-card-container.xl-mb-40 {
    margin-bottom: 40px !important;
  }

  .project-card-overlay {
    position: absolute;
    inset: 0;
    background-color: #101010;
    opacity: 0.3;
    z-index: 10;
  }
  .project-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    padding: 32px;
    background-color: #010101;
    border: solid 1px #380f7e;
    overflow: hidden;
  }
  .project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .project-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .project-card-logo {
    max-width: 141px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    border-radius: 4px;
  }

  .project-card-logo-moad {
    padding: 27px 19px;
  }

  .project-card-logo-naturebook,
  .project-card-logo-l2u,
  .project-card-logo-supersave,
  .project-card-logo-zeroplus {
    padding: 20px 15px 18.8px 16px;
    height: 87px;
  }

  .project-external-link {
    display: block;
    margin-left: 4px;
  }
  .project-card-logo img {
    width: 100%;
  }

  .project-card-bg-2 {
    background: #010101;
  }
  .project-background {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
  }

  .project-background::before {
    display: none;
  }

  .project-card-content {
    flex-grow: 1;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
  }

  .project-card-content > p {
    color: var(--textsub1);
    font-family: SUIT, Roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px !important;
    color: var(--color-white);
    margin-bottom: 0;
  }

  .project-card-text p {
    font-size: 14px;
    color: #c1bec2;
    margin-bottom: 0px;
    font-weight: 300;
  }

  .project-card-text h4 {
    color: #dfdfdf;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: normal;
    font-family: "Satoshi", sans-serif;
    letter-spacing: -0.48px;
    align-self: stretch;
    font-weight: 700;

    /* padding-top: 4px; */
  }
  /* Project Section End */

  /* Team Section Start */
  .team {
    background-image: url(/wp-content/themes/supertrust-v2/images/supertrust/polygon-background.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 112px 0px 126px 0px;
    position: relative;
  }
  .team_heading {
    margin-bottom: 48px;
  }
  .team_heading h1 {
    font-family: "Satoshi", sans-serif;
    font-size: 56px;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    letter-spacing: -1.12px;
    font-stretch: normal;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .team_heading span {
    font-size: 56px;
    letter-spacing: -2.24px;
    line-height: normal;
    font-style: italic;
    font-weight: 700;
    background-image: linear-gradient(101deg, #ff1cf7 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .team-container {
    max-width: 1200px;
    margin-inline: auto;
  }

  .team-content {
    position: relative;
    z-index: 20;
  }

  .member-table {
    color: var(--white-color);
    font-family: "Satoshi", sans-serif;
    display: grid;
    gap: 32px;
  }
  .member-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    border-radius: 0px 0px 4px 4px;
    background-color: #282331;
    padding: 30px;
    min-height: 22px;
    min-width: 525px;
  }

  .member-name-container {
    width: 50%;
    margin-right: 30px;
  }

  .member-name {
    color: #f9f9ff;
    border-right: solid 1px #949393;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
  }
  .member-designation {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
    width: 50%;
    background-image: linear-gradient(to right, #00f0ff, #59c2b9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .member-designation p {
    margin: 0;
  }
  .mobile-table,
  .mobile-lang-button {
    display: none;
  }
  /* Team Section End */
  /* News Section Start */
  #NOTICE {
    padding: 112px 0px 115px;
    min-height: 607px;
  }

  #NOTICE h3 {
    margin-bottom: 2.5rem;
  }

  .sut_news_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    font-family: "Satoshi", sans-serif;
    align-items: start;
  }

  .sut_news_heading h1 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.96px;
    line-height: 56px;
    color: var(--color-white);
  }

  .sut_news_heading span {
    font-size: 48px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -1.92px;
    line-height: normal;
    background-image: linear-gradient(101deg, #ff1cf7 0%, #00f0ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sut_news_heading_btns {
    display: flex;
    align-items: start;
    gap: 16px;
  }

  .sut_news_heading_container {
    width: 48px;
    height: 48px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-news-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
  }
  .swiper-news-button-next {
    width: 40px;
    height: 40px;
    border-radius: 100px;
  }
  .news-card-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
  }

  .news-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background-color: #282331;
    padding: 24px;
    min-height: 185px;
    max-width: 379px;
  }

  .news-card-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px;
  }

  .news-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .news-card-content {
    flex-grow: 1;
    display: flex;
    justify-content: start;
    align-items: end;
  }

  .news-card-content a {
    display: inline;
  }
  .news-card-actionbtn {
    color: var(--color-white);
    padding: 6.5px 16px;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: normal;
    border: solid 1px #909090;
    border-radius: 4px;
    margin-bottom: 0px;
  }

  .news-card-badge {
    padding: 4px 8px;
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: normal;
    border-radius: 24px;
  }

  .news-card-badge {
    color: #fff;
    font-family: SUIT, Roboto, sans-serif;
    font-weight: 500;
  }

  .news-card-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .news-card-title p {
    font-size: 24px;
    margin: 0;
    line-height: normal;
    letter-spacing: -0.48px;
    color: rgba(45, 45, 45, 1);
    text-align: left;
    color: #e6e6e6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-card-title a:hover {
    color: #e6e6e6;
    text-decoration: none;
  }
  .news-card-date {
    color: #cccccc;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
  /* News Section End */

  /* Footer Start */

  .footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .footer-infos {
    display: flex;
    flex-direction: row;
    gap: 214.3px;
  }
  .footer-logo {
    text-align: right;
    padding-left: 0px;
  }

  .footer-logo img {
    margin-top: 3px;
    width: 236px;
    height: 45.1px;
  }
  .footer-logo a {
    margin-left: 5px;
  }

  footer {
    width: 100%;
    padding: 100px 120px 64px;
    background-color: #010101;
    min-height: 423px;
    height: 100%;
  }

  footer .title {
    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
  }

  .info-section {
    padding-left: 40px;
  }

  footer .list-row {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 0px;
  }

  footer .list-row .text {
    font-family: "Satoshi", sans-serif;
    font-size: 20px;
    padding-top: 0px;
    color: #e6e6e6;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
  }

  footer .copy-right {
    margin-top: 120px;
    color: #b9b9b9;
  }
  .copy-right p {
    margin-bottom: 0px;
  }
  .address {
    width: 24px;
    height: 24px;
  }
  .email {
    width: 24px;
    height: 20px;
  }
  .phone {
    width: 24px;
    height: 24px;
  }
  /* Footer End */
}

@media (min-width: 1600px) {
  .navbar-wrapper {
    max-width: 1400px;
    margin-inline: auto;
  }
  .hero__content {
    max-width: 1400px;
    margin-inline: auto;
  }
  .polygon-header-wrapper {
    max-width: 1200px;
    margin-inline: auto;
  }

  .footer-infos {
    max-width: 1200px;
    margin-inline: auto;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 

#NOTICE .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 42.5%) !important;
    pointer-events: inherit !important;
    margin-left: -25px !important;
}

#NOTICE .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 42.5%) !important;
    pointer-events: inherit !important;
    margin-right: -25px !important;
}

#WORK .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 42.5%) !important;
}

#WORK .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 42.5%) !important;
}


.swiper-button-prev {
    background: url(images/supertrust/slide_back.svg);
    width: 60px !important;
    height: 60px !important;
    margin-left: 20px;
}

.swiper-button-next {
    background: url(images/slide_next.svg);
    width: 60px !important;
    height: 60px !important;
    margin-right: 20px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
    font-size: 20px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
    font-size: 20px !important;
}

.notice-list {
    background: #150c21;
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: center;

}

.notice-list li {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-radius: 4px !important;
    border: 0px !important;
    color: #ffffff;
    padding: 24px;
    margin-bottom: 30px;
    cursor: pointer;
    background-color: #282331;
}


.bottom-section-pagination .swiper-button-next,
.bottom-section-pagination .swiper-button-prev {
    position: relative !important;
    margin: 0 !important;
}

.bottom-section-pagination .swiper-button-prev {
    background: url(images/prev.svg) !important;
    width: 32px !important;
    height: 16px !important;
}

.bottom-section-pagination .swiper-button-next {
    background: url(images/next.svg) !important;
    width: 32px !important;
    height: 16px !important;
}

.bottom-section-pagination .swiper-button-next::after,
.bottom-section-pagination .swiper-button-prev::after {
    display: none !important;
} */

/* ─── Navbar: transparent over hero, opaque on scroll ─── */

header nav {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: transparent !important;
}

/* mobile expanded — keep dark background when open */
.navbar-wrapper-expanded {
  background-color: rgba(10, 10, 10, 0.9) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 16px !important;
}

/* ─── Hero Swiper ─── */

.hero-swiper {
  position: relative;
  height: 100vh;
  min-height: 528px;
}

.hero-swiper .swiper-wrapper {
  height: 100%;
}

/* override global .swiper-slide so slide 2 fills full height */
.hero-swiper .swiper-slide {
  height: 100%;
  align-items: stretch !important;
  display: block !important;
}

/* slide 2: hero-container fills the swiper slide */
.hero-swiper .hero-container {
  height: 100% !important;
  width: 100%;
}

/* Slide 1 — video background */
.hero-slide-new {
  position: relative;
  height: 100vh;
  min-height: 528px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.hero-slide-new__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 101%;
  object-fit: cover;
  z-index: 0;
}

.hero-slide-new__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-slide-new__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  max-width: 860px;
  width: 100%;
}

.hero-slide-new__content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
  font-family: "Satoshi", sans-serif;
}

.hero-slide-new__content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  font-family: "Satoshi", sans-serif;
  max-width: 600px;
}

.hero-slide-new__scroll {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* CTA Button — Slide 1 */
.hero-slide-new__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 32px;
  padding: 14px 28px;
  border-radius: 100px;
  background: linear-gradient(96deg, #8e1fce -28%, #5c24ff 68%, #00f0ff 122%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  letter-spacing: -0.2px;
  text-decoration: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.hero-slide-new__cta:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

/* Pagination dots — hero only (no global swiper-pagination class) */
.hero-swiper__pagination {
  position: absolute !important;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  z-index: 20;
  width: auto !important;
}

.hero-swiper__pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  transition:
    width 0.3s ease,
    background 0.3s ease !important;
  font-size: 0 !important;
  color: transparent !important;
}

.hero-swiper__pagination .swiper-pagination-bullet-active {
  width: 24px !important;
  height: 8px !important;
  background: #fff !important;
  border-radius: 4px !important;
}

@media (min-width: 992px) {
  .hero-slide-new__content h1 {
    font-size: 64px;
    letter-spacing: -1.5px;
    margin-bottom: 28px;
  }
  .hero-slide-new__content p {
    font-size: 18px;
  }
}

/* ─── Featured project cards (SoloPay & K-POP) ─── */

.project-solopay::after,
.project-kpop::after {
  display: none;
}

.project-solopay {
  border-color: #0e3a6e;
}

.project-card-logo--kpop {
  padding: 6px 10px;
  height: 50px;
  width: 80px;
  background-color: #ffffff !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-card-logo--kpop img {
  height: 42px;
  width: auto;
}

.project-card-logo--solopay {
  padding: 10px 16px;
  height: 50px;
  width: 80px;
  background-color: #0a0a1a !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-card-logo--solopay img {
  height: 28px;
  width: auto;
}

.project-kpop {
  border-color: #4a0a6e;
}

.project-card-logo--placeholder {
  width: 80px;
  height: 50px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-card-logo--placeholder span {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.project-card-badge-new {
  display: inline-flex;
  align-items: center;
  height: fit-content;
  padding: 3px 10px;
  border-radius: 100px;
  background: linear-gradient(101deg, #ff1cf7 3%, #00f0ff 100%);
}

.project-card-badge-new span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
}

/* ─── Featured card hierarchy (SoloPay & K-POP) ─── */

/* Featured row: taller, more padding */
.project-card-container--featured .project-card {
  padding: 40px 36px;
  min-height: 260px;
}

/* Featured logos: match secondary logo size */
.project-card-container--featured .project-card-logo--solopay,
.project-card-container--featured .project-card-logo--kpop {
  width: 80px;
  height: 50px;
  padding: 10px 14px;
}

.project-card-container--featured .project-card-logo--solopay img {
  height: 28px;
}

.project-card-container--featured .project-card-logo--kpop img {
  height: 42px;
}

@media (min-width: 1440px) {
  .project-card-container--featured .project-card-logo--solopay,
  .project-card-container--featured .project-card-logo--kpop {
    width: 141px;
    height: 87px;
    padding: 20px 15px;
  }

  .project-card-container--featured .project-card-logo--solopay img {
    height: 46px;
  }

  .project-card-container--featured .project-card-logo--kpop img {
    height: 66px;
  }
}

/* Secondary cards: compact padding */
.project-card-container:not(.project-card-container--featured) .project-card {
  padding: 20px;
}

.project-card-container:not(.project-card-container--featured)
  .project-card-header {
  margin-bottom: 24px;
}

@media (min-width: 1440px) {
  .project-card-container:not(.project-card-container--featured) .project-card {
    padding: 24px 28px;
  }

  .project-card-container:not(.project-card-container--featured)
    .project-card-header {
    margin-bottom: 28px;
  }
}

/* Featured cards: gradient glow border to signal core projects */
.project-solopay,
.project-kpop {
  border-color: transparent;
  box-shadow:
    0 0 0 1.5px rgba(140, 31, 206, 0.8),
    0 0 20px 4px rgba(94, 36, 255, 0.3),
    0 0 48px 12px rgba(0, 240, 255, 0.08);
}
