.widget-area {
    padding-top: 60px;
    position: sticky;
   top: 75px;
}
.widget-area .box-form {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 41px 40px;
    margin-bottom: 28px;
}

.widget-area .box-form label {
    margin-bottom: 6px;
    font-size: 14px;
}

.widget-area .box-form label span {
    color: red;
}

.widget-area .box-form input {
    width: 100%;
    height: 48px;
    color: #071C47;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 40px;
    border: 1px solid var(--Orange, #F6821F);
    background: #F8F9FA;
    padding: 12px 16px;
    font-size: 14px;
}

.widget-area .box-form button[type="submit"] {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(180deg, #FFA151 0%, #F6821F 100%);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    width: 100%;
   padding: 12px 24px;
   margin-top: 30px;
}

