:root {
    --PrimaryColor: #937BA4;
    --SecondaryColor: #AD9A80;
    --WhiteColor: #fff;
    --BlackColor: #000;
    --heading-text: #342E2C;

}

html {
    font-size: 16px;
}
html,
body {
    scroll-behavior: smooth; overflow-x: hidden;
}
@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-ExtraLight.eot");
    src: url("../fonts/Inter24pt-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-ExtraLight.woff2") format("woff2"), url("../fonts/Inter24pt-ExtraLight.woff") format("woff"),
        url("../fonts/Inter24pt-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-Bold.eot");
    src: url("../fonts/Inter24pt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-Bold.woff2") format("woff2"), url("../fonts/Inter24pt-Bold.woff") format("woff"), url("../fonts/Inter24pt-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-Regular.eot");
    src: url("../fonts/Inter24pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-Regular.woff2") format("woff2"), url("../fonts/Inter24pt-Regular.woff") format("woff"),
        url("../fonts/Inter24pt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-Thin.eot");
    src: url("../fonts/Inter24pt-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-Thin.woff2") format("woff2"), url("../fonts/Inter24pt-Thin.woff") format("woff"), url("../fonts/Inter24pt-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-Light.eot");
    src: url("../fonts/Inter24pt-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-Light.woff2") format("woff2"), url("../fonts/Inter24pt-Light.woff") format("woff"),
        url("../fonts/Inter24pt-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-Black.eot");
    src: url("../fonts/Inter24pt-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-Black.woff2") format("woff2"), url("../fonts/Inter24pt-Black.woff") format("woff"),
        url("../fonts/Inter24pt-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-ExtraBold.eot");
    src: url("../fonts/Inter24pt-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-ExtraBold.woff2") format("woff2"), url("../fonts/Inter24pt-ExtraBold.woff") format("woff"),
        url("../fonts/Inter24pt-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-SemiBold.eot");
    src: url("../fonts/Inter24pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter24pt-SemiBold.woff") format("woff"),
        url("../fonts/Inter24pt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 24pt";
    src: url("../fonts/Inter24pt-Medium.eot");
    src: url("../fonts/Inter24pt-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter24pt-Medium.woff2") format("woff2"), url("../fonts/Inter24pt-Medium.woff") format("woff"),
        url("../fonts/Inter24pt-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    color: #3a3a3a;
    font-family: "Inter 24pt";
    font-weight: 400;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bg-soft {
    background: #F8F8F8;
}

.btn {
    font-size: 0.9rem;
    padding: 0.5rem 1.6rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.btn:hover,
.btn:focus,
.btn.active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    color: var(--WhiteColor);
    background: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}
.btn-primary svg{
    width: 1.2rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background-color: var(--SecondaryColor) !important;
    color: var(--WhiteColor) !important;
    border-color: var(--SecondaryColor) !important;
    outline: none !important;
    box-shadow: none !important;
}


.btn-white {
    color: var(--PrimaryColor);
    background: var(--WhiteColor);
    border-color: var(--WhiteColor);
}
.btn-white svg{
    width: 1.2rem;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.active {
    background-color: var(--PrimaryColor) !important;
    color: var(--WhiteColor) !important;
    border-color: var(--PrimaryColor) !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    color: var(--PrimaryColor);
    background: var(--WhiteColor);
    border-color: var(--PrimaryColor);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active {
    background-color: #77601b !important;
    color: var(--WhiteColor) !important;
    border-color: #77601b !important;
    outline: none !important;
    box-shadow: none !important;
}


.same-section {
    padding: clamp(5rem, 7vw, 5rem) 0;
}
.same-heading {margin-bottom: 4rem;}
.same-heading h2 {
    color: var(--heading-text);
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2; margin-bottom: 1rem;
}
.same-heading h3 {
    color: var(--heading-text);
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.2; margin-bottom: 1rem;
}

.same-heading p {
     color: #928a7e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}


.max-wid-50{width: 100%; max-width: 60%;}
.same-heading.text-center .max-wid-50{margin:0 auto;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header  {padding: 0.7rem 0;   transition: all 0.3s ease;}
.header .navbar{padding: 0;}
.header .navbar .nav a:not(.btn-primary){color: var(--BlackColor); font-size: 1rem; font-weight: 400; }
.header .navbar .nav a:not(.btn-primary):hover{color: var(--PrimaryColor);}
.header .navbar-brand {padding: 0;}
.header .navbar-brand img {max-height: 2.8rem;}
.header.headerFix { position: fixed; top: 0; left: 0; width: 100%; background: var(--WhiteColor); box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08); z-index: 9999;animation:headerfixdown 0.7s; } 

@keyframes headerfixdown {
    0% {
    opacity: 0;
    transform: translateY(-100%);
} 
100% {
    opacity: 0.9;
    transform: translateY(0);
    } 
}

.mobile-menu-toggle { background: var(--PrimaryColor); color: var(--WhiteColor); width: 2rem; height: 2rem; padding: 0.2rem; border-radius: 50%; line-height: 0; border: solid 1px var(--PrimaryColor); font-size: 1rem; cursor: pointer;  display: none;}
.mobile-menu-toggle svg{width: 1rem; color: var(--WhiteColor);}
.body-overlay{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1050; display: none;}



.hero-banner{background: #342E2C; padding: 3rem 0; }
.hero-banner h1{ font-size: 2.5rem; font-weight: 700; line-height: 1.2; margin-bottom: 24px; color: var(--WhiteColor);}
.hero-banner h1 .primary-text{color: #CABFAF; }
.hero-banner p{color: var(--WhiteColor); font-size:1rem; line-height: 1.3;  }
.hero-banner .banner-btn-list{display: flex; align-items: center; gap: 1rem; margin-top: 2rem;}
.hero-banner .banner-btn-list .btn { font-size: 1rem; padding: .5rem 1.6rem; border-radius: 50px; font-weight: 500; transition: all .2s ease;}

.hero-banner figure img{    mix-blend-mode: lighten;}

.reserve-card { border: solid 1px #CBBFAF; border-radius: 0.8rem; padding: 1rem; background: var(--WhiteColor); transition: 0.3s; }
.reserve-card:hover { box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08); } 
.reserve-card .icon-box { width: 3rem; height: 3rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.reserve-card  .reserve-header{position: relative;}
.reserve-card  .reserve-header .tranding-icon-bx{ font-size: 0.9rem;font-weight: 500;color: #2ecc71; position: absolute; right: 0; top: 0;}
.reserve-card   .reserve-title {  font-size: 1rem;font-weight: 500; color: var(--BlackColor); line-height: 1.3; padding-bottom: 1rem;   margin: 0.8rem 0 2rem; position: relative; }
.reserve-card   .reserve-title:after{position: absolute; bottom: 0; left: 0; background: #E4E4E4; height: 1px; width: 30px; content: '';}
.reserve-card   .reserve-value {font-size: 1.7rem; font-weight: 700; color: var(--BlackColor);}
.reserve-card    .reserve-unit { font-size: 0.9rem; color: var(--PrimaryColor);}
.reserve-card    .reserve-change { font-size: 0.9rem; color: #43A403; margin-bottom: 0;}


.reserves-section .info-box-wrapper{margin-top: 4rem;}

.reserves-section  .info-box svg {
    width: 3rem;
    height: 3rem;
    color: var(--PrimaryColor); 
    margin-bottom: 1rem;
  }
.reserves-section  .info-box h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--BlackColor);
  }
.reserves-section  .info-box p { font-size: 0.95rem; color: #928A7E; width: 100%;  max-width: 60%; margin: auto;}
  
.trust-transfer-warp  .feature-box {
    background: var(--WhiteColor);
    border-radius: 0.8rem;
    transition: 0.3s; padding: 1.5rem;
  }

.trust-transfer-warp .feature-box   .feature-icon {
    width: 3rem;
    height: 3rem;    margin-bottom: 1rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
    background: var(--PrimaryColor); color: var(--WhiteColor); 
  }
  .trust-transfer-warp .feature-box h5{    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--BlackColor);}
.trust-transfer-warp .feature-box   .feature-icon svg{width: 1.5rem; height: 1.5rem;}
  .trust-transfer-warp .feature-box p{    font-size: 0.95rem;
    color: #928A7E;
 line-height: 1.6;
}

.trust-transfer-warp  .receipt-box {
    max-width: 700px;
    background: #fff;
    border: 2px dashed #c5b9d6;
    border-radius: 0.6rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .trust-transfer-warp  .sample-transfer-wrap{margin-top: 3rem;}


  .receipt-card {
    max-width: 41rem;  padding: 0 1rem; margin: 2rem auto 0;
    background: #fff;
    border: 2px dashed #b9a6c9;
    border-radius: 0.6rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);    outline: solid 4px #927ba333;
  }
    .receipt-card .receipt-card-body{border-top: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6;  padding: 0.5rem 0; }
    .receipt-card .receipt-id{padding: 0.5rem 0;}
    .receipt-card .receipt-id .label {
    color: var(--PrimaryColor);
    font-weight: 600;
    font-size: 0.9rem;
  }

    .receipt-card .receipt-id .value {
    font-weight: 700;
    color: var(--BlackColor);  
    margin-left: 0.5rem;
  }

  .receipt-card  .receipt-field .label {
    color: var(--PrimaryColor);
    font-size: 1rem;
    margin-bottom: 0.2rem;
  }

    .receipt-card .receipt-field .value {
    font-weight: 600;
    color: #000;
    margin: 0;
  }


    .receipt-card .receipt-footer {padding:0.5rem 0;}
    .receipt-card .receipt-footer .label {
    color: var(--PrimaryColor);
    font-size: 0.9rem; font-weight: 400;
  }

    .receipt-card  .receipt-footer .verified {
    color: var(--BlackColor);
    font-weight: 600;
    display: flex; font-size: 0.9rem;
    align-items: center;
  }

    .receipt-card  .receipt-footer .icon{color: #43A403;}



.assurance-wrap .card-box {
  border-radius: 0.8rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05); /* 2px 8px */
}

.assurance-wrap .card-box.mint {
  background: linear-gradient(to bottom, #f7f3ef, #fff);
  border: 1px solid #e0d6c6;
}

.assurance-wrap .card-box.mint .icon-bx {
  background: #CBBFAF;
}

.assurance-wrap .card-box.redeem {
  background: linear-gradient(to bottom, #f2ecf6, #fff);
  border: 1px solid #d6cce3;
}

.assurance-wrap .card-box .icon-bx {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #937BA4;
  border-radius: 50%;
  color: var(--WhiteColor);
}

.assurance-wrap .card-box h5 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--BlackColor);
}

.assurance-wrap .card-box .desc {
  font-size: 1rem;
  color: #6b645c;
  margin-bottom: 1rem;
}

.assurance-wrap .card-box .title {
  color: var(--BlackColor);
  font-size: 1rem;
  font-weight: 500;
}

.assurance-wrap .card-box .opt {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 0.6rem;
  font-size: 1rem;
  background: var(--WhiteColor);
  min-height: 3.6rem;
}

.assurance-wrap .card-box .opt .opt-icon-bx img {
  max-height: 2.2rem;
}

.assurance-wrap .card-box .btn-mint {
  background: #CBBFAF;
  border-radius: 5px;
  color: var(--WhiteColor);
  padding: 0.6rem 1.2rem;
}

.assurance-wrap .card-box .btn-mint:hover {
  background: #8b7358;
}

.assurance-wrap .card-box .btn-redeem {
  background: #937BA4;
  color: var(--WhiteColor);
  border-radius: 5px;
  padding: 0.6rem 1.2rem;
}

.assurance-wrap .card-box .btn-redeem:hover {
  background: #6f5683;
}



  .reserves-wrap { background: #2E2C28;}
  .reserves-wrap .same-heading h2{color: #CBBFAF;}
  .reserves-wrap .same-heading p{color: #928A7E;}


   .reserves-wrap  .res-card {
    background: linear-gradient(145deg, #CBBFAF66, transparent);
    border: 1px solid #CBBFAF;
    border-radius: 0.8rem;
    padding: 2rem 1rem;
    transition: 0.3s;
    height: 100%; text-align: center;
  }
  .res-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.4); transform: translateY(-4px); }
     .reserves-wrap  .res-card .res-icon { width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto;  border-radius: 50%; background: var(--PrimaryColor); color:var(--WhiteColor); }
    .reserves-wrap  .res-card .res-card-title { font-weight: 500; font-size: 1rem;  color: #CBBFAF; }

.reserves-wrap  .res-card .res-status {
    margin-top: 0.8rem;
    display: inline-block;
    padding: 0.2rem 0.9rem;
    border: 1px solid #928A7E;
    border-radius: 50px;
    font-size: 0.8rem;
    color: #928A7E; display: inline-flex; align-items: center; gap: 0.6rem;
  }
.reserves-wrap  .res-card .res-status svg{width: 1rem;}
.reserves-wrap  .transparency-report{margin-top: 4rem; }
.reserves-wrap  .transparency-report .transparency-card{text-align: center;}
.reserves-wrap  .transparency-report h4{ font-size: 2.1rem;  color: #928A7E; font-weight: 700; line-height: normal;}
.reserves-wrap  .transparency-report p{ color: var(--PrimaryColor); margin: 0; font-size: 0.9rem;}

.global-network-wrap {background: #928A7E;}
.global-network-wrap .icon-bx svg{width: 3rem; height: 3rem; margin-bottom: 1.2rem; color: #CBBFAF;}

.global-network-wrap :is(h2,p){color: var(--WhiteColor);}

.footer{background: #2E2C28; }
.footer .footer-top{border-bottom: solid 1px #ffffff1a; padding: 3rem 0 2rem;}
.footer .footer-top .footer-logo{width: 100%; max-width: 9rem;}
.footer .footer-top .footer-menu {display: flex; align-items: center; justify-content: end; gap: 3rem;}
.footer .footer-top .footer-menu a{color: var(--WhiteColor); font-size: 1rem; font-weight: 400;}
.footer .footer-top .footer-menu a:hover{color: var(--SecondaryColor);}
.footer .copyright{ padding: 2rem 0; text-align: center; font-size: 0.8rem; font-weight: 400; color: #fff;} 





.global-exchanges-wrap .ex-card { background: var(--WhiteColor); border: 1px solid #247DC6; border-radius: 0.8rem; padding: 1.2rem; height: 100%; transition: 0.3s; } 
.ex-card.border-blue { border-color: #3b82f6; }
.ex-card.border-black { border-color: #000000; }
.ex-card.border-ylow { border-color: #AA8C30; }
.ex-card.border-red { border-color: #D2120D; }
.global-exchanges-wrap .ex-card h5 { font-weight: 600; font-size: 1.1rem; margin: 0 0 0.5rem; color: #342E2C;  }
.global-exchanges-wrap .ex-card p { font-size: 0.85rem; line-height: 1.6; color: #928A7E; margin-bottom: 1rem; width: 100%; max-width: 85%; }
.global-exchanges-wrap .ex-card .ex-link { display: inline-flex; align-items: center; gap: 6px; padding: 0.3rem 1rem; border: 1px solid #6b4e77; border-radius: 50px; font-size: 0.82rem; font-weight: 500; color: #6b4e77; text-decoration: none; margin-bottom: 1rem; }
.global-exchanges-wrap .ex-card .ex-link svg{width: 1.2rem;}
.global-exchanges-wrap .ex-card .ex-link:hover{background: var(--PrimaryColor); color: var(--WhiteColor);}
.global-exchanges-wrap .ex-card .ex-logo { width: 40px; height: auto; }
.global-exchanges-wrap .ex-card  .ex-img { border-radius: 0.6rem; width: 100%; margin-top: 1rem; }
.global-exchanges-wrap .ex-card .img-bx{text-align: right; width: 100%; max-width: 3rem; margin-left: auto; margin-top: 1rem;}
.global-exchanges-wrap .more-global-exchange{margin-top: 3rem;}
.global-exchanges-wrap .more-global-exchange .gx-link { display: inline-flex ; align-items: center; gap: 0.6rem; padding: 0.3rem 1rem; border: 1px solid #6b4e77; border-radius: 50px; font-size: 0.82rem; font-weight: 500; color: #6b4e77; text-decoration: none; }
.global-exchanges-wrap .more-global-exchange .gx-link:hover { background: #6b4e77; color: #fff; } 
.global-exchanges-wrap .more-global-exchange .gx-link i { width: 1.2rem; height: 1.2rem; }


.market-list .nav-link { text-align: left; padding: 0.8rem 1rem; font-size: 1.05rem; color: #555; border-left: 4px solid transparent; border-radius: 0; transition: 0.3s; }
.market-list .nav-link.active { font-weight: 600; color: #6b4e77; border-left: 4px solid #6b4e77; background: #fdfdfd; }
.Decentralized-Treasury-wrap{min-height: 80vh; display: flex; align-items: center; justify-content: center;}


.network-wrap .network-connect-wrap { position: relative; width: 100%; max-width: 90%; margin: 7rem auto 3rem; } 
 .network-wrap .network-connect-wrap .node { background: var(--WhiteColor); border: 1px solid #CBBFAF; border-radius: 0.6rem; padding: 1.5rem 1rem; width: 9rem; text-align: center; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08); font-family: "Inter", sans-serif; transition: transform 0.3s ease; position: absolute; } 
.network-wrap .network-connect-wrap .node img { width: 2.5rem; height: 2.5rem; margin: 0 auto 0.5rem; border-radius: 50%; } 
.network-wrap .network-connect-wrap .node h6 { font-size: 1rem; font-weight: 600; margin: 0; color: #000; } 
.network-wrap .network-connect-wrap .node p { font-size: 0.875rem; margin: 0.3rem 0 0; color: #7a6f85; } 
/* Position Variants */
.network-wrap .network-connect-wrap .node.center {
  top: 10rem;
  left: 33rem;
}

.network-wrap .network-connect-wrap .node.top-left {
  top: 1rem;
  left: -3rem;
}

.network-wrap .network-connect-wrap .node.mid-left {
  top: 19rem;
  left: -1rem;
}

.network-wrap .network-connect-wrap .node.bottom-left {
  bottom: -4rem;
  left: 16rem;
}

.network-wrap .network-connect-wrap .node.top-center {
  top: -4rem;
  left: 14rem;
}

.network-wrap .network-connect-wrap .node.top-right {
  top: -1rem;
  right: 16rem;
}

.network-wrap .network-connect-wrap .node.right {
  top: 9rem;
  right: -2rem;
}

.network-wrap .network-connect-wrap .node.bottom-right {
  bottom: -2rem;
  right: 15rem;
}


#decentralized-container { height: 600px; width: 100%; margin: 0 auto; } 
.hc-label { display: inline-block; font-size: 0.8rem; padding: 8px 10px; border-radius: 6px; background: #fff; border: 1px solid #e6e6e6; box-shadow: 0 4px 10px rgba(0,0,0,0.12); color: #222; white-space: nowrap;z-index: 2; position: relative; }
.hc-label-wrap{ position: relative; display:inline-block; transform: translateY(-40px); }
.hc-label-wrap:after{ content: ""; position: absolute; width: 0; height: 0; left: 50%; width: 1px; top: 100%; height: 35px; background: #000000;z-index: 1; } 


  /* ensure small screens don't get too tall map */
  /* @media (max-width: 700px) {
    #decentralized-container { height: calc(70vw + 40px); min-height: 260px; }
  }
  @media (max-width: 420px) {
    #decentralized-container { height: calc(90vw); min-height: 220px; }
  } */
