/* Add Custom Module Style Only */
html {
  scroll-behavior: smooth;
}
.h1 {
  word-wrap: normal;
}
header.header.header--lp {
  padding: 26px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
header.header.header--lp * {
  display: inherit;
}
header.header.header--lp {
  padding: 24px 0;
}
header.header.header--lp img {
  display: block;
}
header.header.header--lp a {
  width: max-content;
}
.footer--lp p {
  margin: 0px;
}
div#island-b3c096i1Ra {
  min-height: 32px;
}

div#main-content {
  padding-top: 60px;
}

.leftColumnForm form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

.leftColumnForm label,
.rightColumnForm label {
  display: none;
}
.hs-form-field .hs-error-msgs {
  display: none;
}

.leftColumnForm .hs-form-field,
.rightColumnForm .hs-form-field {
  margin: 0;
  width: 100% !important;
}
footer form input[type='submit'] {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}
footer form input[type='email'] {
  line-height: 150%;
}
footer .hs-menu-item a:hover {
  opacity: 0.8;
}

.slider_controll_dot .slick-dots {
  position: static;
  display: flex !important;
  align-items: center;
}
.slider_controll_dot .slick-dots li button:before {
  display: none;
}
.slider_controll_dot .slick-dots li button {
  background: #aaa;
  border-radius: 50%;
  height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 8px !important;
}
.slider_controll_dot .slick-dots li,
.slider_controll_dot .slick-dots li button {
  cursor: pointer;
  height: auto;
  width: auto;
  margin: 0 4px;
}
.slider_controll_dot ul.slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 1);
}
.testimonials-text .slick-list {
  overflow: visible !important;
}

.postion-relative {
  position: relative;
}
.team_card.flipped .team-card-inner {
  transform: rotateY(180deg);
}
.team_card {
  perspective: 1000px;
}
.team-card-inner {
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.rightColumnForm .hs-input::placeholder {
  font-size: 16px;
}
.rightColumnForm .hs-input {
  height: 48px;
}
.rightColumnForm form .hs-button {
  font-size: 16px !important;
  font-weight: 400 !important;
  height: 48px;
  margin: 0;
}
.rightColumnForm form .legal-consent-container {
  order: 3;
  width: 100%;
}
.rightColumnForm form .legal-consent-container p {
  margin: 0;
  font-size: 12px !important;
}
.rightColumnForm form .legal-consent-container a {
  color: #ac9fd3;
  text-decoration: underline;
}
.rightColumnForm form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}
.rightColumnForm .hs-form-field {
  width: calc(100% - 122px) !important;
}
.rightColumnForm .hs_error_rollup,
.leftColumnForm .hs_error_rollup {
  display: none;
}

.caseStudyBanner > div > div > div {
  text-align: left;
}
.rightLPForm .hs-input {
  border-color: #ccc;
  color: #000000;
  font-size: 16px;
  min-height: 48px !important;
  line-height: 1.4;
}
.rightLPForm .hs-form-field {
  margin-bottom: 20px;
}
.rightLPForm .hs-input::placeholder {
  color: #666666;
}
.rightLPForm form .inputs-list:not(.no-list) label > span {
  color: #000000;
  font-size: 16px;
}
.rightLPForm form .hs-button {
  font-size: 16px;
  width: auto;
  margin: 0;
  padding-right: 52px;
}
.rightLPForm form .actions {
  width: auto;
  display: inline-block;
  position: relative;
}
.rightLPForm form .actions:after {
  content: '';
  background-image: url('https://www.inspectiv.com/hubfs/Theme_2025/Images/right--up-arrow.svg');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
}
.rightLPForm form .inputs-list > li {
  margin: 0;
}
.rightLPForm form .inputs-list {
  margin-bottom: 30px;
}
.rightLPForm form .hs-form-field > label {
  display: none;
}
.rightLPForm form .hs-button:hover,
.rightLPForm form .hs-button:focus,
.rightLPForm form .hs-button:active {
  border-color: #000000;
  color: #000000;
}
.leftLPContent .button.button--tertiary:active,
.leftLPContent .button.button--tertiary:hover,
.leftLPContent .button.button--tertiary:focus {
  background-color: #ffffff;
  color: #000000;
}
.leftLPContent .button {
  margin-top: 30px;
}
.rightLPForm form .hs-form-booleancheckbox input {
  border: 0;
  position: relative;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  width: 18px !important;
  min-height: auto !important;
  margin: 2px 8px 0 0;
}
.rightLPForm form .hs-form-booleancheckbox input:checked::after {
  transform: rotate(45deg) scale(1);
}
.rightLPForm form .hs-form-booleancheckbox input::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  height: 13px;
  left: 5px;
  position: absolute;
  top: 0px;
  transform: rotate(45deg) scale(0);
  width: 6px;
  transition: all 0.3s;
}
.rightLPForm form fieldset .input {
  margin: 0 10px;
}
.rightLPForm form fieldset {
  margin: 0 -10px !important;
}
.rightLPForm form .hs-fieldtype-select .input::after {
  content: '';
  background-image: url(https://www.inspectiv.com/hubfs/Theme_2025/Images/chevron-down.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
.rightLPForm form .hs-error-msgs li {
  color: #000000;
}
.rightLPForm .submitted-message {
  color: #000000;
}
.buttonBlock .hs-cta-embed {
  text-align: center;
  margin: 0 auto;
  width: auto;
  display: inline-block;
}
.lp-no-header {
  margin-top: -60px;
}
.rightLPForm form select {
  color: #666 !important;
}
.rightLPForm form select:valid,
.rightLPForm form select option {
  color: #000000 !important;
}
.hs-video-container {
  max-width: 100% !important;
}
/* System Page Style  */
.system-page.content-wrapper {
  margin: 0 auto;
  padding: 100px 15px;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
}
.system-page.content-wrapper form #hs-pwd-widget-password {
  margin-bottom: 20px;
  height: auto !important;
  margin-top: 0 !important;
}
.system-page.content-wrapper form {
  max-width: 650px;
  margin: 0 auto;
}
.system-page.content-wrapper .page-header h1,
.system-page.content-wrapper .page-header h2 {
  margin-bottom: 12px;
}
.system-page.content-wrapper .page-header {
  color: #fff;
  margin-bottom: 20px;
}
.system-page.content-wrapper .email-prefs {
  text-align: left;
  background-color: #fff;
  padding: 20px;
}
.system-page.content-wrapper .item .item-inner p {
  margin-left: 29px;
  margin-top: 5px;
  color: #000000;
}
.system-page.content-wrapper form .header {
  color: #000;
}
.system-page.content-wrapper form .email-prefs .header {
  color: #000;
}
.system-page.content-wrapper .subscribe-options p,
.subscribe-options span {
  color: #000;
}
.system-page.content-wrapper .success {
  background-color: #e5e4f6;
  padding: 10px;
  border-radius: 7px;
}
.logo-slider-sec .slick-slide img {
  object-fit: cover;
  max-width: 84px !important;
  height: 100%;
}
@media (max-width: 1440px) {
  .testimonials-text {
    overflow: visible !important;
    padding-right: 50px;
  }
}
.security_teams_slider_block .slick-list {
  overflow: visible !important;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .logo-slider-sec .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
  }
  .slider_controll_dot {
    width: 100%;
  }
  .slider_controll_dot .slick-dots {
    justify-content: center;
  }
  .rightColumnForm .hs_submit {
    width: 100%;
  }
  .rightColumnForm .hs-form-field {
    width: 100% !important;
  }
  /* System page style */

  .system-page.content-wrapper {
    padding: 60px 15px;
  }
  .system-page.content-wrapper .page-header h1 {
    font-size: 35px;
  }
  .system-page.content-wrapper .page-header h2 {
    font-size: 30px;
  }
  .system-page.content-wrapper .item .item-inner p {
    margin-left: 25px;
    margin-top: 5px;
    color: #000000;
  }
  .system-page.content-wrapper .item .item-inner span.fakelabel {
    display: flex;
    align-items: flex-start;
  }
  .system-page.content-wrapper .error-page h1 {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .leftColumnForm form {
    display: unset;
    margin-bottom: 12px;
  }

  .leftColumnForm .hs-form-field {
    margin: 0 0 16px;
  }
  .rightLPForm form .legal-consent-container {
    margin-top: 10px;
  }
  .rightLPForm form .hs-button {
    width: 100%;
  }
  .rightLPForm form .actions {
    width: 100%;
    display: block;
  }
  .rightLPForm form .actions::after {
    right: 27%;
  }
}
@media (max-width: 480px) {
  .testimonials-text {
    padding-right: 30px;
  }
  .rightLPForm form .actions::after {
    right: 23%;
  }
  .rightLPForm form .inputs-list:not(.no-list) label > span {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .rightLPForm form .actions::after {
    right: 20%;
  }
}

/* Slider Dots Style */
.four_column_main_container .slick-slider .slick-dots {
  bottom: -40px;
}
.four_column_main_container
  .slick-slider
  ul.slick-dots
  li.slick-active
  button:before {
  color: #fff;
  opacity: 1;
}
.four_column_main_container .slick-slider .slick-dots li button:before {
  color: #666666;
  opacity: 1;
  font-size: 8px;
}
.four_column_main_container .slick-slider .slick-list {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .four_column_main_container .four_col_card_inner {
    border-top: 4px solid transparent;
  }
  .four_column_main_container .slick-current .four_col_card_inner {
    border-top-color: #ac9fd3;
  }
}
