/* ===  What we do Section Start === */
/* General Styles */
.wd-section {
  margin-top: -150px;
  position: relative;
  z-index: 2;
}

/* Headings */
.wd-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #091422;
  margin: 0px;
}

.wd-bold {
  font-weight: 700;
  color: #091422;
}

/* Subtitle */
.wd-subtitle {
  font-size: 1rem;
  color: #828283;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
}

/* Paragraph text */
.wd-description {
  font-size: 1rem;
  color: #828283;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  margin: 0px;
}

.wd-section-content-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 70px 10px 100px;
  position: relative;
}
/* ===  What we do Section End === */
/* ===  Different Trading Section Start === */
.dt-section {
  background-image: url("../images/trading-diff-bg.png"); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 622px;
  height: 100%;
  color: #222;
  position: relative;
}
.dt-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
   background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.82) 35%,
    rgba(255, 255, 255, 0.61) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dt-heading {
  font-size: 2.5rem;
  font-weight: 300;
  color: #111;
}

.dt-subheading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.dt-alt-heading {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.dt-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

/* ===  Different Trading Section End === */

@media (max-width: 991px) {
  .wd-section {
    margin-top: -75px;
}
  .wd-title {
    font-size: 1.5rem;
}
.wd-section-content-wrap {
    gap: 15px;
}
.dt-heading {
    font-size: 1.3rem;
}
.dt-alt-heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.dt-subheading {
    font-size: 1.5rem;
}
.dt-section {
    background: #FFF;
}
}
@media (max-width: 576px) {
.dt-alt-heading {
    font-size: 1rem;
}
.wd-section-content-wrap {
    padding: 30px 10px 45px;
}
.dtcalc-section {
    padding: 30px 0px;
}
.we-text-center{
  text-align: left !important;
}
 .we-text-center .wd-section-content-wrap {
    align-items: start;
}
.wd-description {
    font-size: 14px;
}
.dt-section .dt-text {
  font-size: 14px;
}
.wd-subtitle {
    font-size: 14px;
}
}
  