.accountsteps a{
	color: #000;    
}

.accountsteps a:active{
	color:#000;
	font-weight: 600;
	border-bottom: 3px solid #000;
}

.accountsteps a.btn:active{
	color:#000!important;
	font-weight: 600;
}

a.btn.active {
    color: #000 !important;
    font-weight: 600;    
    border-bottom: 3px solid #000;
}

/*carousel*/

.swiper {
  /* overflow: hidden; */ /* Remove or comment this out */
  position: relative; /* Ensure positioning works for arrows */
}

/* Arrow common styling */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;   /* vertical center */
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  z-index: 10;
}

/* Keep arrows just inside container edges */
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}

/* Optional: smaller arrow icon */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .swiper-pagination {
    display: none !important;
  }
}

/*carousel*/