.lq-banner-sec {
  background-image: url("../images/logo-questionnaire/banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lq-banner-sec .lq-banner-info {
  width: 74%;
  margin: auto;
}
.lq-banner-sec .lq-banner-info h3 {
  font-size: 68px;
  text-align: left;
  color: #fff;
  font-family: "Scotch Text Comp Sm It", serif, serif;
}
.lq-banner-sec .lq-banner-info h1 {
  font-size: 160px;
  font-weight: 600;
  text-align: left;
  color: #d01f30;
}
.lq-banner-sec .lq-banner-info h4 {
  font-size: 68px;
  text-align: right;
  color: #fff;
  font-family: "Scotch Text Comp Sm It", serif, serif;
}

.lq-form-sec {
  background-color: #f9f9fc;
}
.lq-form-sec .lq-form-header-info {
  background-color: #fff;
  box-shadow: 0px -4.51px 22.57px 0px rgba(0, 0, 0, 0.1294117647);
  padding: 20px 0;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.lq-form-sec .lq-form-header-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 42%;
  height: 2px;
  background: linear-gradient(270deg, #fff 0%, #d01f30 100%);
}
.lq-form-sec .lq-form-header-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, #fff 0%, #d01f30 100%);
}
.lq-form-sec .lq-form-header-info h2 {
  font-size: 36px;
  font-weight: 600;
  color: #d01f30;
}
.lq-form-sec .lq-form-header-info p {
  font-size: 20px;
  color: #9e9e9e;
  margin: 0;
}
.lq-form-sec .lq-form-box {
  box-shadow: 0px 6.02px 21.06px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  padding: 30px 80px;
  border-radius: 18px;
  margin-bottom: 60px;
}
.lq-form-sec .lq-form-box .lq-form-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.lq-form-sec .lq-form-box .lq-form-info h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.lq-form-sec .lq-form-box .lq-flex-input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.lq-form-sec .lq-form-box .lq-input-field {
  position: relative;
  margin-bottom: 20px;
}
.lq-form-sec .lq-form-box .lq-input-field label {
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 6px;
}
.lq-form-sec .lq-form-box .lq-input-field input[type="text"],
.lq-form-sec .lq-form-box .lq-input-field input[type="email"],
.lq-form-sec .lq-form-box .lq-input-field input[type="tel"] {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  height: 42px;
  background-color: #f3f3f5;
  box-shadow: none;
  outline: none !important;
  width: 100%;
  padding: 0 12px;
  border-radius: 6px;
}
.lq-form-sec .lq-form-box .lq-input-field textarea {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  background-color: #f3f3f5;
  box-shadow: none;
  outline: none !important;
  resize: none;
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
}
.lq-form-sec .lq-form-box .lq-input-field select {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  height: 42px;
  background-color: #f3f3f5;
  box-shadow: none;
  outline: none !important;
  width: 100%;
  padding: 0 12px;
  border-radius: 6px;
}
.lq-form-sec .lq-form-box .lq-phone-wrapper {
  border: 1px solid #e0e0e0;
  height: 42px;
  background-color: #f3f3f5;
  border-radius: 6px;
  overflow: hidden;
}
.lq-form-sec .lq-form-box .lq-phone-wrapper .iti {
  width: 100%;
  height: 100%;
}
.lq-form-sec .lq-form-box .lq-phone-wrapper input[type="tel"] {
  border: none !important;
  background: transparent;
  height: 40px;
}
.lq-form-sec .lq-section-heading {
  margin-bottom: 60px;
}
.lq-form-sec .lq-section-heading h2 {
  font-size: 28px;
  font-weight: 600;
  color: #d01f30;
  background-color: #ffe9eb;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}
.lq-form-sec .lq-radio-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lq-form-sec .lq-radio-box .lq-radio-group {
  background-color: #faf4fe;
  padding: 20px 30px;
  border-radius: 16px;
  margin-bottom: 0;
}
.lq-form-sec .lq-radio-box .lq-radio-group.lq-light-blue-bg {
  background-color: #edfbff;
}
.lq-form-sec .lq-radio-box .lq-radio-group .lq-radio-label-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.lq-form-sec .lq-radio-box .lq-radio-group .lq-radio-label-box span {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.lq-form-sec .lq-radio-box .lq-radio-group .lq-radio-slider {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lq-form-sec .lq-radio-box .lq-radio-group .lq-radio-slider .lq-radio-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
}
.lq-form-sec
  .lq-radio-box
  .lq-radio-group
  .lq-radio-slider
  .lq-radio-buttons
  .lq-radio-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.lq-form-sec
  .lq-radio-box
  .lq-radio-group
  .lq-radio-slider
  .lq-radio-buttons
  .lq-radio-button
  input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #9e9e9e;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: border-color 0.2s ease;
}
.lq-form-sec
  .lq-radio-box
  .lq-radio-group
  .lq-radio-slider
  .lq-radio-buttons
  .lq-radio-button
  input[type="radio"]:checked {
  border-color: #a3a3a3;
}
.lq-form-sec
  .lq-radio-box
  .lq-radio-group
  .lq-radio-slider
  .lq-radio-buttons
  .lq-radio-button
  input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666666;
}
.lq-form-sec
  .lq-radio-box
  .lq-radio-group
  .lq-radio-slider
  .lq-radio-buttons
  .lq-radio-button
  input[type="radio"]:hover {
  border-color: #a3a3a3;
}
.lq-form-sec .lq-brand-guidelines-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lq-form-sec .lq-brand-guidelines-options .lq-guideline-radio {
  padding: 20px 30px;
  border-radius: 16px;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color 0.2s;
}
.lq-form-sec .lq-brand-guidelines-options .lq-guideline-radio.lq-green-option {
  background-color: #eefdf4;
  border-color: #cfffe2;
}
.lq-form-sec .lq-brand-guidelines-options .lq-guideline-radio.lq-orange-option {
  background-color: #fff8ed;
  border-color: #ffebcc;
}
.lq-form-sec .lq-brand-guidelines-options .lq-guideline-radio.lq-purple-option {
  background-color: #fbf4fc;
  border-color: #f9d3ff;
}
.lq-form-sec .lq-brand-guidelines-options .lq-guideline-radio.lq-selected {
  box-shadow: 0 0 0 2px #d01f30;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-guideline-radio
  .lq-guideline-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-guideline-radio
  .lq-guideline-label
  input[type="radio"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #9e9e9e;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: border-color 0.2s ease;
  margin: 0;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-guideline-radio
  .lq-guideline-label
  input[type="radio"]:checked {
  border-color: #a3a3a3;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-guideline-radio
  .lq-guideline-label
  input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666666;
}
.lq-form-sec .lq-brand-guidelines-options .lq-file-upload-container {
  margin-top: 10px;
  margin-left: 30px;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-file-upload-container
  .lq-file-input {
  display: none;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-file-upload-container
  .lq-file-input-box
  .lq-custom-file-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 220px;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-file-upload-container
  .lq-file-input-box
  .lq-custom-file-input
  .lq-file-icon {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.lq-form-sec
  .lq-brand-guidelines-options
  .lq-file-upload-container
  .lq-file-input-box
  .lq-custom-file-input
  .lq-file-text {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
}
.lq-form-sec .lq-logo-type-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 30px;
  border-radius: 16px;
  border: 2px solid #e0e0e0;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option.lq-light-blue-bg {
  background-color: #edfbff;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option.lq-light-gray-bg {
  background-color: #f0f8ff;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option.lq-light-purple-bg {
  background-color: #fbf4fc;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option.lq-light-orange-bg {
  background-color: #fff9ec;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option.lq-light-pink-bg {
  background-color: #fef2f5;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option.lq-light-green-bg {
  background-color: #e8f5e9;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option.lq-selected {
  border-color: #d01f30;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option .lq-logo-type-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  flex: 1;
}
.lq-form-sec
  .lq-logo-type-options
  .lq-logo-type-option
  .lq-logo-type-label
  input[type="radio"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #9e9e9e;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: border-color 0.2s ease;
  margin: 0;
}
.lq-form-sec
  .lq-logo-type-options
  .lq-logo-type-option
  .lq-logo-type-label
  input[type="radio"]:checked {
  border-color: #a3a3a3;
}
.lq-form-sec
  .lq-logo-type-options
  .lq-logo-type-option
  .lq-logo-type-label
  input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666666;
}
.lq-form-sec .lq-logo-type-options .lq-logo-type-option .lq-logo-grid {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lq-form-sec
  .lq-logo-type-options
  .lq-logo-type-option
  .lq-logo-grid
  .lq-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  width: 250px;
  height: 108px;
}
.lq-form-sec
  .lq-logo-type-options
  .lq-logo-type-option
  .lq-logo-grid
  .lq-logo-box
  img {
  max-width: 120px;
  max-height: 80px;
  object-fit: contain;
}
.lq-form-sec .lq-colors-sec > p {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 20px;
}
.lq-form-sec .lq-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.lq-form-sec .lq-checkbox-grid .lq-box {
  position: relative;
  border-radius: 6px;
}
.lq-form-sec .lq-checkbox-grid .lq-box .lq-check-label {
  margin: 0;
  padding: 0;
  display: flex;
}
.lq-form-sec .lq-checkbox-grid .lq-box .lq-color-box {
  transition: transform 0.5s;
}
.lq-form-sec .lq-checkbox-grid .lq-box .lq-color-box:hover {
  transform: scale(1.05);
}
.lq-form-sec .lq-checkbox-grid .lq-box .lq-color-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
.lq-form-sec
  .lq-checkbox-grid
  .lq-box
  .lq-color-box
  input[type="checkbox"]
  + label {
  border-radius: 6px;
  height: 120px;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.lq-form-sec
  .lq-checkbox-grid
  .lq-box
  .lq-color-box
  input[type="checkbox"]
  + label::before {
  content: "✔";
  position: absolute;
  top: 8px;
  left: 8px;
  border: 0.1em solid #fff;
  border-radius: 0.2em;
  width: 1.1em;
  height: 1.1em;
  color: transparent;
  transition: 0.2s;
  background: transparent;
  line-height: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lq-form-sec
  .lq-checkbox-grid
  .lq-box
  .lq-color-box
  input[type="checkbox"]:checked
  + label::before {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.lq-form-sec .lq-checkbox-grid .lq-custom-color-box .lq-custom-color-trigger {
  height: 120px;
  border-radius: 6px;
  border: 2px dashed #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fafafa;
  transition: border-color 0.2s;
  position: relative;
}
.lq-form-sec
  .lq-checkbox-grid
  .lq-custom-color-box
  .lq-custom-color-trigger:hover {
  border-color: #d01f30;
}
.lq-form-sec
  .lq-checkbox-grid
  .lq-custom-color-box
  .lq-custom-color-trigger
  input[type="color"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.lq-form-sec
  .lq-checkbox-grid
  .lq-custom-color-box
  .lq-custom-color-trigger
  label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.lq-form-sec .lq-font-sec > p {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 20px;
}
.lq-form-sec .lq-font-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.lq-form-sec .lq-font-grid .lq-box {
  position: relative;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.lq-form-sec .lq-font-grid .lq-box .lq-font-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
.lq-form-sec .lq-font-grid .lq-box .lq-font-box input[type="checkbox"] + label {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  transition: background-color 0.2s;
}
.lq-form-sec
  .lq-font-grid
  .lq-box
  .lq-font-box
  input[type="checkbox"]
  + label::before {
  content: "✔";
  border: 0.1em solid #7b7a7a;
  border-radius: 0.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 14px;
  color: transparent;
  transition: 0.2s;
  background: transparent;
  font-size: 14px;
}
.lq-form-sec
  .lq-font-grid
  .lq-box
  .lq-font-box
  input[type="checkbox"]
  + label
  img {
  height: auto;
}
.lq-form-sec
  .lq-font-grid
  .lq-box
  .lq-font-box
  input[type="checkbox"]:checked
  + label {
  border-color: #c30010;
}
.lq-form-sec
  .lq-font-grid
  .lq-box
  .lq-font-box
  input[type="checkbox"]:checked
  + label::before {
  color: #fff;
  background-color: #c30010;
  border-color: #c30010;
}
.lq-form-sec .lq-project-detail-sec .lq-radio-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lq-form-sec .lq-project-detail-sec .lq-radio-grid .lq-radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin: 0;
}
.lq-form-sec
  .lq-project-detail-sec
  .lq-radio-grid
  .lq-radio-option
  input[type="radio"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #9e9e9e;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: border-color 0.2s ease;
  margin: 0;
}
.lq-form-sec
  .lq-project-detail-sec
  .lq-radio-grid
  .lq-radio-option
  input[type="radio"]:checked {
  border-color: #a3a3a3;
}
.lq-form-sec
  .lq-project-detail-sec
  .lq-radio-grid
  .lq-radio-option
  input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #666666;
}
.lq-form-sec .lq-form-footer {
  padding-bottom: 60px;
  text-align: center;
}

.lq-error {
  display: block;
  color: #c30010;
  font-size: 13px;
  margin-top: 4px;
  min-height: 18px;
}

.lq-required {
  color: #d01f30;
}

.lq-submit-btn {
  background-color: #d01f30;
  color: #fff;
  border: none;
  padding: 14px 60px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
  min-width: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lq-submit-btn:hover {
  opacity: 0.9;
}
.lq-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.lq-submit-btn .lq-spinner {
  animation: lq-spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes lq-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1600px) {
  .lq-banner-sec .lq-banner-info {
    width: max-content;
  }
  .lq-banner-sec .lq-banner-info h3 {
    font-size: 60px;
  }
  .lq-banner-sec .lq-banner-info h1 {
    font-size: 150px;
  }
  .lq-banner-sec .lq-banner-info h4 {
    font-size: 60px;
  }
  .lq-form-sec .lq-form-header-info h2 {
    font-size: 30px;
  }
  .lq-form-sec .lq-form-header-info p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .lq-banner-sec {
    height: 800px;
  }
  .lq-banner-sec .lq-banner-info h3 {
    font-size: 50px;
  }
  .lq-banner-sec .lq-banner-info h1 {
    font-size: 120px;
  }
  .lq-banner-sec .lq-banner-info h4 {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .lq-banner-sec {
    height: 700px;
  }
  .lq-banner-sec .lq-banner-info h3 {
    font-size: 40px;
  }
  .lq-banner-sec .lq-banner-info h1 {
    font-size: 100px;
  }
  .lq-banner-sec .lq-banner-info h4 {
    font-size: 40px;
  }
  .lq-form-sec .lq-form-header-info::before,
  .lq-form-sec .lq-form-header-info::after {
    width: 36%;
  }
  .lq-form-sec .lq-form-header-info h2 {
    font-size: 28px;
  }
  .lq-form-sec .lq-form-header-info p {
    font-size: 16px;
  }
  .lq-form-sec .lq-form-box {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .lq-banner-sec {
    height: 700px;
  }
  .lq-banner-sec .lq-banner-info h3 {
    font-size: 38px;
  }
  .lq-banner-sec .lq-banner-info h1 {
    font-size: 80px;
  }
  .lq-banner-sec .lq-banner-info h4 {
    font-size: 38px;
  }
  .lq-form-sec .lq-form-header-info::before,
  .lq-form-sec .lq-form-header-info::after {
    width: 36%;
  }
  .lq-form-sec .lq-form-header-info h2 {
    font-size: 26px;
  }
  .lq-form-sec .lq-section-heading h2 {
    font-size: 26px;
  }
  .lq-form-sec .lq-form-box {
    padding: 30px 40px;
  }
  .lq-form-sec .lq-form-box .lq-form-info h3 {
    font-size: 18px;
  }
  .lq-form-sec .lq-radio-box .lq-radio-group .lq-radio-label-box span {
    font-size: 16px;
  }
  .lq-form-sec
    .lq-logo-type-options
    .lq-logo-type-option
    .lq-logo-grid
    .lq-logo-box {
    width: 160px;
    height: 90px;
  }
  .lq-form-sec
    .lq-logo-type-options
    .lq-logo-type-option
    .lq-logo-grid
    .lq-logo-box
    img {
    max-width: 100px;
    max-height: 60px;
  }
  .lq-form-sec .lq-checkbox-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .lq-banner-sec {
    height: 600px;
  }
  .lq-banner-sec .lq-banner-info h3 {
    font-size: 30px;
  }
  .lq-banner-sec .lq-banner-info h1 {
    font-size: 60px;
  }
  .lq-banner-sec .lq-banner-info h4 {
    font-size: 30px;
  }
  .lq-form-sec .lq-form-header-info::before,
  .lq-form-sec .lq-form-header-info::after {
    width: 30%;
  }
  .lq-form-sec .lq-form-header-info h2 {
    font-size: 22px;
  }
  .lq-form-sec .lq-form-header-info p {
    font-size: 14px;
  }
  .lq-form-sec .lq-section-heading h2 {
    font-size: 22px;
  }
  .lq-form-sec .lq-form-box {
    padding: 20px;
  }
  .lq-form-sec .lq-form-box .lq-flex-input {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lq-form-sec .lq-form-box .lq-input-field label {
    font-size: 14px;
  }
  .lq-form-sec .lq-form-box .lq-input-field input {
    font-size: 14px;
  }
  .lq-form-sec .lq-form-box .lq-input-field textarea {
    font-size: 14px;
  }
  .lq-form-sec .lq-form-box .lq-input-field select {
    font-size: 14px;
  }
  .lq-form-sec .lq-logo-type-options .lq-logo-type-option {
    flex-direction: column;
    align-items: flex-start;
  }
  .lq-form-sec .lq-logo-type-options .lq-logo-type-option .lq-logo-grid {
    margin-left: 0;
    width: 100%;
  }
  .lq-form-sec
    .lq-logo-type-options
    .lq-logo-type-option
    .lq-logo-grid
    .lq-logo-box {
    width: 100%;
    height: 90px;
  }
  .lq-form-sec
    .lq-logo-type-options
    .lq-logo-type-option
    .lq-logo-grid
    .lq-logo-box
    img {
    max-width: 100px;
    max-height: 60px;
  }
  .lq-form-sec .lq-radio-box .lq-radio-group .lq-radio-label-box span {
    font-size: 14px;
  }
  .lq-form-sec .lq-font-grid .lq-box .lq-font-box label img {
    height: auto;
    max-width: 120px;
  }
}
@media (max-width: 520px) {
  .lq-banner-sec .lq-banner-info h3,
  .lq-banner-sec .lq-banner-info h4 {
    font-size: 26px;
  }
  .lq-banner-sec .lq-banner-info h1 {
    font-size: 50px;
  }
  .lq-form-sec .lq-form-header-info::before,
  .lq-form-sec .lq-form-header-info::after {
    width: 30%;
  }
  .lq-form-sec .lq-logo-type-options .lq-logo-type-option .lq-logo-grid {
    flex-direction: column;
  }
  .lq-form-sec .lq-checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lq-form-sec .lq-font-grid {
    grid-template-columns: 1fr;
  }
  .lq-form-sec .lq-font-grid .lq-box .lq-font-box label img {
    max-width: 100%;
  }
}
 