/* Mobile (768px and below) */
@media (max-width: 768px) {
  .body-success-form {
    background-size: contain !important;
    
  }
  .home-section {
    padding: 0px 10px
  }
  .home-section .logo {
    margin-top: 20px;
  }
  .success-form {
    max-width: 100%;
    padding: 20px;
    margin: 0px;
  }

  .benefit-section {
    margin-top: 60px;
  }
  .benefit-img {
    padding: 60px 0px 0px 0px;
  }
  .container {
    gap: 16px;
  }
  .container .heading {
    padding: 10px;
    min-height: 115px;
  }

  .modal-headline {
    margin-bottom: 32px;
  }
  .modal-headline h1 {
    font-size: 16px;
  }

  .modal-list li {
    font-size: medium;
    padding-left: 30px;
  }

  .modal-list li::before {
    font-size: medium;
  }

  .modal-item h2 {
    line-height:normal;
  }

  .register-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .register-form label {
    font-size: small;
  }


  .register-form small.note {
    font-size: x-small;
  }

  .example-phone {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  

  footer {
   margin: 50px auto;
   padding: 0px 20px;
  }
  footer span {
    font-family: Archivo Expanded;
    font-weight: 500;
    font-style: Medium;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 5px;
    text-align: right;
    text-transform: uppercase;
  }

  .modal-item h2 {
    font-size: 14px;
  }

  .example-phone h3 {
    font-size: 14px;
  }
  .modal-body {
    padding: 10px;
  }

  .bullet-points {
    font-size: 10px;
    line-height: normal;
  }
  .bullet-points ul {
    text-align: center;
  }

  .modal-footer {
    margin-top: 32px;
  }
  .modal-footer h1 {
    font-size: 10px;
  } 

  .information-2 {
    font-size: 10px;
  }

  footer span { 
  font-family: Archivo Expanded;
font-weight: 400;
    font-size: 8px;
  }

  .register-form {
    gap: 16px;
    padding-bottom: 10px;
  }

  .form-field {
    gap: 4px;
  }


  .information-3 {
    margin-top: 20px;
    font-size: 14px;
    padding: 0px 20px;
  }

  .register-form label {
    font-size: 24px !important;
  }

  .register-form button {
    margin-top: 9px;
    padding: 10px 40px !important;
    font-size: 16px;
    font-family: Archivo Extra Bold;
    font-weight: 800;
    border-radius: 80px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
  }

  .headline-img {
    margin-bottom: 20px;
  }

  .benefit-section {
    padding: 0px 10px;
  }

  .exclusive {
    font-size: 12px;
    margin-top: 20px;
  }
  .register-form {
    margin-top: 60px;
  }
  .form-field input{
    font-size: 14px;
    height: 42px;
  }
  .form-field label {
    font-size: 14px !important;
  }

  .upload-wrapper {
    margin-top: 10px;
  }

  .description {
    font-size: 14px;
  }

  .browse-btn {
    padding: 10px 20px !important;
  }

  .information-3 {
    font-size: 8px;
  }
  .preview {
    padding: 10px !important;
  }
  .preview img {
    width: 100% !important;
    height: auto !important;
    max-width: 60px;
  }

  .file-name {
    font-size: 10px;
  }
  footer {
    padding: 10px;
  }
} 
