.elementor-7439 .elementor-element.elementor-element-50fe819{--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;}/* Start custom CSS for html, class: .elementor-element-a241cf9 */.contact-hero {
  position: relative;
  min-height: 390px;
  color: #ffffff;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(1, 16, 38, 0.98) 0%,
      rgba(2, 25, 58, 0.9) 42%,
      rgba(2, 25, 58, 0.26) 100%
    ),
    var(--contact-hero-img) center right / cover no-repeat;
}

.contact-shell {
  position: relative;
  width: min(1128px, calc(100% - 32px));
  min-height: 390px;
  margin: 0 auto;
}

.contact-hero-content {
  width: min(560px, 100%);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #20b33f;
  font-size: 16px;
  font-weight: 900;
}

.contact-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 900;
}

.contact-hero h1 span {
  display: block;
  margin-top: 8px;
  color: #20b33f;
}

.contact-hero p {
  max-width: 560px;
  margin: 22px 0 24px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
}

.contact-title-line {
  width: 54px;
  height: 3px;
  background: #20b33f;
  border-radius: 999px;
}

.contact-hero-note {
  position: absolute;
  top: 84px;
  right: 68px;
  max-width: 230px;
  color: #071b3e;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 900;
  text-align: left;
}

.contact-hero-note span {
  color: #20b33f;
}

@media (max-width: 820px) {
  .contact-hero {
    min-height: auto;
    padding: 52px 0;
    background:
      linear-gradient(90deg, rgba(1, 16, 38, 0.97), rgba(2, 25, 58, 0.9)),
      var(--contact-hero-img) center / cover no-repeat;
  }

  .contact-shell,
  .contact-hero-content {
    min-height: auto;
  }

  .contact-hero-note {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e367732 */.contact-main-section {
  padding: 26px 0 34px;
  background: #ffffff;
}

.contact-shell {
  width: min(1128px, calc(100% - 32px));
  margin: 0 auto;
}

.contact-hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: #071b3e;
  font-size: 13px;
  font-weight: 800;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
}

.contact-form-card,
.contact-info-card {
  padding: 26px;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 34, 75, 0.07);
}

.contact-form-card h2,
.contact-info-card h2 {
  margin: 0 0 14px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
}

.contact-form-card h2 span,
.contact-info-card h2 span {
  color: #20b33f;
}

.contact-form-card p {
  margin: 0 0 22px;
  color: #071b3e;
  font-size: 13px;
  font-weight: 600;
}

.contact-form,
.contact-form-row {
  display: grid;
  gap: 16px;
}

.contact-form-row {
  grid-template-columns: repeat(2, 1fr);
}

.contact-form label:not(.contact-policy-check) {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid #dbe4ef;
  border-radius: 6px;
  background: #ffffff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form label:focus-within {
  border-color: #20b33f;
  box-shadow: 0 0 0 3px rgba(32, 179, 63, 0.12);
}

.contact-form label svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: #071b3e;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  outline: 0;
  color: #071b3e;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.contact-message-field {
  min-height: 128px !important;
  align-items: flex-start !important;
  padding-top: 16px !important;
}

.contact-message-field textarea {
  min-height: 96px;
  resize: vertical;
}

.contact-policy-check {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #071b3e;
  font-size: 12px;
  font-weight: 600;
}

.contact-policy-check input {
  width: 15px;
  height: 15px;
}

.contact-policy-check a {
  color: #078d2f;
  font-weight: 800;
  text-decoration: none;
}

.contact-submit-btn {
  width: 240px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 5px;
  color: #ffffff;
  background: #20b33f;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-2px);
  background: #138730;
  box-shadow: 0 12px 24px rgba(32, 179, 63, 0.28);
}

.contact-submit-btn:disabled {
  cursor: wait;
  opacity: 0.75;
}

.contact-submit-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.contact-info-line {
  width: 54px;
  height: 3px;
  margin: 0 0 26px;
  background: #20b33f;
  border-radius: 999px;
}

.contact-info-layout {
  display: grid;
  grid-template-columns: 1fr 292px;
  gap: 28px;
  align-items: center;
}

.contact-info-list {
  display: grid;
  gap: 22px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #071b3e;
  text-decoration: none;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
}

.contact-green {
  background: #20b33f;
}

.contact-dark {
  background: #071b3e;
}

.contact-info-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-item strong {
  display: block;
  margin-bottom: 5px;
  color: #071b3e;
  font-size: 13px;
  font-weight: 900;
}

.contact-info-item span:last-child {
  color: #071b3e;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.contact-map-box {
  height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef3f8;
  box-shadow: 0 14px 30px rgba(7, 34, 75, 0.12);
}

.contact-map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1020px) {
  .contact-main-grid,
  .contact-info-layout {
    grid-template-columns: 1fr;
  }

  .contact-map-box {
    height: 300px;
  }
}

@media (max-width: 620px) {
  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .contact-info-card {
    padding: 20px;
  }

  .contact-submit-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fafd3b6 */.contact-touch-section {
  padding: 0 0 34px;
  background: #ffffff;
  text-align: center;
}

.contact-touch-section h2 {
  margin: 0 0 12px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 900;
}

.contact-touch-section h2 span {
  color: #20b33f;
}

.contact-touch-section > .contact-shell > p {
  margin: 0 0 28px;
  color: #071b3e;
  font-size: 14px;
  font-weight: 600;
}

.contact-touch-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.contact-touch-card {
  min-height: 214px;
  padding: 26px 18px 22px;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 34, 75, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.contact-touch-card:hover {
  transform: translateY(-8px);
  border-color: #20b33f;
  box-shadow: 0 18px 36px rgba(7, 34, 75, 0.14);
}

.contact-touch-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #ffffff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.contact-touch-card:hover .contact-touch-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 24px rgba(32, 179, 63, 0.25);
}

.contact-touch-green {
  background: #20b33f;
}

.contact-touch-dark {
  background: #071b3e;
}

.contact-touch-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-touch-card h3 {
  margin: 0 0 10px;
  color: #071b3e;
  font-size: 16px;
  font-weight: 900;
}

.contact-touch-card p {
  min-height: 46px;
  margin: 0 0 15px;
  color: #071b3e;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}

.contact-touch-card a {
  color: #078d2f;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.contact-touch-card a:hover {
  color: #071b3e;
}

@media (max-width: 1020px) {
  .contact-touch-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .contact-touch-grid {
    grid-template-columns: 1fr;
  }

  .contact-touch-card {
    min-height: auto;
  }
}/* End custom CSS */