.elementor-kit-5{--e-global-color-primary:#002244;--e-global-color-secondary:#494949;--e-global-color-text:#000000;--e-global-color-accent:#355883;--e-global-color-f9c70dc:#FFFFFF;--e-global-color-579a322:#021536;--e-global-color-89cb0fe:#E2E2E2;--e-global-color-33b13ad:#C3C3C3;--e-global-color-0c0491e:#B6A993;--e-global-color-44b8146:#B6A77C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:13px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-font-style:italic;color:#000000;font-family:"Roboto", Sans-serif;font-size:14px;font-weight:300;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#355883;font-family:"Roboto", Sans-serif;font-size:14px;font-weight:300;}.elementor-kit-5 a:hover{color:#021536;}.elementor-kit-5 h1{color:#011B35;font-family:"Roboto Condensed", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-5 h2{color:#011B35;font-family:"Roboto", Sans-serif;font-size:26px;font-weight:700;}.elementor-kit-5 h3{color:#011B35;font-family:"Roboto Condensed", Sans-serif;font-size:22px;font-weight:800;}.elementor-kit-5 h4{color:#011B35;font-family:"Roboto Condensed", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-5 h5{color:#011B35;}.elementor-kit-5 h6{color:#011B35;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   Split card layout (50/50)
   ========================= */
.cf-splitcard {
  display: flex;
}

.cf-splitcard > .cf-splitcell {
  flex: 0 0 50% !important;
  width: 50% !important;

  /* force perfect square */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* Optional: reverse order for your 260 version */
.cf-splitcard.cf-reverse {
  flex-direction: row-reverse;
}

/* ===========================================
   Make the image widget + wrappers fill square
   =========================================== */
.cf-splitcard .square-thumb,
.cf-splitcard .square-thumb .elementor-widget-container,
.cf-splitcard .square-thumb figure,
.cf-splitcard .square-thumb a,
.cf-splitcard .square-thumb picture {
  width: 100%;
  height: 100%;
  display: block;
}

/* Force the actual <img> to cover the square */
.cf-splitcard .square-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}
/* Hide the injected duplicate captioned thumb directly above post content */
.single-post .elementor-widget-theme-post-content .elementor-widget-container > figure.wp-caption:first-child,
.single-post .elementor-widget-theme-post-content .elementor-widget-container > div.wp-caption:first-child,
.single-post .elementor-widget-theme-post-content .elementor-widget-container > p:first-child > img.size-full {
  display: none !important;
}
/* Force typography inside the split-card text square */
.cf-splitcard .cf-splittext,
.cf-splitcard .cf-splittext * {
  font-family: "Roboto Condensed","Roboto",Arial,Helvetica,sans-serif !important;
}

/* Title text (covers Heading + Post Title widgets) */
.cf-splitcard .cf-splittext .elementor-heading-title,
.cf-splitcard .cf-splittext .elementor-heading-title a,
.cf-splitcard .cf-splittext .elementor-post__title,
.cf-splitcard .cf-splittext .elementor-post__title a {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}/* End custom CSS */