.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a9eaa8b:#5394FD;--e-global-color-da07ed7:#9975EF;--e-global-color-7422240:#696BF9;--e-global-color-711f05b:#8A5BF8;--e-global-color-d2c390d:#0C0C0C;--e-global-color-6b5e01b:#060606;--e-global-color-6d2694c:#804DFA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-711f05b );}.elementor-kit-6 a:hover{color:var( --e-global-color-a9eaa8b );}.elementor-kit-6 h2{font-family:"Ubuntu", Sans-serif;font-size:clamp( 1.5625rem, 1.150rem + 0.600vw, 1.75rem );font-weight:900;}.elementor-kit-6 h3{color:var( --e-global-color-a9eaa8b );font-family:"Work Sans", Sans-serif;font-size:clamp( 1.5625rem, 1.150rem + 0.600vw, 1.75rem );font-weight:600;text-transform:uppercase;letter-spacing:clamp( 0.125rem, -0.013rem + 0.200vw, 0.1875rem );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1360px){.elementor-kit-6 h3{font-size:clamp( 1.5625rem, 1.150rem + 0.600vw, 1.75rem );}}@media(max-width:1024px){.elementor-kit-6 h2{font-size:clamp( 1.5625rem, 1.150rem + 0.600vw, 1.75rem );}.elementor-kit-6 h3{font-size:clamp( 1.5625rem, 1.150rem + 0.600vw, 1.75rem );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:clamp( 1.4375rem, 0.795rem + 2.857vw, 1.5625rem );}.elementor-kit-6 h3{font-size:clamp( 1.3125rem, 0.670rem + 2.857vw, 1.4375rem );letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-theme-post-content p {
  margin-bottom: 24px;
}
/* More spacing before headings */
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3 {
  margin-top: 32px;
}
/* Sticky Sidebar Setup */
.sticky-sidebar {
  position: sticky;
  top: 130px;
  height: fit-content;
  max-height: none;
  overflow: visible;
  z-index: 10;
}
.elementor-widget-table-of-contents {
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
}
.bullet-spacing ul li {
  margin-bottom: -10px;
}
.bullet-spacing ul {
  margin-bottom: 33px; /* ensures space *after* the final bullet */
}
#blog-grid .eael-entry-thumbnail {
  height: 225px !important;
  overflow: hidden;
}

#blog-grid .eael-entry-thumbnail {
  height: 225px !important;
  /* overflow: hidden;  Removed to allow overflow */
}
/* tablet main blog page css */
@media (min-width: 768px) and (max-width: 1024px) {
  #blog-grid-tablet-blog-page .eael-entry-thumbnail {
    height: clamp(225px, calc(225px + (65 * ((100vw - 768px) / 256))), 290px) !important;
  }

  #blog-grid-tablet-blog-page .eael-entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* fill without distortion */
    object-position: center; /* keep the subject centered */
    display: block;
  }
}
#blog-grid .eael-entry-thumbnail img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Desktop: 1025px and up with clamped height */
@media (min-width: 1025px) {
  #blog-grid .eael-entry-thumbnail {
    height: clamp(360px, calc(25vw - 60px), 425px) !important;
  }
}
/* Homepage blog grid image style */
#blog-grid-home .eael-entry-thumbnail {
  height: 160px !important; /* Base for mobile/tablet */
  overflow: hidden;
}

#blog-grid-home .eael-entry-thumbnail img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Refined desktop scaling */
@media (min-width: 1025px) {
  #blog-grid-home .eael-entry-thumbnail {
    height: clamp(240px, calc(24vw - 100px), 300px) !important;
  }
}
/* Default: Mobile and Desktop */
#blog-grid-tablet .eael-entry-thumbnail {
  height: auto !important; /* fallback for non-tablet */
  overflow: hidden;
}

/* Tablet only: 768px → 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  #blog-grid-tablet .eael-entry-thumbnail {
    height: clamp(
      330px,
      calc(330px + (80 * ((100vw - 768px) / 256))),
      410px
    ) !important;
  }
}

#blog-grid-tablet .eael-entry-thumbnail img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
#blog-grid-home .eael-entry-wrapper,
#blog-grid-tablet .eael-entry-wrapper,
#blog-grid .eael-entry-wrapper,
#blog-grid-mobile .eael-entry-wrapper {
    position: relative;
}

#blog-grid-home .eael-entry-wrapper,
#blog-grid-tablet .eael-entry-wrapper,
#blog-grid .eael-entry-wrapper,
#blog-grid-mobile .eael-entry-wrapper {
    position: relative;
}

#blog-grid-home .full-card-link,
#blog-grid-tablet .full-card-link,
#blog-grid .full-card-link,
#blog-grid-mobile .full-card-link {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: block;
    background: transparent;
    color: transparent;
    text-decoration: none;
    pointer-events: auto;
    user-select: none;
    caret-color: transparent;
    font-size: 0; /* make the text not affect layout */
}
#related-posts article.elementor-post {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#related-posts .full-card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  background: transparent;
  color: transparent;
  font-size: 0;
  pointer-events: auto;
  user-select: none;
  text-decoration: none;
}
/* Success message text & spacing */
.elementor-message.elementor-message-success {
  color: #ffffff !important;       /* white text */
  margin-top: 15px;
  margin-bottom: 0;
}

/* Recolour the SVG tick (Elementor adds it as a background image) */
.elementor-message.elementor-message-success.elementor-message-svg:before {
  filter: brightness(0) saturate(100%) invert(45%) sepia(80%) saturate(430%) hue-rotate(234deg) brightness(90%) contrast(95%) !important;
}
/* Keep phone & email links white and un-underlined (only inside .contact-section) */
.contact-section a[href^="tel:"],
.contact-section a[href^="mailto:"],
.contact-section a.eael-wrapper-link-tag[href^="tel:"],
.contact-section a.eael-wrapper-link-tag[href^="mailto:"] {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  outline: none !important;
}

/* Optional: remove iOS tap highlight flash */
.contact-section a[href^="tel"],
.contact-section a[href^="mailto"] {
  -webkit-tap-highlight-color: transparent;
}/* End custom CSS */