.elementor-23 .elementor-element.elementor-element-1d4c2f3:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-1d4c2f3 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FDFC;}.elementor-23 .elementor-element.elementor-element-1d4c2f3 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:50px 50px 50px 50px;--e-column-margin-right:50px;--e-column-margin-left:50px;padding:0px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-1d4c2f3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-471ffd1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:28px;font-weight:600;color:#1A1A1A;}/* Start custom CSS for html, class: .elementor-element-4ff76f3 */.contact-banner {
  background: linear-gradient(to right, #e6f0ff, #f0f9f7);
  padding: 80px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  border-bottom: 2px solid #dcecec;
}

.contact-banner h1 {
  font-size: 36px;
  color: #003366;
  margin-bottom: 15px;
}

.contact-banner p {
  font-size: 16.5px;
  color: #2c3e50;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.breadcrumb {
  margin-top: 15px;
  font-size: 14px;
  color: #6c757d;
}

.breadcrumb a {
  color: #0d6efd;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82318c0 */.contact-intro {
  background-color: #f9fdfc;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.contact-intro h2 {
  font-size: 28px;
  color: #198754;
  margin-bottom: 20px;
}

.contact-intro p {
  font-size: 16.5px;
  color: #2c3e50;
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcf7c17 */.contact-details {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.contact-details h2 {
  font-size: 26px;
  color: #198754;
  margin-bottom: 30px;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.contact-item {
  flex: 1 1 300px;
  background-color: #f0f9f7;
  border-left: 4px solid #198754;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.contact-item h3 {
  font-size: 17px;
  color: #003366;
  margin-bottom: 8px;
}

.contact-item p {
  font-size: 15.5px;
  color: #2c3e50;
  line-height: 1.5;
}

.contact-item a {
  color: #0d6efd;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-73ffbd2 *//* Style the entire Formidable form */
.frm_forms {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  background-color: #f9fdfc;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Style each form field */
.frm_forms .frm_form_field {
  margin-bottom: 20px;
}

/* Style the field labels */
.frm_forms .frm_primary_label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

/* Style the inputs */
.frm_forms input[type="text"],
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms select,
.frm_forms textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.frm_forms input:focus,
.frm_forms select:focus,
.frm_forms textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* Style the submit button */
.frm_forms .frm_submit input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.frm_forms .frm_submit input[type="submit"]:hover {
  background-color: #0056b3;
}

/* Optional: style required asterisk */
.frm_forms .frm_required {
  color: red;
  margin-left: 4px;
}/* End custom CSS */