.standard-form {
    background: #004080;
}
.legal-consent-container * {
    font-size: 14px !important;
    color: white;
}

.standard-form form {
    border: none;
    background: transparent;
}

form input[type=text], form input[type=search], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    font-size: 16px;
    padding: 10px 20px;
}
 
.standard-form  .hs-fieldtype-textarea.hs-input {
    min-height: 170px;
    border-radius: 20px;
}



.standard-form form input[type=text], .standard-form form input[type=search],.standard-form  form input[type=email], .standard-form form input[type=password], .standard-form form input[type=tel], .standard-form  form input[type=number], .standard-form  form input[type=file], .standard-form  form select, .standard-form  form textarea {
    border-radius: 40px;
   min-height: 55px;
  width:100%!important
    border: none!important;
}
}
.standard-form .desc {
    margin-bottom: 40px;
}
.standard-form .desc p {
    margin-bottom: 10px;
}
.standard-form .desc {
    margin-bottom: 40px;
}
.standard-form .desc * {
    color: white;
    text-align: center;
    font-size: 15px;
}
.standard-form h2 {
    text-align: center;
    color: white;
    font-weight: 400;
  margin-bottom:15px;
}
.standard-form {
    border-radius: 20px;
}
.standard-form .hs-error-msg {
    color: #EF6B51;
}
.standard-form  .hs-form-field {
    margin-bottom: 20px;
}
.standard-form  .hs-error-msg {
    font-size: 12px;
    margin: 0px;
}

.standard-form  form label {
    color: #ffffff;
    font-size: 14px;
}


.standard-form {
    padding: 40px;
}

.standard-form .form-title {
    background: transparent;
    margin: 0px;
    padding: 0px;
}

.standard-form  input.hs-button.primary.large {
    background: #FBD100;
    color: #1B3A5F;
    font-weight: bold;
    width: 100%;
    border-radius: 40px;
}

.standard-form {
    padding: 50px 70px;
}

@media (max-width: 991px) {
.standard-form {
    padding: 30px 30px;
}
  }


/* 1. Container & Layout */
.hsfc-Form {
    background-color: #1a3a6d; /* Deep blue background */
    padding: 40px;
    border-radius: 8px;
    margin: 0 auto;
    font-family: sans-serif;
}

/* 2. Hide Labels (Optional based on screenshot) */
/* The screenshot uses placeholders/inner text. If you want to hide the top labels: */
.hsfc-FieldLabel {
    display: none;
}

/* 3. Input & Textarea Styling */
.hsfc-TextInput, 
.hsfc-DropdownInput .hsfc-TextInput,
.hsfc-NumberInput .hsfc-TextInput {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important; /* Makes it "pill" shaped */
    padding: 15px 25px !important;
    height: auto !important;
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 15px;
    width: 100% !important;
    box-sizing: border-box;
}

/* Specific styling for the Description (Textarea) */
/* Note: HubSpot might render a textarea for long text; targeting by data-id if needed */
textarea.hsfc-TextInput {
    border-radius: 25px !important; /* Less rounded than inputs */
    min-height: 150px;
}

/* 4. Dropdown/Select Styling */
.hsfc-DropdownInput {
    position: relative;
}

.hsfc-DropdownInput__Caret {
    right: 20px !important;
}

.hsfc-FileField .hsfc-FieldLabel {
      font-size: 20px !important;
  color: white!important;
}

.hsfc-FileField input {
  font-size: 16px!important;
}

/* 5. The Submit Button */
.hsfc-Button {
    background-color: #f3d458 !important; /* Bright yellow */
    color: #1a3a6d !important; /* Match text to background blue */
    border: none !important;
    border-radius: 50px !important;
    padding: 18px 40px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    width: 100% !important;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.hsfc-Button:hover {
    background-color: #e6c5
}


.hsfc-Row h3, .hsfc-FieldLabel span {
  color: white!important;
}

.hsfc-Row h3 {
  margin-top: 60px!important;
  margin-bottom: 10px!important
}

.hsfc-FileField .hsfc-FileInput {
  min-height: auto!important;
}

.standard-form form label:not(:first-child) {
  margin-top: 20px;
}
