.hero-banner-one .hero-heading {
    color: #fff;
    background: none;
    padding: 0;
}

.hero-banner-one::before {
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 58%) 100%);
}

.bg-primary {
    background: #eb8c36 !important
}

.check-list {
    list-style: none;
    padding: 0;
  }
  .check-list li {
    margin-bottom: 8px;
  }
.check-list li:before {
    content: '✓';
    margin-right: 8px;
    font-weight: bold;
}

#wa-widget-send-button {
    height: 80px !important;
    min-width: 80px !important;
    border-radius: 40px !important;
}

.wa-messenger-svg-whatsapp {
    width: 60px !important;
    height: 60px !important;
}