.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}body.elementor-page-12:not(.elementor-motion-effects-element-type-background), body.elementor-page-12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E2A38;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-74b2cea img{width:90%;border-radius:15px 15px 15px 15px;}}/* Start custom CSS for html, class: .elementor-element-084f81b */.mobile-hero {
  background: none;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px 40px;
}

.hero-tag {
  font-size: 14px;
  letter-spacing: 2px;
  color: #4AAE9B;
  margin-bottom: 10px;
  font-weight: 600;
}

.hero-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
}

.hero-sub {
  font-size: 14px;
  color: #DDF4F0;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 10px;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  width: 85%;
  transition: background 0.3s ease;
}

.btn-icon {
  margin-right: 8px;
  font-size: 16px;
}

.primary-btn {
  background-color: #4AAE9B;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(74, 174, 155, 0.3);
}

.primary-btn:hover {
  background-color: #3e998a;
}

.secondary-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.secondary-btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-563f43c */.glass-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background: none;
}

.glass-content {
  background: rgba(30, 42, 56, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.glass-title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.glass-text {
  text-align: center;
  color: #DDF4F0;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.6;
}

.steps-list .step {
  margin-bottom: 25px;
}

.steps-list .step p {
  font-size: 14px;
  margin-top: 6px;
  color: #DDF4F0;
  line-height: 1.5;
}

.glass-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #4AAE9B;
  color: white;
  padding: 10px 16px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(74, 174, 155, 0.2);
  transition: background 0.3s ease;
}

.glass-btn:hover {
  background-color: #3e998a;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29458ca */<style>
  .trading-section {
    padding: 60px 20px;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, rgba(221, 244, 240, 0.03) 0%, rgba(231, 194, 125, 0.02) 100%);
    border-radius: 20px;
    margin: 20px 0;
  }

  .section-header {
    margin-bottom: 40px;
    position: relative;
  }

  .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #F9F6F1;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #F9F6F1 0%, #E7C27D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .section-sub {
    font-size: 16px;
    color: #DDF4F0;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    opacity: 0.9;
    font-weight: 400;
    line-height: 1.5;
  }

  .title-accent {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #4AAE9B, #E7C27D);
    margin: 0 auto;
    border-radius: 2px;
    opacity: 0.8;
  }
  .trading-container {
    position: relative;
  }

  .trading-slider {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 5px 20px 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .trading-slider::-webkit-scrollbar {
    display: none;
  }

  .trade-card {
    min-width: 280px;
    background: linear-gradient(145deg, rgba(221, 244, 240, 0.08) 0%, rgba(30, 42, 56, 0.4) 100%);
    border-radius: 20px;
    padding: 0;
    border: 1px solid rgba(221, 244, 240, 0.15);
    scroll-snap-align: start;
    box-shadow: 
      0 8px 32px rgba(0, 0, 0, 0.12),
      0 2px 8px rgba(74, 174, 155, 0.08);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
  }

  .trade-card:hover {
    transform: translateY(-8px);
    box-shadow: 
      0 20px 40px rgba(0, 0, 0, 0.15),
      0 4px 16px rgba(74, 174, 155, 0.12);
    border-color: rgba(231, 194, 125, 0.3);
  }
  .card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(231, 194, 125, 0.6), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .trade-card:hover .card-glow {
    opacity: 1;
  }

  .card-content {
    padding: 28px 24px;
  }

  .trade-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    text-align: left;
  }

  .trade-icon {
    width: 40px;
    height: 40px;
    background: rgba(221, 244, 240, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(221, 244, 240, 0.2);
  }

  .trade-title {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #F9F6F1;
    margin: 0;
    flex: 1;
  }

  .trade-subtitle {
    font-size: 12px;
    color: #DDF4F0;
    opacity: 0.7;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    top: 28px;
    right: 24px;
  }
   .price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .trade-price {
    font-size: 28px;
    font-weight: 800;
    color: #F9F6F1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
  }

  .price-change {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
  }

  .price-change.positive {
    color: #4AAE9B;
    background: rgba(74, 174, 155, 0.15);
  }

  .price-chart {
    height: 40px;
    margin-bottom: 24px;
    position: relative;
    background: rgba(221, 244, 240, 0.05);
    border-radius: 8px;
    overflow: hidden;
  }

  .chart-line {
    height: 100%;
    background: linear-gradient(90deg, 
      transparent 0%, 
      rgba(231, 194, 125, 0.3) 20%, 
      rgba(231, 194, 125, 0.6) 50%, 
      rgba(231, 194, 125, 0.8) 80%, 
      rgba(231, 194, 125, 0.4) 100%);
    position: relative;
    animation: chartPulse 3s ease-in-out infinite;
  }

  .dxy-chart {
    background: linear-gradient(90deg, 
      transparent 0%, 
      rgba(74, 174, 155, 0.3) 20%, 
      rgba(74, 174, 155, 0.6) 50%, 
      rgba(74, 174, 155, 0.8) 80%, 
      rgba(74, 174, 155, 0.4) 100%);
  }

  @keyframes chartPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
  }
  .buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .primary-btn {
    background: linear-gradient(135deg, #E7C27D 0%, #D4AF37 100%);
    color: #1E2A38;
    box-shadow: 0 4px 16px rgba(231, 194, 125, 0.3);
  }

  .primary-btn:hover {
    background: linear-gradient(135deg, #F0D084 0%, #E7C27D 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(231, 194, 125, 0.4);
  }

  .secondary-btn {
    background: linear-gradient(135deg, #4AAE9B 0%, #3A9B8A 100%);
    color: #F9F6F1;
    box-shadow: 0 4px 16px rgba(74, 174, 155, 0.3);
  }

  .secondary-btn:hover {
    background: linear-gradient(135deg, #5BC0AD 0%, #4AAE9B 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(74, 174, 155, 0.4);
  }

  .buy-button svg {
    transition: transform 0.3s ease;
  }

  .buy-button:hover svg {
    transform: translateX(2px);
  }
  .buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .primary-btn {
    background: linear-gradient(135deg, #E7C27D 0%, #D4AF37 100%);
    color: #1E2A38;
    box-shadow: 0 4px 16px rgba(231, 194, 125, 0.3);
  }

  .primary-btn:hover {
    background: linear-gradient(135deg, #F0D084 0%, #E7C27D 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(231, 194, 125, 0.4);
  }

  .secondary-btn {
    background: linear-gradient(135deg, #4AAE9B 0%, #3A9B8A 100%);
    color: #F9F6F1;
    box-shadow: 0 4px 16px rgba(74, 174, 155, 0.3);
  }

  .secondary-btn:hover {
    background: linear-gradient(135deg, #5BC0AD 0%, #4AAE9B 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(74, 174, 155, 0.4);
  }

  .buy-button svg {
    transition: transform 0.3s ease;
  }

  .buy-button:hover svg {
    transform: translateX(2px);
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e00c5a6 */.why-choose {
  padding: 50px 20px;
  background: none;
  text-align: center;
}

.section-title {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.section-sub {
  font-size: 14px;
  color: #DDF4F0;
  margin-bottom: 30px;
  font-family: 'Inter', sans-serif;
}

.why-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.why-card {
  background: rgba(30, 42, 56, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px 18px;
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  text-align: left;
}

.why-card strong {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  color: #E7C27D;
  font-family: 'Poppins', sans-serif;
}

.why-card p {
  font-size: 14px;
  color: #DDF4F0;
  line-height: 1.5;
}/* End custom CSS */