@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

  body, html, p {
    font-family: 'Montserrat', sans-serif !important;
  }

  a {
    font-family: 'Montserrat', sans-serif !important;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
  }

  h5,
  .in-card__title a,
  .in-team-card__name a,
  .in-communication-preferences .header {
    font-family: 'Montserrat', sans-serif !important;
  }

  h6,
  .systems-page .success,
  .in-why-us__title {
    font-family: 'Montserrat', sans-serif !important;
  }

  /* Change font for main title */
  .in-tc__content h1,
  .in-tc__content h2,
  .in-tc__content h3,
  .in-tc__content h4,
  .in-tc__content h5,
  .in-tc__content h6 {
    font-family: 'Montserrat', sans-serif !important;
  }

  /* Change font for mini title */
  .in-tc__mini-title {
    font-family: 'Montserrat', sans-serif !important;
  }

  /* Change font for description */
  .in-tc__content p {
    font-family: 'Montserrat', sans-serif !important;
  }
    /* Button CSS */
.in-btn {
    border-radius: 5px;
}
  .in-btn__text {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }
  .in-btn__icon {
      display: inline-block;
      height: 20px;
      width: 20px;
  }

  .in-btn-animation {
    position: static !important;
    transition: none !important;
    animation: none !important;
  }
  .in-btn-animation:hover {
    position: static !important;
    transition: none !important;
    animation: none !important;
  }
  
  .in-btn-animation::before {
    content: none !important;           
    height: auto !important;            
    position: static !important;        
    top: auto !important;               
    left: auto !important;            
    width: auto !important;             
    transition: none !important;        
    z-index: auto !important;           
  }

  /* Dark(Green) Button Filled */

  .in-btn.in-btn--filled-dark {
    background-color: #86B146 !important;
    color: #ffffff !important;
    position: static !important;
    border: none !important;
    /*border-radius: 5px !important; */
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
  }
  .in-btn.in-btn--filled-dark svg path {
    fill: #ffffff !important;
  }
  .in-btn.in-btn--filled-dark:hover {
    background-color: #5a9034 !important;
    color: #ffffff !important;
    border: none !important;
  }
  .in-btn.in-btn--filled-dark:hover svg path {
    fill: #ffffff !important;
  }

  .in-btn .in-btn--filled-dark:focus,
  .in-btn .in-btn--filled-dark:active {
    background-color: #5a9034 !important;
    color: #ffffff !important;
    border: none !important;
  }
  .in-btn.in-btn--filled-dark:focus svg path,
  .in-btn.in-btn--filled-dark:active svg path {
    fill: #ffffff !important;
  }
  .in-btn.in-btn--filled-dark.in-btn-animation:hover::before {
    background-color: #ffffff !important;
  }

  .in-btn.in-btn--filled-dark.in-btn-animation:hover {
    background-color: #5a9034 !important;
    color: #ffffff !important;
  }

  /* Dark Button Outlined */

  .in-btn.in-btn--outlined-dark {
    background-color: #ffffff !important;
    position: static !important;
    color: #000000 !important;
    animation: none !important;
    transition: none !important;
    /*border-radius: 5px !important; */
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
  }
  .in-btn.in-btn--outlined-dark svg path {
    fill: unset !important;
  }
  .in-btn.in-btn--outlined-dark.in-btn-animation:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    position: static !important;
    animation: none !important;
    transition: none !important;
  }
  .in-btn .in-btn--outlined-dark:focus,
  .in-btn .in-btn--outlined-dark:active {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  .in-btn.in-btn--outlined-dark.in-btn-animation:hover::before {
    background-color: unset !important;
  }
  .in-btn__wrap {
    background-color: unset !important;
    fill: unset !important;
    position: static !important;
    animation: none !important;
    transition: none !important;
  }
  .in-btn.in-btn--outlined-dark:focus svg path,
  .in-btn.in-btn--outlined-dark:active svg path {
    fill: unset !important;
  }

  /* Filled light Button*/
  .in-btn.in-btn--filled-light {
    background-color: #ffffff !important;
    position: static !important;
    color: #000000 !important;
    animation: none !important;
    transition: none !important;
    /* border-radius: 5px !important; */
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
  }
  .in-btn.in-btn--filled-light svg path {
    fill: unset !important;
  }
  .in-btn.in-btn--filled-light.in-btn-animation:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    position: static !important;
    animation: none !important;
    transition: none !important;
  }
  .in-btn .in-btn--filled-light:focus,
  .in-btn .in-btn--filled-light:active {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  .in-btn.in-btn--filled-light.in-btn-animation:hover::before {
    background-color: unset !important;
  }
  .in-btn__wrap {
    background-color: unset !important;
    fill: unset !important;
    position: static !important;
    animation: none !important;
    transition: none !important;
    font-weight: bold !important;
  }
  .in-btn.in-btn--filled-light:focus svg path,
  .in-btn.in-btn--filled-light:active svg path {
    fill: unset !important;
  }

.in-btn {
  text-transform: none !important;
} 

  /* Foter */
  .in-footer{
    background-color: #004360 !important; 
  }

  .grecaptcha-badge {
  margin: 0 auto !important;
  }
  .banner-section {
    max-width: 100% !important; 
    max-height: 628px !important;
    min-height: 479px !important;
    overflow: hidden; /* Prevents overflow issues */
    height: auto !important; /* Allows flexibility */
    display: flex;
    align-items: center; /* Enables vertical centering */
    justify-content: center; /* Centers horizontally */
      }

  /* Other sections remain responsive */
  .dnd-section {
      max-width: 100%;
      height: auto !important;
  }
  
  .content-wrapper--vertical-spacing,.dnd-section {
      padding: 40px 20px !important;
  }
    
    .banner-section img {
        /*max-width: 300px !important; */
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }
    
    .banner-section {
        max-width: 100% !important; 
        max-height: 728px !important;
        min-height: 479px !important;
        overflow: hidden; /* Prevents overflow issues */
        height: auto !important; /* Allows flexibility */
        display: flex;
        align-items: center; /* Enables vertical centering */
        justify-content: center; /* Centers horizontally */
        }
    
     .content-wrapper--vertical-spacing,.dnd-section {
      padding: 20px 20px !important;
     }
  }

@media screen and (max-width: 768px) {
  
     
    .hide-at-768 {
      display: none !important;
      visibility: hidden !important;
    }
      .banner-section {
        max-width: 100% !important; 
        min-height: 300px !important;
        max-height: 628px !important;
        overflow: hidden; /* Prevents overflow issues */
        height: auto !important; /* Allows flexibility */
        display: flex;
        align-items: center; /* Enables vertical centering */
        justify-content: center; /* Centers horizontally */
        }
      }

  .body-container-wrapper {
    margin-bottom : -10px !important;
  }

@media only screen and (max-width: 576px) {
    .in-tc__btn-wrap .in-btn {
        display: inline !important;
    }
} 

/* Headings and text */
form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    font-family: 'Montserrat', sans-serif !important; 
    font-style: normal !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 18px !important;
}

  /* GDPR */
  form .legal-consent-container,
  form .legal-consent-container span,
  form .legal-consent-container p,
  form .legal-consent-container a,
  form .legal-consent-container .hs-richtext,
  form .legal-consent-container .hs-richtext p {
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .form-title {
    border-top: 1px solid #edeef3;
    border-right: 1px solid #edeef3;
    border-bottom: 0px solid #edeef3;
    border-left: 1px solid #edeef3;
    padding: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal; 
    font-weight: 600; 
    text-decoration: none;
    font-size: 18px !important;
  }

@media screen and (min-width: 992px) {
  main.body-container-wrapper .container-fluid.body-container {
    padding-top: 136px;
  }
  
  main.body-container-wrapper {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    main.body-container-wrapper .body-container {
      padding-top: 0px !important; 
    }
}