.contact .php-email input[type=text],
    .contact .php-email input[type=email],
    .contact .php-email textarea {
      border-radius: unset!important;
      font-size: 14px;
      padding: 10px 15px;
      box-shadow: none;
      border-radius: 0;
      color: #444444;
      background-color: color-mix(in srgb, #f9f9f9, transparent 50%);
      border-color: color-mix(in srgb, #444444, transparent 80%);
    }
    .contact .php-email input[type=text]:focus,
    .contact .php-email input[type=email]:focus,
    .contact .php-email textarea:focus {
      border-color: #034498;
    }

    .contact .php-email button[type=submit] {
      color: #ffffff;
      background: #034498;
      border: 0;
      padding: 10px 30px 12px 30px;
      transition: 0.4s;
      border-radius: 50px;
    }

    .contact .php-email button[type=submit]:hover {
      background: color-mix(in srgb, #034498, transparent 20%);
    }

    .heading {
      position: relative!important;
      background-image: url('public/assets/img/aluno.jpg')!important;
      background-position: center center!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
      color: white!important;
      padding: 60px 0!important;
      height: 400px!important;
      background-attachment: fixed !important;;
    }
    .heading::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 32, 74, 0.8); /* Overlay preto com opacidade */
      z-index: 1;
    }
    .heading h1, .heading p {
      position: relative!important;
      z-index: 2!important;
    }