#sp-header.full-header-left.header-sticky,
#sp-header.minimal-layout.header-sticky {
	background-color:#2d2d2d;
}

/* Global Body & Paragraphs styles */

body, 
p, 
span, 
div[class*="qx-element"] p, 
.qx-element-text, 
.qx-text p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    letter-spacing: -0.15px !important;
}
/* QUIX DUAL BUTTON (DESKTOP & MOBILE) */
.qx-element-dual-button span,
.qx-element-dual-button a.qx-btn,
.qx-element-dual-button .qx-element-dual-button-wrapper span,
.btn-wrapper span {
  font-size: 15px !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
}

.service-link a {
    color: #00193c !important;
    transition: color 0.2s ease !important; 
}

/* Hover state: Darker red when hovered */
.service-link a:hover {
    color: #e51d24 !important; 
    text-decoration: underline !important; 
}

/* Main Navigation Menu */
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span,
.header-navigation a,
#sp-menu a {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: -0.2px !important;
    text-transform: none !important;
}


/* H1 (Hero Titles) */
h1, 
.qx-element h1, 
div[class*="qx-element"] h1 {
    font-family: 'Inter', sans-serif !important;
    font-size: 45px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.8px !important;
    margin-bottom: 20px !important;
    
}

/* H2 (Section Titles) */
h2, 
.qx-element h2, 
div[class*="qx-element"] h2 {
    font-family: 'Inter', sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.5px !important;
    margin-bottom: 16px !important;
    /*color: #00193c !important;*/
}

/* H3 (Card / Box Titles) */
h3, 
.qx-element h3, 
div[class*="qx-element"] h3 {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
    margin-bottom: 12px !important;
}

/* H4 (Sub-headings) */
h4, 
.qx-element h4, 
div[class*="qx-element"] h4 {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.2px !important;
    margin-bottom: 10px !important;
}

/* H5 (Labels & Small Caps) */
h5, 
.qx-element h5, 
div[class*="qx-element"] h5 {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
}

/* H6 (Eyebrow Titles above Headings) */
h6, 
.qx-element h6, 
div[class*="qx-element"] h6 {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: 0.7px !important;
    line-height: 20px !important;
    color: #22aaff !important; 
}


/* --- 1. Header & Navigation --- */
#sp-header, 
.header-wrapper,
.sp-megamenu-parent {
    background-color: #011b34 !important; /* Tertiary Dark Navy */
}

/* Menu links default state (White) */
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
    color: #FFFFFF !important;
    transition: color 0.25s ease !important;
}

/* Menu links hover & active state (Sovereign Bright Red) */
.sp-megamenu-parent > li:hover > a, 
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li > a:hover {
    color: #e51d24 !important; 
}

/* Bloog & Insights */
.com-content #sp-main-body #sp-component .blog .article-list .article .article-body .article-introtext .readmore a {
  background-color:#e51d24 !important;
  transition: background 0.5s, opacity 0.5s ease-in, border 0.5s ease-in, box-shadow 0.5s ease-in !important;
    border-style: solid !important;
    border:1px solid #e51d24 !important;
    border-radius: 8px !important;
}

#sp-page-header,
  .sp-page-title {
    padding-top: 45px !important; 
    margin-top: 0 !important;
  }
  h1.sp-page-title-heading {
    font-size: 50px !important;
    line-height: 1.2 !important;
    }
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  border-radius:8px !important;
}
 

   

/* --- 5. Footer --- */
#sp-footer, 
.footer-wrapper {
    background-color: #011b34 !important; 
    color: #c4c6d1 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#sp-footer a, 
.footer-wrapper a {
    color: #FFFFFF !important;
    transition: color 0.2s ease !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    
}

#sp-footer a:hover, 
.footer-wrapper a:hover {
    color: #e51d24 !important;
}
.footer-text {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}  

/* Icon / SVG Brand Accent Styling */
figure.type-svg svg path {
    fill: #e51d24 !important;
}


.custom-white-icons figure.type-svg svg path {
    fill: #ffffff !important;
    
}
.custom-industry-card figure.type-svg {
  display: flex !important;
  justify-content: center !important; 
  align-items: center !important; 
  margin-left: auto !important;   
  margin-right: auto !important;  
  margin-bottom: 8px !important;  
}
.custom-industry-card .qx-element-blurb__title h3{
    margin-top: 0px !important;
    text-align: center !important;
    color: #00193c !important;
    font-size: 14px !important;
}
.custom-industry-card figure.type-svg svg path {
    fill: #00193c !important;  
    font-size: 24px !important;
    transition: all 0.3s ease !important;
  }

.custom-industry-card:hover figure.type-svg svg path {
    fill: #e51d24 !important;  
  }

/* Style the icon container into a square badge with a border */
.custom-solution-card figure.type-svg {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #E8EEF5 !important; 
    border: 1px solid #D0DCEB !important;    
    border-radius: 4px !important;           
    margin: 0 0 16px 0 !important;           
    transition: all 0.3s ease !important;    
}

/* Set the default resting color of the SVG icon */
.custom-solution-card figure.type-svg svg path {
    fill: #0B2545 !important;                 /* Dark navy icon color */
    transition: all 0.3s ease !important;
}


/* 2. Hover State (Transitions)  */
/* When the card is hovered, change the badge background and border */
.custom-solution-card:hover figure.type-svg {
    background-color: #00193c !important;    
    border-color: #00193c !important;        
}

/* When the card is hovered, change the SVG icon path color */
.custom-solution-card:hover figure.type-svg svg path {
    fill: #FFFFFF !important;                 
}

.custom-solution-card p a {
    color: #e51d24 !important; 
    text-decoration: none;
}

/* Style the icon container into a square badge with a border */
.custom-values-card figure.type-svg {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #E8EEF5 !important; 
    border: 1px solid #D0DCEB !important;    
    border-radius: 4px !important;           
    margin: 0 0 16px 0 !important;           
    transition: all 0.3s ease !important;    
}

/* Set the default resting color of the SVG icon */
.custom-values-card figure.type-svg svg path {
    fill: #0B2545 !important;                 
    transition: all 0.3s ease !important;
}


/* 2. Hover State (Transitions) */
.custom-values-card:hover figure.type-svg {
    background-color: #fff0f0 !important;    
    border-color: ##fff0f0 !important;        
}

/* When the card is hovered, change the SVG icon path color */
.custom-values-card:hover figure.type-svg svg path {
    fill: #e51d24 !important;                 
}


/*  1. Column Rest State  */
.custom-service-card {
    transition: all 0.3s ease !important;   
}

/* Icon box resting state */
.custom-service-card figure.type-svg {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.3s ease !important;   
}

/* SVG icon resting state */
.custom-service-card figure.type-svg svg path {
    fill: #e51d24 !important;                
    transition: all 0.3s ease !important;
}


/* 3. Turn the SVG icon path green on hover */
.custom-service-card:hover figure.type-svg svg path {
    fill: #bb0014 !important;               
}

/* Quix blurb title and description text to turn white on hover */
.custom-service-card:hover .qx-element-blurb__title h3 {
    color: #ffffff !important;
}
.custom-service-card:hover .qx-element-blurb__body p,
.custom-service-card:hover .qx-element-blurb__body a, 
.custom-service-card:hover .qx-element-blurb {
    color: #ffffffcc !important;
    }
p a {
    color: #ffffff !important; 
    text-decoration: none;
}

/* Link color when hovered */
p a:hover {
    color: #ffffffcc !important; 
    text-decoration: none !important;
}
/*TIMELINE
/* --- Timeline Container --- */
.srs-timeline-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 20px auto;
  padding: 0 20px;
}

/* Connecting Line  */
.srs-timeline-line {
  position: absolute;
  top: 24px;
  left: 60px;
  right: 60px;
  height: 2px;
  background-color: #d9dadb;
  z-index: 1;
}

/* Steps Flexbox Layout */
.srs-timeline-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

/*  Step Item */
.srs-timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

/* Step Badge (Default Navy) */
.srs-step-badge {
  width: 48px;
  height: 48px;
  background-color: #00193c;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  box-shadow: 0 0 0 6px #ffffff;
  transition: all 0.3s ease;
}

/* Active and Final Badge  */
.srs-timeline-step.active .srs-step-badge,
.srs-timeline-step:hover .srs-step-badge {
  background-color: #e51d24;
}

/* Text Typography */
.srs-step-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #00193c !important;
  margin: 0 !important;
}

.srs-step-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  color: #747781 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

/* Make the right column the relative anchor */
.srs-image-container {
  position: relative !important;
}

/* Round the corners of your Quix Image element */
.srs-image-container img {
  border-radius: 8px !important;
  width: 100% !important;
  display: block !important;
}

/* Style and position the native Quix Text Element as the dark blue box */
.srs-floating-quote {
  position: absolute !important;
  bottom: -20px !important;       
  left: -40px !important;        
  background-color: #00193c !important; 
  padding: 24px 30px !important;
  border-radius: 8px !important;
  max-width: 280px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25) !important;
  z-index: 10 !important;
}

/* Ensure text inside the native element is crisp white */
.srs-floating-quote,
.srs-floating-quote p {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
/* Ensure column retains background properties */
.srs-bg-column {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Custom Profile Text Target */
.qx-element.profile,
.qx-element.profile p,
.profile p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* Responsive adjustment for mobile screens */
@media (max-width: 767px) {
  .srs-floating-quote {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: -30px !important;
    max-width: 100% !important;

  }
  .srs-bg-column {
    min-height: 280px !important; 
    width: 100% !important;
  }
  
  /* Push the page title section down past the sticky header */
  #sp-page-header,
  .sp-page-title {
    padding-top: 25px !important; 
    margin-top: 0 !important;
  }
  h1.sp-page-title-heading {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .srs-timeline-line {
    display: none;
  }
  .srs-timeline-steps {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  /* Dual Button */
  .qx-element-dual-button span,
  .qx-element-dual-button a.qx-btn,
  .qx-element-dual-button .qx-element-dual-button-wrapper span,
  .btn-wrapper span {
    font-size: 13px !important;
  }

  .qx-element-dual-button a.qx-btn {
    padding: 10px 12px !important;
  }
}

/* footer links */
.qx-element.footer-link-item,
.qx-element.footer-link-item p,
.qx-element.footer-link-item a,
.qx-element.footer-link-item span {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 1.5 !important;
}

/* 1. Reset font-family so Inter doesn't break Font Awesome on this span */
a.sp-scroll-up span.fas,
a.sp-scroll-up span.fa-angle-up {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
}

/* 2. Replace the broken angle-up icon with a fresh Chevron Up (\f077) or Arrow Up (\f062) */
a.sp-scroll-up span.fa-angle-up::before {
  content: "\f077" !important; 
  color: #ffffff !important;   
  font-size: 18px !important;
}

/* 1. Style the scroll-to-top button container */
#scroll-up,
.sp-scroll-up,
a#scroll-up {
  background-color: #E51D24 !important; 
  border-radius: 50% !important;        
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}

#scroll-up:hover,
.sp-scroll-up:hover,
a#scroll-up:hover {
  background-color: #00193C !important; 
  transform: translateY(-3px) !important;
}








