.elementor-kit-6{--e-global-color-primary:#1A237E;--e-global-color-secondary:#E4EBFF;--e-global-color-text:#242B3A;--e-global-typography-primary-font-family:"Helvetica";--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 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#111B86;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#111B86;border-radius:5px 5px 5px 5px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#FFFFFF;color:#111B86;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-width:1px 1px 1px 1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* MAIN WRAPPER */
#fm-single-article {
  font-family: var(--fm-font, 'Plus Jakarta Sans', system-ui, sans-serif);
  color: var(--fm-text-heading, #0F172A);
  line-height: 1.6;
  padding: clamp(48px, 8vw, 72px) 20px;
  background: transparent;
  max-width: 960px;
  margin: 0 auto;
}

/* CARD */
#fm-single-article.fm-article-card.fm-article-full {
  background: var(--fm-surface, #FFFFFF);
  border-radius: var(--fm-radius-xl, 28px);
  border: 1px solid var(--fm-border-light, #E2E8F0);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  padding: 0; /* we’ll add inner spacing via content area */
}

/* HERO IMAGE WRAPPER */
#fm-single-article .fm-article-image-wrapper {
  position: relative;
  height: clamp(260px, 40vh, 360px);
  overflow: hidden;
}

/* HERO IMAGE */
#fm-single-article .fm-article-image img,
#fm-single-article .fm-article-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

#fm-single-article.fm-article-card:hover .fm-article-image img,
#fm-single-article.fm-article-card:hover .fm-article-image {
  transform: scale(1.06);
}

/* CONTENT AREA (title + body) */
#fm-single-article .elementor-widget-theme-post-title,
#fm-single-article .elementor-widget-theme-post-content {
  padding-left: 24px;
  padding-right: 24px;
}

/* TITLE */
#fm-single-article .fm-article-title-main {
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.25;
  font-weight: 800;
  margin-top: 24px;
  margin-bottom: 12px;
}

/* BODY */
#fm-single-article .fm-article-body {
  font-size: 15px;
  color: var(--fm-text-body, #1F2933);
  margin-bottom: 28px;
}

#fm-single-article .fm-article-body h2 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 6px;
  font-weight: 700;
  color: var(--fm-primary, #111B86);
}

#fm-single-article .fm-article-body p {
  margin: 0 0 10px;
}

#fm-single-article .fm-article-body ul {
  padding-left: 20px;
  margin: 6px 0 12px;
}

#fm-single-article .fm-article-body li {
  margin-bottom: 4px;
}

/* MOBILE TWEAKS */
@media (max-width: 767px) {
  #fm-single-article {
    padding: 32px 16px;
  }

  #fm-single-article.fm-article-card.fm-article-full {
    border-radius: 20px;
  }

  #fm-single-article .elementor-widget-theme-post-title,
  #fm-single-article .elementor-widget-theme-post-content {
    padding-left: 18px;
    padding-right: 18px;
  }
}/* End custom CSS */