.margin-top {
    margin-top: 6rem;
  }
  .first-set {
    border-radius: 12px;
    padding: 25px 39px;
  }
  .usa-address {
    margin-top: 5rem;
  }
  .contact-form {
    padding: 2rem;
    border-radius: 8px;
  }
  .contact-form .form-control {
    border: 1px solid #e8e8e8;
    padding: 15px 8px;
  }
  #message {
    border: 1px solid #e8e8e8;
    padding: 25px 8px;
  }
  .width {
    width: 35%;
  }
  .margin-top-1 {
    margin-top: 4rem;
  }
  .margin-top-2 {
    margin-top: 7rem;
  }
  /* .margin-bottom {
    margin-bottom: 7rem;
  } */
  .banner-background {
    background: #1d2543;
    height:110vh;
  }
  .width-p {
    width: 63%;
  }
  .width-ph {
    width: 75%;
  }
  .border-left-radius {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .border-right-radius {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .second-image {
    margin-left: 1px !important;
  }
  @media (max-width: 991.98px) {
    .margin-top {
      margin-top: 4rem;
    }
  }
  @media (max-width: 1399.98px) and (min-width: 992px) {
    .first-set-add .add-1 p {
      font-size: 16px !important;
    }
    
    .first-set-add .add-1 .width-p {
      width: 100%;
    }
    
    .first-set-add .add-2 p {
      font-size: 16px !important;
    }
    
    .second-set-add p {
      font-size: 16px !important;
    }
    
    .image-div {
      margin-top: 4rem;
    }
  }
  
  /* Adjust the margin and padding of the form fields */
  mat-form-field.full-width {
    width: 100%;
  }
  
  /* Style the input field */
  .mat-input-element {
    padding: 10px;
    font-size: 16px;
  }
  .mat-mdc-card{
    box-shadow: none !important;
    background-color: #EBF5FF;
  }
  /* Style the label */
  .mat-form-field-label {
    font-size: 14px;
    color: #6c757d;
  }
  .mat-mdc-card-content:first-child{
    padding-top: 0px !important;
  }
  .mat-mdc-card-content:last-child {
    padding-bottom: 0px !important;
  }
  .mat-mdc-card-content{
    padding: 0 0px;
  }
  .mdc-text-field--filled  {
    border: 1px solid #e8e8e8 !important;
  }
  /* Style the mat-card title */
  mat-card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
 
  .contact-form .form-group {
    margin-bottom: 1rem;
  }
  
  .contact-form .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  
  .contact-form .form-group .form-control {
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
  }
  
  .contact-form .form-group .form-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
  
  .contact-form .btn-primary {
    background-color: #007bff;
    border: none;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    cursor: pointer;
  }

/* Custom dropdown arrow */
.custom-select {
  appearance: none;           /* Remove default arrow */
  -webkit-appearance: none;   /* Safari */
  -moz-appearance: none;      /* Firefox */
  background: url("https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/arrow.svg") 
              no-repeat right 10px center;
  background-size: 16px;
  padding-right: 30px; /* Space for arrow */
}

  