
/* =========================================================
   03. Contact Banner
   ========================================================= */

.contact-banner-section {
  min-height: 100vh;
  padding: 48px 0 68px;
  background:
    radial-gradient(circle at 28% 30%, rgba(0, 112, 255, 0.2), transparent 30%),
    radial-gradient(circle at 10% 85%, rgba(0, 112, 255, 0.13), transparent 25%),
    linear-gradient(135deg, #020b1e 0%, #031b39 52%, #061c38 100%);
  isolation: isolate;
}

.contact-banner-light-bg {
  position: absolute;
  z-index: -1;
  top: -10%;
  right: -6%;
  width: 62%;
  height: 120%;
  background:
    radial-gradient(circle at 30% 35%, rgba(13, 110, 253, 0.06), transparent 34%),
    linear-gradient(135deg, #f4f8fd 0%, #ffffff 72%);
  border-radius: 55% 0 0 55%;
}

.contact-banner-row {
  min-height: calc(100vh - 116px);
}

.contact-banner-content {
  max-width: 660px;
  padding-right: 70px;
}

.contact-banner-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.contact-banner-kicker-line {
  width: 38px;
  height: 2px;
  position: relative;
  background: #ff5a00;
}

.contact-banner-kicker-line::before,
.contact-banner-kicker-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  transform: translateY(-50%);
}

.contact-banner-kicker-line::before {
  left: 0;
}

.contact-banner-kicker-line::after {
  right: 0;
}

.contact-banner-title h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.contact-banner-title h1 span {
  color: #ff5a00;
}

.contact-banner-description {
  max-width: 510px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.75;
}

.contact-banner-benefits {
  max-width: 500px;
}

.contact-banner-benefit {
  min-width: 0;
}

.contact-banner-benefit-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 50%;
  font-size: 29px;
}

.contact-banner-benefit-icon-orange {
  color: #ff5a00;
  border-color: rgba(255, 90, 0, 0.5);
  background: rgba(255, 90, 0, 0.06);
}

.contact-banner-benefit-icon-blue {
  color: #1687ff;
  border-color: rgba(22, 135, 255, 0.34);
  background: rgba(22, 135, 255, 0.05);
}

.contact-banner-benefit-icon-green {
  color: #3ee98a;
  border-color: rgba(62, 233, 138, 0.25);
  background: rgba(62, 233, 138, 0.05);
}

.contact-banner-benefit-content {
  min-width: 0;
  padding-top: 4px;
}

.contact-banner-benefit-content h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.contact-banner-benefit-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
}

/* Floating Chats */

/*
 * Floating chat cards intentionally stay hidden on laptops and
 * standard desktop widths. They are absolutely positioned outside
 * the left column, so showing them too early causes overlap with the
 * form column. They are enabled again at 1600px+.
 */
.contact-banner-chat-area {
  display: none;
}

.contact-banner-chat {
  position: absolute;
  z-index: 3;
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}

.contact-banner-chat-one {
  top: 80px;
  right: -175px;
  width: 278px;
  padding: 22px 22px;
  color: #071333;
  background: #ffffff;
}

.contact-banner-chat-two {
  top: 235px;
  right: -185px;
  width: 332px;
  padding: 20px 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #07203e, #062b55);
}

.contact-banner-chat-three {
  top: 382px;
  right: -145px;
  width: 300px;
  padding: 20px 24px;
  color: #071333;
  background: #ffffff;
}

.contact-banner-chat-avatar {
  width: 42px;
  min-width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.contact-banner-chat-logo {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  background: #ffffff;
  border-radius: 50%;
  font-size: 25px;
}

.contact-banner-chat-copy {
  min-width: 0;
  flex: 1;
}

.contact-banner-chat p {
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.contact-banner-chat span {
  display: block;
  color: #75839e;
  font-size: 12px;
  text-align: right;
}

.contact-banner-chat-two span {
  color: rgba(255, 255, 255, 0.65);
}

.contact-banner-chat-two .fa-check-double {
  color: #1687ff;
}

.contact-banner-plane {
  position: absolute;
  top: 515px;
  right: -145px;
  width: 110px;
  transform: rotate(-6deg);
}

.contact-banner-plane img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Trust Card */

.contact-banner-trust {
  max-width: 660px;
  padding: 28px 30px;
  color: #071333;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.contact-banner-avatars img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  object-fit: cover;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.contact-banner-avatars img + img {
  margin-left: -12px;
}

.contact-banner-trust-copy {
  color: #071333;
  font-size: 15px;
  line-height: 1.6;
}

.contact-banner-trust-copy strong {
  color: #ff5a00;
  font-size: 19px;
}

.contact-banner-rating {
  padding-left: 22px;
  border-left: 1px solid #d7dfeb;
}

.contact-banner-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ff5a00;
}

.contact-banner-stars strong {
  margin-left: 6px;
  color: #071333;
  font-size: 18px;
}

.contact-banner-rating > span {
  color: #26345d;
  font-size: 14px;
}

/* =========================================================
   Contact Banner - Webform Form Card
   ========================================================= */

.contact-banner-form-card {
  max-width: 620px;
  margin-left: auto;
  padding: 48px 42px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(219, 232, 251, 0.8);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(7, 32, 69, 0.11);
}


/* =========================================================
   Form Head
   ========================================================= */

.contact-banner-form-card .contact-banner-form-head h3 {
  margin: 0;
  color: #071333;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.contact-banner-form-card .contact-banner-form-head p {
  margin: 0;
  color: #26345d;
  font-size: 16px;
  line-height: 1.5;
}


/* =========================================================
   Reset Drupal / Webform Default Spacing
   ========================================================= */

.contact-banner-form-card .form-item,
.contact-banner-form-card .js-form-item,
.contact-banner-form-card .form-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-banner-form-card fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-banner-form-card legend {
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-banner-form-card .fieldset-wrapper {
  margin: 0;
  padding: 0;
}

.contact-banner-form-card .description,
.contact-banner-form-card .form-item__description {
  margin: 0;
}


/* =========================================================
   Labels
   ========================================================= */

.contact-banner-form-card .contact-banner-label {
  display: block;
  margin: 0;
  color: #071333;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.contact-banner-form-card .contact-banner-label span {
  color: #ff4d00;
}


/* =========================================================
   Inquiry Type
   ========================================================= */

.contact-banner-form-card .contact-banner-field-group {
  width: 100%;
}

.contact-banner-form-card .contact-banner-field-group > .form-item,
.contact-banner-form-card .contact-banner-field-group > .js-form-item,
.contact-banner-form-card .contact-banner-field-group fieldset {
  margin: 0;
  padding: 0;
}

.contact-banner-form-card .contact-banner-options {
  width: 100%;
}


/* Drupal Webform radios wrapper */

.contact-banner-form-card
  .contact-banner-field-group
  .form-radios {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}


/* Each Webform radio item becomes the design card */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio {
  position: relative;
  min-width: 0;
  min-height: 80px;
  margin: 0;
  padding: 0;
}


/* Hide actual browser radio */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio
  input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}


/* Radio card */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio
  label {
  position: relative;
  width: 100%;
  min-height:80px;
  height: auto;
  margin: 0;
  padding: 20px 7px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #071333;
  background: #ffffff;
  border: 1px solid #cfdbea;
  border-radius: 14px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}


/* Font Awesome icon common */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio
  label::before {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071333;
  font-family: "Font Awesome 6 Free";
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
  transition: color 0.2s ease;
}


/* Project */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio:nth-child(1)
  label::before {
  content: "\f0b1";
}


/* Support */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio:nth-child(2)
  label::before {
  content: "\f590";
}


/* Developer */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio:nth-child(3)
  label::before {
  content: "\f121";
}


/* Agency Partnership */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio:nth-child(4)
  label::before {
  content: "\f0c0";
}


/* Consultation */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio:nth-child(5)
  label::before {
  content: "\f0eb";
  font-weight: 400;
}


/* Hover */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio
  label:hover {
  border-color: #ff7a00;
  transform: translateY(-2px);
}


/* Checked */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio
  input[type="radio"]:checked + label {
  color: #ff5a00;
  border-color: #ff5a00;
  box-shadow: 0 8px 22px rgba(255, 90, 0, 0.08);
}

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio
  input[type="radio"]:checked + label::before {
  color: #ff5a00;
}


/* Webform/theme markup fallback */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio:has(input[type="radio"]:checked)
  label {
  color: #ff5a00;
  border-color: #ff5a00;
  box-shadow: 0 8px 22px rgba(255, 90, 0, 0.08);
}

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio:has(input[type="radio"]:checked)
  label::before {
  color: #ff5a00;
}


/* Focus */

.contact-banner-form-card
  .contact-banner-field-group
  .form-type-radio
  input[type="radio"]:focus-visible + label {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}


/* =========================================================
   Webform Flex Rows
   ========================================================= */

.contact-banner-form-card .contact-banner-form-row {
  margin: 0 0 12px;
  display: flex;
  gap: 24px;
}

.contact-banner-form-card
  .contact-banner-form-row
  > .webform-flex {
  min-width: 0;
  flex: 1 1 0;
  margin: 0;
}

.contact-banner-form-card
  .contact-banner-form-row
  > .webform-flex
  > .webform-flex--container {
  margin: 0;
}

.contact-banner-form-card .contact-banner-field {
  width: 100%;
  min-width: 0;
}

.contact-banner-form-card
  .contact-banner-field
  > .form-item {
  width: 100%;
  margin: 0;
}


/* =========================================================
   Text Inputs
   ========================================================= */

.contact-banner-form-card .contact-banner-input,
.contact-banner-form-card .contact-banner-textarea {
  width: 100%;
  color: #071333;
  background: #ffffff;
  border: 1px solid #cfdbea;
  border-radius: 10px;
  outline: 0;
  box-shadow: none;
}

.contact-banner-form-card .contact-banner-input {
  min-height: 52px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.4;
}

.contact-banner-form-card .contact-banner-textarea {
  width: 100%;
  min-height: 124px;
  padding: 15px 14px;
  resize: vertical;
  font-size: 14px;
  line-height: 1.5;
}

.contact-banner-form-card .contact-banner-input::placeholder,
.contact-banner-form-card .contact-banner-textarea::placeholder,
.contact-banner-form-card .contact-banner-phone input::placeholder {
  color: #7987a2;
  opacity: 1;
}

.contact-banner-form-card .contact-banner-input:focus,
.contact-banner-form-card .contact-banner-textarea:focus {
  color: #071333;
  background: #ffffff;
  border-color: #0d6efd;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}


/* =========================================================
   Project Details
   ========================================================= */

.contact-banner-form-card .contact-banner-details-field {
  width: 100%;
  margin-top: 0;
}


/* =========================================================
   Phone
   ========================================================= */

.contact-banner-form-card .contact-banner-phone {
  width: 100%;
  min-height: 52px;
  overflow: hidden;
  color: #071333;
  background: #ffffff;
  border: 1px solid #cfdbea;
  border-radius: 10px;
  box-shadow: none;
}

.contact-banner-form-card .contact-banner-phone:focus-within {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}

.contact-banner-form-card .contact-banner-country {
  height: 50px;
  padding: 0 13px;
  color: #52627e;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: default;
}

.contact-banner-form-card
  .contact-banner-country
  span {
  font-size: 17px;
  line-height: 1;
}

.contact-banner-form-card
  .contact-banner-country
  .fa-chevron-down {
  font-size: 9px;
}

.contact-banner-form-card
  .contact-banner-phone
  .form-item {
  min-width: 0;
  flex: 1;
  margin: 0;
}

.contact-banner-form-card
  .contact-banner-phone
  .form-item
  label.visually-hidden {
  position: absolute !important;
}

.contact-banner-form-card
  .contact-banner-phone
  input {
  width: 100%;
  min-width: 0;
  height: 50px;
  margin: 0;
  padding: 10px 12px 10px 4px;
  color: #071333;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 1.4;
}

.contact-banner-form-card
  .contact-banner-phone
  input:focus {
  border: 0;
  outline: 0;
  box-shadow: none !important;
}


/* =========================================================
   Footer
   ========================================================= */

.contact-banner-form-card .contact-banner-form-footer {
  width: 100%;
}

.contact-banner-form-card .contact-banner-security {
  min-width: 0;
  color: #53617a;
  font-size: 12px;
  line-height: 1.55;
}

.contact-banner-form-card .contact-banner-security i {
  color: #71809c;
}


/* =========================================================
   Webform Actions / Submit
   ========================================================= */

.contact-banner-form-card .contact-banner-actions {
  position: relative;
  min-width: 290px;
  margin: 0;
  padding: 0;
}

.contact-banner-form-card
  .contact-banner-actions
  .form-actions {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.contact-banner-form-card
  .contact-banner-actions
  .form-actions::after {
  content: "\f178";
  position: absolute;
  top: 50%;
  right: 29px;
  z-index: 2;
  color: #ffffff;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.contact-banner-form-card
  .contact-banner-actions
  .form-actions:hover::after {
  transform: translate(4px, -50%);
}

.contact-banner-form-card .contact-banner-submit {
  width: 100%;
  min-width: 290px;
  min-height: 55px;
  margin: 0;
  padding: 13px 58px 13px 28px;
  display: block;
  color: #ffffff;
  background: #ff7000;
  border: 0;
  border-radius: 10px;
  outline: 0;
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-banner-form-card .contact-banner-submit:hover,
.contact-banner-form-card .contact-banner-submit:focus {
  color: #ffffff;
  background: #e95f00;
  border: 0;
  outline: 0;
}

.contact-banner-form-card .contact-banner-submit:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 104, 0, 0.2);
}


/* =========================================================
   Validation
   ========================================================= */

.contact-banner-form-card
  .form-item--error-message,
.contact-banner-form-card
  .form-item__error-message {
  margin-top: 6px;
  color: #d93025;
  font-size: 12px;
  line-height: 1.4;
}

.contact-banner-form-card
  .form-control.error,
.contact-banner-form-card
  .form-control.is-invalid {
  border-color: #d93025;
}


/* =========================================================
   Floating Chat Responsive Visibility
   ========================================================= */

/* 1200px - 1599px: keep a clean two-column layout without overlap. */
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .contact-banner-chat-area {
    display: none !important;
  }

  .contact-banner-content {
    padding-right: 30px;
  }
}

/* 1600px+: enough horizontal room for the floating messages. */
@media (min-width: 1600px) {
  .contact-banner-chat-area {
    display: block;
  }
}

/* =========================================================
   Contact Banner Form Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .contact-banner-form-card {
    max-width: 570px;
    padding: 38px 32px;
  }

  .contact-banner-form-card .contact-banner-form-head h3 {
    font-size: 27px;
  }

  .contact-banner-form-card .contact-banner-form-head p {
    font-size: 15px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio,
  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio
    label {
    min-height: 108px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio
    label {
    padding: 15px 5px 12px;
    font-size: 12px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio
    label::before {
    font-size: 23px;
  }

  .contact-banner-form-card .contact-banner-actions,
  .contact-banner-form-card .contact-banner-submit {
    min-width: 240px;
  }

  .contact-banner-form-card .contact-banner-submit {
    font-size: 14px;
  }
}


@media (max-width: 1199px) {
  .contact-banner-form-card {
    padding: 34px 26px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-radios {
    gap: 12px;
  }

  .contact-banner-form-card .contact-banner-form-row {
    gap: 20px;
  }
}


@media (max-width: 991px) {
  .contact-banner-form-card {
    max-width: 680px;
    margin: 40px auto 0;
  }
}


@media (max-width: 767px) {
  .contact-banner-form-card {
    margin-top: 32px;
    padding: 28px 20px;
    border-radius: 16px;
  }

  .contact-banner-form-card .contact-banner-form-head {
    margin-bottom: 32px !important;
  }

  .contact-banner-form-card .contact-banner-form-head h3 {
    font-size: 18px;
  }

  .contact-banner-form-card .contact-banner-form-head p {
    font-size: 13px;
  }

  .contact-banner-form-card .contact-banner-field-group {
    margin-bottom: 32px !important;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-radios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio,
  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio
    label {
    min-height: 105px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio:last-child {
    grid-column: 1 / -1;
  }

  .contact-banner-form-card .contact-banner-form-row {
    margin-bottom: 20px;
    display: block;
  }

  .contact-banner-form-card
    .contact-banner-form-row
    > .webform-flex {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-banner-form-card
    .contact-banner-form-row
    > .webform-flex:last-child {
    margin-bottom: 0;
  }

  .contact-banner-form-card .contact-banner-input {
    min-height: 50px;
  }

  .contact-banner-form-card .contact-banner-form-footer {
    flex-direction: column;
    align-items: stretch !important;
  }

  .contact-banner-form-card .contact-banner-security {
    justify-content: center;
    text-align: center;
  }

  .contact-banner-form-card .contact-banner-actions,
  .contact-banner-form-card .contact-banner-submit {
    width: 100%;
    min-width: 0;
  }

  .contact-banner-form-card .contact-banner-submit {
    min-height: 50px;
    padding: 12px 52px 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 14px;
  }

  .contact-banner-form-card
    .contact-banner-actions
    .form-actions::after {
    right: 24px;
  }
}


@media (max-width: 575.98px) {
  .contact-banner-form-card {
    padding: 24px 16px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-radios {
    gap: 10px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio,
  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio
    label {
    min-height: 98px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio
    label {
    padding: 14px 6px;
  }

  .contact-banner-form-card
    .contact-banner-field-group
    .form-type-radio
    label::before {
    font-size: 21px;
  }

  .contact-banner-form-card .contact-banner-label {
    font-size: 13px;
  }

  .contact-banner-form-card .contact-banner-input,
  .contact-banner-form-card .contact-banner-textarea,
  .contact-banner-form-card .contact-banner-phone input {
    font-size: 13px;
  }
}


@media (max-width: 1199px) {
  .contact-banner-light-bg {
    width: 57%;
  }

  .contact-banner-content {
    padding-right: 25px;
  }

  .contact-banner-trust {
    padding: 22px;
  }

  .contact-banner-avatars img {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .contact-banner-form-card {
    padding: 34px 26px;
  }
}

@media (max-width: 991px) {
  .contact-banner-section {
    padding: 70px 0;
  }

  .contact-banner-light-bg {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 51%;
    border-radius: 70px 70px 0 0;
  }

  .contact-banner-row {
    min-height: auto;
  }

  .contact-banner-content {
    max-width: 680px;
    padding-right: 0;
    margin: 0 auto;
  }

  .contact-banner-description,
  .contact-banner-benefits {
    max-width: 600px;
  }

  .contact-banner-trust {
    max-width: 680px;
  }

  .contact-banner-form-card {
    max-width: 680px;
    margin: 40px auto 0;
  }
}

@media (max-width: 767px) {
  .contact-banner-section {
    padding: 54px 0;
  }

  .contact-banner-light-bg {
    height: 48%;
    border-radius: 44px 44px 0 0;
  }

  .contact-banner-kicker {
    margin-bottom: 18px !important;
    font-size: 13px;
  }

  .contact-banner-kicker-line {
    width: 34px;
  }

  .contact-banner-title h1 {
    font-size: 32px;
    line-height: 1.18;
  }

  .contact-banner-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .contact-banner-benefits {
    gap: 20px !important;
  }

  .contact-banner-benefit-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .contact-banner-benefit-content h3 {
    font-size: 15px;
  }

  .contact-banner-benefit-content p {
    font-size: 13px;
    line-height: 1.55;
  }

  .contact-banner-trust {
    padding: 20px;
  }

  .contact-banner-rating {
    padding-left: 0;
    border-left: 0;
  }

  .contact-banner-form-card {
    margin-top: 32px;
    padding: 28px 20px;
    border-radius: 16px;
  }

  .contact-banner-form-head {
    margin-bottom: 32px !important;
  }

  .contact-banner-form-head h3 {
    font-size: 24px;
  }

  .contact-banner-form-head p {
    font-size: 14px;
  }

  .contact-banner-field-group {
    margin-bottom: 32px !important;
  }

  .contact-banner-option {
    min-height: 105px;
    font-size: 12px;
  }

  .contact-banner-input {
    min-height: 50px;
  }

  .contact-banner-form-footer {
    flex-direction: column;
    align-items: stretch !important;
  }

  .contact-banner-security {
    justify-content: center;
    text-align: center;
  }

  .contact-banner-submit {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 16px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .contact-banner-section {
    padding: 44px 0;
  }

  .contact-banner-title h1 br {
    display: none;
  }

  .contact-banner-description {
    margin-bottom: 28px !important;
  }

  .contact-banner-benefit {
    gap: 12px !important;
  }

  .contact-banner-benefit-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-width: 2px;
    font-size: 19px;
  }

  .contact-banner-trust {
    margin-top: 36px !important;
    padding: 18px 16px;
  }

  .contact-banner-avatars img {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .contact-banner-trust-copy {
    font-size: 13px;
  }

  .contact-banner-trust-copy strong {
    font-size: 16px;
  }

  .contact-banner-stars strong {
    font-size: 16px;
  }

  .contact-banner-rating > span {
    font-size: 13px;
  }

  .contact-banner-form-card {
    padding: 24px 16px;
  }

  .contact-banner-option {
    min-height: 98px;
    padding: 14px 6px;
  }

  .contact-banner-option-icon {
    font-size: 21px;
  }

  .contact-banner-label {
    font-size: 13px;
  }

  .contact-banner-input,
  .contact-banner-textarea,
  .contact-banner-phone input {
    font-size: 13px;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}

/* Contact form CAPTCHA spacing */
.contact-banner-form-card fieldset.captcha {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

/* =========================================================
   CONTACT US - SEND US A MESSAGE FORM ONLY
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form {
  --contact-text: #071333;
  --contact-muted: #667694;
  --contact-border: #ccd5e3;
  --contact-focus: #ff6b00;
  --contact-error: #dc3545;

  width: 100%;
}


/* =========================================================
   FORM MAIN HEADING
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-form-head {
  margin: 0 0 16px !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-form-head {
  margin: 0 !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-form-head h3 {
  margin: 0 0 5px !important;
  padding: 0 !important;

  color: #071333 !important;

  font-family: inherit !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;

  letter-spacing: -0.01em !important;
  text-transform: none !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-form-head p {
  margin: 0 !important;
  padding: 0 !important;

  color: #667694 !important;

  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}


/* =========================================================
   REACHING OUT ABOUT SECTION
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason-group {
  width: 100%;

  margin: 0 0 16px !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason-label {
  margin: 0 0 8px !important;
  padding: 0 !important;
}


/* =========================================================
   GENERAL VISIBLE LABELS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-label {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #071333 !important;

  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;

  letter-spacing: 0 !important;
  text-transform: none !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-label span {
  color: var(--contact-error) !important;
}


/* =========================================================
   RADIO OPTION FIELDSET
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
fieldset.contact-banner-options {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
}


/* Keep duplicate Webform legend accessible but hidden */
#webform-submission-send-us-a-message-block-content-146-add-form
fieldset.contact-banner-options > legend {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: -1px !important;
  padding: 0 !important;

  overflow: hidden !important;

  clip: rect(0, 0, 0, 0) !important;

  white-space: nowrap !important;

  border: 0 !important;
}


/* =========================================================
   RADIO CARD GRID
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason {
  display: grid !important;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  column-gap: 12px !important;
  row-gap: 10px !important;

  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


/* Radio item */
#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason
.form-item-contact-reason {
  position: relative;

  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


/* Native radio */
#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason
input.form-radio {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: 0 !important;
  padding: 0 !important;

  opacity: 0 !important;

  pointer-events: none;
}


/* =========================================================
   RADIO CARDS
   More compact than previous version
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason
.form-check-label {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 5px !important;

  width: 100%;

  min-height: 68px !important;

  margin: 0 !important;

  padding: 8px 7px !important;

  border: 1px solid var(--contact-border);
  border-radius: 9px;

  background: #ffffff;

  color: #071333 !important;

  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;

  text-align: center;

  cursor: pointer;

  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}


/* Icons inside radio cards */
#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason
.form-check-label i {
  margin: 0 !important;

  font-size: 22px !important;
  line-height: 1 !important;
}


/* Selected */
#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-reason
input.form-radio:checked + .form-check-label {
  border-color: var(--contact-focus) !important;

  color: var(--contact-focus) !important;

  box-shadow:
    0 0 0 2px rgba(255, 107, 0, 0.07);
}


/* =========================================================
   NAME + EMAIL
   COMPANY + PHONE ROWS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-form-row {
  display: flex !important;

  width: 100%;

  gap: 16px !important;

  margin: 0 0 16px !important;
  padding: 0 !important;
}


/* Each half */
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-form-row > .webform-flex {
  flex: 1 1 0 !important;

  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-form-row
.webform-flex--container {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   NORMAL FIELD WRAPPER
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-field {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-field
.form-item,
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-field
.js-form-item {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


/* Visible label wrapper */
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-field
[id$="-label"] {
  margin: 0 0 5px !important;
  padding: 0 !important;
}


/* =========================================================
   FIELD LABELS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-field
.contact-banner-label {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #071333 !important;

  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}


/* =========================================================
   INPUTS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-input,
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-phone-input {
  display: block;

  width: 100% !important;
  min-width: 0 !important;

  min-height: 48px;

  margin: 0 !important;

  padding: 11px 14px !important;

  border: 1px solid var(--contact-border) !important;
  border-radius: 7px !important;

  background: #ffffff !important;

  color: var(--contact-text) !important;

  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;

  outline: none !important;
  box-shadow: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


/* =========================================================
   PHONE
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-phone {
  display: block !important;

  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-phone
.form-item {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   PROJECT DETAILS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-details-field {
  width: 100%;

  margin: 0 0 16px !important;
  padding: 0 !important;
}


/* Label wrapper */
#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-details-label {
  margin: 0 0 5px !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-details-label p {
  margin: 0 !important;
  padding: 0 !important;
}


/* Textarea wrapper */
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-details-field
.form-textarea-wrapper {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* Textarea */
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-textarea {
  display: block;

  width: 100% !important;
  min-width: 0 !important;

  min-height: 105px;

  margin: 0 !important;

  padding: 12px 14px !important;

  border: 1px solid var(--contact-border) !important;
  border-radius: 7px !important;

  background: #ffffff !important;

  color: var(--contact-text) !important;

  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;

  resize: vertical;

  outline: none !important;
  box-shadow: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}


/* =========================================================
   PLACEHOLDERS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
input::placeholder,
#webform-submission-send-us-a-message-block-content-146-add-form
textarea::placeholder {
  color: var(--contact-muted) !important;

  opacity: 0.88;
}


/* =========================================================
   FOCUS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-input:focus,
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-phone-input:focus,
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-textarea:focus {
  border-color: var(--contact-focus) !important;

  box-shadow:
    0 0 0 3px rgba(255, 107, 0, 0.1) !important;

  outline: none !important;
}


/* =========================================================
   CAPTCHA
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
fieldset.captcha {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  margin: 0 0 16px !important;
  padding: 0 !important;

  border: 0 !important;

  box-sizing: border-box !important;

  overflow: hidden;
}


/* CAPTCHA label */
#webform-submission-send-us-a-message-block-content-146-add-form
fieldset.captcha > legend.captcha__title {
  float: none !important;

  display: block !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 0 5px !important;
  padding: 0 !important;

  border: 0 !important;

  color: #071333 !important;

  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;

  letter-spacing: 0 !important;
  text-transform: none !important;
}


/* CAPTCHA star */
#webform-submission-send-us-a-message-block-content-146-add-form
fieldset.captcha
> legend.captcha__title.form-required::after {
  color: var(--contact-error) !important;
}


/* CAPTCHA element */
#webform-submission-send-us-a-message-block-content-146-add-form
.captcha__element {
  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.cf-turnstile {
  width: 100%;
  max-width: 100%;

  margin: 0 !important;

  transform-origin: left top;
}


/* =========================================================
   FOOTER
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-form-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 16px !important;

  width: 100%;

  margin: 0 !important;
  padding: 0 !important;
}


/* Security markup */
#webform-submission-send-us-a-message-block-content-146-add-form
#edit-contact-security {
  flex: 1 1 auto;

  margin: 0 !important;
  padding: 0 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-security {
  display: flex !important;
  align-items: center !important;

  gap: 7px !important;

  margin: 0 !important;

  color: #667694 !important;

  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-security i {
  flex: 0 0 auto;

  color: #39a844 !important;

  font-size: 13px !important;
}


/* =========================================================
   ACTIONS
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-actions {
  flex: 0 0 auto;

  min-width: 210px;

  margin: 0 !important;
  padding: 0 !important;
}


/* Submit */
#webform-submission-send-us-a-message-block-content-146-add-form
.contact-banner-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;

  min-height: 48px;

  margin: 0 !important;

  padding: 11px 22px !important;

  border-radius: 7px !important;

  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;

  text-align: center;
}


/* =========================================================
   HONEYPOT
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
.homepage_link-textfield {
  display: none !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   VALIDATION
   ========================================================= */

#webform-submission-send-us-a-message-block-content-146-add-form
input.error,
#webform-submission-send-us-a-message-block-content-146-add-form
textarea.error,
#webform-submission-send-us-a-message-block-content-146-add-form
.is-invalid {
  border-color: var(--contact-error) !important;
}


#webform-submission-send-us-a-message-block-content-146-add-form
.form-item--error-message,
#webform-submission-send-us-a-message-block-content-146-add-form
.invalid-feedback {
  margin-top: 5px !important;

  color: var(--contact-error) !important;

  font-size: 12px !important;
  line-height: 1.4 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  #webform-submission-send-us-a-message-block-content-146-add-form
  #edit-contact-reason {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  /* Heading */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-form-head h3 {
    font-size: 20px !important;
  }


  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-form-head p {
    font-size: 13px !important;
  }


  /* Sections */
  #webform-submission-send-us-a-message-block-content-146-add-form
  #edit-contact-form-head,
  #webform-submission-send-us-a-message-block-content-146-add-form
  #edit-contact-reason-group,
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-details-field,
  #webform-submission-send-us-a-message-block-content-146-add-form
  fieldset.captcha {
    margin-bottom: 16px !important;
  }


  /* Labels */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-label,
  #webform-submission-send-us-a-message-block-content-146-add-form
  fieldset.captcha > legend.captcha__title {
    font-size: 15px !important;
  }


  /* Radio grid */
  #webform-submission-send-us-a-message-block-content-146-add-form
  #edit-contact-reason {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    column-gap: 8px !important;
    row-gap: 8px !important;
  }


  /* Compact radio cards */
  #webform-submission-send-us-a-message-block-content-146-add-form
  #edit-contact-reason
  .form-check-label {
    min-height: 64px !important;

    gap: 4px !important;

    padding: 7px 6px !important;

    font-size: 12px !important;
  }


  #webform-submission-send-us-a-message-block-content-146-add-form
  #edit-contact-reason
  .form-check-label i {
    font-size: 20px !important;
  }


  /* Stack normal fields */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-form-row {
    flex-direction: column !important;

    gap: 14px !important;

    margin-bottom: 16px !important;
  }


  /* Controls */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-input,
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-phone-input {
    min-height: 46px;

    padding: 10px 13px !important;

    font-size: 14px !important;
  }


  /* Textarea */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-textarea {
    min-height: 100px;

    padding: 11px 13px !important;

    font-size: 14px !important;
  }


  /* Footer */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-form-footer {
    flex-direction: column !important;
    align-items: stretch !important;

    gap: 12px !important;
  }


  /* Security */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-security {
    justify-content: center;

    font-size: 12px !important;

    text-align: center;
  }


  /* Actions */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-actions {
    width: 100%;
    min-width: 0;
  }


  /* Submit */
  #webform-submission-send-us-a-message-block-content-146-add-form
  .contact-banner-submit {
    min-height: 46px;

    padding: 10px 18px !important;

    font-size: 15px !important;
  }

}

