.contact-section {
    min-height: fit-content;
    display: flex;
    align-items: center;
    padding: 80px 0;
    /*background: #151515;*/
    color: #ffffff;
}

  .contact-box {
    background: #B82E48;
    background: linear-gradient(90deg,rgba(184, 46, 72, 1) 0%, rgba(109, 41, 85, 1) 50%, rgba(46, 36, 96, 1) 100%);
    border-radius: 0px;
    padding: 30px;
  }

  .contact-box label {
    color: #fff;
  }

  .form-control {
    background-color: #fff; /* White input background */
    color: #000;           /* Black text inside inputs */
  }

  .form-control::placeholder {
    color: #777; /* Placeholder color */
  }

  .contact-box h4 {
    font-size: 30px;
    font-weight: 400;
}

.contact-box button.btn.btn-primary {
    padding: 10px 20px;
    width: 100%;
    display: block;
    max-width: 150px;
    margin-top: 30px;
}

.customContH2 {
    font-size: 40px;
    color: #000;
    line-height: 50px;  
    font-weight: 400;
}

@media(max-width:667px) {
    .customContH2 {
        font-size: 24px;
        line-height: 40px;
        text-align: center;
    }
}
.contact-box .btn-primary{
  background: #000;
  border: 1px solid #000;
}