@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,700;0,800;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden
}

:root {
  --font-heading: "Fira Sans", sans-serif;
  --site-color: #34b1e1;
  --site-color1: #f0ea40;
  --site-color3: #5ba545;
  --site-color4: #3f55a3;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  background:#fff;
  overflow-x: hidden
}

.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.margin-none {
  margin-bottom: 0 !important;
}

p a {
  color: var(--green-color);
  font-weight: 600;
}

.padt40 {
  padding-top: 2.5rem;
}

.padt60 {
  padding-top: 3.75rem;
}

.padt70 {
  padding-top: 4.7rem;
}

.padt80 {
  padding-top: 5rem;
}

.padt90 {
  padding-top: 5.6rem;
}

.padb60 {
  padding-bottom: 3.75rem;
}

.padtb70 {
  padding-bottom: 4.7rem;
}

.padtb80 {
  padding-bottom: 5rem;
}

.padtb90 {
  padding-bottom: 5.6rem;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.jsb {
  justify-content: space-between;
}
.aic{align-items:center;}


img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.site-title {
  font-size: 44px;
  line-height: 1.2;
  font-family: var(--font-heading);
  font-weight: 800;
  margin: 0 0 30px 0;
}

.sub-title {
  font-size: 26px;
  line-height: 1.3;
  font-family: var(--font-heading);
  font-weight: 600;
  margin: 0 0 20px 0;
}


.site-color {
  color: var(--site-color);
}
.site-color-dark{ color: var(--site-color);}

.align-center {
  align-items: center;
}


/* header */

.overlay:before{
  content:'';
  background:#000;
  opacity:0.3;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:1;
}
.overlay-w:before{
  content:'';
  background:#000;
  opacity:0.6;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:1;
}

header {
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  color:#fff;
  justify-content: flex-end;
}


.logo{position:absolute; top:0; width:100%;z-index:3;padding-top:20px;}

.symbol {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  display: inline-block;
}

header .right-text > div{
  max-width: 700px;
  position: relative;
  z-index: 2;
}
header h1.site-title {
  margin: 0;
}
header .sub-title {
  margin-bottom: 0;
  margin-top: 20px;
}
#ct {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 30px;
    border-radius: 0;
    font-size: 10px;
    line-height: 14px;
    z-index: 9;
}
.note {
  font-size: 13px;
  opacity: 0.5;
}
.note-a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    background: #dde5ed;
    padding: 6px 10px;
    border-radius: 6px;
    border-left: 3px solid #1c4369;
}
.mt30 { margin-top: 30px !important; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  text-align:left;
}

.top-reasons{background:url(../images/greeting-bg.jpg) no-repeat center; color:#fff; background-size:cover; }
.top-reasons .container{position: relative;z-index:2;}
.top-reasons ul { padding: 0; margin: 0;}
.top-reasons ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 15px;
}
.top-reasons ul li a{color:#000;}
.top-reasons ul li .count { font-size: 26px; font-weight: 800;}
.top-reasons ul li .tr-text{width:96%;}

/* section 4 */


/* charts css */

.chartone {width: 100%; margin-bottom: 30px;}
.chart.charttwo { width: 48%;}
.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}

.summery{background: #eee;}
/* footer */
footer {
  background: var(--site-color);
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
}

.margin-none{margin-bottom:0 !important;}
#footnote, #section19 {
    word-break: break-word;
    font-size: 14px;
}
.photo-credit {
  margin-bottom: 25px;
  font-size: 12px;
  opacity: 0.4;
}


/* new css */

.paid-advert {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  text-align: center;
  z-index:99;
}

.paid-advert span {
  background: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-size: 14px;
  border-radius: 0 0 6px 6px;
  color: #000;
}
.paid-advert a{padding: 2px 5px; display: inline-block;}
header{background:url(../images/waste-wealth.jpg) no-repeat center; background-size:cover;}

.right-text{
  padding:50px 100px;
  width: 50%;
  color: #fff;
  height:100vh;
  display:flex;
  align-items:center;
  z-index:2;
}

.right-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hexagon_showroom_01-right.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  opacity: .8;
}

.symbol {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  background: var(--site-color);
  padding: 6px 15px;
  border-radius: 20px 0;
}

.box-shadow{
  box-shadow: 0 10px 30px 0 rgba(13,39,82,.16);
  border-radius:10px;
  padding:50px;
  background:url(../images/pattern.png) no-repeat right top #fff;
}

.section2 {
  margin-top: 50px;
  position: relative;
  z-index: 333;
}

.quote-bg {
  -webkit-box-shadow: 0 10px 20px rgba(27,68,135,.1);
  box-shadow: 0 10px 20px rgba(27,68,135,.1);
  background: #fff;
  padding: 30px;
  border-top: 5px solid var(--site-color);
}
.quote-bg p {
  margin: 0;
  font-style: italic;
  font-weight: 600;
}
.quote-bg span {
  font-size: 16px;
}

.pattern-left{background:url(../images/pattern-2.webp) no-repeat left top;}
.pattern-right{background:url(../images/pattern-1.webp) no-repeat right top;}


.ab-left .sub-title {
  margin-bottom: 15px;
  font-size: 24px;
}
.ab-left .site-title{margin-bottom:0;}
.ab-left {
  width: 50%;
}
.ab-right {
  width: 45%;
}

.ul-points {
  padding: 0;
  margin: 0;
}

.ul-points li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ul-points li .li-content {
  width: 96%;
}

.ul-points li .li-icon {
  color: var(--site-color);
  font-size: 26px;
  line-height: 1;
}


.ul-points.col-shadow li .li-content {
  width: 95%;
}

.ul-points li:last-child{margin-bottom:0;}

.greeting-investors{background: var(--site-color4) url(../images/bg.png) bottom right;}
.greeting-investors h3.sub-title{margin-bottom:15px;}
.greeting-investors h3.sub-title span {
  background: var(--site-color);
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
}

.ginvestor-block {
  border-radius: 10px;
  background: #34b1e1b5;
  padding: 30px;
  font-size: 24px;
  position: relative;
  color: #fff;
}

.ginvestor-block p:first-child {
  margin-top: 0;
}

.ginvestor-block p:last-child {
  margin-bottom: 0;
}

.box-shadow1 {
  box-shadow: 0 10px 30px 0 rgba(13,39,82,.16);
  border-radius: 10px;
  padding: 50px;
  background: url(../images/pattern.png) no-repeat right top var(--site-color4);
  color: #fff;
}

.round-box1 {
  box-shadow: 0 10px 30px 0 rgba(13,39,82,.16);
  border-radius: 10px;
  padding: 50px;
  border-top: 4px dashed #155e75;
  background:#155e7521;
  color:#155e75;
}

.section3 .sub-title span{background: #eeea27;  padding: 10px 15px; display: inline-block;}


.trillion-dollar {
        background: #f4eaff;
    border-top: 5px solid #9a86b5;
}

.subsidiary-truegold{
  background: url(../images/bgonemain.png) top center no-repeat; background-size: cover;
  color: #b79573;
}
.subsidiary-truegold p{color: #aaa;}

.three-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding:0;
}

.three-box li{list-style:none;box-shadow: 0 10px 30px 0 rgba(13,39,82,.16); background:#fff; border-radius:10px; padding:40px;}

.quote-bg span {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

video {
  width: 100%;
}

.techno-innvoation {
  background: var(--site-color1);
}

 table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

 table th {
  background-color: var(--site-color4);
  color: white;
  padding: 15px;
}

table tr td {
  border: solid 1px #ccc;
  padding: 10px;
}

table tr td:first-child {
  color: #152238;
  font-weight: 600;
}

 table tr:nth-child(2n) {
  background-color: #15223817;
}

.five-box{padding:0;}
.five-box li{list-style: none;
  box-shadow: 0 10px 30px 0 rgba(13,39,82,.16);
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  margin-bottom:20px;
  border-bottom:5px solid var(--site-color);
}
.five-box li:last-child{margin-bottom:0;}
.five-box li h4 {
  margin: 0 0 5px 0;
}
.five-box li p{margin:0;}


.market-growth {
  background:url(../images/pattern.png) no-repeat right top #f7f7f7;
}

.mt-growth {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.color1 {
  background-color: #44546a;
}
.mt-growth .round {
  color: white;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  font-weight: 600;
}
.color2 {
  background-color: #00b0f0;
}

.color3 {
  background-color: #0070c0;
}
.color4 {
  background-color: #404040;
}



.table-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-bottom: solid 1px #7a9bd5;
  background-color: white;
}

.table-row .table-column-head {
  background-color: var(--site-color4);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 800;
  padding: 20px;
  color:#fff;
}
.table-row .table-column-content {
  padding:20px;
}
ul.item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin:0;
}
ul.item-list li {
  display: flex;
  gap: 15px;
}

.fashion-equirum{background:var(--site-color4); color:#fff;}

.radius {
  border-radius: 10px;
}


.three-box.four-box {
  grid-template-columns: repeat(2, 1fr);
  color: #000;
}
.three-box.four-box h4{margin-top:0; margin-bottom:5px;}

.fashion-equirum .ul-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.fashion-equirum .ul-points li {
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  margin: 0;
}
.fashion-equirum .ul-points li .li-content {
  width: 93%;
}

.fashion-block {background:url(../images/bg-fashion.jpg) no-repeat center; background-size:cover; color:#fff; background-attachment: fixed;}

.z-index{z-index:2;}

.fashion-block .ul-points li{background:rgba(255,255,255,.9); padding:20px; border-radius:10px; color:#000;}

.fashion-block h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.electrnic{
  background:url(../images/electronic.jpg) no-repeat center; background-size:cover; color:#fff;
}

.news-block ul li img {
    max-height: 26px;
    max-width: 180px;
    display: block;
    margin-bottom: 10px;
}
.news-block li a{color:#000; text-decoration:none; display: block;}
.news-block ul li a:hover {
    color: var(--site-color);
}
.news-block ul li span {
    display: block;
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.quantumleapalert-box{background:url(../images/quantumleapalert-bg.jpg) no-repeat center; color:#fff; text-align:center; margin-bottom:0; padding:90px 40px 40px 40px; background-size:cover; height:100vh;}

.quantumleapalert-box .shadow {
  box-shadow: 0 0 50px #06a6a8;
}

.electrnic .ul-points li .li-icon {
  color: #fff;
}

.interview-section .sub-title span {
  background: var(--site-color);
  color: #fff;
  text-transform: uppercase;
  padding: 3px 20px;
  display: inline-block;
  border-radius: 3px;
}
.button-site{margin-top:30px;}
.button-site a {
  background: var(--site-color1);
  text-decoration: none;
  color: #000;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 36px;
  font-weight: 600;
}

.interview-section img {
  border-radius: 20px;
}

.highlight-box{ border:2px dashed #333; border-radius:30px; padding: 20px 30px; margin:15px 0; background:#fff }



.timothysykes {
  color: #111827;
}

.hero-banner {
  background: linear-gradient(135deg, #0f766e, #155e75);
  border-radius: 14px;
  padding: 36px 40px;
  color: #ffffff;
  text-align: center;
}

.hero-content .author {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #eeea27;
  padding: 8px 15px;
  border-radius: 6px;
  color: #000;
}

.hero-content h2 {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}

.hero-content h2 span {
  color: #67e8f9;
}

.summary {
  margin: 18px 0 28px;
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
  text-align: center;
}

.key-points.card-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.key-points.card-grid li {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 22px;
  font-size: 18px;
  line-height: 1.65;
  color: #1f2937;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.key-points.card-grid li:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.key-points.card-grid li h4 {
  display: block;
  margin:0 0 6px;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.problems{ padding:20px; background: #ff00000a; color: #af0303;}
.solutions{ padding:20px; background: #43a04730; color: #0f5712;}
.problems h4, .solutions h4{ margin:0; font-size:1.6rem }

.sec-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec-list-grid li {
    background: #fff;
    color: #000;
    padding: 8px 15px;
    box-shadow: 0 2px 10px #ccc;
    border-radius: 6px;
    border-bottom: 5px solid var(--site-color);
}
.sec-list-grid li .icon-p img {
    max-width: 25px;
    height: auto;
    float: left;
    margin-right: 15px;
}


.list-ul {
    padding: 0;
}
.list-ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.list-ul li .icon {
    width: 5%;
    font-size: 40px;
    line-height: 25px;
}
.list-ul li .li-content {
    width: 93%;
    font-size: 18px;
    line-height: 28px;
}


.true-gold .site-title span{ background:url(../images/onebtnbg.png) no-repeat; display:inline-block; background-size:100% 100%; padding:20px 40px 30px; }


/* Mobile */
@media (max-width: 768px) {
  .key-points.card-grid {
    grid-template-columns: 1fr;
  }
}

