/* Inline styles for the alternate layout (V2) */
.hero-v2 {
  padding: 100px 0 100px;
}
.hero-v2-badge {
  display: inline-block;
  background: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  font-weight: 500;
  color: #d4600a;
}
.hero-v2 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.text-theme, .text-primary{
  color: #d4600a !important;
}

.lead{
  font-weight: 500;
}



.feature-card-v2 {
  background: #fff;
  border-radius: 16px;
  padding: 30px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.feature-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.feature-card-v2 .icon-wrapper {
  width: 60px;
  height: 60px;
    background: rgb(212 96 10 / 12%);
    color: #d4600a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.step-numbered {
  position: relative;
}
.step-numbered .step-number {
  font-size: 4rem;
  font-weight: 800;
  color: rgb(212 96 10 / 31%);
  position: absolute;
  top: -20px;
  left: 15px;
  z-index: 0;
}
.step-content {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.dark-section {
  background-color: #12141d;
  color: #fff;
}
.dark-section .text-muted {
  color: #adb5bd !important;
}

.hero-v2 {
  background-image:
   linear-gradient(to bottom, rgb(245 246 252 / 88%), rgba(255, 255, 255, 0.73)), url(https://wallpapers.com/images/featured/medical-background-cjge7e89adg6ub8x.jpg);
  background-size: cover;
  background-position: left;
}


.bg-theme{
  background: #f8eee3;
}

.bg-soft-danger{
  background: #f8d7da;
  border: 1px solid #f1aeb5
}

.icon-wrapper-2 {
    font-size: 14px;
    height: 24px;
    width: 24px;
    background: #f8eee3;
    text-align: center;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border: 1px solid #f1aeb5;
    color: #d4600a;
}