.new-bullets{
    display: ;
}
.banner-text{
    font-size: 8px;
  
}
.banner-text li{
  /* color: red;
  font-size: 8px; */
}
.carousel-inner{
   
    margin-top: -10px;
}



#btn-background {
    /* color: #212224; */
}


.step-feature {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

.step-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.step-feature .feature-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.step-feature {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

.step-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.step-feature .feature-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem;
  text-align: center;
}




.section0 {
  background: linear-gradient(135deg, #0b1221 0%, #1b2a4d 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section0::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url('front/assets/img/invest-bg.jpg') center/cover no-repeat;
  opacity: 0.1;
  /* z-index: 0; */
}

.section0 .container {
  position: relative;
  z-index: 2;
}

/* Heading animation */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

/* Box animation */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s ease forwards;
}

/* Delay timing for each card */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }
.delay-6 { animation-delay: 1.2s; }
.delay-7 { animation-delay: 1.4s; }
.delay-8 { animation-delay: 1.6s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card styles */
.box1 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 30px 20px;
  border-radius: 15px;
  transition: all 0.4s ease;
  text-align: center;
  height: 100%;
}

.box1:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.box1 .thumb i {
  font-size: 38px;
  color: #00c9ff;
  margin-bottom: 15px;
  transition: color 0.3s;
}

.box1:hover .thumb i {
  color: #ffc107;
}

.box1 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.box1 p {
  font-size: 0.95rem;
  color: #d0d4e1;
  line-height: 1.5;
}
#order-lg-2-gap .row .col-lg-4{
  /* border: 2px solid red; */
  margin-top: 10px;
}


#mobile-account{
  /* display: none; */
  z-index: 1000;
}




@media (max-width: 770px) {
   .carousel-inner {
        margin-top: -30px;
      
    }
}
 




