﻿body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  font-family: poppins;
  font-weight: 400;
  font-size: 14px;
  color: #272727;
}
p {
  text-align: justify;
}
.navbar {
  padding: 0 !important;
}
.footer-para {
  font-size: 12px;
  padding: 15px 0 0 0;
  margin: 0;
  text-align: justify;
  color: #d6d6d6;
}
.footer-para a {
  color: #d3b770;
}
.footer-para a:hover {
  color: #f5c447;
}
.footer-para b {
  font-weight: 600;
}
.aetram-logo {
  width: 220px;
}
/** Tools **/
.calc-left-block {
  background: #000;
  padding: 30px;
}
.calc-left-block h3 {
  font-size: 30px !important;
  color: #fff;
  padding-bottom: 10px !important;
  margin-bottom: 21px !important;
  border-bottom: #9d9d9d 1px dashed;
}
.calc-left-block label {
  color: #fff;
}
.calc-title-align {
  background: #000 !important;
  color: #fff !important;
  text-align: right;
  font-weight: 600;
}
.calc-right-align {
  text-align: right;
}
.brokerage-inp {
  border: none;
  text-align: right;
  padding: 3px 6px;
}
/************** Preloader **************/
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  background: #000000;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader figure {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffd4296c;
  border-radius: 50%;
  animation: fadeup 0.30s;
  position: relative;
}
.preloader figure:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-top: 1px solid #ffb32c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate1 0.60s infinite;
}
.preloader img {
  height: 110px;
  display: inline-block;
}
.page-loaded .preloader {
  top: 100%;
}
@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** Loader Ends **/
/** Features Block **/
.features-block {
  overflow: hidden;
  padding: 27px 0;
}
.features-block .box-1, .features-block .box-2, .features-block .box-3, .features-block .box-4 {
  float: left;
  text-align: center;
  padding: 6px 15px;
}
.features-block .box-1, .features-block .box-2, .features-block .box-3 {
  border-right: #9d9c9c 1px solid;
}
.features-block .box-1, .features-block .box-4 {
  width: 37%;
}
.features-block .box-2, .features-block .box-3 {
  width: 26%;
}
/*Common*/
.dropdown-header {
  /**color: #a7a7a7 !important;**/
  background: #000 !important;
  text-align: center;
  font-weight: 600;
}
.dropdown-header span {
  background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 900;
}
/* width */ ::-webkit-scrollbar {
  width: 2px;
}
/* Track */ ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: rgba(201, 143, 48, 1);
  border-radius: 10px;
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  background: rgba(201, 143, 48, 0.5);
}
a {
  text-decoration: none !important;
}
.paragraph-align {
  text-align: justify;
  word-spacing: normal;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.gold {
  /*color: #c48931;*/
  background: linear-gradient(97deg, rgba(198, 139, 48, 1) 8%, rgba(218, 179, 80, 1) 47%, rgba(196, 136, 49, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.btn-gold {
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
  padding: 5px 15px;
  color: #000;
  border-radius: 7px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  width: auto;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.btn-gold:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.btn-gold:hover:before {
  transform: translate(-50%, -50%) scale(2);
}
.btn-gold:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.txt-gold {
  background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 700;
  margin-bottom: 7px;
}
.about-us {
  background: linear-gradient(97deg, rgba(198, 139, 48, 1) 8%, rgba(218, 179, 80, 1) 47%, rgba(196, 136, 49, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 600;
}
.headline {
  margin: 15px 0 7px 0;
  color: inherit;
  border: 0.5px solid #b9b9b9;
  opacity: 0.4;
}
.headline:last-child {
  margin: 8px 0;
}
/*.lines-design {
  margin: 5px 0 8px 0 !important;
}*/
/*Sub page Banner*/
/*Header content*/
.about-header, .contact-us {
  background: url(../images/about-header-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 400px;
  height: 330px;
  padding: 50px 0;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.about-head-txt, .contact-us-txt {
  font-size: 45px !important;
  font-family: 'Teko';
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
}
.sub-heading, .lines-design {
  padding: 0;
  margin: 0 0 3px 0 !important;
  box-sizing: border-box;
}
.sub-heading p {
  margin-bottom: 0;
  text-align: center;
}
.sub-heading p a {
  color: #fff;
}
/*
    .sub-heading p a:hover {
        color: #f4b80c !important;
    }*/
/*Header*/
.header {
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.text-nav {
  gap: 1rem !important;
  text-transform: uppercase;
}
.text-nav li a {
  color: #fff;
  font-weight: 600;
  padding: 10px;
}
.dropdown-list {
  background: #232323 !important;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 0 !important;
}
.navbar-nav .dropdown-menu {
  margin: 0 10px !important;
}
.dropdown-menu li {
  padding: 0 10px !important;
}
.dropdown-list li a:focus, .dropdown-list li a:hover {
  /* background-color: #e1c360 !important;*/
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
  border-radius: 0.2rem;
}
/*Nav Bar Active*/
/*.nav-link.active {
    border-radius: 0.5rem !important;
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%) !important;
    color: #000 !important;
    font-weight: 600 !important;
}*/
.nav-link:focus, .nav-link.active {
  color: #f4b80c !important;
}
.nav-link:focus, .nav-link:hover {
  color: #f4b80c !important;
}
/*.list-dropdown:hover .dropdown-menu {
  display: block;
}
.list-dropdown .dropdown-menu {
  display: none;
}*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .nav-link.show {
  color: #fff;
}
/*social*/
.social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
}
.social li {
  float: left !important;
  list-style: none !important;
  text-decoration: none !important;
  padding-right: 7px;
}
.group-login {
  float: right;
}
/*banner-head*/
.banner-head {
  background: url(../images/background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.head-txt {
  font-size: 65px !important;
  font-family: 'Teko';
  font-weight: 500;
}
.sub-text {
  font-size: 1rem !important;
  margin-top: 1rem;
}
.account-btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 6px 18px;
  font-weight: 500;
  transition: ease-out 0.3s;
  margin-right: 10px;
}
.account-btn:hover {
  background: #fff;
  border: 2px solid #fff;
  font-weight: 500;
  color: #272727;
}
.banner-line-hr {
  width: 50px;
  height: 1px;
  background-color: black;
  margin: 10px 0 !important;
  opacity: 100% !important;
}
/*Card*/
.over-card {
  position: absolute;
  width: 100%;
  margin: -120px 0 0 0;
}
.bg-card {
  background: #eceaea !important;
  border-radius: 2rem;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(40, 40, 40, 0.15), 0 6px 20px 0 rgba(40, 40, 40, 0.15);
}
.text-align {
  text-align: center;
  align-items: center;
  padding: 1rem 0;
}
.text-align p {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Teko';
}
.gold-line1 {
  border-right: 1px solid #c28630;
}
.over-card h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Teko';
}
/*about-us*/
.bg-white {
  background: url(../images/aboout-us.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10.5rem 0 5rem 0;
}
/*.about-img {
    float: left;
    margin-right: 25px;
}*/
.about {
  margin-top: 7rem;
}
.bg-white h3 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: 'Teko';
}
.bg-white h4 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Teko';
  margin-bottom: 0.3rem;
}
.bg-white h4 span {
  background: linear-gradient(97deg, rgba(198, 139, 48, 1) 8%, rgba(218, 179, 80, 1) 47%, rgba(196, 136, 49, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.about-align {
  align-self: center
}
/*.top-algin {
  margin: 15px auto;
  width: 75%;
}*/
/*offer*/
.offer {
  background: url(../images/offers.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  color: #fff;
}
.offer h3 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 600;
  font-family: 'Teko';
}
.offer h4 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
}
.offer h4 span {
  background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 600;
}
.product-line {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: 'Teko';
}
.product-line p {
  margin: 0;
}
.what-our, .Funding-method {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mt5-pc {
  list-style: none;
  padding: 0 0 0 0;
  margin: 15px 0 0 0;
}
.mt5-pc li {
  margin: 0;
  padding: 0 0 9px 24px;
  background: url("../images/grey-tick.png") left 4px no-repeat;
}
.what-our li:before /**, .mt5-pc li:before**/ {
  content: '';
  display: inline-block;
  margin: 0px 0px -2px -10px;
  padding: 10px 0 10px 20px;
  background-image: url('../images/tick.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.Funding-method li::before {
  content: "\2714\0020";
  display: inline-block;
  padding-bottom: 10px;
}
.mt5-pc li:before {
  background-image: url('../images/grey-tick.png') !important;
}
.gold-line {
  border-right: 1px solid #c28630;
}
.gold-ver {
  border-bottom: 1px solid #c28630;
}
.top-glod-line {
  border-top: 1px solid #c28630;
}
/*benefits*/
.benefits {
  background: url(../images/benefits-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits h1 {
  font-size: 58px;
  font-weight: 500;
  font-family: 'Teko';
  margin-bottom: -6px;
}
.benefits h3 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 600;
  font-family: 'Teko';
}
.benefits h4 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
}
.benefits h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Teko';
  margin-bottom: -6px !important;
}
.Benefits-line1 {
  border-top: 5px dashed #cb953b;
}
.Benefits-line2 {
  background-color: #cb953b;
  border-top: 5px dashed #cb953b;
}
.tag-lines {
  padding: 1rem 1rem !important;
}
.tag-lines p {
  margin-bottom: 0;
}
.line-hr {
  margin: 10px 0 !important;
  opacity: 100% !important;
}
/*footer*/
.bg-black {
  background: #060606;
  padding: 5rem 0 2rem 0;
  color: #fff;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-black h5 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Teko';
}
.footer-nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-flex;
  align-items: start;
  flex-direction: column;
}
.footer-nav li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.footer-nav li:before {
  content: "-";
  padding-right: 5px;
}
.footer-nav li a {
  color: #fff;
}
.footer-nav li a:hover {
  color: #cb963b;
}
.txt-white a {
  color: #fff !important;
}
.txt-white a:hover {
  color: #cb963b !important;
}
/********About Page*******/
/*About content*/
.about-bg-white {
  background: url(../images/aboout-us.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.about-page-img {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px
}
.about-bg-white h3 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: 'Teko';
}
.about-bg-white h4 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
  margin-bottom: 0px !important;
}
/*About card*/
.about-our-bg {
  background: url(../images/about-our-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 500px;
  height: 450px;
  padding: 150px 0;
  color: #fff;
}
.line-gold {
  border-left: 1px solid #c28630;
  border-right: 1px solid #c28630;
  padding: 15px 20px;
}
.line2-gold {
  padding: 15px 20px;
}
.card-bg-line {
  display: flex;
  align-items: flex-end;
  margin-bottom: 14px;
}
.heading-card {
  margin-right: auto;
  padding: 0.1rem;
}
.about-our-card {
  width: 55px;
}
.bg-white h3 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: 'Teko';
}
.about-bg-white h4, .subtitle-h4 {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Teko';
  margin-bottom: 0.6rem !important;
}
.about-bg-white h4 span, .subtitle-h4 span {
  background: linear-gradient(97deg, rgba(198, 139, 48, 1) 8%, rgba(218, 179, 80, 1) 47%, rgba(196, 136, 49, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 600;
}
.about-our-bg h3 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: bold;
  font-family: 'Teko';
}
.about-our-bg h4 {
  font-size: 36px;
  font-weight: 500;
  font-family: 'Teko';
}
/*Aetram Trade*/
.trade {
  background: url(../images/benefits-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  color: #272727;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trade .card {
  height: 100%;
  box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.15);
}
.trade .card .card-body {
  padding: 1.2rem 1.5rem;
}
.trade h3 {
  font-size: 35px;
  font-weight: 500;
  font-family: 'Teko';
}
.trade h4 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
  margin-top: 5px;
  text-wrap: nowrap;
}
.trade h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Teko';
  margin-top: 15px;
  margin-bottom: -6px !important;
}
.half-width {
  display: flex;
  justify-content: center;
}
.half-width p {
  width: 70%;
  text-align: center;
}
/*contact*/
.contact-bg {
  background: url(../images/aboout-us.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 1200px;
  height: 750px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.contact-bg a {
  color: #272727;
}
.contact-details {
  align-self: flex-start;
  display: grid;
}
.contact-bg h3 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: 'Teko';
}
.contact-bg h4 {
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: 'Teko';
}
.area-message {
  height: 140px !important;
}
.contact-bg .btn-gold {
  padding: 10px 10px;
  font-weight: bold;
}
.infoLink {
  margin-right: -3px;
  margin-left: -3px;
}
/********MT5 Pc Page*******/
/*Header content*/
.card-terminal {
  margin-top: 15px !important;
}
.card-terminal h4 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
  margin-bottom: 0px !important;
}
.system-align {
  padding: 1.5rem 1.5rem !important;
}
.tools {
  background: url(../images/offers.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  color: #fff;
}
.tools h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
}
.tools h4 {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Teko';
}
.impressive-tools {
  background: transparent !important;
  border: 2px solid #85673d !important;
  color: #fff !important;
  height: 100%;
  border-radius: 10px;
}
.impressive-tools img {
  margin: 15px 0;
}
.impressive-tools p {
  margin: 10px;
  text-align: center;
}
/**card Cutom**/
.impressive-tools .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  transform: translateY(20px);
  border-radius: 10px;
}
.account-padding {
  padding: 2.5rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.impressive-tools:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
.additional-content {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.7s ease;
  transform: translateY(20px);
  padding: 15px 30px;
}
.impressive-tools:hover .additional-content {
  opacity: 1;
  transform: translateY(0);
}
.tools-card {
  width: 55px;
  align-self: center;
}
.terminal {
  background: url(../images/benefits-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 570px;
  height: max-content;
  padding: 70px 0;
  color: #272727;
  display: flex;
  justify-content: center;
  align-items: center;
}
.terminal h3 {
  font-size: 30px;
  margin: 7px 0;
  font-weight: 500;
  font-family: 'Teko';
}
.terminal h4 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 5px;
  font-family: 'Teko';
}
.mam-tools {
  height: 100%;
}
.mam-tools h1 {
  font-size: 58px;
  font-weight: 500;
  font-family: 'Teko';
}
/*Pamm Account Page*/
.pamm-bg {
  background: url(../images/pamm-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.pamm-bg h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
}
.pamm-bg h4 {
  font-size: 25px;
  font-weight: 500;
  font-family: 'Teko';
}
.pamm-text {
  padding: 0px;
  align-self: center
}
.img-section {
  text-align: center;
  padding: 25px 25px;
}
/*Stand Account*/
.acc-black {
  background: #000 !important
}
.account-table {
  --bs-table-bg: #f3f3f4 !important; /*
    --bs-table-accent-bg: #e6e6e6 !important;*/
  font-size: 14px;
  font-weight: 400;
  color: #fff !important
}
.account-table > thead > tr > th:first-child {
  --bs-table-accent-bg: #000 !important;
  color: #fff !important
}
.account-table > tbody > tr > th:last-child {
  font-weight: 600;
  width: 40%;
}
.account-table tbody th {
  text-align: justify;
}
.account-table > :not(caption) > * > * {
  padding: 7px !important;
  font-weight: 500 !important;
}
.bond > thead > tr > th {
  --bs-table-accent-bg: #000 !important;
  color: #fff !important
}
.bond > :not(caption) > * > * {
  padding: 10px !important;
  font-weight: 500 !important;
}
.account-table > tbody > tr > th:last-child {
  text-align: start;
}
.account-card {
  background: linear-gradient(0deg, rgba(241, 241, 241, 1) 0%, rgba(246, 246, 246, 1) 21%, rgba(251, 251, 251, 1) 68%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/*Tradeing Account*/
.trade-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/*Contact Text*/
.contact-text {
  font-weight: 500;
  color: #d48513;
  margin-bottom: 0.2rem !important;
}
/***Home page***/
.account-text {
  font-size: 22px;
  font-family: 'Teko';
  font-weight: 500;
  margin: 0 0 10px 0 !important
}
/* Define styles for the table */
.bond {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dee2e6;
}
/* Define styles for table headers */
.bond thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* Define styles for table data */
.bond td, .bond th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* Define styles for striped rows */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
/* Define styles for hover effect */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}
/* Define styles for table header accent color */
.bond thead tr th {
  background-color: #000 !important;
  color: #fff !important;
}
/* Define responsive styles */
@media (max-width: 991.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1366px) {
  .hero-style .slide-title h2 {
    font-size: 45px !important;
    margin: 0 0 0 !important;
  }
  .hero-style .slide-text p {
    font-size: 16px !important;
    margin: 0 0 14px 0 !important;
  }
  /*.text-nav {
      background:#000;
    }
*/
  .over-card {
    margin: -60px 0 0 0 !important;
  }
  .bg-white {
    padding: 12.5rem 0 5rem 0 !important;
  }
  .account-padding {
    padding: 4rem !important;
  }
  .additional-content {
    padding: 7px
  }
  .btn-gold {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-nav {
    gap: 0rem !important;
    text-wrap: nowrap;
  }
  .hero-style .slide-title h2 {
    font-size: 45px !important;
    margin: 0 0 0 !important;
  }
  .hero-style .slide-text p {
    font-size: 16px !important;
    margin: 0 0 14px 0 !important;
  }
  /*.text-nav {
      background:#000;
    }
*/
  .over-card {
    margin: -60px 0 0 0 !important;
  }
  .bg-white {
    padding: 12.5rem 0 5rem 0 !important;
  }
  .account-padding {
    padding: 3rem !important;
  }
  .additional-content {
    padding: 5px
  }
  .btn-gold {
    padding: 5px 10px;
  }
  .half-width p {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .text-nav {
    gap: 0rem !important;
    text-wrap: nowrap;
    background: #000;
  }
  .hero-style .slide-title h2 {
    font-size: 45px !important;
    margin: 0 0 0 !important;
  }
  .hero-style .slide-text p {
    font-size: 16px !important;
    margin: 0 0 14px 0 !important;
  }
  /*.text-nav {
      background:#000;
    }
*/
  .over-card {
    padding: 5rem 0 !important;
    position: relative;
    background: url(../images/pamm-bg.jpg) no-repeat;
    background-size: cover;
  }
  .bg-white {
    padding: 5rem 0 !important;
  }
  /*About page*/
  .about-align h3, .order-md-Last h3 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .account-padding {
    padding: 3rem !important;
  }
  .additional-content {
    padding: 5px
  }
  .btn-gold {
    padding: 5px 10px;
  }
  .half-width p {
    width: 100%;
  }
  .features-block .box-1, .features-block .box-4, .features-block .box-2, .features-block .box-3 {
    width: 96%;
    border: #bfbfbf 1px solid;
    margin: 13px;
    border-radius: 10px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .align-social {
    display: none;
  }
  .text-nav {
    gap: 0rem !important;
    text-wrap: nowrap;
    background: #000;
  }
  .hero-style .slide-title h2 {
    font-size: 45px !important;
    margin: 0 0 0 !important;
  }
  .hero-style .slide-text p {
    font-size: 16px !important;
    margin: 0 0 14px 0 !important;
  }
  /*.text-nav {
      background:#000;
    }
*/
  .over-card {
    margin: 0 !important;
  }
  .gold-line1 {
    border-right: none;
  }
  .bg-white {
    padding: 5rem 0 !important;
  }
  /*About page*/
  .about-align h3, .order-md-Last h3 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .account-padding {
    padding: 3rem !important;
  }
  .additional-content {
    padding: 5px
  }
  .btn-gold {
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .half-width p {
    width: 100%;
  }
  .features-block .box-1, .features-block .box-4, .features-block .box-2, .features-block .box-3 {
    width: 95%;
  }
}
@media (max-width:450px) {
  .features-block .box-1, .features-block .box-4, .features-block .box-2, .features-block .box-3 {
    width: 93%;
  }
}
/**Scroll**/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  padding: 2px 0 0 12px;
  background: #494949;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* Animations */
/*.paragraph-align {
    opacity: 0;
}


.slideIn {
    -webkit-animation: slideInAnimation 0.6s ease 0.25s forwards;
    animation: slideInAnimation 0.6s ease 0.25s forwards;
}

@-webkit-keyframes slideInAnimation {
    0% {
        -webkit-transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInAnimation {
    0% {
        -webkit-transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}*/
/** Tab Content **/ :root {
  --first-color: #2e2e41;
  --second-color: #5b85ff;
  --third-color: #434354;
  --text-color: #fff;
}
.main-container {
  position: relative;
}
.tab-nav-bar {
  position: relative;
  margin: 0;
}
.tab-navigation {
  position: relative;
  /*display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;*/
  margin: 0 auto;
}
.tab-menu {
  color: var(--text-color);
  list-style: none;
  background-color: #000;
  padding: 10px;
  white-space: nowrap;
  border-bottom: 1px solid var(--third-color);
  box-shadow: var(--box-shadow);
  scroll-behavior: smooth;
  user-select: none;
  overflow-x: auto;
  margin-bottom: 0;
}
.tab-menu.dragging {
  scroll-behavior: unset;
  cursor: grab;
}
.tab-menu::-webkit-scrollbar {
  display: none;
}
.tab-btn {
  display: inline-block;
  color: var(--text-color);
  font-weight: 400;
  margin: 0 2px;
  padding: 10px 20px;
  border-radius: 7px;
  cursor: pointer;
  user-select: none;
  transition: background-color .3s ease;
}
.tab-menu.dragging .tab-btn {
  pointer-events: none;
}
.tab-btn:hover {
  background-color: var(--first-color);
}
.tab-btn.active {
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
  color: #000;
  font-weight: 700;
}
.left-btn, .right-btn {
  position: absolute;
  color: var(--text-color);
  font-size: 1.8em;
  padding: 10px;
  cursor: pointer;
}
.left-btn {
  left: 0;
  background: linear-gradient(to left, transparent, var(--first-color) 80%);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  display: none;
  top: 8px;
}
.right-btn {
  right: 0;
  background: linear-gradient(to right, transparent, var(--first-color) 80%);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  top: 8px;
}
/* ===== Tab content ===== */
.tab-content {
  /**position: relative;
	display: flex;
	justify-content: center;**/
  width: 100%;
  margin-top: -39px;
}
.tab {
  position: relative;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  /**max-width: 1100px;
	padding: 15px 50px;**/
  opacity: 0;
  transform: translateX(25px);
  content-visibility: hidden;
}
.tab.active {
  transform: translateX(0);
  content-visibility: visible;
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
}
.tab .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  --bs-gutter-x: 0;
  /*gap: 30px;*/
}
.tab .img-card {
  position: relative;
  width: 450px;
  max-width: 450px;
  height: 300px;
  max-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
}
.tab .img-card img {
  width: 100%;
  object-fit: cover;
}
.right-column {
  max-width: 800px;
}
.info .city, .info .description p {
  color: var(--text-color);
  margin-bottom: 10px;
}
.info .city {
  font-size: 2em;
}
.country {
  color: var(--third-color);
  font-size: 5em;
  font-weight: 700;
  text-align: center;
  text-shadow: var(--text-shadow);
}
/* ===== Media queries (max-width: 1050px;) ===== */
@media screen and (max-width: 1050px) {
  section {
    margin: 0 0;
  }
  .tab-nav-bar {
    margin: 0;
  }
  .tab {
    padding: 0;
  }
  .tab .row {
    flex-direction: column;
  }
  .tab .img-card {
    width: auto;
    max-width: 600px;
  }
  .country {
    font-size: 10vw;
    padding-bottom: 50px;
  }
}
/** Live Rates Widget **/
.live-rates {
  margin: 0 0 45px 0;
  padding: 0 0 25px 0;
  border-bottom: #c9c9c9 1px solid;
}
.live-rates h1 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Teko';
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.liverate-widget {
  background: #000;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.liverate-gold-text {
  background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 700;
  font-family: 'Teko';
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 0 0 3px 0;
}
.liverate-listing {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
.liverate-listing .green-box, .liverate-listing .green-box {
  width: 50%;
  float: left;
}
.liverate-listing .green-box {
  background: #3fd086;
}
.liverate-listing .red-box {
  background: #eb585e;
}
.liverate-listing .pricing {
  font-size: 54px;
  font-weight: 400;
  font-family: 'Teko';
  line-height: 1.0;
}
.liverate-listing .green-box h2 {
  font-size: 12px;
  line-height: 1;
  background: #1f774a;
  padding: 5px 0;
  width: 50px;
}
.liverate-listing .green-box h2.triangle {
  display: inline-block;
  position: relative;
}
.liverate-listing .green-box h2.triangle:before, .liverate-listing .green-box h2.triangle:after {
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 0;
  content: "";
  border-top: solid 0px transparent;
  border-bottom: solid 22px transparent;
}
.liverate-listing .green-box h2.triangle:before {
  left: -60px;
  border-right: solid 18px #1f774a;
}
.liverate-listing .green-box h2.triangle:after {
  right: -60px;
  border-left: solid 18px #1f774a;
}
.liverate-listing .green-box h2.comment:before {
  content: "//";
  margin-right: 10px;
  color: rgb(255, 150, 50);
}
.liverate-listing .red-box h2 {
  font-size: 12px;
  line-height: 1;
  background: #9a151b;
  padding: 5px 0;
  width: 50px;
}
.liverate-listing .red-box h2.triangle {
  display: inline-block;
  position: relative;
}
.liverate-listing .red-box h2.triangle:before, .liverate-listing .red-box h2.triangle:after {
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 0;
  content: "";
  border-top: solid 0px transparent;
  border-bottom: solid 22px transparent;
}
.liverate-listing .red-box h2.triangle:before {
  left: -60px;
  border-right: solid 18px #9a151b;
}
.liverate-listing .red-box h2.triangle:after {
  right: -60px;
  border-left: solid 18px #9a151b;
}
.liverate-listing .red-box h2.comment:before {
  content: "//";
  margin-right: 10px;
  color: rgb(255, 150, 50);
}
.bt-liverates {
  background: #000 !important;
  border: none;
  color: #fff;
  padding: 6px 12px;
  transition: ease-out 0.3s;
  margin-left: 15px;
  border-radius: 7px;
  font-size: 14px;
  font-family: poppins;
}
.bt-liverates:hover {
  background: #fff;
  border: none;
  color: #ffcc00;
}
.login-block {
  text-align: right;
}
/*** Social Icons Drop Down **/
.social .dropbtn {
  border: none;
  cursor: pointer;
}
.social .dropdown {
  position: relative;
  display: inline-block;
}
.social .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: #232323 !important;
  border-radius: 6px;
}
.social .dropdown-content a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-weight: 600;
  margin: 0 12px;
  border-radius: 3px;
}
.social .dropdown-content a:hover {
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
  color: #000;
}
.social .dropdown:hover .dropdown-content {
  display: block;
}
.social .dropdown:hover .dropbtn {
  background-color: transparent;
}
/** Instruments **/
.instrument-content {
  margin: 10px 0 20px 0;
}
.instrument-img {
  float: left;
  margin: 0 30px 10px 0;
}
.instrument-text {
  overflow: hidden;
  margin-bottom: 10px;
}
.instruments table {
  width: 100%;
}
.instruments th, .instruments td {
  padding: 10px;
}
.instruments th {
  text-align: center;
}
.instruments tbody tr:nth-child(odd) {
  background-color: #e7e7e8;
}
.instruments tbody tr:nth-child(even) {
  background-color: #f3f3f4;
}
.instruments tbody tr:hover {
  background-color: #fff;
}
.instruments tr {
  border-bottom: #dadadc 1px solid;
}
.dt-length label {
    margin-left: 10px !important;
}
.gray-th {
  /*background: #e1e1e3;*/
  background: #fff;
}
.white-td {
  background: #fff;
  font-weight: 500;
}
.gold-th {
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%) !important;
  color: #000 !important;
}
.accordion-button:not(.collapsed) {
  background-color: #b7b7b7 !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button {
  font-weight: 700;
  /**background: #ebebeb !important;
	border-bottom: #b7b7b7 1px solid !important;**/
}
/******Social Drop Down End*******/
/****************
** Responsive **
****************/
/**
@media (min-width:1200px) and (max-width:1399px) {
  .text-nav li a {
    font-size: 13px;
  }
  .aetram-logo {
    width: 200px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .text-nav li a {
    font-size: 13px;
  }
  .aetram-logo {
    width: 188px;
  }
}
**/
@media (max-width:1199px) {
  .instrument-img {
    width: 50%;
  }
}
@media (max-width:991px) {
  .instrument-img {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  div.dt-container div.dt-layout-table > div {
    overflow-x: scroll;
  }
}
@media (max-width:767px) {
  .over-card, .bg-white, .offer, .benefits, .bg-black, .about-bg-white, .trade, .pamm-bg {
    padding: 2rem 0 !important;
  }
  .bg-black h5 {
    margin: 18px 0 0 0;
  }
  .about-head-txt {
    font-size: 39px !important;
  }
  .login-block {
    text-align: center;
  }
  .align-bottom {
    order: 2;
  }
  /*.instruments {
    overflow: hidden;
    overflow-x: scroll;
  }
  .instruments table {
    width: 810px;
  }*/
}
@media (max-width:420px) {
  .live-rates h1 {
    font-size: 24px;
  }
  .hero-style .container {
    padding: 60px 0 0 0;
  }
  .hero-style .slide-title h2 {
    font-size: 36px !important;
  }
}
/** Count Down **/
.countdown-block {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.85);
  ;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.expo-block {
  float: right;
}
.expo-logo {
  width: 100px;
  float: left;
}
.aetram-expo {
  float: left;
  margin: 0 0 0 15px;
  padding: 3px 0 0 17px;
  border-left: #898989 1px solid;
  color: #fff;
}
.aetram-expo p {
  margin: 4px 0 0 0;
}
#clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
#clockdiv > div {
  padding: 3px 6px;
  border-radius: 3px;
  background: #000000;
  display: inline-block;
}
#clockdiv div > span {
  padding: 3px 15px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.smalltext {
  padding-top: 5px;
  font-size: 13px;
}
.fadeInUp {
  animation: fadeInUp 1s ease backwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
@media (max-width:767px) {
	#clockdiv {
		display: block;
    text-align: center;	
	}
	.expo-logo {
    width: 90px;
    float: left;
}
.expo-block {
		display: flex;
    align-items: center;
    justify-content: center;
	float:none;
	}
}





/* Card Background */
.card-bg {
    transition: all 0.4s ease-in-out;
    border-radius: 14px;
    border: 1px solid #e0e0e0;
    background: #1c1f26;
    color: #fff;
    padding: 15px;
}

    .card-bg:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
        background: #000;
        border-color: #ffd700;
        color: #ffd700;
    }

/* News Widget */
.news-widget {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 160px;
    position: relative;
    overflow: hidden;
}

.news-item {
    display: none;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transform: translateX(20px);
}

    .news-item.active {
        display: block;
        opacity: 1;
        transform: translateX(0);
        z-index: 1;
    }

    .news-item:hover {
        background: rgba(255, 255, 255, 0.03);
        border-radius: 8px;
        transition: background 0.3s ease;
    }

.news-heading {
    font-size: 1.3rem;
    margin-bottom: 8px;
    /**font-weight: bold;
    color: #ffd700;
    text-shadow: 0 0 6px rgba(255, 215, 0, 0.3);**/
	background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
}

.news-body {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 1.5;
}

/* Button/Details */
.bg-details {
    background-color: #000;
    color: #fd0;
}

    .bg-details:hover {
        background-color: #111;
    }

    .bg-details:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-button::after {
    background-image: url('https://user.aetramtrades.mu/assets/images/rightarrow.png') !important;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    transform: rotate(0deg);
}

/* Lists */
.list-unstyled {
    margin: 0;
    padding: 0 0 0 25px;
}

    .list-unstyled > li {
        list-style: disc;
        margin-bottom: 0.5rem;
        padding-left: 5px;
    }

/* Golden Text Gradient */
.golden-text {
    background: linear-gradient(180deg, #f0d15c 0%, #ecc34d 15%, #d88105 100%);
    background-clip: text;
    color: transparent;
    font-weight: 800;
    line-height: 2;
}
/* Wrapper */
.custom-table {
    font-size: 0.875rem;
    background-color: #fff;
}

    /* Table Header */
    .custom-table .table-header {
        background-color: #161616;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }

    /* Table Row Hover */
    .custom-table .table-row {
        transition: background-color 0.2s ease-in-out;
    }

        .custom-table .table-row:hover {
            background-color: #f9f9f9;
        }

    /* Asset Column */
    .custom-table .asset-section .asset-flag {
        width: 36px;
        height: auto;
    }

    .custom-table .asset-section .asset-label {
        font-weight: 500;
    }

    /* Market Trend */
    .custom-table .market-trend .trend-bar {
        background-color: #e9ecef;
        height: 5px;
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
    }

    .custom-table .market-trend .trend-fill {
        background-color: #dc3545;
        height: 100%;
        width: 20%; 
        border-radius: 4px;
    }

    .custom-table .market-trend .market-status {
        font-size: 0.75rem;
        color: #dc3545;
    }

    /* Active Signals */
    .custom-table .signals-section .badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.6rem;
    }

    /* Price Chart */
    .custom-table .price-chart-section svg {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Favorite Button */
    .custom-table .favorite-section button {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .custom-table .favorite-section svg {
        stroke: #f0d15c;
        transition: transform 0.2s ease;
    }

        .custom-table .favorite-section svg:hover {
            transform: scale(1.2);
        }


.trend-bar {
    height: 5px;
    background-color: #d4d4d4 !important;
}
.acc-heading {
    font-size: 16px !important;
    font-weight: 700;
    padding:0;
    margin:0;
}
/* Mobile Styles */
@media (max-width: 575.98px) {
    .custom-table .mobile-entry .asset-label {
        font-weight: 600;
    }

    .custom-table .mobile-entry .mobile-bottom {
        margin-top: 0.5rem;
        font-size: 0.75rem;
    }

    .custom-table .mobile-entry .price-chart-section svg {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
}


@media (max-width: 767px) {
    .news-item.active {
        display: contents;
    }

    .news-item {
        transition: transform 0.8s ease-in-out;
    }

    .news-widget {
        min-height: 420px;
        text-align: left;
        padding: 0
    }
    .acc-heading {
        font-size: 16px !important;
    }
}
/* Button background and sizing */
.arrow-icon-bg {
    background: #000 !important;
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    border: none;
}

/* Arrow icon wrapper */
.arrow-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Rotate when button is expanded (Bootstrap adds `.collapsed` automatically) */
button:not(.collapsed) .arrow-icon {
    transform: rotate(-180deg); 
}
.active-green {
    color: #398e3d;
    font-weight:700;
}


.spinner {
       margin: 0 0 0 5px;
    text-align: center;
}

    .spinner div {
        width: 5px;
        height: 5px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        animation: sk-bouncedelay 1.2s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        animation-delay: -0.16s;
    }

    .spinner .bounce3 {
        animation-delay: 0s;
    }

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}
.spinner div {
    background-color: #28a745;
}

/* Card Styling - Glassmorphism */
.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Table Headers */
.table-header {
    font-weight: 600;
    font-size: 0.9rem;
    color: #ffffffcc;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Table Rows */
.table-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    font-size: 0.95rem;
    color: #000;
    transition: background 0.2s ease;
}

    .table-row:hover {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
    }

/* BUY/SELL Badge */
.badge {
    padding: 6px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
}

.action-buy {
    background-color: #28a745;
    color: #000;
}

.action-sell {
    background-color: #dc3545;
    color: #000;
}

/* Value Styling */
.value {
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000;
    
}

.table-card {
    padding: 5px;
    overflow: hidden;
}
/* Optional: Animate collapse */
.glass-card {
    animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}