*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;	
}
.trading-box {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.trading-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:0 25px 60px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(124, 58, 237, 0.5);
}

.arrow-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

/*.arrow-list li::before {*/
  /*content: "➜";*/
/*  content: url("img/WhatsApp Image 2026-01-10 at 5.54.51 PM.jpeg");*/
/*  position: absolute;*/
/*  left: 0;*/
/*  font-weight: bold;*/
/*}*/
.info-box {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.info-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:0 25px 60px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(124, 58, 237, 0.5);
}

.arrow-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.arrow-list li::before {
  content: "➤"; /* arrow like your image */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #024684;
}

.view-all {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
