.elementor-5775 .elementor-element.elementor-element-87f9d0e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5775 .elementor-element.elementor-element-87f9d0e:not(.elementor-motion-effects-element-type-background), .elementor-5775 .elementor-element.elementor-element-87f9d0e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a291686 );}.elementor-5775 .elementor-element.elementor-element-a625f12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5775 .elementor-element.elementor-element-a625f12:not(.elementor-motion-effects-element-type-background), .elementor-5775 .elementor-element.elementor-element-a625f12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a291686 );}.elementor-5775 .elementor-element.elementor-element-ed68746{--display:flex;--min-height:50vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 30px;--row-gap:0px;--column-gap:30px;--padding-top:78px;--padding-bottom:064px;--padding-left:0px;--padding-right:0px;}.elementor-5775 .elementor-element.elementor-element-ed68746:not(.elementor-motion-effects-element-type-background), .elementor-5775 .elementor-element.elementor-element-ed68746 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5775 .elementor-element.elementor-element-0ff230a{--display:flex;}.elementor-5775 .elementor-element.elementor-element-1b320c9{--display:flex;}.elementor-5775 .elementor-element.elementor-element-80ae774{--display:flex;}.elementor-5775 .elementor-element.elementor-element-d5a5059{--divider-border-style:solid;--divider-color:#02010100;--divider-border-width:1px;}.elementor-5775 .elementor-element.elementor-element-d5a5059 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-5775 .elementor-element.elementor-element-d5a5059 .elementor-divider{text-align:center;padding-block-start:29px;padding-block-end:29px;}.elementor-5775 .elementor-element.elementor-element-164e54a{--display:flex;}.elementor-5775 .elementor-element.elementor-element-395661c{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-5775 .elementor-element.elementor-element-ed68746{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}}@media(min-width:768px){.elementor-5775 .elementor-element.elementor-element-87f9d0e{--content-width:100vw;}.elementor-5775 .elementor-element.elementor-element-a625f12{--content-width:100vw;}}@media(max-width:767px){.elementor-5775 .elementor-element.elementor-element-87f9d0e{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-5775 .elementor-element.elementor-element-a625f12{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-5775 .elementor-element.elementor-element-ed68746{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:42px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-fc4c652 *//* Hero Section */
body{
padding-right: 15px;
padding-left: 15px;
overflow-x: hidden
}

.jpm-hero-section {
  min-height: 100vh;
  margin-top: -180px
  margin-bottom: -100px;
  display: flex;
  align-items: center;
  padding: 5rem 0 4rem;
  background-color: #ffffff;
}

.jpm-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem;
}

.jpm-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .jpm-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
   .jpm-hero-section {
   margin-top: -50px;  
   margin-bottom: -50px;
  }
}

.jpm-hero-text h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) {
  .jpm-hero-text h1 {
    font-size: 3.75rem;
  }
   .jpm-hero-section {
   margin-top: -50px;
   margin-bottom: -50px;
  }
}

.jpm-hero-text p {
  font-size: 1.25rem;
  color: #6b7280;
  line-height: 1.6;
}
.jpm-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jpm-highlight {
  color: #F01432; /* Primary color */
}

.jpm-hero-button-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .jpm-hero-button-group {
    flex-direction: row;
  }
  .jpm-hero-section {
   margin-top: -90px;   
   margin-bottom: -100px;
  }
}

.jpm-btn {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
}

.jpm-btn-cta {
  background-color: #F01432;
  color: white;
}

.jpm-btn-outline {
  border: 2px solid #F01432;
  color: #F01432;
}

.jpm-hero-stats-inline {
  display: flex;
      margin-top: 4px;
  gap: 2rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.jpm-hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.jpm-hero-dot {
  width: 8px;
  height: 8px;
  background-color: #F01432;
  border-radius: 50%;
}

.jpm-hero-image-wrapper {
  position: relative;
}

.jpm-hero-image-container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.jpm-hero-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.jpm-hero-image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(37, 99, 235, 0.2), transparent);
}

.jpm-hero-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  padding: 1rem;
  border: 1px solid rgba(229, 231, 235, 0.5);
  border-radius: 0.75rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.jpm-hero-card-left {
  bottom: -1.5rem;
  left: -1.5rem;
}

.jpm-hero-card-right {
  top: -1.5rem;
  right: -1.5rem;
}

.jpm-hero-card-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F01432;
}

.jpm-hero-card-text {
  font-size: 0.875rem;
  color: #6b7280;
}

.jpm-hero-text-center {
  text-align: center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-671d2b8 *//* Hero Section */
body{
padding-right: 15px;
padding-left: 15px;
overflow-x: hidden
}

.jpm-video-section {
  min-height: 60vh;
  display: flex;
  position: relative;
  align-items: center;
  padding: 5rem 0 4rem;
  background-color: #ffffff;
  padding-bottom: 60px;
  margin-top: -10px;
}

.jpm-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction:  column;
  place-items: center;
  text-align: center
}

.jpm-youtube-video{
    width: 94vw;
    height: 50vh;
}

@media (max-width: 640px) {
  .jpm-video-section {
   margin-top: -90px;   
   margin-bottom: -100px;
  }
  
  .jpm-youtube-video{
    width: 50vw !important;
    height: 26vh !important;

}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25fe34b *//* Synthetics Hero Section */
.jpm-synthetics-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 5rem 0 4rem;
  background: linear-gradient(to bottom right, #0f172a, #0f172a, rgba(15, 23, 42, 0.8));
  color: #f8fafc;
}

.jpm-synthetics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .jpm-synthetics-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.jpm-synthetics-text h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .jpm-synthetics-text h1 {
    font-size: 3.75rem;
  }
}

.jpm-synthetics-text p {
  font-size: 1.25rem;
  color: rgba(248, 250, 252, 0.8);
  line-height: 1.6;
}

.jpm-synthetics-badge {
  display: inline-block;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

.jpm-synthetics-badge-outline {
  border: 1px solid #F01432;
  color: #F01432;
}

.jpm-synthetics-badge-live {
  border: 1px solid #22c55e;
  color: #22c55e;
}

.jpm-synthetics-button-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px) {
  .jpm-synthetics-button-group {
    flex-direction: row;
  }
}

.jpm-synthetics-btn-outline-dark {
  border: 2px solid rgba(248, 250, 252, 0.3);
  color: #f8fafc;
}

.jpm-synthetics-btn-outline-dark:hover {
  background-color: #f8fafc;
  color: #0f172a;
}

.jpm-synthetics-btn-hero {
  display: block;
  background-color: #F01432;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
}

.jpm-synthetics-stats {
  display: grid;
      margin-top: 16px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.jpm-synthetics-stat-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F01432;
}

.jpm-synthetics-stat-label {
  font-size: 0.875rem;
  color: rgba(248, 250, 252, 0.7);
}

.jpm-synthetics-card-wrapper {
  position: relative;
}

.jpm-synthetics-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  padding: 2rem;
}

.jpm-synthetics-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(37, 99, 235, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.jpm-synthetics-market-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.jpm-synthetics-market-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

.jpm-synthetics-market-name {
  font-weight: 600;
}

.jpm-synthetics-market-type {
  font-size: 0.875rem;
  color: rgba(248, 250, 252, 0.7);
}

.jpm-synthetics-market-price {
  font-weight: bold;
}

.jpm-synthetics-market-change {
  font-size: 0.875rem;
  font-weight: 600;
}

.jpm-synthetics-market-change.jpm-synthetics-positive {
  color: #22c55e;
}

.jpm-synthetics-market-change.jpm-synthetics-negative {
  color: #ef4444;
}

.jpm-synthetics-text-right {
  text-align: right;
}

.jpm-white-text {
color: #fff !important;
}
.hideThis {
    display: none;
}

.full-bleed {
  width: 100vw;               /* force viewport width */
  position: relative;
  left: 50%;                  /* move to center of page */
  right: 50%;
  margin-left: -50vw;         /* pull back by half viewport */
  margin-right: -50vw;
  padding-right: 30px;
    padding-left: 30px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0ccc76 *//* Features Section */
.jpm-features-section {
  padding: 5rem 0;
  background: linear-gradient(to bottom, #ffffff, rgba(249, 250, 251, 0.3));
}

.jpm-features-text-center {
  text-align: center;
}

.jpm-features-text-center h2 {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .jpm-features-text-center h2 {
    font-size: 2.5rem;
  }
}

.jpm-features-lead-text {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 48rem;
  margin: 0 auto;
}

.jpm-features-mb-16 {
  margin-bottom: 4rem;
}

.jpm-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .jpm-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .jpm-features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.jpm-features-card {
  border: 1px solid rgba(229, 231, 235, 0.5);
  border-radius: 0.5rem;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.jpm-features-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.jpm-features-card-content {
  padding: 1.5rem;
}

.jpm-features-feature-card .jpm-features-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.jpm-features-feature-card h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.jpm-features-feature-card p {
  font-size: 0.875rem;
  color: #6b7280;
}

.jpm-features-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jpm-features-benefits li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #6b7280;
}

.jpm-features-dot {
  width: 6px;
  height: 6px;
  background: #F01432;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.jpm-features-indices-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .jpm-features-indices-section {
    grid-template-columns: 1fr 1fr;
  }
}

.jpm-features-section-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.jpm-features-indices-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.jpm-features-index-card .jpm-features-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jpm-features-index-card h4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.jpm-features-muted {
  color: #6b7280;
  font-size: 0.875rem;
}

.jpm-features-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.jpm-features-badge-outline {
  border: 1px solid #F01432;
  color: #F01432;
}

.jpm-features-trading-card {
  background: linear-gradient(to bottom right, rgba(37, 99, 235, 0.05), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 0.5rem;
}

.jpm-features-card-header {
  padding: 1.5rem;
}

.jpm-features-card-header h3 {
  font-size: 1.5rem;
}

.jpm-features-trading-info {
  display: flex;
  flex-direction: column;
}

.jpm-features-trading-info div {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(229, 231, 235, 0.5);
}

.jpm-features-trading-info div:last-child {
  border-bottom: none;
}

.jpm-features-positive {
  color: #16a34a;
}
.icons {
    width: 60px;
}

.iconsBot {
     width: 30px;
}
.aButton {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--e-global-color-accent);
    color: #FFFFFF !important;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #02010100;
    border-radius: 5px 5px 5px 5px;
    margin-top:20px;
    margin-bottom:-50px;
}
.aButton:hover {
    background-color: #0C243C00;
    color:#000 !important;
    color: var(--e-global-color-text);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-accent);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d5aa0d *//* Services Section */
.jpm-services-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.jpm-services-section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.jpm-services-section-header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.jpm-services-section-header p {
  font-size: 1.25rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.jpm-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .jpm-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.jpm-services-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
    justify-content: space-between;
}

.jpm-services-card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.jpm-services-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.jpm-services-text h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.jpm-services-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #F01432;
}

.jpm-services-description {
  color: #666;
  line-height: 1.6;
  margin: 1rem 0;
}

.jpm-btn:hover {
  transform: scale(1.05);
}

.jpm-services-btn-hero {
  background-color: #F01432;
  color: #fff;
}

.jpm-services-btn-trading {
  background-color: #F01432;
      margin-top: 16px;
  color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cab3e30 *//* Trading Dashboard */
.jpm-trading-dashboard {
  padding: 60px 0;
  background: #f8f9fb;
}

.jpm-dashboard-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.jpm-dashboard-section-header h2 {
  font-size: 2rem;
}

.jpm-dashboard-section-header p {
  color: #666;
}

.jpm-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.jpm-dashboard-card {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.jpm-dashboard-card h3 {
  margin-bottom: 12px;
}

.jpm-dashboard-market-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jpm-dashboard-market-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
}

.jpm-dashboard-market-item.jpm-dashboard-active {
  background: #F01432;
  color: white;
}

.jpm-dashboard-market-type {
  font-size: 12px;
  color: #888;
}

.jpm-dashboard-market-change.jpm-dashboard-positive {
  color: green;
}

.jpm-dashboard-market-change.jpm-dashboard-negative {
  color: red;
}

.jpm-dashboard-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jpm-dashboard-chart-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jpm-dashboard-price {
  font-weight: bold;
  font-size: 20px;
}

.jpm-dashboard-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.jpm-dashboard-badge.jpm-dashboard-positive {
  color: green;
  border: 1px solid green;
}

.jpm-dashboard-badge.jpm-dashboard-live {
  color: green;
  border: 1px solid green;
}

.jpm-dashboard-chart-container {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px;
  position: relative;
  margin-top: 12px;
}

.jpm-dashboard-grid-line {
  stroke: #ccc;
  stroke-opacity: 0.2;
}

.jpm-dashboard-chart-timestamp {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 10px;
  color: #888;
}

.jpm-dashboard-chart-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.jpm-dashboard-chart-stats .jpm-dashboard-label {
  color: #777;
  font-size: 12px;
}

.jpm-dashboard-chart-stats .jpm-dashboard-value {
  font-weight: bold;
  font-size: 14px;
}

.jpm-dashboard-tab-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}

.jpm-dashboard-tab {
  padding: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: pointer;
}

.jpm-dashboard-tab.jpm-dashboard-active {
  background: #F01432;
  color: white;
}

.jpm-dashboard-trade-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jpm-dashboard-trade-form label {
  font-size: 12px;
  color: #777;
}

.jpm-dashboard-trade-form input,
.jpm-dashboard-trade-form select {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.jpm-dashboard-btn-buy {
  padding: 10px;
  background: #F01432;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.jpm-dashboard-trade-info {
  font-size: 12px;
  color: #555;
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 8px;
}

.jpm-dashboard-trade-info div {
  display: flex;
  justify-content: space-between;
}

.jpm-dashboard-trade-info .jpm-dashboard-green {
  color: green;
}

.jpm-features-indices-section {
  display: flex;
  align-items: flex-start; /* prevents unwanted stretching */
  gap: 2rem;
}

.indices-col {
  flex: 2; /* wider column for the list */
}

.trading-col {
  flex: 1;
  padding-top: 170px;
  position: sticky;
  top: 60%;
  transform: translateY(-50%);
  height: fit-content;
}

/* Fixed hover effect for index cards */
.jpm-features-index-card:hover {
    background-color: #F01432 !important;
    border: 1px solid #F01432;
    transition: all 0.3s ease;
}

/* Change text colors to white on hover */
.jpm-features-index-card:hover h4,
.jpm-features-index-card:hover p,
.jpm-features-index-card:hover .jpm-features-muted {
    color: #fff !important;
    transition: color 0.3s ease;
}

/* Change badge to white background with red text on hover */
.jpm-features-index-card:hover .jpm-features-badge-outline {
    background-color: #fff !important;
    color: #F01432 !important;
    border: 1px solid #fff !important;
    transition: all 0.3s ease;
}

/* Ensure the card content background stays transparent */
.jpm-features-index-card:hover .jpm-features-card-content {
    background: transparent !important;
}

/* Optional: Add a subtle transform effect */
.jpm-features-index-card {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.jpm-features-index-card:hover {
    transform: translateY(-2px);
}

@media only screen and (max-width: 480px) {
    .jpm-dashboard-grid {
    display: flex !important;
    gap: 20px;
    flex-direction: column;
    }
    .jpm-features-indices-section {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
    }
    .trading-col{
    flex: 1;
    width: 100%;
    padding-top: unset;
    position: unset;
    top: unset;
    transform: unset;
    height: fit-content;
 }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37d011d *//* Trading Dashboard */
.jpm-trading-dashboard {
  padding: 60px 0;
  background-color: #ffffff;
}

.jpm-dashboard-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.jpm-dashboard-section-header h2 {
  font-size: 2rem;
}

.jpm-dashboard-section-header p {
  color: #666;
}

.jpm-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.jpm-dashboard-card {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.jpm-dashboard-card h3 {
  margin-bottom: 12px;
}

.jpm-dashboard-market-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jpm-dashboard-market-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
}

.jpm-dashboard-market-item.jpm-dashboard-active {
  background: #F01432;
  color: white;
}

.jpm-dashboard-market-type {
  font-size: 12px;
  color: #888;
}

.jpm-dashboard-market-change.jpm-dashboard-positive {
  color: green;
}

.jpm-dashboard-market-change.jpm-dashboard-negative {
  color: red;
}

.jpm-dashboard-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jpm-dashboard-chart-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jpm-dashboard-price {
  font-weight: bold;
  font-size: 20px;
}

.jpm-dashboard-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.jpm-dashboard-badge.jpm-dashboard-positive {
  color: green;
  border: 1px solid green;
}

.jpm-dashboard-badge.jpm-dashboard-live {
  color: green;
  border: 1px solid green;
}

.jpm-dashboard-chart-container {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px;
  position: relative;
  margin-top: 12px;
}

.jpm-dashboard-grid-line {
  stroke: #ccc;
  stroke-opacity: 0.2;
}

.jpm-dashboard-chart-timestamp {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 10px;
  color: #888;
}

.jpm-dashboard-chart-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.jpm-dashboard-chart-stats .jpm-dashboard-label {
  color: #777;
  font-size: 12px;
}

.jpm-dashboard-chart-stats .jpm-dashboard-value {
  font-weight: bold;
  font-size: 14px;
}

.jpm-dashboard-tab-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}

.jpm-dashboard-tab {
  padding: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: pointer;
}

.jpm-dashboard-tab.jpm-dashboard-active {
  background: #F01432;
  color: white;
}

.jpm-dashboard-trade-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jpm-dashboard-trade-form label {
  font-size: 12px;
  color: #777;
}

.jpm-dashboard-trade-form input,
.jpm-dashboard-trade-form select {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.jpm-dashboard-btn-buy {
  padding: 10px;
  background: #F01432;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.jpm-dashboard-trade-info {
  font-size: 12px;
  color: #555;
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 8px;
}

.jpm-dashboard-trade-info div {
  display: flex;
  justify-content: space-between;
}

.jpm-dashboard-trade-info .jpm-dashboard-green {
  color: green;
}

@media (min-width: 480px) {
    .jpm-dashboard-grid {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
}/* End custom CSS */