.awb-icon-bars:before {
  content: "☴" !important;
}
.fa-angle-right:before {
  content: "→" !important;
}
#toTop:before {
  content: '↑' !important;
}
.fa-chevron-circle-right:before {
  content: '→' !important;
}
#sliders-container .images {
  height: 600px;
}
#sliders-container .images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rowImages {
  margin-top: 30px;
}
.rowImages img {
  border-radius: 50px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.rowImages img:hover {
  transform: scale(1.1);
}
.rowActive {
  margin: 80px;
}
.rowActive img {
  max-width: 300px;
}
.rowActive .left {
  text-align: right;
}
.rowTxt {
  text-align: center;
  margin-top: 80px;
}
.rowTxt .card {
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
.rowTxt .card h3 {
  margin: 0 0 10px 0;
}
.rowTxt .card img {
  width: 100px;
  margin: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.activeBox .fusion-column-wrapper {
  background-color: #000;
}
.activeBox .fusion-column-wrapper:hover {
  background-color: #000;
}
.containerACtive {
  max-width: 1100px;
  margin: 30px auto 60px;
}
.title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
  max-width: 600px;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.step {
  flex: 1 1 200px;
  min-width: 400px;
  background: #f7f9fc;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.step-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0057ff;
  margin-bottom: 10px;
}
.step-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.step-desc {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}
.offer-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #e6edff;
  color: #0057ff;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
  }
}
