
.hero-subtitle {
  text-align: left;
  font-size: 28px;
  text-transform: uppercase;
}

.section_bg {
  background: #FDFBF7 !important;
}

.main-img {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.card-bg {
  background-color: #b86513;
}

.custom-card {
  background-color: #FEF6EE;
}

.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FEF6EE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 0 auto;
}

.step-card {
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.btn-dark, .btn-custom-main {
  background-color: #242526 !important;
  border-color: #242526 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  transition: all 0.3s ease;
}

.btn-dark:hover, .btn-custom-main:hover {
  background-color: #3a3b3c !important;
  border-color: #3a3b3c !important;
}

.pure-arrow-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: all 0.3s ease;
  background: transparent !important;
  border: none !important;
}

.pure-arrow-up:hover {
  transform: translateY(-4px);
}

.footer-link {
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-link:hover {
  color: #ffffff !important;
}

.arrow-custom {
  color: #D4B08C;
}

.icons-custom {
  color: #c5a880;
}
.header-item-custom {
   color: #c5a880;
}
