/*
@File: UOBAM App Download Template Styles

/*================================================
Fonts
=================================================*/
/* Regular weight */
@font-face {
  font-family: 'New Hero';
  src: url('../webfonts/NewHero-Regular.woff2') format('woff2'), url('../webfonts/NewHero-Regular.woff') format('woff'), url('../webfonts/NewHero-Regular.ttf') format('truetype'), url('../webfonts/NewHero-Regular.otf') format('opentype');
  font-weight: 400; /* Regular */
  font-style: normal;
}
/* Medium weight */
@font-face {
  font-family: 'New Hero';
  src: url('../webfonts/NewHero-Medium.woff2') format('woff2'), url('../webfonts/NewHero-Medium.woff') format('woff'), url('../webfonts/NewHero-Medium.ttf') format('truetype'), url('../webfonts/NewHero-Medium.otf') format('opentype');
  font-weight: 500; /* Medium */
  font-style: normal;
}
/* Light weight */
@font-face {
  font-family: 'New Hero';
  src: url('../webfonts/NewHero-Light.woff2') format('woff2'), url('../webfonts/NewHero-Light.woff') format('woff'), url('../webfonts/NewHero-Light.ttf') format('truetype'), url('../webfonts/NewHero-Light.otf') format('opentype');
  font-weight: 300; /* Light */
  font-style: normal;
}
/*================================================
Default CSS
=================================================*/
html {
  scroll-padding-top: 200px; /* height of your floating nav bar */
  scroll-behavior: smooth; /* optional, for nicer motion */
}
body {
  padding: 0;
  margin: 0;
  color: #646464;
  font-family: 'New Hero', sans-serif !important;
  font-weight: 100;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #0047ba;
  outline: 0;
}
button:focus, input:focus {
  outline: 0;
}
p {
  color: #646464;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 17px;
}
p:last-child {
  margin-bottom: 0;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  color: #646464;
  font-weight: 500;
  text-transform: none;
}
.goldText {
  color: #d4af37;
}
.redArrow {
  color: #b51a28;
}
.greenArrow {
  color: #367f2e;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
.pb-40 {
  padding-bottom: 40px;
}
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #d4af37;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 18px;
  padding: 16px 40px;
  background:
    radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, /* bright edge */ #FDB931 8%, #9F7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FDB931 8%, #9F7928 30%, #8A6E2F 40%, transparent 80%);
  background-repeat: no-repeat;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, .30), inset 0 1px 2px rgba(255, 255, 255, .6);
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 40%;
  height: 100%;
  background: rgba(255, 255, 255, .55);
  filter: blur(2px);
  transform: skewX(-60deg);
  pointer-events: none;
  animation: sweep 4s linear infinite;
}
@keyframes sweep {
  0% {
    left: -120%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  color: #FFF;
}
.default-btn:hover, .default-btn:visited {
  color: #ffffff;
}
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.default-btn i {
  font-size: 14px;
  line-height: normal;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 57px;
  margin: 0 0 0 0;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
  color: #d4af37;
}
.section-title h3 {
  font-size: 1.75rem;
  margin: 0 0 0 0;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
  color: #d4af37;
}
.section-title p {
  margin: auto;
  line-height: 1.8;
  font-size: 19px;
}
.section-title .bar {
  height: 4px;
  width: 85px;
  background: #C40A1E;
  margin: 20px auto 20px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.section-title .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}
@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
  }
}
/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}
.preloader .preloader {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #d4af37 !important;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}
.preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*================================================
Navbar Area CSS
=================================================*/
.navbar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar .container-fluid {
  max-width: 1400px;
  margin: auto;
}
.navbar-light {
  background-color: transparent !important;
}
.navbar-light .logo h3 {
  font-size: 35px;
  margin-bottom: 0;
}
.navbar-light .navbar-nav {
  margin: auto;
}
.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.navbar-light .navbar-nav .nav-item span {
  display: block;
  font-size: 12px;
}
.navbar-light .navbar-nav .nav-item a {
  font-size: 18px;
  color: #000000;
  text-transform: capitalize;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  margin-left: 14px;
  margin-right: 14px;
}
.navbar-light .navbar-nav .nav-item a:hover, .navbar-light .navbar-nav .nav-item a:focus, .navbar-light .navbar-nav .nav-item a.active {
  color: #0047ba;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}
.navbar-light .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.navbar-light .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.navbar-light .navbar-nav .nav-item:hover a, .navbar-light .navbar-nav .nav-item.active a {
  color: #0047ba;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navbar-light .others-option .option-item {
  color: #000000;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.navbar-light .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.navbar-light .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  color: #000000;
  font-size: 18px;
}
.navbar-light .others-option .option-item .close-btn.active {
  display: block;
}
.right-by-you {
  margin: 0 20px;
  width: 120px;
}
.logo {
  width: 300px;
}
/*================================================
Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  height: 800px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../assets/goldplus-images/goldplus-hero-image-desktop.webp");
  overflow: hidden;
  z-index: 1;
}
.main-banner .container-fluid {
  max-width: 1400px;
  margin: auto;
}
.main-banner .logos-fluid {
  max-width: 1000px;
  margin: auto;
  padding-top: 100px;
}
.main-banner .banner-content h1 {
  font-size: 100px;
  color: #FFF;
  margin: 0 0 10px 0;
  line-height: 1.3;
  font-weight: 700;
}
.main-banner .banner-content h3 {
  font-size: 2.2rem;
  color: #FFF;
  font-weight: 100;
}
.main-banner .banner-content p {
  margin-bottom: 0;
  color: #646464;
  line-height: 1.8;
  font-size: 17px;
}
.banner-content-highlight {
  padding-top: 20px;
}
.main-banner .banner-content .banner-content-highlight p {
  background-color: #d4af37;
  padding: 10px;
  display: inline;
  border-radius: 15px;
  font-size: 20px;
  color: #000000;
}
.about-goldplus-highlight {
  text-align: center;
}
.about-goldplus-highlight p {
  border: 1px solid #d4af37;
  padding: 15px;
  display: inline;
  letter-spacing: 0.5px;
  border-radius: 15px;
  font-size: 20px;
  color: #646464;
}
.main-banner .banner-content .banner-holder {
  margin-top: 30px;
}
.main-banner .banner-content .banner-holder a {
  margin-right: 10px;
}
.main-banner .banner-content .banner-holder a:last-child {
  margin-right: 0;
}
.banner-holder p {
  color: #FFF;
}
.main-banner .banner-content .banner-btn {
  margin-top: 30px;
}
.main-banner .banner-content .goldplus-Hero-headline {
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-banner .banner-image {
  text-align: right;
}
.main-banner .singpass-image-right {
  text-align: right;
}
.main-banner .singpass-image-right p {
  color: #FFF;
}
.main-banner .uobam-image-center {
  text-align: center;
}
.main-banner .uobam-image-center p {
  color: #FFF;
}
.main-banner .appstore-image-left {
  text-align: left;
}
.main-banner .appstore-image-left p {
  color: #FFF;
}
.main-banner .banner-form {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 40px;
}
.main-banner .banner-form h3 {
  margin-bottom: 8px;
  font-size: 26px;
  text-align: center;
}
.main-banner .banner-form p {
  margin-bottom: 30px;
  text-align: center;
}
.main-banner .banner-form form .form-group {
  margin-bottom: 15px;
}
.main-banner .banner-form form .form-control {
  height: 55px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #333333;
  background-color: transparent;
  border: 1px solid #e5e0e0;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.main-banner .banner-form form .form-control:focus {
  border-color: #0047ba;
}
.main-banner .banner-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.main-banner .banner-form form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  background-color: #0047ba;
  padding: 14px 25px;
  border: 1px solid #0047ba;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.main-banner .banner-form form button:hover {
  border-color: #0047ba;
  color: #0047ba;
  background-color: transparent;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
}
.default-shape .shape-1 {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: -1;
  -webkit-animation: moveBounce 10s linear infinite;
  animation: moveBounce 10s linear infinite;
}
.default-shape .shape-2 {
  position: absolute;
  left: 10%;
  top: 16%;
  z-index: -1;
}
.default-shape .shape-2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.default-shape .shape-3 {
  position: absolute;
  left: 35%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
  animation: animationFramesOne 30s infinite linear;
}
.default-shape .shape-4 {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
  animation: animationFramesOne 30s infinite linear;
}
.default-shape .shape-5 {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
  animation: animationFramesOne 30s infinite linear;
}
.main-banner .banner-content .portfolio-risk {
	color: #FFFFFF;
	font-size: 17px;
}
.portfolio-risk-container {
	padding-top: 20px;
}
.veryAggresiveHead {
	border: 1px solid #ae080d;
	border-radius: 15px;
	padding: 10px;
	background: #ae080d;
	color: #FFFFFF;
}
.portfolio-risk a {
	color: #FFFFFF;
}
.portfolio-risk a:hover{
	color: #FFFFFF;
}
.gold-nugget {
  width: 530px;
  position: relative;
  z-index: 5;
  margin-top: -20px;
}
.gold-lg {
  flex: 0 0 auto;
  width: 47.5%;
}
.gold-lg-space {
  flex: 0 0 auto;
  width: 5%;
}
.physical-gold-card {
  text-align: left;
  margin-top: -130px;
}
.gold-mining-card {
  text-align: right;
  margin-top: -130px;
}
.cash-card {
  text-align: center;
}
.percentCash {
  margin-top: -20px;
  color: #d4af37;
}
.percentCash h3 {
  color: #d4af37;
  opacity: 0.7;
  font-size: 46px;
}
.gold-mining-card .card {
  text-align: left;
}
.card {
  background: #f4f4f4;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
  position: relative;
  height: 470px;
  margin-top: -15px;
}
.card__head {
  background: #d4af37;
  color: #fff;
  padding: 2.5rem 2rem 2rem;
  position: relative;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.card__head h2 {
  margin: 0;
  font-size: 27px;
  color: #fff;
}
.card2 {
  background: #f4f4f4;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
  position: relative;
  height: 570px;
  margin-top: -15px;
}
.card__head2 {
  background: #d4af37;
  color: #fff;
  padding: 2.5rem 2rem 2rem;
  position: relative;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.card__head2 h2 {
  margin: 0;
  font-size: 29px;
  color: #fff;
  position: relative;
  z-index: 5;
}
.card__illust_physical {
  position: absolute;
  right: -1rem;
  top: -1.5rem;
  width: 240px;
  pointer-events: none;
  user-select: none;
}
.card__illust_mining {
  position: absolute;
  right: -1rem;
  top: -1.5rem;
  width: 240px;
  pointer-events: none;
  user-select: none;
}
.card__body {
  padding: 2rem;
}
.card__body2 {
  padding: 2rem;
}
.card__body p {
  margin-top: 25px;
}
.card__body2 p {
  margin-top: 0;
}
.card__body h3 {
  margin-top: 0;
  font-size: 25px;
  color: #d4af37;
}
/* custom bullet list */
.bullets {
  list-style: none;
  padding-left: 1.5rem;
  margin: 1.75rem 0 0;
  font-size: 17px;
}
.bullets li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}
.bullets li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: .45em;
  width: .6em;
  height: .6em;
  border-radius: 50%;
  background: #d4af37;
}
.ticker-code {
  font-size: 15px;
  color: #A7A8A9;
}
.portfolio-percentage-left {
  font-size: 80px;
  margin-left: 20px;
  color: #d4af37;
  opacity: 0.7;
}
.portfolio-percentage-right {
  font-size: 80px;
  margin-right: 20px;
  color: #d4af37;
  opacity: 0.7;
}
.portfolio-percentage-center {
  font-size: 80px;
  color: #d4af37;
  opacity: 0.7;
}
@media (prefers-reduced-motion:no-preference) {
  .card:focus-within {
    outline: 3px solid rgba(212, 175, 55, .55);
    outline-offset: 4px;
  }
}
/*================================================
About Area CSS
=================================================*/
.about-image p {
  text-align: center;
}
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.about-content .bar {
  height: 4px;
  width: 85px;
  background: #C40A1E;
  margin: 20px auto 20px 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.about-content .bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
.about-image-personnel {
  width: 70%;
}
.about-content .about-btn {
  margin-top: 25px;
}
/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/*================================================
Faq Area CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.accordion-item {
  border: none;
}
.faq-accordion-content .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion-content .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}
.faq-accordion-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion-content .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #000000;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  text-transform: none;
  font-size: 17px;
}
.faq-accordion-content .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #d4af37;
  color: #ffffff;
}
.faq-accordion-content .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
}
.faq-accordion-content .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}
.faq-accordion-content .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-accordion-content .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 17px;
}
.faq-accordion-content .accordion .accordion-content.show {
  display: block;
}
.faq-accordion-content .accordion .accordion-content li {
  padding-bottom: 15px;
}
/*================================================
Footer Area CSS
=================================================*/
.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget .logo {
  display: block;
  margin-bottom: 25px;
}
.single-footer-widget .logo h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}
.single-footer-widget p {
  margin-bottom: 0;
}
.single-footer-widget .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 16px;
}
.single-footer-widget .social-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}
.single-footer-widget .social-list li:last-child {
  margin-right: 0;
}
.single-footer-widget .social-list a {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 38px;
  background-color: #0047ba;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #0047ba;
}
.single-footer-widget .social-list a:hover {
  background-color: transparent;
  color: #000000;
}
.single-footer-widget h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}
.single-footer-widget .list {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .list li {
  margin-bottom: 8px;
  list-style-type: none;
  font-size: 16px;
}
.single-footer-widget .list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .list li a {
  display: block;
  color: #818992;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-footer-widget .list li a:hover {
  color: #0047ba;
  letter-spacing: 1px;
}
.single-footer-widget .footer-holder {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .footer-holder li {
  list-style-type: none;
  margin-bottom: 10px;
}
.single-footer-widget .footer-holder li:last-child {
  margin-bottom: 0;
}
/*================================================
Copy Right CSS
=================================================*/
.copy-right {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copy-right-content {
  text-align: center;
}
.copy-right-content p {
  font-size: 13px;
  margin-bottom: 0;
  color: #000000;
}
.copy-right-content p a {
  font-size: 13px;
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  right: 15px;
  color: #ffffff;
  background-color: #0047ba;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, /* bright edge */ #FDB931 8%, #9F7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, /* upper glint */ #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%)
}
.go-top.active {
  bottom: 20px;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
  opacity: 1;
  visibility: visible;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, /* bright edge */ #FDB931 8%, #9F7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, /* upper glint */ #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}
.go-top:hover, .go-top:focus {
  color: #ffffff;
}
.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
/*================================================
Stripe Pattern
=================================================*/
.striped-pattern {
  /* Adjust the height as needed */
  height: 25px;
  /* Create a linear gradient with stripes */
  background-image: repeating-linear-gradient(135deg, #dfaf37, /* Color of the stripe */ #6b6e7f 10px, /* Width of the stripe */ #f0eae3 10px, /* Color of the space between stripes */ #f0eae3 20px /* Width of the space */
    );
  /* If you want the stripes to cover the entire width of the page */
  width: 100%;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */
.youtube-image {
  height: 360px;
}
.background-grey {
  background-color: #f0eae3;
}
.border-right {
  border-right: 2px solid #fff;
}
.singpass-padding-right {
  padding-right: 25px;
}
.uobam-padding-left {
  padding-left: 25px;
}
#about-cashxtra h2 {
  font-weight: 300;
}
#fund-description h2 {
  font-weight: 300;
}
#fund-description h3 {
  font-weight: 300;
  font-size: 25px;
}
#getstarted h2 {
  font-weight: 300;
  font-size: 60px;
}
#getstarted h4 {
  font-weight: 300;
  font-size: 25px;
}
#getstarted .section-title p {
  font-size: 20px;
}
.client-testimonial {
  background-image: url("../../assets/goldplus-images/gold-plus-features.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.client-testimonial::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
}
.testimonial-content p {
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.5;
}
.testimonial-name {
  color: #FFFFFF;
  font-weight: normal;
}
.testimonial-content-black p {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.testimonial-name-black {
  color: #000000;
  font-weight: normal;
}
.fa-quote-left {
  color: #FFFFFF;
  font-size: 3rem;
  margin-left: -30px;
}
.text {
  font-weight: 700;
  color: #0084ff;
  font-size: 20px;
  line-height: 1.8;
}
.get-started-download-now {
  text-align: center;
}
.get-started-header {
  padding-bottom: 20px;
}
.why-gold-plus {
  padding-bottom: 20px;
  color: #FFF;
}
.get-started-downoad-logo {
  padding-top: 20px;
}
.get-started-promo-text {
  padding-top: 45px;
  font-weight: 300;
  line-height: 2.5;
  font-size: 20px;
  text-align: center;
}
.get-started-create-account {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
}
.get-started-create-account h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 40px;
}
.youtube-account-open {
  width: 100%;
  height: 730px;
}
#getstarted {
  background-color: #f0eae3;
}
#fund-description table {
  width: 500px;
  max-width: 100%;
  line-height: 2;
  margin-bottom: 40px;
  font-size: 17px;
}
#fund-description .icon-sizes {
  font-size: 50px;
  padding: 0 20px 80px 100px;
}
.funding-options {
  padding-left: 100px;
  padding-top: 80px;
}
.funding-options img {
  padding-bottom: 20px;
}
.funding-options p {
  padding-bottom: 20px;
}
.goldplusfeatures {
  background-image: url("../../assets/goldplus-images/gold-plus-features.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.goldplusfeatures::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#goldplusfeatures .section-title p {
  font-size: 20px;
  color: #FFF;
  padding-bottom: 25px;
}
#goldplusfeatures .card__head2 h2 {
  text-align: left;
}
#goldplusfeatures .bullets {
  line-height: 2;
  ;
}
#goldplusfeatures .bullets li {
  margin-bottom: 1rem;
}
#goldplusfeatures .bullets li::before {
  top: 0.7em;
}
#goldplusfeatures .why-gold-plus {
  margin-bottom: 40px;
}
#goldplus-simulatedPerformance .simulatedPerformanceTitle {
  margin-bottom: 40px;
}
.goldplus-disclaimer {
  text-align: center;
  margin: 50px 0;
}
.goldplus-disclaimer p {
  font-size: 14px;
  font-weight: 100;
}
.goldplus-disclaimer-dark1 {
  text-align: left;
}
.goldplus-disclaimer-dark1 p {
  font-size: 14px;
  color: #646464;
  font-weight: 100;
}
.goldplus-disclaimer-dark2 {
  text-align: left;
  margin: 50px 0;
}
.goldplus-disclaimer-dark2 p {
  font-size: 14px;
  color: #646464;
  font-weight: 100;
}
.appstore-image-left img {
  width: 200px;
}
.uobam-app-image img {
  width: 140px;
}
#about-cashxtra .container .col-lg-6 {
  padding-bottom: 100px;
}
.open-account {
  font-size: 12.7px;
}
.uobam-app-logo {
  width: 100px;
}
.appstore-logo, .playstore-logo {
  width: 200px;
}
/*================================================
Gold+ Simulated Data Table
=================================================*/
.desktop-display {
  display: none;
}
.goldplus-table-wrap {
  overflow-x: auto;
  margin-top: 0;
  max-width: 100%;
}
.goldplus-table-wrap .section-title p {
  padding-top: 25px;
}
.goldplus-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 540px;
  border-radius: 20px;
  overflow: hidden;
}
.goldplus-table thead th {
  background: #d4af37;
  color: #fff;
  text-align: center;
  padding: .75rem .5rem;
  font-size: 17px;
  font-weight: 400;
}
.goldplus-table tbody th, .goldplus-table tbody td {
  padding: .75rem .5rem;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.goldplus-table tbody th {
  color: #d4af37;
  text-align: center;
  font-weight: 600;
}
.goldplus-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.goldplus-table tbody tr:nth-child(odd) {
  background: #fafafa;
}
.simulatedPerformanceTableTile {
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
}
/*================================================
Gold+ Risk
=================================================*/
.goldplusfeatures {
  background-image: url("../../assets/goldplus-images/risk-background.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.goldplusfeatures::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.isGoldPlusRightForYou {
  position: absolute;
  width: 800px;
  margin: -200px 0 0 -290px;
}
.goldPlusRiskIcon {
  width: 160px;
  padding-bottom: 20px;
}
.isGoldPlusRightForYouTitle {
  text-align: left;
}
#goldplusRisks .section-title h2 {
  font-size: 50px;
}
#goldplusRisks .section-title p {
  text-align: left;
  color: #646464;
  padding-bottom: 20px;
}
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #646464;
  line-height: 2;
  font-size: 17px;
}
.checklist li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #d4af37 !important;
}
.checklist2 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #646464;
  line-height: 2;
  font-size: 17px;
}
.checklist2 li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}
.checklist2 li::before {
  content: '✽';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #d4af37 !important;
}
.veryAggresive {
  color: #ae080d !important;
}
.card3 {
  background: #f4f4f4;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
  position: relative;
  height: 510px;
  margin-top: -15px;
  border: 5px solid #d4af37;
}
.card3 p {
  font-size: 24px;
  font-weight: 600;
  color: #d4af37 !important;
}
.card4 {
  background: #f4f4f4;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
  position: relative;
  height: 390px;
  margin-top: -15px;
  margin-right: 20px;
  border: 5px solid #d4af37;
}
.card4 p {
  font-size: 24px;
  font-weight: 600;
  color: #d4af37 !important;
}
.riskProfileTable {
  width: 100%;
  line-height: 3;
  font-size: 17px;
}
.goldPlusmb-100 {
  margin-bottom: 100px;
}
.goldPlusmb-30 {
  margin-bottom: 30px;
}
.goldPlusmb-50 {
  margin-bottom: 50px;
}
/*================================================
Gold+ Tactical Diversification
=================================================*/
#goldplus-tacticalDiversification .goldChartTitle {
  text-align: center;
}
#goldplus-tacticalDiversification p {
	color: #FFFFFF;
}
.icons-list-pd50 {
  padding-left: 50px;
}
.bullet-block {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem; /* space between icon and text */
  margin-block: 5rem; /* vertical spacing between the two rows */
}
.bullet-icon {
  flex: 0 0 72px; /* fixed circular size */
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #d4af37; /* warm gold-brown */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px; /* size of Font Awesome icon */
}
.bullet-text {
  font-size: 17px;
  line-height: 1.5;
  color: #333333;
  text-align: left !important;
}
.bullet-text strong {
  color: #d4af37; /* subtle highlight for the bold part */
}
.goldplus-chartDisclaimer p {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}
.goldplus-disclaimer-left {
  text-align: left;
  margin: 50px 0;
}
.goldplus-disclaimer-left p {
  font-size: 14px;
  font-weight: 100;
}
/*================================================
Gold+ Highlight Card
=================================================*/
.cards_highlight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}
.card_highlight {
  margin: auto;
  padding: 20px;
  min-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr auto;
  border-radius: 20px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.card_highlight:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}
.card_highlight__icon {
  grid-row: 2/3;
  font-size: 20px;
  color: #FFFFFF;
}
.card_highlight__title {
  grid-row: 3/4;
  font-weight: 100;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
}
.card_highlight__notes {
  grid-row: 4/5;
  padding: 20px;
  font-size: 14px;
  color: #FFFFFF;
}
.card-gold {
  /*background: radial-gradient(#a2682a, #d4af37);*/
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, /* bright edge */ #FDB931 8%, #9F7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FDB931 8%, #9F7928 30%, #8A6E2F 40%, transparent 80%)
}

/*================================================
Gold+ Highlight Card
=================================================*/
.goldplusfeatures-content {
	padding-bottom: 80px;
}
.goldplusfeatures-content p{
	color: #FFFFFF;
}
.goldplusfeatures-contentleft{
	text-align: left;
}
.goldplusfeatures-content h5 {
	font-size: 1.5rem;
	font-weight: 300;
	color: #FFFFFF;
}
.goldplusfeatures-contentleft h5 {
	font-size: 1.5rem;
	font-weight: 300;
}
.middle-image {
	text-align: center;
	padding: 35px 0;
}
.goldplusfeatures-content-icon {
	padding-bottom: 20px;
}
.goldplusfeatures-content i {
	background: red;
	width: 80px;
  height: 80px;
	border-radius: 50%;          /* makes the shape perfectly round */
  background: #d4af37;         /* neutral light‑grey; change as needed */
  display: flex;               /* lets us center the icon */
  align-items: center;
  justify-content: center;
  font-size: 40px;             /* icon size; scale to taste */
  color: #FFFFFF;
}
.goldplusfeaturespoints {
	padding-bottom: 75px;
}
.goldplusfeatures .illustrations {
  font-size: 12px;
  padding-top: 15px;
  color: #FFFFFF;
}