:root {
  --primary-yellow: #FFC01A;
  --yellow-dark: #B88500;
  --white: #FFFFFF;
  --black: #000000;
  --stroke-st: #B88500;
  --stroke-end: #3F2E00;

  --dark-brown: #140D00;
  --dark-border: #423000;


  --table-border : #4D3800;

  --gray : gray;

  --gr-stroke: linear-gradient(to bottom, var(--stroke-st) 0%, var(--stroke-end) 100%);


  --helvetica: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --satoshi: 'Satoshi', sans-serif;

  --gr-border: linear-gradient(to bottom, var(--stroke-st), var(--stroke-end));

  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-14: 14px;
  --font-size-12: 12px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-size-32: 32px;
  --font-size-40: 40px;
  --font-size-48: 48px;
}

.brtpmj_businessheader{
	display:none !important;
}

/* hero section rotating glob */

.video-background {
  position: relative;
  width: 100vw;
  height: 960px;
  overflow: hidden;
  z-index: -999;
}

.bg-video {
  position: absolute;
  top: 110%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-background .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 2rem;
}


/* hero title */

.hero-title-highlight {
  color: var(--primary-yellow) !important;
  font-weight: 600 !important;
  font-family: var(--satoshi) !important;
}

.text-highlight {
  color: var(--primary-yellow) !important;
}

/* feature-list glass bg */

.glass-bg {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px) !important;
  border-radius: 12px !important;
  padding: 24px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  text-align: center !important;
  font-size: var(--font-size-18) !important;
}

/* feature table */

/* .custom-feature-table-wrapper {
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid;
    border-image: linear-gradient(to bottom, var(--stroke-st), var(--stroke-end));
    border-image-slice: 1;
    border-radius: 16px;
} */

.custom-feature-table-wrapper {
  position: relative;
  padding: 1px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}

.custom-feature-table-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 16px;
  padding: 1px;
  /* background: linear-gradient(to bottom, var(--stroke-st), var(--stroke-end)); */
  background: var(--gr-border);
}


.custom-feature-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.custom-feature-table thead {
  background-color: var(--stroke-end);
  color: var(--primary-yellow);
  font-size: var(--font-size-22);
  font-weight: bold;
}

.custom-feature-table th,
.custom-feature-table td {
  padding: 16px 0;
  border: 1px solid var(--dark-border);

}

.custom-feature-table td {
  vertical-align: middle;
}


.custom-feature-table tbody td {
  font-size: var(--font-size-18);
  font-weight: 600 !important;
  color: var(--white) !important;
  width: 33%;
}

.custom-feature-table img {
  max-height: 72px;
}

.feature-true {
  background-color: var(--black);
}

.feature-row {
  background-color: var(--stroke-st);
}

.feature-row-alt {
  background-color: var(--stroke-end);
}


.tl-row {
  border-top-left-radius: 12px;
  border-color: transparent !important;
}

.tr-row {
  border-top-right-radius: 12px;
  border-color: transparent !important;
}

.bl-row,
.tl-row {
  text-align: left;
  padding-left: 72px !important;
}

tr:last-of-type .bl-row {
  border-bottom-left-radius: 12px;
  border-color: transparent !important;
}

tr:last-of-type .br-row {
  border-bottom-right-radius: 12px;
  border-color: transparent !important;
}

/* 3 funds pricing table like */

.pricing-section {
  padding: 60px 20px;
  color: #fff;
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-box {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 16px;
/*   padding: 30px 20px; */
	padding:24px 12px;
  flex: 1 1 300px;
  /* max-width: 360px; */
  /* display: flex;
  align-items: center; */
  display: grid;
  place-items: center;
  grid-template-rows: auto auto;
  place-items: center;
  place-content: space-between;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;

  /* Grid + Gradient Background */
  /* background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, var(--stroke-st) -50%, var(--stroke-end) 50%); */

  /* Grid + Gradient Background */
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #a07400 -50%, #211800 50%);

  background-size: 30px 30px, 30px 30px, cover;
  background-position: top left, top left, center;
  background-repeat: repeat, repeat, no-repeat;


}
.box-blue, .box-blue:hover{
	background-image : linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(180deg, #2c1e72 -50%, #0f0021 50%) !important;
}
.box-green, .box-green:hover{
	background-image : linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(180deg, #23721e -50%, #011a07 50%) !important;
}
.box-red, .box-red:hover{
	background-image : linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(180deg, #721e27 -50%, #210000 50%) !important;
}

ul.pricing-features.no-grid-features li {
/*     height: 90px; */
	height:50px;
}
.pricing-box.flex-box li{
/* 	height:90px !important; */
		height:50px !important;
}

.pricing-box-container {
  background-image: var(--gr-border);
  padding: 1px;
  border-radius: 16px;
  flex: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
}


.pricing-box:hover {
  /* transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3); */
	transform : scale(1.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, var(--stroke-st) 0%, var(--stroke-end) 100%); */

  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% -30%, var(--stroke-st) 0%, #000000 100%);
}

.pricing-box-title{
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.pricing-title {
  font-size: var(--font-size-28);
  font-family: var(--satoshi) !important;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: var(--primary-yellow);
  margin-bottom: 4px;
}

.pricing-description {
  font-size: var(--font-size-18);
  margin-bottom: 20px;
  text-align: center;
}

.pricing-divider {
  width: 30%;
  height: 2px;
  background: var(--primary-yellow);
  margin-bottom: 20px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-features li {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
  font-size: var(--font-size-16);
  color: var(--white) !important;
}

.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url('../images/white-bullet.svg');
  /* Replace this path in PHP */
  background-repeat: no-repeat;
  background-size: contain;
}

.pricing-button {
  /* margin-top: auto; */
  background: var(--primary-yellow);
  color: var(--black);
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  text-align: center;
  transition: background 0.3s ease;
}

.pricing-button:hover {
  background: var(--white);
  color: var(--black);
}


/* footer feature box */
.footer-feature-box {
  border-radius: 12px !important;
  padding: 24px !important;
  border: 2px solid var(--dark-border);
}

/* .feature-box-wrapper {
  background-image: var(--gr-border);
  padding: 1px;
  border-radius: 16px;
  flex: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
} */

/* buttons */

.elementor-button,
.pricing-button {
  border-radius: 122px !important;
  font-weight: bold !important;
  border: 2px solid var(--yellow-dark) !important;
  font-size: 16px !important;
  padding: 12px 24px 12px 24px !important;
}

.elementor-button:hover,
.pricing-button:hover {
  background-color: var(--white) !important;
}

/* blog list home */


.blog-list .jet-listing-grid__item>div:first-of-type>div:first-of-type {
  background-color: black !important;
  border: 1px solid var(--dark-border) !important;
  border-radius: 12px;
}

.blog-list .jet-listing-grid__item>div:first-of-type>div:first-of-type>div:nth-of-type(2) {
  padding: 0 6px !important;
}

.blog-list .jet-listing-grid__item>div:first-of-type>div:first-of-type>div:nth-of-type(2)>.e-con-inner {
  gap: 4px !important;
  color: var(--white) !important;
}

.blog-list .jet-listing-grid__item>div:first-of-type>div:first-of-type>div:nth-of-type(2)>.e-con-inner div:first-of-type .elementor-widget-container .jet-listing-dynamic-field__content {
  font-size: var(--font-size-18) !important;
  color: var(--primary-yellow);
}


/* accordian */

.jet-accordion>.jet-accordion__inner>.jet-toggle {
  border: none !important;
  border-bottom: 2px solid var(--dark-border) !important;
  background-color: var(--black) !important;
  border-radius: 0 !important;
}


/* forex feature grid */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  column-gap: 30px;
  row-gap: 60px;
  max-width: 100%;
  margin: 0 auto;
}

.feature-box-wrapper {
  background: var(--gr-stroke);
  padding: 1px;
  border-radius: 16px;

}

.feature-box {
  background: rgba(0, 0, 0, 0.9);
  /* border: 1px solid var(--primary-yellow); */
  border-radius: 16px;
  padding: 30px 34px;
  color: var(--white);
  text-align: center;
  position: relative;
  height: 100%;

  /* Grid + Gradient Background */
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #000000 -50%, #211800 50%);

  background-size: 30px 30px, 30px 30px, cover;
  background-position: top left, top left, center;
  background-repeat: repeat, repeat, no-repeat;

}

.feature-box:hover {

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% -30%, var(--stroke-st) 0%, #000000 100%);

}

.feature-icon-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gr-stroke);
  border-radius: 50%;
  padding: 2px;
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-brown);


}

.feature-info {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--primary-yellow);
  margin: 0;
  padding: 0;
}

.feature-box p {
  font-size: 18px;
  color: var(--white);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}



/* how to steps */

.steps{

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-main-icon{
  z-index: 10;
  position: absolute;
  top:-293px
}

.how-to-steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}

.how-to-step {
  text-align: center;
  position: relative;
  flex: 1;
}

.step-2
{
  margin-top: 80px;
}

/* .how-to-step .icon-wrap {
  background: radial-gradient(circle, #ffc01a 0%, #3f2e00 100%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #B88500;
  z-index: 2;
}

.how-to-step .icon-wrap img {
  width: 30px;
  height: 30px;
} */

/* .how-to-box {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #B88500;
  border-radius: 16px;
  padding: 60px 20px 24px;
  position: relative;
  color: #fff;
  font-family: sans-serif;
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
}

.how-to-box .step-number {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
} */

.how-to-step::before {
  content: '';
  position: absolute;  
  top: -240px;
  width: 100%;
  height: 220px;
  border: 2px solid var(--yellow-dark);
  left: 100%;
  transform: translateX(-50%);
  z-index: -5;
}

.how-to-step:nth-child(1)::before {
  border-right-color: transparent;
  border-bottom: transparent;
  border-top-left-radius: 54px;
}
.how-to-step:nth-child(3)::before {
  left: 0;
  border-left-color: transparent;
  border-bottom: transparent;
  border-top-right-radius: 54px;
}
.how-to-step:nth-child(2)::before {
  border-right-color: transparent;
  border-bottom: transparent;
  border-top: transparent;
  height: 240px;
  top: -265px;
}
.step-info h1{
  margin: 0;
  padding: 0;
}
.step-info p{
  font-size: 22px;
}

.flex-grid{
  justify-content: center !important;
}
.flex-grid .footer-feature-box{
  width: calc(100% / 4 - 20px);
}


/* table */

.custom-data-table thead th {
  background-color: var(--stroke-end);
  color: var(--primary-yellow);
  border-color: var(--table-border);
  font-weight: bold;
  border-top-color: transparent !important;
}
.custom-data-table thead th:first-of-type{
  border-top-left-radius: 12px;
  border-left-color: transparent !important;
  
}
.custom-data-table thead th:last-of-type{
  border-top-right-radius: 12px;
  border-right-color: transparent !important;
}

.custom-data-table tbody td{
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  border-color: var(--table-border);
  padding: 12px 16px;
  text-align: center;
  font-weight: 500;
}

.custom-data-table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 12px;
}

/* futures choose plan grid */

.grid-2{
  display: grid;
  grid-template-columns: 2fr 6fr;
  gap:20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  gap: 20px;
}

.no-grid-bg h3.pricing-title{
  font-size: 18px;
  text-transform: capitalize !important;
}
.no-grid-bg{
  background-image: unset !important;
  background-color: var(--black) !important;
  align-items: start !important;
}

.text-button{
    text-align: left;
    background: transparent;
    color: var(--gray);
    padding-left: 0px !important;
    border: none !important;
}
.text-button:hover{
  color: var(--gray);
  background-color: transparent !important;
}

.no-grid-features{
  font-weight: bold;
}

.no-grid-features li{
  color: var(--gray) !important;
}


.futures-features{
  font-weight: bold;
  text-align: center;
}
.futures-features li,
.no-grid-features li{
  padding-left: 0 !important;
  padding-top:12px;
  padding-bottom:12px;
}
.futures-features li::before,
.no-grid-features li::before
{
  all:unset !important;
}

/* account builder */


.account-selection{
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 20px; 
}

.account-builder-wrapper {  
  padding: 1px;
  background: var(--gr-border);
  border-radius: 12px;
}

.summary-container{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.summary-wrapper{
  padding:1px;
  background: var(--gr-border);  
  border-radius: 12px;
}
#summary {
    border-radius: 12px;
    background: linear-gradient(to top, var(--stroke-end) 0%, var(--dark-brown) 100%);
    padding: 24px;

    display: flex;
    flex-direction: column;
    gap:24px;
}

.summary-info{
  display: flex;
  flex-direction: column;
  gap:  16px;
}
.summary-detail{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  color: var(--white);
}
.summary-detail span:nth-child(2){
  font-weight: bold;
}

#summary h3{
    font-size: 18px;
    font-weight: bold;
    color:var(--primary-yellow);
    margin: 0;
}

.account-builder{
  display: flex;
  flex-direction: column;
  gap:32px;
  padding: 24px;
  background: var(--black);
  border-radius: 12px;
  height: 100%;
}
.account-steps{
  display: flex;
  flex-direction: column;
  gap:12px;
  
}

.account-steps h3{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}

.steps-option{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}


.account-builder label {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: var(--white);
}
.account-builder input[type="radio"] {
    display: none;
}

span#leverage {
    text-align: right;
}


/* radio box bg */

.option-box {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 8px;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  text-align: center;
  /* max-width: 360px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;


  /* Grid + Gradient Background */
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #a07400 -50%, #211800 50%);

  background-size: 16px 16px, 16px 16px, cover;
  background-position: top left, top left, center;
  background-repeat: repeat, repeat, no-repeat;

}
.option-box-active{
  font-weight: bold;
}
.option-box:hover,
.option-box-active
{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% -40%, var(--stroke-st) 0%, #543e01 100%)
}

.option-box-container {
  background-image: var(--gr-border);
  padding: 1px;
  border-radius: 8px;
}

p.account-info{
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}


.elementor-widget.elementor-widget-image {
    display: flex;
	padding-left:24px;
}

.elementor-popup-modal .dialog-message{
	overflow:none !important;
}
.elementor-popup-modal .dialog-close-button svg {
    height: 2.5em !important;
    width: 2.5em !important;
}

.jet-mobile-menu__container-inner {
    background: transparent;
    font-size: 22px;
    width: 100%;
}

.jet-mobile-menu__container-inner{
	background:black !important;
}
.jet-mobile-menu__back, .jet-mobile-menu .jet-dropdown-arrow, .jet-mobile-menu__breadcrumb .breadcrumb-label{
	color:white;
}