.contact-us {
  padding: 80px 0;
  --field-border: 1px solid #878787;
}
.contact-us .content-wrapper {
  background: url("/wp-content/uploads/2026/05/contact-bg-element-img.svg")
    no-repeat center;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 60px;
  border-radius: 20px;
  position: relative;
}
.contact-us .contact-title {
  color: #080808;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* ── Left Section ── */
.contact-us .left-section {
  position: sticky;
  top: 155px;
  flex: 0 0 45%;
  max-width: 45%;
}
.contact-us .contact-details-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.contact-us .contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 !important;
}
/* .contact-us .contact-detail .iconbox{width:36px; height:36px; flex-shrink:0;} */
.contact-us .contact-detail .iconbox {
  padding: 0;
}
.contact-us .contact-detail .iconbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-us .contact-detail .contentbox {
  flex: 1;
}
.contact-us .contact-detail .contentbox p,
.contact-us .contact-detail .contentbox a {
  margin: 0;
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact-us .contact-detail .contentbox hr {
  margin-block: 12px;
  background: #b8c324;
  opacity: 1;
}
.contact-us .contact-detail .contentbox a:hover {
  text-decoration: underline;
}
.contact-us .contact-detail .contentbox span {
  font-size: 14px;
}

/* ── Map ── */
.contact-us .mapbox {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 358px;
  margin-top: 40px;
}
.contact-us .mapbox iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ── Right Section ── */
.contact-us .right-section {
  padding-left: 20px;
  flex: 1 1 0;
  min-width: 0;
}
.contact-us .tabwrapp {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

/* ── Tabs ── */
.contact-us .nav-tabs {
  border: none;
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: nowrap;
}
.contact-us .nav-tabs .nav-item {
  flex: 1;
}
.contact-us .nav-tabs .nav-link {
  width: 100%;
  border: none;
  border-radius: 14px;
  background: #e8edf5;
  color: #555;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition:
    all 0.25s,
    color 0.25s;
  line-height: 1.3;
}
.contact-us .nav-tabs .nav-link svg {
  color: #3e3e3e;
}
.contact-us .nav-tabs .nav-link:hover {
  background: #d0d8ec;
  color: #1a1a1a;
}
.contact-us .nav-tabs .nav-link.active {
  background: #1e3060;
  color: #fff;
}
.contact-us .nav-tabs .nav-link.active svg {
  color: #fff;
}
.contact-us .nav-tabs .nav-link.active > svg path {
  stroke: #fff;
}
/* .contact-us .nav-tabs .nav-link .tab-icon{width:22px; height:22px; margin:0; object-fit:contain;} */
/* .contact-us .nav-tabs .nav-link.active .tab-icon{filter:brightness(0) invert(1);} */

/* ── Form Box ── */
.contact-us .gform-theme--framework .gform-field-label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  gap: 3px;
}
.contact-us .gform-theme--framework .gchoice .gform-field-label {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.contact-us .gform-theme--framework .gfield--type-choice .gfield_radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact-us
  .gform-theme--framework
  .gfield--type-choice
  .gfield_radio
  .gchoice {
  padding: 5.5px 0;
  padding-left: 46px;
  border-left: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  cursor: default !important;
}
.contact-us
  .gform-theme--framework
  .gfield--type-choice
  .gfield_radio
  .gchoice:nth-child(1),
.contact-us
  .gform-theme--framework
  .gfield--type-choice
  .gfield_radio
  .gchoice:nth-child(4) {
  border-left: none;
  padding-left: 0 !important;
}
.contact-us .gform-theme--framework .gfield--type-html {
  padding: 5px 10px !important;
  border-radius: 6px !important;
  border: 0 !important;
  background: #e2f8ff !important;
  margin-block: 10px 0;
}
.contact-us .gform-theme--framework .gfield--type-html p {
  color: #0079a4;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.contact-us .gform-theme--foundation .gform_fields {
  gap: 30px !important;
}
.contact-us
  .gform-theme--foundation
  .gfield
  :is(input:not(.gfield-choice-input), textarea),
.contact-us .gform-theme--foundation .ginput_complex select {
  padding: 16px 18px !important;
  border-radius: 10px;
  border: var(--field-border) !important;
  background: transparent !important;
  outline: 0 !important;
  color: #878787;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  flex: 1;
  height: auto;
}
.contact-us .gform-theme--foundation .ginput_complex select {
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none"><path d="M6.00071 6.00071L0 0H12.0014L6.00071 6.00071Z" fill="%232B3C73"/></svg>') !important;
  background-position: right 16px center !important;
  background-repeat: no-repeat !important;
  padding-right: 42px !important;
}
/* Show grey only for the placeholder (empty value), dark text once a real option is selected */
.contact-us
  .gform-theme--foundation
  .ginput_complex
  select:not([data-placeholder-selected])
  option:not([value=""]),
.contact-us
  .gform-theme--foundation
  .ginput_complex
  select
  option:not([value=""]) {
  color: #080808;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.contact-us .gform-theme--foundation .ginput_complex select option[value=""] {
  color: #878787;
}
.contact-us .gform-theme--foundation .ginput_complex select option,
.contact-us .gform-theme--foundation .ginput_complex select option:hover,
.contact-us .gform-theme--foundation .ginput_complex select option:focus,
.contact-us .gform-theme--foundation .ginput_complex select option:active {
  padding: 18px !important;
  border-radius: 10px;
  border: var(--field-border) !important;
  background: #fff !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
/* When a real (non-empty) option is selected, make the select text dark */
.contact-us
  .gform-theme--foundation
  .ginput_complex
  select.gf-select--has-value {
  color: #080808 !important;
}
/* JS-free approach: use :has() to detect if any non-empty option is selected */
.contact-us
  .gform-theme--foundation
  .ginput_complex
  select:has(option[value=""]:not(:checked)) {
  color: #080808 !important;
}
.contact-us
  .gform-theme--foundation
  .gfield
  :is(input:not(.gfield-choice-input), textarea):placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.contact-us .gform-theme--foundation .gfield textarea {
  min-block-size: 139px !important;
  resize: none;
}

.contact-us .gform-theme--foundation .ginput_address_city,
.contact-us .gform-theme--foundation .ginput_address_country,
.contact-us .gform-theme--foundation .ginput_address_state,
.contact-us .gform-theme--foundation .ginput_address_zip {
  width: auto;
  inline-size: auto;
  flex: 1;
}
.contact-us .gform-theme--foundation .ginput_address_zip {
  order: 1;
}
.contact-us .gform-theme--foundation .ginput_address_state {
  order: 3;
}
.contact-us .gform-theme--foundation .address_city {
  order: 2;
}

.lang {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang .gt_float_switcher .gt-selected,
.lang .gt_float_switcher,
.lang .gt_float_switcher .gt-selected .gt-current-lang {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  overflow: visible !important;
}
.lang .gt_float_switcher .gt-selected .gt-current-lang img {
  display: none;
}
.lang .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
.lang
  .gt_float_switcher
  .gt-selected
  .gt-current-lang
  span.gt_float_switcher-arrow {
  background-image: initial;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6" fill="none"><path d="M6.00071 6.00071L0 0H12.0014L6.00071 6.00071Z" fill="%232B3C73"/></svg>')
    no-repeat center;
  background-size: contain;
  width: 12px;
  height: 6px;
  aspect-ratio: 2/1;
  transform: rotate(0deg);
  margin-top: 3px;
}
.lang
  .gt_float_switcher
  .gt-selected
  .gt-current-lang
  span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(180deg);
}
.lang .gt_float_switcher {
  position: relative;
}
.lang .gt_float_switcher .gt_options {
  top: 100%;
  left: 0;
  position: absolute;
  transform: translateY(0);
  background: #fff;
  width: 260px;
  z-index: 1;
}
.lang .gt-current-lang {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 3px;
}

/* ── Tab Content Head (Maintenance tab) ── */
.contact-us .tab-content-head {
  margin-bottom: 20px !important;
}
/* .contact-us .logoheading .logo img{height:36px; width:auto;} */
.contact-us .logoheading .heading {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  display: flex;
  align-items: center;
}
.contact-us .content {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.contact-us .gfield_required_asterisk {
  color: #f00;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.contact-us .logoheading {
  width: 100%;
  border-radius: 10px;
  background: #e2f8ff;
  padding: 6px;
  margin-block: 9px 12px;
}
.contact-us .logoheading .heading {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
}
span.help {
  color: #2b3c73;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: flex;
  padding: 6px 10px;
  border-radius: 10px;
  background: #d0dd28;
  display: inline-block;
  padding-left: 38px;
  position: relative;
}
span.help::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><g clip-path="url(%23clip0_40004212_48234)"><path d="M9 0C4.02571 0 0 4.02525 0 9C0 13.9742 4.02525 18 9 18C13.9743 18 18 13.9747 18 9C18 4.02571 13.9747 0 9 0ZM9 16.7442C4.72985 16.7442 1.25582 13.2702 1.25582 9C1.25582 4.72982 4.72985 1.25582 9 1.25582C13.2702 1.25582 16.7442 4.72982 16.7442 9C16.7442 13.2702 13.2702 16.7442 9 16.7442Z" fill="%232B3C73"/><path d="M8.73238 11.3867C8.23482 11.3867 7.83203 11.8014 7.83203 12.2989C7.83203 12.7846 8.22297 13.2111 8.73238 13.2111C9.2418 13.2111 9.64455 12.7846 9.64455 12.2989C9.64455 11.8014 9.22991 11.3867 8.73238 11.3867Z" fill="%232B3C73"/><path d="M8.8885 4.48047C7.28917 4.48047 6.55469 5.42825 6.55469 6.06795C6.55469 6.52997 6.94563 6.74323 7.26548 6.74323C7.90522 6.74323 7.6446 5.831 8.85296 5.831C9.44527 5.831 9.91918 6.09164 9.91918 6.6366C9.91918 7.2763 9.25574 7.64355 8.8648 7.97525C8.52122 8.27137 8.07108 8.75712 8.07108 9.77595C8.07108 10.392 8.23695 10.5697 8.72263 10.5697C9.3031 10.5697 9.42157 10.3091 9.42157 10.0839C9.42157 9.46791 9.43342 9.11251 10.085 8.6031C10.4049 8.35434 11.4118 7.54873 11.4118 6.43516C11.4118 5.32158 10.4049 4.48047 8.8885 4.48047Z" fill="%232B3C73"/></g><defs><clipPath id="clip0_40004212_48234"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>')
    no-repeat center;
  background-size: contain;
}
body .contact-us .gform_wrapper .gfield .iti__flag {
  background: initial;
  box-shadow: none;
  width: auto;
  height: auto;
}
body .contact-us .gform_wrapper .gfield .iti__flag .iti__a11y-text {
  width: auto;
  height: auto;
  clip: auto;
  position: initial;
  overflow: auto;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

body .contact-us .gform_wrapper .gfield .iti__country-container {
  box-shadow: none;
  position: initial;
}
body .contact-us .gform_wrapper .gfield .iti__country-container button {
  box-shadow: none !important;
  display: block !important;
  background: transparent !important;
  border: 0 !important;
}
body .contact-us .gform_wrapper .gfield .iti {
  display: flex;
  align-items: center;
  border: var(--field-border) !important;
  border-radius: 10px;
}
body .contact-us .gform_wrapper .gfield .iti input.iti__tel-input,
body .contact-us .gform_wrapper .gfield .iti input.iti__tel-input[type="tel"] {
  border: 0 !important;
  box-shadow: none;
  border-radius: 0;
  border-left: 1px solid #e2e2e2 !important;
}
body .contact-us .gform_wrapper .gfield .iti__selected-country-primary {
  padding: 0 20px;
}
body .contact-us .gform_wrapper .gfield .iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M4.16667 4.16667L0 0H8.33333L4.16667 4.16667Z" fill="%231C1B1F"/></svg>')
    center no-repeat;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 4px;
  border: 0;
}

.gform_wrapper {
  text-align: center;
}
.gform_wrapper .gform-body {
  text-align: left;
}
/* ── GF Submit Button: mirrors .pdop_btn.pdop_btn_secondary ── */
/* Scoped to .formbox only — prevents affecting other GF forms (e.g. newsletter form) inside .contact-us */
.gform_wrapper .gform-footer {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  flex-wrap: nowrap;
  background-color: var(--color-accent-green);
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  transition: 0.35s all ease-out;
  --arrow-width: 44px;
  cursor: pointer;
}

/* Input: transparent, text sits on top, left-padded */
.gform_wrapper .gform_footer button[type="submit"] {
  outline: none !important;
  position: relative;
  z-index: 1;
  padding-block: 12px !important;
  padding-inline: 22px 0 !important;
  color: #2b3c73 !important;
  font-size: var(--body-base) !important;
  font-weight: var(--fw-semibold) !important;
  line-height: normal !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: color 0.35s ease-out;
  white-space: nowrap;
  margin: 0 !important;
}

/* Hover: text flips to white (matches pdop_btn_secondary:hover) */
.gform_wrapper .gform-footer:hover button[type="submit"] {
  color: var(--color-white) !important;
}

/* ::after = the static sky-blue arrow circle on the right (always visible) */
.gform_wrapper .gform-footer::after {
  content: "";
  flex-shrink: 0;
  border-radius: 100vw;
  width: var(--arrow-width);
  height: var(--arrow-width);
  margin: 3px;
  background-color: var(--color-accent-sky);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.75 6.0625L11.5028 6.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.2002 1.0625L12.2182 6.0625L7.2002 11.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  transition: 0.35s all ease-out;
  pointer-events: none;
}

/* ::before = sky-blue circle that flood-fills the button on hover */
.gform_wrapper .gform-footer::before {
  content: "";
  background-color: var(--color-accent-sky);
  width: var(--arrow-width);
  height: var(--arrow-width);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.35s all ease-out;
  transform-origin: 85% 50%;
  pointer-events: none;
}

/* Hover: ::before expands to flood-fill */
.gform_wrapper .gform-footer:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: none;
}

/* When spinner is active: hide ::after (arrow circle) and ::before (flood bg) */
.gform-footer:has(.gform_ajax_spinner:not([style*="display: none"]))::after {
  display: none !important;
}
.gform-footer:has(.gform_ajax_spinner:not([style*="display: none"]))::before {
  display: none !important;
}

/* Spinner: <img class="gform_ajax_spinner"> sits in the right zone */
.gform_ajax_spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
  display: block;
}

.gform_wrapper .gform-footer .gform_validation_errors {
  background-color: #ffffff1a !important;
  border-color: var(--gf-form-validation-heading-color) !important;
}
.gform_wrapper .gform-footer .gform_submission_error,
.contact-us
  .gform_fields
  .field_description_below
  .gfield_description:where(
    :not(.gfield_creditcard_warning_message):not(
        .field_validation_above .gfield_validation_message
      ):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)
  ) {
  color: var(--gf-form-validation-heading-color) !important;
}

.gform_wrapper .gform-footer .gform_validation_errors .gform-icon {
  color: var(--gf-form-validation-heading-color) !important;
  border-color: var(--gf-form-validation-heading-color) !important;
}

/* Constant contact form */
.pdop_news .light-lavender {
  background-image: url("/wp-content/uploads/2026/06/section-flower.svg");
}

.pdop_news .pdop_current_projects_subtitle {
  max-width: 1024px;
  margin-inline: auto;
  width: 100%;
}

.ctct-form-embed.form_2 {
  background: var(--color-white) !important;
  border: 1px solid var(--color-accent-sky) !important;
  border-radius: 20px !important;
  padding: 50px !important;
  position: relative !important;
  box-shadow: 6px 6px 0px 0px var(--color-accent-sky) !important;
}

.ctct-form-embed.form_2 * {
  font-family: var(--font-family-figtree) !important;
}

.ctct-form-embed.form_2 .ctct-form-defaults {
  padding: 0 !important;
}

.ctct-form-embed.form_2 .ctct-form-header {
  display: none !important;
}

.ctct-form-text {
  font-size: var(--body-medium) !important;
}

.ctct-gdpr-text {
  font-size: var(--body-base) !important;
}

.ctct-form-field {
  margin-bottom: 30px;
}

.ctct-form-label {
  color: var(--color-black) !important;
  font-size: var(--body-small) !important;
  font-weight: var(--fw-medium) !important;
  margin-bottom: 10px !important;
}

.ctct-form-element {
  width: 100% !important;
  padding: 16px 18px !important;
  border-radius: 10px !important;
  border: solid 1px #878787 !important;
  outline: 0 !important;
  color: var(--color-black) !important;
}

.ctct-form-element::placeholder {
  color: #878787 !important;
}

/* .ctct-form-field legend {
  font-size: var(--h5-size);
}

.pdop_news .ctct-form-field fieldset > p:first-of-type {
  column-count: 3;
}

.ctct-form-embed.form_2 input.ctct-label-right {
  margin-right: 12px;
  width: 20px !important;
  height: 20px;
  vertical-align: middle;
}

.ctct-form-embed.form_2 span.ctct-label-right {
  width: auto;
} */

.ctct-form-embed.form_2 .ctct-form-button {
  font-size: var(--body-medium) !important;
  width: auto !important;
  background-color: var(--color-accent-green) !important;
  color: var(--color-primary) !important;
  border: 0 !important;
  position: relative !important;
  padding: 13px 22px !important;
  padding-right: 50px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12) !important;
  font-weight: var(--fw-semibold) !important;
  z-index: 2 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: 0.35s all ease-out !important;
  --arrow-width: 38px !important;
  line-height: normal !important;
}

.ctct-form-embed.form_2 .ctct-form-button::before {
  content: "" !important;
  width: var(--arrow-width) !important;
  background-color: var(--color-accent-sky) !important;
  height: var(--arrow-width) !important;
  border-radius: 50px !important;
  display: inline-block !important;
  position: absolute !important;
  right: 3px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: -1 !important;
  transition: 0.35s all ease-out !important;
  transform-origin: 85% 50% !important;
}

.ctct-form-embed.form_2 .ctct-form-button::after {
  background-color: var(--color-accent-sky) !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.75 6.0625L11.5028 6.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.2002 1.0625L12.2182 6.0625L7.2002 11.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: "" !important;
  border-radius: 100% !important;
  width: var(--arrow-width) !important;
  height: var(--arrow-width) !important;
  position: absolute !important;
  right: 3px !important;
  z-index: -1 !important;
  transition: 0.35s all ease-out !important;
  font-weight: var(--fw-semibold) !important;
}

.ctct-form-embed.form_2 .ctct-form-button:hover {
  border-color: var(--color-accent-green) !important;
  color: var(--color-white) !important;
}

.ctct-form-embed.form_2 .ctct-form-button:hover::before {
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  transform: scale(1.01) !important;
}

.ctct-form-embed.form_2 .ctct-form-button:hover::after {
  background-color: var(--color-accent-sky) !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.75 6.0625L11.5028 6.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.2002 1.0625L12.2182 6.0625L7.2002 11.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* .pdop_news .ctct-form-field-checkbox {
  margin-bottom: 0;
} */

.ctct-message {
  position: relative;
}

.ctct-message .ctct-dismiss {
  position: absolute;
  padding: 6px;
  right: -11px;
  top: -11px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Gravity form submit button */
/* .gform_footer button.gform_button[type="submit"] {
  position: relative !important;
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
  padding: 13px 22px !important;
  padding-right: 50px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 50px !important;
  border: 1px solid var(--color-primary) !important;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12) !important;
  font-weight: 600 !important;
  z-index: 2 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: 0.35s all ease-out !important;
  --arrow-width: 38px !important;
}

.gform_footer button.gform_button[type="submit"] {
  background-color: var(--color-accent-green) !important;
  color: var(--color-primary) !important;
  border: 0 !important;
}

.gform_footer button.gform_button[type="submit"]::before {
  content: "";
  background-color: var(--color-accent-green) !important;
  width: var(--arrow-width) !important;
  height: var(--arrow-width) !important;
  border-radius: 50px !important;
  display: inline-block !important;
  position: absolute !important;
  right: 3px !important;
  z-index: -1 !important;
  transition: 0.35s all ease-out !important;
  transform-origin: 85% 50% !important;
}

.gform_footer button.gform_button[type="submit"]::before {
  background-color: var(--color-accent-sky) !important;
}

.gform_footer button.gform_button[type="submit"]:hover {
  border-color: var(--color-accent-green) !important;
}

.gform_footer button.gform_button[type="submit"]:hover::before {
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  transform: scale(1.01) !important;
}

.gform_footer button.gform_button[type="submit"]::after {
  content: "";
  border-radius: 100vw !important;
  width: var(--arrow-width) !important;
  height: var(--arrow-width) !important;
  background-color: var(--color-accent-green) !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.75 6.0625L11.5028 6.0625" stroke="%232B3C73" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.2002 1.0625L12.2182 6.0625L7.2002 11.0625" stroke="%232B3C73" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute !important;
  right: 3px !important;
  z-index: -1 !important;
  transition: 0.35s all ease-out !important;
}

.gform_footer button.gform_button[type="submit"]:is(:hover, :focus) {
  color: var(--color-white) !important;
}

.gform_footer button.gform_button[type="submit"]::after {
  background-color: var(--color-accent-sky) !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.75 6.0625L11.5028 6.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.2002 1.0625L12.2182 6.0625L7.2002 11.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
} */

/* ── Responsive: Large Desktops 1200px–1399px ── */
@media only screen and (max-width: 1399px) {
  .contact-us .content-wrapper {
    padding: 50px;
  }
  .contact-us .left-section {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .contact-us .contact-details-list {
    gap: 30px;
  }
}

/* ── Responsive: Tablets Landscape / Small Desktops 992px–1199px ── */
@media only screen and (max-width: 1199px) {
  .contact-us {
    padding: 60px 0;
  }
  .contact-us .content-wrapper {
    padding: 40px;
  }
  .contact-us .contact-title {
    font-size: 28px;
  }
  .contact-us .left-section {
    flex: 0 0 50%;
    max-width: 50%;
    position: static;
    top: auto;
  }
  .contact-us .contact-details-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .contact-us .right-section {
    padding-left: 16px;
  }
  .contact-us .tabwrapp {
    padding: 22px;
  }
  .contact-us .nav-tabs .nav-link {
    font-size: 13px;
    padding: 12px 8px;
  }
  .contact-us .mapbox {
    height: 280px;
  }
  .contact-us .logoheading .heading {
    font-size: 22px;
  }
}

/* ── Responsive: Tablets Portrait 768px–991px ── */
@media only screen and (max-width: 991px) {
  .contact-us {
    padding: 50px 0;
  }
  .contact-us .content-wrapper {
    flex-direction: column;
    padding: 36px;
    gap: 40px;
    border-radius: 16px;
  }
  .contact-us .contact-title {
    font-size: 26px;
  }
  .contact-us .left-section {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    position: static;
    top: auto;
  }
  .contact-us .right-section {
    padding-left: 0;
    width: 100%;
  }
  .contact-us .contact-details-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .contact-us .tabwrapp {
    padding: 22px;
  }
  .contact-us .nav-tabs {
    gap: 8px;
    margin-bottom: 20px;
  }
  .contact-us .nav-tabs .nav-link {
    font-size: 13px;
    padding: 12px 8px;
    border-radius: 10px;
  }
  .contact-us .mapbox {
    height: 300px;
    margin-top: 30px;
  }
  .contact-us .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .contact-us
    .gform-theme--framework
    .gfield--type-choice
    .gfield_radio
    .gchoice:nth-child(1),
  .contact-us
    .gform-theme--framework
    .gfield--type-choice
    .gfield_radio
    .gchoice:nth-child(4) {
    border-left: none;
    padding-left: 0 !important;
  }
  .contact-us
    .gform-theme--framework
    .gfield--type-choice
    .gfield_radio
    .gchoice:nth-child(3) {
    border-left: none;
    padding-left: 0 !important;
  }
  .contact-us .logoheading .heading {
    font-size: 20px;
    line-height: 28px;
  }

  /* Constant contact form - ENews */
  /* .pdop_news .ctct-form-field fieldset > p:first-of-type {
    column-count: 2;
  } */
}

/* ── Responsive: Mobile 480px–767px ── */
@media only screen and (max-width: 767px) {
  .contact-us {
    padding: 40px 0;
  }
  .contact-us .left-section {
    position: initial;
  }
  .contact-us .content-wrapper {
    padding: 28px 20px;
    gap: 32px;
    border-radius: 14px;
  }
  .contact-us .contact-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .contact-us .left-section {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .contact-us .right-section {
    padding: 0;
    width: 100%;
  }
  .contact-us .contact-details-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-us .contact-detail {
    width: 100%;
    gap: 12px;
  }
  .contact-us .contact-detail .contentbox p,
  .contact-us .contact-detail .contentbox a {
    font-size: 15px;
  }
  .contact-us .tabwrapp {
    padding: 16px;
    border-radius: 14px;
  }
  .contact-us .nav-tabs {
    gap: 15px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .contact-us .nav-tabs .nav-item {
    flex: 1 1 calc(50% - 6px);
  }
  .contact-us .nav-tabs .nav-link {
    font-size: 12px;
    padding: 10px 8px;
    border-radius: 10px;
  }
  .contact-us .mapbox {
    height: 240px;
    margin-top: 24px;
    border-radius: 10px;
  }
  .contact-us .gform-theme--foundation .gform_fields {
    gap: 20px !important;
  }
  .contact-us .gform-theme--foundation .gform-grid-row {
    flex-flow: column wrap !important;
  }
  .gform_wrapper .gform-footer:before {
    width: 37px;
    height: auto;
    aspect-ratio: 1;
  }
  .contact-us .gform-theme--foundation .gform-grid-col {
    width: 100% !important;
  }
  .contact-us
    .gform-theme--foundation
    .gfield
    :is(input:not(.gfield-choice-input), textarea),
  .contact-us .gform-theme--foundation .ginput_complex select {
    padding: 13px 14px !important;
    font-size: 15px;
  }
  .contact-us .gform-theme--framework .gfield--type-choice .gfield_radio {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contact-us
    .gform-theme--framework
    .gfield--type-choice
    .gfield_radio
    .gchoice {
    border-left: none;
    padding-left: 0 !important;
  }
  .contact-us .logoheading .heading {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-us .logoheading .heading {
    margin-left: 12px;
    padding-left: 12px;
  }
  body .contact-us .gform_wrapper .gfield .iti__selected-country-primary {
    padding: 0 12px;
  }

  /* Constant contact form - ENews */
  .ctct-form-embed.form_2 {
    padding-inline: 30px !important;
  }

  /* .pdop_news .ctct-form-field fieldset > p:first-of-type {
    column-count: 1;
  } */
}

/* ── Responsive: Small Mobile ≤479px ── */
@media only screen and (max-width: 479px) {
  .contact-us {
    padding: 30px 0;
  }
  .contact-us .content-wrapper {
    padding: 20px 16px;
    gap: 24px;
    border-radius: 12px;
  }
  .contact-us .contact-title {
    font-size: 22px;
  }
  .contact-us .tabwrapp {
    padding: 14px;
    border-radius: 12px;
  }
  .contact-us .nav-tabs .nav-item {
    flex: 1 1 100%;
  }
  .contact-us .nav-tabs .nav-link {
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 14px;
    font-size: 13px;
  }
  .contact-us .mapbox {
    height: 200px;
  }
  .contact-us .logoheading .heading {
    font-size: 16px;
    line-height: 24px;
  }
  span.help {
    font-size: 13px;
  }
  .gform_wrapper .gform_footer button[type="submit"] {
    padding-block: 13px !important;
    padding-inline: 18px 50px !important;
    font-size: 14px !important;
  }

  /* Constant contact form - ENews */
  .ctct-form-embed.form_2 {
    padding-inline: 20px !important;
  }
}
