.elementor-49 .elementor-element.elementor-element-ae9ee75{--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-49 .elementor-element.elementor-element-ae9ee75:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-ae9ee75 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}.elementor-49 .elementor-element.elementor-element-e0f0401{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-49 .elementor-element.elementor-element-e0f0401:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-e0f0401 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F2F2;}.elementor-49 .elementor-element.elementor-element-1216567{--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;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-49 .elementor-element.elementor-element-10a69dc iframe{height:600px;}@media(max-width:1024px){.elementor-49 .elementor-element.elementor-element-10a69dc > .elementor-widget-container{border-radius:8px 8px 8px 8px;}.elementor-49 .elementor-element.elementor-element-10a69dc iframe{height:350px;}}@media(min-width:768px){.elementor-49 .elementor-element.elementor-element-1216567{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5a246a8 *//* =========================
   CONTAINER
========================= */
.contact-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HERO */
.contact-hero {
  text-align: center;
  margin-bottom: 40px;
}

.contact-hero h1 {
  font-size: 34px;
  font-weight: 800;
  color: #011b44;
}

.subtitle {
  color: #666;
  margin-top: 10px;
}

/* GRID */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

/* CARD */
.contact-card {
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.contact-card h3 {
  margin-bottom: 5px;
  color: #011b44;
}

.contact-card p {
  color: #666;
  margin-bottom: 5px;
}

/* LINKS */
.contact-link {
  color: #011b44;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}

.contact-link:hover {
  color: #d4403c;
  text-decoration: underline;
}

/* BOX */
.contact-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e8ec;
  margin-bottom: 20px;
  text-align: center;
}

.contact-box h2 {
  color: #011b44;
}

/* FORM */
.contact-form-wrapper {
  margin-bottom: 30px;
}

/* CTA */
.contact-cta {
  text-align: center;
  margin-top: 40px;
  padding: 35px;
  background: linear-gradient(135deg, #011b44, #03306f);
  border-radius: 16px;
  color: #fff;
}

.contact-cta h2,
.contact-cta p {
  color: #fff;
}

/* BUTTON */
.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 30px;
  background: #fff;
  color: #011b44;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease, color 0.3s ease;
}



.cta-button:active {
  transform: translateY(0);
  opacity: 0.85;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ae9ee75 *//* =========================
   CONTAINER
========================= */
.contact-form {
  background: linear-gradient(135deg, #ffffff, #f4f8fb);
  padding: 35px;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

/* =========================
   TITLE
========================= */
.form-title {
  font-size: 22px;
  font-weight: 800;
  color: #0a5793;
  margin-bottom: 5px;
}

.form-subtitle {
  color: #666;
  margin-bottom: 20px;
}

/* =========================
   FORM GROUP
========================= */
.form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* =========================
   INPUTS
========================= */
.form-control {
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #dfe5ec;
  background: #fff;
  font-size: 15px;
  color: #111;
  transition: all 0.25s ease;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:hover {
  border-color: #c9d4df;
}

.form-control:focus {
  border-color: #0a5793;
  box-shadow: 0 0 0 3px rgba(10,87,147,0.15);
  outline: none;
}

/* TEXTAREA UX */
textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* =========================
   BUTTON
========================= */
.submit-center {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.submit-center input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 320px;
  background: #0a5793;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.25s ease;
  cursor: pointer;
}

.submit-center input[type="submit"]:hover {
  background: #d4403c;
  color: #fff;
}

/* =========================
   NOTE
========================= */
.secure-note {
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  color: #777;
}

/* =========================
   CF7 FIX
========================= */
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 input[type="submit"] {
  float: none !important;
  position: static !important;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .submit-center input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */