.elementor-kit-4854{--e-global-color-primary:#223060;--e-global-color-secondary:#0F1C45;--e-global-color-text:#333333;--e-global-color-accent:#E88122;--e-global-color-d32a10c:#223060;--e-global-color-edf8141:#152457;--e-global-color-1d81984:#E88122;--e-global-color-d153b44:#E5E5E5;--e-global-color-6327695:#F9F9FB;--e-global-color-4adc05f:#D7D7D7;--e-global-color-043cca5:#F9F9FB;--e-global-color-125c61e:#4A4F54;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:var( --e-global-color-text );font-family:"Outfit", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-4854 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4854 a{text-decoration:none;}.elementor-kit-4854 a:hover{text-decoration:none;}.elementor-kit-4854 h1{font-family:"Libre Baskerville", Sans-serif;font-size:2.5rem;font-weight:700;}.elementor-kit-4854 h2{font-family:"Outfit", Sans-serif;font-size:2rem;font-weight:600;}.elementor-kit-4854 h3{font-family:"Outfit", Sans-serif;font-size:1.75rem;font-weight:600;}.elementor-kit-4854 h4{font-family:"Outfit", Sans-serif;font-size:1.5px;font-weight:500;}.elementor-kit-4854 h5{font-family:"Outfit", Sans-serif;font-size:1.35rem;font-weight:500;}.elementor-kit-4854 h6{font-family:"Outfit", Sans-serif;font-size:1.2rem;font-weight:500;}.elementor-kit-4854 button,.elementor-kit-4854 input[type="button"],.elementor-kit-4854 input[type="submit"],.elementor-kit-4854 .elementor-button{font-family:"Outfit", Sans-serif;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:clamp(320px, 96vw, 1440px);}.e-con{--container-max-width:clamp(320px, 96vw, 1440px);}.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);}@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 *//* ===== Typography ===== */
body {
  font-family: 'Inter', sans-serif;
  color: #333333;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #0F1C45;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 56px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
/* ===== Buttons ===== */
.elementor-button {
  background-color: #004C9B;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
}

.elementor-button:hover {
  background-color: #0F1C45;
  color: #FFB400;
}
/* ===== Sections ===== */
.hero-section {
  background-color: #004C9B;
  color: #FFFFFF;
  padding: 100px 20px;
  text-align: center;
}

.footer {
  background-color: #0F1C45;
  color: #FFFFFF;
  padding: 60px 20px;
}

.footer a {
  color: #FFB400;
  text-decoration: underline;
}

/* ===== Misc Styles ===== */
.section-separator {
  border-top: 1px solid #E5E5E5;
  margin: 40px 0;
}
.hover-bold a:hover {
  font-weight: 700;
}
/* Equal-height logo container */
.transaction-logo-container {
    height: 100px; /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Logo inside container */
.transaction-logo-container img {
    max-height: 80px; /* slightly smaller than container */
    width: auto;
    height: auto;
    object-fit: contain;
}
/* stop horizontal scroll globally */
html, body { overflow-x: hidden; }

/* full-screen mobile menu overlay (only when this widget is open) */
@media (max-width:1025px){
  .elementor-widget-nav-menu.nav-primary.elementor-active
  .elementor-nav-menu--dropdown{
    position: fixed !important;
    inset: 0;                 /* top/right/bottom/left */
    width: 100vw; max-width: 100vw;
    height: 100svh;           /* iOS-safe viewport */
    background: #0e2250;      /* your navy */
    overflow-y: auto;
    z-index: 10000;
    transform: none !important;
  }

  /* keep labels from forcing horizontal scroll */
  .elementor-widget-nav-menu.nav-primary .elementor-nav-menu{
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    padding: 24px;
  }
}
/* Global: Remove underline & add fade hover for all linked Elementor headings */
.elementor-widget-heading .elementor-heading-title > a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  color: inherit;
  transition: color 0.3s ease; /* smooth fade */
}

.elementor-widget-heading .elementor-heading-title > a:hover,
.elementor-widget-heading .elementor-heading-title > a:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
  color: rgba(14, 34, 80, 0.85); /* faded navy — change if needed */
}/* End custom CSS */