.about-badge {
  top: -21px;
  right: 20px;
}  
a{
  text-decoration:none;
}
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  color: #1e293b;
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px; 
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 10%;
  width: 28px; 
  height: 22px; 
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%234d40ff' d='m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z'/%3e%3cpath fill='%234d40ff' fill-rule='evenodd' d='M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-success{
  border: 2px solid #198754;
  transition: transform 0.3s ease;
}
.btn-success:hover {
  transform: translateY(-5px);
  background-color: rgb(14, 100, 14);
  color: #fff;
}
.btn-purchase {
  border: 2px solid #D93444;
  background-color: transparent;
  color: #D93444;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-purchase:hover {
  transform: translateY(-5px);
  background-color: #D93444;
  color: #fff;
}
.btn-purchase span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}
.marquee-content {
  display: flex;
  white-space: nowrap; 
  animation: scroll 30s linear infinite;
  will-change: transform;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.text-gradient {
  background: linear-gradient(90deg, #4d40ff, #8e77ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card {
  background: linear-gradient(145deg, #f2f0ff, #ffffff);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  border: 1px solid rgba(77, 64, 255, 0.2);
}
.card:hover {
  transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  box-shadow: 0 12px 30px rgba(77, 64, 255, 0.15);
}
.features .card img {
  background: rgba(77, 64, 255, 0.08);
  padding: 10px;
  border-radius: 30%;
  transition: background 0.3s ease;
}
.features .card:hover img {
  background: rgba(77, 64, 255, 0.15);
}
.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2a00ff, #8e2de2);
}
.image-placeholder {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: 2px dashed #6c757d;
  height: 300px;
  color: #6c757d;
  font-weight: 500;
}     
.accordion-button:not(.collapsed) {
  background: white;
  color: #4f46e5;
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.15);
}
.accordion-button:focus {
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.15);
  border: none;
}       
.ul-contact-form-wrapper { 
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #a855f7 100%);
  position: relative; 
  z-index: 3;
}
.breadcrumb {
  --bs-breadcrumb-divider: '»';
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: #fff;
}
.play-btn {
  width: 50px;
  height: 50px;
  background: #FFD54F;
  border: 2px solid #FFD54F;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #0A0A23;
  cursor: pointer;
}
.play-btn:hover {
  background: #ffca28;
}
.step-circle {
  width: 50px;
  height: 50px;
  background: #f3f6ff;
  color: #1d3cff;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.step-circle:hover {
  background: linear-gradient(135deg, #2a00ff, #8e2de2);
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0px 0px 15px rgba(138, 43, 226, 0.4);
}
.history-step {
  position: relative;
  padding-left: 10px;
}
.history-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 70px;
  height: calc(100% - 50px);
  width: 2px;
  background: #e0e3eb;
}
.icon-circle {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  transition: 0.3s ease;
}
.icon-circle:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.1);
}
.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}