.elementor-27 .elementor-element.elementor-element-d80898f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-99098a9 > .elementor-widget-container{margin:0px 60px 0px 60px;padding:0px 110px 0px 110px;}.elementor-27 .elementor-element.elementor-element-99098a9 .title-area{text-align:center;}.elementor-27 .elementor-element.elementor-element-6989d5d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-27 .elementor-element.elementor-element-7c1b4c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27 .elementor-element.elementor-element-7c1b4c1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-27 .elementor-element.elementor-element-caf3663 > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-27 .elementor-element.elementor-element-1568df7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 12px 0px 12px;}.elementor-27 .elementor-element.elementor-element-bfa2035{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27 .elementor-element.elementor-element-2779947 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 12px 0px 12px;}.elementor-27 .elementor-element.elementor-element-ba742ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-27 .elementor-element.elementor-element-1b3fc60 iframe{height:680px;}@media(max-width:1024px){.elementor-27 .elementor-element.elementor-element-d80898f{--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-1568df7 > .elementor-widget-container{padding:0px 36px 0px 36px;}.elementor-27 .elementor-element.elementor-element-2779947 > .elementor-widget-container{padding:0px 36px 0px 36px;}.elementor-27 .elementor-element.elementor-element-1b3fc60 iframe{height:350px;}}@media(max-width:767px){.elementor-27 .elementor-element.elementor-element-1568df7 > .elementor-widget-container{padding:0px 12px 0px 12px;}.elementor-27 .elementor-element.elementor-element-2779947 > .elementor-widget-container{padding:0px 12px 0px 12px;}}@media(min-width:768px){.elementor-27 .elementor-element.elementor-element-7c1b4c1{--width:34.965%;}.elementor-27 .elementor-element.elementor-element-bfa2035{--width:66.6666%;}}/* Start custom CSS for mediaxcontactinfo, class: .elementor-element-1568df7 *//* Match widths and remove parent constraints for both blocks */
.location-card,
.contact-feature {
  width: 400px !important;         /* Increased by 50px from 350px */
  max-width: none !important;      /* Remove restrictive max-width */
  flex: 0 0 400px !important;      /* Keep fixed equal width */
  white-space: normal;             /* Allow wrapping for text */
  box-sizing: border-box;          /* Ensure padding fits inside width */
}

/* Flex adjustments for contact-feature */
.contact-feature {
  display: inline-flex !important; /* Keep icon and text aligned horizontally */
  align-items: flex-start;         /* Align icon with top of text */
}

.contact-feature .media-body {
  flex: 1 1 auto;                   /* Allow text to use available space */
  min-width: 0;                     /* Prevent text overflow in flexbox */
}

.contact-feature .box-icon {
  flex: 0 0 auto;                   /* Keep icon at its natural size */
}/* End custom CSS */
/* Start custom CSS for mediaxcontactform, class: .elementor-element-2779947 *//* Flat blue submit button (matches site primary style) */
.form-btn .th-btn.btn-fw,
.form-btn .th-btn.btn-fw:link,
.form-btn .th-btn.btn-fw:visited {
  background: #1F5FFF !important;    /* solid Pebble blue */
  background-image: none !important;  /* kill theme gradients */
  border: none !important;
  border-radius: 30px !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  -webkit-appearance: none !important;
  filter: none !important;
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color .2s ease;
}

/* Nuke any decorative pseudo-elements that cause a “sheen” */
.form-btn .th-btn.btn-fw::before,
.form-btn .th-btn.btn-fw::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Hover/active — still flat */
.form-btn .th-btn.btn-fw:hover {
  background-color: #174BFF !important; /* slightly darker blue */
  color: #fff !important;
}
.form-btn .th-btn.btn-fw:active {
  background-color: #0F3FE0 !important;
}

/* Accessible focus without 3D */
.form-btn .th-btn.btn-fw:focus-visible {
  outline: 2px solid #0B3FE6;
  outline-offset: 2px;
}/* End custom CSS */