/***************************
 * GENERAL OVERRIDES
 ***************************/
.highlight-text,
.highlight {
  color: #5cb334 !important;
}

a.top-banner-link {
  transition: color 0.3s ease;
}
a.top-banner-link:hover {
  color: #121212 !important;
}

a {
  /**text-transform: uppercase;**/
}

/***************************
 * TYPOGRAPHY
 ***************************/
h1 {
  opacity: 0;
  animation: fadeIn 2s ease forwards;
}

h1.hs-elevate-h2.hs-elevate-heading-container__heading {
    opacity: 0;
  animation: fadeIn 2s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}



@media (max-width: 992px) {
  h1, .hs-elevate-h1 {
        font-size: 60px !important;
  }
}

@media (max-width: 767px) {
    h1, .hs-elevate-h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 576px) {
  h1, .hs-elevate-h1 {
        font-size: 30px !important;
  }
  
   h6, .hs-elevate-h6 {
        font-size: 14px !important;
    }
}


h2 {
 opacity: 0;
}
h3 {

  margin-bottom: 16px;
}
h6 {
  margin-block: 0;
}
p {
  margin-block: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

/***************************
 * RESPONSIVE TYPOGRAPHY
 ***************************/
/* Tablet */
@media (max-width: 992px) {
  h1.hs-elevate-h1.hs-elevate-heading-container__heading {
    font-size: 60px !important;
  }
  h6.hs-elevate-h6 {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  h1.hs-elevate-h1.hs-elevate-heading-container__heading {
    font-size: 40px !important;
  }
  h6.hs-elevate-h6 {
    font-size: 14px;
  }
}

/***************************
 * HEADER
 ***************************/
.hs-elevate-site-header {
  padding-block: var(--hsElevate--spacing--18, 18px) !important;
}
img.hs-elevate-site-header__logo {
  max-width: 300px;
  width: 120px !important;
}
.SiteHeader-sc-1xpfa8c-0.bPnvTo.hs-elevate-site-header {
  padding: 10px;
}

/***************************
 * MENU
 ***************************/
.hs-elevate-menu {
  gap: 0px !important;
}

@media (min-width: 800px) {
  .hs-elevate-menu {
    gap: 0px !important;
  }
}

li.MenuItemComponent__StyledMenuItem-sc-1m3ww55-0 {
  font-size: 16px;
 /** text-transform: uppercase;**/
}

/****
.hs-elevate-link--primary.undefined.hs-elevate-menu__menu-item-span {
  padding: var(--hsElevate--spacing--8, 8px)
           var(--hsElevate--spacing--12, 18px)
           var(--hsElevate--spacing--8, 8px)
           var(--hsElevate--spacing--12, 12px);
}***/


a[href="https://robotize.com/search"]::before {
  font-family: "Font Awesome 6 Free";
  content: "\f002";
  font-weight: 900;
  margin-left: 5px;
}

/***************************
 * VIDEO BACKGROUND
 ***************************/
.hero-video-wrapper {
  position: fixed;
  top: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/***************************
 * FOOTER
 ***************************/
footer ul.hs-elevate-menu--horizontal {
  flex-direction: column !important;
}
footer .hs-elevate-menu__menu-item-link {
  padding: 0px;
}

@media (max-width: 767px) {
    .hs-elevate-footer .hs-elevate-menu { 
        align-items: start!important;
    }
  
  .SocialFollow__StyledSocialFollow-sc-1telbsi-0.SUxOR.hs-elevate-social-follow {
    justify-content: left;
    margin-top: 24px;
}
}

/***************************
 * DETAILS SECTION
 ***************************/
.details-wrapper {
  display: flex;
  padding: 13px 0 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.details-tag {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 8px 16px;
}

.details-tag:before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 15px;
  margin-right: 7px;
  background: url(https://7813732.fs1.hubspotusercontent-na1.net/hubfs/7813732/website%20icons/three-dot-green.png) no-repeat center / contain;
  margin-bottom: 2px;
  flex: 0 0 20px;
}

@media (max-width: 666px) {
span.details-tag.aos-init.aos-animate {
    text-align: center;
    min-height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
  
  
.details-tag:before {
  display: none !important;
    content: none !important;
}
  .details-wrapper br {
  display: none;
  }
  
}


.hs-elevate-list-container__item {
  margin-bottom: 10px;
}

/**
.hs-elevate-list-container__item:before {
  content: "";
  display: inline-block;
  height: 3.4px;
  width: 5px;
  margin-top: 12px;
  background: url(https://7813732.fs1.hubspotusercontent-na1.net/hubfs/7813732/website%20icons/three-dot-green.png) no-repeat center / contain;
  flex: 0 0 20px;
}**/

.hs-elevate-list-container__item {
  position: relative;
  padding-left: 24px; 
}


.hs-elevate-list-container__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px; 
  height: 15px;
  background: url(https://7813732.fs1.hubspotusercontent-na1.net/hubfs/7813732/website%20icons/three-dot-green.png) no-repeat center / contain;
}

/***************************
 * BUTTONS
 ***************************/



.hs-elevate-button--tertiary {
  background-color: rgba(0, 0, 0, .45) !important;
  backdrop-filter: blur(15px) !important;
}

.hs-elevate-button--tertiary:hover {
  background-color: #fff !important;
  color: #5cb334 !important;
  border-color: #fff!important;
}

.hs-elevate-button--accent,
.hs-elevate-button--accent {
  padding: 0 !important;
  min-width: 170px !important;
  justify-content: left !important;
  transition: color 0.3s ease;
}

.hs-elevate-button--accent:after,
.hs-elevate-button--accent:after{
  content: "";
  display: inline-block;
  height: 6px;
  width: 18px;
  margin-left: 7px;
  margin-top: 3px;
  background: url(https://7813732.fs1.hubspotusercontent-na1.net/hubfs/7813732/website%20icons/robotize-arrow-green.png) no-repeat center / contain;
  transition: filter 0.3s ease;
}

/***************************
 * CTA BOXES - HOVER EFFECT
 ***************************/
.hs-elevate-card--variant-1 {
  border-style: none !important;
}
.hs-elevate-card--variant-1 {
  transition: background-color 0.3s ease;
}
.hs-elevate-card--variant-1:hover {
  background-color: #5cb334;
}
.hs-elevate-card--variant-1:hover .hs-elevate-button--accent,
.hs-elevate-card--variant-1:hover h5 {
  color: #fff;
}
.hs-elevate-card--variant-1 .hs-elevate-button--accent:after,
.hs-elevate-button--accent:after{
  filter: none !important;
}

.hs-elevate-card--variant-1:hover .hs-elevate-button--accent::after {
  filter: brightness(0) invert(1) !important;
}


.hs-elevate-button--accent:hover {
  color: #fff !important;
}

/**.hs-elevate-card--variant-1:hover .hs-elevate-button--accent:after {
  filter: brightness(0) invert(1);
}**/

.hs-elevate-button--accent:hover::after {
  filter: brightness(0) invert(1) !important;
}
/***** CARD STYLE ****/

.hs-elevate-card--variant-2 {
    background-color: #ffffff !important;
    border: none !important;
}

.hs-elevate-card--variant-3 {
    background-color: rgba(0, 0, 0, .45) !important;
    border: none !important;
    backdrop-filter: blur(15px) !important;
}

.hs-elevate-card--variant-4 {
    padding: 0 !important;
    background-color: #ffffff !important;
    border: none !important;
    color: #121212!important;
}

.hs-elevate-card--variant-4 svg {
      fill: #5cb334 !important;
    background-color: #EFEFEF!important;
}
}

/**** BLOG TEMP ***/
.hs-elevate-blog-tags-container {
   margin-block-end: 0px !important;
}

.hs-elevate-tag {
    border-color: #e4fada;
    background-color: #e4fada;
    color: #5cb334;
}

.hs-elevate-blog-recent-posts__heading {
    text-align: left !important;
}

.blog-post {
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
}

.hs_cos_wrapper_type_post_filter .block .widget-module ul {
display: flex;
  flex-wrap: wrap;
list-style: none;
    gap: 20px;
      padding: 0;
}

.hs_cos_wrapper_type_post_filter .block .widget-module ul li {
 display: inline-block;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0px 16px;
}

 .hs_cos_wrapper_type_post_filter .block .widget-module ul li:hover {
background-color: #e4fada;
}
 .hs_cos_wrapper_type_post_filter .block .widget-module ul li a:hover {
text-decoration: none;
}

.hs-elevate-content-wrapper--sm {
  
    padding: 0 32px!important;
}


/*** LOGOS SLIDE ***/

.splide__slide--image__wrapper img {
filter: grayscale(1) !important;
  transition: filter 0.5s ease;
}

.splide__slide--image__wrapper img:hover {
filter: grayscale(0) !important;
}
/***************************
 * LAYOUT / MARGIN FIXES
 ***************************/
.span12.widget-span.widget-type-cell.cell_17467027743725-vertical-alignment.cell_17467027743725-padding.dnd-column {
  max-width: 600px;
}

.cell_17466956123698-row-0-margin {
  margin-bottom: 24px !important;
}

.row-fluid-wrapper.row-depth-1.row-number-37.cell_17466956123698-row-0-margin.cell_17466956123698-row-0-hidden.dnd-row {
  margin-bottom: 24px !important;}

  
  /**.widget-type-cell {
    border-radius: 10px !important;
}**/
 
  /**** PHONE INPUT ***/
  
  /* Target the phone input field */
.hsfc-TextInput {
  border-radius: 0 !important;
}
/* Remove border radius from the wrapper if needed */
.hsfc-PhoneInput,
.hsfc-PhoneInput__FlagAndCaret,
.hsfc-PhoneInput__FlagAndCaret__Caret {
  border-radius: 0 !important;
}

  
 [data-hsfc-id=Renderer] .hsfc-PhoneInput__FlagAndCaret {
   padding: 0px !important;
padding-left: 10px !important;
border-radius: 0px !important;

}
 .hsfc-PhoneInput__FlagAndCaret {
 padding: 0px !important;
padding-left: 10px !important;
border-radius: 0px !important;
   
}
  
  [data-hsfc-id=Renderer] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
     padding: 0px !important;
padding-left: 10px !important;
border-radius: 0px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
  }


/** PRODUCT PAGE ***/

ul.hs-image__grid__list,
.hs-image__grid__list {
    justify-content: unset !important;
}