.elementor-kit-43{--e-global-color-primary:#0B1F3A;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#2E2E2E;--e-global-color-accent:#C9A646;--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-43 button,.elementor-kit-43 input[type="button"],.elementor-kit-43 input[type="submit"],.elementor-kit-43 .elementor-button{background-color:#C9A646;color:#0B1F3A;}.elementor-kit-43 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){--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: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 *//* ===== FORTIS ADJUSTING - CUSTOM STYLES ===== */

/* --- Section Headings with Gold Underline --- */
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  font-family: 'Roboto', sans-serif;
}

.elementor-widget-heading h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  margin-bottom: 8px;
}

.elementor-widget-heading h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #C9A646;
  border-radius: 2px;
}

/* --- Section Padding --- */
.elementor-section,
.e-con {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* --- Buttons --- */
.elementor-button {
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 16px 36px !important;
  border-radius: 3px !important;
  transition: all 0.3s ease !important;
}

.elementor-button:hover {
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,166,70,0.35) !important;
}

/* --- Service/Process List Items --- */
.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 0;
}

.elementor-widget-text-editor ul li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  font-size: 15px;
  line-height: 1.6;
}

.elementor-widget-text-editor ul li:last-child {
  border-bottom: none;
}

.elementor-widget-text-editor ul li::before {
  content: '\2022';
  color: #C9A646;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 8px;
  line-height: 1;
}

/* --- Text Body --- */
.elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.8;
  color: #2E2E2E;
}

/* --- Section alternating backgrounds --- */
.elementor-element .e-con:nth-child(even) {
  background-color: #F7F7F5;
}

/* --- Gold accent top border on non-hero sections --- */
.e-con:not(:first-child) > .elementor-widget-heading:first-child {
  margin-top: 0;
}

/* --- Navigation --- */
.site-header {
  box-shadow: 0 2px 12px rgba(11,31,58,0.12);
}

/* --- Hero H1 White --- */
.hero-heading h1 {
  color: #FFFFFF !important;
}

/* --- Hero subtext white --- */
.hero-heading + .elementor-widget-text-editor p {
  color: rgba(255,255,255,0.85) !important;
  font-size: 17px;
}

/* --- Section H2 color navy --- */
.elementor-widget-heading h2 {
  color: #0B1F3A;
}

/* --- CTA section text white --- */
.e-con[style*='background'][style*='0B1F3A'] .elementor-widget-heading h2,
.e-con[style*='background'][style*='0B1F3A'] .elementor-widget-text-editor p {
  color: #FFFFFF !important;
}

/* --- GOLD BUTTON OVERRIDE --- */
.hero-cta-btn .elementor-button,
.elementor-widget-button .elementor-button {
  background-color: #C9A646 !important;
  color: #0B1F3A !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 16px 36px !important;
}

/* --- Section Divider Lines between alternating sections --- */
.e-con:not(:first-child) {
  border-top: 1px solid #E0E0E0;
}

/* --- Section H2 center text-align --- */
.elementor-widget-heading .elementor-heading-title {
  line-height: 1.25;
}

/* --- Make hero section text (not H1) white/light --- */
.elementor-widget-text-editor p strong {
  color: #C9A646;
}

/* --- Bigger hero min padding container fix --- */
.hero-heading {
  margin-bottom: 16px;
}/* End custom CSS */