/*!
 * Act3 (c) Copyright Neambo | https://neambo.com | v34
 * This license grants you, the purchaser, an ongoing, non-exclusive, worldwide
 * license to make use of this digital work on a single Hub ID (HubSpot Account)
 */

























/* Include your CSS font code here (e.g. @font-face, @import). For best speed performance, use the same Font Family for all three */



  
  
  
  
  
  














































  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  














































































  





  























  
  
  
  
  
  
  
  
  
  
  
  
  



  
  
  



  
  



  





















  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    













  
  












  :root {
  --primary-color: #3c4f69;
  --primary-color-lightened:rgb(146, 157, 180);
  --secondary-color: #d27301;
  --tertiary-color: #626853;
  --text-color: #6A6D77;

  
  --dark: #3c4f69;
  --light: #f5f5f5;
  --white: #fff;
  --accent: #d27301;
  --medium-gray: #cccccc;
  --light-gray: #E8ECEF;
  --dark-gray: #666666;
  --dark-green: #1e5f21;
  --medium-green: #2E7D32;
  --light-blue: #B0C4DE;
  --dark-blue: #1E3A5F;
  --medium-blue: #3A8FBF;
  --light-red: #FFCDD2;
  --medium-red: #E06666;
  --dark-red: #C62828;
  --borders-color: #E3E6EC;
  --text-color: #6A6D77;
  --border-color: #E3E6EC;
  --text: #6A6D77;
  --headings: #3c4f69;
  --headings-color: #3c4f69;
  --links-color: #e87426;
  --links-hover-color: #e87426;
  --yellow: #FFEB3B;
  --charcoal: #2e373b;
  --cream: #fffdf3;

  /* Shadows and Borders */
  --shadow-color: rgba(0, 0, 0, 0.15); /* For subtle shadows */
 

  /* Backgrounds */
  --background-light: #f5f5f5; /* Light cream background */
  --background-dark: #3c4f69; /* Dark background for footers or modals */
  
  /* Typography */
  --text-font-family: 
  
    'Jost', sans-serif
  
;
  --text-font-weight: normal;
  --text-font-style: normal;
  --heading-font-family: 
  
    'EB Garamond', serif
  
;
  --heading-font-weight: normal;
  --display-size-lg : 3.60;
  --ui-font-family: 
  
    'Jost', sans-serif
  
;
  --hsf-richtext__font-family: 
  
    'Jost', sans-serif
  
 !important;

  --text-dark: #3c4f69;
  --text-light: #f5f5f5;
  --text-white: #fff;
  --text-accent: #3C4F69;
  --text-medium-gray: #cccccc;
  --text-light-gray: #E8ECEF;
  --text-dark-gray: #666666;
  --text-dark-green: #1e5f21;
  --text-medium-green: #2E7D32;
  --text-light-blue: #B0C4DE;
  --text-dark-blue: #1E3A5F;
  --text-medium-blue: #3A8FBF;  
  --text-light-red: #FFCDD2;
  --text-medium-red: #E06666;
  --text-dark-red: #C62828;
  --text-borders-color: #E3E6EC;
  --text-text-color: #6A6D77;
  --text-headings-color: #3c4f69;
  --text-links-color: #e87426;
  --text-links-hover-color: #e87426;
  --text-yellow: #FFEB3B;
  --text-charcoal: #2e373b;
  --text-cream: #fffdf3;

  
  /* Radius */
  --radius-xs: 3px;
  --radius-sm: 4px;
  --radius-md: 5px;
  --radius-lg: 6px;
  --radius-xl: 8px;
  --radius-xxl: 10px;
  --radius-xxxl: 12px;

  /* Margin Variables */
  --margin-xs: 0.25rem;
  --margin-sm: 0.5rem; 
  --margin-md: 1rem;
  --margin-lg: 1.5rem;
  --margin-xl: 2rem;
  --margin-xxl: 3rem;
  --margin-xxxl: 4rem;

  /* Padding Variables */
  --padding-xxs: ;
  --padding-xs: 0.10rem;
  --padding-sm: 0.5rem; 
  --padding-md: 1rem;
  --padding-lg: 1.5rem;
  --padding-xl: 2rem;
  --padding-xxl: 3rem;
  --padding-xxxl: 4rem;
  
  --btn-gap: .7rem;

  --bs-gutter-x: 0rem; 
  --bs-gutter-y: 0rem;

  /* Base font size (adjusting this scales all rem-based units) */
  

  /* Font Scale - Named Sizes */
  --font-xxs: 0.500rem;
  --font-xs: 0.675rem;   
  --font-sm: 0.750rem; 
  --font-base: 0.875rem;    
  --font-lg: 1.125rem;  
  --font-xl: 1.25rem;   
  --font-2xl: 1.5rem;   
  --font-3xl: 1.75rem;  
  --font-4xl: 2.0rem;     
  --font-5xl: 2.5rem;   
  --font-6xl: 3rem;     /* 48px */

  --font-wt-extra-light: 200;
  --font-wt-light: 300;
  --font-wt-normal: 400;
  --font-wt-semi-bold: 600;
  --font-wt-bold: 700;
  --font-wt-extra-bold: 800;

  /* Line Height */
  --line-height-sm: 1.3;
  --line-height-base: 1.5;
  --line-height-lg: 1.75;

  --screen-md: 1024px;
  --screen-sm: 767px;
  --screen-xs: 479px;

  --sm-shadow-dark: 0px 4px 4px rgba(204, 204, 204, 0.50);
  --md-shadow-dark: 0px 16px 32px rgba(60, 79, 105, 0.05), 0px 8px 16px rgba(60, 79, 105, 0.05);
  --lg-shadow-dark: 0px 32px 64px rgba(60, 79, 105, 0.05), 0px 16px 32px rgba(60, 79, 105, 0.05);

  --sm-shadow-accent: 0px 8px 16px rgba(60, 79, 105, 0.2), 0px 4px 8px rgba(60, 79, 105, 0.2);
  --md-shadow-accent: 0px 16px 32px rgba(60, 79, 105, 0.2), 0px 8px 16px rgba(60, 79, 105, 0.2); 
  --lg-shadow-accent: 0px 32px 64px rgba(60, 79, 105, 0.2), 0px 16px 32px rgba(60, 79, 105, 0.2);

  --btn-filters: btn btn--outline btn--primary btn--small btn--category;

  --border-thin: 1px;
  --border-normal: 2px;
  --border-thick: 3px;
  --border-xthick: 4px;
  --border-xxthick: 10px;

  /* Border Bottom Colors */
  --border-primary: var(--primary-color);
  --border-secondary: var(--secondary-color);
  --border-dark: var(--dark-gray);
  --border-light: var(--light-gray);
  --border-accent: var(--accent);
  --border-danger: var(--dark-red);
  --border-charcoal: var(--charcoal);
  --border-cream: var(--cream); 
  --border-medium-gray: var(--medium-gray);
  --border-light-gray: var(--light-gray);
  --border-dark-gray: var(--dark-gray);
  --border-dark-green: var(--dark-green); 
  --border-medium-green: var(--medium-green);
  --border-light-blue: var(--light-blue); 
  --border-dark-blue: var(--dark-blue);
  --border-medium-blue: var(--medium-blue);
  --border-light-red: var(--light-red);
  --border-medium-red: var(--medium-red);
  --border-dark-red: var(--dark-red);
    

}

  
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  html,
  body {
    min-height: 100%;
  }
  
  html {
    font-size: 125.00%;
    --vw: 1vw;
  }
  
  body {
    margin: 0;
    background: #fff;
    color: #6A6D77;
    font-family: 
  
    'Jost', sans-serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: var(--font-base);
    line-height: 1.56;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    /* make font consistent across browsers */
    -webkit-text-rendering: antialiased;
    -moz-text-rendering: antialiased;
    -ms-text-rendering: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    
      overflow-wrap: normal;
    
    
      hyphens: none;
    
  }
  
  a {
    color: #e87426;
    text-decoration: none;
    cursor: pointer;
  }
  
  a:hover {
    color: #e87426;
    text-decoration: underline;
  }
  
  b,
  strong {
    font-family: 
  
    'Jost', sans-serif
  
;
    font-weight: 700;
    font-style: normal;
  }
  
  p,
  .p,
  blockquote {
    margin: 0 0 18px;
  }
  
  .important-quote {
    position: relative;
    padding: 18px;
    padding-inline-start: 45px;
    background: #f5f5f5;
    border-radius: 5px;
    border-inline-start: 4px solid #3C4F69;
    color: #3c4f69;
  }
  
  .txt--dark .important-quote {
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }
  
  .important-quote::before {
    content: '“';
    display: block;
    position: absolute;
    top: 0;
    left: 9px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 3.5rem;
    color: #3C4F69;
  }
  
  .important-quote *:last-child {
    margin-bottom: 0;
  }
  
  
  
  .pns p {
    margin-bottom: 0;
  }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 18px;
  }
  
  li > ul,
  li > ol {
    margin-bottom: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 0 0 18px;
    color: #3c4f69;
  }
  
  h1,
  .h1 {
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: 3.20rem;
    line-height: 1.14;
  }
  
  h2,
  .h2 {
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: 2.20rem;
    line-height: 1.18;
  }
  
  h3,
  .h3 {
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: 1.40rem;
    line-height: 1.25;
  }
  
  h4,
  .h4 {
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: 1.00rem;
    line-height: 1.40;
  }
  
  h5,
  .h5 {
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: 0.90rem;
    line-height: 1.33;
  }
  
  h6,
  .h6 {
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: 0.80rem;
    line-height: 1.25;
  }
  
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
  .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
  h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
  .h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b {
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: 500;
    font-style: normal;
  }
  
  .display {
    margin: 0 0 18px;
    color: #3c4f69;
    font-family: 
  
    'EB Garamond', serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: 3.60rem;
    line-height: 1.11;
  }
  
  hr {
    height: 0;
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #E3E6EC;
  }
  
  img,
  svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  
  /* Fixes the problem with the missing icons in Rich text */
  
  [data-hs-icon-hubl] svg {
    height: revert-layer;
  }
  
  figure {
    margin: 0;
  }
  
  pre {
    max-width: 100%;
    overflow-x: auto;
  }
  
  sup,
  sub {
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.4em;
  }
  
  sub { 
    top: 0.4em; 
  }
  
  [hidden] {
    display: none;
  }
  
  form {
    margin-bottom: 0;
  }
  
  /* UI label */
  
  .ui-label {
    color: #3c4f69;
    font-family: 
  
    'Jost', sans-serif
  
;
    font-weight: normal;
    font-style: normal;
    font-size: var(--font-base);
    line-height: 1.28;
  }
  
  /* Important text */
  
  .important-text {
    color: #3c4f69;
  }
  
  /* Text size */

  .xsmall-text {
    font-size: 0.68rem;
  }
  
  .small-text {
    font-size: 0.89rem;
  }
  
  .large-text {
    font-size: 1.16rem;
  }
  
  .xlarge-text {
    font-size: 1.740rem;
  }
  
  @media (max-width: 1024px) {
    .xlarge-text {
      font-size: 1.508000000000000051514348342607263475656509399414062500rem;
    }
  }
  
  @media (max-width: 767px) {
    .xlarge-text {
      font-size: 1.27600000000000010302869668521452695131301879882812500rem;
    }
  }
  
  /* Super text */
  
  .super-text {
    display: block;
    color: #6A6D77;
    font-size: .8rem;
  }
  
  /* Rich text */
  
  .txt--dark,
  .txt--dark .super-text {
    color: rgba(255, 255, 255, 0.95);
  }
  
  .txt--dark a,
  .txt--dark a:hover,
  .txt--dark h1,
  .txt--dark h2,
  .txt--dark h3,
  .txt--dark h4,
  .txt--dark h5,
  .txt--dark h6,
  .txt--dark .h1,
  .txt--dark .h2,
  .txt--dark .h3,
  .txt--dark .h4,
  .txt--dark .h5,
  .txt--dark .h6,
  .txt--dark .display,
  .txt--dark .important-text,
  .txt--dark .ui-label {
    color: #fff;
  }

  .txt--warning, .txt--required {
    color: #E06666;

  }
  
  .txt--dark hr {
    background: rgba(255, 255, 255, .2);
  }
  
  /* Unstyle links */
  
  .txt--unstyle-links a {
    color: inherit;
    text-decoration: none;
  }
  
  .txt--unstyle-links a:hover {
    color: inherit;
    text-decoration: underline;
  }
  
  /* Unstyle lists */
  
  .txt--unstyle-lists ul,
  .txt--unstyle-lists ol {
    padding-inline-start: 0;
    list-style: none;
  }
  
  .txt--unstyle-lists li + li {
    margin-top: .28rem;
  }
  
  /* UI Font */
  
  .ui-font {
    font-family: 
  
    'Jost', sans-serif
  
;
    font-weight: normal;
    font-style: normal;
    line-height: 1.28;
  }
  
  .ui-font strong,
  .ui-font b {
    font-family: 
  
    'Jost', sans-serif
  
;
    font-weight: 500;
    font-style: normal;
  }
  
  /* UI icon */
  
  .ui-icon-mhqb {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ui-icon-mhqb svg {
    display: block;
    width: 1.00rem;
    height: 1.00rem;
    pointer-events: none;
  }
  
  /* Image radius */
  
  .img--radius img,
  img.img--radius {
    border-radius: 12px;
  }
  
  /* Image shadow */
  
  .img--shadow img,
  img.img--shadow {
    box-shadow: 0px 32px 64px rgba(60, 79, 105, 0.05), 0px 16px 32px rgba(60, 79, 105, 0.05);
  }
  
  @media (max-width: 1024px) {
    html {
      font-size: 118.75%;
    }
    
    h1,
    .h1 {
      font-size: 2.84rem;
    }
    
    h2,
    .h2 {
      font-size: 1.89rem;
    }
    
    h3,
    .h3 {
      font-size: 1.37rem;
    }
    
    h4,
    .h4 {
      font-size: 1.05rem;
    }
    
    h5,
    .h5 {
      font-size: 0.95rem;
    }
    
    h6,
    .h6 {
      font-size: 0.84rem;
    }
    
    .display {
      font-size: 3.37rem;
    }
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 112.50%;
    }
    
    h1,
    .h1 {
      font-size: 2.22rem;
    }
    
    h2,
    .h2 {
      font-size: 1.56rem;
    }
    
    h3,
    .h3 {
      font-size: 1.33rem;
    }
    
    h4,
    .h4 {
      font-size: 1.11rem;
    }
    
    h5,
    .h5 {
      font-size: 1.00rem;
    }
    
    h6,
    .h6 {
      font-size: 0.89rem;
    }
    
    .display {
      font-size: 3.56rem;
    }
  }
  
  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  
  /* Background */
  
  .bg-accent {
    background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
  }
  
  .bg-dark {
    background: #3c4f69;
  }
  
  .bg-light {
    background: #f5f5f5;
  }
  
  .bg-white {
    background: #fff;
  }

  .bg-tertiary {
    background: #626853;
  }
  
  .bg-ghost {
    background: rgba(255, 255, 255, .1);
    
      -webkit-backdrop-filter: blur(24px);
      backdrop-filter: blur(24px);
    
  }

 
  /* Tippy */
  
  .tippy-box[data-theme~='act-light'] {
    border-radius: 4px;
    background: #fff;
    color: #3c4f69;
  }
  
  .tippy-box[data-theme~='act-light'] .tippy-arrow {
    color: #fff;
  }
  
  .tippy-box[data-theme~='act-dark'] {
    border-radius: 4px;
    background: #3c4f69;
    color: #fff;
  }
  
  .tippy-box[data-theme~='act-dark'] .tippy-arrow {
    color: #3c4f69;
  }
  
  /* Theme corners section */
  
  .dnd-section-theme-corners .dnd-row,
  .dnd-section-theme-corners .dnd-column {
    border-radius: 12px;
  }
  
  /* Fixes distortion of the CTA placeholder image */
  
  .hs-cta-simple-placeholder img {
    height: auto !important;
  }


/* 🔹 Border Bottom Utility Classes */
.bb-thin { border-bottom: var(--border-thin) solid var(--border-primary); }
.bb-normal { border-bottom: var(--border-normal) solid var(--border-primary); }
.bb-thick { border-bottom: var(--border-thick) solid var(--border-primary); }
.bb-xthick { border-bottom: var(--border-xthick) solid var(--border-primary); }

/* 🔹 Color Variants */
.bb-primary { border-bottom-color: var(--primary-color); }
.bb-secondary { border-bottom-color: var(--secondary-color); }
.bb-dark { border-bottom-color: var(--dark); }
.bb-light { border-bottom-color: var(--light); }
.bb-accent { border-bottom-color: var(--accent); }
.bb-danger { border-bottom-color: var(--medium-red); }

/* 🔹 Custom Border Styles */
.bb-solid { border-bottom-style: solid; }
.bb-dashed { border-bottom-style: dashed; }
.bb-dotted { border-bottom-style: dotted; }
.bb-double { border-bottom-style: double; }


  .hr-filter-separator {
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color); /* Adjust color as needed */
    border: none; /* Remove default border */
  }

.filter-label {
    font-size: var(--font-xs);

}

.font-size-xxs { font-size: var(--font-xxs); }
.font-size-xs { font-size: var(--font-xs); }
.font-size-sm { font-size: var(--font-sm); }
.font-size-base { font-size: var(--font-base); }
.font-size-lg { font-size: var(--font-lg); }
.font-size-xl { font-size: var(--font-xl); }
.font-size-2xl { font-size: var(--font-2xl); }
.font-size-3xl { font-size: var(--font-3xl); }
.font-size-4xl { font-size: var(--font-4xl); }
.font-size-5xl { font-size: var(--font-5xl); }
.font-size-6xl { font-size: var(--font-6xl); }

.banner {
  padding: 0.5rem 0.5rem;
  font-size: var(--font-xl);;
  font-weight: var(--font-wt-semi-bold);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: var(--radius-md); var(--radius-md); var(--radius-md); var(--radius-md);; /* Rounded only on the top */
  margin-bottom: 1rem;
  /*font-family: var(--text-font-family);*/
}

.banner-icon {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

/* Base */

.badge {
  display: inline-block;
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: 500;
  font-style: normal;
  line-height: 1.28;
  text-transform: uppercase;
  vertical-align: middle;
  padding: .35em .65em;
  color: var(--white);
  border-radius: .375rem;
  margin-bottom: var(--margin-lg);
}

.badge,
.badge:hover {
  text-decoration: none;
}

/* Lowercase */

.badge--lowercase {
  text-transform: none;
}

/* Small */

.badge--small {
  padding: .11rem .22rem;
  border-radius: 3px;
  font-size: .46rem;
}

.badge--small.badge--lowercase {
  font-size: .72rem;
}

/* Medium */

.badge--medium {
  padding: .18rem 0.36rem;
  border-radius: 3px;
  font-size: .6rem;
}

.badge--medium.badge--lowercase {
  font-size: .78rem;
}

/* Large */

.badge--large {
  padding: .22rem .44rem;
  border-radius: 4px;
  font-size: .73rem;
}

.badge--large.badge--lowercase {
  font-size: .89rem;
}

/* Pill */

.badge--pill {
  border-radius: 99px;
}

/* Accent */

.badge--accent {
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
  color: #fff;
}

.badge--accent:hover {
  color: #fff;
}

/* Dark */

.badge--dark {
  background: #3c4f69;
  color: #fff;
}

.badge--dark:hover {
  color: #fff;
}

/* White */

.badge--white {
  background: #fff;
  color: #3c4f69;
 
}

.badge--white:hover {
  color: #3c4f69;
}

/* Ghost */

.badge--ghost {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.badge--ghost:hover {
  color: #fff;
}

.content-section__header {
  background: #6B8296; 
  color: var(--white);
  border-bottom: var(--border-normal) solid var(--border-secondary);
  padding: var(--padding-md); 
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px; 
  border-bottom-right-radius: 8px; 
  margin-top: var(--margin-lg);
  margin-bottom: var(--margin-lg);
  font-weight: var(--font-wt-bold);
  align-items: center; 
  box-shadow: var(--sm-shadow-accent);
}

.content-section__header.primary {
  background: var(--primary-color);
  color: var(--white);
  border-bottom-color: var(--accent-color);
}

.content-section__header.secondary {
  background: var(--secondary-color);
  color: var(--white);
  border-bottom-color: var(--primary-color);
}

/* Only add top margin if it's not the first one */
.content-section__header:not(:first-child) {
  margin-top: var(--margin-lg);
}

.content-section__sub-header {
  margin-top: var(--margin-lg);
  font-size: var(--font-lg);
  font-weight: var(--font-wt-semi-bold);
  border-bottom: var(--border-normal) solid var(--accent);
  margin-bottom: var(--margin-md);
  background: var(--light-gray);
  color: var(--primary-color);
  padding: var(--padding-sm); 
}



.content-section__header__title {
    font-size: var(--font-lg);
    font-weight: var(--font-wt-semi-bold);
    margin-bottom: var(--margin-sm);
    font-family: var(--heading-font-family);
}

.status-badge {
    align-self: flex-start;
    display: inline-block;
    padding: var(--padding-xs) var(--padding-sm);
    border-radius: var(--radius-xxl);
    font-size: var(--font-xs);
    font-weight: var(--font-wt-semi-bold);
    margin-bottom: var(--margin-xs);
}

.status-badge--group {
  margin-bottom: var(--margin-sm);

}

/* Grouped shared styles */
[data-status="Scheduled"],
[data-status="Requested"],
[data-status="Open"] {
  background: #e8f4ff;
  color: var(--medium-blue);
}

[data-status="Scheduled"]::before,
[data-status="Requested"]::before,
[data-status="Open"]::before {
  background: #e8f4ff;
  color: var(--medium-blue);
}

[data-status="Scheduled"]::before {
  content: "Scheduled";
}

[data-status="Completed"],
[data-status="Request Complete"], [data-status="Not Needed"], [data-status="hhp-home"] {
  background: #e6f6ec;
  color: var(--medium-green);
}

 [data-status="non-hhp-home"] {
  background: var(--yellow);
  color: var(--dark);
}

[data-status="Completed"]::before,
[data-status="Request Complete"]::before {
  content: "Completed";
  background: #e6f6ec;
  color: var(--medium-green);
}

[data-status="Not Needed"]::before {
  content: "Not Needed";
  background: #e6f6ec;
  color: var(--medium-green);
}

[data-status="Canceled"],
[data-status="Request Canceled"] {
  background: #fef2f2;
  color: var(--medium-red);
}

[data-status="Canceled"]::before,
[data-status="Request Canceled"]::before {
  content: "Canceled";
  background: #fef2f2;
  color: var(--medium-red);
}

[data-status="Rescheduled"] {
  background: #fefce8;
  color: var(--medium-blue);
}

[data-status="Rescheduled"]::before {
  content: "Rescheduled";
  background: #fefce8;
  color: var(--medium-blue);
}

[data-status="DIY"] {
  background: var(--medium-gray);
  color: var(--primary-color);
}

[data-status="HHP"] {
  background: var(--primary-color);
  color: var(--white);
}

[data-status="Service"] {
  background: var(--light-blue);
  color: var(--dark);
}

[data-status="Partial Completion"],[data-status="Completed - Invoice Missing"] {
  background: var(--yellow);
  color: var(--dark);
}

[data-status="Partial Completion"]::before {
  content: "Partially Completed";
  background: var(--yellow);
  color: var(--dark);
}

[data-status="Moved to Next Maintenance Visit"] {
  background: var(--yellow);
  color: var(--dark);
}

[data-status="Moved to Next Maintenance Visit"]::before {
  content: "Perform at Next Appt";
  background: var(--yellow);
  color: var(--dark);
}





/* Ensure the actual content (date) isn’t overridden */
/* Dnd */

.row-fluid,
.row-fluid > * {
  display: flex;
  flex-direction: column;
}

.row-fluid > * {
  width: 100%;
}

@media (min-width: 768px) {
  .row-fluid {
    /*MHQB*/
    flex-direction: row;
  }

  .row-fluid > * + * {
    margin-inline-start: 18px;
  }

  
    .span1 {
      width: calc(0.08333333333333333 * (100% + 18px) - 18px);
    }
  
    .span2 {
      width: calc(0.16666666666666666 * (100% + 18px) - 18px);
    }
  
    .span3 {
      width: calc(0.25 * (100% + 18px) - 18px);
    }
  
    .span4 {
      width: calc(0.3333333333333333 * (100% + 18px) - 18px);
    }
  
    .span5 {
      width: calc(0.4166666666666667 * (100% + 18px) - 18px);
    }
  
    .span6 {
      width: calc(0.5 * (100% + 18px) - 18px);
    }
  
    .span7 {
      width: calc(0.5833333333333334 * (100% + 18px) - 18px);
    }
  
    .span8 {
      width: calc(0.6666666666666666 * (100% + 18px) - 18px);
    }
  
    .span9 {
      width: calc(0.75 * (100% + 18px) - 18px);
    }
  
    .span10 {
      width: calc(0.8333333333333334 * (100% + 18px) - 18px);
    }
  
    .span11 {
      width: calc(0.9166666666666666 * (100% + 18px) - 18px);
    }
  
    .span12 {
      width: calc(1.0 * (100% + 18px) - 18px);
    }
  
}

.dnd-section {
  position: relative;
  padding: 36px 18px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
}

.dnd-module > * {
  width: 100%;
}

.dnd-module > .widget-type-cta {
  width: auto;
}

.hs_cos_wrapper {
  display: block;
}

/* Non-dnd */

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 36px 0;
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 1336px;
  max-width: 100%;
  padding: 0 9.0px;
}

.container.full {
  width: 100%;
}

.container.half {
  width: 668.0px;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -9.0px;
  /*gap: 15px;*/
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  padding: 9.0px 9.0px;
}

.row.no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row.even .col {
  flex: 1 1 0px;
}

.box {
  width: 100%;
}


  .s1 {
    width: 8.333333333333332%;
  }

  .s2 {
    width: 16.666666666666664%;
  }

  .s3 {
    width: 25.000000000000000%;
  }

  .s4 {
    width: 33.333333333333330%;
  }

  .s5 {
    width: 41.666666666666670%;
  }

  .s6 {
    width: 50.000000000000000%;
  }

  .s7 {
    width: 58.333333333333336%;
  }

  .s8 {
    width: 66.666666666666660%;
  }

  .s9 {
    width: 75.000000000000000%;
  }

  .s10 {
    width: 83.333333333333340%;
  }

  .s11 {
    width: 91.666666666666660%;
  }

  .s12 {
    width: 100.000000000000000%;
  }


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }

/* Large screens (above md breakpoint) */
@media (min-width: 1025px) { /* 1025px and above */
  
    .lg-s1 {
      width: 8.333333333333332%;
    }
  
    .lg-s2 {
      width: 16.666666666666664%;
    }
  
    .lg-s3 {
      width: 25.000000000000000%;
    }
  
    .lg-s4 {
      width: 33.333333333333330%;
    }
  
    .lg-s5 {
      width: 41.666666666666670%;
    }
  
    .lg-s6 {
      width: 50.000000000000000%;
    }
  
    .lg-s7 {
      width: 58.333333333333336%;
    }
  
    .lg-s8 {
      width: 66.666666666666660%;
    }
  
    .lg-s9 {
      width: 75.000000000000000%;
    }
  
    .lg-s10 {
      width: 83.333333333333340%;
    }
  
    .lg-s11 {
      width: 91.666666666666660%;
    }
  
    .lg-s12 {
      width: 100.000000000000000%;
    }
  
}

@media (max-width: 1024px) {
  
    .md-s1 {
      width: 8.333333333333332%;
    }
  
    .md-s2 {
      width: 16.666666666666664%;
    }
  
    .md-s3 {
      width: 25.000000000000000%;
    }
  
    .md-s4 {
      width: 33.333333333333330%;
    }
  
    .md-s5 {
      width: 41.666666666666670%;
    }
  
    .md-s6 {
      width: 50.000000000000000%;
    }
  
    .md-s7 {
      width: 58.333333333333336%;
    }
  
    .md-s8 {
      width: 66.666666666666660%;
    }
  
    .md-s9 {
      width: 75.000000000000000%;
    }
  
    .md-s10 {
      width: 83.333333333333340%;
    }
  
    .md-s11 {
      width: 91.666666666666660%;
    }
  
    .md-s12 {
      width: 100.000000000000000%;
    }
  
  
  .md-eq5 { width: 20% }
  .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
  .col { width: 100% }

  
    .sm-s1 {
      width: 8.333333333333332%;
    }
  
    .sm-s2 {
      width: 16.666666666666664%;
    }
  
    .sm-s3 {
      width: 25.000000000000000%;
    }
  
    .sm-s4 {
      width: 33.333333333333330%;
    }
  
    .sm-s5 {
      width: 41.666666666666670%;
    }
  
    .sm-s6 {
      width: 50.000000000000000%;
    }
  
    .sm-s7 {
      width: 58.333333333333336%;
    }
  
    .sm-s8 {
      width: 66.666666666666660%;
    }
  
    .sm-s9 {
      width: 75.000000000000000%;
    }
  
    .sm-s10 {
      width: 83.333333333333340%;
    }
  
    .sm-s11 {
      width: 91.666666666666660%;
    }
  
    .sm-s12 {
      width: 100.000000000000000%;
    }
  

  .sm-eq5 { width: 20% }
  .sm-eq7 { width: 14.285714285714286% }
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
  flex-shrink: 0;
}

.self-shrink {
  flex-shrink: 1;
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1024px) {
  .md-flex { display: flex }
  .md-inline-flex { display: inline-flex }
  
  .md-no-shrink > *,
  .md-self-no-shrink {
    flex-shrink: 0;
  }

  .md-self-shrink {
    flex-shrink: 1;
  }

  .md-flex-row { flex-direction: row }
  .md-flex-row-reverse { flex-direction: row-reverse }
  .md-flex-col { flex-direction: column }
  .md-flex-col-reverse { flex-direction: column-reverse }

  .md-wrap { flex-wrap: wrap }
  .md-wrap-reverse { flex-wrap: wrap-reverse }

  .md-justify-start { justify-content: flex-start }
  .md-justify-end { justify-content: flex-end }
  .md-justify-center { justify-content: center }
  .md-justify-between { justify-content: space-between }
  .md-justify-around { justify-content: space-around }
  .md-justify-evenly { justify-content: space-evenly }

  .md-items-start { align-items: flex-start }
  .md-items-end { align-items: flex-end }
  .md-items-center { align-items: center }
  .md-items-stretch { align-items: stretch }
  .md-items-baseline { align-items: baseline }

  .md-content-start { align-content: flex-start }
  .md-content-end { align-content: flex-end }
  .md-content-center { align-content: center }
  .md-content-stretch { align-content: stretch }
  .md-content-between { align-content: space-between }
  .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
  .sm-flex { display: flex }
  .sm-inline-flex { display: inline-flex }
  
  .sm-no-shrink > *,
  .sm-self-no-shrink {
    flex-shrink: 0;
  }

  .sm-self-shrink {
    flex-shrink: 1;
  }

  .sm-flex-row { flex-direction: row }
  .sm-flex-row-reverse { flex-direction: row-reverse }
  .sm-flex-col { flex-direction: column }
  .sm-flex-col-reverse { flex-direction: column-reverse }

  .sm-wrap { flex-wrap: wrap }
  .sm-wrap-reverse { flex-wrap: wrap-reverse }

  .sm-justify-start { justify-content: flex-start }
  .sm-justify-end { justify-content: flex-end }
  .sm-justify-center { justify-content: center }
  .sm-justify-between { justify-content: space-between }
  .sm-justify-around { justify-content: space-around }
  .sm-justify-evenly { justify-content: space-evenly }

  .sm-items-start { align-items: flex-start }
  .sm-items-end { align-items: flex-end }
  .sm-items-center { align-items: center }
  .sm-items-stretch { align-items: stretch }
  .sm-items-baseline { align-items: baseline }

  .sm-content-start { align-content: flex-start }
  .sm-content-end { align-content: flex-end }
  .sm-content-center { align-content: center }
  .sm-content-stretch { align-content: stretch }
  .sm-content-between { align-content: space-between }
  .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
  content: '';
  display: table;
  clear: both;
}

/* Module */

.module {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.module--block-left   { align-items: flex-start }
.module--block-center { align-items: center }
.module--block-right  { align-items: flex-end }

.module--text-left   { text-align: left }
.module--text-center { text-align: center }
.module--text-right  { text-align: right }

@media (max-width: 1024px) {
  .module--md-block-left   { align-items: flex-start }
  .module--md-block-center { align-items: center }
  .module--md-block-right  { align-items: flex-end }

  .module--md-text-left   { text-align: left }
  .module--md-text-center { text-align: center }
  .module--md-text-right  { text-align: right }
}

@media (max-width: 767px) {
  .module--sm-block-left   { align-items: flex-start }
  .module--sm-block-center { align-items: center }
  .module--sm-block-right  { align-items: flex-end }

  .module--sm-text-left   { text-align: left }
  .module--sm-text-center { text-align: center }
  .module--sm-text-right  { text-align: right }
}

.module__inner {
  width: 100%;
  max-width: 100%;
}

/* Hidden */

@media (min-width: 1025px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

/* Min height */

.minh-full {
  min-height: 100vh;
}

.minh-half {
  min-height: 50vh;
}

.dnd-section.minh-full,
.dnd-section.minh-half {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnd-section.minh-full > *,
.dnd-section.minh-half > * {
  width: 100%;
}

/* Preset width */

.content-width {
  max-width: 1300px;
  padding-left: 9.0px;
  padding-right: 9.0px;
}

.half-content-width {
  max-width: calc(650.0px - 9.0px);
}

/* Inline items (for 'Space between buttons/icons' options) */

.inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.inline-items--left {
  justify-content: flex-start;
}

.inline-items--center {
  justify-content: center;
}

.inline-items--right {
  justify-content: flex-end;
}

.portal-page-header {
  position: relative; /* Required for the pseudo-element */
  z-index: 1;
}

.portal-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3c4f69;
  opacity: 0.3; /* Adjust opacity here */
  z-index: -1; /* Ensure it stays behind content */
}

@media (max-width: 1024px) {
  .inline-items--md-left {
    justify-content: flex-start;
  }
  
  .inline-items--md-center {
    justify-content: center;
  }
  
  .inline-items--md-right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .inline-items--sm-left {
    justify-content: flex-start;
  }
  
  .inline-items--sm-center {
    justify-content: center;
  }
  
  .inline-items--sm-right {
    justify-content: flex-end;
  }
}


@keyframes uiPop {
  from {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   Button Styles
   ========================================================================== */

/* Animation */
@keyframes btn_ripple {
  0% { opacity: 0.3; }
  30% { opacity: 0.3; }
  100% {
    opacity: 0;
    transform: scale(4, 4);
  }
}

/* ==========================================================================
   Base Styles
   ========================================================================== */
.btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: none;
  border: none;
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1);
  transition: box-shadow 0.1s ease-in-out, background-color 0.1s ease-in-out, transform 0.1s ease-in-out;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.btn:hover {
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.btn:active {
  transform: scale(0.93, 0.93);
  transition-duration: 0.05s;
}

.btn::after {
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.11rem 0 0 -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.btn:focus::after {
  animation: btn_ripple 0.5s ease-in-out forwards;
}

/* ==========================================================================
   Variants: Fill and Outline
   ========================================================================== */
.btn--fill {
  border: 2px solid transparent; /* Default transparent border */
}

.btn--outline {
  border: 2px solid;
}

.btn--outline:hover {
  border: 0;
}

/* ==========================================================================
   Sizes
   ========================================================================== */
.btn--extra-small {
  padding: 0.1125rem 0.22666666666666668rem;
  border-radius: 4px;
  font-size: 0.75rem;
}

.btn--small {
  padding: 0.45rem 0.68rem;
  border-radius: 4px;
  font-size: 0.83rem;
}

.btn--small.btn--outline:not(:hover) {
  padding: calc(0.45rem - 2px) calc(0.68rem - 2px);
}

.btn--medium {
  padding: 0.64rem 0.91rem;
  border-radius: 6px;
  font-size: 0.89rem;
}

.btn--medium.btn--outline:not(:hover) {
  padding: calc(0.64rem - 2px) calc(0.91rem - 2px);
}

.btn--large {
  padding: 0.91rem 1.36rem;
  border-radius: 8px;
  font-size: var(--font-base);
}

.btn--large.btn--outline:not(:hover) {
  padding: calc(0.91rem - 2px) calc(1.36rem - 2px);
}

/* ==========================================================================
   Width Modifiers
   ========================================================================== */
.btn.mw-100 { min-width: 100px; }
.btn.mw-150 { min-width: 150px; }
.btn.mw-200 { min-width: 200px; }
.btn.btn--full { display: block; }

@media (max-width: 767px) {
  .btn.mw-100,
  .btn.mw-150,
  .btn.mw-200 { min-width: auto; }
}

/* ==========================================================================
   Color Variants
   ========================================================================== */
.btn--accent.btn--outline {
  border-color: #3C4F69;
  color: #3C4F69;
}

.btn--accent.btn--fill {
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
  border-color: linear-gradient(111.02deg, #d27301 0%, #e87426 100%); /* Match border to background */
  color: #fff;
}

.btn--accent.btn--outline:hover {
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
  color: #fff;
}

.btn--accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(60, 79, 105, 0.15);
}

.btn--primary.btn--outline {
  border-color: #3c4f69;
  color: #3c4f69;
}

.btn--primary.btn--fill {
  background: #3c4f69;
  border-color: #3c4f69; /* Match border to background */
  color: #fff;
}

.btn--primary.btn--outline:hover {
  background: #3c4f69;
  color: #fff;
}

.btn--primary:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(60, 79, 105, 0.15);
}

.btn--secondary.btn--outline {
  border-color: #d27301;
  color: #d27301;
}

.btn--secondary.btn--fill {
  background: #d27301;
  border-color: #d27301; /* Match border to background */
  color: #fff;
}

.btn--secondary.btn--outline:hover {
  background: #d27301;
  color: #fff;
}

.btn--secondary:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(210, 115, 1, 0.15);
}

/* Additional color variants (tertiary, delete, dark, etc.) follow the same pattern */
.btn--tertiary.btn--outline {
  border-color: #626853;
  color: #626853;
}

.btn--tertiary.btn--fill {
  background: #626853;
  border-color: #626853;
  color: #fff;
}

.btn--delete.btn--outline {
  border-color: #E06666;
  color: #E06666;
}

.btn--delete.btn--fill {
  background: #E06666;
  border-color: #E06666;
  color: #fff;
}

.btn--dark.btn--outline {
  border-color: #3c4f69;
  color: #3c4f69;
}

.btn--dark.btn--fill {
  background: #3c4f69;
  border-color: #3c4f69;
  color: #fff;
}

.btn--light.btn--outline {
  border-color: #E3E6EC;
  color: #3c4f69;
}

.btn--light.btn--fill {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #3c4f69;
}

/* ==========================================================================
   Special Variants
   ========================================================================== */
.btn--link {
  color: #e87426;
  background: none;
  border: none;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btn--link:hover {
  color: #e87426;
  text-decoration: underline;
}

.btn--pill {
  border-radius: 999px;
}

.btn--group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.btn--group.nowrap {
  flex-wrap: nowrap;

}

.btn--group.center {
  justify-content: center;
}

/* ==========================================================================
   Icon Styles
   ========================================================================== */
.btn__icon {
  color: inherit;
  line-height: 0;
}

.btn__icon--right {
  order: 1;
  margin-left: 0.4em;
}

.btn__icon--left {
  margin-right: 0.4rem;
}

.btn__icon svg {
  fill: currentColor;
}

/* ==========================================================================
   Contextual Variants
   ========================================================================== */
.btn--category,
.btn--service,
.btn--filter,
.btn--homes {
  border: 1px solid var(--medium-gray);
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 1px;
}

.btn--category.active,
.btn--service.active,
.btn--filter.active,
.btn--homes.active {
  background-color: var(--medium-green);
  border: none;
  color: var(--white);
}

.btn--timing {
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: var(--font-sm);
}

.btn--timing.active {
  background-color: var(--medium-green);
  color: var(--white);
}

.btn--quantity {
  font-size: var(--font-xs);
  width: 30px;
  text-align: center;
  padding: 0.2rem 0;
}

.btn--option {
  font-size: var(--font-xs);
  width: 110px;
  text-align: center;
  padding: 5px 0;
}

.btn--quantity.active,
.btn--option.active {
  background-color: var(--medium-green);
  color: white;
}

.btn--quantity.inactive,
.btn--option.inactive {
  background-color: var(--medium-gray);
  color: white;
}

.btn--option.not-interested.active {
  background-color: var(--medium-red);
  color: white;
}

/* ==========================================================================
   Upload Button
   ========================================================================== */
.btn--upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
  max-width: 150px;
  font-size: var(--font-xs);
  min-width: 120px;
  flex-shrink: 0;
}

.btn--upload.btn--fill {
  border-color: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
}

.btn--upload .btn__icon--right {
  margin-left: 8px;
}

.btn--upload:hover {
  background-color: #0056b3;
}

/* Toggle Switch Styles */
.switch,
.city-toggle-switch,
.zip-toggle-switch,
.service-toggle-switch,
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input,
.city-toggle-switch input,
.zip-toggle-switch input,
.service-toggle-switch input,
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider,
.city-toggle-slider,
.zip-toggle-slider,
.toggle-switch .slider {
    
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: background-color 1.0s ease;
    border-radius: 24px;
}

.slider:before,
.city-toggle-slider:before,
.zip-toggle-slider:before,
.toggle-switch .slider:before {
   
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: transform 1.0s ease, background-color 1.0s ease;
    border-radius: 50%;
}

input:checked + .slider,
.city-toggle-switch input:checked + .city-toggle-slider,
.zip-toggle-switch input:checked + .zip-toggle-slider,
.service-toggle-switch input:checked + .service-toggle-slider,
.toggle-switch input:checked + .toggle-switch .slider {
    background-color: #28a745;
}

input:checked + .slider:before,
.city-toggle-switch input:checked + .city-toggle-slider:before,
.zip-toggle-switch input:checked + .zip-toggle-slider:before,
.service-toggle-switch input:checked + .service-toggle-slider:before,
.toggle-switch input:checked + .toggle-switch .slider:before {
    transform: translateX(26px);
}
/* Base */


.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.icon svg {
  fill: currentColor;
}

/* Shape */

.icon--disc {
  border-radius: 100%;
}

.icon--square.icon--small {
  border-radius: 4px;
}

.icon--square.icon--medium {
  border-radius: 5px;
}

.icon--square.icon--large {
  border-radius: 6px;
}

.icon--square.icon--extra-large {
  border-radius: 10px;
}

/* Size */

.icon--small.icon--disc,
.icon--small.icon--square {
  width: 1.82rem;
  height: 1.82rem;
}

.icon--small .icon__glyph {
  width: 0.91rem;
  height: 0.91rem;
  line-height: 0.91rem;
  font-size: .91rem;
}

.icon--medium.icon--disc,
.icon--medium.icon--square {
  width: 2.73rem;
  height: 2.73rem;
}

.icon--medium .icon__glyph {
  width: 1.11rem;
  height: 1.11rem;
  line-height: 1.11rem;
  font-size: 1.11rem;
}

.icon--large.icon--disc,
.icon--large.icon--square {
  width: 3.64rem;
  height: 3.64rem;
}

.icon--large .icon__glyph {
  width: 1.82rem;
  height: 1.82rem;
  line-height: 1.82rem;
  font-size: 1.82rem;
}

.icon--extra-large.icon--disc,
.icon--extra-large.icon--square {
  width: 5.46rem;
  height: 5.46rem;
}

.icon--extra-large .icon__glyph {
  width: 3.18rem;
  height: 3.18rem;
  line-height: 3.18rem;
  font-size: 3.18rem;
}

/* Outline */

.icon--outline {
  border: 1px solid;
}

/* Accent */

.icon--accent {
  color: #3C4F69;
}

.icon--accent.icon--fill {
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
  color: #fff;
}

.icon--accent.icon--outline {
  border-color: #3C4F69;
}

/* Dark */

.icon--dark {
  color: #3c4f69;
}

.icon--dark.icon--fill {
  background: #3c4f69;
  color: #fff;
}

.icon--dark.icon--outline {
  border-color: #3c4f69;
}

/* Light */

.icon--light {
  color: #3c4f69;
}

.icon--light.icon--fill {
  background: #f5f5f5;
  color: #3c4f69;
}

.icon--light.icon--outline {
  border-color: #E3E6EC;
}

/* White */

.icon--white {
  color: #fff;
}

.icon--white.icon--fill {
  background: #fff;
  color: #3c4f69;
}

.icon--white.icon--outline {
  border-color: #fff;
}

/* White with accent */

.icon--white-accent {
  color: #3C4F69;
}

.icon--white-accent.icon--fill {
  background: #fff;
  color: #3C4F69;
}

.icon--white-accent.icon--outline {
  border-color: #fff;
}

/* Ghost */

.icon--ghost {
  color: #fff;
}

.icon--ghost.icon--fill {
  background: rgba(255, 255, 255, .2);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.icon--ghost.icon--outline {
  border-color: rgba(255, 255, 255, .2);
}



.icon--mhqb {
  height: 35px; /* Keep icon size */
  width: auto; /* Make it a square for perfect circle */
  margin-right: 10px;

  background-color: var(--white); /* White circle */
  border-radius: 50%; /* Ensures circular shape */
  padding: 2px; /* Adjust padding for better spacing */
  
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
}
/* Holder */

.ttip-holder {
  position: relative;
  overflow: visible;
}

/* Tooltip */

.ttip {
  display: none;
  max-width: 200px;
  padding: .77rem .91rem;
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: .82rem;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 5;
}

.ttip[style*="position"] {
  display: block;
}

/* Block */

.ttip--block {
  max-width: none;
  width: 200px;
  text-align: left;
  white-space: normal;
  text-overflow: clip;
}

/* On hover */

.ttip--on-hover {
  visibility: hidden;
  pointer-events: none;
}

*:hover > .ttip--on-hover {
  visibility: visible;
  pointer-events: auto;
  animation: .2s ease-in-out forwards fadeIn;
}

/* Background */

.ttip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 4px;
}

/* Caret */

.ttip::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: -2;
  background: inherit;
}

.ttip[data-popper-placement="top-start"]::after {
  bottom: 4px;
  left: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.ttip[data-popper-placement="top"]::after {
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="top-end"]::after {
  bottom: 4px;
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom-start"]::after {
  top: 4px;
  left: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom"]::after {
  top: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="bottom-end"]::after {
  top: 4px;
  right: 10px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.ttip[data-popper-placement="left-start"]::after {
  top: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.ttip[data-popper-placement="left"]::after {
  top: 50%;
  right: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="left-end"]::after {
  bottom: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right-start"]::after {
  top: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right"]::after {
  top: 50%;
  left: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="right-end"]::after {
  bottom: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Accent */

.ttip--accent {
  color: #fff;
}

.ttip--accent::before,
.ttip--accent::after {
  background: #3C4F69;
}

.ttip--accent::before {
  box-shadow: 0px 8px 16px rgba(60, 79, 105, 0.2), 0px 4px 8px rgba(60, 79, 105, 0.2);
}

/* Dark */

.ttip--dark {
  color: #fff;
}

.ttip--dark::before,
.ttip--dark::after {
  background: #3c4f69;
}

.ttip--dark::before {
  box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.50);
}

/* White */

.ttip--white {
  color: #3c4f69;
}

.ttip--white::before,
.ttip--white::after {
  background: #fff;
}

/* White accent */

.ttip--white-accent {
  color: #3C4F69;
}

.ttip--white-accent::before,
.ttip--white-accent::after {
  background: #fff;
}
/* ==========================================================================
   Base
   ========================================================================== */

/* Reset input list */

.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Make spacing consistent */

.field > .input {
  margin-top: .28rem;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form .input {
  margin-right: 0 !important;
}

.form-columns-2,
.form-columns-3 {
  margin: 0 -9.0px !important;
}

.form-columns-2 > .hs-form-field,
.form-columns-3 > .hs-form-field,
.form-columns-2 .hs-dependent-field .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  padding: 0 9.0px;
  float: left;
}

.form-columns-3 > .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  width: 33.3333% !important;
}

@media (max-width: 667px) {
  .form-columns-3 > .hs-form-field,
  .form-columns-3 .hs-dependent-field .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .form-columns-2 > .hs-form-field,
  .form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
}

.hs-form-field,
.hs-richtext,
.legal-consent-container p,
.legal-consent-container ul {
  margin-bottom: 18px;
}

.legal-consent-container .hs-form-field {
  margin-bottom: 0 !important;
}

body .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}

body .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
}

/* Hide empty form title */

.form-title:empty,
.hs-form h3:empty {
  display: none;
}

/* Global input styles */

.hs-input,
#hs-pwd-widget-password {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  transition: .2s ease-in-out;
}

/* Placeholders */

.hs-input::-webkit-input-placeholder,
#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #6A6D77;
  opacity: 1;
}

.hs-input::-moz-placeholder,
#hs-pwd-widget-password::-moz-placeholder {
  color: #6A6D77;
  opacity: 1;
}

.hs-input:-ms-input-placeholder,
#hs-pwd-widget-password:-ms-input-placeholder {
  color: #6A6D77;
  opacity: 1;
}

.hs-input:-moz-placeholder,
#hs-pwd-widget-password:-moz-placeholder {
  color: #6A6D77;
  opacity: 1;
}

/* Make other HubSpot forms consistent with the rest.
`!important` necessary to override inline styles. */

/* email_simple_subscription */

#email-prefs-form .hs-input {
  padding: 0.91rem .91rem !important;
  font-size: 1rem !important;
}

#email-prefs-form h3 {
  font-weight: normal !important;
}

#email-prefs-form h3 + div {
  padding-bottom: 18px !important;
}

/* password_prompt */

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 18px;
}

/* Checkbox and radio field stucture */

.hs-form .multi-container {
  margin-top: .28rem;
}

.hs-form .multi-container li + li {
  margin-top: .11rem;
}

.hs-form-checkbox-display,
.hs-form-radio-display,
.hs-form-booleancheckbox-display {
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
}

.hs-input[type='checkbox'] + *,
.hs-input[type='radio'] + * {
  display: inline;
  float: none;
  margin-left: 0 !important;
  vertical-align: middle;
}

/* Labels & text */

.hs-form legend, .form legend {
  color: inherit;
}

.hs-form-field > label {
  color: #3c4f69;
}

.txt--dark .hs-form-field > label {
  color: #fff;
}

/* ==========================================================================
   Inputs
   ========================================================================== */

/* Default state
   ========================================================================== */

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  padding: 0.91rem .91rem;
  background-color: #fff;
  border: 1px solid #E3E6EC;
  border-radius: 0;
  box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.50);
  color: #3c4f69;
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1.56;
}

textarea.hs-input {
  height: 130px;
  border-radius: 0;
}

select.hs-input {
  padding-inline-end: 38px;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%233c4f69\" d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>");
  background-size: 7.5px 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}

/*BRIDGEREV*/

/* 
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("https://www.myhomeqb.com/hubfs/1.%20Website%20Design/Current%20Version%20(v1.00)/Icon%20Kit/down-arrow.png") no-repeat right transparent;
  background-position-x: 99%;
  background-size: 16px;
  border-radius: 0px;
}*/



.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  display: inline-block;
  width: 20px !important;
  height: 20px;
  margin: 0;
  margin-inline-end: .56rem;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #cfd2d8;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: normal;
}

.hs-input[type='checkbox'] {
  background-size: 12px 12px;
}

.hs-input[type='radio'] {
  background-size: 10px 10px;
  border-radius: 100%;
}

/* Hover state
   ========================================================================== */

.hs-input:hover,
#hs-pwd-widget-password:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

.hs-input[type='checkbox']:hover,
.hs-input[type='radio']:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

/* Focus state
   ========================================================================== */

.hs-input:focus,
#hs-pwd-widget-password:focus {
  border-color: #3C4F69;
  box-shadow: 0 0 0 4px rgba(60, 79, 105, .15), 0 0 0 1px #3C4F69 inset;
}

.hs-input[type='checkbox']:focus,
.hs-input[type='radio']:focus
 {
  border-color: #3C4F69;
  box-shadow: 0 0 0 4px rgba(60, 79, 105, .2);
}

/* Error state
   ========================================================================== */

.hs-input.error {
  border-color: #3C4F69;
  box-shadow: 0 0 0 4px rgba(60, 79, 105, .2), 0 0 0 1px #3C4F69 inset;
}

/* Checked state
   ========================================================================== */

.hs-input[type='checkbox']:checked,
.hs-input[type='radio']:checked {
  background-color: #3C4F69;
  border-color: transparent;
}

.hs-input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
}

.hs-input[type='radio']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>");
}

/* ==========================================================================
   Date fields
   ========================================================================== */

/* Inputs
   ========================================================================== */

.hs-input[type='date'],
.hs-input[type='datetime-local'],
.hs-input[type='month'],
.hs-input[type='week'],
.hs-dateinput .hs-input,
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='week'] {
  padding-inline-start: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%233c4f69\" d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>");
  background-position: 1.11rem center;
  background-repeat: no-repeat;
  background-size: .78rem .89rem;
}



/* Date-picker widget
   ========================================================================== */

body .fn-date-picker.pika-single {
  color: inherit;
  font: inherit;
}

body .fn-date-picker.pika-single.is-bound {
  background: #fff;
  border: 1px solid #E3E6EC;
  border-radius: 5px;
  box-shadow: 0px 16px 32px rgba(60, 79, 105, 0.05), 0px 8px 16px rgba(60, 79, 105, 0.05);
  color: #3c4f69;
}

body .fn-date-picker .pika-label {
  background-color: inherit;
  font: inherit;
}

body .fn-date-picker .pika-button {
  background: #f5f5f5;
  color: #3c4f69;
  font-family: inherit;
  box-shadow: none !important;
}

body .fn-date-picker .is-today .pika-button {
  color: #3C4F69;
  font-weight: inherit;
}

body .fn-date-picker .pika-button:hover,
body .fn-date-picker .is-selected .pika-button {
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%) !important;
  color: #fff;
  font-weight: inherit;
}

body .fn-date-picker .pika-table th {
  color: #6A6D77;
  font-weight: inherit;
  font-family: inherit;
}

body .fn-date-picker .pika-next,
body .fn-date-picker .pika-prev {
  background: none !important;
  color: inherit !important;
  text-indent: 0 !important;
  font-size: 0;
  line-height: 0;
}

body .fn-date-picker .pika-prev:before {
  content: "‹";
  font-size: var(--font-sm);
}

body .fn-date-picker .pika-next:before {
  content: "›";
  font-size: var(--font-sm);
}



/* ==========================================================================
   File fields
   ========================================================================== */

/* File input
   ========================================================================== */


.hs-input[type='file'] {
  padding-inline-end: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%233c4f69\" d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"></path></svg>");
  background-position: center right 1.11rem;
  background-repeat: no-repeat;
  background-size: .89rem .89rem;
  cursor: pointer;
}



/* File button
   ========================================================================== */

.hs-input[type='file']::-webkit-file-upload-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 1.67rem;
  background: #f5f5f5;
  border: 1px solid #E3E6EC;
  border-radius: 4px;
  color: #3c4f69;
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 0.89rem;
  cursor: pointer;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
  background: none;
}

/* ==========================================================================
   Errors
   ========================================================================== */

.hs-error-msg {
  display: inline-block;
  padding: .23rem .46rem;
  margin-top: -.23rem;
  margin-left: .56rem;
  margin-right: .56rem;;
  vertical-align: top;
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 0.89rem;
  line-height: 1.1;
}

.hs-fieldtype-checkbox .hs-error-msg,
.hs-fieldtype-radio .hs-error-msg,
.hs-fieldtype-booleancheckbox .hs-error-msg {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hs_error_rollup {
  color: #3c4f69;
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  line-height: 1.56;
  margin-bottom: 18px;
}

body .legal-consent-container .hs-error-msgs label {
  color: #fff;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.hs-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  font-family: 
  
    'Jost', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  line-height: 1.56;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* we have our own styling */
  background: #3c4f69;
  color: #fff;
  padding: 0.45rem 0.68rem;
  border-radius: 4px;
  font-size: .83rem;
}

form .hs-button {
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
}

.hs-button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.hs-button:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.hs-button:focus:not(:hover):not(:active)
 {
  box-shadow: 0 0 0 3px rgba(60, 79, 105, .15);
}

.hs-button::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.hs-button:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}

/* BRIDGEREV */

.modify--form label {
  margin-bottom: 32px;
}



/* OLD THEME /////////////////////////////////////////////////////////////*/

/* Form */
.non-hs-form, .submitted-message {
  font-family: 
  
    'Jost', sans-serif
  
, sans-serif;
}

/* Labels */
.non-hs-form label {
  display: block;
  font-size: var(--font-xs);;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
.non-hs-form legend {
  color: #3C4F69;
  font-size: var(--font-xs);;
}

/* Inputs */
.non-hs-form {
  position: relative;
}

.non-hs-form input[type=text],
.non-hs-form input[type=email],
.non-hs-form input[type=password],
.non-hs-form input[type=tel],
.non-hs-form input[type=number],
.non-hs-form input[type=file],
.non-hs-form select,
.non-hs-form textarea {
  background-color: #FFF;
  border: 1px solid #DADADA;
  display: inline-block;
  font-size: var(--font-xs);;
  font-weight: normal;
  padding: .75rem 1rem;
  width: 100%;
  border-color: #E3E6EC;
  color: #6A6D77;
}

@media (max-width: 767px) {
  .non-hs-form select {
    height: 48px; /* Increase height on mobile */
    padding: 10px 15px;
    font-size: var(--font-sm); /* Larger font size on mobile */
  }
}

.non-hs-form input[type=text]:focus,
.non-hs-form input[type=email]:focus,
.non-hs-form input[type=password]:focus,
.non-hs-form input[type=tel]:focus,
.non-hs-form input[type=number]:focus,
.non-hs-form input[type=file]:focus,
.non-hs-form select:focus,
.non-hs-form textarea:focus {
  outline: none;
  border: 1px solid #3C4F69;
}

.non-hs-form fieldset {
  max-width: 100% !important;
}

.non-hs-form fieldset.form-columns-0, .non-hs-form fieldset.form-columns-1, .non-hs-form fieldset.form-columns-2, .non-hs-form fieldset.form-columns-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.non-hs-form fieldset.form-columns-0 > div, .non-hs-form fieldset.form-columns-1 > div, .non-hs-form fieldset.form-columns-2 > div, .non-hs-form fieldset.form-columns-3 > div {
  width: 100%;
}

.non-hs-form fieldset.form-columns-0 .hs-form-field, .non-hs-form fieldset.form-columns-1 .hs-form-field, .non-hs-form fieldset.form-columns-2 .hs-form-field, .non-hs-form fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

.non-hs-form fieldset.form-columns-0 .hs-form-field .input, .non-hs-form fieldset.form-columns-1 .hs-form-field .input, .non-hs-form fieldset.form-columns-2 .hs-form-field .input, .non-hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

.non-hs-form fieldset.form-columns-0 .hs-form-field .hs-input, .non-hs-form fieldset.form-columns-1 .hs-form-field .hs-input, .non-hs-form fieldset.form-columns-2 .non-hs-form .hs-form-field .hs-input, .non-hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
  /* Style specifically for the international phone selector */
}

.non-hs-form fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone, .non-hs-form fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone, .non-hs-form fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone, .non-hs-form fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone {
  display: flex;
  align-items: center;
}

.non-hs-form fieldset.form-columns-0 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, .non-hs-form fieldset.form-columns-1 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, .non-hs-form fieldset.form-columns-2 .hs-form-field .hs-input.hs-fieldtype-intl-phone select, .non-hs-form fieldset.form-columns-3 .hs-form-field .hs-input.hs-fieldtype-intl-phone select {
  flex: 1 1 25%;
  margin-right: 10px;
}

.non-hs-form fieldset.form-columns-0 .hs-form-field input[type=checkbox],
.non-hs-form fieldset.form-columns-0 .hs-form-field input[type=radio], .non-hs-form fieldset.form-columns-1 .hs-form-field input[type=checkbox],
.non-hs-form fieldset.form-columns-1 .hs-form-field input[type=radio], .non-hs-form fieldset.form-columns-2 .hs-form-field input[type=checkbox],
.non-hs-form fieldset.form-columns-2 .hs-form-field input[type=radio], .non-hs-form fieldset.form-columns-3 .hs-form-field input[type=checkbox],
.non-hs-form fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/

/* Inputs - checkbox/radio */
.non-hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.non-hs-form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.non-hs-form .inputs-list input,
.non-hs-form .inputs-list span {
  font-size: var(--font-xs);;
  vertical-align: middle;
}





/* Inputs - file picker */
.non-hs-form input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}



.non-hs-form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #3c4f69;
}



.non-hs-form input[type=submit]:hover, .non-hs-form input[type=submit]:focus, .non-hs-form input[type=submit]:active {
  background-color: rgba(60, 79, 105, 1);
  color: rgba(106, 109, 119, 1);
  text-decoration: none;
  /*transform: scale();*/
}

.non-hs-form input[type=submit]:disabled {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #E8ECEF;
}

.non-hs-form input[type=submit] a {
  color: rgba(106, 109, 119, 1);
}

.non-hs-form input[type=submit] a:hover {
  color: white;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}

.popup{
  background-color: var(--white);
  border-radius: 3px;
  margin: 0;
  padding: 18px;
  max-width: 90vw;
  min-width: 50vw;
  overflow: auto;
}



button.lity-close {
  position: absolute !important; 
  color: var(--primary-color);
  top: 1rem;
  right: 1rem;
}

.lity:not(.lity-opened) .lity-close{
  opacity: 0;
}

.lity.lity-opened .lity-close{
  opacity: 0;
  animation-name: delayOpacity;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}

@media screen and (max-width: 900px){
  .popup,
  .modal{
    min-width: auto;
    max-width: 90vw;
  }
  
  .lity-container{
    padding: 0 2rem;
  }
  
  button.lity-close{
    right: 3rem;
  }
}
/* Base */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  position: relative;
}

.hs-menu-wrapper a {
  display: block;
  position: relative;
  color: #3c4f69;
  text-decoration: none;
  transition: .2s ease-in-out;
}

/* Flyouts */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: none;
  width: 220px;
  padding: .46rem 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 32px 64px rgba(60, 79, 105, 0.05), 0px 16px 32px rgba(60, 79, 105, 0.05);
  border-radius: 8px;
}

.hs-menu-wrapper.flyouts li:hover > .hs-menu-children-wrapper {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
  padding: .46rem .91rem;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:not(:first-child) > a {
  border-top: 1px solid #E3E6EC;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:hover > a {
  background-color: #f5f5f5;
}

/* Top level */

.hs-menu-flow-horizontal > ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.hs-menu-flow-horizontal.flyouts > ul {
  align-items: center;
}

.hs-menu-flow-horizontal.flyouts > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a {
  padding-top: .46rem;
  padding-bottom: .46rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: linear-gradient(111.02deg, #d27301 0%, #e87426 100%);
  opacity: 0;
  transform: scale(.2,1) translateY(2px);
  transition: .3s ease-out;
}

.hs-menu-flow-horizontal.flyouts > ul > li:hover > a::before,
.hs-menu-flow-horizontal.flyouts > ul > li > a[aria-expanded="true"]::before {
  transform: none;
  opacity: 1;
}

/* All sub-levels */

.hs-menu-wrapper ul ul a {
  font-size: .9rem;
}

/* 2nd level */

.hs-menu-flow-horizontal.flyouts > ul > li > ul {
  top: 100%;
  margin-left: -.91rem;
}

/* 3rd level */

.hs-menu-flow-horizontal.flyouts ul ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  top: 0;
  left: 100%;
  margin-top: -.46rem;
}
.lightbox-open {
  overflow: hidden;
}

#bp_caption,
#bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
}

#bp_container > *,
#bp_loader {
  position: absolute;
  right: 0;
  z-index: 10;
}

#bp_container,
#bp_caption,
#bp_container svg {
  pointer-events: none;
}

#bp_container {
  top: 0;
  z-index: 99999999999;
  background: rgba(60, 79, 105, .9);
  opacity: 0;
  transition: .35s opacity;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: none;
  z-index: 9;
}

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear;
}

#bp_aud,
#bp_container img,
#bp_sv,
#bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  box-shadow: 0px 32px 64px rgba(60, 79, 105, 0.05), 0px 16px 32px rgba(60, 79, 105, 0.05);
  border-radius: 12px;
}

#bp_sv iframe {
  border-radius: 12px;
}

#bp_sv {
  background: #3c4f69;
}

#bp_sv svg {
  width: 66px;
}

#bp_caption {
  font-size: var(--font-base);
  padding: 18px;
  background: #3c4f69;
  color: #fff;
  text-align: center;
  transition: .2s opacity;
}

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none;
}

#bp_count {
  left: 0;
  right: auto;
  padding: 9px;
  color: #fff;
  font-size: .9rem;
  cursor: default;
}



#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s;
}

#bp_container .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1;
  background: #3c4f69;
  color: #fff;
}

.bp-x svg,
.bp-xc svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  transition: .2s ease-in-out;
}

#bp_container .bp-x:hover svg,
#bp_container .bp-xc:hover svg {
  transform: scale(1.1);
}

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: .6rem .8rem;
  background: #3c4f69;
  color: #fff;
  border-radius: 5px 5px 0 0;
}



.bp-lr {
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  background: 0;
  border: 0;
  color: #fff;
  line-height: 0;
  transition: opacity .1s;
}

#bp_container .bp-lrl {
  left: 18px;
}

#bp_container .bp-lrr {
  right: 18px;
}



.bp-lr svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 1.33rem;
  transition: .2s ease-in-out;
}

.bp-lr:hover svg {
  transform: scale(1.2);
}

@keyframes bpf {
  50% {
    transform: translatex(15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpl {
  50% {
    transform: translatex(-15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(-70px);
  }
}

@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(70px);
  }
}

@keyframes bpturn {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .bp-lr {
    font-size: 15vw;
  }
}



.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}


.card { 
  border: 1px solid var(--medium-gray);
  border-radius: 8px;
  padding: 1rem;
  background-color: var(--white);
  box-shadow: var(--sm-shadow-dark);
  transition: transform 0.2s ease;
  height:100%;  
}

.card.dark {
  background-color: var(--dark);

}

.card.padding_sm {
  padding: 0.5rem;
}

.card:hover {
  transform: translateY(-2px);
}

.card.maintenance-item {
  display: flex;
  flex-direction: column; 
  height: 100%;          

}

.card.blitz {
  background-color: var(--dark);
  padding: 0px;
}

.card--header{
  margin: 0;
  line-height: 24px;
  font-weight: var(--font-wt-semi-bold);
  font-family: var(--heading-font-family);
}

.card--header.service-provider{
  line-height: 24px;
  font-weight: var(--font-wt-semi-bold);
  font-size: var(--font-lg);
  color: var(--charcoal);
  font-family: var(--heading-font-family);
  margin-bottom: 20px;
}

.card--header.badgestyle.small{
  font-size: var(--font-xs);;
  font-family: var(--text-font-family);
  padding: 0.3rem 0.4rem;
}

.card--header.badgestyle {
    display: inline-block; /* Makes the element fit the text size */
    padding: 0.5rem 0.6rem; /* Add padding for spacing */
    background-color: var(--primary-color); /* Replace with your desired background color */
    color: var(--white); /* Set text color to white */
    font-family: var(--text-font-family);
    line-height: 1.0;
    border-radius: var(--radius-md);;
    text-align: center; /* Center the text inside the box */
    margin: 0;
    box-shadow: 1px 4px 6px rgba(128, 128, 128, 0.5);
    font-size: var(--font-sm);
    font-weight: var(--font-wt-semi-bold);
    
}

.card--header.badgestyle p {
    margin-bottom: 0;
}

.card--header.badgestyle--dark {
    background-color: var(--dark);
    color: var(--white);
}

.card--header.badgestyle--light {
    background-color: var(--light);
    color: var(--white);
}

.card--header.badgestyle--white {
    background-color: var(--white);
    color: var(--dark-gray); /* Adjust text color for visibility */
}

.card--header.badgestyle--medium-gray {
    background-color: var(--medium-gray);
    color: var(--white);
}

.card--header.badgestyle--light-gray {
    background-color: var(--light-gray);
    color: var(--dark); /* Adjust text color for visibility */
}

.card--header.badgestyle--dark-gray {
    background-color: var(--dark-gray);
    color: var(--white);
}

.card--header.badgestyle--dark-green {
    background-color: var(--dark-green);
    color: var(--white);
}

.card--header.badgestyle--medium-green {
    background-color: var(--medium-green);
    color: var(--white);
}

.card--header.badgestyle--light-blue {
    background-color: var(--light-blue);
    color: var(--white);
}

.card--header.badgestyle--dark-blue {
    background-color: var(--dark-blue);
    color: var(--white);
}

.card--header.badgestyle--medium-blue {
    background-color: var(--medium-blue);
    color: var(--white);
}

.card--header.badgestyle--light-red {
    background-color: var(--light-red);
    color: var(--white);
}

.card--header.badgestyle--medium-red {
    background-color: var(--medium-red);
    color: var(--white);
}

.card--header.badgestyle--dark-red {
    background-color: var(--dark-red);
    color: var(--white);
}

.card--header.badgestyle--secondary-color {
    background-color: var(--secondary-color);
    color: var(--white);
    box-shadow:none;
}

.card--header.badgestyle--tertiary-color {
    background-color: var(--tertiary-color);
    color: var(--white);
}




.card--title {
  font-family: var(--heading-font-family);
  

}



.card__listing,
.card__listing.detailed .card__row,
.card__listing.listing .card__row,
.open-tickets.card .card__row
{
  display: block;
  position: relative;
  margin-top: 0px;
  padding-top: 10px;
}


.open-tickets.card .card__row{
  
  margin-top: 0px;
  
}

.card__listing::before{
  content: '';
  position: absolute;
  top: 0;
  width: 48px;
  height: 0px;
  border-radius: 2px;
  background-color: var(--secondary-color);
}

.card__row a,
.card__row *{
  /*color: var(--charcoal);*/
  
}

.card__row:not(:first-of-type)::before{
/*  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: var(--secondary-color);*/
}


.preventative-calendar.card{
  padding: 0;
}

.preventative-calendar__top{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 2rem;
  padding: 12px;
}

.preventative-calendar__top h4{
  margin: 0;
}

.preventative-calendar select{
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  color: var(--charcoal);
  background-color: transparent;
  font-family: var(--text-font-family);
  font-size: var(--font-base);
  font-style: normal;
  font-weight: var(--font-wt-normal);
  line-height: normal;
  padding: 0.75rem 0;
  min-width: 250px;
}

.preventative-calendar__months{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.month{
  position: relative;
  margin-bottom: 32px;
}

.month--title{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  padding: 8px 24px;
  color: var(--white);
  font-size: var(--font-base);
  font-style: normal;
  font-weight: var(--font-wt-normal);
  line-height: normal;
  margin-bottom: 32px;
}

.month__todos{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 8px;
}

.todo.card{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 12px;
}

.todo.card > div{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 0.5rem;
}

.todo.card > a{
  font-weight: var(--font-wt-semi-bold);
}

.todo.card:hover > a{
  
  font-weight: var(--font-wt-bold);
}

.todo--status{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: Lora;
  font-size: var(--font-sm);
  font-style: normal;
  font-weight: var(--font-wt-bold);
  line-height: normal;
  color: var(--secondary-color);
}

.todo--status *{
  fill: var(--secondary-color);
  color: var(--medium-green);
}

.todo--address {
  font-size: var(--font-xs);;

}


@media screen and (max-width: 767px){
  .preventative-calendar__months{
    grid-template-columns: 1fr;
  }
}



/* 🔹 Card Grid (For Layouts) */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Responsive */
    gap: var(--gap-md);
    justify-content: center;
}

/* 🔹 Card Title (Bold, Large) */

.card__title-wrapper {
  background-color: var(--medium-gray); /* Ensures the background extends */
  border-top-left-radius: 8px;  /* Matches card’s rounded corners */
  border-top-right-radius: 8px; 
  padding: 0.5rem;  /* Same padding as card */
  margin: -1rem -1rem 0.5rem -1rem; /* Negative margins push it outward */
  color: var(--charcoal); 
  
}

.card__title-wrapper.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  

}



.card__title-wrapper.dark {
  background-color: var(--primary-color);
  color: var(--white);
}

.card__title {
  font-size: var(--font-sm);
  font-weight: var(--font-wt-semi-bold);
  
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: var(--margin-md);
; }

/* 🔹 Card Subheader (Smaller, Muted) */
.card__subheader {
    font-size: var(--font-sm);
    font-weight: var(--font-wt-semi-bold);
    color: var(--text-charcoal);
    margin-bottom: var(--margin-sm);
    margin-top: var(--margin-md);
    border-bottom: var(--border-thin) solid var(--charcoal);
    width: 100%;
    display: inline-block;
}

/* 🔹 Card Content (Normal Text) */
.card__content {
    font-size: var(--font-sm);
    color: var(--text-normal);
    line-height: var(--line-height-md);
    margin-bottom: var(--margin-md);
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* 🔹 Card Footnote (Italic, Small) */
.card__footnote {
    font-size: var(--font-sm);
    color: var(--text-light);
    font-style: italic;
    margin-top: var(--margin-sm);
}

/* 🔹 Card Links */
.card__link {
    font-size: var(--font-sm);
    font-weight: var(--font-wt-bold);
    color: var(--links-color);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.card__link:hover {
    color: var(--links-hover-color);
}

/* 🔹 Card Status Badge */
.card__status {
    display: inline-block;
    padding: var(--padding-xs) var(--padding-md);
    border-radius: var(--radius-xxl);
    font-size: var(--font-xs);
    font-weight: var(--font-wt-bold);
    margin-bottom: var(--margin-xs);
}



/* 🔹 Responsive Adjustments */
@media (max-width: 768px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
}
/* 🔹 Margin - Top */
.mt-xs { margin-top: var(--margin-xs); }
.mt-sm { margin-top: var(--margin-sm); }
.mt-md { margin-top: var(--margin-md); }
.mt-lg { margin-top: var(--margin-lg); }
.mt-xl { margin-top: var(--margin-xl); }
.mt-xxl { margin-top: var(--margin-xxl); }
.mt-xxxl { margin-top: var(--margin-xxxl); }
.mt-auto { margin-top: auto; }

/* 🔹 Margin - Bottom */
.mb-xs { margin-bottom: var(--margin-xs); }
.mb-sm { margin-bottom: var(--margin-sm); }
.mb-md { margin-bottom: var(--margin-md); }
.mb-lg { margin-bottom: var(--margin-lg); }
.mb-xl { margin-bottom: var(--margin-xl); }
.mb-xxl { margin-bottom: var(--margin-xxl); }
.mb-xxxl { margin-bottom: var(--margin-xxxl); }

/* 🔹 Margin - Left */
.ml-xs { margin-left: var(--margin-xs); }
.ml-sm { margin-left: var(--margin-sm); }
.ml-md { margin-left: var(--margin-md); }
.ml-lg { margin-left: var(--margin-lg); }
.ml-xl { margin-left: var(--margin-xl); }
.ml-xxl { margin-left: var(--margin-xxl); }
.ml-xxxl { margin-left: var(--margin-xxxl); }

/* 🔹 Margin - Right */
.mr-xs { margin-right: var(--margin-xs); }
.mr-sm { margin-right: var(--margin-sm); }
.mr-md { margin-right: var(--margin-md); }
.mr-lg { margin-right: var(--margin-lg); }
.mr-xl { margin-right: var(--margin-xl); }
.mr-xxl { margin-right: var(--margin-xxl); }
.mr-xxxl { margin-right: var(--margin-xxxl); }

/* 🟢 Padding - Top */
.pt-xs { padding-top: var(--padding-xs); }
.pt-sm { padding-top: var(--padding-sm); }
.pt-md { padding-top: var(--padding-md); }
.pt-lg { padding-top: var(--padding-lg); }
.pt-xl { padding-top: var(--padding-xl); }
.pt-xxl { padding-top: var(--padding-xxl); }
.pt-xxxl { padding-top: var(--padding-xxxl); }

/* 🟢 Padding - Bottom */
.pb-xs { padding-bottom: var(--padding-xs); }
.pb-sm { padding-bottom: var(--padding-sm); }
.pb-md { padding-bottom: var(--padding-md); }
.pb-lg { padding-bottom: var(--padding-lg); }
.pb-xl { padding-bottom: var(--padding-xl); }
.pb-xxl { padding-bottom: var(--padding-xxl); }
.pb-xxxl { padding-bottom: var(--padding-xxxl); }

/* 🟢 Padding - Left */
.pl-xs { padding-left: var(--padding-xs); }
.pl-sm { padding-left: var(--padding-sm); }
.pl-md { padding-left: var(--padding-md); }
.pl-lg { padding-left: var(--padding-lg); }
.pl-xl { padding-left: var(--padding-xl); }
.pl-xxl { padding-left: var(--padding-xxl); }
.pl-xxxl { padding-left: var(--padding-xxxl); }

/* 🟢 Padding - Right */
.pr-xs { padding-right: var(--padding-xs); }
.pr-sm { padding-right: var(--padding-sm); }
.pr-md { padding-right: var(--padding-md); }
.pr-lg { padding-right: var(--padding-lg); }
.pr-xl { padding-right: var(--padding-xl); }
.pr-xxl { padding-right: var(--padding-xxl); }
.pr-xxxl { padding-right: var(--padding-xxxl); }    
.isotope-pager {
  margin-top: 20px;
}

.isotope-pager a {
  padding: 1rem;
  display: inline-block;
}

.isotope-pager a:hover,
.isotope-pager a.active {
  text-decoration: underline;
}

.pager__wrapper{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.pager__wrapper .isotope-pager{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  width: 100%;
}

.pager__wrapper .isotope-pager a{
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
  font-family: var(--heading-font-family);;
  font-size: 15px;
  font-style: normal;
  font-weight: var(--font-wt-semi-bold);
  line-height: normal;
}

.pager__wrapper .isotope-pager a.disabled{
  opacity: 0.5;
}

.pager__wrapper .isotope-pager a.active, 
.pager__wrapper .isotope-pager a:hover{
  text-decoration: none;
  font-weight: bold;
}
.pagination-button {
  padding: 8px 12px;
  background-color: var(--links-color);
  color: var(--white);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--heading-font-family);
}

.pagination-button:hover {
  
  background-color: var(--links-hover-color);
  
}

.pagination-button[disabled] {
  background-color: var(--medium-gray);
  cursor: not-allowed;
}

.pagination-controls {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
/* Shared Loader Ring Styles */
/* Adjusted Loader Ring Styles */
.loader-ring {
    display: inline-block;
    width: 3rem; /* Increased size */
    height: 3rem; /* Increased size */
}

.loader-ring::after {
    content: " ";
    display: block;
    width: 3rem; /* Increased size */
    height: 3rem; /* Increased size */
    margin: 1.5rem; /* Adjusted margin */
    border-radius: 50%;
    border: 4px solid var(--secondary-color); /* Adjusted border thickness */
    border-color: var(--secondary-color) transparent;
    animation: load-ring 1.2s linear infinite;
}


/* Spinner Keyframes */
@keyframes load-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Spinner Background Containers */
#spinner,
#page-spinner
 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* Datepicker Styles */

#service-request-form .date-picker-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Set this to 100% initially, adjust in media queries if needed */
    max-width: 250px; /* Limit the width to prevent it from being too wide */
    box-sizing: border-box;
    margin-bottom: 10px; /* Add space below the date picker */
}

#service-request-form input[type="text"].datepicker-input {
    width: 100%; /* Ensures the input takes up the full width of its container */
    padding-right: 30px; /* Adjust padding to ensure the icon doesn't overlap with text */
    padding-left: 10px; /* Add some padding on the left for spacing */
    box-sizing: border-box;
}

.ui-widget .date-picker-container .ui-widget {
    font-family: var(--text-font-family);
}

.ui-widget-header {
  background: var(--primary-color);
  color: var(--white);

}

.ui-datepicker {
  width: auto;
  background: var(--white);
  border: 1px solid var(--medium-gray);
  padding: 10px;
  border-radius: 5px;
  font-family: var(--text-font-family);
  z-index: 9999;
}

.ui-datepicker-header {
  background: #f07c20; /* Orange color for the header */
  color: white;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-family: var(--text-font-family);
}

.ui-datepicker-title {
  font-weight: bold;
  font-family: var(--text-font-family);
}

.ui-datepicker-prev, .ui-datepicker-next {
  background-color: transparent;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

/* Style for the day names */
.ui-datepicker th {
  background-color: var(--secondary-color);
  padding: 5px;
  color: var(--white);
  font-family: var(--text-font-family);
}

/* Style for the individual day cells */
.ui-datepicker td {
  padding: 5px;
  border-radius: 5px;
  font-family: var(--text-font-family);
}

.ui-datepicker td a {
  display: block;
  padding: 10px;
  text-align: center;
  color: var(--charcoal); /* Black text for days */
  text-decoration: none;
  font-weight: normal;
  font-family: var(--text-font-family);
}

.ui-datepicker td a:hover {
  background: #f07c20; /* Orange background on hover */
  color: white;
  font-family: var(--text-font-family);
}

.ui-datepicker .ui-datepicker-current-day a {
  background: #f07c20; /* Orange background for selected day */
  color: white;
  font-weight: bold;
  border-radius: 5px;
  font-family: var(--text-font-family);
}

/* Disable the days from previous or next months */
.ui-datepicker .ui-datepicker-other-month {
  color: var(--medium-gray); /* Light gray color for days of other months */
}

.ui-datepicker {
    font-size: var(--font-2xl);
    padding: 10px;
}

#service-request-form .ui-datepicker-header {
    background-color: var(--dark-blue);
    color: var(--white);
}

#service-request-form .ui-datepicker th {
    font-family: var(--text-font-family);
}

#service-request-form .ui-datepicker td a {
    color: var(--charcoal);
    font-family: var(--text-font-family);
}

#service-request-form .ui-datepicker td a:hover {
    background-color: var(--light-gray);
    color: var(--white);
}

#service-request-form .ui-datepicker .ui-datepicker-current-day {
    background-color: var(--secondary-color);
    color: var(--white);
    font-family: var(--text-font-family);
}

/* Calendar Icon in Datepicker */
#service-request-form .calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); /* Vertically center the icon */
    pointer-events: none;
    color: orange;
    font-size: var(--font-lg); /* Adjust the size if necessary */
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
  background-color: #3c4f69;
}

.fn-date-picker td.is-today .pika-button {
  color: #3c4f69;
}

.fn-date-picker td.is-selected .pika-button {
  background: #3c4f69;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background: #3c4f69 !important;
  border-radius: 0 !important;
  color: #FFF;
}

.date-input-wrapper {
    position: relative; /* Create positioning context */
    display: inline-block; /* Keep input and icon inline */
    max-width: 250px; /* Adjust the input width */
    width: 100%; /* Responsive width */
}

.datepicker-input {
    padding-right: 35px; /* Space for the icon */
    height: 40px; /* Adjust height to match standard input */
    border: 1px solid #ced4da; /* Optional: Border for consistency */
    border-radius: 4px; /* Optional: Rounded corners */
    font-size: var(--font-xs); /* Adjust font size */
}

.date-input-icon {
    position: absolute;
    right: 10px; /* Adjust placement inside the input */
    top: 50%;
    transform: translateY(-50%); /* Vertically center */
    pointer-events: none; /* Prevents interference with input focus */
    font-size: var(--font-base); /* Adjust icon size */
    color: #6c757d; /* Matches muted color for subtlety */
    z-index: 1; /* Ensure the icon stays on top */
}
.sticky-header-request {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--primary-color); /* Background color of your choice */
    color: var(--white); /* Text color */
    padding: 10px 20px;
    box-shadow: var(--sm-shadow-dark);
    z-index: 1000; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
    text-align: center;
    font-size: var(--font-sm);
}

.sticky-header-request span {
    display: block; /* Stack the category and service vertically */
}

@media screen and (min-width: 768px) {
    .sticky-header-request {
        display: none; /* Hide the sticky header on larger screens */
    }
}
@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    translate: 0 40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealDown {
  from {
    opacity: 0;
    translate: 0 -40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealLeft {
  from {
    opacity: 0;
    translate: 40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealRight {
  from {
    opacity: 0;
    translate: -40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealZoom {
  from {
    opacity: 0;
    scale: .9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.reveal {
  opacity: 0;
}

.reveal--done {
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.reveal--done:not([class^="reveal--animation-"]) {
  animation-name: reveal;
}

.reveal--zoom.reveal--done {
  animation-name: revealZoom;
}

.reveal--up.reveal--done {
  animation-name: revealUp;
}

.reveal--down.reveal--done {
  animation-name: revealDown;
}

.reveal--left.reveal--done {
  animation-name: revealLeft;
}

.reveal--right.reveal--done {
  animation-name: revealRight;
}

.hs-inline-edit .reveal {
  opacity: 1;
  visibility: visible;
  animation: none;
}
/* Photo Section */
/* .photo-previews {
  margin-top: auto;
  font-size: var(--font-sm);
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.photo-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.photo-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.photo-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.photo-label {
  font-weight: var(--font-wt-semi-bold);
  min-width: 100px; 

.photo-link {
  text-decoration: none;
  font-size: var(--font-lg);
} */

.photo-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* Sidebar default state (hidden) */
.sidebar {
    position: fixed;
    top: 0;
    right: -300px; /* Start off-screen */
    width: 280px;
    height: 100%;
    background: var(--dark);
    color: var(--white);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding: 20px;
    overflow-y: auto;
    z-index: 10000;
}


/* When sidebar is active */
.sidebar.active {
    right: 0; /* Slide in */
}

/* Sidebar header */
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    color: white;
}


.sidebar-header button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

/* Styling checkboxes */
.sidebar-content label {
    display: block;
    margin: 8px 0;
    font-size: 14px;
    color: white;
}

.sidebar-header h3 {
    color: #fff;
}

.no-results {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f8f8f8;
}           
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


body.loading::before{
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  background-color: var(--primary-color);
  z-index: 9999;
  transition: all 0.3s ease-out;
}

body.loading::after{
  content: ' ';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 4px;
  border-radius: 50%;
  border: 4px solid var(--secondary-color); 
  border-color: var(--secondary-color) transparent;
  z-index: 9999;
  animation: load-ring 1.2s linear infinite;
}


form button:has(.loader-ring){
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}



@keyframes delayOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





@media screen and (max-width: 767px){
  footer{
    margin-bottom: 84px;
  }
}






.item__actions {
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  transform: translateY(50%);
  z-index: 9
}

.item__actions:nth-child(2) > span {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 99;
}

.item__actions ul {
  list-style: none;
  margin: 0;
  padding: 16px;
  background-color: white;
  border-radius: .5rem;
  box-shadow: 1px 1px 10px rgba(0,0,0,.12);
  display: none;
  position: absolute;
  top: 20px;
  left: -190px;
  z-index: 999;
}

.item__actions ul li {
  white-space:nowrap;
  display: block;
}

.item__actions ul li a {
  padding: .5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
  line-height: 1;
}

.item__actions span.active + ul {
  display: block;
}

@media screen and (max-width: 767px) {

  .item__actions > span{
    top: 40px;
  }

  .item__actions span.active + ul{
    left: -170px;
  }
}