
body {
  overflow-x: hidden;
}


.cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cf7-two-col p {
  margin: 0;
}

@media (max-width: 768px) {
  .cf7-two-col {
    grid-template-columns: 1fr;
  }
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 14px 12px;
  font-size: 13px;
  outline: none;
  margin-bottom: 12px;
  border-radius: 8px;
}

.wpcf7 textarea {
  min-height: 100px !important;
}

.wpcf7-submit {
  background: #203b66 !important;
  color: white !important;
  font-weight: 700;
  width: 100%;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
}

.wpcf7-submit:hover {
  background: #162b4c !important;
}

.service-form-box {
  background: linear-gradient(180deg, #263C58 0%, #659ADC 100%);
  padding: 22px 18px;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  max-width: 430px;
  margin: 0 auto;
}


.service-form-box .cf7-two-col {
    grid-template-columns: 1fr;
    gap:0px;
  }
.service-form-box .wpcf7 p {
  margin: 0;
}

.service-form-box .wpcf7 input,
.service-form-box .wpcf7 select,
.service-form-box .wpcf7 textarea {
  width: 100%;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  color: #222;
  padding: 14px 13px;
  font-size: 13px;
  outline: none;
  margin-bottom: 13px;
  border-radius: 3px;
  box-sizing: border-box;
}

.service-form-box .wpcf7 input::placeholder,
.service-form-box .wpcf7 textarea::placeholder {
  color: #777;
}

.service-form-box .wpcf7 textarea {
  height: 100px !important;
  resize: vertical;
}

.service-form-box .wpcf7 select {
  appearance: auto;
}

.service-form-box .wpcf7-submit {
  background: #263C58 !important;
  color: #ffffff !important;
  font-weight: 700;
  width: 100%;
  border: none !important;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px 20px !important;
  border-radius: 3px !important;
  margin-bottom: 0 !important;
  transition: 0.3s ease;
}

.service-form-box .wpcf7-submit:hover {
  background: #1b2d45 !important;
}

.service-form-box .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.page-id-148 button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: #ffffff;
    opacity: 1;
}


