/* ---------- Section/container layout helpers ---------- */
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}

/* e-con (elementor container) flex helpers */
.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con.e-flex > .e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  /* height and sizing */
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
  gap: var(--row-gap) var(--column-gap);
}

/* ensure widgets inside containers fill height */
.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
.e-con > .elementor-widget > .elementor-widget-container {
  height: 100%;
}

/* ---------- Global elementor variables ---------- */
.elementor-element,
.elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --widgets-spacing: 24px 24px;
}

/* widgets spacing adjustments */
.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}

/* ---------- Animation helpers ---------- */
.fadeInUp { animation-name: fadeInUp; }
.animated.animated-slow { animation-duration: 2s; }

/* ---------- Specific section: elementor-1237 ---------- */
/* Root section variables */
.elementor-1237 .elementor-element.elementor-element-0d72042 {
  --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: 80px 80px;
  --background-transition: 0.3s;
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-left: 0px;
  --padding-right: 0px;
}

/* Generic element settings for elementor-1237 children */
.elementor-1237 .elementor-element {
  /* fallback for border transition */
  --border-transition: 0.3s;
}

/* .b85f19a card-like element (column) */
.elementor-1237 .elementor-element.elementor-element-b85f19a,
.elementor-1237 .elementor-element.elementor-element-b85f19a::before {
  --border-transition: 0.3s;
  --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;
  --gap: 32px 32px;
  --background-transition: 0.3s;
  --border-radius: 20px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}

/* background color for .b85f19a */
.elementor-1237 .elementor-element.elementor-element-b85f19a:not(.elementor-motion-effects-element-type-background),
.elementor-1237 .elementor-element.elementor-element-b85f19a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: var(--e-global-color-5bd60dc);
}

/* responsive width for .b85f19a */
@media (min-width: 768px) {
  .elementor-1237 .elementor-element.elementor-element-b85f19a {
    --width: 44%;
  }
}

/* .b85f19a is already a flex column via variables above; ensure e-con flex-direction used */
.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}

/* .528f009 element (order hack + full width container) */
.elementor-1237 .elementor-element.elementor-element-528f009.e-con {
  --order: -99999; /* order start hack */
}
.elementor-1237 .elementor-element.elementor-element-528f009,
.elementor-1237 .elementor-element.elementor-element-528f009::before {
  --border-transition: 0.3s;
  --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;
  --gap: 24px 24px;
  --background-transition: 0.3s;
  border-style: none;
  --border-style: none;
  --border-radius: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --padding-right: 0px;
}
@media (min-width: 768px) {
  .elementor-1237 .elementor-element.elementor-element-528f009 {
    --width: 100%;
  }
}

/* .d64610c element styles (background color & padding) */
.elementor-1237 .elementor-element.elementor-element-d64610c,
.elementor-1237 .elementor-element.elementor-element-d64610c::before {
  --border-transition: 0.3s;
}
.elementor-1237 .elementor-element.elementor-element-d64610c:not(.elementor-motion-effects-element-type-background),
.elementor-1237 .elementor-element.elementor-element-d64610c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #008F4A;
}
.elementor-1237 .elementor-element.elementor-element-d64610c {
  --display: flex;
  --gap: 32px 32px;
  --background-transition: 0.3s;
  border-style: none;
  --border-style: none;
  --border-radius: 0px;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 0px;
  --padding-top: 32px;
  --padding-bottom: 32px;
  --padding-left: 32px;
  --padding-right: 32px;
}

/* ---------- Headings / typography for elementor-1237 ---------- */
.elementor-1237 .elementor-element.elementor-element-93cf3ff .elementor-heading-title {
  color: var(--e-global-color-5bd60dc);
  font-family: var(--e-global-typography-8e643e6-font-family), Sans-serif;
  font-size: var(--e-global-typography-8e643e6-font-size);
  font-weight: var(--e-global-typography-8e643e6-font-weight);
  text-transform: var(--e-global-typography-8e643e6-text-transform);
  line-height: var(--e-global-typography-8e643e6-line-height);
  letter-spacing: var(--e-global-typography-8e643e6-letter-spacing);
}

/* icon-list tweaks for elementor-1237 */
.elementor-1237 .elementor-element.elementor-element-d9a691e {
  --e-icon-list-icon-size: 14px;
  --icon-vertical-offset: 0px;
}
.elementor-1237 .elementor-element.elementor-element-d9a691e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(20px / 2);
}
.elementor-1237 .elementor-element.elementor-element-d9a691e .elementor-icon-list-item > .elementor-icon-list-text,
.elementor-1237 .elementor-element.elementor-element-d9a691e .elementor-icon-list-item > a {
  font-family: var(--e-global-typography-63ff56c-font-family), Sans-serif;
  font-size: var(--e-global-typography-63ff56c-font-size);
  font-weight: var(--e-global-typography-63ff56c-font-weight);
  text-transform: var(--e-global-typography-63ff56c-text-transform);
  letter-spacing: var(--e-global-typography-63ff56c-letter-spacing);
}
.elementor-1237 .elementor-element.elementor-element-d9a691e .elementor-icon-list-text {
  color: var(--e-global-color-5bd60dc);
  transition: color 0.3s;
}
.elementor-widget .elementor-icon-list-icon {
  display: flex;
  inset-block-start: var(--icon-vertical-offset, initial);
  position: relative;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon { text-align: var(--e-icon-list-icon-align); }
.elementor-widget .elementor-icon-list-icon svg { height: var(--e-icon-list-icon-size, 1em); width: var(--e-icon-list-icon-size, 1em); }
.elementor-1237 .elementor-element.elementor-element-d9a691e .elementor-icon-list-icon svg { fill: #ffffff; transition: fill 0.3s; }
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text { align-self: center; padding-inline-start: 5px; }

/* ---------- Misc helpers ---------- */
.e-con .elementor-widget:not(:last-child) { --kit-widget-spacing: 0px; }
.e-con .elementor-widget { min-width: 0; }
.elementor-widget:not(:last-child) { margin-block-end: 24px; }

/* ---------- Background image rule (single occurrence kept) ---------- */
.elementor-1237 .elementor-element.elementor-element-b8e681a:not(.elementor-motion-effects-element-type-background),
.elementor-1237 .elementor-element.elementor-element-b8e681a > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-1237 .elementor-element.elementor-element-b8e681a::before,
.elementor-1237 .elementor-element.elementor-element-b8e681a > .elementor-background-video-container::before,
.elementor-1237 .elementor-element.elementor-element-b8e681a > .e-con-inner > .elementor-background-video-container::before,
.elementor-1237 .elementor-element.elementor-element-b8e681a > .elementor-background-slideshow::before,
.elementor-1237 .elementor-element.elementor-element-b8e681a > .e-con-inner > .elementor-background-slideshow::before,
.elementor-1237 .elementor-element.elementor-element-b8e681a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
  background-image: url(../uploads/images/form_bg.webp);
  --background-overlay: '';
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---------- Utility / fallbacks ---------- */
*,
*:before,
*:after { box-sizing: border-box; }

/* Ensure e-con inner flex-direction respected */
.e-con-full.e-flex,
.e-con.e-flex > .e-con-inner { flex-direction: var(--flex-direction); }


.elementor-widget-heading .elementor-heading-title {
    color: #333333 !important;
    font-family: var(--e-global-typography-primary-font-family) !important;
    font-weight: bold !important;
    font-size: 46px !important;
}
