.elementor-kit-6{--e-global-color-primary:#1AA6AC;--e-global-color-secondary:#F28842;--e-global-color-text:#1F1F1F;--e-global-color-accent:#5F5F5F;--e-global-color-30aa53f:#C5E4DB;--e-global-color-30d4d81:#FFF9ED;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:15px;font-weight:600;text-transform:capitalize;line-height:1rem;color:#FFFFFF;border-radius:40px 40px 40px 40px;padding:11px 20px 11px 20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-weight:600;}.elementor-kit-6 h1{font-family:"Inter", Sans-serif;font-size:50px;font-weight:600;text-transform:capitalize;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;font-size:38px;font-weight:600;}.elementor-kit-6 h3{font-family:"Inter", Sans-serif;font-size:22px;font-weight:600;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:14px;}.elementor-kit-6 h1{font-size:26px;line-height:38px;}.elementor-kit-6 h2{font-size:16px;}.elementor-kit-6 h3{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1, h2, h3, h4, h5, h6, p {
    margin: 0 !important;
}
.gradient-text-h1 {
    background: linear-gradient(90deg, #1AA6AC 41.73%, #F28842 74.57%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.ele-head-sticky .elementor-sticky--active {
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Updated MailerLite form styling per your latest requests:
   - Small, shallow white box
   - Button color: #1AA6AC (teal)
   - "Please wait..." hidden
   - Labels visible and black
   - Headings center aligned
   - Two fields inline on desktop, stacked on mobile
*/

/* Form shell: small shallow white box */
.mailerlite-form {
  background: #FFFFFF;
  color: #0F172A; /* primary text color (dark navy) */
  padding: 16px;
  border-radius: 12px;
  max-width: 640px;     /* small box width */
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(15, 17, 26, 0.06); /* shallow shadow */
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  margin: 0 auto; /* center if needed */
}

/* Headings centered */
.mailerlite-form-title h3,
.mailerlite-form-description p {
  text-align: center;
  margin: 0;
}
.mailerlite-form-title h3 {
  font-size: 19px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 10px !important;
}
.mailerlite-form-description p {
  font-size: 13px;
  color: #475569; /* slightly muted dark */
  margin-bottom: 12px;
}

/* Inputs container: inline on desktop */
.mailerlite-form-inputs {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

/* Field wrapper: label above input (column) but keep fields inline overall */
.mailerlite-form-field {

  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  box-sizing: border-box;
}

/* Labels visible and black */
.mailerlite-form-field label {
  display: none !important;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding-left: 6px; /* subtle alignment with input padding */
}

/* Inputs: subtle rounded pills, light background */
.mailerlite-form-field input[type="text"],
.mailerlite-form-field input[type="email"] {
  background: #F8FAFB; /* very light gray */
  border: 1px solid #727272;
  color: #0F172A;
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 999px; /* pill */
  outline: none;
  min-width: 180px;
  box-sizing: border-box;
  transition: border-color .12s ease, box-shadow .12s ease;
}

/* Slightly wider email field */
#mailerlite-1-field-email {
  min-width: 260px;
}

/* Input focus state */
.mailerlite-form-field input:focus {
  border-color: rgba(26,166,172,0.95); /* teal hint */
  box-shadow: 0 6px 18px rgba(26,166,172,0.06);
}

/* Placeholder color */
.mailerlite-form-field input::placeholder {
  color: #94A3B8;
}

/* Subscribe button: teal background, white text */
.mailerlite-subscribe-button-container {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.mailerlite-subscribe-submit {
  background: #1AA6AC !important;
  color: #FFFFFF !important;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(26,166,172,0.08);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}
.mailerlite-subscribe-submit:hover {
  background: #178e93;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26,166,172,0.12);
}
.mailerlite-subscribe-submit:active {
  background: #178e93;
  transform: translateY(0);
  opacity: 0.98;
}

/* Hide the "Please wait..." loader entirely */
.mailerlite-form-loader {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Response text small and centered under form */
.mailerlite-form-response {
  display: none;
  margin-top: 10px !important;
  text-align: center;
  font-size: 13px !important;
  color: #0F172A !important;
}

/* Small-screen responsiveness: stack fields */
@media (max-width: 640px) {
  .mailerlite-form {
    padding: 14px;
  }
  .mailerlite-form-inputs {
    flex-direction: column;
    align-items: stretch;
  }
  .mailerlite-form-field input[type="text"],
  .mailerlite-form-field input[type="email"] {
    width: 100%;
    min-width: 0;
  }
  .mailerlite-subscribe-button-container {
    margin-left: 0;
    margin-top: 8px;
  }
  .mailerlite-subscribe-submit {
    width: 100%;
    padding: 12px;
  }
}

/* blog single */
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 600 !important;
}

.post-content h2 {
    margin: 40px 0 22px !important;
}

.post-content h2:first-of-type {
    margin-top: 0 !important;
}

.post-content h3,
.post-content h4 {
    margin: 32px 0 12px !important;
}

.post-content p {
    margin-bottom: 20px !important;
}
.post-content ul {
    padding-left: 15px !important;
}
/* Case study single */
.case-study-story h2,
.case-study-story h3,
.case-study-story h4,
.case-study-story h5,
.case-study-story h6 {
    font-weight: 600 !important;
}
.case-study-challenge h2,
.case-study-challenge h3,
.case-study-challenge h4,
.case-study-challenge h5,
.case-study-challenge h6 {
    font-weight: 600 !important;
}
.case-study-story h2, .case-study-challenge h2 {
    margin: 40px 0 22px !important;
}
.case-study-story h2:first-of-type, .case-study-challenge h2:first-of-type {
    margin-top: 0 !important;
}
.case-study-story h3, .case-study-challenge h3
.case-study-story h4, .case-study-challenge h4 {
    margin: 32px 0 12px !important;
}
.case-study-story p, .case-study-challenge p {
    margin-bottom: 20px !important;
}
.case-study-story ul, .case-study-challenge ul {
    padding-left: 15px !important;
}/* End custom CSS */