/* @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    */
/*****************************************/


/* 1b. Colors */





/** HS Module Overrides **/

.menu__item--depth-1{
  text-transform:capitalize !important;
}

/*** MAIN ***/

#main-content{
  margin-top: -116px;
      z-index: 1;
    position: relative;
}

.header {
    position: relative;
    z-index: 3;
      background-color: transparent !important;
}

footer.footer{
  .hs-menu-wrapper{
        border-top: 1px solid rgb(64, 76, 99);
        padding-top:20px;
    
    @media(max-width:767px){
      padding-bottom:20px;
    }
    
    ul{
      li a{
          text-decoration:none;
          transition: transform 0.3s ease;
          display: inline-block;
          font-size: clamp(24px, 5vw, 32px) !important;
        
        &:hover{
          transform: translateX(20px); /* adjust distance */
        }
      }
    }
  }
  
  
  .main-socket{
    display: flex;
    align-items: end;
    justify-content: space-between;
    
    .socket{
     width:74.5%; 
    }
    
  }
  .socket{
    color: #fff;
    display: flex;
    justify-content: space-between;
    
    .terms{
      display:flex;
          gap: 20px;
      a{
        font-family: "Fragment Mono";
        color: #fff;
        border-bottom: 1px dotted #647392;
        text-decoration: none;
      }
    }
    .copy{
      font-family: "Fragment Mono";
      text-transform: uppercase;
    }
  }
}


/*** BUTTON ***/
.button{
    font-size: 16px;
    border-radius: 4px;
    text-align: left !important;
    padding-left: 20px;
    position:relative;
    overflow:hidden;
    border:0;
    padding-right: 60px;
  
    &.light {
      background-color: #f2f4f8 !important;
      color: #161e2e !important;
    }

  &:hover{
    text-decoration:none;
    border:0;
    background-color: #161E2E ;
    color: #161E2E ;
    
      &:after{
        content: url(https://442270077.fs1.hubspotusercontent-ap1.net/hubfs/442270077/raw_assets/public/senversa-theme/images/icon-arrow-black.svg);
      }
  }
  
  &:after{
    content: url(https://442270077.fs1.hubspotusercontent-ap1.net/hubfs/442270077/raw_assets/public/senversa-theme/images/icon-arrow-green.svg);
    position: absolute;
    right: 20px;
    z-index:3;
  }
  
  &:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 105%;
    height: 105%;
    background: #75B94E;
    transition: .3s;
    z-index: 2;
    border-radius: 4px;
  }
  
  &:hover:before {
    top: 0;
  }
  
  span{
    z-index:3;
    position:relative;
  }
  
}

/**** HOME HEADER ****/


/*** INSIDE PAGES MENU DESKTOP ***/

.body-wrapper.page, .body-wrapper.project{
  
   .menu.menu--desktop{
      ul{
        li{
          
          &.menu__item.menu__item--depth-1{
            
            &.menu__item--has-submenu{
              & > .menu__link{
                  padding-right:5px; 
              }
            }
            
            &.li_menu__link--active-link{
                background-color:#F2F4F8;
                border-radius:8px;           
            }

            
            &:hover{
                background-color:#F2F4F8;
                border-radius:8px;
              
              .menu__child-toggle-icon{
                  transform: rotate(-180deg);
                  margin-top: -4px;
              }
            }
          }         
          
          
        }
     }
  }
}




/*** HOME MENU DESKTOP ***/
.body-wrapper.page.hs-content-id-306685042160{
  
  .menu.menu--desktop{
    
    ul{
      li{
        padding: 5px;
          a,.menu__link{
            color:#fff;
            font-weight:400 !important;
            padding: 6px 10px;

            &:hover{
               /*background: var(--Colours-UI-Inverse-surface-inverse-transparent-05, rgba(255, 255, 255, 0.10));
               border-radius:8px;*/
            }

            &:after{
              content:unset; 
            }

          }
        
                  
          &.menu__item.menu__item--depth-1{
            
            &.menu__item--has-submenu{
              & > .menu__link{
                  padding-right:5px; 
              }
            }
            
            &.li_menu__link--active-link{
                background: var(--Colours-UI-Inverse-surface-inverse-transparent-05, rgba(255, 255, 255, 0.10));
                border-radius:8px;           
            }

            
            &:hover{
                background: var(--Colours-UI-Inverse-surface-inverse-transparent-05, rgba(255, 255, 255, 0.10));
                border-radius:8px;
              
              .menu__child-toggle-icon{
                  transform: rotate(-180deg);
                  margin-top: -4px;
              }
            }
          }

      }

    }

.button.light {
  background-color: #f2f4f8 !important;
  color: #161e2e !important;
}

.button.white {
  background-color: #ffffff !important;
  color: #161e2e !important;
}
 
    
.breadcrumbs-container{
  
  .breadcrumbs__list{
    
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    color: var(--Colours-UI-ink-primary, #161E2E);
    font-family: "Fragment Mono";
    font-size: var(--Type-scale-body-s, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    text-transform: uppercase;
    gap: 5px;
    
    a{
        color: var(--Colours-UI-ink-primary, #161E2E);
        font-family: "Fragment Mono";
        font-size: var(--Type-scale-body-s, 14px);
        font-style: normal;
        font-weight: 400;
        line-height: 105%;
        text-transform: uppercase;
        text-decoration: none; 
    }
    
  }
  
}
    
.widget-type-form{
          padding: 30px;
          background-color: #f2f4f8;
          padding-top:60px !important;
          border-radius:4px;
    
  .form-title{
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px;
    background-color: transparent !important;
    position:relative; 
    
    &:before{
      content:'';
      width:10px;
      height:10px;
      background-color:rgb(117, 185, 78);
    }
  }
  
  .hsfc-Step__Content{
      padding: 20px !important;
      
      h6{
        font-size: 16px;
        text-transform: none;
        color: #000 !important;
        text-decoration: none;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 9px;
      }
  
  }
  
  .hsfc-Heading{
    color: #000 !important;
    font-size: 17px;
    margin-top:30px
  }
}

p.pretitle {
    color: var(--Colours-UI-ink-muted,#4a5160);
    font-family: Fragment Mono;
    font-size: var(--Type-scale-body-s,14px);
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    margin-bottom: 10px;
    text-transform: uppercase
}

      .mb-100{
   margin-bottom:100px; 
  }
/**** 404 Page ****/
  
.error-404-page-not-found {
  
  header.header {
    background-color: #fff !important; 
  }
  
  #main-content {
    height: 80vh;
    display: flex;
    align-items: center;
    background-color: #fbfbfb;
    
    .error-page:before {
      color: #ebebeb;
    }
  }
}