.elementor-1359 .elementor-element.elementor-element-95ddc11{--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-1359 .elementor-element.elementor-element-ab0b6cf{--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-1359 .elementor-element.elementor-element-787d97a{--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-1359 .elementor-element.elementor-element-82ae5f9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 78px;}.elementor-1359 .elementor-element.elementor-element-82ae5f9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1359 .elementor-element.elementor-element-82ae5f9 .premium-cf7-container .wpcf7-form label, .elementor-1359 .elementor-element.elementor-element-82ae5f9 .premium-cf7-container .wpcf7-form .wpcf7-quiz-label{display:inline-block;}.elementor-1359 .elementor-element.elementor-element-82ae5f9 .premium-cf-head{align-items:center;}.elementor-1359 .elementor-element.elementor-element-b2041ac{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1359 .elementor-element.elementor-element-787d97a{--width:50%;}.elementor-1359 .elementor-element.elementor-element-b2041ac{--width:50%;}}@media(max-width:1366px){.elementor-1359 .elementor-element.elementor-element-82ae5f9{width:var( --container-widget-width, 636px );max-width:636px;--container-widget-width:636px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-1359 .elementor-element.elementor-element-82ae5f9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-f5d58d8 */.contact-heading-section {
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

.contact-heading-section .small-text {
  color: #004aad;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-heading-section .main-heading {
  font-size: 36px;
  font-weight: 600;
  color: #001f3f;
  margin: 0;
}

@media (max-width: 768px) {
  .contact-heading-section .main-heading {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for premium-contact-form, class: .elementor-element-82ae5f9 *//* ====== Import Poppins Font ====== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* ====== Contact Form 7 Container ====== */
div.wpcf7 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
}

/* ====== Form Base ====== */
.wpcf7 form {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}

/* ====== Labels ====== */
.wpcf7 form label {
  display: block;
  color: #002a5c;
  font-weight: 500;
  font-size: 15.5px;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
  line-height: 1.6;
}

/* ====== Input Fields ====== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: 1.3px solid #cfd6e0;
  border-radius: 8px;
  padding: 13px 15px;
  margin-bottom: 22px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #222;
  background: #fff;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

/* ====== Message Box ====== */
.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
  border-radius: 8px;
}

/* ====== Focus Effect ====== */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #004aad;
  box-shadow: 0 0 6px rgba(0, 74, 173, 0.2);
  outline: none;
}

/* ====== Submit Button ====== */
.wpcf7 input[type="submit"] {
  background: linear-gradient(135deg, #001f3f, #004aad);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 10px auto 0; /* center align */
  width: auto; /* not full width */
}

/* ====== Hover Effect ====== */
.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #004aad, #002f6c);
  box-shadow: 0 4px 12px rgba(0, 64, 255, 0.25);
}

/* ====== Response Messages ====== */
.wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .wpcf7 form {
    max-width: 95%;
    padding: 0 10px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    font-size: 14px;
    padding: 12px 13px;
    margin-bottom: 18px;
  }

  .wpcf7 textarea {
    min-height: 140px;
  }

  .wpcf7 input[type="submit"] {
    font-size: 15px;
    padding: 11px 28px;
  }
}/* End custom CSS */